@charset "utf-8";
/* CSS Document */
body
{font-family: "思源黑体 CN", "微软雅黑", SimHei, sans-serif;
margin:0;padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
/*@font-face{
    font-family:'FuturaLL';
    src:url('../fonts/Futura LT Light.otf');
}*/
ol,ul,li{list-style:none; padding:0;}
p{ margin:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;display:inline-block;vertical-align:middle;}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
/*修改滚动条*/

::-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;
}


/* --Public-- */
.hidden{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.center{text-align:center;}
.valign-middle{display:table-cell;vertical-align:middle;}
/* --pub-- */
.pub{width:85%;margin:auto; max-width:1440px !important;}

/* --header-- */

.top .logo{width:28%;height:auto;float:left; margin-top:40px;}
.top .logo img{ width:100%;}
.tel { float:right; color:#767676; margin-top:40px; font-family:Roboto;background:url(../Image/tel.png) left center no-repeat; padding-left:40px;}
.tel p{ margin:0; line-height:30px; font-size:28px; color:#0070cf;}


.header_bg{width:100%;height:63px; background:#0070cf;-webkit-transition:all 0.4s;transition:all 0.4s;margin-top:40px;}
.nava{position:relative;overflow:hidden; padding-left:0;}
.nava li{width:12.2%;height:63px;float:left;font-size:16px; color:#fff;line-height:63px;text-align:center;position:relative;overflow:hidden;cursor:pointer; text-align: center; font-weight:bold;}
.nava li.Home{ background:url(../Image/p1.png) center left no-repeat;}
.nava li span{ color:#84a7c4; position:absolute; right:0;}
@-webkit-keyframes rotate{
 0%{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100%{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes rotate{
 0%{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100%{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}



/* --index-- */

.index1_bj{ background:url(../Image/index1_bj.jpg) top center no-repeat #c7ebff; padding:88px 0; background-size:cover;}
.index1_top_left{ float:left; font-size:36px; color:#3d3d3d;}
.index1_top_left p{ text-transform:uppercase; font-size:48px; color:#0070cf; font-family:Roboto;}
.index1_more{ float:right; font-size:16px; color:#616f78; margin-top:10px;}

.index1_type{ width:100%;}
.index1_type li{ font-size:20px; border:1px solid #7d7d7d; border-radius:5px; margin-bottom:20px;transition: all 0.8s ease 0s; float:left; margin-right:20px;}
.index1_type li a{ background:url(../Image/p2.png) left 20px center no-repeat; padding:10px 20px 10px 50px; display:block; color:#242424;}
.index1_type li:hover{ background:#0070cf; border:1px solid #0070cf;}
.index1_type li:hover a{background:url(../Image/p1.png) left 30px center no-repeat; color:#fff; padding:10px 20px 10px 60px;}
.index1_pro{ width:100%;}
.index1_pro .item li{ margin-bottom:20px;transition: all 0.8s ease 0s;}
.index1_pro .item .img{ width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.3); margin-bottom:20px; overflow:hidden;}
.index1_pro .item img{width:100%;display:block; transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.index1_pro .item p{ text-align:center; line-height:30px;height:30px; overflow:hidden; margin-top:10px;}
.index1_pro .item li:hover p{ font-weight:bold; color:#0070cf;}
.index1_pro .item li:hover .img img{ transform: scale(1.05);}

/****************************index1 end****************************/


.index2_bj{ background:url(../Image/index2_bj.jpg) top center no-repeat; padding:88px 0; background-size:cover;}
.index2_left{ width:40%; float:left;}
.index2_top{ font-size:36px; color:#3d3d3d;}
.index2_top p{ text-transform:uppercase; font-size:48px; color:#0070cf; font-family:Roboto;}
.index2_top_con{ color:#757575; font-size:16px; line-height:25px; margin-top:50px; border-bottom:1px solid #ececec; padding-bottom:45px;}
.index2_about{ line-height:28px; color:#454646; margin-top:45px;
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;overflow: hidden;}
.index2_more{font-size:16px; color:#616f78; margin-top:80px;}
.index2_right{ width:45%; float:right;}
.index2_right_top{ font-size:24px; color:#004a9d; font-weight:bold; text-align:right; margin-bottom:43px;}
.index2_right_img img{ width:100%;}
.index2_num{ margin-top:30px;}
.index2_num li{ float:left; width:31.3%;color:#fff; font-size:16px; text-align:center; margin-left:3%; border-radius:5px; padding:30px 0;}
.index2_num li p{ font-size:36px; color:#fff; font-family: Roboto; }
.index2_num li p sub{ font-size:16px;}
.index2_num li:nth-child(1){background:url(../Image/p5.jpg) left center no-repeat; background-size:cover; margin-left:0;}
.index2_num li:nth-child(2){background:url(../Image/p6.jpg) left center no-repeat; background-size:cover;}
.index2_num li:nth-child(3){background:url(../Image/p7.jpg) left center no-repeat; background-size:cover;}



/******************************index2 end*****************/


.index3_bj{ background:url(../Image/index3_bj.jpg) center no-repeat; background-size:cover; margin-top:50px; padding:40px 0; overflow:hidden;}
.index3 li{ float:left; width:18%; margin-left:9%; text-align:center; color:#fff;}
.index3 li p{ margin-top:10px;}
.index3 li:nth-child(1){ margin-left:0;}


/************************index3 end**********************/


.index4_bj{ background:url(../Image/index4_bj.jpg) center no-repeat; background-size:cover; padding:40px 0; overflow:hidden;}
.index4_left{ width:30%; float:left;}
.index4_left_top{ font-size:42px; color:#2f2f2f; font-weight:bold; background:url(../Image/p16.jpg) bottom center repeat-x; display:inline; padding-bottom:10px;}
.index4_left_con{ color:#2f2f2f; font-size:18px; margin-top:20px; margin-bottom:20px;}
.index4_more .index4_more1{ width:130px; height:45px; background:#0070cf; line-height:45px; color:#fff; text-align:center; float:left;}
.index4_more .index4_more2{ width:128px; height:43px; line-height:43px; text-align:center; color:#313131; border:1px solid #313131; float:left;}
.index4_tel{float:right; text-align:right; color:#292929; margin-right:50px; margin-top:60px;}
.index4_tel img{ margin-right:10px;}
.index4_tel p{ font-size:28px; color:#292929;}
.index4_right{ width:30%; float:right;}
.index4_right .input-group{ margin-bottom:10px; width:47%; margin-right:3%; float:left;}
.index4_right .input-group1{ width:95%; margin-bottom:10px;}
.index4_right .input-group1 input{ border:1px solid #bfbfbf;line-height:41px; color:#898989; outline:none; width:98%; padding-left:2%; background:none;}
.index4_right .input-group input{ border:1px solid #bfbfbf;line-height:41px; color:#898989; outline:none; width:98%; padding-left:2%; background:none;}
.index4_right #content{ width:100%; height:41px;}
.index4_right #captcha{ float:left; width:55%;}
.index4_right .verify{ width:40%; height:41px;}
.index4_right .verify img{ width:90px; height:41px;}
.index4_right #submit{ line-height:41px; height:41px; text-align:center; color:#fff; width:30%; margin-right:3%; background:#0063d0; float:right;}




/****************************index4 end****************************/




.index5_bj{ background:url(../Image/p8.png) left top no-repeat; overflow:hidden; padding-top:40px;}
.index5_left{ width:65%; float:left;}
.index5_left_top{ width:65%; border-bottom:1px solid #dbdbdb; font-size:16px; color:#585858; padding-bottom:30px; margin:50px 0;}
.index5_left_news li{}
.index5_left_news .index5_news_img{ width:31%;}
.index5_left_news .index5_news_img img{ width:100%;}
.index5_left_news .index5_news_con{ width:65%;}
.index5_news_time{ font-size:16px; color:#585858;}
.index5_news_tit{ font-size:22px; color:#242424; margin:10px 0;
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;overflow: hidden;}
.index5_news_con1{ font-size:16px; color:#636363; line-height:25px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;overflow: hidden;
}
.index5_more{ color:#2f2f2f; font-size:16px; border-bottom:1px solid #d3d3d3; width:140px; padding-bottom:10px; margin-top:30px;}
.index5_more span{ float:right;}
.index5_left_news1{ margin-top:70px;}
.index5_left_news1 li{ width:49%; float:left; border-bottom:1px solid #d2d2d2; font-size:18px; color:#707070; padding-bottom:20px; margin-top:20px;}
.index5_left_news1 li .index5_news1_time{ font-size:16px; color:#898989; border:1px solid #d2d2d2; padding:5px; width: auto;}
.index5_left_news1 li .index5_news1_tit{ margin-left:10px; margin-top:5px; width:auto; overflow:hidden;}
.index5_left_news1 li .index5_news1_more{/* font-size:16px; color:#ababab; margin-top:10px; width:17%;*/ display:none;}
.index5_left_news1 li:nth-child(2n){ float:right;}

.index5_right{ width:19%; float:right; padding:2%; background:#fafafa;}
.index5_right_top{ background:url(../Image/p3.jpg) center no-repeat; font-size:24px; color:#232323; text-align:center;}
.index5_right li{ position:relative; margin-top:30px;}
.index5_right li img{ width:100%;}
.index5_right li p{ position:absolute; height:40px; background:rgba(0,116,201,0.63); width:100%; bottom:0; line-height:40px; color:#fff; text-align:center; font-size:16px;}



/****************************index5 end****************************/


.foot_bj{ background:#232323; margin-top:100px; padding-top:70px;}
.foot_logo{ float:left; width:18%;}
.foot_logo img{ width:100%;}
.foot_logo p{ width:100%; height:50px; line-height:50px; text-align:center; color:#fff; font-size:20px; background:#0074c9; margin-top:30px;}
.foot_logo p img{ width:auto; margin-right:10px;}
.foot_nav{ width:20%; float:left; margin-left:8%;}
.foot_nav p{ font-size:20px; color:#7d7d7d}
.foot_nav li{ width:50%; float:left; color:#b3b3b3; line-height:28px; font-size:16px;}
.foot_contact{ width:35%; float:left; margin-left:5%;}
.foot_contact p{ font-size:20px; color:#7d7d7d}
.foot_contact ul{ float:left; color:#b3b3b3; line-height:28px; font-size:16px; margin-right:20px;}
.cop{ width:10%; float:right;}
.cop img{ max-width:100%;}

.foot_bottom{color:#646464;line-height:58px; font-size:16px; border-top:1px solid #3c3c3c; margin-top:80px; padding-bottom:63px;}
.foot_bottom a{ color:#646464;}


.mobile_tel{ width:100%; position:fixed; left:0; bottom:0; display:none; height:60px;}
.mobile_tel li{ width:50%; float:left; line-height:63px; text-align:center; font-size:16px; color:#fff; font-weight:bold; background:#0070cf;}
.mobile_tel li a{ color:#fff; display:block; width:98%; float:left;}

.mobile_tel li:nth-child(2){ float:right; background:#fe6d02;}
/****************************foot end****************************/




.inner_banner{ padding:8% 0; text-transform:uppercase; font-size:24px; color:#ffffff; position:relative;}
.inner_banner p{ font-size:30px;}
.inner_banner .pub .inner_about_type{ position:absolute; bottom:0;}
.inner_banner .pub .inner_about_type li{ float:left; padding:10px 20px; border-top-left-radius:5px; border-top-right-radius:5px; background:#fff; font-size:20px; color:#383838; margin-right:10px;}
.inner_banner .pub .inner_about_type li.active{ background:#0070cf; color:#fff;}
.inner_banner .pub .inner_about_type li:hover{ background:#0070cf; color:#fff;}

.banner_about{ width:100%; background:url(../Image/banner_about.jpg) top center no-repeat; background-size:cover;}
.banner_pro{ width:100%; background:url(../Image/banner_pro.jpg) top center no-repeat; background-size:cover;}
.banner_news{ width:100%; background:url(../Image/banner_news.jpg) top center no-repeat; background-size:cover;}
.banner_contact{ width:100%; background:url(../Image/banner_contact.jpg) top center no-repeat; background-size:cover;}

.inner_top{ border-bottom:1px solid #cccccc; padding-bottom:20px; font-size:15px; color:#8d8d8d; margin-bottom:85px; text-transform:uppercase;}
.catname b{ font-size:36px; color:#2f2f2f;}
.inner_top a{ color:#8d8d8d;}
.inner{ margin:80px auto; overflow:hidden;}




/******************honor end******************/



.inner_pro_main{ width:100%;}
.inner_pro_list li{ width:23%; margin:1%; float:left; transition: all 0.8s ease 0s;}
.inner_pro_list li .img{ width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.3); margin-bottom:20px;  overflow:hidden;}
.inner_pro_list li img{width:100%;display:block;transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.inner_pro_list li p{ text-align:center; line-height:30px; margin-top:10px;}
.inner_pro_list li:hover .img img{ transform: scale(1.05);}
.inner_pro_list li:hover p{ font-weight:bold; color:#0070cf;}




.proleft { width: 40%; float:left;}
.proleft .swiper-list{margin-top:50px;padding-bottom:50px;overflow:hidden;position:relative;}
.proleft .swiper-list .swiper-slide{padding:0 30px;background:#FFF;position:relative;cursor:pointer;}
.proleft .swiper-list .swiper-slide .img{margin:20px 0;position:relative;overflow:hidden;}
.proleft .swiper-list .swiper-slide .img img{width:100%;height:auto;display:block;margin:auto;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.proleft .swiper-list .swiper-slide:hover .img img{transform:scale(1.08);}

.proleft .swiper-list .swiper-slide .line{width:100%;height:1px;display:block;background:#ddd;}

.proleft .gallery-top{width:100%;position:relative;}
.proleft .gallery-top .swiper-slide{width:100%;display:block;}
.proleft .gallery-top .swiper-slide img{width:100%;display:block;}
.proleft .gallery-top .swiper-button-prev{left:6px;}
.proleft .gallery-top .swiper-button-next{right:6px;}
.proleft .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{width:66px;height:66px;}


.product_img_right{width:100%;margin-top:40px;}
.product_img_right .gallery-thumbs{width:100%;padding-right:5px !important;padding-top:6px !important;margin-left:0 !important;}
.product_img_right .gallery-thumbs p{font-size:16px;color:#999;line-height:32px;margin-bottom:10px;}
.product_img_right .gallery-thumbs .swiper-slide{border:1px solid #eee;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product_img_right .gallery-thumbs .swiper-slide img{width:100%;display:block;}
.product_img_right .gallery-thumbs .swiper-slide-thumb-active{opacity:1;border:2px solid #333;}
.product_img_right .gallery-thumbs .swiper-slide-thumb-active:before{
    content: '';
    display: block;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #333;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.proright { width: 55%; padding-bottom:20px; float:right; margin-top:80px;}
.proright h3{ border-bottom:1px solid #dcdcdc; color:#000000; font-size:24px; padding-bottom:20px; margin-bottom:20px; margin-top:0; font-weight: bold;}

.pro_contact{ background:#0074c9; width:148px; height:40px; line-height:40px; padding:0 20px; color:#fff; float:right; text-align:center; border-radius:40px; margin-top:10px;}
.pro_tel{ background:url(../Image/p15.jpg) left center no-repeat; color:#333333; font-size:20px; float:left; padding-left:50px;}
.pro_tel p{ font-size:26px; color:#3c3c3c;}

.pro_info_main{ margin-top:80px;}
.pro_info_top{ overflow:hidden; color:#fff; font-size:24px; background:#e2e2e2; margin-bottom:20px;}
.pro_info_top span{ background:#eb4300; padding:20px 40px;}

.inner_content{ font-size:16px; line-height:30px;}
.inner_content p{ margin:0;}

.inner_content img{ max-width:100%;}

/*************************product end*************************/





.inner_news_status {height: 30px;line-height: 30px;font-size: 12px;color: #333;margin-top: 20px;padding-bottom: 10px; }
.inner_news_status span {padding-left: 20px; padding-right: 10px; line-height:30px;height:30px; display:block; float:left;}
.inner_news_status .newstime{ background:url(../Image/news2.png) left center no-repeat;}
.inner_news_status .click{ background:url(../Image/news3.png) left center no-repeat;}

.news ul li{width:80%;margin:2% 0; padding-right:20%; overflow:hidden; background:url(../Image/p17.jpg) right 10px center no-repeat;border-bottom:1px solid #d7d7d7; padding-bottom:20px;}
.news ul li .news1_tit{ font-size:18px; color:#2d2d2d; overflow:hidden; margin:10px 0;}
.news ul li .news1_date{ color:#5b5b5b; font-size:16px;  line-height:30px; }
.news ul li .news1_con{ color:#2d2d2d; font-size:16px; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;overflow: hidden;
}

.news ul li:hover{ background:url(../Image/p18.jpg) right center no-repeat;}
.news ul li:hover .news1_tit{ color:#0070cf; font-weight:bold;}


.zxrz_l{ margin-top:60px;}
.newshow .newshowtit {
  text-align: center;
  border-bottom: 1px dotted #bfbebe; margin-bottom:20px;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt p {
  margin-top: 25px;
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}

.inner_news_img img{ max-width:100%;}



/**************************news end**********************/




.honor li{ width:23%; float:left; color:#242424; overflow:hidden; margin:1%; position:relative;transition: all 0.8s ease 0s;}
.honor li .case_img{ width:100%;}
.honor li .case_img img{ width:100%; transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.honor li p{ background:rgba(0,0,0,0.5); font-size:18px; margin-top:10px; overflow:hidden; color:#fff; width:100%; height:50px; line-height:50px; text-align:center; position:absolute; bottom:0; left:0;}
.honor li:hover img{ transform: scale(1.05);}

/*******************cphj end*********************/



.inner_contact_main{ position:relative;}
.inner_contact_left{ width:40%; float:left;}
.inner_contact_top{ font-size:16px; color:#8d8d8d;}
.inner_contact_top p{ font-size:36px; font-weight:bold; color:#4f4f4f; margin-top:20px;}
.inner_contact_left li{ color:#4f4f4f; line-height:28px; font-size:16px;}
.contact-map{ float:right; width:50%; height:450px;}
#dituContent{ width:100%; height:450px;}

.inner_message_bj{ background:url(../Image/inner_message_bj.jpg) center no-repeat; background-size:cover; overflow:hidden; margin-top:130px; padding:5% 0;}

.inner_message_top{ color:#8d8d8d; font-size:16px; margin-bottom:50px;}
.inner_message_main{ margin-top:50px;}
.inner_message_main .input-group{ margin-bottom:10px; width:47%; margin-right:3%; float:left;}
.inner_message_main .input-group1{ width:97%; margin-bottom:10px;}
.inner_message_main .input-group1 input{ border:1px solid #d1d1d1;line-height:58px; color:#898989; outline:none; width:100%; padding-left:10px; background:none;}
.inner_message_main .input-group input{ border:1px solid #d1d1d1; line-height:58px; color:#898989; outline:none; width:100%; padding-left:10px; background:none;}
.inner_message_main #content{ width:100%; height:100px;}
.inner_message_main #captcha{ float:left; width:75%;}
.inner_message_main .verify{ width:90px; height:36px;}
.inner_message_main .verify img{ width:90px; height:36px; margin-top:10px;}
.inner_message_main #submit{ line-height:58px; height:58px; text-align:center; color:#fff; width:47%; margin-right:3%; background:#0063d0; float:right;}


/**************************contact end************************/

/* --翻页-- */
.txt-upDown{width:auto;height:auto;clear:both;font-size:14px;padding-top:20px;margin-top:40px;border-top:1px dashed rgb(230,230,230);}
.txt-upDown-li{width:50%;height:42px;line-height:42px;padding:0 5px;overflow:hidden;color:#666;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.txt-upDown-li .arrow{width:10%;height:42px;overflow:hidden;font-family:'宋体';font-weight:bold;}
.txt-upDown-li .title{width:90%;height:42px;overflow:hidden;color:#666;}
.txt-upDown-li:hover{color:#fff;background:#0d4cb0;padding:0 20px;cursor:pointer;}
.txt-upDown-li:hover .arrow{color:#fff;}
.txt-upDown-li:hover .title .page-a{color:#fff;}
.txt-upDown-li:hover .title a{color:#fff;}
.txt-upDown-li.txt-right{text-align:right;}

/* --分页-- */
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 60px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #0d4cb0;
  background: #0d4cb0;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../Image/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../Image/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../Image/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../Image/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/* --暂无数据-- */
.no-goods{padding:100px 0;overflow:hidden;text-align:center;}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-goods p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}






@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);}
}
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);}
}
.imgScale {
	animation: imgScale 6s ease-in-out infinite alternate;
	-webkit-animation: imgScale 6s ease-in-out infinite alternate;
}

@keyframes scrolldown {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	33% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	66% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes scrolldown2 {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	55% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	70% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	85% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes scrollup {
	0% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	33% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	66% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
}

@keyframes scrollup2 {
	0% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	15% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	30% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	45% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
}

@keyframes sound {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	20% {
		transform: scale(0, 1); 
		transform-origin: 100% 100%;
	}
	40% {
		transform: scale(0, 1); 
		transform-origin: 0 0;
	}
	60% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes btnline {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	33% {
		transform: scale(0, 1); 
		transform-origin: 100% 100%;
	}
	66% {
		transform: scale(0, 1); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes btntate {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	33% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	66% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}
