@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1420{
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* head */
.head-index{
  align-items: center;
}

.head-index .logo{
  width:40%;
  line-height: 104px;
}

.head-index .logo img{
  max-width: 100%;
}

.head-index .tnav{
  width: 56%;
}

/* business */
.business-bg{
  background: #fbfbfb;
  padding-top: 4.167vw;
  padding-bottom: 3.66vw;
}

.business-index{
  align-items: center;
}

.business-left{
  width: 21.13%;
}

.pubtitle h3{
  font-weight: 600;
  color: #f5821f;
  font-size: 30px;
}

.pubtitle h4{
  color: #666666;
  font-size: 20px;
  margin-top: 0.8vw;
}

.business-right{
  width: 75.28%;
  position: relative;
}

.business-right .wz{
  position: absolute;
  right: 60px;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: right;
  color: #fff;
}

.business-right .wz .wza{
  font-size: 14px;
  text-transform: uppercase;
}

.business-right .wz .wzb{
  font-size: 30px;
}

.business-right .wz .wzc p{
  font-size: 14px;
  line-height: 1.92;
}

.bslist{
  background: #fff;
}

.bslist li{ 
  padding: 2.6vw 2.8125vw;
  border-right: 1px solid #e5e5e5;
}
.bslist li:nth-child(1){ padding-left:0}
.bslist li:nth-child(3){ padding-right:0}
.bslist li:last-child{
  border-right:none;
}

.bslist li .wza{
  color: #222222;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bslist li .wzb{
  color: #999999;
  font-size: 12px;
  line-height: 1.92;
  margin-top: 12px;
}

.bslist li .more{
  margin-top: 2.6vw;
}

/* Our Advantages */
.adv-bg{
  background: url(../img/fb48b797bb6ee31a48d485f6229eade2c5765610.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.167vw;
}

.adlist{
  flex-wrap: wrap;
  align-items: center;
}

.adlist li{
  align-items: center;
  width: calc(100% - 33.3%);
  background: rgba(0,0,0,.2);
  height: 275px;
}

.adlist .adleft .pubtitle h3{
  color: #fff;
} 

.adlist .adleft .pubtitle h4{
  color: #fff;
} 
.adlist li .wz{
  width: 50%;
  padding: 0 3.5vw;
  color: #fff;
}

.adlist li .wz .wza{
  font-size: 20px;
}

.adlist li .wz .wzb{
  font-size: 14px;
  line-height: 1.71;
  margin: 1vw 0;
}

.adlist li .wz .wzc{
  font-size: 24px;
  margin-top: 1.5vw;
}

.adlist li .img1{
  width: 50%;
}

.adlist li .img1 img{
  width: 100%;
  height: 275px;
}

.adlist .adleft{
  width: 33.3%;
}


.adlist li:nth-of-type(1){
  width: calc(100% - 33.3%);
}

.adlist li:nth-of-type(3){
  width: 33.3%;
}
.adlist li:nth-of-type(3) .wz{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.adlist li:nth-of-type(3) .img1{
 display: none;
}

/* case */
.case-index{
  margin-top: 5.7vw;
}

.clist{
  flex-wrap: wrap;
  margin-top: 1.8vw;
}

.clist li{
  width: 24%;
  margin-bottom: 10px;
}

.clist li .img1 img{
  width: 100%; height:230px;
}

.clist li .wz{
  color: #333;
  font-size: 20px;
  padding: 1vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* about */
.ab-bg{
  background: url(../img/c0848f3dced8ea45286ceff4d9bf19488bc9bcb2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top:5vw;
  padding-bottom: 3vw;
  margin-top: 3vw;
}

.ab-index .pubtitle h3{
  color: #fff;
}

.ab-index .pubtitle h4{
  color: #fff;
}

.ab-index .aw{
  margin-top: 1.2vw;
  margin-bottom: 2vw;
}

.ab-index .aw p{
  color: #fff;
  font-size: 16px;
  line-height: 2.0625;
}

.ab-index .amore{
  width: 160px;
  height: 48px;
  background: #fff;
}

.ab-index .amore a{
  display: flex;
  justify-content: center;
  color: #f5821f;
  font-size: 14px;
  line-height: 48px;
  align-items: center;
}

.ab-index .amore a img{
  margin-left: 5px;
}

/* news */
.news-bg{
  background: url(../img/b015b1472ef8135f351a0a48a6a2d9757a400465.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.0625vw 0;
}

.news-index{
  box-shadow: 0px 0px 16px 0px rgba(32, 42, 55, 0.2);
  background: #fff;
  padding: 2.34375vw 0;
}

.nt{
  color: #222222;
  font-size: 22px;
  margin-bottom: 1.3vw;
}

.newsl{
  width: 33%;
  padding: 0 1.5625vw;
}

.nlist1 li{
  margin-bottom: 2vw;
}

.nlist1 li:last-child{
  margin-bottom: 0;
}

.nlist1 li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nlist1 li a .img1{
  width: 41%;
}

.nlist1 li a .img1 img{
  width: 100%;
}

.nlist1 li a .wz{
  width: 52%;
}

.nlist1 li a .wz .wza{
  color: #666666;
  font-size: 14px;
  line-height: 1.71;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}

.nlist1 li a .wz .date{
  color: #999999;
  font-size: 12px;
  display: flex;
  align-items:center;
  margin-top: 0.6vw;
}

.nlist1 li a .wz .date img{
  margin-right: 5px;
}

.nlist1 li:hover a .wz .wza{
  color: #f5821f;
}

.newsm{
  width: 34%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 2.34375vw;
}

.honor{
  background: #f8f8f8;
  padding: 1.35vw 1.46vw;
}

.honor .himg img{
  width: 100%;
}

.honor .hw{
  margin-top: 2vw;
}

.honor .hw p{
  color: #666666;
  font-size: 14px;
  text-align: center;
}

.newsr{
  width: 33%;
  padding: 0 1.5625vw;
}

.nimg img{
  width: 100%;
}

.nlist2{
  margin-top: 0.8vw;
}

.nlist2 li{
  margin-bottom: 1vw;
}

.nlist2 li:last-child{
  margin-bottom: 0;
}

.nlist2 li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nlist2 li a .wz{
  width: 80%;
  color: #222222;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nlist2 li a .date{
  text-align: right;
  width: 20%;
  color: #999999;
  font-size: 12px;
}

.nlist2 li:hover a .wz{
  color: #f5821f;
}

/* foot */
.foot-bg{
  background: url(../img/daad3406706046dd76e63599b0bf44dd2de1e18a.png) no-repeat top center;
  background-size: 100% 100%;
  align-items: center;
}

.footl{
  width: 49.375%;
}

.flyt{
  text-align: center;
  color: #666666;
  font-size: 16px;
  margin-top: 1.5vw;
  padding: 10px 0;
}

.liuyan{
  
}

.liuyan .m11{
  margin-bottom: 22px;
}

.liuyan .m11 span{
  float: left;
  width: 70px;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
}

.liuyan .m11 .ww{
  width: calc(100% - 70px);
  float: right;
}

.form-control1{
  width: 100%;
  background: #fff;
  line-height: 40px;
  padding: 0 5px;
}

.liuyan .m22 span{
  float: left;
  width: 70px;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
}

.liuyan .m22 .ww{
  width: calc(100% - 70px);
  float: right;
}

.liuyan .m22 .ww textarea{
  height: 120px;
  background: #fff;
  width: 100%;
  padding: 0 5px;
  line-height: 40px;
}

.liuyan .m33{
  align-items: center;
  margin-top: 10px;
}

.liuyan .m33 .ww2{
  width: 60%;
}

.liuyan .m33 .ww2{
  align-items: center;
}

.liuyan .m33 .ww2 span{
  width: 70px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
}

.liuyan .m33 .ww2 .ww2img{
  width: calc(100% - 70px);
}

.liuyan .m33 .ww2 .checkcode{
  background: #fff;
  line-height: 50px;
  height: 50px;
  width: 70%;
}

.ww2imga{
  width: 30%;
}

.ww2imga img{
  width: 100%;
  height: 50px;
}

.liuyan .m33 .tijiao{
   width: 155px;
  height: 50px;
  background: #fff;
  text-align: center;
  color: #f5821f;
}

.liuyan .m33 .tijiao input{
  padding: 0;
  text-align: center;
  line-height: 50px;
  width: 100%;
}



.foot-index{
  max-width: 555px;
  max-width: 58.54%;
  width: 100%;
  margin-left: 13.02083333333333vw;
}

.footr{
  width: 50.625%;
}

.flx{
  background: #f5821f;
  padding: 3.125vw 2.6vw;
}

.flx p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.6vw;
}

.flx p:last-child{
  margin-bottom: 0;
}

.fmap img{
  width: 100%;
  height: 278px;
}

.cop-bg{
  background: #222222;
  padding: 20px 0;
}


.cop-index{
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,.8);
}

.cop-index a{
  color: rgba(255,255,255,.8);
}

@media(max-width: 1600px){
  .foot-index{
    margin-left: 6.020833vw;
  }
}

@media(max-width: 1440px){
  .foot-index{
    margin-left: 15px;
    max-width: 80%;
  }
}

@media(max-width: 1280px){
  .clist li .wz{
    font-size: 18px;
  }
  .clist li .img1 img{ height:190px;}
}

@media(max-width: 1200px){
  .business-right .wz .wza{
    font-size: 14px;
  }
  .business-right .wz .wzb{
    font-size: 24px;
  }
  .adlist li{
    height: 245px;
  }
  .adlist li .img1 img{
    height: 245px;
  }
}

@media(max-width: 1100px){
  .x-menu > li > a{
    font-size: 14px;
  }
  .pubtitle h4{
    font-size: 16px;
  }
  .business-right .wz .wza{
    font-size: 16px;
  }
  .business-right .wz .wzb{
    font-size: 20px;
  }
  .adlist li{
    height: 230px;
  }
  .adlist li .img1 img{
    height: 230px;
  }
  .clist li .wz{
    font-size: 16px;
  }
  .nlist2 li a .wz{
    width: 74%;
  }
  .nlist2 li a .date{
    width: 25%;
  }
}

@media(max-width: 1024px){
  .adlist li .wz{
    padding: 0 1.5vw;
  }
}

@media(max-width: 995px){
   .adlist li{
    height: 205px;
  }
  .adlist li .img1 img{
    height: 205px;
  }
  .adlist li .wz .wza{
    font-size: 18px;
  }
  .adlist li .wz .wzc{
    font-size: 20px;
  }
  .nt{
    font-size: 18px;
  }
  .liuyan .m22 .ww textarea{
    height: 65px;
  }
  .foot-bg{
  }
  .foot-index{
    max-width: 90%;
  }
  .fmap img{

  }
}
@media(max-width: 767px){
	.clist li .img1 img{ height:150px}
  .pubtitle h3{
    font-size: 24px;
  }
  .adlist{
    flex-wrap: wrap;
  }
  .adlist .adleft{
    width: 100%;
    margin-bottom: 20px;
  }
  .adlist li:nth-of-type(1){
    width: 100%;
  }
  .adlist li{
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .adlist li:nth-of-type(3){
    width: 100%;
    padding: 20px 0px;
  }
  .adlist li .img1 img{
    height: auto;
  }
  .news-index{
    flex-wrap: wrap;
  }
  .newsl{
    width: 100%;
  }
  .newsm{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newsr{
    width: 100%;
  }
  .foot-bg{
    flex-wrap: wrap;
    background: #f1f3f2;
    padding: 40px 0;
  }
  .footl{
    width: 100%;
  }
  .foot-index{
    max-width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
  .footr{
    width: 100%;
    margin-top: 20px;
  }
  .fmap img{
    height: auto;
  }
}

@media(max-width: 640px){
  .business-bg{
    padding: 40px 0;
  }
  .business-index{
    flex-wrap: wrap;
  }
  .business-left{
    width: 100%;
  }
  .pubtitle h4{
    margin-top: 10px;
  }
  .business-right{
    width: 100%;
    margin-top: 20px;
  }
  .business-right img{
    width: 100%;
    height: 150px;
  }
  .business-right .wz{
    right: 15px;
  }
  .business-right .wz .wza{
    font-size: 14px;
  }
  .business-right .wz .wzb{
    font-size: 16px;
    margin: 10px 0;
  }
  .business-right .wz .wzc p{
    line-height: 15px;
  }
  .bslist{
    flex-wrap: wrap;
  }
  .bslist li{
    width: 50%;
    padding: 14px 10px;
  }
  .bslist li:nth-of-type(2){
    border-right: none;
  }
  .bslist li .wza{
    font-size: 16px;
  }
  .bslist li .wzb{
    margin-top: 10px;
    line-height: 18px;
  }
  .bslist li .more img{
    max-width: 20px;
    width: 100%;
  }
  .adv-bg{
    padding: 40px 0;
  }
  .adlist li{
    flex-wrap: wrap;
  }
  .adlist li .wz{
    width: 100%;
    padding: 15px 10px;
  }
  .adlist li .img1{
    width: 100%;
  }
  .adlist li .wz .wza{
    font-size: 16px;
  }
  .adlist li .wz .wzb{
    font-size: 13px;
    line-height: 20px;
  }
  .adlist li .wz .wzc{
    font-size: 18px;
  }
  .case-index{
    margin-top: 40px;
  }
  .clist{
    margin-top: 20px;
  }
  .clist li{
    width: 48%;
    margin-bottom: 3%;
  }
  .clist li .wz{
    font-size: 14px;
  }
  .ab-bg{
    margin-top: 40px;
    padding: 40px 0;
  }
  .ab-index .aw{
    margin: 15px 0;
  }
  .ab-index .aw p{
    font-size: 13px;
    line-height: 20px;
  }
  .ab-index .amore{
    width: 130px;
    height: 35px;
  }
  .ab-index .amore a{
    line-height: 35px;
    font-size: 12px;
  }
  .liuyan .m33 .tijiao{
    width: 100px;
  }
  .news-bg{
    padding: 40px 0;
  }
  .news-index{
    padding: 15px 5px;
  }
  .nt{
    margin-bottom: 10px;
  }
  .nlist1 li{
    margin-bottom: 15px;
  }
  .newsm{
    border: none;
  }
  .honor{
    padding: 10px 10px;
  }
  .honor .hw p{
    font-size: 13px;
    padding: 10px 0;
  }
  .nlist2{
    margin-top: 20px;
  }
  .nlist2 li{
    margin-bottom: 10px;
  }
  .nlist2 li a .wz{
    font-size: 13px;
  }
  .flx{
    padding: 15px;
  }
  .flx p{
    font-size: 13px;
    margin-bottom: 5px;
  }
  .cop-index{
    font-size: 12px;
  }
  .cop-index a{
    font-size: 12px;
  }
}

/*全站通用样式*/

.transition {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.ac {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}


.case_list {
    position: relative;
    width: 100%;
}

.index-case-l {
    background-color: #fafafa;
    padding: 100px 3%;
    width: 26%;
}



.index-case {
    background-color: #fff;
    position: relative;
    z-index: 180;
}
.index-case-r {
    width: 74%;
}


.case-pagination span {
    transform: skew(-12deg, 0);
    font-family: arial;
    font-size: 16px;
}

.case-pagination span:before {
    content: '0';
    display: inline-block;
}

.case-pagination {
    align-items: center;
    margin-left: 12%;
    margin-bottom: -5%;
    line-height: 1.8;
}

.case-pagination i {
    width: 61.5%;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 6%
}

.col04 {
    padding: 100px 0;
    border-right: solid 1px #e5e5e5;
}

.col04 .pic {
    position: relative;
}
.col04 .pic img{ height:300px}
.col04 .pic a {
    display: block;
    width: 100%;   
    position: relative;
}

.col04 .name {
    padding: 0 12%;
    padding-bottom: 40px;
    transition: 0.5s;
}

.col04 .name a {
    display: block;
}

.col04 .name a h2 {
    font-size: 32px;
    color: #333;
    padding-bottom: 20px; font-weight:bold
    
}

.col04 .name a p{
    color: #333; font-size:15px; line-height:30px;
}

.col04:hover .name {
    transform: translateY(-10px);
}
.col04:hover .name a h2{ color:#f5821f}
.anniu-1 {
    width: 11%;
    left: 64%;
    bottom: 0px;
    position: absolute;
}

.anniu-2 {
    width: 15%;
    left: -31.12%;
    top: 80%;
    position: absolute;
}

.product-button-next,
.case-button-next {
    background-image: url(../img/b5587e225d4a954a8f886f678be195b572b49c59.png);
    right: 0;
}

.product-button-prev,
.case-button-prev {
    background-image: url(../img/aceb8c51ea08635a433c78038cb5c081c6fb1623.png);
    left: 0;
}

.product-button-next,
.product-button-prev,
.case-button-next,
.case-button-prev {
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
}

.product-button-next:hover,
.product-button-prev:hover {
    opacity: 0.35;
}

.product-pagination span {
    transform: skew(-12deg, 0);
    font-family: arial;
    font-size: 16px;
}

.product-pagination span:before {
    content: '0';
    display: inline-block;
}

.product-pagination {
    align-items: center;
    margin-left: 12%;
    margin-bottom: -5.5%;
    line-height: 1.8;
}

.product-pagination i {
    width: 61.5%;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 6%;
}


.i-title h2 {
    font-weight: bold;
    color: #000;
    font-size: 44px;
}

.i-title a {
    width: 142px;
    height: 42px;
    border: solid 1px #000;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    position: relative;
    align-items: center;
}

.i-title a:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    margin-right: 20px;
    background-color: #000;
    transition: 0.5s;
}

.i-title a:hover {
    background-color: #f5821f;
    color: #fff;
	border: solid 1px #f5821f;
}

.i-title a:hover:before {
    background-color: #fff;
    width: 28px;
	
}

.i-title>span {
    width: 50px;
    height: 3px;
    display: block;
    background-color: #c0c0c0;
    margin: 24px 0;
}

.i-title p {
    font-size: 18px;
    color: #333;
    margin-bottom: 90px;
}

.i-title .spxpp {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 90px;
}

.c3 {
  padding-top:4vw;
  padding-bottom: 5vw;
  background: url("../images/10812a4fe7a97684861144a9b297985c9d02b274.png") no-repeat 50% 0;
  background-size: cover; }
  .c3 h2 {
    font-size: 14px;
    color: #333333;
    font-weight: 500; }
  .c3 .tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 2.1875vw; }
    .c3 .tit h3 {
      font-size: 30px;
      line-height: 36px;
      color: #333333; }
      @media (max-width: 1025px) {
        .c3 .tit h3 {
          font-size: 22px;
          line-height: 28px; } }
    .c3 .tit a.ck {
      position: relative;
      width: 140px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 2px solid #053f91;
      color: #053f91; }
      @media (max-width: 480px) {
        .c3 .tit a.ck {
          width: 100px; } }
  .c3 .con {
    margin-top: 3.18vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .c3 .con .list1 {
      width: 42.77%; }
      @media (max-width: 780px) {
        .c3 .con .list1 {
          width: 100%; } }
      .c3 .con .list1 li {
        position: relative; }
        .c3 .con .list1 li .img img {
          width: 100%; }
        .c3 .con .list1 li .timex {
          color: #fff;
          font-size: 12px;
          position: absolute;
          right: 1.88vw;
          top: 1.88vw;
          z-index: 1;
          text-align: center;
          line-height: 1; }
          .c3 .con .list1 li .timex b {
            font-size: 36px;
            display: block;
            margin-top: 4px; }
        .c3 .con .list1 li .zi {
          font-size: 18px;
          line-height: 30px;
          color: #ffffff;
          position: absolute;
          left: 1.71vw;
          z-index: 1;
          bottom: 1.61vw;
          }
          @media (max-width: 780px) {
            .c3 .con .list1 li .zi {
              font-size: 16px;
              line-height: 24px; } }
    .c3 .con .c3-2 {
      width: 55.2%; }
      @media (max-width: 780px) {
        .c3 .con .c3-2 {
          width: 100%;
          margin-top: 30px; } }
      .c3 .con .c3-2 .list2 {
        margin-left: -0.805vw;
        margin-right: -0.805vw;
        display: flex;
        flex-wrap: wrap;
        height: 100%; }
        .c3 .con .c3-2 .list2 li {
          padding: 0 0.805vw;
          width: 50%; }
          @media (max-width: 780px) {
            .c3 .con .c3-2 .list2 li {
              width: 100%; }
              .c3 .con .c3-2 .list2 li:nth-child(1) {
                margin-bottom: 20px; } }
          .c3 .con .c3-2 .list2 li a {
            display: block;
            background: #fff;
            padding: 1.875vw 2.083vw 2.1875vw;
            height: 100%;
            position: relative; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li a {
                padding: 25px; } }
          .c3 .con .c3-2 .list2 li h3 {
            color: #f5821f;
            font-size: 14px;
            margin-bottom: 25px;
            line-height: 24px; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li h3 {
                margin-bottom: 15px; } }
          .c3 .con .c3-2 .list2 li h4 {
            font-size: 18px;
            color: #333333;
            line-height: 24px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            transition: all .3s ease-out; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li h4 {
                font-size: 16px; } }
          .c3 .con .c3-2 .list2 li dd {
            font-size: 14px;
            line-height: 24px;
            color: #888888;
            padding-top: 20px;
            margin-top: 22px;
            border-top: 1px solid #333333;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li dd {
                padding-top: 10px;
                margin-top: 12px; } }
          .c3 .con .c3-2 .list2 li .sc {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            position: absolute;
            bottom: 2.1875vw;
            left: 0;
            width: 100%;
            padding: 0 2.083vw; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li .sc {
                position: static;
                margin-top: 20px;
                padding: 0; } }
            .c3 .con .c3-2 .list2 li .sc .timex {
              color: #888888;
              font-size: 12px;
              text-align: center;
              line-height: 1; }
              .c3 .con .c3-2 .list2 li .sc .timex b {
                font-size: 36px;
                display: block;
                margin-top: 4px; }
          .c3 .con .c3-2 .list2 li:hover h4 {
            color: #f5821f; }
			
.xypg-right-content{ line-height:30px; font-size:16px;}
.xypg-right-content img{ max-width:100%}