@charset "utf-8";/* CSS Document */

html {font-size: 62.5%;height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family: Poppins-Regular, Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}

img {border: none;}

ul li {list-style-type: none;}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}

img{display:block; transition: 0.5s;}

a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}

h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}

.clear {clear: both;}

.maln {margin-left: auto !important}

input, textarea, select {font-family: Poppins-Regular, Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}

.fl {float:left;}

.fr {float:right;}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

::selection { color: #fff; background: #333;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box; }

.fons0{ font-size:0px; font-size:0rem;}



::-webkit-input-placeholder {/* WebKit browsers */

 color:#333;opacity:1}

:-o-placeholder {/* Mozilla Firefox 4 to 18 */

 color:#333;opacity:1 }

::-moz-placeholder {/* Mozilla Firefox 19+ */

 color:#333;opacity:1 }

:-ms-input-placeholder {/* Internet Explorer 10+ */

 color:#333;opacity:1 }

 

@media screen and (min-width:1000px){

    .zong {width: calc(100% - 160px); max-width: 1200px; margin: auto;}

    .zong1 {width: calc(100% - 160px); max-width: 1400px; margin: auto;}

}

@media screen and (max-width:999px) {

    .zong,.zong1 {width: 95%;margin: auto;}

}



a:hover img{transform: scale(1.1,1.1)}



.img1{ display: block; position: relative; overflow: hidden;}

.img1 img{ width: 100%; position: relative; z-index: 1}

.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #fff; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}

.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #fff; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}

.img1:hover:before{width: 100%; opacity: 0}

.img1:hover:after{height: 100%; opacity: 0}



@keyframes m1tu

{

0% { opacity:0; left:0px;}

50% { opacity:1; left:50%;}

100% { opacity:0; left:100%}

}



.img2{display: block; margin: auto; position:relative; overflow:hidden; z-index:1}

.img2 img{width: 100%;}

.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}

.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}



.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }

.niu1 span { position: relative; z-index: 2;}

.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #0081c3; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }

.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #0081c3; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }

.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }

.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }



.niu2 { overflow: hidden; position: relative; }

.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #0081c3; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}

.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }



.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #0081c3; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.niu3:hover { color: #fff; }

.niu3:hover:after { height: 500%; opacity: 1; }



.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}

at-resp-share-element .at-icon{width: 30px!important;height: 30px!important;}

.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 50%!important;}

.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 30px!important;height: 30px!important; border-radius:50%; float:left}

.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}

.at-resp-share-element .at-icon{width: 30px!important;height: 30px!important;}

.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 50%!important;}

.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 30px!important;height: 30px!important;}





/*  head  */

.head{ background:#fff; position:absolute; width:100%; left:0px; top:0px; z-index:999999;}

.head .zong1{position:relative;z-index:9999;}

.head>.zong1{ padding-top:1px; padding-bottom:37px;}

.head>.zong1:after{ content:""; clear:both; display:block;}



.logo{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}

.logon{ display:block; width:260px;}

.logo img{transform: scale(1,1) !important}



.her{float:right;}

.hetag{ float:right; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; margin-top:8px;}

.hetag a{ color:#fff;}



/*  sousuo  */

.sousuo{ float:right; margin-top:40px;}

.sousuo form{ width:188px; height:35px; border:1px solid #666666; overflow:hidden; position:relative; z-index:1}

.sou{ width:100%; height:35px; line-height:33px; padding-left:9px; background:none; font-size:14px; font-size:1.4rem; color:#333; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

.suo{ width:32px; height:38px; float:right; cursor:pointer; background:none; position:absolute; right:0px; top:0px; z-index:3;}

.sousuo form i{ display:block; width:32px; line-height:33px; position:absolute; right:0px; top:0px; color:#333333; font-size:18px; font-size:1.8rem; z-index:2; text-align:center;}



.shejiao{float: right; margin-top: 37px; margin-right: 22px;}

.shejiao a{ display: inline-block; vertical-align: middle; color: #bababa; margin-right: 13px; line-height: 35px;}

.shejiao a:hover{ color: #333333;}



.hexin{ float:left; margin-top:32px;}

.hexin li{ float:left; font-size:16px; font-size:1.6rem; line-height:40px; margin-right:30px; color: #666666; position: relative; padding-left: 28px;}

.hexin li a{ color: #666666;}

.hexin li i{ height:40px; text-align:center; line-height:40px; color:#666666; font-size:18px; position: absolute; left: 0px; top: 0px;}

.hexin li a:hover{text-decoration: underline;}



.daoz{ border-top: 1px solid #adadad; position:relative;}

.dao1{ position:relative; background:#3d88c7; transition:0.5s; z-index:9991}

.daohang{ display: flex; flex-flow: wrap; justify-content: space-between; position:static !important;}

.daohang>li{position:relative;z-index:999; margin-right:7px;}

.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:40px; padding: 10px 0; color:#333333; position:relative; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

.daohang>li:hover>a{ text-decoration: underline;}

.dangqiandao>a{ text-decoration: underline !important;}



.yijiw{background:#ffffff;position:absolute;width:201px; top:60px; left:50%; transform:translateX(-50%); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15); visibility:hidden; opacity:0; transition:0.5s;}

.yijiw li{position:relative;transition:0.5s;}

.yijiw li a{display:block;font-size:16px;font-size:1.6rem;line-height:24px;padding:5px 15px; color:#333333;}

.yijiw li:hover>a{ background:#333; color: #fff;}

.daohang>li:hover .yijiw{top:10px; visibility:visible; opacity:1;}

.daohang>li:hover .yijiw>li>a{line-height:24px;}



.erji2{ position:absolute; width:200px; left:100%; top:-9999px;background:#f5f5f5;}

.sanji2{ position:absolute; width:200px; left:100%; top:-9999px;background:#f5f5f5;}

.yijiw>li:hover .erji2>li>a{line-height:30px;}

.erji2>li:hover .sanji2>li>a{line-height:30px;}

.yijiw>li:hover .erji2{ top:0px;}

.erji2>li:hover .sanji2{ top:0px;}



.prdao{ position:static !important;}

.yiji{ position:absolute; width:100%; left:0px; top:60px; background:#fff; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1); text-align:center; font-size:0px; padding:20px 0; overflow:auto; z-index:9992; visibility:hidden; opacity:0; transition:0.5s;}

.yijilie{ width:20.8%; display:inline-block;  vertical-align:top; margin:6px 2%; padding:13px 0; padding-bottom:0px; text-align:left;}

.yijibiao{ display:block; font-family: OpenSans-Bold, Arial, Helvetica, sans-serif; font-size:18px; font-size:1.8rem; line-height:24px; padding-bottom:9px; border-bottom:1px solid #3d88c7;}

.erji{ margin-top:6px;}

.erji li a{ display:block; font-size:14px; font-size:1.4rem; color: #666666; line-height:24px;}

.erji li a strong{color: #ff0000; font-weight:normal;}

.erji li a strong em{}

.daohang>li:hover .yiji{top:50px; visibility:visible; opacity:1;}

.yijiw a:hover,.yiji a:hover{ color:#3d88c7;}



.daohang2,sousuo2,.xnav{display:none}



.daozh{ position: fixed; background: #fff;}



.dao2{ background:#fff; position:relative; z-index:9990}

.dao2 .zong1:after{ content:""; display:block; clear:both;}

.dao2 a{ width:25%; float:left; color: #3d88c7; font-family: OpenSans-Bold, Arial, Helvetica, sans-serif; font-size:16px; font-size:1.6rem; line-height:46px;}

.dao2 a i{ display:inline-block; vertical-align:middle; font-size:28px; margin-right:4px;}

.dao2 a:hover{ color:#333;}



@keyframes xiala

{

0% { margin-top: 30px; opacity: 0}

100% { margin-top: 0px; opacity: 1}

}



.xiala{position: absolute !important; padding: 18px 19px; background: #ffffff; left: 50%; transform: translateX(-50%); top: 100%; font-size: 0px; display: none}

.xllie{ width: 19.5%; display: inline-block; vertical-align: top; margin-left: 0.625%;}

.xllie:nth-child(5n-4){margin-left: auto;}

.xltu{display: block; overflow: hidden;}

.xlzi{ display:block; font-size: 18px; font-size: 1.8rem; line-height: 26px; text-align: center; margin-top: 11px;}

.xlzi:hover{ text-decoration: underline;}

.daohang>li:hover .xiala{ display: block; -webkit-animation-name:xiala; animation-name:xiala; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}



.banner1{}

.banner1 a{ display:block;}

.banner1 a img{ max-width:100%;}



.daozh{ position:fixed; width:100%; left:0px; top:0px; border-bottom:1px solid #999; z-index:999}



.banner1 img { max-width: 100%; border: 0px solid #ccc;}

.banner1 { position: relative; z-index: 2; overflow: hidden;}

.banner1 .carouse { max-height: 916px; overflow: hidden;}

.banner1 .slideItem { position: relative;}

.banner1 iframe{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.banner1 video {position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0;}

.banner1 .dotList { position: absolute; left: 0; width: 100%; bottom: 20px;}

.banner1 .dotList ul { text-align: center;}

.banner1 .dotList ul li {display: inline-block; position: relative; font-size: 0px; margin: 0 6px; width: 12px; height: 12px; background: #ffffff; border: 1px solid #ffffff; border-radius: 50%; cursor: pointer;}

.banner1 .dotList ul li.active { background:#333;}

.banner1.hide { display: none;}

.banner1 .carousel-control { position: absolute; top: 50%; margin-top: -31px; width: 63px; height: 63px; line-height: 63px; text-align: center; background: #e3e3e3; border-radius: 50%; display: none  !important; z-index: 999}

.banner1 .carousel-control.left { left: 70px; cursor: pointer;}

.banner1 .carousel-control.right { right: 70px; cursor: pointer;}



.slide .carouse { width: 100%; overflow: hidden; position: relative}

.slide .slideItem .banner-img { width: 100%; cursor: pointer}

.slide .carouse .slideItem { width: 100%; position: absolute}

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%}

.slide .slidedetail { display: none}



.imgtoVideo img { width: 100%}

.imgtoVideo>div { padding: 1px; position: relative; cursor: pointer; width: 49%; display: inline-block}

.imgtoVideo>div:hover .imgtoVideoDetail { display: block}

.imgtoVideo .imgtoVideoDetail { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 1px; display: none}

.imgtoVideo .imgtoVideoDetail>div { background: rgba(0, 98, 197, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49); width: 100%; height: 100%; text-align: center}

.imgtoVideo .tovideo .imgtoVideoDetail { display: block}

.imgtoVideo .tovideo .imgtoVideoDetail>div { background: #0c2d47; width: 60px; height: 60px; color: #fff; line-height: 60px; vertical-align: middle; margin: 0 auto; margin-top: 17%}

.imgtoVideo .imgtoVideoDetail .fa-search { color: #fff; font-size: 25px; margin-top: 21%}

.contentIV { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; display: table; background: rgba(20, 43, 73, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49); margin: 0 auto; z-index: -999; max-width: 1024px; display: none}

#picturetoVideo .carouse .slideItem { display: table; height: 100%}

#picturetoVideo .carouse .slideItem>div { display: table-cell; vertical-align: middle; text-align: center}

#picturetoVideo .carouse .slideItem .banner-img { max-width: 100%; width: auto}

.closeContentIV { position: absolute; top: 10px; right: 10px; font-size: 25px; color: #fff; font-weight: bold; cursor: pointer; z-index: 999}

.slide .slide-count { display: none;}



@media screen and (max-width:1359px) {

.head>.zong1{ padding-bottom:10px;}

.daohang>li>a{font-size:14px;font-size:1.4rem; padding:5px 0px;}

.yijibiao{ font-size:14px; font-size:1.4rem; line-height:24px;}

.erjiw{ overflow:auto;}

.erji{ width:100%; min-height:0px;}

.yijiw li a{ font-size:14px; font-size:1.4rem;}



.logo{ margin-top: 10px;}

.logon{ width:160px;}

    

.hexin{ margin-right:0px; margin-top: 16px;}

.hexin li{ margin-right:20px; font-size:14px; font-size:1.4rem;}

.hexin li i{ font-size:18px;}

.hexin li a:hover{ color:#3d88c7;}



    .sousuo{margin-top: 16px;}

.sou{ font-size:14px; font-size:1.4rem;}

    

    .shejiao{ margin-top: 16px;}

    .shejiao a{margin-right: 5px;}



    .xiala{padding: 10px;}

.xlzi{font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}

}

@media screen and (max-width:1199px) {

    .hexin,.shejiao,.sousuo{display: none}

    .head>.zong1{ padding: 10px 0;}

    .logo{ position: relative; left: auto; top: auto; transform: translate(0); margin: auto; width: 160px;}

    

.xnav{ display:block}

.nav { position:fixed;width: 35px;height: 27px;background: #fff; right: 2.5%;top: 5px;cursor: pointer; border-radius:5px;z-index: 9999999999}

.nav span {display: block;width: 20px;height: 2px;background: #333;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}

.nav .nav1 {margin-top: -1px;}

.nav .nav2 {margin-top: -8px;}

.nav .nav3 {margin-top: 6px;}

.nav:hover .nav1 {width: 25px;}

.navh .nav1 {transform: rotate(45deg)}

.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}

.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}

.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}

.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}

.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:rgba(51, 51, 51, 0.97); z-index: 9999999;transition: 0.5s;text-align: center;}

.smdaohangh {right: 0px;}

.topnav {margin: auto;margin-top: 30px;padding: 20px;}



ul.topnav li {text-align: left; position:relative;}

ul.topnav li a {padding: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px;}

ul.topnav ul {display: none;}

ul.topnav ul li {clear: both;}

ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}

ul.topnav ul li a:hover {

}

ul.topnav ul ul li a {padding-left: 40px;}

ul.topnav ul ul ul li a {padding-left: 60px;}

ul.topnav span { display:block; position:absolute; right:0px; top:5px; width:24px; height:24px; cursor:pointer; border-radius:5px;}

ul.topnav span:before{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px;}

ul.topnav span:after{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}

ul.topnav span.yizi:after{ transform:rotate(0deg);}



.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff;}

.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left;}

.smdaohang form .ipsc {width: 20%;height: 26px;line-height: 26px;display: block;float: right;background: transparent;position: relative;z-index: 99;}

.smdaohang form i {position: absolute;right: 10px;top: 2px;}

}

@media screen and (max-width:999px) {

.head{ position:relative; padding:0px;}

.head>.zong1{ padding-bottom:7px;}

.logo{ float:none; margin-top:5px; position:relative; left:auto; top:auto; transform:translate(0,0); width:110px;}

.logon{ width:100%;}

.hexin,.sousuo,.xiala{ display:none}



.daoz{margin-top:0px;}

.yijiw,.yiji2,.yiji{display:none}

.daohang{ text-align:center; font-size:0px;}

.daohang>li{ float:none; display:inline-block; *float:left; margin:0px;}

.daohang>li>a{font-size:14px;font-size:1.4rem;line-height:36px;text-transform:none;}

.dao2 a{ font-size:12px; font-size:1.2rem; line-height:30px;}

.dao2 a i{ font-size:20px;}



.clear3{ clear:both; display:block;}



.slide .dotList{ bottom:4px;}

.slide .dotList ul li{ margin-left:2px; margin-right: 2px; width: 8px;height: 8px;}

  }

@media screen and (max-width:767px) {

.logon{ width:100px;}



.daohang2{display:block;text-align:center;margin-top:10px;}

.daohang2 a{float:left;width:25%;font-size:13px;font-size:1.3rem; line-height:30px;text-align:center; color:#fff; font-family: OpenSans-Bold;}

.daohang2 .dangqiandao{}



.daohang,.daohang1,.daoz{display: none}

.guanggao1{ display:none !important;}

.guanggao2{ display:block !important;}

}



/*  main1  */

.main1{ padding-top: 101px; padding-bottom: 112px;}

.m1biao{ display: block; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana; font-size: 48px; font-size: 4.8rem; line-height: 52px; font-weight: bold; color: #010101; text-align: center;}

.m1pz a{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; margin-top: 10px;}

.m1n{font-size: 0px;}

.m1lie{ width: 23.58%; display: inline-block; vertical-align: top; margin-left: 1.89%; margin-top: 66px; margin-bottom: 20px;}

.m1lie:nth-child(4n-3){margin-left: auto;}

.m1tu{ position: relative; overflow: hidden;}

.m1tun{ display: block;}

.m1tun img{width: 100%;}

.m1fu{position: absolute; width: 100%; height: 100%; background: #333; background: rgba(51,51,51,0.8); top: 100%; left: 0px; transition: 0.5s; z-index: 99}

.m1fu p a{display: block; position: absolute; color: #ffffff; font-size: 16px; font-size: 1.6rem; line-height: 28px; width: 100%; text-align: center; padding: 0 10px; top: 50%; transform: translateY(-50%); display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}

.m1a{ display: block; color: #010101; font-size: 18px; font-size: 1.8rem; line-height: 26px; text-align: center; margin-top: 22px;    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;}

.m1mor{ display: block; width: 168px; height: 37px; border: solid 1px #666666; line-height: 35px; text-align: center; color: #010101; font-size: 16px; font-size: 1.6rem; margin: auto; margin-top: 20px;}
.m1lie .m1fu,.img-list li .m1fu{ display:none;}
.m1lie:hover .m1fu{ top: 0px;}

.m1lie:hover .m1tun img{ transform: scale(1.1,1.1)}

.m1a:hover{ text-decoration: underline;}

.m1mor:hover{ background: #666666; color: #fff;}



.m1biao:hover,.m1pz a:hover{ text-decoration: underline;}



@media screen and (max-width:1359px) {

.main1{ padding-top: 50px; padding-bottom: 50px;}

.m1biao{ font-size: 38px; font-size: 3.8rem; line-height: 42px;}

.m1pz a{ font-size: 14px; font-size: 1.4rem;}

.m1lie{ width: 24%; margin-left: 1.33%; margin-top: 20px; margin-bottom: 0px;}

.m1fu p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}

.m1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}

.m1mor{ width: 110px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; margin-top: 10px;}

}

@media screen and (max-width:999px) {

.main1{ padding-top: 30px;}

.m1biao{ font-size: 28px; font-size: 2.8rem; line-height: 32px;}

.m1fu{display: none}

.m1lie{ width: 32.333%; margin-left: 1.5% !important; margin-top: 20px; margin-bottom: 0px;}

.m1lie:nth-child(3n-2){margin-left: auto !important}

}

@media screen and (max-width:767px) {

.main1{ padding-top: 20px; padding-bottom: 30px;}

.m1biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.m1pz a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}

.m1lie{ width: 49%; margin-left:2% !important; margin-top: 20px; margin-bottom: 0px;}

.m1lie:nth-child(3n-2){margin-left: 2% !important}

.m1lie:nth-child(2n-1){margin-left: auto !important}

.m1a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}

.m1mor{ width: 90px; height: 30px; line-height: 28px; font-size: 12px; font-size: 1.2rem; margin-top: 5px;}

}



/*  main2  */

.main2{ font-size: 0px;}

.m21{ width: 18.2%; display: inline-block; vertical-align: top;}

.m22{ width: 39.3%; display: inline-block; vertical-align: top; margin-left: 1.45%;}

.m23{ width: 39.6%; display: inline-block; vertical-align: top; margin-left: 1.45%;}



.m2lie{position: relative; margin-bottom: 3.9%; overflow: hidden;}

.m2tu{ display:block;}

.m2tu img{width: 100%;}

.m2a{display: block; position: absolute; width: 100%; text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; padding: 5px; left: 0px; bottom: 0px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; transition: 0.5s;}

.m2fu{position: absolute; width: 100%; height: 100%; left: 0px; top: 100%; transition: 0.5s; background: #333333; background: rgba(51,51,51,0.8);}

.m2fu:before{ content: ""; position: absolute;border: solid 1px #ffffff; left: 17px; top: 17px; right: 17px; bottom: 17px; opacity: 0.8;}

.m2fun{position: absolute; width: 100%; padding: 0 20px; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center;}

.m2a2{ display:block; color: #f1f1f1; font-size: 40px; font-size: 4rem; line-height: 50px; text-align: center;}

.m2mor{ display: block; text-align: center; color: #f1f1f1; font-size: 18px; font-size: 1.8rem; line-height: 24px; text-decoration: underline; margin-top: 14px;}



.m2lie:hover .m2fu{ top: 0px;}

.m2lie:hover .m2a{ bottom: -40px;}

.m2lie:hover .m2tu img{ transform:scale(1.1,1.1)} 



@media screen and (max-width:1359px) {

.m2a{ font-size: 1.6px; font-size: 1.6rem;}

.m2a2{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}

.m2mor{ font-size: 14px; font-size: 1.4rem; margin-top: 10px;}

}

@media screen and (max-width:999px) {

.m21{ width: 31.4%;}

.m22{ width: 67.6%; margin-left: 1%;}

.m23{ width: 100%; margin-left: 0%;}

.m2lie:hover .m2fu{ top: 100%;}

.m2lie:hover .m2a{ bottom: 0px;}

}

@media screen and (max-width:767px) {

.m2a{ font-size: 1.2px; font-size: 1.2rem; line-height: 22px;}

}

@media screen and (max-width:399px) {

.m21{ width: 100%;}

.m22{ width: 100%; margin-left: 0%;}

.m2lie{ margin-bottom: 2%;}

}



/*  main3  */

.main3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:flex-end; padding-top:75px;}

.m3l{ width: 43.33%; padding-top: 22px;}

.m3r{ width: 52.75%; position:relative}

.m3r .m3tu{ position:relative; padding-bottom:69.33%; overflow:hidden} 
.m3r iframe{ position:absolute; left:0; top:0; width:100%; height:100%;}
.m3a{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px;}

.m3biao{ text-align: left; margin-top: 5px;}

.m3p{ font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 31px;}

.m3p a{display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 6;  overflow: hidden;}

.m3mor{ display: block; width: 218px; height: 43px; line-height: 41px; background: #333333; border: solid 1px #666666; color: #f1f1f1; font-size: 16px; font-size: 1.6rem; color: #f1f1f1; text-align: center; margin-top: 54px;}



.m3a:hover,.m3biao:hover,.m3p a:hover{ text-decoration: underline;}

.m3mor:hover{ background: #fff; color: #666;}



@media screen and (max-width:1359px) {

.main3{ padding-top:30px;}

.m3l{ padding-top: 0px;}

.m3a{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px;}

.m3p{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 20px;}

.m3mor{ width: 150px; height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}

}

@media screen and (max-width:999px) {

.main3{ padding-top:10px;}

.m3mor{ display: none;}

}

@media screen and (max-width:767px) {

.main3{ padding-top:1px;}

.m3l{ width: 100%;}

.m3r{ width: 100%; margin-top: 20px;}

.m3a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}

.m3p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}

}

@media screen and (max-width:399px) {

.main3{ padding-top:10px;}

}



/*  main4  */

.main4{ padding-top: 123px; padding-bottom: 80px;}

.m4n{font-size: 0px; padding-top: 38px;}

.m4lie{ width: 30.25%; margin-left: 4.625%; display: inline-block; vertical-align: top; margin-top: 20px;}

.m4lie:nth-child(3n-2){margin-left: auto;}

.m4tu{display: block; overflow: hidden;}

.m4tu img{width: 100%;}

.m4zi{ padding-top: 14px;}

.m4riqi{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.m4p a{display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 16px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; height:60px;}

.m4mor{ display: block; text-decoration: underline; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 13px;}

.m4p a:hover{ text-decoration: underline;}

.m4mor:hover{text-decoration:none}



@media screen and (max-width:1359px) {

.main4{ padding-top: 50px; padding-bottom: 40px;}

.m4n{ padding-top: 20px;}

.m4zi{ padding-top: 8px;}

.m4riqi{ font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.m4p a{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 10px; height:60px; overflow:hidden}

.m4mor{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}

}

@media screen and (max-width:999px) {

.m4n{ padding-top: 10px;}

.m4lie{ width: 32.33%; margin-left: 1.5%; margin-top: 15px;}

}

@media screen and (max-width:767px) {

.main4{ padding-top: 30px; padding-bottom: 30px;}

.m4lie{ width: 49%; margin-left: 2% !important; margin-top: 15px;}

.m4lie:nth-child(2n-1){margin-left: auto !important;}

    

.m4riqi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; }

.m4p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px; height:44px; overflow:hidden}

.m4mor{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}

}



/*  main5  */

.main5{ background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 95px; padding-bottom: 133px;}

.main5:before{content: ""; background: url("../images/m5bei.jpg") no-repeat center; background-size: cover;}

.m5biao{text-align: left;}

.m5p a{ display: block; color: #010101; font-size: 18px; font-size: 1.8rem; line-height: 28px; margin-top: 45px;}

.m5n{ max-width: 520px;}

.m5mor{ margin-top: 63px; display: block;}

.m5biao:hover,.m5p a:hover{ text-decoration: underline;}



@media screen and (max-width:1359px) {

.m5p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 20px;}

.m5mor{ margin-top: 30px;}

.m5n{background: #fff; background: rgba(255,255,255,0.5); padding: 10px;}

}

@media screen and (max-width:767px) {

.main5{ padding-top: 40px; padding-bottom: 40px;}

.m5p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}

}



/*  foot  */

.foot{ background:#1a1a1a; padding-top:40px;}

.foot .zong:after{ content: ""; clear: both; display: block;}

.fo1{ width:22%; float:left;}

.fo2{ width:25.8%; float:left; margin-left:8%;}

.fo3{ width:15%; float:left; margin-left:8.3%;}

.fo4{ width:12.5%; float:right;}



.fologo{ display:block; width: 175px; margin-top: 9px;}

.fologo img{ width:100%;}

.fop{ color: #ffffff; font-size:14px; font-size:1.4rem; line-height:28px; margin-top:30px;}

.fop a{ display:inline-block; color: #ffffff;}

.shejiao2{ margin-top:34px;}

.shejiao2 a{ display:inline-block; vertical-align:middle; color:#ffffff; width: 30px; height: 30px; text-align: center; font-size:20px; font-size:2rem; margin-right:5px; line-height:30px; border-radius: 50%;}

.shejiao2 a:first-child{}



.fo2biao{color: #f5f5f5; font-size: 16px; font-size: 1.6rem; line-height: 24px;}

.foul{ padding-top: 5px;}

.fo2lie{ border-top: 1px solid #616161; padding-bottom: 12px; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 15px;}

.fo2lie:first-child{border: none;}

.fo2a{ display: block; color: #f5f5f5; font-size: 14px; font-size: 1.4rem; line-height: 30px; position: relative; padding-left: 25px;}

.fo2a i{display: block; position: absolute; left: 0px; top: 0px; color: #ffffff; font-size: 20px;}

.fo2p{color: #a8a8a8; font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 6px;}

.fo2p a{color: #a8a8a8;}



.fobiao{ display:block; color: #ffffff; font-size:26px; font-size:2.6rem; line-height:30px; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

.fon{ color: #ffffff; font-size:14px; font-size:1.4rem; line-height:30px; margin-top:37px;}

.fon a{ display:block; color: #ffffff; margin-top: 6px;}



.foot2{ border-top: 1px solid #535353; margin-top: 57px; padding-top: 20px; padding-bottom: 14px;}

.youlian{color: #ffffff; font-size:16px; font-size:1.6rem; line-height:30px;}

.youlian span,.youlian a{ display:inline-block; vertical-align:middle; color:#fff;}

.clear2{ display:none}

.foot a:hover{text-decoration: underline;}

.shejiao2 a:hover{ background: #ffffff; color: #333333; text-decoration:none;}



@media screen and (max-width:1359px) {

.fo1{ width:25%; float:left;}

.fo2{ width:28.8%; float:left; margin-left:5%;}

.fo3{ width:15%; float:left; margin-left:5.3%;}

.fo4{ width:12.5%; float:right;}

.fologo{ width: 110px;}

  

.shejiao2{ margin-top:15px;}

.shejiao2 a{ width: 26px; height: 26px; font-size:16px; font-size:1.6rem; margin-right:2px; line-height:26px;}

    

.fobiao{ font-size:20px; font-size:2rem; line-height:30px;}

.fon{ margin-top:20px;}

.youlian{ font-size:14px; font-size:1.4rem; line-height:30px;}

}

@media screen and (max-width:999px) {

.clear2{ clear:both;}

.footn{ padding-top:47px;}



.foot .zong{font-size: 0px;}

.fologo{ width:90px;}

.fo1{ width:49%; float:none; display: inline-block; vertical-align: top;}

.fo2{ width:49%; float:none; display: inline-block; vertical-align: top; margin-left:2%;}

.fo3{ width:49%; float:none; display: inline-block; vertical-align: top; margin-left:0px; margin-top:30px;}

.fo4{ width:49%; float:none; display: inline-block; vertical-align: top; margin-left:2%; margin-top:30px;}

.fobiao{ font-size:18px; font-size:1.8rem; line-height:26px; margin-top:20px;}

.fon a{ margin-top: 0px;}

}

@media screen and (max-width:767px) {

.foot{ padding-bottom:70px;}

.fo2,.fo3,.fo4,.foot2{ display:none}

.fo1{ width:100%;}

.shejiao2{ text-align:center;}

.shejiao2 a{ font-size:18px; margin:0 6px;}

.fop{ font-size:12px; font-size:1.2rem; line-height:22px; text-align:center;}

.fologo{ width:70px; margin:auto;}

}



.top{width: 41px; height: 41px; background: #666666; line-height:41px; color:#fff; font-size:18px !important; text-align:center; margin:auto; cursor:pointer; transition:0.9s;z-index:99999; margin-top: 1px;}

.bottom{bottom:150px;}



.lianxi{ position:fixed; width:41px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}

.lianxi div a{ display:block; margin-top:1px; width:41px; height:41px; text-align:center; line-height:41px; font-size:20px; color:#fff; background: #666666;}

.ke1{ background:#000000}

.ke2{ background:#555555}

.ke3{ background:#000000}

.ke4{ background:#15418f}

.weixin{ position:relative; cursor:pointer;}

.weixin img{ position:absolute; width:149px; height:150px; top:0px; left:-149px; display:none;}

.weixin:hover img{ display:block;}

.weixin2,.tankuang{ display:none}

.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}

.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}

.lianxi div a:hover,.top:hover{ background:#333333;}

.clear2{ display:none}



@media screen and (max-width:999px) {

.youlian{display:none}

.top{width:20%;height:50px;line-height:50px;bottom:0px;right:0px;border-radius:0px;border:none; background: #333333; margin: auto;}



.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}

.lianxi div{ width:20%; float:left;}

.lianxi div a{ margin:auto; width:100%; background:#333333; color:#fff !important; border-radius:0px;height:50px;line-height:50px;}

.weixin2{ display:block}

.weixin1{ display:none}

}



/*********************  product  ********************/

.fenbanner{ position: relative;}

.fentu{display: block;}

.fentu img{width: 100%;}

.fenzi{ position: absolute; font-size: 48px; font-size: 4.8rem; line-height: 52px; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana; text-align: center; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #ffffff; font-weight: bold;}

.fenzi p{ color:#fff;}

.fenzi em{ display: block;color: #ffffff; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-style: normal; margin-bottom: 16px;}



.mianbao{ color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 30px; padding-top: 25px;}

.mianbao a{color: #666666;}

.mianbao a:hover{color: #333333;}

.comian{color: #333333 !important;}



@media screen and (max-width:1359px) {

.fenzi{ font-size: 38px; font-size: 3.8rem; line-height: 42px;}

.fenzi em{ font-size: 20px; font-size: 2rem; margin-bottom: 10px;}

.mianbao{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-top: 15px;}

}

@media screen and (max-width:999px) {

.fenzi{ font-size: 28px; font-size:2.8rem; line-height: 32px;}

.fenzi em{ font-size: 16px; font-size:1.6rem; line-height: 26px; margin-bottom: 5px;}

.mianbao{ font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 10px;}

}

@media screen and (max-width:767px) {

.fenzi{ font-size: 14px; font-size:1.4rem; line-height: 24px;}

.fenzi em{ font-size: 12px; font-size:1.2rem; line-height: 22px; margin-bottom:0px;}

.mianbao{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}

}



.prmain{ font-size: 0px; padding-top: 10px; padding-bottom: 40px;}

.prlie{ width: 23.7%; margin-left: 1.733%; display: inline-block; vertical-align: top; margin-top: 65px;}

.prlie:nth-child(4n-3){margin-left: auto;}

.inno{text-align: center; margin-top: 10px;}

.inno input{display: inline-block; vertical-align: middle; margin-right: 22px; cursor: pointer;}

.inno .m1mor{display: inline-block; vertical-align: middle; margin: auto;}

.prlie:hover .m1fu{top: 0px;}
.prlie .m1fu{ display:none;}


.fenye{ text-align: center; padding-top: 86px;}

.fenyen{display: inline-block; vertical-align: middle; font-size: 0px;}

.fenyen a{ display: inline-block; vertical-align: middle; width: 33px; height: 33px; border: solid 1px #666666; line-height: 31px; text-align: center; margin: 5px 4.5px; color: #666666; font-size: 18px; font-size: 1.8rem;}

.fenyen .sx{border: none;}

.fenyen a i{ font-size: 18px;}

.fenyen a:hover{ background: #333333; color: #fff;}

.dangfen{ background: #333333 !important; color: #fff !important;}



.fuxuan{display: inline-block; vertical-align: middle; background: url("../images/fuxuan.png") no-repeat center right; padding-right: 32px; margin-left: 6px;}

.fuxuan input{ width: 201px; height: 32px; background: #333333; border: 1px solid #333333; text-align: center; line-height: 30px; color: #ffffff; font-size: 16px; font-size: 1.6rem; line-height: 32px; cursor: pointer; transition: 0.5s;}

.fuxuan input:hover{ background: #fff; color: #333;}



.prtag{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding-top: 27px; padding-bottom: 145px;}

.prtag a:hover{ text-decoration: underline;}





@media screen and (max-width:1359px) {

.prmain{ padding-bottom: 20px;}

.prlie{ width: 24%; margin-left: 1.333%; margin-top: 25px;}



.fenye{padding-top: 50px;}

.fenyen a{ width: 28px; height: 28px; line-height: 28px; margin: 5px 3px; font-size: 14px; font-size: 1.4rem;}

.fenyen a i{ font-size: 14px;}



.fuxuan input{ width: 170px; height: 28px; line-height: 26px; font-size: 14px; font-size: 1.4rem;}



.prtag{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-top: 27px; padding-bottom: 45px;}

}

@media screen and (max-width:999px) {

.prlie{ width: 32.33%; margin-left: 1.5% !important; position: relative;}

.prlie:nth-child(3n-2){margin-left: auto !important;}

    .inno input{position: absolute; top: 10px; left: 10px;}

}

@media screen and (max-width:767px) {

.prlie{ width: 49%; margin-left: 2% !important; position: relative; margin-top: 15px;}

.prlie:nth-child(3n-2){margin-left: 2% !important;}

.prlie:nth-child(2n-1){margin-left: auto !important;}



.prtag{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-top: 10px; padding-bottom: 30px;}

}



/*********************  product2  ************************/

#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}

 #baguetteBox-overlay.visible{opacity:1}

 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}

 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}

 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}

 

 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}

 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}

 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}

 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}

 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}

 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}

 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;

 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}

 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}

 .baguetteBox-button#next-button{right:2%}

 .baguetteBox-button#previous-button{left:2%}

 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}

 .baguetteBox-button svg{position:absolute;left:0;top:0}

 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}

 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}

 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}

 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}

 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}

 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}

 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}

 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}

 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}



.prmain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 74px;}



.pr2tu{ width: 46.33%;}

.pr2tu .row{}

.pr2tu .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}

.pr2tu .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}

.pr2tu .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}

.pr2tu .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}

	

.pr2tu .owl-carousel .owl-item{float: left;}

.pr2tu .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}

.pr2tu .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.pr2tu .owl-theme .owl-controls{text-align: center;}

.pr2tu .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; display: none !important}

.pr2tu .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 0 8px;filter: Alpha(Opacity=60); opacity: 0.6;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;background: #ffffff;}

.pr2tu .owl-theme .owl-controls .owl-page.active span,.pr2tu .owl-theme .owl-controls.clickable .owl-page:hover span{border: solid 1px #3eb799; background:none; opacity:1;}



.pr2tu .owl-theme .owl-buttons{}

.pr2tu .owl-theme .owl-buttons div{ top: 50%; transform: translateY(-50%); height: 42px; position: absolute; line-height: 42px; font-size: 34px; color: #666666; transition: 0.5s;}

.pr2tu .owl-theme .owl-prev{ left: 0px;}

.pr2tu .owl-theme .owl-next{ right: 0px;}

.pr2tu .owl-theme .owl-buttons div:hover{color: #333;}

.pr2tu a{display: block;}

.pr2tu a img{width: 100%; transform: scale(1) !important}





.jianjie{ width: 47%; padding-top: 6px;}

.jianjie h1{ font-size: 48px; font-size: 4.8rem; line-height: 54px; font-weight: bold; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

.jiann{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 39px;}

.jiann p{color: #666666;}



.share{ margin-top: 20px;}

.share1{ display: inline-block; vertical-align: middle; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-right: 10px;}

.share2{ display: inline-block; vertical-align: middle; }



.inno2{ font-size: 0px; padding-top: 22px; width:100%; text-align:right}

.inno2 .tongybon {display: inline-block; vertical-align: middle; width: 168px; height: 38px; line-height: 36px; background: #fff; border: solid 1px #333333; color: #666666; font-size: 16px; font-size: 1.6rem; margin-left: 27px; text-align: center; margin-top: 20px;}

.inno2 .tongybon:hover{ background: #333333; color: #fff;}
.jiage{ margin-bottom:20px;    font-weight: bold; font-size:24px; font-size:2.4rem; color:#333; text-align:right;		font-family: Calluna;}


@media screen and (max-width:1359px) {

.jianjie h1{ font-size: 38px; font-size: 3.8rem; line-height: 44px;}

.jiann{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}

.share{ margin-top: 20px;}

.share1{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-right: 10px;}

.inno2{ padding-top: 22px;}

.inno2 .tongybon{ width: 120px; height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; margin-left: 10px; margin-top: 10px;}

}

@media screen and (max-width:999px) {

.prmain2{ padding-top: 30px;}

.pr2tu{ width: 48%;}

.jianjie{ width: 49%; padding-top: 0px;}

.jianjie h1{ font-size: 28px; font-size: 2.8rem; line-height: 34px;}
.jiage{ margin-bottom:10px;   font-size:16px; font-size:1.6rem; }

}

@media screen and (max-width:767px) {

.pr2tu{ width: 100%; max-width: 500px; margin: auto;}

.jianjie{ width: 100%; margin-top: 20px;}

    

.jianjie h1{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.jiann{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px;}

.share1{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-right: 10px;}



.inno2 .tongybon{ width: 100px; height: 32px; line-height: 30px; font-size: 12px; font-size: 1.2rem; margin-left: 10px; margin-top: 10px;}
.jiage{ margin-bottom:10px;   font-size:14px; font-size:1.4rem; }

}



.prmao{ border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; margin-top: 70px; line-height: 33px; padding: 30px 0;}

.prmao a{display: inline-block; vertical-align: middle; padding: 0 5px; margin-right: 68px; color: #666666; font-size: 20px; font-size: 2rem;}

.prmao a:hover{color: #333333;}



.prmain3{ padding-top: 22px; padding-bottom: 30px;}

.chanxbiao{ font-size: 18px; font-size: 1.8rem; font-style: italic; line-height: 30px; font-weight: bold;}

.chanxiang{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666; margin-top: 20px;}

.chanxiang p,.chanxiang strong,.chanxiang em{color: #666666;}

.chanxiang img{max-width: 100%; display: inline-block;}

.chanxiang a{ text-decoration: underline;}



.table{ width:100%; overflow:auto;}

.table table{ width:100%; border-collapse:collapse; line-height:22px;}

.table table tr{}

.table table tr td{ padding:10px; font-size:14px; font-size:1.4rem; border-bottom:1px solid #d2d2d2;}

.table table tr td:first-child{ background: #f5f5f5; color: #666;}

.table table tr:last-child td{border: none;}



.pr3n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 16px;}

.pr3n p{ width: 46.33%; margin-top: 10px;}

.pr3n p img{width: 100%;}



@media screen and (max-width:1359px) {

.prmao{ line-height: 33px; padding: 15px 0;}

.prmao a{ margin-right: 20px; font-size: 14px; font-size: 1.4rem;}

.chanxbiao{ font-size: 16px; font-size: 1.6rem; line-height: 28px;}

.chanxiang{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}

}

@media screen and (max-width:999px) {

.prmao{ margin-top: 40px;}

}    

@media screen and (max-width:767px) {

.prmain3{ padding-top: 20px; padding-bottom: 10px;}

.prmao{ margin-top: 30px; line-height: 30px; padding: 10px 0;}

.prmao a{ margin-right: 20px; font-size: 14px; font-size: 1.4rem;}

.chanxbiao{ font-size: 16px; font-size: 1.6rem; line-height: 28px;}

.chanxiang{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px;}

.table table tr td{ padding:10px 5px; font-size:12px; font-size:1.2rem;}

.pr3n p{ width: 49%; margin-top: 10px;}

}



.prxin input::-webkit-input-placeholder {/* WebKit browsers */

 color:#8e8e8e;opacity:1}

.prxin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */

 color:#8e8e8e;opacity:1 }

.prxin input::-moz-placeholder {/* Mozilla Firefox 19+ */

 color:#8e8e8e;opacity:1 }

.prxin input:-ms-input-placeholder {/* Internet Explorer 10+ */

 color:#8e8e8e;opacity:1 }



.prxin textarea::-webkit-input-placeholder {/* WebKit browsers */

 color:#8e8e8e;opacity:1}

.prxin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */

 color:#8e8e8e;opacity:1 }

.prxin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */

 color:#8e8e8e;opacity:1 }

.prxin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */

 color:#8e8e8e;opacity:1 }



.prxin{display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 10px;}

.prxin form{ width:100%; display:block}

.prxinl{ width: 41.666%;}

.prxinr{ width: 55%;}

.prxin .int1{ padding-left: 17px; position: relative; margin-top: 18px;}

.prxin .int1 input{ width: 100%; height: 50px; line-height: 48px; background: #ffffff; border: solid 1px #8e8e8e; font-size: 14px; font-size: 1.4rem; padding-left: 40px; padding-right: 10px; color: #333;}

.prxin .int1 i{ width: 35px; height: 48px; line-height: 48px; text-align: right; font-size: 22px; left: 17px; top: 0px; position: absolute; color: #8e8e8e;}

.prxin .int1 textarea{ width: 100%; height: 188px; line-height: 28px; background: #ffffff; border: solid 1px #8e8e8e; font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-left: 40px; padding-right: 10px; color: #333；}

.prxin .int2{ padding-left: 17px; position: relative; margin-top: 18px; padding-right: 401px;}

.prxin .int3{ width: 100%; height: 50px; line-height: 48px; background: #ffffff; border: solid 1px #8e8e8e; font-size: 14px; font-size: 1.4rem; padding-left: 10px; padding-right: 10px; color: #333;}

.prxin .int4{ width: 200px; height: 50px; line-height: 48px; background: #333333; border: solid 1px #333333; font-size: 14px; font-size: 1.4rem; text-align: center; color: #fff; position: absolute; right: 0px; top: 0px; cursor: pointer; transition: 0.5s;}

.prxin .yanzheng{ max-height: 50px; position: absolute; right: 233px; top: 50%; cursor: pointer; transform:translateY(-50%)}

.prxin .int4:hover{ background: #fff; color: #333333;}



.prxin .xing:before{ content: "*"; font-size: 14px; font-size: 1.4rem; color: #ff0000; line-height: 30px; position: absolute; left: 0px; top:15px;}



.prtag2{ font-size: 16px; font-size: 1.6rem; padding-bottom: 40px;}

.prtag2 a{text-decoration: underline;}

.prtag2 a:hover{text-decoration: none;}



.prmaoh{ position: fixed; left: 50%; transform: translateX(-50%); margin: auto; background: #fff; border-top: none; padding:10px 0px; z-index: 9999}



@media screen and (max-width:1359px) {

.prxin .int2{ padding-left: 17px; padding-right: 285px;}

.prxin .int4{ width: 100px;}

.prxin .yanzheng{ right: 110px;}

.prtag2{ font-size: 14px; font-size: 1.4rem;}

}

@media screen and (max-width:767px) {

.prxinl{ width: 100%;}

.prxinr{ width: 100%;}

    .prxin .int2{ padding-right: 0px;}

    .prxin .yanzheng{ position: relative; right: auto; top: auto; margin-top: 10px;}

    .prxin .int4{ top: auto; bottom: 0px; width: -moz-calc(100% - 190px);  width: -webkit-calc(100% - 190px);  width: calc(100% - 190px);}

    .prxin input,.prxin textarea{ font-size: 12px !important; font-size: 1.2rem !important;}

.prtag2{ font-size: 12px; font-size: 1.2rem;}

.prxin .int3{ clear:both; margin-bottom:20px;}

}



.homain{ padding-bottom: 150px; padding-top: 60px;}

.hobiao{text-align: left; padding-right: 80px; text-transform:uppercase;}

.img-scroll {position: relative; margin-top:45px;}

.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; height: 46px; line-height:46px; font-size:32px; font-size:3.2rem; color:#666666; top:-95px; transition: 0.5s; z-index: 999}

.img-scroll .prev { right: 40px; cursor: pointer;}

.img-scroll .next { right:0px; cursor: pointer;}

.img-scroll .prev:hover,.img-scroll .next:hover { color: #000;}

.img-list {position: relative;overflow: hidden;}

.img-list ul {width: 10000%;}

.img-list li {float: left; width:0.24%; margin-right:0.0133%; position:relative;}

.img-list li:hover .m1fu{ top: 0px;}

.img-list li:hover .m1tu img{ transform: scale(1.1,1.1)}



@media screen and (max-width:1359px) {

.homain{ padding-bottom: 50px; padding-top: 20px;}

.img-scroll { margin-top:20px;}

.img-list li { width:0.32333%; margin-right:0.015%;}

.img-scroll .prev, .img-scroll .next {font-size:32px; font-size:3.2rem; top:-60px;}

}

@media screen and (max-width:999px) {

.homain{ padding-bottom: 30px; padding-top: 10px;}

}

@media screen and (max-width:599px) {

.img-list li { width:0.49%; margin-right:0.02%;}

}



/******************  about  *****************/

.abnav{box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2) ;border-top: solid 1px #e6e6e6; margin-top:50px; position:relative; text-align:center; font-size:0px; z-index:3}

.abnav:after{ content:""; clear:both; display:block;}

.abnav a{ display:inline-block; vertical-align:middle; *float:left; position:relative; width:16%; margin: 0 6%; text-align:center; padding-top:11px; padding-bottom:5px;}

.abnav a:before{ content:""; position:absolute; width:24px; height:0px; background:url(../images/abjiao.png) no-repeat center bottom; left:50%; margin-left:-12px; bottom:0px; transition:0.5s;}

.abnav a i{ display:block; margin:auto; width:45px; height:40px; background-size:100% auto !important; transition:0.5s;}

.abnav a span{ display:block; font-size:18px; font-size:1.8rem; line-height:31px; transition:0.5s; margin-top: 6px;}

.abnav a:hover{ color:#fff; background:#333333;}

.abnav a:hover i,.abnav a:hover span{ color:#fff;}

.abnav a:hover:before{ height:12px; bottom:-12px;}

.dangab{ color:#fff; background:#333333;}

.dangab i,.dangab span{ color:#fff !important;}

.dangab:before{ height:12px !important; bottom:-12px !important;}



.abnav1 i{ background:url(../images/abnav1.png) no-repeat center 0px;}

.abnav2 i{ background:url(../images/abnav2.png) no-repeat center 0px;}

.abnav3 i{ background:url(../images/abnav3.png) no-repeat center 0px;}

.abnav4 i{ background:url(../images/abnav4.png) no-repeat center 0px;}



.abnav a:hover i{ background-position:center 100%}

.dangab i{ background-position:center 100% !important}



@media screen and (max-width: 999px) {

.abnav a i{ width:30px; height:33px;}

.abnav a span{ font-size:14px; font-size:1.4rem;}

}

@media screen and (max-width:767px) {

.abnav{ margin-top:21px;}

.abnav a{ width:33.333%; margin: 0px;}

.abnav a i{ display:none}

.abnav a{ height:50px; line-height:50px; padding:0px;}

.abnav a span{ line-height:22px; display:inline-block; vertical-align:middle; padding:0 10px;}

.abnav a:before{ display:none}

}



.abmain{ background: url("../images/abei.jpg") no-repeat bottom right; padding-top: 80px;}

.ab1main1{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.ab1main1 img,.ab1main1 iframe{width: 100%;}



.ab1main2{ font-size: 0px; padding-top: 48px; padding-bottom: 150px;}

.ab1lie{ width: 31.5%; display: inline-block; vertical-align: top; margin-left: 2.75%; margin-top: 20px;}

.ab1lie:nth-child(3n-2){margin-left: auto;}

.ab1tu{}

.ab1tu img{width: 100%;}

.ab1zi{ font-size: 18px; font-size: 1.8rem; line-height: 30px; text-align: center; margin-top: 5px;}



@media screen and (max-width:1359px) {

.ab1main1{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}

.ab1main2{ padding-top: 28px; padding-bottom: 50px;}   

.ab1zi{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 5px;}

}

@media screen and (max-width:999px) {

.abmain{ padding-top:40px;}

.ab1main1{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}



.ab1main2{ padding-top: 15px; padding-bottom: 30px;}   

.ab1zi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 5px;}

}

@media screen and (max-width:767px) {

.ab1main1{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}



.ab1zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}

}

@media screen and (max-width:549px) {

.ab1lie{ width: 49.5%; margin-left: 1%; margin-top: 15px;}

.ab1lie:nth-child(2n-1){margin-left: auto;}

}



/**************************  about2  ************************/

.ab2n{ padding-top: 15px; padding-bottom: 160px;}

.ab2p{ font-size: 28px; font-size: 2.8rem; line-height: 42px; text-align: center; max-width: 860px; margin: auto; }

.ab2n2{ position: relative; margin-top: 95px;}

.ab2n2:before{content: "";position: absolute; width: 2px; height: 100%; background: #666666; left: 50%; top: 0px; margin-left: -1px;}

.ab2lie{ position: relative; margin-top: 27px;}

.abshu{ display: block; width: 55px; height: 55px; background: #ffffff; border: solid 1px #666666; line-height: 55px; text-align: center; border-radius: 50%; color: #666666; font-size: 20px; font-size: 2rem; position: absolute; left: 50%; top: 0px; transform: translate(-50%,-50%);}



.ab2lie1{ text-align: right;}

.ab2lie2{ text-align: left; margin-top:-200px;}

.ab2lien{ width: 50%; display: inline-block; vertical-align: top; text-align: left;}

.ab2lie1 .ab2lien{ padding-left: 94px;}

.ab2lie2 .ab2lien{text-align: right; padding-right: 94px;}



.ab2lien2{ width: 100%; max-width: 455px;display: inline-block; box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);}

.ab2tu{}

.ab2tu img{width: 100%;}

.ab2zi{ padding: 32px 24px; position: relative; font-size: 18px; font-size: 1.8rem; line-height: 30px; text-align: left; background: #fff;}

.ab2zi:before{content: ''; position: absolute; width: 29px; height: 1px; background: #666666; left: 24px; top: 23px;}



@media screen and (max-width:1359px) {

.ab2p{ font-size: 20px; font-size: 2rem; line-height: 32px;}

.ab2zi{ padding: 20px 10px; font-size: 14px; font-size: 1.4rem; line-height: 26px;}

.ab2zi:before{ left: 10px; top: 12px;}

}

@media screen and (max-width:999px) {

.ab2p{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}

.abshu{ width: 30px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem;}



.ab2lie1 .ab2lien{ padding-left: 40px;}

.ab2lie2 .ab2lien{ padding-right: 40px;}

}

@media screen and (max-width:767px) {
.ab2lie2{  margin-top:-150px;}
.ab2n{ padding-bottom: 60px;}

.ab2p{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}

.ab2n2{ margin-top: 30px;}



.ab2zi{ padding: 20px 10px; font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-bottom: 10px;}

}

@media screen and (max-width:499px) {
.ab2lie2{  margin-top:0px;}
.ab2n{ padding-top: 0px; padding-bottom: 30px;}

    .ab2n2:before{ display: none}

    .ab2lien{ width: 100%; padding-right: 0px !important; padding-left: 40px !important;}  

.abshu{left: 0px; transform: translate(0)}

}



/***********************  about3  *********************/

.ab3main1{ padding-bottom: 50px;}

.ab3biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}

.ab3pz{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 22px;}

.ab31n{ display: flex; flex-flow: wrap; justify-content: space-between;}



.ab3lie{ width: 43.66%; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25); border-radius: 5px; background: #ffffff; padding:39px 33px; padding-top: 20px; position: relative; margin-top: 157px;}

.ab3tu1{ width: 142px; height: 142px; border: solid 4px #b4b4b4; border-radius: 50%; position: absolute; left: 44px; top: -73px;}

.ab3tu1 img{width: 100%; border-radius: 50%;}

.ab3a{ margin-left: 188px; font-size: 18px; font-size: 1.8rem; line-height: 26px; font-weight: bold; padding: 5px 0; padding-left: 41px; position: relative;}

.ab3a i{position: absolute; left: 0px; top: 0px; color: #666666; font-size: 26px;}

.ab3p{ font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-top: 37px;}



@media screen and (max-width:1359px) {

.ab3main1{ padding-bottom: 20px;}

.ab3biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.ab3pz{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}



.ab3a{ margin-left: 188px; font-size: 16px; font-size: 1.6rem; line-height: 26px;}

.ab3p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 25px;}

}

@media screen and (max-width:999px) {

.ab3lie{ width: 48%; padding: 20px; margin-top: 70px;}

.ab3tu1{ width: 100px; height: 100px; left: 20px; top: -50px;}

.ab3a{ margin-left: 110px; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-left: 26px;}

.ab3a i{ font-size: 18px;}

.ab3p{ margin-top: 10px;}

}

@media screen and (max-width:767px) {

.ab3biao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.ab3pz{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}

.ab3p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}

}

@media screen and (max-width:549px) {

.ab3lie{ width: 100%; padding: 10px; margin-top: 70px;}

}



.ab3main2{ padding-top: 77px; padding-bottom: 203px;}

.m-imgshow .box-wp {position: relative;margin: 0 auto 0;max-width: 864px;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 5px; margin-top:22px;}

.m-imgshow .box-big {position: relative;margin: 0 auto; -moz-box-sizing: border-box;box-sizing: border-box;}

.m-imgshow .box-big div {position: relative;overflow: hidden; border:10px solid #ffffff;box-shadow:0 3px 7px rgba(0,0,0,0.35); }

.m-imgshow .box-big .img {line-height: 0;font-size: 0;text-align: center;}

.m-imgshow .box-big .img img{ width:100%; max-width:976px; max-height:630px;}

.m-imgshow .box-big .title {position: absolute;bottom: 0;left: 0;width: 100%;height: 40px;line-height: 40px;padding: 0 10px;font-size: 16px;font-size: 1.6rem;color: #fff;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-moz-box-sizing: border-box;box-sizing: border-box;background-color: rgba(0, 0, 0, 0.5);background-color: #000 \9;}

.m-imgshow .box-small {margin-top:12px; position:relative;}

.m-imgshow .box-btn {position: absolute; top:50%; margin-top:-30px; display: block; z-index:999; cursor:pointer;}

.m-imgshow .box-btn i{ display:block; line-height:60px;font-size: 50px;font-size: 5rem; color:#333333;}

.m-imgshow .box-btn i:hover{ color:#333333;}

.m-imgshow .box-btn.prev {left: -70px;}

.m-imgshow .box-btn.next {right: -70px;}

.m-imgshow .box-list {overflow: hidden;}

.m-imgshow .box-list ul {width: 1000%;}

.m-imgshow .box-list ul li {float: left;margin-right: 0.26%;width: 2.3%;}

.m-imgshow .list-item {position: relative; padding-top:8px;}

.m-imgshow .list-item .item-pic{ display:block;border: 3px solid rgba(255,255,255,0.0);}

.m-imgshow .list-item img{ width:100%; max-width:976px; max-height:630px; transform: scale(1,1) !important}

.m-imgshow .list-item.active { background:url(../images/zhizhen.png) no-repeat top center;}

.m-imgshow .list-item.active .item-pic{border-color: #333333;}



 @media screen and (max-width: 1359px) {

.ab3main2{ padding-top: 20px; padding-bottom: 60px;}

.m-imgshow .box-btn { width:30px; height:40px; margin-top:-20px; background:rgba(0,0,0,0.4); text-align:center;}

.m-imgshow .box-btn i{ font-size:24px; font-size:2.4rem; line-height:40px; color:#fff;}

.m-imgshow .box-btn.prev {left: 0px;}

.m-imgshow .box-btn.next {right: 0px;}

 }

@media screen and (max-width: 999px) { 

.ab3main2{ padding-top: 2px; padding-bottom: 40px;}

.m-imgshow .box-btn.prev {left: 10px;}

.m-imgshow .box-btn.next {right: 10px;}

.m-imgshow .box-title {font-size: 20px;font-size: 2rem;}

.m-imgshow .box-wp {padding:0px;}

.m-imgshow .box-small {margin-top: 10px;}

.m-imgshow .box-big {padding: 5px;}

.m-imgshow .box-big .title {height: 30px;line-height: 30px;font-size: 12px;font-size: 1.2rem;}

.m-imgshow .box-list ul li {margin-right: .13%;width: 2.4%;}

.m-imgshow .box-btn {font-size: 20px;font-size: 2rem;}

.m-imgshow .list-item {border-width: 1px;}

.m-imgshow .list-item .item-pic{ border-width:1px}

.m-imgshow .box-big div { border-width:3px;}

}



/*********************  news  ********************/

.nemain{ padding-bottom: 85px; padding-top: 28px;}

.nelie{ border-bottom: 1px solid #efefef; padding-bottom: 48px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 64px;}

.nelie2{ flex-direction: row-reverse;}

.netu{ width: 380px; padding-left: 18px; position: relative;}

.netun{display: block;}

.netun img{width: 100%;}

.neriqi{ display: block; width: 74px; height: 74px;	background: #ffffff; border: solid 2px #030000; text-align: center; padding-top: 12px; position: absolute; left: 0px; top: -30px; z-index: 99}

.neriqi span{ color: #030000; font-size: 26px; font-size: 2.6rem; line-height: 30px;}

.neriqi p{color: #666666; font-size: 12px; font-size: 1.2rem; line-height: 20px; }

.nezi{width: -moz-calc(100% - 442px);  width: -webkit-calc(100% - 442px);  width: calc(100% - 442px);}

.nea{display: block; font-size: 22px; font-size: 2.2rem; line-height: 36px; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.nep a{ display: block; color: #999999; font-size: 20px; font-size: 2rem; line-height: 30px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; margin-top: 24px;}

.nemor{ display: block; width: 169px; height: 37px; line-height: 37px; background: #030000; border: solid 1px #666666; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; margin-top: 65px;}

.nea:hover,.nep a:hover{ text-decoration: underline;}

.nemor:hover{ background: #fff; color: #333;}



@media screen and (max-width:1359px) {

.nemain{ padding-bottom: 50px; padding-top: 18px;}

.nelie{ padding-bottom: 30px; margin-top: 40px;}

.nezi{width: -moz-calc(100% - 410px);  width: -webkit-calc(100% - 410px);  width: calc(100% - 410px);}



.nea{font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.nep a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 15px;}

.nemor{ width: 140px; height: 37px; line-height: 37px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}

}

@media screen and (max-width:767px) {

.nemain{ padding-bottom: 40px; padding-top: 18px;}

.nelie{ padding-bottom: 20px; margin-top: 20px;}

.netu{ width: 200px; padding-left: 0px;}

.neriqi{ width: 70px; height: 58px; padding-top: 5px; border-width: 1px; left: 0px; top: 0px;}

.neriqi span{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.nezi{width: -moz-calc(100% - 215px);  width: -webkit-calc(100% - 215px);  width: calc(100% - 215px);}



.nea{font-size: 14px; font-size: 1.4rem; line-height: 26px;}

.nep a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px; -webkit-line-clamp: 3;}

.nemor{display: none}

}

@media screen and (max-width:399px) {

    .netu{ width: 100%;}

    .nezi{width: 100%; padding-top: 10px;}

}



/******************  news2  ******************/

.nemain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 62px; padding-bottom: 115px;}

.nel{ width: 69%;}

.ner{ width: 23%;}



.nel h1{font-family: Marcellus-Regular,Arial, "Arial Black", "sans-serif", Verdana; font-size: 34px; font-size: 3.4rem; line-height: 48px; font-weight: bold; text-align: center;}

.net{text-align: center; margin-top: 31px;}

.neriqi2{ display: inline-block; vertical-align: middle; color: #666666; font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-right: 27px;}

.net .share{ display: inline-block; vertical-align: middle; margin: auto;}



.nexiang{ border-top: 1px solid #efefef; font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 49px; padding-top: 18px;}

.nexiang p,.nexiang em,.nexiang strong{}

.nexiang img{ max-width: 100%; display: inline-block;}

.nexiang a{ text-decoration: underline;}

.ne2mor{ display: block; width: 168px; height: 49px; background: #030000; line-height: 49px; text-align: center; color: #ffffff; font-size: 18px; font-size: 1.8rem; float: right; margin-top: 26px; margin-right: 35px;}



.fanpian{border-top: dashed 1px #bfbfbf; margin-top: 27px; padding-top: 2px;}

.fanpian li{ padding-left: 35px; position: relative; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 23px;}

.fanpian li a{ display: block;}

.fanpian li i{ display: block; width: 24px; height: 24px; line-height: 24px; text-align: center; background: #000000; color: #fff; position: absolute; left: 0px; top: 0px; font-size: 10px;}

.fanpian li a:hover{ text-decoration: underline;}



.nert{}

.nerbiao{ display: block; color: #666666; font-size: 36px; font-size: 3.6rem; line-height: 42px; text-transform:uppercase;}

.nertn{ padding-top: 10px;}

.nertlie{display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 22px;}

.nerttu{ width: 99px; display:block; overflow: hidden;}

.nerttu img{width: 100%;}

.nertzi{width: -moz-calc(100% - 110px);  width: -webkit-calc(100% - 110px);  width: calc(100% - 110px);}

.nertp a{display: block; color: #010101; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.nertmor{ display: block; color: #666666; font-size: 14px; font-size: 1.4rem; line-height: 26px; text-decoration: underline; margin-top: 10px;}



.nerb{margin-top: 60px;}

.nerb .nertlie{margin-top: 32px;}

.nerb .nerttu{width: 92px;}

.nerb .nertp a{ line-height: 22px;}

.nerb .nertmor{ text-decoration: none; line-height: 20px; margin-top: 2px;}

.nertzi a:hover,.nerbiao:hover{text-decoration: underline;}



@media screen and (max-width:1359px) {

.nemain2{ padding-top: 30px; padding-bottom: 40px;}

.nel{ width: 60%;}

.ner{ width: 37%;}



.nel h1{ font-size: 28px; font-size: 2.8rem; line-height: 32px;}

.nexiang{ font-size: 16px; font-size: 1.6rem; line-height: 32px; margin-top: 30px; padding-top: 18px;}



.nerbiao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}

.nertp a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}

.nertmor{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}

    

    .nertlie{ margin-top: 10px;}

.nerb{margin-top: 30px;}

.nerb .nertlie{margin-top: 12px;}

}

@media screen and (max-width:999px) {

.nel h1{ font-size: 24px; font-size: 2.4rem; line-height: 28px;}

.nerbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.nexiang{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}

}

@media screen and (max-width:767px) {

.nel{ width: 100%;}

.ner{ width: 100%; margin-top: 30px;}

    

.nel h1{ font-size:18px; font-size: 1.8rem; line-height: 26px;}

.neriqi2{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-right: 15px;}

.nexiang{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px; padding-top: 18px;}

    .ne2mor{ display: none}

    .fanpian{padding-top: 10px;}

    .fanpian li{ font-size: 12px; font-size: 1.2rem; margin-top: 10px;}

}



/***********************  contact  **********************/

.comain{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 93px; padding-bottom: 80px;}

.cobiao{ width: 35%; color: #666666; font-size: 82px; font-size: 8.2rem; line-height: 98px; font-family: Marcellus-Regular, Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold;}

.cozi{ width: 43.33%; background: url("../images/xinfeng.png") no-repeat left 17px; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 135px;}



.colie{ width: 49%; margin-bottom: 20px;}

.colie:last-child{width: 100%;}

.coa{ display: block; color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.cop{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}



.comain2{ position: relative; padding-top: 51px; padding-bottom: 79px;}

.comain2:before{content: ""; position: absolute; left: 0px; right: 160px; top: 0px; bottom: 0px; background: #f3f3f3; z-index: -1}



.colie a:hover{ text-decoration: underline;}



.ditu{ margin-top: 96px; margin-bottom: 150px;}

.ditu img{width: 100%;}



@media screen and (max-width:1359px) {

.cobiao{ font-size: 60px; font-size: 6rem; line-height: 70px;}

.cozi{ width: 55%;}

.coa,.cop{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}

}

@media screen and (max-width:999px) {

.comain{padding-top: 43px; padding-bottom: 40px;}

.cobiao{ font-size: 40px; font-size: 4rem; line-height: 50px;}

.ditu{ margin-top: 36px; margin-bottom: 40px;}

}

@media screen and (max-width:767px) {

 .comain{padding-top: 30px; padding-bottom: 20px;}

   .cobiao{ width: 100%; font-size: 30px; font-size: 3rem; line-height: 40px;}

    .cozi{ width: 100%;}

.comain2{ padding-top: 10px; padding-bottom: 30px;}

}





















@media screen and (max-width:1359px) {



}

@media screen and (max-width:999px) {



}

@media screen and (max-width:767px) {



}









@font-face {

    font-family: Marcellus-Regular;

    font-display: swap;

    src: url('../fonts/MarcellusRegular.eot');

    src: url('../fonts/MarcellusRegular.eot') format('embedded-opentype'),

         url('../fonts/MarcellusRegular.woff2') format('woff2'),

         url('../fonts/MarcellusRegular.woff') format('woff'),

         url('../fonts/MarcellusRegular.ttf') format('truetype'),

         url('../fonts/MarcellusRegular.svg#MarcellusRegular') format('svg');

}

@font-face {

  font-family: Poppins-Regular;

  font-display: swap;

  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),

       url("../fonts/Poppins-Regular.woff") format("woff"),

       url("../fonts/Poppins-Regular.ttf") format("truetype"),

       url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),

       url("../fonts/Poppins-Regular.svg") format("svg");

  font-weight: normal;

  font-style: normal;

}
@font-face {
	font-family: Calluna;
	font-display: optional;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/calluna-regular-webfont.eot?frz-v=232);
	src: url(../fonts/calluna-regular-webfont.eot?frz-v=232#iefix) format("embedded-opentype"), url(../fonts/calluna-regular-webfont.woff2?frz-v=232) format("woff2"), url(../fonts/calluna-regular-webfont.woff?frz-v=232) format("woff"), url(../fonts/calluna-regular-webfont.ttf?frz-v=232) format("truetype"), url(../fonts/calluna-regular-webfont.svg?frz-v=232#Calluna) format("svg")
}
@font-face {

  font-family: "iconfont"; /* Project id 3418739 */

    font-display: swap;

  src: url('../fonts/iconfont.woff2?t=1653124661184') format('woff2'),

       url('../fonts/iconfont.woff?t=1653124661184') format('woff'),

       url('../fonts/iconfont.ttf?t=1653124661184') format('truetype');

}



.iconfont {

  font-family: "iconfont" !important;

  font-size: 16px;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-right2:before {

  content: "\e64e";

}



.icon-left2:before {

  content: "\e8ac";

}



.icon-home:before {

  content: "\e624";

}



.icon-edit:before {

  content: "\e611";

}



.icon-facebook:before {

  content: "\e620";

}



.icon-pinterest:before {

  content: "\e8ab";

}



.icon-linkedin:before {

  content: "\e648";

}



.icon-youtube:before {

  content: "\e6d6";

}



.icon-twitter:before {

  content: "\e607";

}



.icon-bigger:before {

  content: "\e647";

}



.icon-left:before {

  content: "\e72c";

}



.icon-right:before {

  content: "\e72d";

}



.icon-up1:before {

  content: "\e72e";

}



.icon-bottom1:before {

  content: "\e72f";

}



.icon-left1:before {

  content: "\e730";

}



.icon-right1:before {

  content: "\e731";

}



.icon-up:before {

  content: "\e73e";

}



.icon-bottom:before {

  content: "\e73f";

}



.icon-instagram:before {

  content: "\e79d";

}



.icon-tumblr:before {

  content: "\e79e";

}



.icon-download:before {

  content: "\e7a0";

}



.icon-download1:before {

  content: "\e7a7";

}



.icon-search4:before {

  content: "\e7b2";

}



.icon-address:before {

  content: "\e7bc";

}



.icon-email:before {

  content: "\e7bd";

}



.icon-contact:before {

  content: "\e7be";

}



.icon-whatsapp:before {

  content: "\e7bf";

}



.icon-fax:before {

  content: "\e7c2";

}



.icon-mobile:before {

  content: "\e7c6";

}



.icon-phone:before {

  content: "\e7c8";

}



.icon-tel:before {

  content: "\e7c7";

}



.icon-phone1:before {

  content: "\e7cb";

}



.icon-skype:before {

  content: "\e7cc";

}



.icon-whatsapp1:before {

  content: "\e7c1";

}



.icon-address1:before {

  content: "\e7c3";

}



.icon-contact1:before {

  content: "\e7c4";

}



.icon-email1:before {

  content: "\e7c5";

}



.icon-skype1:before {

  content: "\e7c9";

}



.icon-fax1:before {

  content: "\e7ca";

}



.icon-qq:before {

  content: "\e7ce";

}



.icon-tel1:before {

  content: "\e7cd";

}



.icon-wechat:before {

  content: "\e7cf";

}



.icon-phone2:before {

  content: "\e7d0";

}



.icon-message:before {

  content: "\e7da";

}



.icon-calendar:before {

  content: "\e7e1";

}



.icon-calendar1:before {

  content: "\e7e3";

}



.icon-top:before {

  content: "\e7ed";

}



.icon-youbian:before {

  content: "\e60f";

}



.icon-jian2:before {

  content: "\e600";

}



.icon-jia2:before {

  content: "\e608";

}



.icon-vk:before {

  content: "\e735";

}



.icon-instagram1:before {

  content: "\e640";

}



.icon-up7:before {

  content: "\e722";

}



.icon-bottom7:before {

  content: "\e723";

}



.icon-left7:before {

  content: "\e724";

}



.icon-right7:before {

  content: "\e725";

}



.icon-sousuo4:before {

  content: "\e610";

}



.icon-sousuo:before {

  content: "\e616";

}



.icon-sousuo1:before {

  content: "\e65b";

}



.icon-shangchuan:before {

  content: "\e602";

}



.icon-duigou63:before {

  content: "\e6a7";

}



.icon-duihua:before {

  content: "\e609";

}







.wuone{ font-size:14px; font-size:1.4rem; line-height:30px; color:#333; margin:20px 0px;}







.listcart {

	width: 100%;

	margin-top: 40px;

}

.listcart a {

	display: inline-block;

	height: 30px;

	width: 150px;

	line-height: 30px;

	cursor: pointer;

	border: none;

	overflow: hidden;

	background: #333;

	cursor: pointer;

	border: 1px solid #333;

	padding-left: 10px;

	padding-right: 10px;

	text-align: center; 

	font-size: 14px;

	font-size: 1.4rem;

	margin-left: 10px; color:#fff;

}

.listcart a:hover {

	border: #fff solid 1px;

	background: #fff;

	color: #333

}

 @media screen and (max-width:999px) {

.listcart a {

	width: 40%;

	margin-left: 2.5%;

	margin-right: 2.5%;

	padding-left: 0px;

	padding-right: 0px

}

.listcart {

	width: 100%;

	margin-top: 2rem

}

}

 @media screen and (max-width:420px) {

.listcart a {

	width: 95% !important;

	float: none;

	overflow: hidden;

	margin-bottom: 1rem;

	margin-top: 1rem

}

}

.xunpanc a:hover{ text-decoration:underline}

.xunpanc{ margin:15px 0px; width:100%;}

.zoomPad {position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload {-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup {overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay {position:absolute; left:0px; top:0px; background:#FFF; /*opacity:0.5; */
	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow {position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper {position:relative; border:1px solid #ccc; z-index:110; }
.zoomWrapperTitle {display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage {display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img {border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe {z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.prob-pic { width:46%;}
.prob-pic .prob-pic-big { position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prob-pic .prob-pic-big-img { display: block; line-height: 0; font-size: 0;border: solid 1px #d2d2d2; border-radius: 10px;}
.prob-pic .prob-pic-big-img img{transition: 0s; border-radius: 10px;}
.prob-pic .prob-pic-big-img .zoomPad { float: none; z-index: 8;}
.prob-pic .zoomWrapperImage img { max-width: 1920px;}
.prob-pic .prob-pic-big-img:hover img{ transform: scale(1)}
.prob-pic .prob-pic-small { position: relative; margin-top: 20px; overflow: hidden;}
.prob-pic .prob-pic-btn { position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%; display: block; width: 35px; height: 35px; line-height:35px; background: #e3e3e3; text-align:center; color:#666666; font-size:20px; z-index:9999; cursor:pointer;}
.prob-pic .prob-pic-btn.prev { left:0px;}
.prob-pic .prob-pic-btn.next { right:0px;}
.prob-pic .prob-pic-btn:hover{ color: #fff; background: #333;}
.prob-pic .prob-pic-list { overflow: hidden; margin-left:46px; margin-right:46px;}
.prob-pic .prob-pic-list ul { width: 1000%; overflow: hidden;}
.prob-pic .prob-pic-list ul li { position: relative; float: left; margin-right: 0.65%; width: 2.9%; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic { display:block; border: solid 1px #d2d2d2; border-radius: 10px; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic img{display: block; width:100%; border-radius: 10px; transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
.prob-pic .prob-pic-item .item-pic:hover{ border: solid 1px #333;}
.prob-pic .prob-pic-item .item-pic.active{ border: solid 1px #333;}

.jianjie{ padding-bottom: 100px; position: relative;}

.inno2{ position: absolute; left: 0px; bottom: 45px;}
.inno2:after{content: ""; clear: both; display: block;}

.share{ display:block;}

@media screen and (max-width: 1359px) {
.inno {margin-top: 10px;}
.inno a{ min-width: 120px; height: 40px; line-height: 40px; font-size:14px; font-size:1.4rem; margin-top:6px; text-transform: none; margin-left: 10px;}

.jianjie h1{ font-size:26px; font-size:2.6rem; line-height:30px;}
.jianbiao{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 8px;}
.jiann{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:15px;}
.share{ margin-left: 10px;}
}
@media screen and (max-width: 999px) {
	.zoomPad { cursor: default !important; }
	.zoomPup { display: none !important; }
	.zoomWindow { display: none !important; }
	.zoomPreload { display: none !important; }
.prmain2{ padding-top:16px; padding-bottom:10px;}
.prob-pic .prob-pic-list { margin-left:40px; margin-right:40px;}
.prob-pic { float:none; margin:auto; margin-top: 0px; width: 100%; max-width: 500px;}

    .jianjie{padding-bottom: 0px; margin-top: 20px;}
.inno2{ margin-top:10px; padding-top: 10px; position: relative; bottom:0px}
.inno2 .tongybon{ min-width: 106px; font-size:12px; font-size:1.2rem; height: 30px; line-height:30px; margin-right:10px;}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width:550px) {
.prob-pic .prob-pic-list ul li {margin-right: .15%;width: 3.233%;}
}
.xqze_tup{ width:100%; margin-top:20px; font-size:0; letter-spacing:0}
.xqze_tup li{ display:inline-block; vertical-align:top; width:7.3%; margin-left:3%;}
.xqze_tup li img{ max-width:100%; display:block; margin-left:auto; margin-right:auto;    border: #666 solid 1px;
    border-radius: 5px;}










