* {}
html {font-family:arial;}
body{font-size:14px;margin:0;padding:0;position:relative;overflow-x: hidden;font-family: "微软雅黑",Arial;}
ul,ol{margin:0;padding:0;list-style: none;}
a {color:inherit;text-decoration:none!important;cursor :pointer;outline: none; 
   transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;-o-transition: all 0.5s;}
a:hover {color:inherit;}
img {background:none;}
.color {color:#574fda;/*主色调*/}
.relative {position:relative;}
.center {margin:0 auto;}
.w-100 {width:100%!important;}
/*------------通用分隔符------------*/

.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s all;}
.imgbox:hover img {transform:translate(-50%,-50%) scale(1.1);transition:.36s all;}

.imgbox_4_3:after {padding-top:75%!important;}

/*手机主导航*/
.header .side-open {width:35px;height:25px;position:absolute;right:10px;top:57px;cursor:pointer;z-index:9999;transition:.2s .1s;-moz-transition:.2s .1s;-ms-transition:.2s .1s;-o-transition:.2s .1s;-webkit-transition:.2s .1s;transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-moz-transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-ms-transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-o-transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-webkit-transition:0.4s cubic-bezier(0.215,0.61,0.355,1)}
.header .side-open hr {height:3px;background:#494441;display:block;margin:0;padding:0;border:none;position:absolute;transition:.5s .3s;-moz-transition:.5s .3s;-ms-transition:.5s .3s;-o-transition:.5s .3s;-webkit-transition:.5s .3s}
.header .side-open hr:nth-child(1) {width:80%;top:0;right:0}
.header .side-open hr:nth-child(2) {width:30%;top:50%;left:20%;margin-top:-2px;opacity:1}
.header .side-open hr:nth-child(3) {width:30%;top:50%;right:0;margin-top:-2px;opacity:1}
.header .side-open hr:nth-child(4) {width:80%;bottom:0;right:0}

.header.open .side-open {right:325px;top:15px;position:fixed;z-index:99999;}
.header.open .side-open hr {background:#fff!important;}
.header.open .side-open hr:nth-child(1) {width:100%;top:50%;margin-top:-2px;transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;-webkit-transform-origin:center}
.header.open .side-open hr:nth-child(2) {opacity:0;left:-50%}
.header.open .side-open hr:nth-child(3) {opacity:0;right:-50%}
.header.open .side-open hr:nth-child(4) {width:100%;bottom:50%;margin-bottom:-2px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;-webkit-transform-origin:center}

.menu-btn {font-size:26px;}
.m_panel {background:rgba(0,0,0,0.7);display:none;position:fixed;height:100%;width:100%;z-index:9999;right:0;top:0;}
#m_menu {width:0;height:100%;background-color:#fff;float:right;}
#m_menu li {width:100%;white-space: nowrap;}
#m_menu li>a {white-space:nowrap;padding-left:30px;line-height:40px;font-size:16px;color:#000;width:100%;display:block;}
#m_menu li>a i {margin-right:15px;font-size:12px;}
#m_menu li>a:hover {background:#0855c8;color:#fff;}
#m_menu li.active>a{background:#0855c8;color:#fff;}
#m_menu li:first-child,#m_menu li:last-child {height:100px;width:100%;background-color:#fff;overflow: hidden;}
#m_menu li:last-child b {display:block;line-height:32px;text-align: center;font-size:18px;}
#m_menu li:first-child a {padding:0;}
.menu-logo {text-align:center;font-weight:bold;line-height: 80px;white-space: nowrap;}
.menu-logo a {font-size: 36px;line-height: 100px;}
.menu-logo img {vertical-align: middle;max-width: 80%;max-height:80%;margin-top:20px;}
/*手机主导航*/

.top-bar {border-bottom:1px solid #eee;line-height:40px;}
.top-tel {border-bottom:1px solid #eee;line-height:40px;background: url(../Image/tel.png) no-repeat left 15px bottom 10px;padding-left:70px;}
.top-tel b {font-size:16px;color:#e30000;font-weight:normal;margin-right:15px;}
.logo {padding:20px 15px;}
.logo h1 {color:#000;font-size:28px;font-weight:bold;margin:0;display:inline-block;text-align: center;}
.logo-small {display:none;color:#0c53bb;font-weight:bold;}
.logo img {max-width: 70%;height:50px;}
.menu-panel {background:#0855c8;color:#fff;}
.menu {padding:0;text-align: justify;}
.menu:after {content:'';display:block;clear:both;}
.menu li {text-align:center;width:25%;float:left;display:block;box-sizing:border-box;line-height: 50px;font-size:16px;overflow:hidden;position:relative;}
.menu li a {display:block;}
.menu li.active {background:#ea0404;}
@media(max-width:991px) {
  .top-tel {background-size:20px 20px;padding-left:45px;}
}
@media(max-width:767px) {
  .logo {padding:15px;}
  .logo h1 {font-size:22px;}
  .menu li {line-height: 40px;font-size: 14px;}
}
@media (min-width:768px){
  .header.open .side-open {right:680px}
  .menu {background:unset;}
  .menu li {width:12.5%;display:inline-block;}
}
@media (min-width:992px){
  .top-tel {position:absolute;right:20px;top:35px;border:0;line-height:30px;}
  .top-tel b {font-size:20px;margin-right:0;}
  .logo{padding:30px 0 20px;}
  .logo h1 {font-size:32px;}
  .logo img {max-width:unset;height:70px;}
  .logo img:first-child {margin-right:30px;}
  .menu li {line-height:68px;}
  .menu li:hover {color:#fff;background:#ff8100;}
}
@media(min-width:1200px) {
  .logo h1 {font-size:35px;}
  .logo-small {font-size:16px;display:inline;}
  .top-tel {font-size:14px;}
  .top-tel b {font-size:27px;}
}
@media(min-width:1601px) {
  .logo h1 {font-size:39px;}
}

.more {font-size:16px;position: absolute;right: 20px;top:20px;}
.more:hover {color:#0855c8;padding-right:15px;transition:.36s padding;}
@media(max-width:991px) {
    .more {display:none;}
}
@media(max-width:767px) {
    .more {font-size:12px;display:none;}
}

.index01 {text-align: center;margin-top:50px;}
.index01 b{display:block;font-weight:normal;font-size:40px;margin-bottom:10px;}
.index01 span {color:#999;}
.index01 .swiper-container {padding-left: 10px;}
.in01-content .swiper-pagination {left:50%;transform:translate(-50%,15px);}
.in01-content .swiper-pagination span {display: inline-block;margin:0 5px;width:12px;height:12px;}
.in01-content {margin-top:25px;position:relative;}
.in01-content .txtbox {text-align:left;background:#efefef;padding:10px 15px;line-height: 24px;}
.in01-content .t1 {color:#333;font-weight:bold;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.in01-content .t2 {color:#333;display: flex;align-items: center;}
.in01-content .t2 i {width:22px;height:22px;margin-right:10px;display:inline-block;background:url(../Image/tel_i.png) no-repeat center;}
.in01-content-img {border:1px solid #eee;}
.in01-content li {transition:.36s all;}
.in01-content li img {min-width: 100%;}
.in01-content li span {position:relative;text-align:left;font-size:18px;color:#333;background:#f0f0f0;max-width:100%;overflow:hidden;white-space: nowrap;display:block;padding:10%;}
.in01-content li span i {display:block;position:absolute;right:0;top:0;height:100%;width:25%;background:#dcdcdc url(../Image/plus.png) no-repeat center;}
.in01-content li:hover {box-shadow:0px 0 10px -3px rgba(0,0,0,.7);transition:.36s all;}
.in01-content li:hover span {background: #0855c8;color:#fff;}
.in01-content li:hover span i {background: #ffb400 url(../Image/plus.png) no-repeat center;}
.index01 .imgbox:after {padding-top:130%;}
@media (max-width:767px) {
  .index01 b {font-size:22px;}
  .in01-content li span {font-size:14px;}
}
@media(min-width:1200px) {
  .in01-content .txtbox {line-height: 28px;padding:10px 20px;}
  .in01-content .t1 {font-size:15px;}
  .in01-content .t2 {font-size:15px;}
}
@media(min-width:1601px) {
  .in01-content .txtbox {line-height: 30px;padding:10px 25px;}
  .in01-content .t1 {font-size:17px;}
  .in01-content .t2 {font-size:17px;}
}

.index02 {background:#ebf3ff;text-align: center;margin-top: 55px;padding:20px 15px;}
.index02 b{display:block;font-weight:normal;font-size:40px;margin-bottom:20px;}
.typebar {}
.typebar div {padding:4px;}
.typebar a {color:#fff;background:#0954c3;border:1px solid #0954c3;border-radius:15px;line-height: 28px;text-align:center;display:block;position:relative;}
.typebar a:hover {color:#0954c3;background: #ebf3ff;border:1px solid #0954c3;}
.in02-content {padding-top:35px;}
.in02-content li {margin-top:0!important;margin-bottom:15px;}
.in02-content .panel {border:1px solid #c1c7d1;}
.in02-content .txtbox {line-height: 24px;}
.in02-content .t1 {color:#333;font-weight:bold;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.in02-content .t2 {color:#333;display: flex;align-items: center;justify-content: center;}
.in02-content .t2 i {width:22px;height:22px;margin-right:10px;display:inline-block;background:url(../Image/tel_i.png) no-repeat center;}
.index02 .imgbox {border:5px solid #fff;}
.index02 .imgbox:after {padding-top:130%;}
.in02-content .all {color:#0954c3;display:block;width:200px;line-height: 40px;height:40px;margin:20px auto 0;text-align: center;border:1px solid #819ac1;}
.in02-content .all:hover {color:#fff;border-color:#0954c3;background:#0954c3;}
@media(max-width:767px) {
  .index02 {padding:20px 0px;}
  .index02 b {font-size:30px;}
}
@media (min-width:769px) {
  .index02 {padding:30px 15px;}
  .in02-content ul {margin:0 -15px;}
}
@media(min-width:992px) {
  .typebar {padding:0 10%;}
}
@media(min-width:1200px) {
  .index02 {padding:40px 15px;}
  .typebar div {padding:6px;}
  .typebar a {line-height: 34px;border-radius: 18px;}
  .in02-content .all {line-height: 50px;height:50px;}
  .in02-content li {margin-bottom:25px;}
  .in02-content .txtbox {line-height: 28px;}
  .in02-content .t1 {font-size:15px;}
  .in02-content .t2 {font-size:15px;}
}
@media(min-width:1601px) {
  .index02 {padding:55px 15px;}
  .typebar div {padding:8px;}
  .typebar a {font-size:16px;line-height: 42px;border-radius: 22px;}
  .in02-content li {margin-bottom:30px;}
  .in02-content .txtbox {line-height: 30px;}
  .in02-content .t1 {font-size:17px;}
  .in02-content .t2 {font-size:17px;}
}


.index03 {background: url(../Image/in03_bg.jpg) no-repeat center top;}
.in03-content {margin-top:50px;border-radius:10px;padding-bottom:60px;}
.in03-content ul li {color:#fff;margin-top:20px;}
.in03-title {padding-top:45px;text-align: center;}
.in03-tit {padding-top:30px;line-height:65px;font-size:26px;display:block;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.in03-con {line-height:25px;font-size:14px;}
.in03-t1 {font-size:24px;color:#fff;font-weight:bold;}
.in03-t1 span {color:#ffeb01;}
.in03-t1 b {font-size:32px;font-weight:normal;}
.in03-t2 {color:#fff;margin-top:10px;}
@media(max-width:767px) {
  .index03 {background:#333!important;}
  .in03-tit {font-size:20px;padding-top:10px;}
  .in03-con {font-size:12px;}
  .in03-content {margin-top:0;}
  .in03-content ul li img {margin-top: 30px;}
  .in03-content ul li {margin-top:0;}
  .in03-content ul {padding:15px;}
}
@media(min-width:992px) {
  .in03-t1 {font-size:32px;}
  .in03-t1 b {font-size:38px;}
  .in03-t2 {font-size:16px;}
}
@media(min-width:1200px) {
  .in03-t1 {font-size:46px;}
  .in03-t1 b {font-size:60px;}
  .in03-t2 {font-size:20px;margin-top:15px;}
}

.index04 {padding-top:60px;padding-bottom:70px;background: #f0f0f0;overflow:hidden;}
.in04-title {margin-bottom:30px;text-align: center;}
.in04-title b {font-weight:normal;display:block;font-size:22px;}
.in04-title span {color:#888;margin-top: 10px;display: block;}
.in04-left {padding-right:25px;}
.in04-left-con {color:#fff;background: #0855c8;padding:30px;padding-top:50px;position:absolute;right:0;top:0;bottom:0;}
.in04-left-con b {font-size:16px;}
.in04-left-con div {margin-top:20px;}
.in04-right ul li {height:105px;overflow:hidden;margin-bottom:20px;}
.in04-right ul li:last-child {margin-bottom:0;}
.in04-right li b {display:block;font-weight:normal;font-size:16px;line-height: 32px;white-space: nowrap;text-overflow: hidden;}
.in04-right li span {line-height: 24px;color:#8d8b8d;}
.in04-right-img {padding:0;overflow:hidden;}
.in04-right-img img {min-height:100%;transition:0.2s all;}
.in04-date {line-height: 24px;color:#8d8b8d;}
.in04-right li:hover b {color:#0855c8;}
.in04-right li:hover img {transform:scale(1.05);transition:0.4s all;}
/*.in04-content {margin-top:25px;}*/
@media (max-width:767px) {
    .index04 {padding-top: 40px;padding-bottom: 40px;}
    .in04-content {margin-top:0;}
    .in04-left {margin-bottom:50px;}
    .in04-right ul {margin-top:20px;} 
    .in04-right ul li {margin-bottom:0;}
    .in04-right ul li a {display:flex;}
    .in04-right li span {line-height: 24px;height: 24px;overflow: hidden;display: block;}
    .in04-right-con {overflow:hidden;}
}
@media (width:768px) {
  .in04-c-right {margin-left:0px;}
}
@media (min-width:769px) {
  .in04-c-right {margin-left:-15px;margin-right:-15px;}
}
@media(min-width:1200px) {
  .in04-title b {font-size:35px;}
  .in04-title span {margin-top: 15px;font-size:16px;}
  .in04-left-con {line-height: 30px;right:20px;}
  .in04-left {padding-right:2%;}
  .in04-right {padding-left:2%;}
}
@media(min-width:1601px) {
  .in04-title b {font-size:40px;}
}

.index05 {padding:30px 15px;background: #fff;overflow:hidden;}
.index05 .title {margin-bottom:30px;text-align: center;}
.index05 .title b {display:block;font-size:22px;}
.index05 .title span {color:#888;margin-top: 10px;display: block;}
.index05 .content {margin-top:15px;}
.index05 .t1 {color:#3e3b3b;font-size:16px;font-weight:bold;}
.index05 .t2 {color:#8b8989;line-height: 24px;margin-top:15px;text-align: justify;}
.index05 .t3 {color:#3e3b3b;font-size:18px;margin-top:15px;}
.index05 .t3 b {color:#0855c8;}
@media (max-width:991px) {
  .index05 .txtbox {margin-top:20px;}
}
@media(min-width:768px) {
  .index05 {padding:40px 15px 35px;}
  .index05 .title b {font-size:24px;}
  .index05 .t1 {font-size:18px;}
}
@media(min-width:992px) {
  .index05 {padding:50px 15px 45px;}
  .index05 .title b {font-size:28px;}
  .index05 .txtbox {padding-left:5%;}
  .index05 .t1 {font-size:20px;}
  .index05 .t2 {line-height: 26px;margin-top:25px;}
  .index05 .t3 {margin-top:15px;text-align:right;}
}
@media(min-width:1200px) {
  .index05 {padding:70px 15px 65px;}
  .index05 .title b {font-size:35px;}
  .index05 .title span {font-size:16px;}
  .index05 .t1 {font-size:22px;}
  .index05 .t2 {line-height: 28px;margin-top:25px;}
  .index05 .t2 {line-height: 28px;margin-top:30px;}
  .index05 .t3 {font-size:22px;margin-top:25px;}
}
@media(min-width:1601px) {
  .index05 {padding:90px 15px 85px;}
  .index05 .title b {font-size:40px;}
}

.footer {color:#bdbdbd;background:#333;margin-top:45px;padding-top:40px;padding-bottom:40px;}
.footer .bottom {margin-top:15px;}
.f-menu li {font-size:16px;float:left;margin-left:40px;}
.f-menu li:first-child {margin:0;}
.footer a {color:#bdbdbd;}
.footer a:hover {color:#0855c8;}
.f-msg {margin-top:30px;line-height: 30px;}
.ewm {text-align: center;}
.ewm img {width:100px;height:100px;margin-bottom:10px;}
.footer-bottom {width:100%;line-height: 40px;background-color:#000;color:#999;text-align:center;}
.page-margin {height:70px;}
@media (width:1024px) {
  .ewm {display:none;}
}
/*底部导航*/
#page-footer ul li {width:25%;}
.page-footer {z-index:9998;background-color: #000;position: fixed;bottom: 0;left:0;width: 100%;margin:0;}
.page-footer li {float:left;height:70px;line-height:50px;text-align: center;padding:10px 0;}
.page-footer li a {width:100%;height:100%;text-align:center;color:#fff;}
.page-footer li:hover {background:#555;}
.page-footer li a i{font-size: 24px;color: #fff;display: block;margin-bottom: -10px;}
#page-footer.five ul li {width:20%!important;}
.top {line-height:50px;font-size: 36px;color: #fff;}
.top_li {display:none;}
.five .top_li {display:block;}
/*底部导航*/

.big {font-size:22px;font-weight: bold;}
.in_banner {margin-bottom: 20px;text-align:right;color:#fff;position:relative;overflow:hidden;width:100%;z-index:8;}
.banner_bg {width:100%;background:url(../Image/in_banner.jpg) no-repeat center bottom;background-size:100%;}
.banner_bg:after {content:'';display:block;padding-top:30%;}
.page_tag {position:absolute;left:50%;bottom:4%;color:#000;text-align:center;transform: translateX(-50%);}
.page_title {border-bottom:1px solid #eee;width:100%;background:#fff;padding:20px 35px;}
.page_des {line-height:35px;font-size:14px;color:#666;float:right;}
.page_type_list {padding-left:15px;padding-right:15px;width:100%;text-align: justify;margin-bottom:20px;}
.page_type_list a {font-size:16px;color:#574fda;padding-right: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:25%;line-height: 40px;}
.page_type_list a:hover {color:#000;}
.page_main {position:relative}
.page_content {width:100%;line-height:30px;font-size:16px;padding:20px 0;background: #fff;border-radius: 5px;overflow:hidden;margin-top:10px;}
.page_content img {max-width:100%!important;}
.page_content table {width:100%!important;}
.page_contact ul li {text-align:left;padding: 15px;background: #fff;margin: 0 0 10px 0;font-size: 1.7rem;font-weight: bold;}
.page_contact ul li i {background-color:#574fda;width:40px;height:40px;line-height:40px;color:#fff;border-radius:50%;margin-right: 15px;text-align: center;}
.page_info {padding-left:20px;padding-right:20px;}
.product_tel {font-size:3rem;color:#574fda;text-align:right;text-overflow: ellipsis;white-space: nowrap;}
.msg_content {height:305px!important;}
.info_img {padding-bottom:20px;max-width: 600px;position: relative;}
.info_con {background-color: #574fda;padding: 10px;color: #fff;font-weight: bold;}
.info-small {font-size: 12px;color: #aaa;text-align:center;padding-bottom:30px;}
.info-back {text-align: right;margin-top:20px;}
.info-back a {border-radius: 15px;text-align:center;overflow:hidden;background:#888;color:#fff;padding:5px 20px;}
@media (width:768px) {
  .in_banner {height: 208px;}
  .banner_bg {background-size: 100%;}
}

.share_to {margin-top:20px;}
.share_to li{display: inline-block;line-height: 30px;}
.share_to li a {font-size:22px;background:#1493d0;display: inline-block;vertical-align: middle;margin: 0 10px 0 0;color: #FFF;border-radius: 50%;text-align: center;line-height: 30px;width: 30px;height: 30px;overflow: hidden;}
.share_to li:nth-child(2n) a {background:#f40;}
.share_to li:last-child a {background:#3dc464;}
.bd_weixin_popup_foot:after {content:'　';display:block;clear:both;}/*消除微信分享底部超出*/

.prev_next {margin:20px 0;}
.prev_page {padding-left: 0;}
.next_page {padding-right: 0;}
.prev_page:hover, .next_page:hover {}
.prev_page span,.next_page span {overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:100%;height:100%;padding:20px;}
.prev_page span:hover, .next_page span:hover {color:#0855c8;} 
.prev_page span a,.next_page span a {display:inline-block;width:100%;height:100%;}

.news_list li {margin-top:10px;overflow:hidden;}
.news_list li a {border-bottom: 1px dashed #ccc;transition: all 0.3s;height: 170px;background: #fff;display:block;}
.news_list li:hover .t1{color:#0855c8;}
.news_list_img {height: 160px; overflow: hidden;padding: 10px;text-align: center;}
.news_list_img img {height: 160px;}
.news_list_txt {position:relative;height: 160px;overflow: hidden;padding: 0 20px !important;}
.news_list_txt .t1{font-size: 1.8rem;font-weight: bold;line-height: 20px;height:20px;overflow:hidden;margin-top:20px;width: 100%;color: #000;}
.news_list_txt .t2{overflow: hidden;margin: 5px 0;height: 50px;font-size: 1.2rem;line-height: 25px;color: #666;}
.news_list_txt .t3 {font-size: 1.3rem;line-height: 30px;}
.news_list li:hover {box-shadow: 0 0 16px rgba(12,3,6,.3);}
.news_list li:hover i:before,.news_list li:hover i:after {visibility: visible; width:101%;height:103%;}
.news_list i:before {content: '';display: block;visibility: hidden;width: 0;height: 0;border-top: 5px solid;border-left: 5px solid;border-color: #0855c8;position: absolute;left: 0px;top: 0px;transition: ease .65s;}
.news_list i:after {content: '';display: block;visibility: hidden;width: 0;height: 0;border-bottom: 5px solid;border-right: 5px solid;border-color: #0855c8;position: absolute;right: 0px;bottom: 0px;transition: ease .65s;}

.product_list li {overflow: hidden;transition:.2s all;margin-bottom:20px;}
.product_list_img {border:1px solid #ddd;border-bottom:none;box-sizing: border-box;}
.product_list_tit {transform: translateY(0%);/*opacity:0;*/transition:0.4s all;background:#f5f5f5;color: #333;padding: 5px;width: 100%;}
.product_list .imgbox:after {padding-top:100%;}
.sy {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
background: url(../Image/sy.png) center no-repeat;background-size: 100%;z-index: 5;}
.company {line-height:36px;font-size:16px;text-indent: 2rem;text-align:justify;}
.company_content {margin-top:30px;font-size:16px;text-align:justify;}
.company_content img {max-width:100%!important;}

@media (min-width:1201px) {
    .container {min-width:1200px;width:1200px;}
    .ewm {width: unset;position:absolute;right:0;}
    .product_list li:hover .product_list_tit{opacity:1;transition:0.4s all;background:#0855c8;color:#fff;/*transform: translateY(-100%);*/}
    .product_list li:hover .product_list_img {box-shadow: 0 10px 16px rgba(12,3,6,.3);transition:.4s all;}
    .page-number a {position: relative;padding: 6px;color: #000;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
    .current {z-index: 3;color: #fff;cursor: default;background-color: #574fda;border: 1px solid #574fda;padding: 6px 11px;}
}

@media (max-width:1200px) {
    .footer {width:100%;}
    .f-menu li {margin-left: 20px;}
    .s01-list li a {background:unset!important;}
}
@media (max-width:767px) {
    .next_page {padding-left:0;}
  	.page_des {display:block;float:unset;}
  	.product_list li {margin-bottom:20px;}
  	.product_list_tit {padding:0;transform:translateY(0);opacity: 1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
  	.page_title {padding-left:0px;padding-right:15px;}
  	.page_info {padding:0;}
    .page_content {padding-bottom: 0;}
  	.info-back {text-align:left;}
    .prev_page span,.next_page span {padding:0px;}
    .de-page-mian {margin:0!important;}
  	.footer {padding-bottom: 20px;padding-top:0;}
}

.page_content input[type="text"],textarea {margin:5px;padding:3px 5px;border:1px solid #d5d5d5;background-color:#fff;line-height:18px;}
.go_order,.l-btn {padding:8px 25px;color:#fff;font-size:16px;border-radius:5px;background:#ff5e25;border:none;margin:20px auto;outline:none;}

.ripple {width:0;height:0;border-radius:50%;background:rgba(200,200,200,0.7);-webkit-transform:scale(0);transform:scale(0);position:absolute;opacity:1;}
.rippleEffect {-webkit-animation:rippleDrop .6s linear;animation:rippleDrop .6s linear;}
@-webkit-keyframes rippleDrop {100% {-webkit-transform:scale(6);transform:scale(6);opacity:0;}}
@keyframes rippleDrop {100% {-webkit-transform:scale(6);transform:scale(6);opacity:0;}}
