 /*首页banner*/
 
 .banner17 .shutter {
     overflow: hidden;
     width: 100%;
     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: 100%;
     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 {
     margin: 60px 0 10px;
     overflow: hidden;
     text-align: center;
 }
 
 .title h2 {
     font-size: 38px;
     line-height: 50px;
     display: block;
     color: #333333;
     padding-bottom: 10px;
 }
 
 .title h2 span {
     color: #d61e1e;
 }
 
 .title p {
     color: #808080;
     font-size: 21px;
 }
 
 .more {
     font-size: 16px;
     line-height: 30px;
     background: #fd860e;
     padding: 5px 20px;
     margin-top: 20px;
     display: inline-block;
     color: #FFF;
 }
 
 .content .wrap {
     overflow: hidden;
 }
 
 .hot {
     background: url(../images/searchBg.jpg) no-repeat;
     color: #595959;
     font-size: 14px;
     height: 66px;
     margin-top: -10px;
     position: relative;
     z-index: 100;
 }
 
 .hot .fl {
     padding-left: 100px;
 }
 
 .hot .fl a {
     font-size: 14px;
     color: #595959;
     display: inline-block;
     line-height: 66px;
     padding: 0 2px;
 }
 
 .search {
     margin: 15px 30px 0 0;
     width: 320px;
     height: 37px;
 }
 
 .search input.txt {
     width: 280px;
     line-height: 37px;
     border: none;
     background: none;
     text-indent: 10px;
     float: left;
     font-size: 14px;
     color: #808080;
 }
 
 .search input.btn {
     width: 40px;
     height: 37px;
     border: none;
     float: left;
     background: none;
 }
 
 .proD {
     overflow: hidden;
     padding-bottom: 66px;
 }
 
 .proD .title {
     padding-bottom: 30px;
 }
 
 .proD .slideInLeft {
     position: relative;
     overflow: hidden;
     background: url(../images/proLeft.png) no-repeat;
     width: 264px;
     height: 782px;
     padding-top: 80px;
 }
 
 .proD .slideInLeft .Messbottom {
     position: absolute;
     left: 30px;
     bottom: 20px;
     color: #FFF;
     font-size: 18PX;
 }
 
 .proD .slideInLeft .Messbottom .mess {
     padding-left: 70px;
 }
 
 .proD .slideInLeft .Messbottom .mess h3 {
     font-weight: normal;
 }
 
 .proD .slideInLeft .Messbottom a {
     display: inline-block;
     border: 1px solid #FFF;
     color: #fff;
     padding: 0 5px;
     margin: 10px 10px;
 }
 
 .proD .slideInLeft li {
     line-height: 48px;
     cursor: pointer;
     width: 67%;
     margin: 0 0 0 18%;
     border-bottom: 1px dashed #323131;
 }
 
 .proD .slideInLeft li:last-child {
     border-bottom: none;
 }
 
 .proD .slideInLeft li a {
     font-size: 17px;
     color: #323131;
 }
 
 .proD .slideInLeft li.on a {
     color: #ea3f00;
 }
 
 .proD .slideInLeft li:hover a {
     color: #ea3f00;
 }
 
 .proD .bottom {
     overflow: hidden;
     width: 920px;
 }
 
 .proD .tabBottom {
     display: none;
     overflow: hidden;
 }
 
 .proD .tabBottom.on {
     display: block;
 }
 
 .proD .tabBottom ul {
     margin: 0 -10px 0;
 }
 
 .proD .tabBottom ul li {
     float: left;
     margin: 10px;
     width: 293px;
     height: 266px;
     overflow: hidden;
 }
 
 .proD .tabBottom ul li aside {
     border: 1px solid #ddd;
     width: 290px;
     transition: .1s;
 }
 
 .proD .tabBottom ul li a img {
     width: 290px;
     height: 222px;
     display: block;
     margin: 0 auto;
     transition: .3s;
 }
 
 .proD .tabBottom ul li a p {
     width: 100%;
     display: block;
     color: #FFF;
     line-height: 36px;
     position: relative;
     font-size: 18px;
     text-indent: 10px;
     margin-top: 5px;
     background: url(../images/proRightlibg.jpg) no-repeat;
 }
 
 .proD .tabBottom ul li:hover aside {
     border: 6px solid #e75f2c;
     width: 280px;
 }
 
 .proD .tabBottom ul li:hover aside img {
     width: 278px;
     height: 212px;
 }
 
 .proD .tabBottom ul li:hover a p {
     background: url(../images/proRightlibg2.jpg) no-repeat;
 }
 
 .case {
     background: url(../images/caseBg.jpg) repeat top center;
     overflow: hidden;
     padding-bottom: 60px;
 }
 
 .case .title {
     padding-bottom: 40px;
 }
 
 .case .title,
 .case .title h2,
 .case .title p {
     color: #FFF;
 }
 
 .case ul li:hover aside img {
     transform: scale(1.2);
 }
 
 .product_list {
     width: 1200px;
     display: block;
     margin: 0 auto
 }
 
 .product_list .flexslider {
     width: 100%;
     position: relative;
     margin-top: 10px;
 }
 
 .product_list li {
     position: relative;
 }
 
 .product_list li a {
     display: block;
     margin: 0 auto;
 }
 
 .product_list li a img {
     width: 286px;
     height: 216px;
     display: block;
     margin: 0 auto 10px
 }
 
 .product_list li p a {
     width: 100%;
     display: block;
     color: #FFF;
     line-height: 35px;
     position: relative;
     text-indent: 20px;
     font-size: 18px;
     background: url(../images/proRightlibg.jpg) no-repeat;
 }
 
 .product_list .flex-control-nav {
     position: absolute;
     bottom: 10px;
     z-index: 2;
     width: 100%;
     text-align: center;
 }
 
 .product_list .flex-control-nav li {
     display: inline-block;
     width: 14px;
     height: 14px;
     margin: 0 5px;
     *display: inline;
     zoom: 1;
 }
 
 .product_list .flex-control-nav a {
     display: inline-block;
     width: 14px;
     height: 14px;
     line-height: 40px;
     overflow: hidden;
     cursor: pointer;
 }
 
 .product_list .flex-control-nav .flex-active {
     background-position: 0 0;
 }
 
 .product_list .flex-direction-nav {
     position: absolute;
     z-index: 3;
     width: 100%;
     top: 35%;
     line-height: 0;
     font-size: 0
 }
 
 .product_list .flex-direction-nav li a {
     display: block;
     width: 44px;
     height: 45px;
     background: url(../images/arrow02.png) no-repeat;
     overflow: hidden;
     cursor: pointer;
     position: absolute;
 }
 
 .product_list .flex-direction-nav li a.flex-prev {
     left: -50px;
     background-position: 0px 0px;
 }
 
 .product_list .flex-direction-nav li a.flex-next {
     right: -50px;
     background-position: -45px 0px;
 }
 
 .product_list .flex-direction-nav li a:hover {
     background: url(../images/arrow.png) no-repeat;
 }
 
 .product_list .flex-direction-nav li a.flex-prev:hover {
     left: -50px;
     background-position: 0px 0px;
 }
 
 .product_list .flex-direction-nav li a.flex-next:hover {
     right: -50px;
     background-position: -45px 0px;
 }
 
 .about {
     padding: 60px 0 50px;
     overflow: hidden;
 }
 
 .about .aboutTop {
     position: relative;
 }
 
 .about .aboutTop .layerImg {
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .about .layerBotom {
     position: absolute;
     left: 0;
     bottom: 0;
     height: 63px;
     padding: 15px 0;
     width: 100%;
     background: url(../images/layerbg.png) repeat-x;
 }
 
 .about .layerBotom .fl {
     width: 80%;
     text-align: center;
     color: #FFF;
     font-size: 16px;
     padding: 0 5%;
 }
 
 .about .layerBotom .fl p {
     text-align: center;
     line-height: 33px;
 }
 
 .about .fr a {
     background: #0f51bb;
     width: 116px;
     height: 48px;
     line-height: 48px;
     text-align: center;
     float: right;
     font-size: 16px;
     color: #FFF;
     margin-top: 8px;
     border-radius: 5px;
 }
 
 .about .slides {
     margin: 0 -9px;
 }
 
 .about .slides li {
     width: 286px;
     float: left;
     margin: 0 9px;
 }
 
 .about .slides li a img {
     width: 286px;
     height: 216px;
     margin: 20px auto 15px;
 }
 
 .about .slides li a p {
     background: #0f51bb;
     text-align: center;
     color: #FFF;
     width: 100%;
     line-height: 55px;
 }
 
 .news {
     overflow: hidden;
     padding: 0 0 40px;
 }
 
 .news .newFl {
     width: 766px;
 }
 
 .news .titleN {
     border-bottom: 1px solid #ddd;
     line-height: 60px;
     color: #333333;
     font-size: 28px;
     margin-bottom: 28px;
     font-weight: bold;
 }
 
 .news .titleN span {
     font-size: 18px;
     color: #666666;
     font-weight: normal;
 }
 
 .news .titleN .tabTop {
     color: #333333;
     font-size: 22px;
 }
 
 .news .titleN .tabTop li {
     padding: 0 10px;
     display: inline-block;
     cursor: pointer;
     font-weight: normal;
 }
 
 .news .titleN .tabTop li.on {
     color: #0080cb;
 }
 
 .news .tabBottom {
     display: none;
 }
 
 .news .tabBottom.on {
     display: block;
 }
 
 .news .tabBottom .img {
     width: 274px;
     height: 318px;
     position: relative;
 }
 
 .news .tabBottom .img p {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 90%;
     color: #FFF;
     font-size: 18px;
     padding: 5px 5%;
     line-height: 25px;
     background: rgba(0, 0, 0, .6)
 }
 
 .news .tabBottom ul li {
     width: 450px;
     height: 76px;
     background: #f2f3f4;
     padding: 10px;
     margin-bottom: 15px;
 }
 
 .news .tabBottom ul li a h3 {
     color: #333333;
     font-size: 18px;
     padding-bottom: 5px;
 }
 
 .news .tabBottom ul li a h3 span {
     float: right;
     font-size: 15px;
     font-weight: normal;
 }
 
 .news .tabBottom ul li a p {
     color: #807e7e;
     font-size: 15px;
     line-height: 25px;
 }
 
 .news .newFr {
     width: 400px;
 }
 
 .news .newFr .titleN img {
     margin-top: 15px;
 }
 
 .news .newFr ul {
     background: url(../images/newFr.png) no-repeat top center;
     padding: 40px 35px;
 }
 
 .news .newFr ul li {
     height: 92px;
 }
 
 .news .newFr ul li i {
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     color: #FFF;
     font-style: normal;
     margin-right: 10px;
     display: inline-block;
     vertical-align: middle;
 }
 
 .news .newFr ul li h3 {
     font-weight: normal;
     color: #0080ca;
     font-size: 18px;
     line-height: 40px;
 }
 
 .news .newFr ul li h3 i {
     background: #0080ca;
 }
 
 .news .newFr ul li p {
     position: relative;
     padding-left: 40px;
 }
 
 .news .newFr ul li p i {
     position: absolute;
     left: 0;
     top: 10px;
     background: #eb6100;
 }