 /*首页banner*/
 
 .banner17 .shutter {
     overflow: hidden;
     width: 1920px;
     height: auto;
     position: relative;
     left: 50%;
     margin-left: -960px;
     top: 0;
 }
 
 .banner17 .shutter-img {
     z-index: 1;
 }
 
 .banner17 .shutter-img,
 .banner17 .shutter-img a {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
 }
 
 .banner17 .shutter-img a {
     cursor: default;
 }
 
 .banner17 .shutter-img a>img {
     width: 1920px;
     height: auto;
 }
 
 .banner17 .shutter-img .created {
     overflow: hidden;
     position: absolute;
     z-index: 20;
 }
 
 .banner17 .shutter-btn {
     width: 1300px;
     height: 64px;
     z-index: 9;
     position: absolute;
     top: 50%;
     margin-left: -650px;
     margin-top: -32px;
     left: 50%;
     clear: both;
     display: none;
 }
 
 .banner17:hover .shutter-btn {
     display: block;
 }
 
 .banner17 .shutter-btn li {
     width: 64px;
     height: 64px;
     cursor: pointer;
 }
 
 .banner17 .shutter-btn li.prev {
     float: left;
     background: url(../images/public/left3.png) no-repeat;
 }
 
 .banner17 .shutter-btn li.next {
     float: right;
     background: url(../images/public/right3.png) no-repeat;
 }
 
 .cover {
     display: inline-block;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
 }
 
 .title {
     width: 40%;
     float: left;
     overflow: hidden;
 }
 
 .title h2 {
     font-size: 40px;
     line-height: 60px;
     color: #333;
     font-weight: 600;
 }
 
 .title span {
     color: #999797;
     font-size: 18px;
     font-weight: normal;
     position: relative;
     display: inline-block;
     line-height: 30px;
 }
 
 .title span::after {
     content: "";
     width: 20px;
     height: 3px;
     background: #eb6100;
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .title p {
     font-size: 21px;
     line-height: 36px;
     color: #737373;
     font-weight: normal;
 }
 /*index product*/
 
 .in-page1 {
     overflow: hidden;
     padding-top: 55px;
 }
 
 .in-page1 {
     overflow: hidden;
 }
 
 .in-page1 .tabTop {
     position: relative;
     overflow: hidden;
 }
 
 .in-page1 .tabTop li {
     color: #211d1e;
     width: 139px;
     height: 35px;
     font-size: 18px;
     line-height: 35px;
     float: left;
     border: 1px solid #a0a0a0;
     cursor: pointer;
     margin: 0 10px 10px 0;
     position: relative;
     z-index: 10;
     text-align: center;
 }
 
 .in-page1 .tabTop li a {
     color: #333232;
 }
 
 .in-page1 .tabTop li:hover,
 .in-page1 .tabTop li.on {
     background: #2b59b7;
     border: 1px solid #2b59b7;
 }
 
 .in-page1 .tabTop li:hover a,
 .in-page1 .tabTop li.on a {
     color: #FFF;
 }
 
 .in-page1 .tabBottom {
     opacity: 0;
     height: 0;
     overflow: hidden;
 }
 
 .in-page1 .tabBottom.on {
     opacity: 1;
     height: auto;
 }
 
 .in-page1 .tabBottom .flag {
     overflow: hidden;
     margin: 30px 0 13px
 }
 
 .in-page1 .tabBottom .flag li {
     width: 380px;
     height: 250px;
     float: left;
     position: relative;
 }
 
 .in-page1 .tabBottom .flag li.list2,
 .in-page1 .tabBottom .flag li.list3 {
     margin-left: 20px;
 }
 
 .in-page1 .tabBottom .flag li h2 {
     color: #fafbfb;
     font-size: 18px;
     position: absolute;
     left: .5%;
     bottom: 0;
     line-height: 54px;
     width: 99%;
     font-weight: normal;
     background: url(../images/probg.png) repeat;
     text-align: center;
 }
 
 .proList {
     width: 1200px;
     display: block;
     margin: 0 auto
 }
 
 .proList .flexslider {
     width: 100%;
     position: relative;
     margin-top: 10px;
 }
 
 .proList .slides {
     position: relative;
     z-index: 1;
 }
 
 .proList .slides li a {
     display: block;
     margin: 0 auto;
     text-align: center;
     position: relative;
     width: 390px;
     height: 302px;
 }
 
 .proList .slides li .titleM {
     color: #fafbfb;
     font-size: 18px;
     position: absolute;
     left: 0;
     bottom: 0;
     line-height: 54px;
     width: 100%;
     font-weight: normal;
     background: url(../images/probg.png) repeat;
     text-align: center;
 }
 
 .proList .flex-control-nav {
     position: absolute;
     bottom: 10px;
     z-index: 2;
     width: 100%;
     text-align: center;
     display: none;
 }
 
 .proList .flex-direction-nav {
     position: absolute;
     z-index: 3;
     width: 100%;
     top: 14%;
     line-height: 0;
     font-size: 0
 }
 
 .proList .flex-direction-nav li a {
     display: block;
     width: 14px;
     height: 109px;
     background: url(../images/arrow.png) no-repeat;
     overflow: hidden;
     cursor: pointer;
     position: absolute;
 }
 
 .proList .flex-direction-nav li a.flex-prev {
     left: 0;
     background-position: 0px 0px;
 }
 
 .proList .flex-direction-nav li a.flex-next {
     right: 0;
     background-position: -14px 0px;
 }
 
 .in-page2 {
     padding: 30px 0;
     overflow: hidden;
 }
 
 .in-page2 a.more {
     background: #2b59b7;
     border: 1px solid #2b59b7;
     width: 139px;
     height: 35px;
     font-size: 18px;
     line-height: 35px;
     float: right;
     color: #fff;
     text-align: center;
 }
 
 .in-page2 ul {
     text-align: center;
     margin: 0 -7px;
 }
 
 .in-page2 ul li {
     width: 284px;
     height: 75px;
     border: 1px solid #d2d2d2;
     display: inline-block;
     margin: 10px 7px;
     overflow: hidden;
 }
 
 .in-page2 ul li a img {
     max-width: 100%;
     display: block;
     margin: 0 auto;
 }
 
 .in-page3 {
     overflow: hidden;
     padding: 30px 0 40px;
     background: url(../images/advbg.jpg) no-repeat top center;
 }
 
 .in-page3 .title2 img {
     display: block;
     margin: 0 auto 30px;
 }
 
 .in-page3 .wrap {
     background: #FFF;
     padding: 40PX 18PX;
     overflow: hidden;
     position: relative;
 }
 
 .in-page3 .wrap .tel,
 .in-page4 .wrap .tel {
     background: url(../images/24.jpg) no-repeat left center;
     color: #f2721f;
     font-size: 18px;
     position: absolute;
     right: 20px;
     bottom: 20px;
     padding-left: 60px;
 }
 
 .in-page3 .wrap .tel b,
 .in-page4 .wrap .tel b {
     font-size: 32px;
     display: block;
 }
 
 .in-page3 .fr {
     width: 670px;
 }
 
 .in-page3 .fr .tabTop {
     margin-left: -5px;
 }
 
 .in-page3 .fr .tabTop li {
     border: 1px solid #c9c9c9;
     width: 160px;
     height: 160px;
     float: left;
     margin-left: 5px;
     color: #4c4c4c;
     text-align: center;
     cursor: pointer;
 }
 
 .in-page3 .fr .tabTop li P {
     font-size: 21px;
     padding-top: 90px;
 }
 
 .in-page3 .fr .tabTop li span {
     font-size: 14px;
 }
 
 .in-page3 .fr .tabTop li.one {
     background: url(../images/ico01.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.two {
     background: url(../images/ico02.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.three {
     background: url(../images/ico03.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.four {
     background: url(../images/ico04.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.one.on {
     background: url(../images/ico01h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.two.on {
     background: url(../images/ico02h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.three.on {
     background: url(../images/ico03h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.four.on {
     background: url(../images/ico04h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.on {
     border: 1px solid #2b59b7;
     color: #FFF;
 }
 
 .in-page3 .fr .tabBottom {
     display: none;
 }
 
 .in-page3 .fr .tabBottom.on {
     display: block;
 }
 
 .in-page3 .fr .tabBottom span {
     display: block;
     font-size: 36px;
     color: #b2b2b2;
     margin-top: 34px;
 }
 
 .in-page3 .fr .tabBottom h2 {
     color: #333333;
     font-size: 24px;
     background: #FFF;
     margin-top: -15px;
     position: relative;
     padding-bottom: 10px;
     margin-bottom: 34px;
 }
 
 .in-page3 .fr .tabBottom h2::after {
     content: "";
     left: 0;
     bottom: 0;
     background: #333;
     width: 20px;
     height: 3px;
     position: absolute;
 }
 
 .in-page3 .fr .tabBottom p {
     font-size: 18px;
     color: #666666;
     line-height: 32px;
 }
 
 .case {
     overflow: hidden;
 }
 
 .case .title {
     text-align: center;
     font-size: 40px;
     color: #333333;
     line-height: 130px;
     width: 100%;
 }
 /* .case .slides li a img {
     width: 285px;
     height: 220px;
     display: block;
     margin: 0 auto
 } */
 
 .case .flex-control-nav {
     display: none;
 }
 
 .case .flex-direction-nav {
     display: none;
 }
 
 .in-page4 {
     overflow: hidden;
 }
 
 .in-page4 .wrap {
     position: relative;
 }
 
 .in-page4 .title {
     width: 100%;
     text-align: center;
 }
 
 .in-page4 .title h2 {
     line-height: 130px;
     position: relative;
 }
 
 .in-page4 .title h2 i {
     background: #FFF;
     padding: 0 20px;
     font-size: 40px;
     color: #333333;
     font-style: normal;
     display: inline-block;
     position: relative;
     z-index: 10;
 }
 
 .in-page4 .title h2::after {
     content: "";
     position: absolute;
     left: 50%;
     top: 65px;
     height: 1px;
     background: #333;
     width: 800px;
     margin-left: -400px;
 }
 
 .in-page4 .wrap .tel {
     background: url(../images/242.png) no-repeat left center;
     color: #fff;
 }
 
 .in-page4 .fr {
     width: 550px;
     padding: 43px 25px;
     background: #2b59b7;
     color: #fff;
 }
 
 .in-page4 .fr h2 {
     font-size: 30px;
     line-height: 40px;
     padding-bottom: 30px;
 }
 
 .in-page4 .fr .text {
     padding-bottom: 30PX;
     height: 240px;
     overflow: hidden;
 }
 
 .in-page4 .fr .text p {
     font-size: 18px;
     line-height: 30px;
 }
 
 .in-page4 .fr a {
     float: left;
     width: 140px;
     height: 33px;
     background: #FFF;
     line-height: 33PX;
     text-align: center;
     color: #333;
 }
 
 .in-page5 {
     overflow: hidden;
     padding: 54px 0;
 }
 
 .in-page5 .pageFl,
 .in-page5 .pageFr {
     width: 598px;
 }
 
 .in-page5 .pageFl .title {
     width: 100%;
 }
 
 .in-page5 .pageFl .new img {
     margin: 25px 0;
     display: block;
 }
 
 .in-page5 .pageFl .new a h2 {
     color: #333232;
     font-size: 18px;
     font-weight: normal;
     line-height: 35px;
 }
 
 .in-page5 .pageFl .new a p {
     color: #999797;
     font-size: 16px;
     line-height: 30px;
 }
 
 .in-page5 .pageFr ul {
     margin-top: -10px;
 }
 
 .in-page5 .pageFr ul li {
     padding-bottom: 22px;
     border-bottom: 1px dashed #c9c9c9;
     margin-top: 22px;
     padding-left: 100px;
     position: relative;
 }
 
 .in-page5 .pageFr ul li:last-child {
     border: none;
 }
 
 .in-page5 .pageFr ul li .time {
     color: #1a1a1a;
     border: 1px solid #c9c9c9;
     width: 86px;
     height: 86px;
     position: absolute;
     left: 0;
     top: 0;
     text-align: center;
 }
 
 .in-page5 .pageFr ul li .time p {
     color: #666666;
     font-size: 16px;
     display: block;
 }
 
 .in-page5 .pageFr ul li .time b {
     font-size: 30px;
     color: #3f3f3f;
     display: block;
     padding-top: 10px;
 }
 
 .in-page5 .pageFr ul li h2 {
     color: #333333;
     font-size: 18px;
     line-height: 30px;
     font-weight: normal;
     padding-top: 10px;
 }
 
 .in-page5 .pageFr ul li p {
     color: #999797;
     font-size: 16px;
 }
 
 .pro_list2 li {
     text-align: center;
 }
 
 .pro_list2 li a aside {
     display: block;
     width: 380px;
     height: 250px;
 }
 
 .pro_list3 li a aside {
     width: 390px;
     height: 302px;
     display: block;
 }
 
 .pro_list3 li a aside img {
     max-width: 100%;
     display: block;
     margin: 0 auto;
 }
 
 .pro_list4 li a aside {
     width: 390px;
     height: 302px;
     display: block;
 }
 
 .pro_list2 li a aside::before {
     content: '';
     width: 0%;
     height: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-left: -4px;
 }
 
 .pro_list2 li a img {
     max-width: 99%;
     max-height: 250px;
     width: auto;
     height: auto;
     vertical-align: middle;
     border: 0;
     margin: 0;
 }