/*初始化样式*/
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: #20448E;}
.top2 .k2{font-size: 22px;font-family: Impact;color: #ffffff;line-height:100px;background: url("../../../../4a1417b1/22/02/4e84b184259f35f6de39bf753783e410ddef55ab.png") no-repeat left center;padding-left: 38px;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-top: 20px;}
.xia a::before{content: '';background: #a3a4a4;width: 30px;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: 90px;background: #0e68b0;}
.xia a:hover{color:#0e68b0;}




.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;}
}





/* 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); 
	}
}

.bxs{overflow: hidden;}

/*主体样式*/
.box1{background:url(../../../../../images/e55f16bb2ab7e8d56319b4a04d786f6cfa37e6b0.jpg) no-repeat;background-size:100% 100%;padding:4.37vw 0 3vw;}
.abz{width:45%;}
.bt h2{color:#dd4454;font-size:14px;font-weight:bold;text-transform:uppercase;width:230px;border-bottom:1px solid #dd4454;padding-bottom:7px;}
.bt h3{color:#20448E;font-size:36px;font-weight:bold;margin-top:1.2vw;}
.ab{color:#999999;font-size:16px;margin:1.2333vw 0 1.67vw;line-height:32px;}
.abwz2{color:#20448E;font-size:14px;line-height:46px;}
.abwz2 p{background:url(../../../../../images/81f697f59ae12f15227f054dd4aa573e2fbf1788.png) no-repeat left center;padding-left:30px;}
.apic{width:50.93%;position:relative;}
.apic img{width:100%;display:block;}
.imgwz{width:230px;height:320px;position:absolute;left:0;bottom:0;background:rgba(42,42,34,.6);color:#fff;font-size:110px;font-family:"Impact";line-height:1;display:flex;align-items: center;justify-content: center;flex-direction:column;}
.imgwz:before{content:"";width:12px;height:12px;background:#dd4554;position:absolute;display: block;right:0;top:0;}
.hz{margin-top:4.2vw;}
.hz li{width:14%;box-shadow:0 0 15px #eee;}
.hz li img{width:100%;display:block;}


@media (max-width:1440px) {
	 .abz{margin-left:3%;width:40%;}
 
}


@media (max-width:1024px) {
	
	 .bt h2{width:200px;}
  .bt h3{font-size:26px;}
  .ab{font-size:14px;line-height:25px;}
  .abwz2{line-height:30px;}
  .abwz2 p{background:url(../../../../../images/81f697f59ae12f15227f054dd4aa573e2fbf1788.png) no-repeat left 11px;;padding-left:22px;}
   .imgwz{font-size:80px;width:180px;height:250px;}
}

@media (max-width: 768px) {
	
	  .abz{width:100%;margin-left:0;}
  .apic{width:100%;margin-top:15px;}
  .hz li{width:32%;margin:5px 0;}
  .anwz{width:100%;}
}


@media (max-width:428px) {
	 .box1,.box3,.box5{padding:30px 0;}
  .bt h3{font-size:22px;}
  .ab{margin:15px 0;}
  .imgwz{font-size:60px;width:160px;height:223px;}
}


/*  */
.box11{ padding:100px 0; background:url(../../../../../images/cpbj.jpg); background-size:cover}
.mySwiper{overflow: hidden;text-align: center; margin-top:50px; }
.mySwiper .swiper-slide{padding: 61px 0 58px;background:#fff}
.mySwiper .swiper-slide h3{color: #222222;font-size: 24px;font-weight: bold;margin-bottom: 13px;transition: all 0.5s;}
.jia{margin-bottom: 12px;opacity: 0;}
.mySwiper .swiper-slide:hover h3{color: #20448E;margin-top: -20px;}
.mySwiper .swiper-slide .jia{opacity: 1; margin-top:20px}
.mySwiper .swiper-slide .img img{max-width: 100%;}
dt{font-weight: normal;}


/*  */
.box22{margin-top: 5.6%;}
.bt1{text-align: center;}
.bt1 dd{color: #010d2c;font-size: 40px;font-weight: bold;}
.bt1 dt{color: #444444;font-size: 17px;line-height: 2;margin-top: 30px;}
.cbox{margin-top: 4.2%;}
.cleft{width: 49.375%;position: relative;}
.cright{width: 50.625%;}
.cbox .cimg{overflow: hidden;}
.cbox .cimg img{width: 100%;transition: all 0.5s;}
.bj1{position: absolute;left: 60px;bottom: 4.8vw;z-index:99;padding-left: 22px;background: url(../../../../../images/f3bca2a6733f14ddfc8cb9ab4620a9cfd84ac29b.png) no-repeat left top;width: 77%;}
.bj1 h3{color: #ffffff;font-size: 28px;font-weight: bold;line-height: 1;margin-bottom: 20px;}
.bj1 .bcon{color: #fff;font-size: 16px;line-height: 30px;}
.cleft:hover .cimg img,.cbox2:hover .cimg img{transform: scale(1.1);}
.cbox2 .cimg,.cc{width: 50%;}
.cc{background-color: #3f3f3f;display:flex;justify-content:center;align-items: center;padding: 0 15px;}
.cwz{padding-left: 23px;background: url(../../../../../images/f3bca2a6733f14ddfc8cb9ab4620a9cfd84ac29b.png) no-repeat left top;}
.cwz dd{color: #ffffff;font-size: 28px;font-weight: bold;line-height: 1;margin-bottom: 20px;}
.cwz dt{color: #ffffff;font-size: 18px;}
.cbox3 .cc{background: url(../../../../../images/a84771960221ed43e41741ab5249fe41351a3327.jpg) no-repeat center top;background-size: cover;}
.cwz dt a{color: #fff;line-height: 30px;font-size: 16px;}
.psort a{color: #fff;line-height: 30px;font-size: 16px;width: 33.3%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}

.ycont{display:flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.ycont .bt h2{color:#fff;border-color:#fff;}
.ycont .bt h3{color:#fff;}

.box33{padding:6vw 0 3vw;}
.scont{display:flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
a.cm{display:block;background-color: rgb(242, 245, 247);width: 215px;line-height: 57px;text-align:center;color:#20448E;font-size:16px;}
a.cm img{margin-left:65px;vertical-align:-1px;}
.anwz{width:57%;color:#999999;font-size:14px;line-height:32px;margin:2vw 0;}

.alli{position:relative;}
.alli .mySwiper2{overflow:hidden;}
.alli .swiper-slide{position: relative;}
.alli .swiper-slide .img img{width:100%;display:block;}
.alli .swiper-slide .det{position: absolute;width: 100%;left: 0;bottom: 0;background:rgba(0,0,0,.3);}
.alli .swiper-slide .nr{width:88%;margin:0 auto;padding:18px 0;}
.alli .swiper-slide .wz{color:#fff;font-size:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;width:76%;}


@media(max-width: 1630px){
    .cwz dt a{font-size: 14px;line-height: 24px;}
    .cwz dd,.bj1 h3{font-size: 24px;}
}

@media(max-width: 1500px){
    .mySwiper .swiper-slide  .img img{max-width: 100%;height: 18vw;}
    .mySwiper .swiper-slide h3{font-size: 20px;}
    .cwz dt{font-size: 16px;}
    .psort a{font-size: 14px;}
}


@media(max-width: 1024px){
    .cwz dd, .bj1 h3{font-size: 20px;margin-bottom: 10px;}
    .bt1 dt br{display: none;}
    .w1{font-size: 22px;margin-top: 17px;}
    .mbox a{width: 160px;}
	   a.cm{width:150px;line-height:40px;font-size:14px;}
   a.cm img{margin-left:30px;}
   .anwz{line-height:25px;}
   .alli .swiper-slide .wz{font-size:16px;}
}


@media(max-width: 768px){
    .mySwiper .swiper-slide{padding: 40px 0 ;}
    .cleft,.cright{width: 100%;}
    .nul,.nul2,.nul3{width: 100%;}
    .nul2{margin: 20px 0;}
    .nul3 li{padding: 20px ;height: auto;}
  .anwz{width:100%;}
}


@media(max-width: 640px){
    .mySwiper .swiper-slide h3{font-size: 16px;}
    .mySwiper .swiper-slide .img img{max-width: 100%;height: 38vw;}
    .jia{opacity: 1;}
    .bt1 dd{font-size: 22px;}
    .box22{margin-top: 30px;}
    .bt1 dt{font-size: 14px;line-height: 22px;}
    .bj1{left: 20px;}
    .bj1 .bcon{font-size: 12px;line-height: 20px;}
    .cbox2 .cimg, .cc{width: 100%;}
    .cc{padding: 60px 0;}
    .cbox22{flex-direction: column-reverse;  }
    .nul3 li{margin-bottom: 20px;}
    .nul2 li:first-child{margin-bottom: 20px;}
   
}











/* 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: #20448E;}
.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: #20448E;
 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: #20448E;
}


.bo-tab .tab .swiper-container .swiper-slide:hover p {
 color: #20448E;
}
.bo-tab .tab .swiper-container .swiper-slide-active:before {
 content: '';
 width: 100%;
 height: 3px;
 position: absolute;
 left: 0%;
 bottom: 0;
 background: #20448E;
}

.bo-tab .tab .swiper-container .swiper-slide.cur p {
 color: #20448E;
}
.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 .amore a{background-color: #20448E;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: #20448E;
 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: #20448E;
 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: #20448E;padding: 3% 0 15px;}
.foot .wh{max-width: 1750px;}
.dtel p{color: rgba(255,255,255,.5);font-size: 14px;line-height: 28px;}
.tlogo{margin: 27px 0 3.125vw;}
.tlogo img{ max-width:100%;}
.dz{color: rgba(255,255,255,.5);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,.5);font-size: 12px;line-height: 24px;text-align: right;}
.bq a{color: rgba(255,255,255,.5);}
.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, 0.8);margin-bottom: 10px;font-weight: bold;}
.dao li a{display: block;color: rgba(255, 255, 255, 0.6);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: #20448E;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: #20448E;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;}
.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:2vw;padding: 20px 0 9%;}
.abox1 .sul li p{color: #666666;}
.abox1 .sbt span{color: #20448E;}
.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),.nylx p:nth-child(3){background: url("../../../../4a1417b1/22/02/11b44d246fc674d408a7ad175441107cf17cc98d.png") no-repeat left center;}
.nylx p:nth-child(4){background: url("../../../../4a1417b1/22/02/f29efbb179bb76f454c81a5b3b9e88f9364ded62.png") no-repeat left center;}
.nylx p:nth-child(5){background: url("../../../../4a1417b1/22/02/10b4eedb71c11f436772706076ffef18b46f65221.png") no-repeat left center;}
.nylx p:nth-child(6){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: #20448E;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;}
}


/* appearance */
.appearance{
margin-bottom:20px
}

.pub.ap1{
    font-size: 24px;
    font-weight: 600;
    -webkit-text-stroke:0.5px #a9a9a9;
    -webkit-text-fill-color: #fff;
}

.pub.ap2{
    color:#20448E;
    font-size: 32px;
    font-weight: 600;
    margin-top: 5px;
}

.appSwiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2vw;
}

.appSwiper .swiper-slide a .img1 img{
    width: 100%;
}

.apnext{
    outline: none;
    background: url(../../../../../images/e2f7023734fb021157fe20d0e23c7ac47640f9fe.png) no-repeat center center rgba(32, 68, 142, 0.4);
    width: 34px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.apnext:hover{background: url(../../../../../images/e2f7023734fb021157fe20d0e23c7ac47640f9fe.png) no-repeat center center rgba(228, 0, 18, 1);}
.apprev:hover{background: url(../../../../../images/143f8f61506bef509b8da9541dccbaf585dbd38c.png) no-repeat center center rgba(228, 0, 18, 1);}
.apprev{
    outline: none;
    background: url(../../../../../images/143f8f61506bef509b8da9541dccbaf585dbd38c.png) no-repeat center center rgba(32, 68, 142, 0.4);
    width: 34px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

@media(max-width: 1200px){
    .appearance{
        margin-top: 80px;
    }
}

@media(max-width: 767px){
    .appSwiper{
        margin-top: 20px;
    }
    .appearance{
        margin-top: 20px;
    }
    .pub.ap1{
        font-size: 14px;
    }
    .pub.ap2{
        font-size: 20px;
    }
}

/* about_five */
.abhonor-index{
    
}

.abhonor-bg{
    background: url(../../../../../images/592702b8ec5faaa5c7248c526e2d4075f5eb33f6.png) no-repeat bottom center;
    padding-bottom: 5.20833333333333vw;
    position: relative;
    background-size: auto;
}
.abhonor-index{
    margin-bottom: 4.16666666666667vw;
}

.abhonor-wrap{
    margin-left: 5.72916666666667vw;
}

.ahonSwiper{
    width: 100%;
    overflow: hidden;
}

.ahonSwiper img{
    width: 100%;
}

.ahonSwiper .swiper-scrollbar{
    position: absolute;
    width: 27.60416666666667vw;
    border-radius:0;
    background: #cccccc;
    top: -5.16666666666667vw;
    left: inherit;
    right: 10.625vw;
}

.ahonSwiper .swiper-scrollbar-drag{
    background: #e40012;
    border-radius:0;
}

.abht2{
    position: relative;
    top: 0px;
    bottom: 0;
    left: inherit;
    right: 28.64583333333333vw;
    width: 100px;
    text-align: left;
}

.swiper-pagination-ahonor{
    
}

.swiper-pagination-ahonor.swiper-pagination{
    font-size: 18px;
    color: #cccccc;
    font-weight: 600;
    font-family: "Arial";
    bottom: 25px;
}

.swiper-pagination-ahonor.swiper-pagination .swiper-pagination-current{
    color: #111111;
    font-size: 30px;
}

.abht2 .swiper-pagination-fraction span:before{
    content: '0';
}


@media(max-width: 767px){
    .abhonor-bg{
        background-size: 100% 30px;
    }
    .abhonor-wrap{
        margin-left: 0;
    }
    .abhonor-index{

    }
    .abht{

    }
    .abht1{
    }
    .abht2{
        right: 0;
        width: 50%;
        
    }
    .ahonSwiper .swiper-scrollbar{
        right: 15px;
        width: 40%;
    }
    .swiper-pagination-ahonor.swiper-pagination{
        bottom: 5px;
    }
    .swiper-pagination-ahonor.swiper-pagination .swiper-pagination-current{
        font-size: 24px;
    }
}

/* 产品 */
.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; background:#fff}
.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: 1vw 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; margin-top:30px;
}

.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%; text-align:center
}

.proSwiper .swiper-slide a .wwr .img1 img{
  max-width: 100%; height:600px; width:auto;
}

.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;
  }
  .proSwiper .swiper-slide a .wwr .img1 img{ height:450px;}
}

@media(max-width: 780px){
	.proSwiper .swiper-slide a .wwr .img1 img{ height:300px;}
  .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;
  }
}

.c2 {
    position: relative;
}

.c2 .list2 li .img img {
    width: 100%;
}

.c2 .con {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding-top: 3.91vw;
    top: 0;
    left: 0;
}

.c2 .con .tix .zi {
    display: flex;
    align-items: flex-end;
}

.c2 .con .tix .zi h2.bt {
    color: #fff;
}

.c2 .con .tix .zi .list21 {
    margin-left: 4.17vw;
    display: flex;
}

@media (max-width: 480px) {
    .c2 .con .tix .zi .list21 {
        display: none;
    }
}

.c2 .con .tix .zi .list21 li {
    width: 1.48rem;
    line-height: 35px;
    margin-right: 1.71975vw;
    border-radius: 20px;
    transition: all .4s ease-out;
    text-align: center;
}

.c2 .con .tix .zi .list21 li:hover {
    background: #cf000d;
}

.c2 .con .tix .zi .list21 li:last-child {
    margin-right: 0;
}

.c2 .con .tix .zi .list21 li a {
    color: #fff;
}

.c2 .con .tix a.ck1 {
    color: #ffffff;
    border-color: #ffffff;
    position: relative;
}

.c2 .con .tix a.ck1:after {
    display: block;
    content: '';
    width: 57px;
    background: #cf000d;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all .4s ease-out;
}

.c2 .con .tong {
    height: 100%;
}

.c2 .con .conx {
    position: relative;
    height: 100%;
}

.c2 .con .hd {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 60px;
}

.c2 .con .hd .xx {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: 60px;
    height:60px;
    background-size: 100% !important;
}

.c2 .con .hd .xx.zb {
    left: 0;
    background: url("../../../../../images/11f85ab836fcf905d5ad2ed39c7a6395bd9982c5.png") no-repeat 50% 0;
}

.c2 .con .hd .xx.yb {
    right: 0;
    background: url("../../../../../images/79e79f9caf0eaa9bb853a0cbb932243550085d5c.png") no-repeat 50% 0;
}

.c2 .con .hd .list1 {
    display: flex;
    flex-wrap: wrap;
}

.c2 .con .hd .list1 li {
    padding-left:50px;
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.c2 .con .hd .list1 li:last-child {
    border: none;
}

.c2 .con .hd .list1 li .img img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li .img img {
        max-width: 20px;
        max-height: 20px;
    }
}

.c2 .con .hd .list1 li .img img.img2 {
    display: none;
}

.c2 .con .hd .list1 li h3 {
    color: rgba(255, 254, 254, 0.5);  
    font-size:24px;
    transition: all .4s ease-out; font-weight:200
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li h3 {
        font-size: 12px;
    }
}

.c2 .con .hd .list1 li h3:after {
    content: '+';
    margin-left: 70px;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li h3:after {
        margin-left: 0;
    }
}

.c2 .con .hd .list1 li.on {
    border-color: #fffefe;
}

.c2 .con .hd .list1 li.on .img img.img1 {
    display: none;
}

.c2 .con .hd .list1 li.on .img img.img2 {
    display: inline;
}

.c2 .con .hd .list1 li.on h3 {
    color: #fffefe;
}


/**/
.team-index{
  margin-top: 3.6vw;
  margin-bottom: 5.2vw;
}

.tt .pt2{
  margin-top: -4.5%;
}

.team-list{
  margin-top: 3.125vw;
}

.team-list li{
  width: 24%;
  position: relative;
}

.team-list li .img1 img{
  width: 100%;
}

.team-list li .wz{
  background: #fd7062;
  position: absolute;
  bottom: 25%;
  right: -2%;
  width: 68%;
  padding: 1.5625vw 1vw;
  opacity: 0;
}

.team-list li .wz .wz1{
  color: #fff;
  font-size: 14px;
}

.team-list li .wz .wz2{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.team-list li:hover .wz{
  opacity: 1;
}

@media(max-width: 767px){
  .team-index{
    margin-top: 5%;
  }
  .tt .pt2{
    margin-top: 0;
  }
  .team-list{
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .team-list li{
    width: 48%;
    margin-bottom: 4%;
  }
  .team-list li .wz{
    width: 90%;
  }
  .team-list li .wz .wz1{
    font-size: 12px;
  }
  .team-list li .wz .wz2{
    font-size: 14px;
  }
}

.pt .pt1{
 -webkit-text-fill-color:transparent;   
  -webkit-text-stroke:1px #f7f7f7;
  font-size: 7.8125vw;
  font-weight: 600;
  line-height: 1;
}

.pt .pt2{
  margin-top: -8%;
  font-size: 14px;
  color: #fd7062;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
}

.pt .pt2 span{
  width: 60px;
  height: 2px;
  background: #fd7062;
  display: inline-block;
  margin-right: 18px;
}

.pt .pt3{
  color: #1f425d;
  font-size: 2.1875vw;
  font-weight: 600;
  margin-top: 0.78125vw;
}

.pt .pt3 b{
  color: #4ab9cf;
}.tix {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
}

@media (max-width: 480px) {
    .tix {
        padding-bottom: 20px;
    }
}

.tix h2.bt {
    font-size:36px;
    color: #000000; font-weight:200
}

@media (max-width: 780px) {
    .tix h2.bt {
        font-size: 24px;
    }
}

.tix a.ck1 {
    width: 200px;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: 20px;
    align-items: center;
    position: relative;
}

.tix a.ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #cf000d;
}

@media (max-width: 780px) {
    .tix a.ck1 {
        width: 92px;
    }
}.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.xia li{ margin:0 30px; margin-bottom:20px;}