/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#0e68b0;text-decoration:none;outline:none;}
p {margin: 0;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex{
	display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh{max-width: 1486px;margin:0 auto;padding: 0 15px;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}




/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*头部样式*/
.wh3{padding-left: 5.25%;}
.top1{height: 27px;background: #e6e6e6;color: #595959;line-height: 27px;overflow: hidden;font-size: 13px;}
.top2{height: 100px;border-bottom: 1px solid rgba(255,255,255,.2);position: fixed;top:0;width: 100%;z-index: 99999;}
.top2:hover,.top2.cur{background:#fff;}
.top2 .wh{max-width: 1750px;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 100px;width: 40%;}
.logo img{max-width: 100%;}
.dh{width: 20%;padding-right: 5.25%;}
.logo .img2{display: none;}
.cur .logo .img1,.top2:hover .logo img{display: none;}
.cur .logo .img2,.top2:hover .logo .img2{display: inline-block;}

.cur .dh,.top2:hover .dh{background: #2a3f85;}
.top2 .k2{font-size: 28px;font-family: Impact;color: #ffffff;line-height:100px;background: url("../../../../4a1417b1/22/02/4e84b184259f35f6de39bf753783e410ddef55ab.png") no-repeat left center;padding-left: 61px;letter-spacing: 1px;}
.cur .x-menu>li>a,.top2:hover .x-menu>li>a{color: #282828;}






/*热门搜索*/
.sou{margin: 15px 0;}
.sou .wh {
    max-width: 1750px;
}
.hotSearch a{margin-right:6px;}
.hotSearch{float:left;font-weight:normal;}

/*搜索和热门搜索*/
.tel-box #formsearch{}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
.tel-box #formsearch input{height:22px;background:none;border:none;line-height:22px;outline: none;}
.tel-box #formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:rgba(255,255,255,.6);}
.tel-box #formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#073c66;margin-top: 5px; color:#fff;border:none;cursor:pointer;font-size: 12px;}

.tel-box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(255,255,255,.6);
}
.tel-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(255,255,255,.6);
}
.tel-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(255,255,255,.6);
}
.tel-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:rgba(255,255,255,.6);
}


/* 导航样式 */

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.x-menu>li {
    position: static;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 100px;
    height: 100px;
    position: relative;
    text-align: center;
}



.x-menu>li>a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 54%;
    -webkit-transform: translateX(-59%);
    -ms-transform: translateX(-59%);
    transform: translateX(-59%);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.x-menu>li:hover>a::after {
    width: 100%;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 100px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 45px 0;
}

.x-sub-menu>li {
  
}
.x-sub-menu .img{width: 295px;}
.x-sub-menu .img img{width: 100%;}
.xia{width: 63%;}
.xia a{display: block;color: #333333;font-size: 14px;position: relative;padding: 10px 0;}
.xia a::before{content: '';background: #a3a4a4;width: 50%;display: block;height: 1px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;top:0;left: 0;}
.xia a:hover::before{width: 70%;background: #0e68b0;}
.xia a:hover{color:#0e68b0;}

.x-menu>li:nth-child(3) .xia li{ width:50%}


.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333333;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #0e68b0;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}



@media(max-width: 1200px){
    .top2 .k2{padding-left: 40px;font-size: 24px;}
    .x-menu{width: 61%;}
    .wh3{padding-left: 15px;}
    .dh{padding-right: 15px;}
}

@media(max-width: 1437px){
    .top2 .k2{padding-left: 40px;font-size: 20px;}
	.dh{padding-right:2%;}
}


@media(max-width: 1600px){
	.dh{padding-right:2%;
	}
}

/* banner */

.insection1 .swiper-container {
  	width: 100%;
  	height: 100%;
  	position: static;
  }
  .insection1 .swiper-container .swiper-slide {
  	width: 100%;
  	height: 100%;
  }
  .insection1 .swiper-container .swiper-slide img{
  	width: 100%;
  }
  .insection1 .swiper-container .swiper-slide .back{
    height: 100%;
  }
  .insection1 .swiper-container .swiper-slide .mback {
  	display: none;
  }
  @media(max-width:1440px){
      .footer-wrap .footer-pc .foot-t .list li{
          margin-left:2rem;
      }
  }
  @media(max-width: 767px){
   .insection1 .swiper-container .swiper-slide .mback{
    height: 12rem;
  }
}
.insection1 .swiper-container .swiper-slide {
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 color: #fff;
}
.insection1 .swiper-container .swiper-slide .con-t {
 height: 100%;
 width: 100%;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 padding-bottom: 4.5rem;
 opacity: 0;
 transform: translateY(20px);
 transition: all 0.8s ease 0s;
}
.insection1 .swiper-container .swiper-slide .con-t h1 {
 margin-bottom: 0.7rem;
 font-size: 1.6rem;
}
.insection1 .swiper-container .swiper-slide .con-t .b {
 margin-bottom: 0.4rem;
}
.insection1  .swiper-pagination{
    width: 55px;
    left: 73px;
    z-index: 99;
    bottom: 20px;
    font-size: 26px;
    color: #0068b6;
    font-family: Arial;
}
.insection1 .swiper-pagination span{
  font-weight: bold;
}
.insection1 .swiper-button-next {
 width: 16px;
 height: 14px;
 background: url("../../../../4a1417b1/22/02/7bce297e28ae54556342b271782b9a6688f249db.png") no-repeat center center;
 background-size: contain;
top: 50%;
 margin-top: -7px;
 z-index: 11;
 left: 140px;
 right: auto;
}
.insection1  .swiper-button-prev {
 width: 16px;
 height: 14px;
 background: url("../../../../4a1417b1/22/02/a3e203cedb414932841b89db6bbe327c980b019d.png") no-repeat center center;
 background-size: contain;
 top: 50%;
margin-top: -7px;
 z-index: 11;
 left:42px;

}
.insection1 .bo-tab {
 width: 100%;
 height: 80px;
 left: 0;
 bottom: 0;
 position: absolute;
 z-index: 10;
 opacity: 0;
 transform: translateY(20px);
 transition: all 0.8s ease 0.3s;
}
.insection1 .bo-tab .tab {
 width: 100%;
 height: 100%;
 background: rgba(255, 255, 255, 0.9);
 display: flex;
 align-items: center;
 justify-content: flex-end;
 position: relative;
 padding: 0 42px;
}
.insection1 .bo-tab .tab .scroll {
 width: 18px;
 height: 35px;
 border: 1px solid #666;
 border-radius: 14px;
 position: relative;
 left: -50%;
 transform: translateX(50%);
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
}
.insection1 .bo-tab .tab .scroll img {
 animation: tipup 2s ease infinite;
}
.insection1 .bo-tab .tab .tel-box .up {
 cursor: pointer;
}
.insection1 .bo-tab .tab .tel-box:hover .up + .option {
 transform: translateX(-50%) scale(1);
}
.tel-box{position: relative;}
.insection1 .bo-tab .tab .tel-box .option {
 bottom: 140%;
 left: 50%;
 width: auto;
 background: #0e68b0;
 color: #fff;
 padding: 10px 9px;
 transition: all 0.3s ease 0s;
 transform: translateX(-50%) scale(0);
 border-radius: 6px;
 border: 1px solid #fff;
 letter-spacing: 2px;
 position: absolute;
}
.insection1 .bo-tab .tab .tel-box .option:before {
 content: '';
 width: 16%;
 height: 2px;
 background: #0e68b0;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -5px;
}
.insection1 .bo-tab .tab .tel-box .option:after {
 content: '';
 width: 10%;
 height: 2px;
 background: #0e68b0;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -10px;
}

.insection1.ac .swiper-container .swiper-slide .con-t {
 opacity: 1;
 transform: translateY(0);
}
.insection1.ac .bo-tab {
 opacity: 1;
 transform: translateY(0);
}

.wrap{max-width: 79.16%;margin: 0 auto;width: 92%}
.inwrap{max-width: 89.6%;margin: 0 auto;width: 92%}
@media (max-width: 1024px){
  .wrap{max-width: 100%;margin: 0 auto;width: 96%}
  .inwrap{max-width: 100%;margin: 0 auto;width: 96%}
}
@media (min-width: 1025px) {
    .insection1 .bo-tab .tab .tel-box .up{
		transition: all 0.3s ease 0s;
	}
	.insection1 .bo-tab .tab .tel-box:hover .up{
		transform:translateY(2px); 
	}
	.insection1  .swiper-button-next{
		transition: all 0.3s ease 0s;
	}
	.insection1  .swiper-button-next:hover{
		transform:translateX(2px); 
	}
	.insection1  .swiper-button-prev{
		transition: all 0.3s ease 0s;
	}
	.insection1  .swiper-button-prev:hover{
		transform:translateX(-2px); 
	}
}



/*  */
.box1{background: url("../../../../4a1417b1/22/02/298f944de833516e71aed6dfc38e6e67fbb47685.jpg") no-repeat top center;background-size: cover;padding: 12% 0 12.5%;}
.aleft{max-width: 382px;}
.aimg img{width: 100%;}
.aright{width: 57.5%;}
.acon{color: #ffffff;font-size: 16px;line-height: 30px;margin: 2vw 0 7vw;}
.abt{margin: 1.6vw 0 3.9vw;}
.abt dd{color: #ffffff;font-size: 56px;font-family: 'Arial';text-transform: uppercase;}
.abt dt{color: #ffffff;font-size: 30px;line-height: 1;}
.amore a{display: block;width: 175px;height: 46px;background: rgba(67,98,200,.7) url("../../../../4a1417b1/22/02/ac98643bb84013a74b1a84892ae037230ff682bd.png") no-repeat 90% center;padding-left: 18px;color: #fff;font-size: 14px;line-height: 46px;transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: alll 0.3s;}
.amore a:hover{background: #2a3f85 url("../../../../4a1417b1/22/02/ac98643bb84013a74b1a84892ae037230ff682bd.png") no-repeat 93% center;}


.sul li p{color: #ffffff;font-size: 16px;}
.sul li{background: url("../../../../4a1417b1/22/02/25ee14a19df3abe70ce5786528df9e37c8ca53d7.png") no-repeat right center;width: 30%;margin-right: 4%;}
.sul li:last-child{background: none;width: auto;}
.sbt{color: #ffffff;font-size: 16px;}
.sbt span{color: #ffffff;font-family: Impact;font-size: 3.854vw;}

@media(max-width: 1100px){
    .acon{line-height: 26px;font-size: 14px;}
    .aright{width: 53%;}
}

@media(max-width: 768px){
    .aleft{width: 100%;float: none;max-width: 100%;}
    .aright{width: 100%;float: none;}
    .abt dd{font-size: 36px;}
    .abt dt{font-size: 24px;}
    .aimg .com-img{display: block;}
    .box1{padding: 6% 0;}
}


@media(max-width: 640px){
    .sbt span{font-size: 24px;}
}



/* box2 */
.box2{background:#f8f8f8 url("../../../../4a1417b1/22/02/748302dc573002e019058f3a7ab8440fa20981f2.jpg") no-repeat top center;background-size: cover;padding: 9.0625vw 0 15px;}
.ysort li{width: 13%;background-color: rgba(255,255,255,.2);border-radius: 5px;text-align: center;padding-bottom: 15px;cursor: pointer;}
.ysort li .img{height: 52px;line-height: 52px;margin: 28px 0;}
.ysort li p{color: #ffffff;font-size: 16px;}
.ysort li.cur{background-color: #4362C8;}
.qie{margin:3.02vw 0 5.729vw;}
.yul li .img{display: block;width: 36.15%;}
.yul li .img img{display: block;width: 100%;}
.yul li .img img{border-radius: 5px;}
.ying{width: 57%;padding-right: 1%;}
.ybt{color: #ffffff;font-size: 30px;margin: 14px 0 10px;}
.line1{width: 55px;height: 2px;background-color: #ffffff;}
.ycon{color: #ffffff;font-size: 16px;line-height: 30px;margin: 25px 0  2.6vw;}

.bo-tab {
 width: 100%;
 transition: all 0.8s ease 0.3s;
}
.bo-tab .tab {
 height: 122px;
 background: #fff;
 position: relative;
}
.bo-tab .tab:before {
 /* content: '';
 width: 100%;
 height: 20px;
 position: absolute;
 right: 0;
 bottom: -10%;
 z-index: -1;
 background-image: linear-gradient(#f3f3f3, #fafafa); */
}
.bo-tab .tab .swiper-container {
 width: 100%;
 height: 100%;
}
.bo-tab .tab .swiper-container .swiper-slide {
 width: 20%;
 border-right: 1px solid #f1f1f1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 position: relative;
}
.bo-tab .tab .swiper-container .swiper-slide .icon {
    position: relative;
 text-align: center;
 width: 50px;
 height: 50px;
 overflow: hidden;
 margin:0 auto;
 margin-bottom: 0.4rem;
}
.bo-tab .tab .swiper-container .swiper-slide .icon img{
    display: block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.6s ease-out;
}
.bo-tab .tab .swiper-container .swiper-slide:hover .icon img{
    top:-50px;
    transition: all 0.6s;
}
.bo-tab .tab .swiper-container .swiper-slide-active .icon img{
    top:-50px;
    transition: all 0.6s;
}
.bo-tab .tab .swiper-container .swiper-slide p {
 font-size: 18px;color: #666666;
 transition: all 0.3s ease 0s;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.bo-tab .tab .swiper-container .swiper-slide:before {
 content: '';
 width: 0%;
 height: 3px;
 position: absolute;
 left: 50%;
 bottom: 0;
 background: #2a3f85;
 transition: all 0.3s ease 0s;
}
.bo-tab .tab .swiper-container .swiper-slide:hover:before {
 content: '';
 width: 100%;
 height: 3px;
 position: absolute;
 left: 0%;
 bottom: 0;
 background: #2a3f85;
}


.bo-tab .tab .swiper-container .swiper-slide:hover p {
 color: #2a3f85;
}
.bo-tab .tab .swiper-container .swiper-slide-active:before {
 content: '';
 width: 100%;
 height: 3px;
 position: absolute;
 left: 0%;
 bottom: 0;
 background: #2a3f85;
}

.bo-tab .tab .swiper-container .swiper-slide.cur p {
 color: #2a3f85;
}
.bo-tab .tab .swiper-container .swiper-slide:last-child {
 border-right: auto;
}


@media(max-width: 1160px){
    .ycon{font-size: 14px;line-height: 24px;}
    .ybt{font-size: 24px;}
    .ysort li .img{margin: 20px 0;}
}

@media(max-width: 768px){
    .bo-tab .tab .swiper-container .swiper-slide p{font-size: 14px;}
    .ybt{margin-top: 0;}
}

@media(max-width: 640px){
    .ysort{justify-content: flex-start;}
    .ysort li{width: 24%;margin-bottom: 10px;margin-right: 1%;}
    .ysort li:nth-child(4n){margin-right: 0;}
    .ysort li .img{margin: 10px 0;}
    .ysort li p{font-size: 14px;}
    .ysort li .img img{height: 26px;}
    .ysort li .img{height: 30px;line-height: 30px;}
    .yul li .img{float: none;width: 100%;}
    .ying{margin-top: 20px;float: none;width: 100%;}
    .ybt{font-size: 20px;}
    .bo-tab .tab .swiper-container .swiper-slide p{font-size: 12px;}
    .bo-tab .tab{height: 90px;}
}



/*  */
.box3{margin: 6.2% 0 4%;}
.box3 .wh{max-width: 1750px;}
.box3 .amore a{background-color: #2a3f85;margin-top: 25px;}
.nbt dd{color: #333333;font-size: 2.9166vw;font-family: 'Arial';text-transform: uppercase;line-height: 1;}
.nbt dt{color: #333333;font-size: 30px;}
.con-cont{margin-top: 3.2%;}
.con-cont .con-l {
 width: 50%;
 transition: all 0.8s ease 0s;
}
.con-cont .con-r {
 width: 48%;
 transition: all 0.8s ease 0.3s;
}
.con-cont .con-r .list li {
 box-sizing: border-box;
 padding:3vw 38px;
 margin-bottom: 4px;
 transition: all 0.3s ease 0s;
 cursor: pointer;
}
.con-cont .con-r .list li .date .b {
 font-size: 48px;font-family: 'Arial';
 border-top: 1px solid #efefef;
 color: #333333;
}
.con-cont .con-r .list li .con-tt {
 width: 82%;
}
.con-cont .con-r .list li .con-tt h4 {
 font-size: 18px;color: #333333;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
 margin-bottom:1rem;
}
.tab2 .img img{max-width: 100%;}
.zinum{color: #666666;font-size: 16px;font-family: 'Arial';}
.con-cont .con-r .list li .con-tt p {
 font-size: 14px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #888888;
 line-height: 20px;
}
.con-cont .con-r .list li:hover {
 background: #2a3f85;
 color: #fff !important;
}
.con-cont .con-r .list li.cur .zinum,.con-cont .con-r .list li.cur .con-tt h4{color: #fff !important;}

.con-cont .con-r .list li:hover a{
 color: #fff !important;
}
.con-cont .con-r .list li:hover .date .b {
 color: #fff !important;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.con-cont .con-r .list li:hover .con-tt p {
 color: #fff !important;
}
.con-cont .con-r .list li.cur {
 background: #2a3f85;
 color: #fff !important;
}
.con-cont .con-r .list li.cur a{
 color: #fff !important;
}
.con-cont .con-r .list li.cur .date .b {
 color: #fff !important;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.con-cont .con-r .list li.cur .con-tt p {
 color: #fff !important;
}
.con-cont .con-r .list li:last-child {
 margin-bottom: 0;
}
.detail {
 width: 4.25rem;
 height: 1.25rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 background: #bbb;
 font-size: 14px;
 color: #fff;
 padding: 0 0.5rem;
}
.detail i {
 width: 6px;
 height: 10px;
 background: url("../images/arrow-r2.png") no-repeat center center;
 background-size: contain;
}
.mdetail {
 display: none;
}
.detail.bo {
 bottom: 2rem;
}
.tab2{display: none;}

@media(max-width: 1024px){
    .con-cont .con-r .list li{padding: 2vw 38px;}
}

@media(max-width: 768px){
    .nbt dd{font-size: 30px;}
    .nbt dt{font-size: 20px;}
    .box3 .amore a{margin-top: 15px;}
    .con-cont .con-l{margin-bottom: 20px;}
    .con-cont .con-l,.con-cont .con-r{float: none;width: 100%;}
    .con-cont .con-r .list li{padding:3vw 38px 2vw 38px;}
    
}
@media(max-width: 640px){
    .con-cont .con-r .list li{padding:15px;}
    .box3 .amore a{display: none;}
    .nbt dd{font-size: 26px;}
    .con-cont .con-r .list li .con-tt{width: calc(100% - 80px);}
    .con-cont .con-r .list li .date .b{font-size: 36px;}
    .con-cont .con-r .list li .con-tt h4{font-size: 16px;}
}


/*  */
.foot{background-color: #2a3f85;padding: 3% 0 15px;}
.foot .wh{max-width: 1750px;}
.dtel p{color: rgba(255,255,255,.8);font-size: 14px;line-height: 28px;}
.tlogo{margin: 27px 0 3.125vw;}
.tlogo img{ max-width:100%;}
.dz{color: rgba(255,255,255,.8);font-size: 14px;line-height: 33px;margin-left: 3.125vw;}
.wleft a{display: block;width: 110px;height: 38px;background: url("../../../../4a1417b1/22/02/71bc075a30f3bdaf1c8b3294df2ea32385756f08.png") no-repeat 28px center; border-radius: 19px;border: solid 1px rgba(255,255,255,.08);color: rgba(255,255,255,.5);padding-left: 56px;line-height: 36px;transition: all 0.3s ease 0s;}
.wleft a:hover{background: #fff url("../../../../4a1417b1/22/02/cbe650797b83bc08c91b2ac25656995076750326.png") no-repeat 28px center;color:#666;}
.bq{color: rgba(255,255,255,.8);font-size: 12px;line-height: 24px;text-align: right;}
.bq a{color: rgba(255,255,255,.8);}
.ft2{border-top: 1px solid rgba(255, 255, 255, 0.06);padding-top: 18px;margin-top: 3%; color:#fff}
.foot .bdsharebuttonbox{float:left;height:30px;line-height:30px;margin-left:42px;}
.foot .bdsharebuttonbox a{display:inline-block;width:30px;height:30px;margin:0 5px;padding:0;background-position:center;border:none;margin-top: 6px;}
.foot .bdsharebuttonbox a.bds_weixin{background:url("../../../../4a1417b1/22/02/57931d6c45087467854e4f8d8a74fdc9dc14e5b1.png") no-repeat center;width:29px;height:29px; }
.dao{width: 51.4%;}
.dao li dd{font-size: 16px;color: rgba(255, 255, 255, 1);margin-bottom: 10px;font-weight: bold;}
.dao li a{display: block;color: rgba(255, 255, 255, 0.8);line-height: 38px;font-size: 16px;}





/* 友情链接 */

.c-link {
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
    color: rgba(255,255,255,.5);
    line-height: 24px;
}
.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: rgba(255,255,255,.5);
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}
.c-link .sec  a{color: #000;}


@media(max-width: 1200px){
    .dao li a{font-size: 14px;}
    .wleft,.bq{width: 100%;float: none;}
    .bq{text-align: center;margin-top: 15px;}
}

@media(max-width:768px){
    .dao{display: none;}
    .tleft{width: 100%;float: none;}
    
}

@media(max-width:640px){
.dtel{margin-bottom: 20px;width: 43%;}
.dz{margin-left: 0;font-size: 12px;line-height: 28px;width: 54%;}
.dtel span{font-size:18px!important;}
.abt dd{font-size: 28px;}
.abt dt{font-size: 18px;}
}







/*内页左侧样式*/

.wei{padding-left: 32px;background: url("../../../../4a1417b1/22/02/dfcb4404397bb74ec19ebacbe3f84f6b52694301.png") no-repeat left center;line-height: 86px;}
.wh2{max-width: 1750px;margin: 0 auto;padding: 0 15px;}
.page-position .wh2{max-width: 1596px;}
.page-product-inquiry a{color: #fff;}
.fen .xypg-left-nav{font-size: 0;}
.fen .xypg-left-nav > li {
    position: relative;
    display: inline-block;
    margin-left: 2vw;
    border-bottom: none;
}

.fen .xypg-left-nav > li:last-child {
    border-bottom: none;
}

.fen .xypg-left-nav > li > a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    padding: 0 18px;
    line-height: 86px;
}
.fen .xypg-left-nav > li:hover > a,.fen  .xypg-left-nav > li.clicked > a {
    color: #2a3f85;background: url("../../../../4a1417b1/22/02/635b7b8a3b24b45e68299ff7379f35f73a74578a.png") no-repeat bottom center;
}
.fen .xypg-left-nav > li:hover .xypg-left-subnav{display: block!important;}
.fen .xypg-left-nav .xypg-left-subnav{position: absolute;width: 100%;padding: 0;}
.fen .xypg-left-nav .xypg-left-subnav li{border: none;text-align: center;}
.fen .xypg-left-nav .xypg-left-subnav li a{background: #2a3f85;color: #fff;font-size: 14px;}
.fen .xypg-left-nav .xypg-left-subnav li a:hover{background: #070b18;}


.fen .xypg-left-nav > li .first-nav-btn {
    position: absolute;
    display: none;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url("../../../../../gcdn.myxypt.com/images/icon_spirit.png") 0 -240px no-repeat;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .page-position{display: none;}
}


/* 内页简介 */
.kuan{max-width: 1750px;margin: 0 auto;padding: 0 15px;}
.abox1{max-width: 1750px;margin: 0 auto;padding: 4% 15px 1%;}
.aright2{width: 39.78%;}
.aright2 img{width: 100%;}
.aleft2{width: 52.45%;}
.aleft2 h3{color: #333333;font-size: 2.083vw;}
.nacon{color: #666666;font-size: 0.78125vw;line-height: 1.66666vw;padding: 20px 0 9%;}
.abox1 .sul li p{color: #666666;}
.abox1 .sbt span{color: #2a3f85;}
.abox1 .sbt{color: #666666;}
.abox2{background: url("../../../../4a1417b1/22/02/2803f64186fea3d0b66f63c3d290410f8a7e204f.jpg") no-repeat top center;background-size: cover;padding: 6% 0 6.6%;text-align: center;}
.abox2 h3{color: #ffffff;font-size: 40px;font-weight: normal;}
.cheng{max-width: 1750px;margin: 0 auto;padding: 4% 15px 7.3%;}
.con2{color: #ffffff;font-size: 16px;line-height: 2.6vw;margin-top: 2.6vw;}




/* 内页联系我们 */
.xbox1{position: relative; background:url("../../../../4a1417b1/22/02/d53f1444bf473686e3836dd49261ffc2f356df13.jpg") no-repeat center;}
.xbox1 .img img{display: block;width: 100%;}
.lxwm2{height:960px;width: 41%;background: rgba(90, 108, 184, 0.7);z-index: 999;top:0;padding:0 10px 0 9.0625vw;display: flex;justify-content: center;flex-direction: column;}
.lxwm2 h3{color: #ffffff;font-size: 28px;}
.nylx{color: #ffffff;font-size: 18px;line-height: 2.62vw;margin-top: 30px;}
.nylx p{padding-left: 38px;}
.nylx p:first-child{background: url("../../../../4a1417b1/22/02/10b4eedb71c11f436772706076ffef18b46f65222.png") no-repeat left center;}
.nylx p:nth-child(2){background: url("../../../../4a1417b1/22/02/11b44d246fc674d408a7ad175441107cf17cc98d.png") no-repeat left center;}
.nylx p:nth-child(3){background: url("../../../../4a1417b1/22/02/63d343855177ee69e03318aa277d7f73c743ccca.png") no-repeat left center;}
.nylx p:nth-child(4){background: url("../../../../4a1417b1/22/02/10b4eedb71c11f436772706076ffef18b46f65221.png") no-repeat left center;}
.nylx p:nth-child(5){background: url("../../../../4a1417b1/22/02/10b4eedb71c11f436772706076ffef18b46f6522.png") no-repeat left center;}
.xbox2{padding: 5.7% 0 3%;}
.xbox2 .wh{max-width: 1538px;}
.lyt{width: 34%;}
.lyt img{width: 100%;}
.yan{width: 66%;background: #fff;padding: 3.645vw 3.489vw 0 4.947vw;}
.ybt2{color: #333333;font-size: 24px;margin-bottom: 28px;}
.ybt2 span{display: block;color: #999999;font-size: 14px;}
.yan li{width: 49%;}
.yan li input{width: 100%; outline: none;border: solid 1px #e5e5e5;padding-left: 18px;color: #999999;font-size: 12px;height: 42px;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
.ycon2{margin: 15px 0;}
.ycon2 textarea{width: 100%;border: solid 1px #e5e5e5;padding-left: 18px;color: #999999;font-size: 12px;outline: none;height: 90px;padding-top: 6px;}
.tj input{display: block;width: 108px;height: 34px;background-color: #2a3f85;color: #ffffff;font-size: 14px;outline: none;border: none;margin-top: 23px;}
#message-form .yzm #checkcode{color: #999999;font-size: 14px;text-align: left; width: 137px;height: 32px;background-color: #ffffff;border: solid 1px #dcdcdc;line-height: 30px;margin-right: 6px;outline: none;padding-left: 18px;}






@media(max-width: 1680px){
    .lxwm2{padding-left: 5vw; height:700px;}
	.xbox1 iframe{ height:700px;}
    .nylx{font-size: 16px;line-height: 32px;}
}

@media(max-width: 1430px){
    .yan{padding-top: 2vw;}
	 .lxwm2{height:500px;}
	.xbox1 iframe{ height:500px;}
}



@media(max-width: 1280px){
    .ycon2 textarea{height: 70px;}
    .ycon2{margin: 10px 0;}
    .ybt2{margin-bottom: 15px;}
		 .lxwm2{height:400px;}
	.xbox1 iframe{ height:400px;}
}
@media(max-width: 1100px){
    .ycon2 textarea{height: 50px;}
    .yan{padding-top: 1.5vw;}
    .xypg-right-content .lyt img{width: 100%!important;}
    
}


@media(max-width: 1024px){
    .nacon{font-size: 12px;line-height: 21px;}
    .aleft2 h3{font-size: 24px;}
    .con2{font-size: 14px;line-height: 24px;}
    .abox2 h3{font-size: 24px;}
    .nylx{font-size: 14px;line-height: 32px;}
    .lxwm2 h3{font-size: 24px;}
    .lyt,.yan{width: 100%;}
}
@media(max-width:768px){
    .aleft2,.aright2{float: none;width: 100%;}
    .aright2{margin-top: 20px;}
    .nacon{font-size: 14px;line-height: 24px;padding-bottom: 5%;}
    .lxwm2{width: 100%;height:300px;}
    .yan{padding: 20px;}
	.lxwm2{}
	.xbox1 iframe{ height:300px;width: 100%;}
	
}
@media(max-width: 640px){
    .page-banner .nybt h3{font-size: 18px;}
    .page-banner .nybt span{font-size: 14px;margin-top: 0;}
    .xypg-news-list li .img img{width: 100%;height: 100%;}
    .xypg-news-list li{padding: 20px 15px;margin-bottom: 0;}
    .jt{display: none;}
    .ri,.xypg-news-list li .tit,.xypg-news-list li .img{float: none;width: 100%;}
    .ri{background: none;}
    .xypg-news-list{margin-top: 5px;}
    .xypg-news-list li .date{font-size: 18px;margin-bottom: 10px;background: none;}
    .lxwm2{position: static;width: 100%;background: #5a6cb8;padding: 20px 15px;}
    .lxwm2 h3{font-size: 20px;}
    .ybt2{font-size: 20px;}
    #message-form .yzm #checkcode{width: 120px;}
}



/* 产品 */
.probg{
  background: url(../../../../../images/bc17f8f56c145ff9a192dd375eb09f5ab1f6dc17.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 6.77083333333333vw;
}

.pro-index{

}

.pro-wrap{

  position: relative;
}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }

.ptab{
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  box-shadow: 0px 2px 23.5px 1.5px rgba(22, 55, 80, 0.07);
  width: 23.5625%;
  padding: 0 3.38541666666667vw 2.08333333333333vw 2.08333333333333vw;
}

.psort li{
  border-bottom: 1px solid #cccccc;
  padding: 1.5625vw 0;
  background: url(../../../../../images/5f3bb9358968ff646cd436d89dee7cb9e8424737.png) no-repeat right center;
  position: relative;
}

.psort li::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #f78e1e;
  transition: 0.5s;
}

.psort li a{
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 18px;
}

.psort li a span{
  width: 6px;
  height: 6px;
  background: #66a9da;
  margin-right: 15px;
}

.psort li.active{
  background: url(../../../../../images/9e515cde68746dcff67c12bb216f0e88e14fc8c0.png) no-repeat right center;
}

.psort li.active::before{
  width: 70px;
}

.psort li.active a{
  color: #0070c2;
}

.psort li.active a span{
  background: #f78e1e;
}

.proSwiper{
  overflow: hidden;
  width: 100%;
}

.proSwiper .swiper-slide a{
  display: flex;
}

.proSwiper .swiper-slide a .wwl{
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
  word-wrap: break-word;
  color: #111111;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 88px;
  width: 34px;
}

.proSwiper .swiper-slide a .wwr{
  width: calc(100% - 34px);
  position: relative;
}

.proSwiper .swiper-slide a .wwr .img1{
  width: 43.7%;
}

.proSwiper .swiper-slide a .wwr .img1 img{
  width: 100%;
}

.proSwiper .swiper-slide a .wwr .wz{
  width: 61.6%;
  background: #fff;
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 0;
  padding: 3.125vw 0;
  padding-left: 7.29166666666667vw;
}

.proSwiper .swiper-slide a .wwr .wz .wz1{
  color: #111111;
  font-size: 54px;
  font-weight: 600;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}

.proSwiper .swiper-slide a .wwr .wz .wz2{
  color: #111111;
  font-size: 18px;
  line-height: 2.5;
}

.proSwiper .swiper-slide a .wwr .wz .wz3{
  border: 1px solid #111111;
  width: 180px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #111111;
  font-size: 16px;
  margin-top: 2vw;
}

.proSwiper .swiper-pagination{
  bottom: 30px;
  left: 75px;
  text-align: left;
}

.proSwiper .swiper-pagination-bullet{
  border-radius: 0;
  background: #0070c2;
}

.proSwiper .swiper-pagination-bullet-active{
  
}

.proSwiper .ind_fy_box{
  position: relative;
  display: inline-block;
  width: 12%;
}

.proSwiper .lb_pagination_box span:before{content: '0';}
.proSwiper .ind_fy_box span.on{
  color: #111111;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.proSwiper .ind_fy_box span.xian{
  color: #111111;
  opacity: 0.4;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 30%;
}
.proSwiper .ind_fy_box span.xian:before{
  content: '';
}
.proSwiper .ind_fy_box span.sum{
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.4;
  position: absolute;
  right: 0;
}

@media(max-width: 1280px){
  .proSwiper .swiper-slide a .wwr .wz{
    padding-left: 40px;
  }
  .proSwiper .swiper-slide a .wwr .wz .wz1{
    font-size: 40px;
  }
}

@media(max-width: 780px){
  .probg{
    background: #f1f6fa;
  }
  .pro-index{
    margin-top: 40px;
  }
  .ptab{
    position: relative;
    width: 100%;
    
  }
  .psort{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .psort li{
    padding: 10px 0;
    width: 48%;
  }
  .psort li a{
    font-size: 14px;
  }
  .proSwiper .swiper-slide a{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .proSwiper{
    position: relative;
  }
  .proSwiper .swiper-pagination{
    bottom: 0;
    left: 10px;
    top: 55%;
  }
  .proSwiper .ind_fy_box{
    width: 20%;
  }
  .proSwiper .ind_fy_box span.on{
    font-size: 20px;
  }
  .proSwiper .ind_fy_box span.xian{
    font-size: 14px;
    right: 34%;
  }
  .proSwiper .ind_fy_box span.sum{
    font-size: 14px;
  }
  .proSwiper .swiper-slide a .wwl{
    width: 100%;
    writing-mode:initial;
    margin-top: 0;
  }
  .proSwiper .swiper-slide a .wwr{
    width: 100%;
    flex-wrap: wrap;
  }
  .proSwiper .swiper-slide a .wwr .img1{
    width: 100%;
  }
  .proSwiper .swiper-slide a .wwr .wz{
    width: 100%;
    position: relative;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .proSwiper .swiper-slide a .wwr .wz .wz1{
    font-size: 16px;
  }
  .proSwiper .swiper-slide a .wwr .wz .wz2{
    font-size: 13px;
    line-height: 24px;
  }
  .proSwiper .swiper-slide a .wwr .wz .wz3{
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}

.product {
    background: url("../../../../../images/1fa876f0c2fb15d18a9a3c23383b74c39e916740.png")no-repeat center;
    padding-top: 180px;
    padding-bottom: 180px;background-size:cover;
}

.product .title {
    display: none;
}

.product .title h3 {
    color: #2a3f85;
}

.product .title p {
    color: #2a3f85;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.pro-tit {
    float: left;
    width: 10.42%;
    overflow: hidden;
}

.pro-tit img {
    max-width: 100%;
}

.pro-cfn {
    float: left;
    width: 20%;
}

.pro-cfn ul li {
    margin-top: 10px;
}

.pro-cfn ul li:first-child {
    margin-top: 0;
}

.pro-cfn ul li a {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    max-width: 250px;
    border: solid 1px #2a3f85;
    padding-left:0px;
    transition: all .5s ease;
}

.pro-cfn ul li a .pro-ico {
    max-height: 26px;
    max-width: 26px;
    overflow: hidden;
}

.pro-cfn ul li a .pro-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.pro-cfn ul li a h3 {
    font-size: 16px;
    line-height: 50px;
    color: #333;
    margin-left: 20px;
    transition: all 0s ease;
}

.pro-cfn ul li.cur {
    position: relative;
}

.pro-cfn ul li.cur a {
    background:#2a3f85;

    max-width: 100%;
}

.pro-cfn ul li.cur::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 72px;
    top: 0;
    right: 25px;
}

.pro-cfn ul li.cur a h3 {
    color: #fff;
}

.pro-cfn ul li.cur a .pro-ico img {
    margin-top: -26px;
}

.pro-list {
    float: right;
    width:65%;
    padding-top: 40px;
}

.pro-list ul li {
    display: none;
}

.pro-list ul li .pro-img {
    float: left;
    width: 60%;
}

.pro-list ul li .pro-img img {
    max-width: 100%;
}

.pro-list ul li .pro-text {
    float: left;
    width: 40%;
    margin-top: 85px;
    display: flex;
    justify-content: end;
}

.pro-list ul li .pro-text .pro-exp p {
    font-size: 24px;
    font-weight: bold;
    color: #2a3f85;
}

.pro-list ul li .pro-text .pro-exp p:nth-child(2) {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: 400;
    padding-top: 10px;
}

.pro-list ul li .pro-text a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: solid 1px #2a3f85;
    width: 108px;
    margin-top: 50px;
    transition: all .3s ease;
}

.pro-list ul li .pro-text a:hover {
    background-color: #2a3f85;
    color: #fff;
}

@media(max-width: 1440px) {
    .pro-cfn {
        width: 20.67%;
    }
    .pro-list {
        width: 60%;
        padding-top: 80px;
    }
}

@media(max-width: 1199px) {
    .pro-cfn {
        margin-left: 3%;
    }
    .pro-cfn ul li a {
        max-width: 160px;
        padding-left: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 55px;
    }
    .pro-cfn ul li.cur::after {
        height: 57px;
        right: 10px;
    }
    .pro-list ul li .pro-text {
        padding-left: 30px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 22px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 18px;
    }
    .pro-list ul li .pro-text a {
        margin-top: 20px;
    }
    .pro-tit {
        width: 8%;
    }
    .product {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media(max-width: 991px) {
    .pro-cfn ul li a {
        max-width: 150px;
    }
    .pro-cfn ul li a h3 {
        font-size: 14px;
        line-height: 44px;
    }
    .pro-cfn {
        width: 25%;
    }
    .pro-cfn ul li.cur::after {
        height: 46px;
        background-size: 15px 15px;
        width: 15px;
    }
    .pro-list {
        width: 58%;
    }
    .product {
        background-size: 1440px 555px;
    }
	.pro-list ul li .pro-img { text-align:center}
	.pro-list ul li .pro-img img{ width:70%;}
    .pro-list ul li .pro-text {width:100%;
        margin-top: 0px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 17px;
    }
    .pro-list ul li .pro-text a {
        font-size: 12px;
        line-height: 28px;
        width: 100px;
    }
	.pro-list ul li .pro-img{ width:100%}
}

@media(max-width: 768px) {
	.pro-cfn ul li a .pro-ico{ display:none;}
    .product .title {
        display: block;
    }
    .pro-tit {
        display: none;
    }
    .pro-cfn {
        margin-left: 0;
    }
    .title h3 {
        font-size: 32px;
    }
    .product .title p {
        font-size: 18px;
        line-height: initial;
        margin-top: 5px;
    }
    .product {
        padding-top: 40px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .pro-show {
        /* margin-top: 30px; */
    }
    .pro-list {
        width: 65%;
        padding-top: 60px;
    }
}

@media(max-width: 767px) {
    .pro-cfn ul li a {
        max-width: 100%;
    }
    .pro-cfn {
        width: 21%;
    }
    .pro-cfn ul li.cur::after {
        display: none;
    }
    .pro-cfn ul li a h3 {
        margin-left: 5px;
    }
    .pro-cfn ul li a {
        padding-left: 0;
        justify-content: center;
    }
    .pro-list {
        width: 68%;
    }
}

@media(max-width: 600px) {
    .pro-cfn {
        float: none;
        width: 100%;
    }
    .pro-cfn ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pro-cfn ul li {
        width:48%;
        margin: 5px 1%;
    }
    .pro-cfn ul li:first-child {
        margin-top: 5px;
    }
    .pro-show {
        margin-top: 20px;
    }
    .pro-list {
        float: none;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #ddd;
    }
    .pro-list ul li .pro-text {
      
    }
    .title {
        padding: 0;
    }
}

@media(max-width: 425px) {
    .pro-list ul li .pro-text {
        padding-top: 0;
    }
    .pro-cfn ul li a h3 {
        margin-left: 8px;
    }
    .pro-cfn ul li a .pro-ico {
        max-width: 20px;
        max-height: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 35px;
        font-size: 12px;
    }
    .product {
        padding-bottom: 40px;
    }
}

@media(max-width: 375px) {
    .pro-list ul li .pro-text {
       
      
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 20px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 14px;
        font-weight: initial;
        line-height: 24px;
    }
}

@media(max-width: 320px) {
    .pro-cfn ul li a h3 {
        margin-left: 5px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 18px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }
    .pro-list ul li .pro-text a {
        line-height: 26px;
        width: 90px;
    }
    .pro-list ul li .pro-text {
        margin-top: 20px;
    }
}


.c1_index{position:relative;padding:4.125% 0;background:#f5f5f5}
.ttt1{text-align:center}
.ttt1 h3{font-size:36px;color:#333;font-weight:400}
.ttt1 p{font-size:16px;color:#666;margin-top:5px}
.pro_listaa{position:relative;font-size:0;margin:0 -1%;margin-top:4.125%}
.pro_listaa li{position:relative;display:inline-block;vertical-align:bottom;width:31.33%;-webkit-transition:all .5s ease;transition:all .5s ease}
.pro_listaa .slick-slide{margin:0 15px}
.pro_listaa li a{display:block}
.pro_listaa li a img{width:100%}
.pro_listaa li h3{text-align:center;font-size:16px;color:#666;line-height:1.7;padding:1.2em 0;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.pro_listaa li:hover h3{color:#0d4da1}
.c2_index{position:relative;padding:4.125% 0}
.pp_sort{position:relative;text-align:center;padding:3.125% 0 2.125%;border-bottom:1px solid #ddd;font-size:0;margin-bottom:50px}
.pp_sort li{display:inline-block;margin:0 10px 10px}
.pp_sort li a{display:block;font-size:16px;color:#333;border:1px solid #ddd;border-radius:30px;padding:8px 15px}
.pp_sort li.active a,.pp_sort li:hover a{background:#0d4da1;border:1px solid #0d4da1;color:#fff}
.list_pp{position:relative;margin:0 -1%;font-size:0}
.list_pp li{position:relative;display:inline-block;vertical-align:bottom;width:31.33%;margin:0 1% 15px 1%;-webkit-transition:all .5s ease;transition:all .5s ease;text-align:center}
.list_pp li:nth-child(4){ display:none}
.list_pp li a{display:block}
.list_pp li .ppimg{overflow:hidden}
.list_pp li .ppimg img{width:100%}
.list_pp li h3{position:relative;text-align:center;font-size:16px;color:#666;line-height:1.7;padding:1.2em 0;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-transition:all .5s ease;transition:all .5s ease}
.list_pp li:hover h3{color:#0d4da1}
.list_pp li h3::before{position:absolute;top:0;width:0;height:4px;background:#e9e9e9;content:"";left:0;-webkit-transition:all .5s ease;transition:all .5s ease}
.list_pp li:hover h3::before{background:#0d4da1;width:100%}
.tab-con{position:relative}
.tab-con .tab-main{position:absolute;left:0;top:0;z-index:9;right:0}
.tab-con .tab-main{opacity:0;visibility:hidden;transition:all .5s ease}
.tab-con .tab-main.active{position:static;opacity:1;visibility:visible}
@media (max-width:992px){.ttt1 h3{font-size:24px}
.ttt1 p{font-size:13px}
.pro_listaa li h3{padding:.8rem 0;font-size:14px}
.pp_sort li a{width:auto;padding:5px 15px;font-size:14px}
.list_pp li h3{padding:.8rem 0;font-size:14px}
.list_pp li:nth-child(4){ display:block; float:left;}
}
@media (max-width:768px){.pro_listaa li{width:100%;margin:0;margin-bottom:15px}
.pro_listaa li h3{padding:15px 0}
.pp_sort{margin-bottom:20px}
.list_pp li{width:48%}
.pp_sort li a{font-size:12px}.list_pp li:nth-child(4){ display:block; float:left;}

}

.reason {
    background: url("../../../../../images/advantage_bg2.jpg")no-repeat center;
    padding-top: 95px;
    padding-bottom:50px;background-size:cover;
}

.title {
    text-align: center;
    padding: 0 230px;
}

.title h3 {
    font-size: 44px;
    font-weight: bold;
    color: #333;
}

.title p {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 15px;
}



.ron-cfn {
    margin-top: 60px;
}

.ron-cfn ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.ron-cfn ul li {
    width: 23.6%;
    background-color: #eee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 37px 0;
    padding-left: 50px;
    cursor: pointer;
    margin-left: 1.86%;
}

.ron-cfn ul li:first-child {
    margin-left: 0;
}

.ron-cfn ul li.cur {
    background-color: #005eb8;
}

.ron-cfn ul li .ron-ico {
    max-height: 55px;
    max-width: 51px;
    overflow: hidden;
}

.ron-cfn ul li .ron-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.ron-cfn ul li.cur .ron-ico img {
    margin-top: -55px;
}

.ron-cfn ul li .ron-tit {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.ron-cfn ul li .ron-tit h3 {
    font-size: 28px;
    color: #333;
}

.ron-cfn ul li.cur .ron-tit h3 {
    color: #fff;
}

.ron-cfn ul li .ron-tit span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
    line-height: initial;
    margin-top: 5px;
}

.ron-cfn ul li.cur .ron-tit span {
    color: #fff;
}

.ron-show {
    background-color: #fff;
    margin-top: 58px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    box-shadow: 0px 8px 8px 0px #ededed;
}

.ron-left {
    width: 45%; float:left;
}

.ron-right {
    width: 100%;
}

.ron-show ul li {
    display: none;
}

.ron-show ul li .ron-img {
    float: left;
    width: 50%;
}

.ron-show ul li .ron-img img {
    max-width: 100%;
}

.ron-show ul li .ron-text {
    position: relative;
    width: 50%; float:right;
    /* padding-left: 70px; */
    /* padding-top: 25px; */
}

.ron-show ul li .ron-text h3 {
    font-size: 40px;
    font-weight: bold;
    color: #005eb8;
}

.ron-show ul li .ron-text span {
    display: block;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
}

.ron-show ul li .ron-text .text {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    margin-top: 45px;
}

.ron-show ul li .ron-text h4 {
    font-size: 100px;
    font-family: Impact;
    color: #000;
    opacity: .06;
    position: absolute;
    top: 0;
    right: -10px;
}

.ron-hot {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 74px;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 6px #eee;
    margin-top: 30px;
}

.ron-hot span {
    font-size: 16px;
    color: #999;
    padding-left: 40px;
    background: url("../../../../../images/90ef91fd0dd2d4fd53de1069a3f6d9aafef4e228.png")no-repeat left center; margin-top:0px!important;
}

.ron-hot h3 {
    font-size: 26px;
    color: #005eb8;
}

@media(max-width: 1440px) {
    .ron-cfn ul li {
        padding: 25px 0;
        padding-left: 20px;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 36px;
    }
    .ron-show ul li .ron-text span {
        font-size: 26px;
    }
    .ron-show ul li .ron-text .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }
    .ron-hot {
        line-height: 45px;
    }
    .ron-hot span {
        font-size: 14px;
        padding-left: 30px;
    }
    .ron-hot h3 {
        font-size: 22px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 80px;
    }
}

@media(max-width: 1199px) {
    .ron-cfn ul li .ron-tit h3 {
        font-size: 24px;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 40px;
        max-height: 44px;
    }
    .ron-cfn ul li .ron-tit {
        margin-left: 10px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -44px;
    }
    .ron-cfn ul li {
        padding-left: 8px;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 28px;
    }
    .ron-show ul li .ron-text span {
        font-size: 22px;
        margin-top: 5px;
    }
    .ron-show ul li .ron-text .text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 70px;
        right: 0;
        top: 0;
    }
    .ron-hot h3 {
        font-size: 18px;
    }
    .ron-hot {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    .ron-cfn ul li .ron-tit h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 30px;
        max-height: 33px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -33px;
    }
    .ron-cfn ul li .ron-tit span {
        display: none;
    }
    .ron-cfn ul li {
        justify-content: center;
        padding: 15px 0;
    }
    /* .ron-show ul li{
      padding: 20px;
    } */
    .ron-hot {
        display: none;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 22px;
    }
    .ron-show ul li .ron-text span {
        font-size: 16px;
    }
    .title {
        padding: 0;
    }
    .title h3 {
        font-size: 36px;
    }
    .title p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .reason {
        padding-top: 50px;
    }
    .ron-cfn {
        margin-top: 40px;
    }
    .ron-show {
        margin-top: 30px;
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .ron-left {
        width: 100%;
    }
    .ron-right {
        width: 100%;
        padding-top: 20px;
    }

    .pro-list ul li .pro-img{
        width: 100%;
    }
    .pro-list ul li .pro-text{
        width: 100%;
    }
	.ron-show ul li .ron-text{ width:100%; padding:20px;}
	.case-list .swiper-slide a .case-img img{ height:130px;}
	.case-show .list ul li{ width:33%}
	.case-show .list ul li img{ max-width:100%}
}

@media(max-width: 425px) {
    .ron-cfn ul li {
        width: 48%;
        margin:0 1%;
    }   
	.case-list .swiper-slide a .case-img img{ height:250px;}
	.case-show .list ul li{ height:60px;}
    .ron-cfn ul li:nth-child(3),
    .ron-cfn ul li:nth-child(4) {
        margin-top: 10px;
    }
    .ron-show ul li .ron-img {
        float: none;
        width: 100%;
    }
    .ron-show ul li .ron-text {
    
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 55px;
    }
	.news-list li{ width:85%}
}

@media(max-width: 320px) {
    .ron-show ul li .ron-text h4 {
        font-size: 45px;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 25px;
        max-height: 27px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -27px;
    }
    .ron-cfn ul li .ron-tit {
        margin-left: 5px;
    }
}
