/******************************
*同创模板网-专业提供企业网站源码程序模板*
* www.cnfusu.com *
* www.cnboco.com *
* 微信：cnboco *
* QQ:289229516 *
 ******************************/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* max-width: 1920px; */
    margin: 0 auto;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 100%;
    display: block;
}

.banner .prev, .banner .next {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -40px;
    background-size: 80% !important;
    transition: all .3s;
}

.banner .prev {
    background: #fff url(../images/arrow_left.png) center center no-repeat;
}

.banner .next {
    background: #fff url(../images/arrow_right.png) center center no-repeat;
    left: auto;
    right: -40px;
}

.banner:hover .prev {
    left: 0;
    transition: all .3s;
}

.banner:hover .next {
    transition: all .3s;
    right: 0;
}

.idx-adver {
    position: relative;
    margin-top: -130px;
    border-radius: 4px;
}

.idx-adver ul {
    padding-left: 1px;
}

.idx-adver ul li {
    float: left;
    width: 20%;
	/* width: 33.333%; */
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: -1px;
}
.idx-adver ul li a {
    display: block;
    background-color: #fff;
    position: relative;
    height: 209px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.idx-adver ul li h3 {
    font-size: 26px;
    color: #333333;
    padding: 16px 0 4px;
}

.idx-adver ul li h4 {
    font-size: 16px;
    color: #cc0033;
    /* padding: 0 0 20px; */
}

.idx-adver ul li figure {
    height: 132px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -29px;
    overflow: hidden;
    width: 83%;
    transition: all .2s;
}
.idx-adver ul li figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.idx-adver ul li a:hover {
    -webkit-transform: translateY(-20px);
}

.idx-adver ul li a:hover figure {
    bottom: -10px;
    transition: all .2s;
}

.case-dpy {
    margin-bottom: 60px;
}

.case-dpy .case-nav {
    margin: 0 0 60px;
}

.case-dpy .case-nav ul {
    text-align: center;
}

.case-dpy .case-nav ul li {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e1e1e1;
    color: #666666;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

.case-dpy .case-nav ul li.on {
    color: #fff;
    background: #cc0033;
}

.case-cont {
    height: 495px;
}

.case-cont .case-cont-cnt ul {
    width: 1225px;
    overflow: hidden;
}

.case-cont .case-cont-cnt ul li {
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.case-cont .case-cont-cnt ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
}

.idx-advan {
    background-color: #f6f6f6;
    padding-bottom: 60px;
}

h2.color-while b {
    background: #f6f6f6;
}

h2.color-while.pubh2:after, h2.color-while.pubh2:before {
    background: #999;
}

.idx-advan ul {
    width: 1220px;
    *zoom: 1;
}

.idx-advan ul:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.idx-advan ul li a {
    float: left;
    background: #fff;
    text-align: center;
    color: #333333;
    width: 290px;
    margin-right: 13px;
    height: 377px;
    display: block;
}

.idx-advan ul li figure {
    width: 290px;
    height: 224px;
    overflow: hidden;
}

.idx-advan ul li figure img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}

.idx-advan ul li h3 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
}

.idx-advan ul li p {
    line-height: 24px;
    padding: 0 20px;
}

.idx-advan ul li a:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
}

.idx-advan ul li:hover figure img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.dj-ban {
    background: url(../images/dj-ban.jpg) center;
    height: 281px;
}

.idx-cus {
    margin-bottom: 40px;
}

.idx-cus ul {
    overflow: hidden;
    padding-left: 1px;
    padding-bottom: 1px;
}

.idx-cus ul li {
    float: left;
    width: 240px;
    height: 148px;
    border: 1px solid #d7d7d7;
    line-height: 148px;
    text-align: center;
    box-sizing: border-box;
    margin-left: -1px;
    margin-bottom: -1px;
}

.idx-cus ul li a {
    display: block;
}

.idx-cus ul li img {
    vertical-align: middle;
    opacity: 0.5;
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: grayscale(10%);
    filter: gray;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.idx-cus ul li:hover {
    background-color: #fff;
}

.idx-cus ul li:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transform: scale(0.9) translateY(-8px);
    -moz-transform: scale(0.9) translateY(-8px);
    transform: scale(0.9) translateY(-8px);
}

.idx-news {
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 60px;
}

.idx-news .headline {
    width: 650px;
    padding: 30px;
    height: 500px;
    background: #fff;
    position: relative;
    float: left;
}

.idx-news .headline h4 {
    color: #c8373a;
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: bold;
}

.idx-news .headline h4 span {
    background: #c8373a;
    color: #fff;
    text-align: center;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    width: 63px;
    border-radius: 14px;
    font-size: 16px;
    margin-right: 20px;
}

.idx-news .headline p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
}

.idx-news .headline ul li {
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    position: relative;
}

.idx-news .headline ul li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #c8373a;
    border-radius: 50%;
}

.idx-news .headline ul li span {
    float: right;
}

.idx-news .headline ul li a {
    display: block;
    border-bottom: 1px dashed #999;
}

.idx-news .idx-news-more {
    background: #c8373a;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    width: 86px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.idx-news .idx-news-more i {
    color: #fff;
    margin: 0 15px 0 10px;
    font-size: 14px;
}

.idx-news .idx-live {
    float: right;
    width: 403px;
    padding: 30px 30px 0;
    height: 530px;
    background: #fff;
    position: relative;
}

.idx-news .idx-live h4 {
    color: #666666;
    font-size: 24px;
    margin-bottom: 20px;
}

.idx-news .idx-live .idx-news-more {
    right: 0;
    top: 34px;
}

.idx-news .idx-live h3 {
    color: #c8373a;
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.idx-news .idx-live p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

.idx-news .idx-live ul li {
    color: #666666;
    font-size: 14px;
    border-bottom: 1px dashed #999;
    height: 45px;
    line-height: 45px;
}

.idx-news .idx-live ul li:last-child {
    border-bottom: none;
}

.idx-news .idx-live ul li span {
    margin-right: 10px;
}

.body-popup *{
  box-sizing: border-box;
}
.body-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.body-popup.open {
  visibility: visible;
  opacity: 1;
}
.body-popup .popup-box {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 635px;
  margin: auto;
  display: flex;
  align-items: center;
}
.body-popup .popup-box::-webkit-scrollbar {
  display:none;
}
.body-popup .popup-mask{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
}
.popup-img{
    width: 100%;
}
.close-body-popup{
    position: absolute;
    z-index: 1;
    top: 52px;
    right: 12px;
    width: 15px;
}
.close-body-popup img{
    width: 100%;
}
.body-popup .popup-box .viewbox{
    position: relative;
}
.body-popup .shangqiao{
    position: absolute;
    left: 10px;
    bottom: 14px;
    width: 128px;
    height: 35px;
    background: transparent;
    outline: none;
    border-radius: 10px;
}