header{
    width: 100%;
   
}
.header-top{
    line-height: 30px;
    height: 30px;
    background: #363636;
    color: #e9e9e9;
    font-size: 12px;
}
.header-top a{
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    color: #e9e9e9;
    line-height: 30px;
}
.header-top a:hover{
    color: #fff;
}
.header-middle{
    width: 100%;
    background: url('../images/header-centenr.jpg') repeat-x center;
    padding: 12px 0;
}
.picScroll-top{
    padding: 0 20px;
    border: 1px solid #d6d6d6;
}
.header-middle h1{
    display: inline-block;
    vertical-align: middle
}
.header-middle .h_title{
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
}
.header-middle .h_title h6{
    font-size: 36px;
    color: #3e3e4b;
    font-weight: bold;
}
.header-middle .h_title p{
    color: #3e3e4b;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.8px
}
.header-middle .h-ico{
    display: inline-block;
    vertical-align: middle
}
.header-middle .h_phone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
.header-middle .h_phone h6{
    font-size: 18px;
    color: #999999;
    margin-bottom: 6px;
}
.header-middle .h_phone img{
    display: inline-block;
    vertical-align: middle;margin-right: 6px;
}
.header-middle .h_phone p{
    font-size: 30px;
    color: #dd2410;
    line-height: 1;
    font-weight: bold;
}
.header-middle .hed_fr{
    margin-top: 6px;
}
.head-nav{
    background: #326c87;
}
.head-nav .content{
    height: 52px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.head-nav .content .logo{
    display: flex;
    align-items: center;
}
.head-nav .content .logo img{
    max-height: 48px;
}
.head-nav .content .logo h6{
    font-size: 28px;
    color: #fff;
    margin-left: 12px;
    line-height: 1;
}
.head-nav .content .tel{
    display: flex;
    align-content: content;
}
.head-nav .content .tel h2{
    font-size: 24px;
    color: #fff;
    margin-right: 34px;
}
.head-nav .content .tel h2 i{
    font-style:oblique;
    font-weight: bold;
    color: #f3c9b4;
}

.head-nav .content .tel h4{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
}
.head-nav .content .tel h4 img{
    width: 20px;
    margin-right: 10px;
}
.header-top-nav ul{
    display: flex;
    align-items: center;
  justify-content: space-evenly;
}
.header-top-nav ul li{
    display: flex;
    justify-content: center;
}
.header-top-nav ul li a{
    display:flex;
     justify-content: center;
    align-items: center ;
    font-weight: bold;
    height: 48px;
    font-size: 20px;
    color: #38609e;
    position: relative;
}
.header-top-nav ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #38609e;
    transition: .5s;
}
.header-top-nav ul li a.on::before,.header-top-nav ul li a:hover::before{
    width: 100%;
}
.header-nav{
    width: 100%;
    background: url('../images/h_nav-bj.jpg') repeat-x center;
    
}
.header-nav li{
   float: left;
   width: 160px;
   text-align: center;
   line-height: 43px;
   border-right: 1px solid #94c5f2;
}
.header-nav li:first-of-type{
    border-left: 1px solid #94c5f2;
}
.index-set{
    margin-top: 10px;
    /*background: rgba(0, 0, 0, 0) linear-gradient(90deg, #036cb4  0px, #fff 40%,#fff 50%,#fff 60%, #036cb4 100%) repeat scroll 0 0 !important;*/
    /* background-image: radial-gradient(ellipse,#edf5fa, #95c1df, #1e7cbc); */
}
.header-nav li > a{
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    height: 43px;
    z-index: 1;
}
.header-nav li > a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url('../images/h-nav-on.jpg') repeat-x center;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s
}
.header-nav li > a.on::before{
    opacity: 1;
}
.header-nav li > a:hover::before{
    opacity: 1;
}
.index-set1{
    padding-bottom: 10px;
}
.index-set1-nav{
    width: 240px;
    background: #ffffff;
    margin-top: 10px;
}
.index-set1-cont{
    width: 1091px;
}
.index-set1-nav .title{
    width: 100%;
    text-align: center;
    height: 140px;
    background: url('../images/prod-ico.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}
.index-set1-nav .title h3{
    color: #fff;
    font-size: 30px;
    /* font-weight: bold; */
}
.index-set1-nav .title p{
    font-size: 16px;
    color: #fff
}
.index-set1-nav .index-ul{
    width: 100%;
    padding: 20px 16px 100px;
}
.index-set1-nav .index-ul a{
    display: block;
    line-height: 46px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #eee;
    position: relative
}
.index-set1-nav .index-ul a::after{
    width: 0%;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #066eb5;
    opacity: 0;
    transition: all 0.5s
}
.index-set1-nav .index-ul a.on::after{
    width: 100%;
    opacity: 1;
}
.index-set1-nav .index-ul a.on{
    color: #066eb5
}
.index-set1-nav .index-ul a:hover::after{
    width: 100%;
    opacity: 1;
}
.index-set1-nav .index-ul a:hover{
    color: #066eb5
}
.index-set1-nav .index-ul a::before{
    width: 4px;
    height: 7px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/index-nav-ico.jpg') no-repeat center;
    margin-right: 9px;
}
.index-set1-cont .tit{
    line-height: 60px;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px solid #a2c9e3;
    margin-bottom: 12px;
}
.index-set1-cont li{
    width: 23%;
    margin-right: 2.3333%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.index-set1-cont li:nth-of-type(4n){
    margin-right: 0;
}
.index-set1-cont li .imgd{
    border: 10px solid #d7d7d7;
    transition: all 0.5s;
    overflow: hidden;
}
.index-set1-cont li:hover .imgd img{
    transform: scale(1.1)
}
.index-set1-cont li .imgd img{
    width: 100%;
    height: auto;
    transition: all 0.5s
}
.index-set1-cont li p{
    font-size: 16px;
    color: #3c3e3f;
    padding-top: 6px;
}
.index-set1-cont li:hover .imgd{
    border-color: #144474
}
.index-set1-cont li:hover p{
    color: #000
}
.index-set2{
    padding: 10px 0;
}
.index-set2-title{
    text-align: center;
    margin-bottom: 28px;
}
.index-set2-title h3{
    font-size: 36px;
    font-weight: bold;
    color: #000000
}
.index-set2-title p{
    color: #5e6164;
    font-size: 18px;
}
.index-set2-cont{
    text-align: center;
    font-size: 18px;
    color: #000000
}
.index-set2-cont a{
    display: block;
    width: 180px;
    line-height: 46px;
    border-radius: 24px;
    margin: 0 auto 40px;
    text-align: center;
    background: #383838;
    color: #fff;
    font-size: 18px;
    margin-top: 28px;
    text-transform: uppercase;
}
.index-set2-cont a:hover{
    background: #066eb5
}
.index-set2-ul{
    padding-bottom: 10px;
}
.index-set2-ul li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
}
.index-set2-ul li:nth-of-type(4n){
    margin-right: 0;
}
.index-set2-ul li .imgd{
    width: 100%;
    overflow: hidden;
}
.index-set2-ul li .imgd img{
    width: 100%;
    height: auto;
    transition: all 0.5s
}
.index-set2-ul li:hover .imgd img{
    transform: scale(1.1)
}
.index-set3{
    padding: 20px 0;
}
.index-set3-l{
    width: 975px;
}
.index-set3-l-nav {
    line-height: 30px;
    margin-bottom: 12px;
}
.index-set3-l-nav > a{
    color: #333;
}
.index-set3-l-nav > a::after{
    width: 15px;
    height: 15px;
    content: '';
    background: url('../images/index-new-ico.jpg') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    border-radius: 50%
}
.index-set3-l-nav > a span{
    display: inline-block;
    vertical-align: middle
}
.index-set3-l-nav p a{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
   
}
.index-set3-l-nav p a.on{
    background: #383838;
    color: #fff
}
.index-set3-pd .imgd{
    width: 364px;
    display: inline-block;
    vertical-align: middle
}
.index-set3-pd .text{
    width: 533px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}
.index-set3-pd .text span{
    font-size: 12px;
    color: #0e0f10
}
.index-set3-pd .text h6{
    font-size: 20px;
    color: #0e0f10;
    padding: 12px 0;
}
.index-set3-pd .text p{
    color: #000000;
    height: 76px;
}
.index-set3-pd .text em{
    color: #da251d;
    font-size: 14px;
}
.index-set3-pd{
    padding-bottom: 32px;
    border-bottom: 1px solid #c6deee
}
.index-set3-l-ul{
    margin-top: 30px;
}
.index-set3-l-ul li{
    width: 47%;
    float: left;
    margin-right: 6%;
    line-height: 36px;
    font-size: 14px;
}
.index-set3-l-ul li:nth-of-type(2n){
    margin-right: 0;
}
.index-set3-l-ul li::before{
    width: 3px;
    height: 5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background: url('../images/index-set3-ico.png') no-repeat center;
   
}
.w50{
    width: 50%;
}
.index-set3-l-ul li a{
    color: #090d0f
}
.index-set3-l-ul li a:hover{
    color: #066eb5
}
.index-set3-r{
    width: 380px;
}
.index-set3-r h3{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.index-set3-r ul{
    width: 100%;
    /* border: 1px solid #d6d6d6; */
    padding: 0 20px;
    margin-top: 15px;
}
.index-set3-r ul li{
    border-bottom: 1px solid #9ac5e1;
    /* padding: 16px 0; */
    height: 110px;
}
.index-set3-r ul li dl{
    padding-top: 12px;
}
.index-set3-r ul li:last-of-type{
    border-bottom: none
}
.index-set3-r ul li .idt{
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    background: #383838;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    vertical-align: text-top
}
.index-set3-r ul li .tit{
    width: calc(100% - 26px);
    display: inline-block;
    vertical-align: text-top;
    font-size: 14px;
    padding-left: 6px;
}
.index-set3-r ul li dd:first-of-type{
    margin-bottom: 8px;
}
footer{
    width: 100%;
}
.fooder-top{
    width: 100%;
    background: url('../images/food-bj.jpg') repeat-x center;
}
.fooder-t{
    width: 100%;
}
.fooder-t .title h2{
    display: inline-block;
    vertical-align: middle
}
.fooder-t .title .tit{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.fooder-t .title .tit h6{
    font-size: 22px;
    color: #fff;
    line-height: 1;
}
.fooder-t .title .tit p{
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}
.fooder-nav{
    padding-top: 25px;
    color: #85888b;
    font-size: 16px;
    margin-bottom: 20px;
}
.fooder-nav a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
    color: #fff
}
.fooder-nav a:first-of-type{
   margin-left: 0;
}
.fooder-t{
    padding-top: 25px;
}
.fooder-t .dt{
    font-size: 14px;
    color: #d8d9da;
    height: 60px;
}
.fooder-t .dt a{
    display: inline-block;
    vertical-align: middle;
    color: #d8d9da;
    margin-left: 6px;
}
.food-phone-v{
    display: inline-block;
    vertical-align: text-top
}
.food-d{
    display: inline-block;
    vertical-align: text-top;
    margin-left: 40px;
}
.food-phone-v .imgd{
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
   vertical-align: middle;
   overflow: hidden;
   margin-right: 6px;
}
.food-phone-v .text{
    display: inline-block;
    vertical-align: text-top;
    color: #b2b5b6;
    margin-top: -15px;
}
.food-phone-v .text span{
    font-size: 16px;
    color: #d3d3d4
}
.food-phone-v .text h6{
    font-size: 36px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.food-d li{
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}
.food-d li p{
    padding-top: 10px;
    color: #a0a3a5
}
.food-d i{
    width: 1px;
    height: 116px;
    background: #64696c;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 16px;
}
.fooder-b{
    padding-bottom: 22px;
}
.fooder-b a,
.fooder-b{
    color: #a2a5a8;
    font-size: 14px;
}
.fooder-b a:hover{
    color: #fff
}
.fooder-bt{
    width: 100%;
    background: #222222;
    line-height: 40px;
    height: 40px;
    color: #f3f3f3
}
.fooder-bt a{
    color: #f3f3f3;
    display: inline-block;
    margin-left: 6px;
}
.fooder-bt a:hover{
    color: #fff
}

/* 内页的样式 */
.nav_right {
	width: 100%;
	height: 50px;
	background-color: #EEEEEE;
	line-height: 50px;
	text-align: right;
}

.nav_right a {
	margin-left: 3px;
	margin-right: 3px;
}

.nav_right img {
	position: relative;
	top: -2px;
}

.nav_left {
	float: left;
}

.nav_left ul li {
	float: left;
	cursor: pointer;
	padding: 0 20px;
}

.nav_left ul li a {
	font-size: 16px;
	color: #454545;
	display: block;
}

.nav_left ul .active {
	background-color: #025fa2;
}

.nav_left ul li:hover {
	/*background-color: #1C95D4*/
}

.nav_left ul li:hover a {
	color: #025fa2;
}

.nav_left ul .active a {
	color: #fff !important
}


.application {
	padding-top: 65px;
	overflow: hidden;
}

.application-titles {
	text-align: center;
}

.application-titles h6 {
	font-size: 28px;
	color: #333333;
}

.application-titles p {
	font-size: 18px;
	color: #787878;
	font-family: "Futura Bk BT";
}

.application_con ul {
	margin-left: -13px;
	margin-right: -13px;
}

.application_con ul li {
	float: left;
	width: 50%;
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 40px;
}

.application-tit span {
	font-size: 20px;
	color: #333333;
}

.application-tit font {
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
}

.application-intro {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 5px;
    min-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
}

.application_con {
	overflow: hidden;
	margin-top: 45px;
	padding-bottom: 50px;
}

.application-btn a {
	width: 130px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	background-color: #025fa2;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.application-btn a:hover {
	background-color: #025fa2;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.application-tit {
	background-repeat: no-repeat;
	/* padding-left: 57px; */
	background-position: left center;
    margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.application-btn {
	margin-top: 20px;
}
.application-img img{
    width: 100%;
    height: auto;
}
.com-pages {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
  }
  .com-pages span,
  .com-pages a {
    display: inline-block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 700;
    background: #d6d6d6;
    transition: all .3s;
    vertical-align: middle;
  }
  .com-pages a:first-of-type,
  .com-pages a:last-of-type {
    width: 85px;
    color: #025fa2;
    background: #d6d6d6;
  }
  .com-pages a:first-of-type:before,
  .com-pages a:last-of-type:before {
    content: '上一页';
    display: block;
    width: 100%;
    height: 100%;
  }
  .com-pages a:last-of-type:before {
    content: '下一页';
  }
  .com-pages a:hover {
    color: #fff;
    background-color: #025fa2;
  }
  .com-pages span {
    color: #fff;
    background: #025fa2;
  }
  .com-pages label {
    display: none;
  }

  .zjindex-set3-nav{
    width: 100%;
    text-align: center;
    padding: 42px 0 16px;
    margin-bottom: 12px;
}
.zjindex-set3-nav a{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    border-radius: 6px;
    padding: 5px 20px;
    position: relative;
}
.zjindex-set3-nav i{
    width: 1px;
    border-left: 1px dashed #a8a8a8;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0  34px;
}
.zjindex-set3{
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #036cb4 0px, #fff 40%,#fff 50%,#fff 60%, #036cb4 100%) repeat scroll 0 0;
}
.zjindex-set3-nav a.on{
    background: #025fa2;
    color: #fff
}
.zjindex-set3-nav a::before{
    width: 10px;
    content: '';
    height: 10px;
    display: block;
    background: #025fa2;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -4px;
    opacity: 0;
}
.pro-content .nav{
    line-height: 60px;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px solid #a2c9e3;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.pro-content .nav a{
    color: #000000;
}
.pro-content .nav span{
    font-size: 14px;
}
.zjindex-set3-nav a.on::before{
    opacity: 1;
}
.zjindex-set3-cont li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
    margin-bottom: 30px;
}
.zjindex-set3-cont li:nth-of-type(4n){
    margin-right: 0;
}
.zjindex-set3-cont li h5{
    font-size: 16px;
    color: #333;
    padding: 12px 0;
    text-align: center
}
.zjindex-set3-cont li img{
    width: 100%;
    height: auto;
}
.zjindex-set3-cont li p{
    font-size: 14px;
    color: #333;
    margin-bottom: 24px;
}
.zjindex-set3-cont li span{
    color: #e25619
}
.zjindex-set3-cont li span i{
   width: 9px;
   height: 9px;
   background: url(../images/index-ico.png) no-repeat;
   display: inline-block;
   vertical-align: middle;
   margin-left: 8px;
}

/* 关于我们 */
.ab-nt {
    width: 100%;
    background: #f7f7f7;
    padding: 15px 0;
    font-size: 16px;
}

.ab-set1 {
    padding-bottom: 70px;
    /*background: rgba(0, 0, 0, 0) linear-gradient(90deg, #036cb4 0px, #fff 40%,#fff 50%,#fff 60%, #036cb4 100%) repeat scroll 0 0;*/
}

.ab-set1 .title {
    text-align: center;
    padding: 80px 0 50px;
}

.ab-set1 .title h3 {
    font-size: 38px;
    color: #333
}

.ab-set1 .title p {
    font-size: 18px;
    color: #666
}

.ab-set1-cont {
    width: 100%;
}

.ab-set1-cont .left {
    width: 37%;
}

.ab-set1-cont .rigth {
    width: 58%;
}

.ab-set1-cont .left h6 {
    font-size: 28px;
    color: #000;
    padding: 12px 0 32px;
}

.ab-set1-cont .left .cont {
    font-size: 14px;
    color: #000;
    line-height: 2;
}

.ab-set2 {
    width: 100%;
    height: 550px;
    position: relative;
    background: url('../images/ab-set2-bj.jpg') no-repeat center top
}

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

.ab-set2-cont .w1400>div {
    width: 53%;
    margin-left: auto;
}

.ab-set2-cont .w1400>div h6 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 35px;
}

.ab-set2-cont .w1400>div .cont {
    color: #fff;
}

.ab-set2-cont .w1400>div .cont p {
    margin-bottom: 20px;
}

.ab-set3 {
    width: 100%;
}

.ab-set3-cont {
    width: 100%;
}

.ab-set3-cont .dt {
    float: left;
}

.ab-set3-cont i {
    float: left;
}

.ab-set3-cont .dt h5 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.ab-set3-cont .dt h5::before {
    width: 35px;
    height: 35px;
    content: '';
    border-radius: 50%;
    background: var(--action);
    position: absolute;
    left: -10px;
    top: -7px;
    z-index: -1;
}

.ab-set3-cont .dt p {
    font-size: 18px;
    color: #666
}

.ab-set3-cont i {
    display: block;
    margin: 0 39px;
    height: 83px;
    width: 1px;
    background: #d2d2d2
}

.ab-set3 {
    padding: 80px 0;
}

.ab-set4 {
    /* background: #2c6f93 */
    background: url('../images/ab-set4-bj.jpg') no-repeat center bottom
}
.ab-set4-bj {
    width: 100%;
    height: 7px;
    background: url('../images/dtdd.png');
    margin-top: 30px;
}

.ab-set4 {
    padding-bottom: 80px;
}

.ab-set4-nav {
    display: flex;
    justify-content: space-between
}

.ab-set4-nav span {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.ab-set4-nav span::before {
    width: 100%;
    /* height: 30px; */
    content: '';
    display: block;
    background: url('../images/abo.png') no-repeat center center;
    position: absolute;
    /* top: -40px; */
    left: 50%;
    bottom: 66px;
    margin-left: 2px;
    transform: translateX(-50%);
    opacity: 0;
    height: 0;
    transition: all 0.3s;
}
.ab-set4 h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 72px 0 52px;
}

.ab-set4 li {
    background: #fff
}

.ab-set4 li .text {
    padding: 76px 60px;
}

.ab-set4-cont {
    margin-bottom: 47px;
}

.ab-set4-nav span.on::before {
    height: 30px;
    opacity: 1;
}

.ab-set5 {
    width: 100%;
    padding-bottom: 80px;
    /* text-align: center; */
}

.ab-set5 h3 {
    text-align: center;
    font-size: 36px;
    color: #333;
    padding: 80px 0 35px;
}

.ab-set5 li {
    width: 24%;
    float: left;
    margin-right: 1.333%;
    background: #fff;
}

.ab-set5 li:nth-of-type(4) {
    margin-right: 0;
}

.ab-set5 li .text {
    width: 100%;
    padding: 35px 6% 45px;
    border: 1px solid #d2d2d2
}

.ab-set5 li .text h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}

.ab-set5 li .text p {
    color: #666;
    height: 86px;
}

.ab-set6 {
    width: 100%;
    /* background: #f7f7f7; */
    padding-bottom: 80px;
}

.ab-set6 h3 {
    font-size: 36px;
    color: #333;
    text-align: center;
    padding: 80px 0 35px;
}

.ab-set6-cont {
    position: relative
}

.ab-set6-cont .bd {
    overflow: hidden;
}

.ab-set6-cont li {
    width: 248px;
    margin-right: 40px;
    float: left;
    height: 347px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-left: 2px;
}

.ab-set6-cont li img {
    max-width: 92%;
    max-height: 92%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.index-ddd .ab-set6-cont li {
    width: 440px;
}

.ab-set6 .dta {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.ab-set6 .prev {
    left: -68px;
    background: url('../images/pr-l.png') no-repeat center;
    background-color: #626262;
}

.ab-set6 .next {
    right: -68px;
    background: url('../images/pr-r.png') no-repeat center;
    background-color: #626262;
}

.ab-set6 .dta:hover {
    background-color: #025fa2
}


/* 联系我们 */
.cont-set1 {
    width: 100%;
    padding-bottom: 50px;
}

.cont-set1 .title {
    text-align: center;
    padding: 80px 0;
}

.cont-set1 .title h6 {
    font-size: 38px;
    color: #222222;
    margin-bottom: 3px;
}

.cont-set1 .title p {
    font-size: 18px;
    color: #666
}

.cont-set1 li {
    width: 24%;
    margin-right: 1.33%;
    float: left;
    margin-bottom: 40px;
}

.cont-set1 li .cont {
    margin-top: 10px;
    color: #404040
}

.cont-set1 li:nth-of-type(4n) {
    margin-right: 0;
}

.cont-set2 {
    width: 100%;
    /* background: #f7f7f7; */
    padding: 98px 0;
    padding: 1px 0 50px;
}

.cont-set2 .fl img {
    max-width: 88%;
}

.cont-set2 form h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 14px;
    padding-top: 3px;
    /* font-weight: bold; */
}

.cont-set2 form .fod input {
    width: 48%;
    margin-right: 4%;
    float: left;
    display: block;
    background: #fff;
    border: 1px solid #aaaaaa;
    padding: 12px 20px;
    margin-bottom: 20px;
}

.cont-set2 form .fod input:nth-of-type(2n) {
    margin-right: 0;
}

.cont-set2 form textarea {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #aaaaaa;
    padding: 20px;
    height: 150px;
    margin-bottom: 25px;
}

.cont-set2 form .submit {
    width: 155px;
    line-height: 45px;
    border-radius: 3px;
    background: #cf0a1d;
    color: #fff;
    cursor: pointer;
}

.cont-set3 {
    padding: 98px 0;
}
/* 新闻中心 */
.new-conent{
    width: 100%;
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 44px;
}
.new-conent ul{
    width: 100%;
}
.new-conent ul li{
    width: 24.5%;
    margin-right: 0.666%;
    float: left;
    
    margin-bottom: 12px;
}
.new-conent ul li a{
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #fff;
}
.new-conent ul li:nth-of-type(4n){
    margin-right: 0;
}
.new-conent ul li .conent{
    box-sizing: border-box;
    width: 100%;
    padding: 0 8%;
}
.new-conent ul li .conent span{
    font-size: 16px;
    color: #666;
    padding-top: 18px;
    display: block
}
.new-conent ul li .conent h6{
    font-size: 18px;
    color: #333;
    white-space: normal;
  overflow:hidden;
  text-overflow:ellipsis;
}
.new-conent ul li .conent p{
    font-size: 14px;
    color: #666;
    padding: 20px 0;
    min-height:90px;
    border-bottom: 1px solid #d2d2d2
}
.new-conent ul li .conent i{
    font-size: 14px;
    display: block;
    line-height: 48px;
    position: relative;
}
.new-conent ul li .conent i::before{
     content: '';
     position: absolute;
     right: 0;
     top: 20px;
     height: 8px;
     width: 25px;
     background: url('../images/new-product-ico.png') no-repeat;
     background-position: right center;
     transition: all 0.5s;
     -webkit-transition: all 0.5s; 

    }
    .new-conent ul li .img{
        width: 100%;
        overflow: hidden;
    }
    .new-conent ul li .img img{
        width: 100%;
        height: auto;
        transition: all 1s;
        -webkit-transition: all 1s; 
    }
    .new-conent ul li:hover .conent i::before{
        background-position: 0 center
    }
    .new-conent ul li:hover a{
        box-shadow:  0 0 5px 5px #e1e1e1;
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
    }
    .new-conent ul li:hover img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1); 
    }
    .pro-setd{
        width: 1091px;
    }


    .nr {
        margin: auto;
        width: 1000px;
    }

    .home_nr {
        /* float: left; */
        width: 1000px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .company_lm {
        float: left;
        width: 202px;
        margin-top: 10px;
    }

    .h_contacts {
        float: left;
        width: 200px;
        line-height: 20px;
        color: #323232;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;

    }

    .h_contacts ul li {
        width: 200px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #f6f6f6;
    }

    .h_contact_tp {
        float: left;
        width: 38px;
    }

    .h_contct_ms {

        width: 150px;
     display: inline-block;

      margin-left: 12px;
      color: #000
    }

    .coler {
        clear: both;
    }

    .home_nr_you {
        float: left;
        width: 776px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #dddddd;
    }

    .page_about_bt {
        float: left;
        width: 754px;
        /* height: 34px; */
        line-height: 25px;
        color: #a30c51;
        font-size: 16px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #dddddd;
        padding-left: 20px;
        font-weight: bolder;
    }

    .more2 {
        float: right;
        color: #999;
    }

    .more2 a {
        color: #000000;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
    }

    .cp_page {
        width: 754px;
        color: #060606;
        padding-left: 20px;
        float: left;
    }

    .cp_about_nr {
        float: left;
        width: 754px;
        margin-top: 20px;
        line-height: 28px;
        
    }
    table{
        border: none
    }
    .cp_about_nr dd{
        width: 49%;
        float: left;
         margin-right: 2%;
         margin-bottom: 16px;
    }
    .cp_about_nr dd:nth-of-type(2){
        margin-right: 0;
    }
    .cp_about_nr dd h6{
        color: #333;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cp_about_nr dd .cont{
        color: #000;
        font-size: 12px;
    }
     .product-nav-color{
         background: #f5f5f5;
     }
    
    .product-nav-color h2{
        height: 50px;
        text-align: center;
        background: #1a3491;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #fff;
    }
    
    .product-nav-color ul li{
        margin-top: 6px;
        display: flex;
    }
    .product-nav-color ul li h3{
        min-height: 100%;
        width:34px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        padding:8px;
    }
    .product-nav-color ul li .cells{
        padding: 6px 10px 6px 16px;
        flex: 1;
    }
    .product-nav-color ul li .cells a{
        font-size: 14px;
        color: #333;
        display: block;
    }