* {margin:0;padding:0;font-family:arial;}
html {position:relative;}
body {overflow-x:hidden;}
ul,ol {margin:0;padding:0;list-style:none;}
i,em {font-style:normal;}
.relative {position:relative;}
.absolute {position:absolute;}
.bold {font-weight:bold;}
.block {display:block;}
.center {margin:0 auto;}
.t_j {text-align:justify!important;}
.max-width-450 {max-width:450px;}
.max-width-600 {max-width:600px;}
.f12 {font-size:12px;}
.f16 {font-size:16px;}
.f20 {font-size:20px!important;}
.f32 {font-size:32px;}
.big {font-size:3.5rem;font-weight:bold;color:#fff;}
.clear {display:block;clear:both;}

body {font-size:12px;}
@media (min-width:992px) {
	body {font-size:14px;}
}
@media (min-width:1200px) {
	body {font-size:16px;}
}
@media (min-width:1400px) {
	.container {width: 1200px;}
}

/*设置留言成功提示框大小*/
.layui-layer-dialog {min-width: 260px;max-width: 90%;left: 50%!important;transform: translateX(-50%);}
/*隐藏手机端分页多余换行元素*/
@media(max-width:767px) {
  .de-page-mian .page-inner a {margin-right:0!important;}
  .de-page-mian span,.de-page-mian input,.de-page-mian .page-btn,.de-page-mian .prev,.de-page-mian .next {display:none!important;}
}

@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_8r728t1f0lk.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_8r728t1f0lk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_8r728t1f0lk.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_8r728t1f0lk.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_8r728t1f0lk.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_8r728t1f0lk.svg#after') format('svg'); /* iOS 4.1- */
}
.ali-font {font-family: 'webfont';}

@font-face {
  font-family: 'iconfont';  /* project id 2005099 */
  src: url('//at.alicdn.com/t/font_2005099_3xomwoqkpeo.eot');
  src: url('//at.alicdn.com/t/font_2005099_3xomwoqkpeo.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2005099_3xomwoqkpeo.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2005099_3xomwoqkpeo.woff') format('woff'),
  url('//at.alicdn.com/t/font_2005099_3xomwoqkpeo.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2005099_3xomwoqkpeo.svg#iconfont') format('svg');
}
.ali-icon {font-family: 'iconfont';}

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;}
.transition1s {transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;}
.color {color:#454559;}/*文字主色调*/
.color-b {color:#454559;}/*文字主色调*/
.bg-color {background-color:#454559;}/*背景主色调*/

.imgbox {overflow: hidden;width:100%;position:relative;background:#fff;}
.imgbox:after {content:'';display:block;padding-top:100%;}
.imgbox img {width:100%;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition:.36s all;}
.imgbox:hover img {transform:translate(-50%,-50%) scale(1.1);transition:.36s all;}
/*------------通用分隔符------------*/
.more {color:#888888;display:block;float:right;line-height:24px;}

.header {width:100%;z-index:9;position:absolute;top:0;left:0 ;right: 0px;border-bottom:1px solid rgba(255,255,255,.1);}
.logo {color:#fff;padding:0;font-size:20px;font-weight:bold;padding:10px 0 10px 15px;margin-top: 5px;}
.top_tel {right:80px;top:25%;background:url(../Image/tel.png) no-repeat left center;padding-left:35px;height:50px;line-height:50px;}
.top_tel b {font-size:23px;color:#fff;font-family:'Arial';}
@media (min-width:768px) {
  .top_tel {right:15px;top:15px;}
	.logo {font-size:20px;padding:20px 15px;height:55px;}
}
@media (min-width:992px) {
    .top_tag {color:#fff;font-size:14px;left:0px;top:0;}
    .header {color:#fff;height:100px;line-height:40px;}
    .top_tel {top:10px;}
    .logo {font-size:24px;padding:40px 0 20px;}
}
@media(min-width:1200px){
    .header {height:120px;line-height:40px;}
    .logo {font-size:28px;line-height:65px;}
    .more {font-size:14px;}
}

.menu {display:flex;flex-flow:row wrap;background:#454559;}
.menu li {color:#fff;flex-basis:25%;text-align:center;height:35px;line-height:35px;}
.menu li.active {background: #fec337;}
.menu li a {display:block;}
@media (min-width:768px) {
  .menu {background:unset;justify-content: space-between;flex-wrap: nowrap;}
  .menu li {flex-basis:unset;line-height: 50px;height:50px;}
	.menu li.active {background: none;}
}
@media(min-width:992px) {
  .menu {margin-top:40px;}
  .menu li {height:60px;line-height:60px;}
  .menu li:hover {color:#fff;font-weight:bold;border-bottom:3px solid #fff;}
  .menu li.active {color:#fff;font-weight:bold;border-bottom:3px solid #fff;}
}
@media(min-width:1200px){
    .menu li {height:80px;line-height:80px;}
}

.m_logo {color:#fff;font-weight:bold;font-size:20px;margin:0 auto;}
.m_menu {right:3%;top:0;color:#00baff;}
.m_menu img {width:40px;}
.m_menu:hover {opacity:0.7;}
.m_panel {background:rgba(0,0,0,0.7);display:none;position:fixed;height:100%;width:100%;z-index:99999;right:0;top:0;}
#m_menu {width:0;height:100%;float:right;background: #454559;}
#m_menu li {width:100%;}
#m_menu li:first-child {display: flex;align-items: center;text-align:center;height:90px;margin-bottom: 10px;padding:0 10%;border-bottom: 1px solid #fff;}
#m_menu li:last-child {height:100px;padding-top: 30px;    margin-top: 20px;border-top: 1px solid #fff;}
#m_menu li:last-child b {color:#fff;display:block;line-height:40px;text-align:center;font-size:24px;}
#m_menu li a {color:#fff;white-space:nowrap;line-height:45px;text-align:center;font-size:16px;width:100%;display:block;}
#m_menu li a:hover {background:#fff;color:#000;}
#m_menu li.active a {background:#fff;color:#000;}
@media (max-width:767px) {
  .m_menu {margin-top:10px;}
}

.banner {overflow:hidden;}
.bannerbox {width:100%;position:relative;left:50%;transform:translateX(-50%);}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #71c38e;}
@media(min-width:992px) {
    .bannerbox {width:1600px;}
}
@media(min-width:1400px) {
    .bannerbox {width:1920px;}
}

/*内页大图样式*/
.inbanner {width:100%;overflow:hidden;position:relative;}
.inbanner>img {width:768px;position:relative;left:50%;transform:translateX(-50%);}
.inbanner .t1 {color:#71c38e;font-size:18px;font-weight:bold;}
.inbanner .t2 {color:#95999f;margin-top:10px;}
.inbanner .float-panel {text-align:right;position:absolute;top:50%;transform:translateY(-50%);right:0;height:100%;width:100%;display:flex;align-items:center;}
.location {line-height: 40px;}
.location .t1 {font-size:22px;display:inline-block;padding-left:20px;}
.location .t2 {color:#3d3d3d;display:inline-block;}
@media(max-width:767px) {
  .inbanner>img {width:768px!important;}
}
@media(min-width:768px) {
  .inbanner>img {width:992px;}
}
@media(min-width:992px) {
  .inbanner>img {width:1200px;}
  .inbanner .t1 {font-size:24px;}
  .inbanner .t2 {font-size:14px;margin-top:15px;}
  .location {line-height:45px;text-align: right;}
  .location .t1 {font-size:28px;padding-left:30px;}
}
@media(min-width:1200px) {
  .inbanner>img {width:unset;}
  .inbanner .t1 {font-size:28px;}
  .inbanner .t2 {font-size:15px;margin-top:20px;}
  .location {line-height:55px;}
  .location .t1 {font-size:32px;padding-left:35px;}
  .location .t2 {font-size:14px;}
}
@media(min-width:1601px) {
  .inbanner .t1 {font-size:36px;}
  .inbanner .t2 {margin-top:25px;}
  .location {line-height:70px;}
  .location .t1 {font-size:36px;padding-left:40px;}
}

.index-01 {position:relative;padding-top:15px;z-index:9999;}
.index-01 .title {background:url(../Image/icon.png) no-repeat left center;padding-left:25px;margin-top:15px;}
.index-01 .title b {color:#333;font-size:22px;}
.index-01 .title_content {color:#666;text-align:justify;line-height:28px;height:84px;overflow:hidden;margin-top:10px;}
.index-01 .title_content li span {font-size:16px;display:block;line-height:25px;padding-top:0px;text-align:center;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-01 .content .p_title {font-size:22px;padding:15px 0;font-weight:bold;}
.index-01 .content .p_content {padding:0 15px;height:40px;overflow:hidden;}
.index-01 .imgbox {border:1px solid #eee;}
.index-01 .imgbox:after {padding-top:75%;}
.in01_right {margin:30px auto 0px;}
.in01_right>div {padding:40px 0;background:#454559;}
.index-01 .list {margin-top:15px;}
.index-01 .list .c1 {color:#333;text-align: center;margin-top:10px;}
.in01_r_con {color:#fff;padding-left:9%;padding-right:8%;}
.in01_r_con .t2 {font-size:22px;font-weight:bold;display:block;white-space:nowrap;text-align: center;}
.in01_r_con .t3 {font-size:22px;font-weight:bold;display:block;white-space:nowrap;text-align: center;}
.in01_r_con span {color:#fff;line-height:32px;}
.in01_msg {margin-top:20px;}
.in01_msg .name,
.in01_msg .mobile {position:relative;border-radius:30px;background:none;color:#fff;padding:8px 10px;padding-left:20%;margin:5px 0;border:none;border:1px solid #fff;width:100%;outline: none;}
.in01_msg input::-webkit-input-placeholder {color: #fff;}
.in01_msg input::-moz-input-placeholder {color: #fff;}
.in01_msg input::-ms-input-placeholder {color: #fff;}
.in01_submit {color:#fff;background-color:#ffc336;border-radius:30px!important;width:100%!important;padding:10px;margin:5px 0;border:none;}
@media(min-width:768px) {
  .index-01 {padding-top:30px;}
  .in01_msg {margin-top:0px;}
}
@media(min-width:768px) and (max-width:991px) {
	.in01_right>div {padding-bottom:50px;margin-bottom:30px;}
}
@media(min-width:992px) {
  .index-01 .title_content.in01_left_content {margin-top:20px;}
  .index-01 .list {margin-top:20px;}
  .in01_right {margin-top:0;margin-bottom: 30px;padding-left:15px;}
  .in01_right>div {padding:40px 0;-moz-transform: skewY(-4deg);-ms-transform: skewY(-4deg);-webkit-transform: skewY(-4deg);transform: skewY(-4deg);}
  .in01_r_con {-moz-transform: skewY(4deg);-ms-transform: skewY(4deg);-webkit-transform: skewY(4deg);transform: skewY(4deg);}
  .in01_msg {margin-top:50px;}
}
@media(min-width:1200px){
  .index01 {top:-131px;}
  .index-01 .title {margin-top:25px;}
  .index-01 .title b {font-size:26px;}
  .in01_r_con .t3 {font-size:18px;}
  .in01_r_con p {height:160px;}
	.in01_left {padding-right: 13px;}
  .in01_right {padding-left:22px;margin-top:-50px;}
  .in01_r_con span {font-size:14px;}
  .index-01 .title_content {font-size:15px;line-height: 32px;height:96px;margin-top:15px;}
  .index-01 .title_content {margin-top:28px;}
  .index-01 .list {margin-top:28px;}
}
@media(min-width:1601px){
  .index-01 .title_content {font-size:16px;line-height: 36px;height:108px;}
  .index-01 .title_content.in01_left_content {margin-top:32px;}
  .in01_r_con .t2 {font-size:26px;}
  .in01_r_con .t3 {font-size:20px;}
}

.index-02 {width:100%;background:url(../Image/in_02_bg.jpg) no-repeat;padding:120px 0 50px;background-size:cover;}
.index-02 .title b {color:#000;font-size:32px;display:block;text-align:center;margin-top:15px;}
.index-02 .swiper-slide {margin-top:0px!important;margin-bottom:15px;}
.index-02 .swiper-slide div {overflow:hidden;width:100%;height:100%;}
.in02_l_tit {color:#fff;line-height:50px;text-align:center;display:block;width:100%;}
.in02_left .imgbox:after {padding-top:75%;}
.in02_right ul {margin-top:30px;line-height:42px;}
.in02_right li {box-sizing:border-box;font-size:16px;line-height:35px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.in02_right li:hover {font-weight:bold;}
.in02_right>div {margin-top:-50px;padding:20px 20px 40px 40px;background:#ffc336;
-moz-transform: skewY(-4deg);-ms-transform: skewY(-4deg);-webkit-transform: skewY(-4deg);transform: skewY(-4deg);}
.in02_r_con {padding-top:60px;color:#fff;
-moz-transform: skewY(4deg);-ms-transform: skewY(4deg);-webkit-transform: skewY(4deg);transform: skewY(4deg);}
.in02_r_con b {font-size:24px;}
.index-02 b {font-size:24px;}
.in02_protype {margin-bottom:30px;}
.in02_protype li {padding:10px;color:#fff;}
.in02_protype li div {line-height:24px;border:1px solid #fff;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.in02_protype li div a {display:block;}
.in02_protype li:hover div {background: #fff;color:#454559;}
@media(max-width:767px) {
    .index-02 b {font-size:20px;margin:15px 0;display:block;}
    .in02_protype li {padding:5px;}
    .in02_protype li div {font-size:12px;}
    .in02_l_tit {font-size:14px;}
}
@media(min-width:768px) {
}
@media(min-width:992px) {
    .index-02 {padding:180px 0 80px;}
    .in02_r_con p {font-size:16px;font-weight:bold;margin-top:50px;}
}
@media(min-width:1200px) {
    .index-02 {padding-bottom:156px;}
    .in02_right {padding-left:25px;}
    .in02_right>div {padding-bottom:50px;}
    .in02_right li {line-height: 40px;}
}

.index_03 {margin-top:20px;padding:25px 0;overflow:hidden;background:#fff url(../Image/in_03_bg.png) center center no-repeat;background-size:100% 100%;}
.index_03 b {font-size:40px;color:#454559;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index_03 p {font-size:22px;color:#282828;}
.index_03 li {line-height:32px;height:45px;padding-top:10px;padding-left:35px;font-size:15px;display:inline-block;background:url(../Image/in03_li.png) left top 15px no-repeat;/*white-space:nowrap;text-overflow:ellipsis;*/}
.index_03 li span {color:#ff0000;font-weight:600;}
.in03_left img {margin-bottom:20px;}
.in03_right {display:none;}
@media(max-width:767px) {
    /*.index_03 {background:unset;}*/
    .in03_left img {max-width: 100%;}
    .index_03 b {font-size:30px;}
    .index_03 p {font-size:14px;}
    .index_03 li {font-size:14px;white-space:unset;line-height:unset;}
}
@media(min-width:768px) and (max-width:991px) {
}
@media(min-width:992px) {
  .index_03 li {font-size:18px;}
  
}
@media(min-width:1200px) {
    .index_03 {margin-top:70px;padding-top: 45px;padding-left: 30px;}
    .index_03 p {margin-bottom:20px;margin-top: 15px;}
    .index_03 li {white-space: nowrap;}
    .in03_right {display:block;}
    .in03_right img {position:absolute;right:25px;top:15px;}
}

.index_04 {padding:0;padding-top:30px;padding-bottom:12px;overflow: hidden;}
.index_04 .title {background:url(../Image/icon.png) no-repeat left 15px center;padding-left:45px;}
.index_04 .title b {color:#333;font-size:26px;}
.index_04 .content {margin-top:15px;}
.index_04 ul {display:flex;justify-content: space-between;flex-flow:row wrap;}
.index_04 li>div {padding:10px;border:1px solid #ccc;border-bottom:4px double #ccc;background:#fff;}
.index_04 li {flex:1;flex-basis:48%;max-width:48%;margin-bottom:20px;}
.index_04 li i {transform:translateY(15px);color:#fff;float:right;display:block;font-size:18px;line-height:35px;text-align:center;width:35px;height:35px;background-color:#454559;}
.in04_tit {font-size:16px;line-height:40px;border-bottom:1px dashed #aaa;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index_04 li p {margin-top:10px;line-height:24px;height:48px;overflow:hidden;text-align:justify;}
.in04_date {line-height:37px;color:#aaa;}
.in04_img {width:100%;overflow:hidden;}
.in04_img:after {padding-top:75%;}
@media(max-width:767px) {
    .index_04>.row {margin:0;}
}
@media(min-width:992px) {
  .index_04 li {flex-basis:24%;max-width:24%;}
	.index_04 li p {font-size:14px;}
	.in04_tit {font-size:18px;}
	.index_04 li:hover .in04_tit {color:#ffb351;}
	.index_04 li:hover i {color:#fff;background-color:#ffb351;}
}
@media(min-width:1200px) {
  .index_04 li p {margin-top:20px;}
  .in04_tit {font-size:16px;line-height:50px;}
  .index_04 li i {transform:translateY(28px);}
  .in04_date {line-height:50px;color:#aaa;}
  .index_04 .content {margin-top:25px;}
}

/*页面底部*/
.footer {background:#3b3b3b;padding:20px 0;color:#fff;}
.footer .content>a {font-size:16px;display:none;line-height:60px;margin-right:35px;}
.footer .content>a:hover {color:#fff;}
.footer .footer_msg {color:rgba(255,255,255,1);font-size:14px;line-height:30px;padding-top:0px;margin-bottom:0px;margin-left:-15px;}
.footer .footer_msg li {display:inline-block;}
.footer .ewm {position:absolute;top:20px;right:0;}
.footer .ewm img {width:95px;}
.footer .ewm span {display:block;text-align:center;margin-top:20px;}
.footer-bottom {width:100%;line-height:40px;background-color:#000;color:#999;text-align:center;}
.page-margin {height:70px;}
@media(min-width:768px) {
  .footer .content>a {display:inline-block;}
  .footer .footer_msg {padding-top:20px;}
}
@media(min-width:992px) {
  .footer {background:url(../Image/footer_bg.png) no-repeat top;padding-top:115px;padding-bottom:0px;}
}
@media (min-width:1200px) {
  .footer {padding-top: 135px;padding-bottom: 30px;}
}

/*底部导航*/    
#page-footer ul li {width:25%;}
.page-footer {z-index:9999;background-color:#454559;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:#f9f4ee;}
.page-footer li:hover {background:#000;}
.page-footer li a i {font-size:24px;color:#f9f4ee;display:block;margin-bottom:-10px;}
#page-footer.five ul li {width:20%!important;}
.top {line-height:50px;font-size:36px;color:#f9f4ee;}
.top_li {display:none;}
.five .top_li {display:block;}
/*底部导航*/

/*内页*/
.page_title {width:100%;text-align:center;}
.page_title i {display:none;width:57px;margin:20px auto;height:2px;background:#454559;}
.page_des {margin-top:20px;color:#666;padding-bottom:15px;font-size:14px;border-bottom:1px solid #eee;}
.page_content {padding:20px;font-size:16px;line-height:3rem;}
.page_content img {max-width:100%!important;border:1px solid #f5f5f5;}
.page_content .p_tit {background-size:45px;line-height:50px;}
.pro_type {padding-bottom:15px;}
.pro_type a {font-size:14px;display:inline-block;padding:0 20px;margin-bottom:5px;margin-right:2px;line-height:35px;background:#454559;color:#fff;}
.pro_type a:hover {background:#333;}
.page_contact ul li {text-align:left;padding:5px 15px;margin:0 0 5px 0;font-size:1.7rem;}
.page_contact ul li i {background-color:#454559;width:32px;height:32px;line-height:32px;color:#fff;margin-right:15px;text-align:center;}
.info_con {background-color:#454559;padding:10px;color:#fff;font-weight:bold;margin:15px 0;}
.prev_next {margin-top:20px;}
.prev_page {padding-left:0;}
.next_page {padding-right:0;}
.prev_page span,.next_page span {border:1px solid #fff;width:100%;height:100%;padding:5px 20px;}
.prev_page span:hover,.next_page span:hover {background:#454559;color:#fff;}
.prev_page span a,.next_page span a {width:100%;height:100%;}
.page-a {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.news_list li {padding: 10px 0;border-bottom:1px dashed #ccc;}
.news_list li a {display:flex;align-items:center;transition:all 0.3s;}
.news_list li a:after {content:'';display:block;clear:both;}
.news_list li a:hover {background:#f8f8f8;}
.news_list li a:hover .t1 {color:#454559;}
.news_list_img {overflow:hidden;padding:10px;text-align:center;}
.news_list_img .imgbox:after {padding-top:75%;}
.news_list_txt {position:relative;overflow:hidden;padding:0 20px !important;}
.news_list_txt .t1 {color:#333;font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; overflow:hidden;}
.news_list_txt .t2 {color:#666;font-size:12px;height:50px;line-height:24px;overflow:hidden;margin:10px 0 5px;}
.news_list_txt .t3 {font-size:12px;line-height:30px;}
.info-image {padding-top:2rem;}
@media (min-width:992px) {
	.pro_type {margin-bottom:34px;}
	.news_list_txt .t1 {margin-bottom:20px;font-weight:bold;}
}
@media (min-width:1200px) {
    .news_list_txt .t1 {font-size:18px;}
    .news_list_txt .t2 {font-size:15px;}
    .news_list_txt .t3 {font-size:14px;}
}

.product_list li {margin-bottom:20px;}
.product_list_img {border:2px solid #eee;border-bottom:0px;width:100%;box-sizing:border-box;position:relative;overflow:hidden;}
.product_list_tit {background:#eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:3%;padding-left:5px;padding-right:5px;width:100%;}
.product_list li:hover .product_list_tit {background:#454559;color:#fff;}
.product_list li:hover .product_list_img {border-color:#454559;}
.product_list li .imgbox1:after {padding-top:75%;}
.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:99;}
.company {line-height:36px;font-size:16px;text-indent:2rem;text-align:justify;}
.company_content {margin-top:30px;}
.company_content img {max-width:100%!important;}

.product-list-title:after {content:'';display:block;width:80px;height:2px;background: #454559;}
.product-list-desc {line-height: 20px;height:60px;overflow:hidden;}
.product-list-button {position: relative;display: inline-block;text-decoration: none;height:28px;line-height:28px;font-size:12px;border: solid 1px #454559;padding:0 10px;background: #454559;color: #FFF;}
/*内页*/
@media (max-width:767px) {
    .company_content {padding:0;margin-top:0;}
    .max-width-600 {width:100%!important;}
    .prev_page,.next_page {padding:0;}
    .prev_page span,.next_page span {padding:0;font-size:14px;}
    .page_content iframe {width:100%!important;}/*限制视频宽度*/
    .pro_type a {font-size:12px;padding:0 14px;margin:0px;line-height:25px;text-align:center;white-space: nowrap;overflow:hidden;}
    .product_list_img {border:0;}
    .bdshare-slide-button {display:none!important;}/*分享按钮隐藏*/    
}
@media (min-width:768px) and (max-width:991px) {
    .in_banner {height:260px;}
    .footer .content>a {margin-right:20px;}
}
@media (min-width:1200px) {
  .page_title {margin-top:40px;}
  .page_content_txt {    min-height: 400px;}
  .pro_type a {padding:5px 20px;}
  .product-list-title {margin-top:10px;font-size:18px;color:#666;line-height: 45px;font-weight:600;}
  .product-list-desc {font-size:14px;line-height: 25px;height:100px;margin:10px 0;overflow:hidden;}
}

.info-back {float:left;line-height:60px;}
.info-back a {border-radius:15px;text-align:center;overflow:hidden;background:#888;color:#fff;padding:5px 20px;}
.share_to {float:left;line-height:60px;}
.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;}

.pro-info-message h4{color:#282828;font-size:22px;line-height:50px;position:relative}
.pro-info-message h4:after{width:10%;height:2px;background:#807e7e;position:absolute;left:0;bottom:0;content:''}
.pro-info-message .c1 {padding: 15px;background: #f8f8f8;margin-bottom: 15px;}
.pro-info-message .c2 {color:red;margin-bottom:15px;}
.pro-info-message p{font-size:14px;line-height:35px;color:#575757;padding:3% 0;border-bottom:solid 1px rgba(0,0,0,.1)}
.pro-info-message p span {font-size:16px;}
.pro-info-message p span em {color:#f40;}
.pro-info-con-tit {background: #eee;line-height: 45px;margin: 15px auto;}
.pro-info-con-tit span {background: #454559;width:35%;margin-left:-15px;display: block;text-align: center;line-height: 45px;color: #fff;font-size: 16px;}
.pro-info-content {line-height: 3rem;font-size:16px;text-align: justify;}
.pro-info-content table {width:100%!important;max-width:100%!important;}
.pro-info-content img {max-width:100%!important;}
@media(min-width:1200px) {
  .pro-info-message .c1 {font-size: 15px;}
}

.index-product div {text-align:center;padding:3% 0;}
.index-product:hover {color:#454559;}

.hot_img {overflow:hidden;}
.hot_img img {max-width:100%;}

#MagnifierWrap2 {position:relative;max-width:100%;}
.MagnifierMain {position:relative;font-size:0;text-align:center;line-height:unset;height:unset;border:1px solid #e6e6e6;width:unset;}
.MagnifierMain img {max-width:100%;max-height:100%;display:inline-block;vertical-align:middle;}
.MagnifierDrag {position:absolute;top:0;left:0;background-color:#ccc;opacity:0.4;filter:alpha(opacity=40);cursor:move;}
.MagnifierPop {position:absolute;top:0;overflow:hidden;background:#fff;z-index:9;}
.MagnifierImg {position:absolute;top:0;left:0;}
.spec-items {position:relative;width:95%;height:80px!important;padding-top:10px!important;overflow:hidden;margin:0 auto;}
.spec-items ul {width:500%;position:absolute;top:10px!important;left:0;}
.spec-items ul * {-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.spec-items li {width:65px;height:65px;line-height:65px;text-align:center;float:left;overflow:hidden;margin-right:5px;border:2px solid #fff;font-size:0;cursor:pointer;}
.spec-items li.on {border:2px solid #454559;}
.spec-items li img {height:unset;width:unset;max-height:100%;max-width:100%;vertical-align:middle;}
span.spe_leftBtn,span.spe_rightBtn {position:absolute;bottom:0px;display:block;width:20px;height:69px;line-height:69px;text-align:center;font-size:21px;font-weight:bold;color:#ddd;cursor:default;background-color:#f9f9f9;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;}
span.on {background-color:#f9f9f9;color:#0058b1;cursor:pointer;}
span.spe_leftBtn {left:0;background:url(../Image/p-detail-left.png) no-repeat center;}
span.spe_leftBtn.on {background:url(../Image/p-detail-left-active.png) no-repeat center;}
span.spe_rightBtn {right:0;background:url(../Image/p-detail-right.png) no-repeat center;}
span.spe_rightBtn.on {background:url(../Image/p-detail-right-active.png) no-repeat center;}
@media(min-width:768px) {
  #MagnifierWrap2 {margin-top:20px;}
}