@charset "utf-8";/* CSS Document*//* CSS Document*//*内容*//*内页大图*/

.nbanner{width:100%; height:300px; background:#f6f6f6; position:relative;  z-index:1;}
.nbanner img{width:100%;}
.nb-box{ position:absolute; z-index:99; top:0; left:0; width:100%; height:100%;display:flex;display: -webkit-flex; /*响应式 弹性盒子*/align-items:center;}
.nb-text{ position:relative; z-index:2;}
.nb-text-title{ font-size:28px; color:#FFFFFF; font-weight:700; text-transform: uppercase;line-height:1.5;}
.nb-text-con{ font-size:15px; color:#FFFFFF; text-transform:uppercase; line-height:2;}
.nb-text-con a{ color:#FFFFFF; display:inline-block; }
.nb-text-con span{ display:inline-block; margin:0 5px 0 5px;}

/*当前位置*//*当前位置*/
.pc_fr{float: right;}
.pc_fl{float: left;}
.bread{background:#efefef}
.bread_nav li{float:left;font-size:15px;line-height:50px;padding-right:15px;}
.bread_nav li a{display:block;color:#000000;font-size:15px;}
.bread_nav li i{color:#999999;margin:0 10px;}
.bread_nav li:hover a,.bread_nav li.on a{border-bottom:2px solid #e0243b;}
.bread_1{font-size:14px;color:#666666;line-height:50px;}
.bread_1 a{color:#666666;transition: all .3s;}
.bread_1 a:hover{color:#e0243b;}

/*简介右侧色块*/
.s-intro{ width:60%; float:left; padding:0 0 2% 5%; border-left:#CCCCCC 1px solid;}
.s-intro h1{ font-size:36px; font-weight:600; color:#d31f23; position:relative; padding-bottom:30px;}
.s-intro h1:after{ content:''; position:absolute; width:20%; height:2px; background:#FF9999; left:0; bottom:0;}
.s-intro-txt { padding-top:30px; font-size:14px; line-height:2; color:#787878;}
.s-intro-img{ width:36%; float:right; text-align:right;}
.s-intro-img img{max-width:100%;}

/*范围*/
.fw-box{ margin-right:-5%}
.fw-box li{ width:20%; margin:1% 5% 1% 0; float:left;}
.fw-box-img{ width:100%;  height:120px; position: relative; }
.fw-box-img h2{ width:100%; height:100%; overflow: hidden; position:relative; background:#FFFFFF; padding:2px;}
/*.fw-box-img h2 em{ width:100%; height:100%; position: absolute; background:rgba(0,0,0,.2); left:0; top:0;}*/
.fw-box-img h2 img{ width:100%;}
.fw-box-img span{ display:block; width:40px; height:40px; background:#FFFFFF; color:#d31f23; font-family:"num"; font-size:24px; text-align:center; line-height:40px; border-radius:50%; position:absolute; left:50%; bottom:-20px; transform:translateX(-50%);box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);}
.fw-box-img h1{ display:inline-block; position:absolute; left:50%; top:50%;transform:translate(-50%,-50%); font-size:18px; font-weight:600; color:#fff; background:#d31f23; padding:6px 20px; border-radius:20px; white-space:nowrap;}
.fw-box-txt{ width:90%; padding:25px 10px 10px 20px; line-height:1.8; background:#f9f9f9;box-shadow: 0 10px 15px 0 rgba(0,0,0,.05); margin-left:10%;}


/*关于*/
.about-con{ width:50%; float:left;}
.about-img{ width:40%; float:right; text-align:right;}
.about-img img{ width:100%;}
.about-txt{ line-height:2; }
.about-txt h5{ line-height:1.5; padding:0 0 30px 0;  font-size:22px; position:relative; font-weight:500;}
.about-txt h5:before{ content:'\ebe1'; font-family:'iconfont'; position:absolute; left:-50px; top:-20px; color:#CCCCCC; font-size:36px;}
.about-txt h5:after{ content:'\ebe0'; font-family:'iconfont'; position:absolute; right:-40px; bottom:10px; color:#CCCCCC; font-size:36px;}
.about-article p{ text-indent:2em; padding:.5em 0 .5em 0;}

/*优势*/
.youshi{margin-left:-2%; margin-top:2%;}
.youshi li{width:31%; margin:0 0 2% 2%; float:left; transition: all 0.3s ease 0s;}
.youshi-con{ width:100%;  padding:20px; }
.youshi li:hover{box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);transform: translate3d(0px, -2px, 0px);background:#FFFFFF;border-radius:8px;}
.youshi-con i{ display:block; width:120px; color:#999; font-size:90px; float:left; margin-top:10px;}
.youshi-text{ float:left; color:#999999; width:calc(100% - 140px);}
.youshi-text h5{ padding:5px 0 15px 0; font-size:20px; font-weight:600; color:#d31f23; position:relative; border-bottom:#ddd 1px solid; padding-left:20px;box-shadow: 0 6px 0px 0 rgba(0,0,0,.05);}
.youshi-text h5:before{content:'\ec19'; font-family:"iconfont"; font-size:16px; position: absolute; left:0; top:12px;}
.youshi-text span{ line-height:1.5; padding-top:20px; font-size:15px; display:block; padding-left:20px; color:#666}

/*产品*/
.leftmenu{width:22%;float:left;}
.leftbox{ width:100%; background:#f6f6f6; border-radius:5px; padding:20px 20px 20px 20px; }
.leftbox h1{ font-size:24px; color:#282828; line-height:1.2; text-transform: uppercase; letter-spacing:-1px;}
.leftbox ul{ width:100%; border-radius:5px;}
.leftbox ul li{ width:100%; float:left;box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06); background:#FFFFFF; margin-top:15px; border-radius:6px; position:relative;padding:12px 30px 12px 40px;}
.leftbox ul li i{position: absolute;top:0;left: 0;
    background: #115fc9;
    color:#fff;
    width:30px;
	height:100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
     display:flex; align-items:center;justify-content:center; font-size:24px;}
.leftbox ul li a{ display:block; width:100%;  color:#1c1c1c; font-weight:400; font-size:15px; }
.leftbox ul li a:hover{ color:#49ac81;}


/*左侧查询*/
.searchbox{ width:100%; margin-top:15px;box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);padding-right:60px;background:#fff;border-radius:6px; position:relative;}
.searchbox input{background:#fff; border:0;outline:0px;border-radius:6px; padding:15px 15px;color: #353739;font-size:15px; width:100%}
.searchbox i{position: absolute;top:0;right: 0;
    background: #115fc9;
    color:#fff;
    width:48px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    line-height:48px;
    height: 100%; cursor:pointer; font-size:24px;}

/*产品详情*/
.article{width:76%; background:#f6f6f6; border-radius:5px; padding:20px; margin-left:2%; float:left;}
.cplist ul{ margin-right:-2%;}
.cplist li{width:31.3%;margin: 0 2% 2% 0;}

.infobox{background:url(../images/06.jpg) top right repeat-y #fff; padding-right:15px;}
.proinfo-left{float:left;width:calc(100% - 280px); padding:20px 0 40px 0;}
.proinfo-right{float:right;width:240px;padding:20px 0 40px 0;}
/*产品橱窗*/
.product-intro {position:relative;padding-top: 10px;margin-bottom: 60px;}
.cloud-zoom-lens {border: 1px solid #eee;cursor:move;}
.cloud-zoom-title {position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;}
.cloud-zoom-big {overflow:hidden;padding:0px;}
.cloud-zoom-loading {color:white;background:#222;padding:3px;border:1px solid #000;}
.product-view .swiper-wrapper{ height:auto;}
.product-view .swiper-slide{padding-bottom: 1px;}
.product-image{ width:100%}
.product-view{position:relative;width:30%;float:left;}
.product-view .product-image.zoom_remove:after {content: "";position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;z-index: 999;}
.product-view .product-image{position:relative;border: 1px solid #ececec;box-shadow: -5px 5px 10px rgba(0,0,0,.2);overflow: hidden; padding-bottom:100%;}
.product-view .product-image img{ max-width: 100%;max-height:100%;display: block;position: absolute;left: 0;top: 0;bottom:0;right:0;margin:auto;}
.product-view .image-additional{position:relative;margin:30px -10px 15px;overflow:hidden;}	
.product-view .image-additional li{position:relative;width:100%;width: 33.33333333%;float: left;padding: 5px 0;height: auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;}
.product-view .image-additional li.single{display:none;}	
.product-view .image-additional li img{display: block;width: 100%;position:relative;margin:0 auto;}	
.product-view .image-additional li a{display: block;position:relative;border: 1px solid #ddd;margin: 0 10px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow: hidden;}
.product-view .image-additional .cloudzoom-gallery-active{border-color: #49ac81;}
.product-view .image-additional .cloudzoom-gallery-active:before{content: '';display: block;position: absolute;width: 100%;height: 100%;background-color: rgba(232,246,238,.5);z-index: 1;}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets{display:none;}
.product-view .swiper-button-next,.product-view .swiper-button-prev {color:#a5ddbb;width:30px;height:50px;margin-top:-25px;opacity:1;line-height: 50px;background: none;}
.product-view .swiper-button-next:after,.product-view .swiper-button-prev:after{font-size:28px;}
.product-view .swiper-button-prev,.product-view .swiper-container-rtl .swiper-button-next {right:100%;left: auto;margin-right: 15px;}
.product-view .swiper-button-next,.product-view .swiper-container-rtl .swiper-button-prev {left:100%;margin-left: 15px;}
.product-view .swiper-button-prev:not(.swiper-button-disabled):hover,.product-view .swiper-button-next:not(.swiper-button-disabled):hover{color:#49ac81;background-color: transparent;}


/*橱窗右侧说明*/
.product-ms{float: right;width:65%;}
.product-ms-title{font-size:28px;color:#1c1c1c; font-weight:700;line-height:1.2;padding-bottom:20px;}
.product-ms-con{display: block;width:100%;margin-bottom: 20px;overflow: auto;padding:20px; font-size:14px; color:#6e6e74; line-height:1.8;background: #fff8f8;
    border-top: 1px solid #ffcac6;}
.product-ms-td{ width:100%; }
.product-ms-td li{ width:50%; float:left; padding-right:20px;margin-bottom:10px;}
.product-ms-td li em{ font-style:normal; float:left; display:inline-block; background:#f6f6f6; color:#6e6e74; font-size:13px; padding:8px 15px; width:40%;word-wrap: break-word;}
.product-ms-td li span{display:inline-block;font-size:13px; padding:8px 15px; float:left; width:60%; font-weight:600; word-wrap: break-word;}
.product-ms-lx{ width:100%; padding:20px 0;}
.product-ms-lx a{display:inline-block; margin-right:50px; padding:15px 20px; border-radius:6px; color:#FFFFFF; text-transform:uppercase; font-size:14px; font-weight:600; background:#ef1f1f}
.product-ms-lx a span{ font-size:20px;}
.onlinebtn{ background:#ffa600!important; color:#FFF!important;}



/*相关产品信息*/
.like-title{width:100%;border-bottom:#eee 1px solid;padding-bottom:10px;margin-bottom:15px;}
.like-title h1{font-size:18px;color:#000000;font-weight:bold;}
.like-list{width:100%;float:left;background:#f7f7f7;}
.like-list a{display:block;padding:10px;}
.like-list p{display:block;width:100%;position:relative;padding:0 0 66.6% 0;overflow:hidden;background:#fff;}
.like-list p img{display:block;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;transition: transform .3s ease-in;}
.like-list h2{width:100%;margin:12px 0 8px 0;font-size:14px;color:#666666;text-align:center;font-weight:normal;}
.like-list a:hover p img{transform: scale(1.1);}
/*pc二维码弹出*/
.button-img-dropdown{position:fixed;height:100%;width:100%;top:0;left:0;background-color: rgba(0,0,0,0.8);z-index:999999;-webkit-animation:fade-zoom-in .3s forwards;-o-animation:fade-zoom-in .3s forwards;animation:fade-zoom-in .3s forwards;display:none;-webkit-backface-visibility:hidden}
.button-img-dropdown .qcode img{max-width:100%;height:auto}
.button-img-dropdown.is-visible{display:block}
.button-img-dropdown .tooltip-button-img-inner{max-width:500px;padding:0 20px;margin:auto;text-align:center;position:absolute;width:100%;left:0;right:0;height:320px;top:-150px;bottom:0}
.button-img-dropdown .tooltip-button-img-inner h5{color:#fff;font-size:32px;font-weight:300;margin-bottom:10px;line-height:1.3}
.button-img-dropdown .tooltip-button-img-inner{top: 0 !important}
/*分享*/.share1{width: 100%;margin-bottom: 15px;display: flex;align-items: center;}
.share1 a{display: inline-flex;align-items: center;vertical-align: middle;padding:0 0 0 10px;}
.share1 .span4{font-size: 14px;color: #333;height: 26px;line-height: 26px;margin-right: 10px;}
.share1 a i{font-size:24px;}
.qq-share i{color:#3399FF;}
.weixin-share i{color:#00CC33;}
.weibo-share i{color:#FF3300}
/*详情描述*/
.infotab{display: block;width: 100%;height: auto;background:#346dc2;padding:10px 10px 0 20px;}
.infotab span{display:inline-block;text-align:center;font-size:15px;padding:8px 15px;color: #999;background-image: linear-gradient(#f6f6f6 , #fff);cursor: pointer; border-top-left-radius:5px;border-top-right-radius:5px;}
.infotab span:hover{background: #f6f6f6;color: #333; font-weight:600;}
.infotab span.active{background: #f6f6f6;color: #333;font-weight:600;}
.infomain{display: block;width: 100%;height: auto; padding:30px;}
.infomain table{ width:100%;}
.infomain>div{display: none;line-height:2;}
.infomain img{max-width: 100%;}
.ml0{ margin-left:0!important;}


/*上下条*/
.downup-list{display: block;width: 100%;text-align: center;padding:20px 0 20px 0;background:#fff;}
.downup-list>.prev{float:right;width:40%;padding:0 20px;}
.downup-list>.next{float:left;width:40%;padding:0 20px;}
.downup-list>.prev{text-align:right;}
.downup-list>.next{text-align:left;}
.downup-list>.goList{display: inline-block;float: left;width:20%;text-align:center;}
.downup-list>.goList span{display:inline-block;position:relative;color: #333;font-size:36px; width:20px; height:20px;}
.downup-list>.goList span:before{position:absolute;font-family:"iconfont";content:'\eba9';left:50%;top:50%; transform:translate(-50%,-50%);}
.downup-list a{font-size: 14px;color: #141414;text-decoration:none;}
.downup-list>.prev:hover,
.downup-list>.next:hover{color: #FF3300;}
.downup-list>.goList:hover{color: #FF3300;}
/**faq*/
.ts-list{ background:#FFFFFF; margin-bottom:10px;}
.ts-list-button{ padding:15px 40px 15px 15px; cursor:pointer; position:relative;}
.ts-list-label{ width:100%;font-weight:400; font-size:16px; }
.ts-list-button:after{content:"\ec22"; font-family:"iconfont"; position:absolute; right:15px; font-size:18px; top:50%; transform:translateY(-50%);}
.ts-list-con{ padding:0 30px 15px 15px; line-height:2;   font-size:14px; color:#898989;}
.show-title:after{content:"\ec21";}
.show-title{ font-weight:600; color:#000;}


/*新闻*/.news-box2{width:100%;}
.news-box2 li{width:48%;float:left;margin-right: 1%;margin-bottom:2%;box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);}
.news-box2 li:nth-child(2n){margin-right:0;}
/*新闻详情*/
.newsbg{background:url(../images/06.jpg) top right repeat-y #fff;}
.newsinfo-left{float:left;width:100%; padding:20px; background:#FFFFFF; border-radius:8px;}
.newsinfo-right{float:right;width:240px;}
.article-title{width:100%;padding:20px 0 20px 0;}
.article-title h1{font-size:38px;line-height:1.2; letter-spacing:-2px; font-weight:700;color:#363636;width:100%;padding:0 30px 0 30px;word-wrap: break-word;}
.news-base{width:100%;padding:0 0 20px 30px;border-bottom: 1px solid #eee;}
.news-base-info{color:#999;font-size:14px; display:inline-block; padding-right:30px;}
.news-share{float:right;}
.article-con{width:100%;padding:30px ;line-height:2;}
.article-con p{font-size:14px; color:#666; padding:10px 0 10px 0; display:block;}
.article-con img{max-width:100%;display:block;}
.article-img{width:100%;padding-top:30px;}
.article-img img{max-width:60%;display:block;margin:0 auto;}
.article-tit{width:100%;padding:20px 0 20px 0;}
.article-tit h1{font-size:24px;line-height:1.2; letter-spacing:-1px; font-weight:700;color:#346dc2;width:100%;padding:0 0 20px 0; text-transform:uppercase;border-bottom:4px solid #ddd;}

.b-xm{ width:100%;border-radius:8px;}
.b-xm li *{ display:block;}
.b-xm li{ background:#FFFFFF;border-radius:8px; float:left; width:100%; overflow:hidden; margin-bottom:20px;}
.b-xm li h1{ position:relative; height:150px; width:100%;}
.b-xm li h1 span{ width:100%; height:100%; overflow:hidden;}
.b-xm li h1 span img{width: 100%;min-height:100%;transition:1s;transition: transform .3s ease-in; display:block; }
.b-xm li h1 em{ width:40px; height:40px;position:absolute; right:20px; transform:rotate(45deg); bottom:-20px; border:#FFFFFF 2px solid; background:#d31f23; color:#FFFFFF; z-index:3; text-align:center;}
.b-xm li h1 em i{font-size:24px; font-family:"num";  line-height:40px;font-style:normal; transform:rotate(-45deg); }
.b-xm li h2{ margin:15px; font-size:17px; font-weight:600; color:#333333; position:relative;}
.b-xm li p{ margin:0 15px 20px 15px; font-size:14px; color:#787878; display: -webkit-box;}
.b-xm li h2:before{position: absolute; left: 0; bottom:-5px; content: ''; height: 2px; background: #c3002f; width:50px; transition:0.3s;}
.b-xm li a:hover h2:before{ width: 100px;}

.lx-item{ width:32%; float:left; padding:4% 2%; margin:0 2% 0 0; border-radius:8px; box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);}
.lx-item:nth-child(3n){ margin-right:0;}
.lx-item i{ display:block; margin:0 auto; font-size:48px; color:#007aff; width:100%; text-align:center;}
.lx-item h1{ display:block; width:100%; text-align:center; margin:0 auto; color:#1c1c1c; font-weight:700; letter-spacing:-1px; text-transform:uppercase; padding:20px 0 20px 0; font-size:24px;}
.lx-item p{ display:block; width:100%; text-align:center; margin:0 auto; color:#898989; line-height:1.6;  font-size:16px;}
.lx-item a{ text-decoration:underline; color:#333;}
.lx-tel{ font-size:20px!important; font-weight:700; color:#007aff!important; line-height:1.2!important;}
.lx-form{ width:100%; background:#FFFFFF; border-radius:10px; padding:60px;box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1); }
.lx-form h1{ font-size:24px; font-weight:700; letter-spacing:-1px; text-transform:capitalize; padding:0 0 30px 0; text-align:center; width:100%; display:block;}
.lx-form-left{ width:36%; float:left;}
.lx-form-right{ width:60%; float:right;}
.lx-form-item{ padding:0 0 30px 0; width:100%; position:relative;}
.form-2{ width:49%!important; margin-right:2%;}
.form-2:nth-child(2n){ margin-right:0;}
.lx-form-item .form-group{ width:100%; float:left;}
.lx-form-item .form-group input{ width:100%; padding:20px 20px; font-size:14px; color:#9f9f9f;border: 1px solid rgba(0,0,0, 0.07); box-shadow: 0px 5px 10px rgba(0,0,0,0.05);}
.lx-form-item .form-group textarea{ width:100%; padding:20px 20px; font-size:14px; color:#666;border: 1px solid rgba(0,0,0, 0.07); box-shadow: 0px 5px 10px rgba(0,0,0,0.05); font-family:inter; font-size:14px; }
.lx-form-item .form-group input::placeholder,.lx-form-item .form-group textarea::placeholder{color: #9f9f9f; font-family:inter; font-size:14px;}
.lx-form-item .form-group input:focus,.lx-form-item .form-group textarea:focus{
	border-color:#81d09f;
	background-color:#fff;
	outline: none;
}
.contact2-btn{display:inline-block;padding:12px 30px 12px 30px;font-size:14px;color:#fff;background:#007aff;border-radius:5px;border:#007aff 1px solid;margin-top:15px;cursor:pointer; text-transform:uppercase; font-weight:600;}
.pb0{ padding-bottom:0!important;}



/*分页*/#fenye{width:100%;height:50px;text-align:center;margin:0 auto;line-height:30px;font-size:12px;}
.pl30{padding-left:30px}
.f14{font-size:14px}
.c999{color:#999}
.isTxtBig{height:40px;line-height:40px;border:1px solid #ccc;padding:0 8px;color:#666}
.isTxtBig.focus{color:#000;background-color:#fff}
.tzan{height:40px;text-align:center;line-height:40px;padding:0 8px;color:#666;font-size:14px;border:1px solid #ccc;cursor:pointer;background:#ccc;}
.w30{width:40px;}
div#pagination .count{float:left;padding:5px;}
div#pagination .pages{float:right;padding:5px;}
div#paginationTop{height:40px;margin-bottom:3px;}
div#paginationTop .count{float:left;padding:5px;}
div#paginationTop .pages{float:right;padding:5px;}
div.pagination{padding: 3px;margin:30px;text-align:center;line-height:40px;}
div.pagination a{margin:0 5px;display:inline-block;width:40px;height:40px;line-height:40px;text-decoration:none;color:#666;font-size:14px;background:#fff;border-radius:5px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);}
div.pagination a:hover, div.pagination a:active{color: #fff;background-color: #d31f23;}
div.pagination span.current{margin:0 5px;display:inline-block; width:40px;height:40px;line-height:40px;text-decoration:none;color:#fff;font-size:14px;background: #115fc9;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);border-radius:5px;}
div.pagination span.disabled{margin:0 5px;display:inline-block;width:40px;height:40px;line-height:40px;text-decoration:none;color:#666;font-size:14px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);background:#f9f9f9;}

/*对话框*//**/.ck-alert.open{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1028;}
.ck-alert.open .ck-zhezhao{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.8);}
.ck-tanchuang{width:300px;text-align: center;border-radius:10px;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all 0.6s;position: absolute;height: auto;background: #fff;position:fixed;padding:20px;}
.ck-alert .ck-tanchuang .success{color:#1aad17;font-size:48px;}
.ck-alert .ck-tanchuang .fail{color:#FF0000;}
.ck-alert .ck-tanchuang p{width:100%;font-size:16px;line-height:2;color:#666666;margin:20px 0;}
.ck-alert .ck-tanchuang .ck-tanchuang-btn{width:100%;margin:20px 0;text-align:center;}
.ck-alert .ck-tanchuang .ck-tanchuang-close{display:inline-block;width:45%;padding:6px 0 6px 0;text-align:center;font-size:22px;border-radius:5px;background:#1aad17;color:#fff;}
.ck-alert .ck-tanchuang .ck-tanchuang-close.fail{background:#FF0000;}
.ck-alert.open .ck-tanchuang{transform: translate(-50%,-50%) scale(1);}
/**/.pt40{padding-top:40px;}

/*contactsvg*/
.dengguang{animation: 3s linear dg infinite;transform-box: fill-box;}
.hua{animation: 3s linear hua infinite;transform-origin:center;transform-box: fill-box;}
.hua2{animation: 3s linear hua2 infinite;transform-origin:center;transform-box: fill-box;}
.xin{animation: 3s linear xin infinite;transform-origin:center;transform-box: fill-box;}
@keyframes dg {
    0%{
        transform: rotate(0);
    }
    16%{
        transform: rotate(-10deg);
    }
	33%{
        transform: rotate(-20deg);
    }
	52%{
        transform: rotate(-10deg);
    }
	64%{
        transform: rotate(0deg);
    }
	82%{
        transform: rotate(10deg);
    }
    100%{
        transform: rotate(0);
    }
}
@keyframes hua {
    0%{
        transform: rotate(0);
    }
    25%{
        transform: rotate(10deg);
    }
	50%{
        transform: rotate(0deg);
    }
	75%{
        transform: rotate(-10deg);
    }
	
    100%{
        transform: rotate(0);
    }
}
@keyframes hua2 {
    0%{
        transform: rotate(0);
    }
    25%{
        transform: rotate(-10deg);
    }
	50%{
        transform: rotate(0deg);
    }
	75%{
        transform: rotate(10deg);
    }
	
    100%{
        transform: rotate(0);
    }
}

@keyframes xin {
    0%{
        transform: translateY(0);
    }
    10%{
        transform: translate(10px,50px);
    }
	50%{
        transform: translate(10px,50px);
    }
	60%{
        transform: translateY(0);
    }
	
    100%{
        transform: translateY(0);
    }
}

.article-info{ background:#FFFFFF; padding:40px;}
.mlx-con{ line-height:2;}
.mlx-con img{max-width:50%}
.smarticle{ width:100%;}