.main{ padding: 3% 0 3%;}
.clear{ clear: both;}
.content{ line-height: 30px; padding: 2% 0 0;}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.img-cover-4by3 .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center; background-size: 80%;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.bj{ background: url(../images/bj.png) no-repeat center bottom; background-size: 100%;}
/*.img{ text-align: center; padding: 0 0 20px;}
.img img{ max-width: 100%;}*/

#dituContent label {
	max-width: unset!important;
	text-align: center;
}
body{ background: #f2f2f2 !important;}
.wd1765{width: 94%;margin: 0 auto;}
/*input placeholder 样式 */
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
:-ms-input-placeholder {color: #999999;}

/*修改滚动条*/
::-webkit-scrollbar{width:6px;height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent;background: #f8f8f8;border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px;background: #bbb;}


.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#191919;}
.f1{ width:100%; background:url(../images/end_icon3.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/end_icon2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%;float: left; line-height:90px; text-align: center; background-color:#191919;}
.footer_zx a:last-of-type{ background: #da251d;}
.kb50{ height: 60px;}



/* 无内容 */
.mouse1{
  width: 20px; height: 37px; position: absolute; bottom: 100px; z-index: 2; animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; -moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; -webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; -o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; display: block; left: 50%; margin-left: -10px; color: transparent; font-size: 0;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.in_05{ height: auto !important;}

/*头部*/
.top{height: auto;overflow: hidden;z-index: 888;width: 100%;}
.top .topa{padding: 30px 0}
.top .topa img{ max-width: 100%;}
.top .topc {padding: 40px 0; text-align: center;}
.top .topc img{ padding: 0 5px;}
.nav{ padding-top: 40px;}
.nav li{position: relative; float: right; width:16%; text-align: center;font-size: 15px;line-height: 35px; text-transform: uppercase;}
.nav li a{display: inline-block; transition:.4s;color: #fff; width: 85%;}
.nav li:before{ content: ""; position: absolute; right: 0; top: 9px; width: 1px; height: 17px; background: #c6c6c6;}
.nav li:hover a{color: #fff; background: #da251d; border-radius: 20px; }
.nav li:first-of-type:before{ background: none;}
.top_bai .topa{ padding: 15px 0;}
.top_bai .topc{ padding: 20px 0 0;}
.top_bai .nav{ padding-top: 20px;}
.top_bai .nav li a{ color: #333333;}
.top_bai .nav li a:hover{ color: #fff;}


@media only screen and (max-width: 1024px) {
  .top .topc img{ padding: 0 3px;}
}

/*header*/
#h50{ padding: 3% 0; width: 100%;}
@media screen and (max-width:768px){ 
  #h50{ padding: 7% 0; width: 100%;}
}

.header{background-color: #f2f2f2;}
header{transition-duration: .5s;-webkit-transition-duration: .5s; position: fixed; top: 0; left: 0; z-index: 99999 !important; width: 100%;height: auto; z-index: 100;padding-top: 45px;box-sizing: border-box;}
.headerIndex{background: none;border-bottom: none;}
header .header-body{margin: 0 auto; padding-bottom: 28px; border-bottom: 1px solid #c4c4c4;}
/*.headerIndex .header-body{border-bottom: none;}*/
header .logo{display: inline-block;position: relative;z-index: 110;}
header .logo img{ max-width: 100%;}
header .logo a{display: block;}
header .mobile{display: none;}
header nav{float: right;margin-top: 0;width: 840px;}
header nav li{position: relative; list-style: none !important; float: left; width: 12%; padding: 0px 10px; box-sizing: content-box;}
header nav li:after{content: "";position: absolute;right: 0;top: 7px; width: 1px;height: 17px;background: #c6c6c6;}
header nav li.last:after{display: none;}
header nav li a{position: relative; display: inline-block;width: 100%;text-align: center;color: #c4c4c4;font-size: 15px;line-height: 32px;border-radius: 20px;transition-duration: .5s;-webkit-transition-duration: .5s;}
header nav li.service a:after{display: none; content: ""; position: absolute;bottom: -20px;left: 50%;margin-left: -10px; border: 10px solid;border-color: #da251d transparent transparent transparent;}
header nav li.service:hover a:after,header nav li.service.active a:after {display: block;}
header nav li a{color: #3e3e3e;}
.headerIndex nav li a{color: #fff; text-transform: uppercase;}
.headerIndex .hei li a{color: #333;}
.moreList{ visibility: hidden;-webkit-transform: perspective(800px) rotateX(-90deg);transform: perspective(800px) rotateX(-90deg);-webkit-transform-origin: center top;-ms-transform-origin: center top;transform-origin: center top;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all .5s cubic-bezier(.77,0,.175,1) 0s;transition: all .5s cubic-bezier(.77,0,.175,1) 0s; position: absolute;top: calc(100% - 1px);left: 0; width: 100%;background-color: #fff;text-align: center;border-top: 1px solid #c4c4c4;}
.moreList a{margin: 40px 65px 30px; display: inline-block;text-align: center;color: #414141;}
.moreList a .img{position: relative;}
.moreList a .img img{position: relative;z-index: 1; margin: 0 auto;transform: scale(.9);-webkit-transform: scale(.9); transition-duration: .5s;-webkit-transition-duration: .5s;}
.moreList a .cn{font-size: 16px;margin-bottom: 3px;}
.moreList a .en{font-size: 10px;opacity: .6;text-transform: uppercase;}
.moreList:after{content: "";position: absolute;top: 50%;left: 10%; height: 1px;width: 80%;background-color: #e5e5e5;transition-duration: 1s;-webkit-transition-duration: 1s;transition-delay: .5s;-webkit-transition-delay: .5s; transform-origin: center;-webkit-transform-origin: center;transform: scale(0);-webkit-transform: scale(0);}
.moreList a .bg{overflow: hidden; position: absolute;width: 100px;height: 100px;top: 50%;left: 50%;margin-left: -50px;margin-top: -50px;z-index: 0;}
.moreList a .bg span{width: 0; position: absolute;top: 0;left: 0; width: 100%;height: 5px; background: #df261a;transition-duration: .8s;-webkit-transition-duration: .8s;}
.moreList a .bg .left,.moreList a .bg .right{width: 5px;height: 100%;}
.moreList a .bg .top{left: -100%;}
.moreList a .bg .left{top: -100%;}
.moreList a .bg .right{left: auto;right: 0;top: 100%;}
.moreList a .bg .bottom{top: auto;bottom: 0;left: 100%;}
.moreList a:hover{color: #df261a;}
.moreList a:hover .img img{transform: none;-webkit-transform: none;}
.moreList a:hover .bg .top{left: 0;}
.moreList a:hover .bg .right{top: 0;}
.moreList a:hover .bg .bottom{left: 0;}
.moreList a:hover .bg .left{top: 0;}
.moreList.active{visibility: visible; transform: none;-webkit-transform: none;}
.moreList.active:after{transform: scale(1);-webkit-transform: scale(1);}
header.active,.case header.active{position: fixed;padding-top: 10px;height: auto;background-color: #efefef;}
header.active nav{margin-top: 5px;}
header.active nav li a{color: #3e3e3e;}
header.active .logo{ padding: 0 0 15px;}
header.active .logo img{height: auto;}
header.active .header-body{padding-bottom: 0;}
header nav li:hover a,header nav li.active a{color: #fff !important; background-color: #da251d;}
.headerIndex.fixed{position: fixed;}
.SwitchTab{
  float: right;
  position: absolute;
  transform: translateY(-50%);
  right: 1%;
  top: 20px;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
header.active .SwitchTab{top: 33px;} 

.tabEC{
  width: 100%;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  display: none;
  padding-bottom: 15px;
}
.tabEC a{
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin: 0 15px;
}
.tabEC .EN{background-image:url(../images/en.png) }
.tabEC .CN{background-image:url(../images/cn.png) }


.SwitchTab a{
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
}
.SwitchTab .EN{background-image:url(../images/en.png) }
.SwitchTab .CN{background-image:url(../images/cn.png) }

.mobilebanner{display: none;}

@media only screen and (max-width: 1440px) {
  .moreList a{margin: 20px 20px 15px;}
}

@media only screen and (max-width: 1024px) {
  .moreList.active{padding: 15px;}
  .moreList a{width: 33%;margin: 0;float: left;}
  .moreList:after{display: none;}
  .fnc-nav{top: 80px;}
  .SwitchTab a{ width: 46%; height: 24px;}
  .SwitchTab .EN,.SwitchTab .CN{ background-size: 100%;}
}


@media only screen and (max-width: 767px) {
  .mouse1{ display: none;}
  header .logo{ padding: 2%;}
  header .logo a img{ max-width: 100%;}
  header.active .logo { padding: 2%;}
  header .mobile{z-index: 100; position: fixed;top: 15px;right: 3%;width: 30px;height: 30px;cursor: pointer;-webkit-transition: all ease 0.3s;transition: all ease 0.3s;display: block;}
  header .mobile span{width: 26px;height: 2px;background-color: #d31008;position: absolute;top: 4px;left: 2px;transition-duration: .5s;-webkit-transition-duration: .5s;}
  header .mobile span:nth-child(1){transform-origin: left top;}
  header .mobile span:nth-child(2){top: 15px;}
  header .mobile span:nth-child(3){top: auto; bottom: 3px;transform-origin: left bottom;}
  header .mobile.active span:nth-child(2){transform: scale(0);}
  header .mobile.active span:nth-child(1){transform: rotate(45deg);top: 6px;left: 6px;}
  header .mobile.active span:nth-child(3){transform: rotate(-45deg);bottom: 4px;left: 6px;}
  header nav{display: none; padding-top:15px; margin-top: 0 !important; position: fixed;left: 0;top: 0;width: 100%;background-color: #efefef;}
  header nav li{width: 100%;text-align: center;padding-bottom: 10px;padding-top: 10px; border-bottom: 1px solid #fff;border-top: 1px solid rgba(255,255,255,.2);}
  header nav li a{width: auto;padding: 0 40px;color: #3e3e3e;}
  .headerIndex nav li a{color: #3e3e3e;}
  header{height: auto; padding-top: 11px;}
  header.ac{height: 100%;}
  header .header-body{padding-bottom: 0;width: 100%;}

  .moreList{position: fixed;top: 60px;}
  .moreList a{margin: 15px 0; width: 32%;}
  .moreList a .img img{width: auto;}
  .moreList a .bg{width: 60px;height: 60px; margin-top: -30px;margin-left: -30px;}
  .moreList a .cn{font-size: 12px;}
  .moreList a .en{height: 32px;display: none;}

  .SwitchTab{
    display: none;
  }
  .SwitchTab{
    display: none;
  }

  .tabEC{display: block;}
  .demo-cont{display: none;}
  .mobilebanner{display: block;max-height: 100%;}
  .mobilebanner img{width: 100%;}
  .mobilebanner .swiper-pagination span{background-color: #007aff;opacity: 1; width: 10px; height: 10px;}
  .mobilebanner .swiper-pagination .swiper-pagination-bullet-active{background-color: #d31008;}

}



/*手机站大图样式*/
.mobtop{height: 65px;padding: 3% 0;position: relative;z-index: 888;width: 100%;}
.mobtop .left{width: 40%;}
.mobtop .left img{ display: block;max-width: 100%;}
.mobmenu{height: auto;overflow: hidden;line-height: 40px; }
.mobmenu .container{padding-left: 0px !important;padding-right: 0px !important;}
.mobmenu li {text-align: center;transition:.4s;}
.mobmenu li a{display: block;color: #b08a5f !important}
.mobmenu li:hover {background: #fff;border-radius: 60px;}
.mobmenu .col-sm-4{padding-left: 0px !important;padding-right: 0px !important;}
.mobmenu .col-xs-4{padding-left: 0px !important;padding-right: 0px !important;}


/*index_01*/
.banner img{ height: auto; width: 100%;}
.in_01{height: auto;overflow: hidden;position: relative;}
.index .swiper-pagination-bullet{ display: inline-block !important; width: 3px;height: 20px;border-radius: 2px;background:#0a4dbe;margin: 0 5px !important;opacity: 1;transition:.4s;}
.index .swiper-pagination-bullet-active{height: 30px;opacity: 1; background: #da251d;}

.in_01 .swiper-pagination-bullet{width: 30px;height: 8px;border-radius: 6px;background:#da251d;margin-bottom: 10px !important;opacity: 0.4;transition:.4s;}
.in_01 .swiper-pagination-bullet-active{width: 60px;opacity: 0.8;}
.in01a{position: absolute; z-index: 8;top:0;width: 100%; padding-top: 1.5%;}
.banner_a{position: relative; height: auto;overflow: hidden;background:url(../images/banimga.jpg) center no-repeat;}
.bannera_a{height: auto;overflow: hidden;text-align: center;padding-top: 10%;}
.bannera_b{position: absolute;z-index: 8;bottom: 0;}
.swiper-pagination-in{left:0; bottom: 0; top: auto !important; text-align: center; position: relative;}
.swiper-pagination-in:before,.swiper-pagination-in:after{ position: absolute; left: 0; height: .5px; width: 46%; bottom: 15%; background: rgba(0,0,0,0.3); content: '';}
.swiper-pagination-in:after{ right: 0; left: auto;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:10px!important;}
/*.swiper-container-vertical>.swiper-pagination-bullets{transform: translate3d(0px,-20%,0) !important;}*/
/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{left:90% !important;}*/

/*index_02*/
.in_02{background: url(../images/benifit-bg.png) center bottom no-repeat #fff;padding-top: 6%;}
@media (min-width: 768px) and (max-width: 1200px){
  .in_02{ padding-top: 15%;}
}
@media screen and (max-width:765px){
  .in_02{ padding-top: 15%;}
}

.gsjj{ line-height: 45px; padding-top: 5%; color: #666666; font-size: 16px;}
.gsjj img{ max-width: 100%;}
@media (min-width: 1400px) and (max-width: 1600px){
  .gsjj{ padding-top: 2%;}
}
@media screen and (max-width:765px){
  .gsjj{ line-height: 30px; font-size: 14px; padding: 15px;}
}


.jjlink{ border-top: 1px solid rgba(153,153,153,0.5); padding-top: 3%; margin-top: 3%;}
.jjlink li{ margin-bottom: 2%;}
.jjlink li img{ position: relative; transition: 0.8s; transform-style: preserve-3d;}
.jjlink li:hover img{ transform: rotateY(360deg);}


/*index_03*/
.in_03{overflow: hidden; background: url(../images/cpbj.jpg) center top no-repeat #f2f2f2; background-size: 100%; padding-top: 6%; position: relative; }
.in03a{ background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.1); position: absolute; left: 0; top: 0; width: 100%;}
@media (min-width: 1201px) and (max-width: 1400px){
  .in_03{ background-size: 120%;}
}
@media (min-width: 768px) and (max-width: 1200px){
  .in_03{ background-size: 160%; padding-top: 15%;}
}
@media screen and (max-width:765px){
  .in_03{ background-size: 370%; padding-top: 15%;}
}

#cpnr .swiper-container {
  width: 100%;
  height: 100%;
  padding: 8% 0 7%;
  z-index: 99 !important;
}
#cpnr .swiper-slide {
  transition:0.3s;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
}
#cpnr .swiper-slide .pic{ text-align: center; position: relative;}
#cpnr .swiper-slide .pic .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center;}
#cpnr .swiper-slide .pic img{ max-width: 100%;}
#cpnr .swiper-slide .content{ color: #fff; height: 100% !important;}
#cpnr .swiper-slide .content .tit{ position: relative; padding-top: 30px; line-height: 30px;}
#cpnr .swiper-slide .content .tit:before{ position: absolute; left: 0; top: 0; content: ''; height: 5px; width: 20%; background: #fff;}
#cpnr .swiper-slide .content .tit p{font-size: 40px; font-weight: bold;}
#cpnr .swiper-slide .content .tit p span{ text-transform: uppercase; font-size: 20px; padding-left: 10px;}
#cpnr .swiper-slide .content .tit i{ font-size: 14px; letter-spacing: 5px;}
#cpnr .swiper-slide .content h2{ font-size: 60px; font-weight: bold;}
#cpnr .swiper-slide .content ul{ padding-top: 20%; height: 250px;}
#cpnr .swiper-slide .content ul li{ color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#cpnr .swiper-slide .content .more{ background: #da251d; color: #fff; height: 35px; line-height: 35px; transition:0.3s; border-radius: 20px; width: 30%; text-align: center;}
#cpnr .swiper-slide:hover .content .more{ width: 33%; letter-spacing: 3px;}
.swiper-button-prev:after,.swiper-button-next:after{ display: none !important; content: '';}
#cpnr .swiper-container .swiper-button-next,#cpnr .swiper-container .swiper-button-prev{ position: absolute; z-index: 999; right: 31%; top: 50%;}
#cpnr .swiper-container .swiper-button-next{ background: url(../images/right.png) no-repeat left top; width: 45px; height: 45px;transition:0.3s;}
#cpnr .swiper-container .swiper-button-next:hover{ background: url(../images/right.png) no-repeat -45px top;}
#cpnr .swiper-container .swiper-button-prev{ background: url(../images/left.png) no-repeat left top; width: 45px; height: 45px; left: auto; right: 37%; transition:0.3s;}
#cpnr .swiper-container .swiper-button-prev:hover{ background: url(../images/left.png) no-repeat -45px top;}
#cpnr .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 5px !important;}
#cpnr .swiper-pagination:before,#cpnr .swiper-pagination:after{ position: absolute; left: -30px; height: .5px; width: 46%; bottom: 15%; background: rgba(0,0,0,0.3); content: '';}
#cpnr .swiper-pagination:after{ right: -30px; left: auto;}
@media (min-width: 1201px) and (max-width: 1400px){
  #cpnr .swiper-slide .content h2{ font-size: 45px;}
  #cpnr .swiper-container .swiper-button-next,#cpnr .swiper-container .swiper-button-prev{ top: 47%;}
}
@media (min-width: 768px) and (max-width: 1200px){
  /*#cpnr .swiper-slide{flex-direction: column;}*/
  #cpnr .swiper-slide .pic img{ max-width: 50%;}
  #cpnr .swiper-slide .content h2{ font-size: 50px;}
  #cpnr .swiper-container .swiper-button-next, #cpnr .swiper-container .swiper-button-prev{ right: 5px; top: 54%;}
  #cpnr .swiper-container .swiper-button-prev{ right: 65px;}
  #cpnr .swiper-slide .content ul{ padding: 7% 0 3%; height: auto; font-size: 14px;}
}
@media screen and (max-width:765px){
  #cpnr .swiper-slide{flex-direction: column;}
  #cpnr .swiper-slide .pic img{ max-width: 70%;}
  #cpnr .swiper-slide .content h2{ font-size: 30px;}
  #cpnr .swiper-container .swiper-button-next, #cpnr .swiper-container .swiper-button-prev{ right: 5px;}
  #cpnr .swiper-container .swiper-button-prev{ right: 55px;}
  #cpnr .swiper-slide .content ul{ padding: 10% 0 3%; height: auto;}
  #cpnr .swiper-pagination:before{ left: -70px;}
  #cpnr .swiper-pagination:after{ right: -70px;}
}



/*index_04*/
.in_04{ background: url(../images/benifit-bg.png) center bottom no-repeat #fff;padding-top: 6%;}
@media (min-width: 768px) and (max-width: 1200px){
  .in_04{ padding-top: 15%;}
}
@media screen and (max-width:765px){
  .in_04{ padding-top: 20%;}
}

#xwdt .swiper-container {
  width: 100%;
  height: 100%;
  padding: 5% 2%;
  padding: 5% 2%;
}
#xwdt .swiper-slide {
  transition:0.3s;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 3px solid rgba(218,37,29,0);

  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwdt .swiper-slide a{display: block;width: 100%;height: 100%;padding-bottom: 25px; }
#xwdt .swiper-slide a .img{ opacity: 0; width: 100%; height: 0; padding-bottom: 70%; margin-bottom: 20px; position: relative; overflow: hidden; transform: scale(.9);-webkit-transform: scale(.9); transition-duration: 1s;-webkit-transition-duration: 1s;}
#xwdt .swiper-slide a .img .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center; background-size: 90%;}#xwdt .swiper-slide a .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#xwdt .swiper-slide a .des{margin-top: -100px; transition-duration: 1s;-webkit-transition-duration: 1s;}
#xwdt .swiper-slide a .tit{ margin-bottom: 10px; font-size: 18px;transition-duration: 1s;-webkit-transition-duration: 1s;}
#xwdt .swiper-slide a .date{display: block; margin-bottom: 15px; font-size: 14px;opacity: .5;}
#xwdt .swiper-slide a .abs{overflow: hidden; font-size: 14px;line-height: 24px; opacity: .5;max-height: 72px;}
#xwdt .swiper-slide a .moreN{overflow: hidden; border-radius: 20px; display: block;margin-top: 20px; width: 106px;height: 32px;line-height: 32px;font-size: 14px; background-color: #d31008;text-align: center;text-transform: uppercase; opacity: 0;transition-duration: .5s;-webkit-transition-duration: .5s;color: #f1f1f1;}
#xwdt .swiper-slide a .moreN p{line-height: 32px;}
#xwdt .swiper-slide a .moreN:hover{border: none;}
#xwdt .swiper-slide a .moreN i{font-style: normal;display: inline-block;}
#xwdt .swiper-slide.on{border: 2px solid #d31008;}
#xwdt .swiper-slide.on .tit{margin-top: 15px; color: #d31008;}
#xwdt .swiper-slide.on a .img{opacity: 1;transform: scale(1);-webkit-transform: scale(1);}
#xwdt .swiper-slide.on a .des{margin-top: 0;}
#xwdt .swiper-slide.on a .moreN{ opacity: 1;}


/*index_05*/

.in_06{background: url(../images/benifit-bg.png) center bottom no-repeat #fff;padding-top: 6%;}
@media (min-width: 768px) and (max-width: 1200px){
  .in_06{ padding-top: 15%;}
}
@media screen and (max-width:765px){
  .in_06{ padding-top: 15%;}
}

.in_tit{ text-align: center; position: relative; padding-top: 20px; line-height: 45px; margin-top: 4%;}
.in_tit p{ color: #333333; font-size: 40px; font-weight: bold;}
.in_tit span{ font-size: 18px; color: #666666; letter-spacing: 5px;}
.in_tit:before{ position: absolute; left: 48%; top: 0; height: 5px; width: 4%; background: #da251d; content: '';}
@media screen and (max-width:765px){
  .in_tit{ line-height: 30px; margin-top: 7%;}
  .in_tit:before{ width: 10%; left: 45%;}
  .in_tit p{ font-size: 28px; text-transform: uppercase;}
  .in_tit span{ letter-spacing: 0;}
}

.mores{display: block;margin: 0 auto; font-size: 16px; margin: 0 auto; width: 106px;height: 35px;line-height: 35px;background-color: #fff;text-align: center;text-transform: uppercase;border-radius: 20px;overflow: hidden;}
.mores:hover{color: #fff;}
.zzn{margin-top: 2%;overflow: hidden; position: relative;display: block;width: 143px;height: 28px;line-height: 28px;color: #da251d;font-size: 14px;text-align: center;text-transform: uppercase;border-radius: 20px;background-color: #fff;transition-duration: .5s;-webkit-transition-duration: .5s;}
.zzn p{position: absolute;width: 100%;height: 100%;z-index: 1;}
.zzn:before{content: "";width: 100%;height: 1px;background-color: #cf0f07;position: absolute;top: -20px;left: 0;}
.zzn:after{border-radius: 20px; content: "";width: 100%;height: 100%;background-color: #cf0f07;position: absolute;top: 0;left: -100%;transition-duration: .5s;-webkit-transition-duration: .5s;z-index: 0;}
.zzn:hover{color: #fff;}
.zzn:hover:after{left: 0;}
@media screen and (max-width:765px){
  .zzn{ margin-top: 3%;}
}

#hzal .swiper-container {
  margin: 3% 0 0;
  width: 100%;
  height: 100%;
  padding: 2% 0;
}
#hzal .swiper-slide {
  text-align: center;
  background: #fff;
  transition:0.3s;
  height: auto;
  position: relative;
  overflow: hidden;

  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#hzal .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden; background: #000;}
#hzal .swiper-slide .pic .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center; background-size: 90%;}#hzal .swiper-slide .pic img{ width: 100%; height: 100%; opacity: 0.8; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
#hzal .swiper-slide .content{ padding: 3%; width: 100%;}
#hzal .swiper-slide .content ul{ padding-top: 20px; text-align: center;}
#hzal .swiper-slide .content ul li{ display: inline-block; width: 40%; height: 30px; margin: 0 5px !important; line-height: 30px; border: 1px solid #b3b3b3; border-radius: 20px; transition:0.3s; text-transform: uppercase;}
#hzal .swiper-slide:hover .content ul li{ background: #da251d; border: 1px solid #da251d; color: #fff;}
#hzal .swiper-slide:hover .content ul li a{ color: #fff;}
#hzal .swiper-slide:hover .content ul li:nth-of-type(2){ background: #666666; border: 1px solid #666666;}
#hzal .swiper-slide:hover{ z-index: 1; box-shadow: 0 0 10px rgba(0,0,0,0.3); transform: scale3D(1.1, 1.1, 1.1)}
#hzal .swiper-slide:hover .pic img{ opacity: 1;}
@media (min-width: 1400px) and (max-width: 1600px){
  #hzal .swiper-container{ margin: 0;}
}
@media screen and (max-width:765px){

}

/*脚步样式*/
.footer{clear: both; height:auto; overflow: hidden;}
.footb {height: auto; overflow: hidden; border-bottom: 1px solid #e1e1e1; background: url(../images/end_bj.jpg) no-repeat center bottom; padding: 1.5% 0;}
.footc { background: #d9d9d9; color: #808080; font-size: 12px; padding: 10px 0; line-height: 22px;}
.footc .col-xs-12:nth-of-type(2),.footb .col-xs-12:nth-of-type(2){ text-align: right;}
.footb p{ padding-top: 20px;}
.footb p img{ max-width: 100%;}
.footb ul{ padding-top: 30px;}
.footb ul li{ float: left;}
.footb ul li a{ padding: 0 10px; color: rgba(0,0,0,0.5);}

@media screen and (max-width:768px){
  .footc .col-xs-12:nth-of-type(2){ text-align: left;}
}

/**********************************productList***********************************************/
.productList{}
.productList .sbt{cursor: move; margin-bottom: 100px;  position: relative;}
.productList .swiper-container{ width: 80%;margin: 0 auto;}
.productList .my-progress{z-index: 0; border-radius: 15px; width: 60%;height: 5px; top: auto;bottom: 0;left: 20%;}
.productList .my-progress span{border-radius: 15px;}
.productList .my-scrollBar{ z-index: 1; position: absolute; height: 5px;width: 60%;bottom: 0;left: 20%;}
.productList .my-scrollBar div{background-color: #0057a2;}
.productList .swiper-container .realBox{display: block;width: 100%;}
.productList .swiper-container .realBox .gray-bg{ width: 70%;margin: 0 auto; position: relative;background-color: #cdcdcd;}
.productList .swiper-container .realBox .gray-bg:after{content: "";position: absolute;width: 100%;height: 100%;z-index: 0; background: url(../images/white-bg.png);background-size: 100% 100%; }
.productList .swiper-container .realBox .gray-bg img{z-index: 1; position: absolute;max-width: 120%;bottom: 10%;left: 50%;transform: translateX(-50%) scale(.8);-webkit-transform: translateX(-50%) scale(.8); transition-duration: .5s;-webkit-transition-duration: .5s;}
.productList .swiper-container .realBox .btTitles{position: relative;padding-top: 28px;padding-left: 10px; margin-left: 15%; width: 85%;}
.productList .swiper-container .realBox .btTitles:before{content: "";position: absolute;top:15px;left: 10px;width: 35px;height: 2px;background-color: #676767;}
.productList .swiper-container .realBox .btTitles .cn{font-size: 18px;color: #414141;}
.productList .swiper-container .realBox .btTitles .en{font-size: 12px;color: #414141;opacity: .6;}
.productList .swiper-container .realBox.active{}
.productList .swiper-container .swiper-slide.active .gray-bg{ background-color: #0060ab;width: 85%;}
.productList .swiper-container .swiper-slide.active .gray-bg:after{background-image: url(../images/bt-bg.png);opacity: .8;}
.productList .swiper-container .swiper-slide.active .gray-bg img{bottom: -20px; transform: translateX(-50%) scale(1);-webkit-transform: translateX(-50%) scale(1);}
.productList .swiper-container .swiper-slide.active .btTitles{z-index: 1; position: absolute;top: 15%;left: 10%;width:80%; margin-left: 0;}
.productList .swiper-container .swiper-slide.active .btTitles:before{background-color: #fff;}
.productList .swiper-container .swiper-slide.active .btTitles .cn{color: #f1f1f1;}
.productList .swiper-container .swiper-slide.active .btTitles .en{color: #f1f1f1;opacity: 1;}
.productList .swiper-button-next{ width: 60px; height: 60px; background: url(../images/cpright.png) no-repeat center; background-size: 100%;}
.productList .swiper-button-prev{ width: 60px; height: 60px; background: url(../images/cpleft.png) no-repeat center; background-size: 100%;}
/****************PRODUCT 2017-03-15********************/
.np{
  width: 1200px;
  height: 700px;
  margin: auto;
  margin-bottom: 100px;

}
.np ul li{
  width: 300px;
  height: 700px;
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.25,0,0,1);
}
.np ul li .npBox{
  width: 190px;
  height: 429px;
  position: absolute;
  left: 55px;
  top: 100px;
  border: 2px solid #FFFFFF;
}
.np ul li .npBox:before,.np ul li .npBox:after{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/sbg.jpg) no-repeat;
  background-size: cover;
  content: '';
  -webkit-transition: all 0.5s cubic-bezier(0.25,0,0,1);
}
.np ul li .npBox:after{
  background-image: url(../images/hbg.jpg);
  opacity: 0;
}
.np ul li .npBox .img{
  width: 270px;
  position: absolute;
  left: -50px;
  bottom: 35px;
  z-index: 20;
  -webkit-transition: all 0.5s cubic-bezier(0.25,0,0,1);
}
.np ul li .npBox .img .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center; background-size: 80%;}

.np ul li .npBox .img img{width: 100%;}
.np ul li .npBox .title,.np ul li .npBox .show{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: -80px;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.25,0,0,1);
}
.np ul li .npBox .show{
  width: 100%;
  color: #FFFFFF;
  bottom: auto;
  top: 80px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25,0,0,1);
}
.np ul li .npBox .title b,.np ul li .npBox .show b{
  display: block;
  padding-top: 10px;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 30px;
}
.np ul li .npBox .title p,.np ul li .npBox .show p{
  width: 150%;
  height: auto;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  opacity: .5;
  -webkit-transform: scale(0.8) translateX(-12%);
}
.np ul li .npBox .title:after,.np ul li .npBox .show:after{
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: -4px;
  background: #3e3e3e;
  content: '';
  
}
.np ul a{display: block;}
.np ul li .npBox .show:after{
  -webkit-transition: all 0.4s cubic-bezier(0.25,0,0,1) 0.3s;
  background: #FFFFFF;
  width: 0%;
}

.np ul li:hover{
  -webkit-transform: scale(1.2);
}
.np ul li:hover .npBox:before{
  opacity: 0;
}
.np ul li:hover .npBox:after{
  opacity: 1;
}
.np ul li:hover .npBox .img{
  -webkit-transform: scale(1.2) translateY(50px); bottom: 12%;
}
.np ul li:hover .npBox .title{
  bottom: 100px;
  opacity: 0;
}

.np ul li:hover .npBox .show{
  top: 30px;
  opacity: 1;
}
.np ul li:hover .npBox .show:after{
  width: 40%;
}



/*子页*/
.sub_banner {
  overflow: hidden;
  position: relative;

  -webkit-transition: all .5s;
}
@media screen and (max-width:768px){
  .sub_banner{ height: 300px;}
}

.sub_banner .s {
  width: 100%;
  height: auto;
  position: relative;
}
.sub_banner .s .main{ position: absolute; left: 0; top: 0; z-index: 999; width: 100%;}
.sub_banner .s .container{color: #fff; font-size: 40px; font-weight: bold; padding-top: 13%;}
.sub_banner .s .container p{position: relative; text-transform: uppercase; float: left; padding-top: 20px;}
.sub_banner .s .container p:before{ position: absolute; left: 0; top: 0; content: ''; background: #fff; height: 5px; width: 50%; content: '';}
.sub_banner .s .container span{ display: block; float: left; text-transform: uppercase; font-size: 18px; line-height: 122px; padding-left: 10px;}
.sub_banner img {
  opacity: 1;
  /*visibility: hidden;*/
}
@media screen and (max-width:768px){
  .sub_banner .s .container{ padding: 38% 0 0 3%;}
}


.sub_banner.active img {
  filter: contrast(1) brightness(1);
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
}

@media screen and (max-width:768px){
  .sub_banner.active img{ margin-left: -175%;}
}


#home{ height: 70px;}
#home .container{ background: #fff; height: 70px; line-height: 70px;}
#home .container ul{ padding: 0;}
#home .container ul li{ float: left; width: 17%; font-size: 14px; text-align: center; transition:0.3s; cursor: pointer; text-transform: uppercase;}
#home .container ul li:hover{ background: #da251d; color: #fff;}
#home .container ul li:hover a{ color: #fff;}
#home .container ul li.on{ background: #da251d; color: #fff;}
#home .container ul li.on a{ color: #fff;}
#home .container .col-md-4{ text-align: right; text-transform: uppercase;}
#home .container .col-md-4 a{ padding: 0 8px;}

@media screen and (max-width:768px){
  #home .container{ background: #fff; height: 50px; line-height: 50px;}
  #home .container ul li{ width: 20%; font-size: 14px;}
}

#gsjjnr{ background: #fff; padding: 6% 4%;}
#gsjjnr .left{position: relative; text-align: center;}
#gsjjnr .left:before{ position: absolute; content: ''; right: 0; top: 0; height: 100%; width: 1px; background: #d9d9d9;}
#gsjjnr .left img{ max-width: 100%;}
#gsjjnr .right{ line-height: 30px; padding: 0 0 0 3%;}
#gsjjnr .right .tit{ color: #333333; font-weight: bold; font-size: 24px;}
#gsjjnr .right .content{ color: #666666; font-size: 16px; line-height: 35px;}
#gsjjnr .pic{ text-align: center; padding-top: 5%;}
#gsjjnr .pic img{ width: 100%;}

#singlnr{ background: #fff; padding: 6% 4%;}
#singlnr .left{ text-align: left; padding: 3% 3% 0 0;}
#singlnr .left .tit{ color: #333333; font-weight: bold; font-size: 24px; text-transform: uppercase;}
#singlnr .left .content{ color: #666666; font-size: 16px; line-height: 35px;}
#singlnr .right{ text-align: center; position: relative;}
#singlnr .right img{ max-width: 100%;}
#singlnr .right:before{ position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 1px; background: #d9d9d9;}
#singlnr .pic{ text-align: center; padding-top: 3%;}
#singlnr .pic img{ width: 100%;}



.honorlist{height: auto;overflow: hidden;margin:2% 0;}
.honorlist li{position: relative; height: auto;overflow: hidden;margin-bottom: 2%;}
.honorlist li .imga{ border: 1px solid #d9d9d9; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.honorlist li .imga .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin1.png") no-repeat center; background-size: 90%;}
.honorlist li .imga p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.honorlist li .imga img{ max-width: 100%; height: 100%; transition:0.3s;}
.honorlist li:hover img{ transform: scale(1.1);}


.contact_item{ padding:0; text-align: center;}
.contact_item li{ cursor: pointer; display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(../images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(../images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(../images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 32px;top:46px;z-index: 1;}
.contact_item_ewm img{width: 0;height: 0;position: absolute;left: 50%;top:50%;transition: all .4s;vertical-align: top;}
.contact_item li:hover span .contact_item_ewm{display: block;}
.contact_item li:hover span .contact_item_ewm img{width: 84px;height: 84px;left: 0;top:0;}
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto !important; font-weight: bold !important; text-transform: uppercase;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px; }
.contact_item li:nth-child(3n) p{text-align: center;}

.news-list3 {padding-bottom: 1.125rem;}
.news-list3 .item {padding: 2.5rem 3.4375rem 2.875rem;box-sizing: border-box;border-bottom: 1px solid #ededed;border-right: 1px solid #ededed;}
.news-list3 .con-box .date {font-size: 0;}
.news-list3 .con-box a { display: block;}
.news-list3 .con-box .d, .news-list .con-box .ym {display: inline-block;*display: inline;zoom: 1;}
.news-list3 .con-box .d {font-size: 4rem; line-height: 4.25rem; color: #999;  transition: all .2s;}
.news-list3 .con-box .ym {  font-size: 1.5rem;line-height: 1.75rem;margin-left: .625rem;color: #999;}
.news-list3 .con-box .img {margin-top: .9375rem;}
.news-list3 .con-box .tit { font-size: 16px; line-height: 50px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;
}
.news-list3 .con-box .con { font-size: 14px; line-height: 25px; color: #999; margin-top: .625rem; height: auto; overflow: hidden;}
.news-list3 .con-box .detail { width: 25%; height: 30px; font-size: 0; text-align: center; border: 1px solid #ccc; border-radius: 20px; transition: all .2s;}
.news-list3 .con-box .detail span { display: inline-block; *display: inline; text-transform: uppercase; zoom: 1; font-size: .3125rem; line-height: 30px; color: #ccc; padding-right: 2.75rem; background-repeat: no-repeat; background-position: right center; background-image: url("../images/news-detail.png"); transition: all .2s;}
.news-list3 .con-box:hover .detail{ background: #da251d; color: #fff; border: 1px solid #da251d; width: 30%;}
.news-list3 .con-box:hover .detail span{ color: #fff; background-image: url("../images/news-detail2.png");}
.news-list3 .con-box:hover .d,.news-list3 .con-box:hover .ym{ color: #da251d;}
@media screen and (max-width:765px){
  .news-list3 .con-box .detail{ width: 30%;}
}



#cpinfobj{ background: #fff; height: auto; padding: 4% 8%;}
#cpinfobj h1{ color: #727272; border-bottom: 1px solid #d4d4d4; height: 80px; line-height: 80px; margin: 0; text-transform: uppercase;}
#cpinfobj h2{ text-align: center; color: #000; border-bottom: 1px solid #d4d4d4; height: 80px; line-height: 80px; margin: 0;}
#cpinfobj .new_fb{ height: 40px; line-height: 40px;  text-transform: uppercase;}
#cpinfobj .content{ padding: 3% 0 ;}
#cpinfobj .content img{ display: block; margin: 0 auto; padding: 10px 0;  max-width: 80%;}
@media screen and (max-width:765px){
  #cpinfobj h1{ font-size: 24px;}
  #cpinfobj h2{ line-height: 60px; height: auto; font-size: 20px;}
}



#xwlb li{ background: #f4f4f4; padding: 2%; margin-bottom: 32px; transition:0.3s;}
#xwlb li h5{font-size: 20px; line-height: 36px; margin-top: 0; transition:0.3s;}
#xwlb li p{ font-size: 12px; color: #d5d5d5;}
#xwlb li .content{line-height: 24px; margin: 10px 0 15px; font-size: 14px; padding: 0;}
#xwlb li .more{border-radius: 15px;  display: block;width: 90px;height: 24px; line-height: 24px; font-size: 12px; color: #f5f5f5; background-color: #d5d5d5; text-transform: uppercase;  text-align: center; transition-duration: .5s; -webkit-transition-duration: .5s;}
#xwlb li:hover{ transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,.1);}
#xwlb li:hover .more{ background: #da251d; color: #fff;}
#xwlb li:hover h5{ color: #000;}


#weizhi{ height: 50px; line-height: 50px; color: #999; text-transform: uppercase;}
#weizhi a{ color: #999;}




#cptit{ font-size: #333; font-weight: bold; font-size: 30px; padding: 20px 0;}
#cplb ul{ border-left: 1px solid #b6b6b6; padding: 30px 0;}
#cplb ul li{ position: relative; padding-left: 30px; height: 40px; line-height: 40px;}
#cplb ul li a{color: #0056a2;}
#cplb ul li:hover a{ color: #da251d;}
#cplb ul li a .en{font-size: 12px;color: #9e9e9e;line-height: normal;margin-top: 10px;text-transform: uppercase;}
#cplb ul li:after{border-radius: 50%; content: "";position: absolute;top:50%;left: -8px;margin-top: -8px; width: 16px;height: 16px;background-color: #e4e4e4;z-index: 0;}
#cplb ul li:before{ content: "";position: absolute; border: none;left: -5px;top: 50%;margin-top: -5px; width: 10px;height: 10px;border-radius: 50%;background-color: #909090;z-index: 1;}
#cplb ul li.current:before{background-color: #da251d;}
#cplb ul li.current:after{border: 2px solid #FFFFFF;}
#cplb ul li.current a{ color: #da251d;}

#cpcontent li{ border-bottom: 1px dashed #ccc; padding: 30px 0;}
#cpcontent li:first-of-type{ padding-top: 0;}
#cpcontent .title{ background: url(../images/arrow-blue.jpg) no-repeat left center; color: #2170b3; font-size: 24px; padding-left: 40px; margin-bottom: 30px;}
#cpcontent .cppic{ background: #ffffff; border: 1px solid #cecece; height: 0; padding-bottom: 33%; position: relative; overflow: hidden;}
#cpcontent .cppic .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center; background-size: 90%;}
#cpcontent .cppic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpcontent .cppic p img{ max-width: 100%; height: auto;}

.pronr p{ background: url(../images/cpcs.png) no-repeat left center; color: #666666; padding-left: 65px; margin-top: 40px;}
.pronr span{ display: block; color: #333333; font-size: 20px; padding-left: 65px;}
.pronr span:last-of-type{ font-size: 18px; line-height: 30px;}

.cpmore{ padding: 30px 0;}
.cpmore dt{ float: left; border: 2px solid #cccccc; width: 19%; margin-right: 10px; background: #fff; text-align: center; height: 0; padding-bottom: 13%; position: relative; overflow: hidden; transition:0.3s;}
.cpmore dt .shuiyin{ position: absolute; z-index: 1; width: 100%; height: 100%; background: url("../images/shuiyin.png") no-repeat center; background-size: 90%;}
.cpmore dt img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cpmore dt:hover{ border: 2px solid #da251d;}

#cpcontent .content{ border-top:1px solid #cccccc;}

@media screen and (max-width:765px){
  #cpcontent .cppic{ padding-bottom: 80%;}
  .cpmore dt{ margin-right: 3px;}
}



