﻿@import url("base.css");
body {position:relative;z-index:1;margin:0 auto;max-width:1903px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#666;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#222;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#222;text-decoration:none;}
a:hover {color:#0cabeb;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.a6:link,.a6:visited,.a6:active {color:#666;text-decoration:none;}
.a6:hover {color:#0cabeb;text-decoration:none;}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#header {background-color:#fff;}
#header .wrap {display:flex;align-items:center;position:relative;z-index:1;height:130px;}
#header .logo {display:flex;align-items:center;}
#header .logo .imgs {flex:0;height:85px;font-size:0;}
#header .logo .imgs img {max-height:100%;}
#header .logo .text {margin-left:20px;}
#header .logo .text h2 {color:#00cccc;font-size:16px;line-height:1;}
#header .logo .text h4 {margin-top:8px;margin-bottom:8px;color:#333;font-size:24px;line-height:1;}
#header .logo .text h3 {color:#333;font-size:18px;font-weight:normal;line-height:1;}
#header .lang {position:absolute;top:0;right:-330px;width:40px;height:100%;}
#header .lang a {height:28px;line-height:28px;color:#fff;font-size:16px;font-weight:bold;text-align:center;border-radius:10px;background-color:#0cabeb;}
#header .lang a:nth-child(2) {margin-top:6px;}
#header .r {display:flex;align-items:center;position:absolute;top:0;right:-280px;height:100%;}
#header .tel {margin-right:10px;}
#header .tel p {margin-left:55px;font-size:16px;}
#header .tel div {display:flex;align-items:center;margin-top:10px;}
#header .tel div i {flex:0 0 auto;width:38px;height:38px;line-height:38px;color:#333;font-size:18px;text-align:center;border-radius:50%;background-color:#e9e9e9;}
#header .tel div h2 {margin-left:17px;color:#27aee6;font-size:24px;font-family:Arial;line-height:1.1;}
#header .qrcode {width:150px;font-size:0;text-align:center;}
#header .qrcode img {width:100px;}
#header .qrcode p {font-size:14px;}

#mheader_menu, #mnav, #menu {display:none;}

#navblk {height:58px;}
#nav {position:relative;z-index:99;width:100%;}
#nav.fixed {position:fixed;top:0;left:0;}
#nav ul {display:flex;}
#nav ul li {flex:1 1 auto;position:relative;height:58px;}
#nav ul li > a {display:block;padding:0 40px;height:100%;line-height:58px;color:#fff;font-size:18px;text-align:center;transition:background-color 700ms;}
#nav ul li > a.nav_over {background-color:#006699;}
#nav ul li:hover > a {background-color:#006699;}
#nav ul li p {position:absolute;top:100%;left:0;display:none;width:100%;}
#nav ul li p a {display:block;margin-top:1px;padding:12px 10px;color:#fff;font-size:14px;text-align:center;background-color:#006699;}

#banner {position:relative;z-index:1;}
#banner .swiper-container {width:100%;}
#banner .swiper-wrapper {width:100%;}
#banner .swiper-slide {width:100%;font-size:0;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;left:0;bottom:30px;width:100%;height:10px;font-size:0;text-align:center;}
#banner .swiper-pagination span {margin:0;width:10px;height:10px;font-size:0;border-radius:5px;background:rgb(13,171,234);opacity:1;transition:width 500ms;overflow:hidden;
	background:-moz-linear-gradient(left,  rgba(13,171,234,1) 0%, rgba(50,196,181,1) 100%);
	background:-webkit-linear-gradient(left,  rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
	background:linear-gradient(to right,  rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 7px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {width:40px;}
#banner .swiper-button {position:absolute;top:50%;z-index:10;color:#fff;font-size:100px;font-weight:bold;opacity:0;visibility:hidden;transform:translateY(-50%);transition:opacity 700ms;cursor:pointer;}
#banner .swiper-prev {left:10%;}
#banner .swiper-next {right:10%;}
#banner:hover .swiper-button {opacity:1;visibility:visible;}
#banners {height:396px;font-size:0;background-position:center center;background-repeat:no-repeat;background-size:cover;}

.wys {color:#0DABEA;background-image: -webkit-gradient(linear,left 0, right 0, from(#0DABEA), to(#32C4B5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.bgs {background:rgb(13,171,234);
    background:-moz-linear-gradient(left, rgba(13,171,234,1) 0%, rgba(50,196,181,1) 100%);
    background:-webkit-linear-gradient(left, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
    background:linear-gradient(to right, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
}
.wrap {margin-left:auto;margin-right:auto;width:1200px;box-sizing:border-box;}
#content {padding-bottom:80px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#finfo {color:#999;background-color:#1e1e1e;}
#finfo a {color:#999;}
#finfo a:hover {color:#0cabeb;font-weight:bold;}
#finfo > div {display:flex;}
#finfo .cols {padding:60px 0 60px 35px;width:210px;box-sizing:border-box;border-left:1px solid rgba(255,255,255,0.1);}
#finfo .cols:last-child {width:170px;}
#finfo .tis h2 {color:#fff;font-size:18px;font-weight:normal;line-height:1;}
#finfo .tis p {margin-top:15px;margin-bottom:25px;font-size:16px;font-weight:bold;}
#finfo ul li {margin-bottom:15px;font-size:16px;}
#finfo ul li:last-child {margin-bottom:0;}
#finfo .lxwm {flex:1 1 auto;padding-right:35px;}
#finfo .lxwm .text li {font-size:14px;}
#finfo .qrcode {font-size:0;}
#finfo .qrcode img {width:100%;}
#footer {color:#999;background-color:#151515;}
#footer a {color:#999;}
#footer a:hover {color:#0cabeb;font-weight:bold;}
#footer > div {display:flex;align-items:center;justify-content:space-between;padding-top:25px;padding-bottom:25px;font-size:12px;line-height:1.65;}
#footer .ras {margin-left:80px;}

#flxwm > div {display:flex;align-items:center;position:relative;padding:12px 60px 12px 0;color:#fff;}
#flxwm h4 {font-size:24px;font-weight:normal;line-height:1.6;}
#flxwm a {flex:0 0 auto;margin-left:80px;padding-left:40px;padding-right:40px;height:50px;line-height:50px;color:#fff;font-size:20px;font-weight:bold;border:1px solid #fff;}
#flxwm i {position:absolute;top:50%;right:0;margin-top:-12px;font-size:24px;font-weight:bold;cursor:pointer;}

#fnav {display:none;position:fixed;bottom:0;left:0;z-index:99;width:100%;height:38px;background-color:#0cabeb;}
#fnav a {flex:1 1 auto;display:flex;align-items:center;justify-content:center;height:100%;color:#fff;text-align:center;box-sizing:border-box;border-right:1px solid #1cb5f3;}
#fnav a:last-child {border-right:none;}
#fnav a i {margin-right:5px;}
#fnav a i.icon-product {font-size:14px;}

.tits {padding-top:60px;text-align:center;}
.tits h2 {color:#222;font-size:46px;line-height:1;letter-spacing:2px;}
.tits p {margin-top:10px;color:#a4a4a4;font-size:20px;line-height:1;text-transform:uppercase;}

/*===================================================================================*/

#search {border-bottom:1px solid #ededed;background-color:#f7f7f7;}
#search > div {display:flex;align-items:center;justify-content:space-between;padding-top:17px;padding-bottom:17px;}
#search .ssk {flex:0 0 auto;position:relative;width:350px;height:36px;overflow:hidden;}
#search .ssk input {padding-left:18px;padding-right:80px;width:100%;height:100%;border-radius:18px;border:1px solid #e3e3e3;background-color:#fff;}
#search .ssk span {position:absolute;top:0;right:0;z-index:2;display:block;width:66px;height:100%;border-radius:18px;background:url(../images/icon-search.png) no-repeat center center #0cabeb;cursor:pointer;}
#search .keys {margin-right:80px;}
#search .keys span {color:#333;font-weight:bold;}
#search .keys a {display:inline-block;margin-right:15px;}
#search .keys a:last-child {margin-right:0;}

#bnav > div {padding-top:18px;padding-bottom:18px;padding-left:35px;color:#808080;background:url(../images/icon-1.png) no-repeat left center;}
#bnav i {margin-left:5px;margin-right:5px;font-size:14px;}
#bnav a {color:#808080;}
#bnav a:hover {color:#0cabeb;}
#bnav strong {color:#222;font-weight:normal;}
#bnav-m {display:none;padding:8px 4%;color:#999;font-size:12px;border-bottom:1px solid #eee;background-color:#f2f2f2;}
#bnav-m a {color:#999;}
#bnav-m i {margin:0px 6px;font-size:10px;}
#bnav-m strong {color:#0cabeb;font-weight:normal;}
#bname-m {position:relative;display:none;overflow:hidden;}
#bname-m h2 {padding:12px 60px 12px 4%;color:#fff;font-size:18px;}
#bname-m span {position:absolute;top:50%;right:4%;margin-top:-4px;display:block;border:8px solid transparent;border-top-color:#fff;transition:none;}
#bname-m span.active {margin-top:-12px;border-top-color:transparent;border-bottom-color:#fff;}
#bmenu-m {display:none;width:100%;transition:none;}
#bmenu-m a {position:relative;display:block;padding:10px 40px 10px 4.2%;color:#fff;font-size:14px;border-top:1px solid #1db6d3;}
#bmenu-m a:before {display:inline-block;margin-right:8px;width:4px;height:4px;content:"";vertical-align:middle;border-radius:50%;background-color:#fff;transform:translateY(-1.5px);}
#bmenu-m a i {position:absolute;top:50%;right:4%;margin-top:-7px;color:#fff;font-size:14px;}
#bmenu-m a.curt {}
#bmenu-m a.subs {padding-left:8%;}
#bmenu-m a.thds {padding-left:14%;}

#tmenu {box-shadow:0 4px 6px #e9e9e9;}
#tmenu > div {display:flex;flex-flow:row wrap;}
#tmenu a {display:flex;align-items:center;position:relative;width:20%;height:100px;color:#1a1a1a;font-size:22px;}
#tmenu a:after {position:absolute;bottom:0;left:0;display:none;width:100%;height:2px;background-color:#0cabeb;content:"";}
#tmenu a:before {position:absolute;bottom:-4px;left:50%;z-index:2;display:none;margin-left:-6px;width:12px;height:12px;border-radius:50%;box-sizing:border-box;border:3px solid #fff;outline:3px solid #0cabeb;background-color:#0cabeb;content:"";}
#tmenu a span {width:100%;text-align:center;}
#tmenu a span:after {position:absolute;top:50%;right:0;display:block;width:1px;height:26px;background-color:#cfcfcf;content:"";transform:translateY(-50%);}
#tmenu a:nth-child(5n) span:after {display:none;}
#tmenu a:hover, #tmenu a.curt {color:#0cabeb;font-weight:bold;}
#tmenu a:hover:after, #tmenu a.curt:after {display:block;}
#tmenu a:hover:before, #tmenu a.curt:before {display:block;}

#tmenu2 > div {display:flex;flex-flow:row wrap;box-shadow:0 4px 6px #e9e9e9;}
#tmenu2 a {display:flex;align-items:center;position:relative;width:20%;height:60px;color:#1a1a1a;font-size:22px;}
#tmenu2 a:after {position:absolute;bottom:0;left:0;display:none;width:100%;height:2px;background-color:#0cabeb;content:"";}
#tmenu2 a:before {position:absolute;bottom:-4px;left:50%;z-index:2;display:none;margin-left:-6px;width:12px;height:12px;border-radius:50%;box-sizing:border-box;border:3px solid #fff;outline:3px solid #0cabeb;background-color:#0cabeb;content:"";}
#tmenu2 a span {width:100%;text-align:center;}
#tmenu2 a span:after {position:absolute;top:50%;right:0;display:block;width:1px;height:26px;background-color:#cfcfcf;content:"";transform:translateY(-50%);}
#tmenu2 a:nth-child(5n) span:after {display:none;}
#tmenu2 a:hover, #tmenu2 a.curt {color:#0cabeb;font-weight:bold;}
#tmenu2 a:hover:after, #tmenu2 a.curt:after {display:block;}
#tmenu2 a:hover:before, #tmenu2 a.curt:before {display:block;}

#ssjg > div {padding-bottom:60px;}
#ssjg .tis {border-bottom:1px solid #e3e3e3;}
#ssjg .tis h2 {display:inline-block;margin-bottom:-1px;padding:8px 25px;color:#fff;font-size:22px;font-weight:normal;vertical-align:top;background-color:#333;}
#ssjg .list a {display:flex;padding-top:25px;padding-bottom:25px;border-bottom:1px solid #e3e3e3;}
#ssjg .list a .imgs {flex:0 0 auto;width:260px;font-size:0;}
#ssjg .list a .imgs img {width:100%;}
#ssjg .list a .text {flex:1 1 auto;margin-left:40px;}
#ssjg .list a .text h2 {font-size:22px;font-weight:normal;line-height:1.6;}
#ssjg .list a .text p {margin-top:12px;color:#666;font-size:14px;line-height:1.9;-webkit-line-clamp:3;}
/*===================================================================================*/
/* 加工实力 */
#jgsl .bts {margin-top:50px;font-size:40px;text-align:center;line-height:1;background:linear-gradient(to top right, #0cabeb, #34c4b3);-webkit-background-clip:text; -webkit-text-fill-color:transparent;}
#jgsl .tis {padding-top:70px;}
#jgsl .tis h2 {color:#333;font-size:32px;line-height:1;}
#jgsl .tis p {margin-top:10px;color:#ccc;font-size:20px;text-transform:uppercase;}

#jgsl .intro {position:relative;z-index:2;margin-top:40px;padding-top:60px;background:url(../images/ypzs_bg.jpg) no-repeat center top;background-size:100% 260px;}
#jgsl .intro > div {padding-top:1px;padding-bottom:50px;box-shadow:0 8px 12px 0px rgba(0, 0, 0, 0.06);background-color:#fff;}
#jgsl .intro .list dd {display:inline-block;margin-top:2%;margin-left:1%;width:48.5%;vertical-align:top;}
#jgsl .intro .list dd div {display:flex;align-items:center;padding-top:7px;padding-bottom:7px;color:#fff;font-size:22px;}
#jgsl .intro .list dd div span {flex:0 0 auto;padding:0 20px;font-weight:bold;}
#jgsl .intro .list dd div h4 {padding-left:20px;font-weight:normal;letter-spacing:5px;line-height:1.4;border-left:1px solid #dcb889;}
#jgsl .intro .list dd p {padding:15px 60px 0 60px;color:#666;font-size:16px;line-height:1.8;}

#jgsl .gytd1 {background-color:#f9f9fb;}
#jgsl .gytd1 > div {padding-bottom:70px;}
#jgsl .gytd1 .list {display:flex;flex-flow:row wrap;}
#jgsl .gytd1 .list dd {margin-top:2.5%;margin-right:2.5%;width:31.66666%;vertical-align:top;background-color:#fff;transition:transform ease-out 300ms;}
#jgsl .gytd1 .list dd:nth-child(3n) {margin-right:0;}
#jgsl .gytd1 .list dd h4 {padding:10px;color:#fff;font-size:24px;font-weight:normal;text-align:center;}
#jgsl .gytd1 .list dd p {padding:15px 25px;color:#4c4c4c;font-size:16px;line-height:1.9;}
#jgsl .gytd1 .list dd:hover {transform:translateY(-8px);}

#jgsl .youshi .tis {margin-bottom:30px;}

#jgsl .cjzs1 .list dd {position:relative;display:inline-block;margin-top:1%;padding-left:50px;width:45.833%;font-size:0;box-sizing:border-box;}
#jgsl .cjzs1 .list dd:nth-child(even) {margin-left:8.334%;}
#jgsl .cjzs1 .list dd img {width:100%;}
#jgsl .cjzs1 .list dd h4 {position:absolute;top:48px;left:0;z-index:2;padding:12px 20px;color:#fff;font-size:22px;}

#jgsl .gytd2 .list {padding-top:20px;padding-bottom:20px;}
#jgsl .gytd2 .list .rows {display:flex;margin-top:1%;}
#jgsl .gytd2 .list .rows .icon {flex:0 0 auto;width:290px;text-align:center;border-radius:8px;}
#jgsl .gytd2 .list .rows .icon span {height:50px;font-size:0;}
#jgsl .gytd2 .list .rows .icon span img {max-height:100%;}
#jgsl .gytd2 .list .rows .icon h4 {margin-top:20px;color:#fff;font-size:24px;font-weight:normal;}
#jgsl .gytd2 .list .rows .imgs {flex:0 0 auto;margin-left:12px;padding:15px;width:288px;height:288px;font-size:0;text-align:center;border-radius:8px;box-sizing:border-box;background-color:#f3f3f3;}
#jgsl .gytd2 .list .rows .imgs span {max-height:100%;}
#jgsl .gytd2 .list .rows .imgs img {max-height:100%;border-radius:8px;}
#jgsl .gytd2 .list .rows .text {flex:1 1 auto;margin-left:12px;padding:35px;border-radius:8px;background-color:#f3f3f3;}
#jgsl .gytd2 .list .rows .text h4 {color:#333;font-size:24px;font-weight:normal;line-height:1.5;}
#jgsl .gytd2 .list .rows .text p {margin-top:10px;color:#666;font-size:16px;line-height:2.2;}

#jgsl .gyys2 {background-color:#f9f9fb;}
#jgsl .gyys2 > div {padding-bottom:60px;}
#jgsl .gyys2 .list {display:flex;flex-flow:row wrap;}
#jgsl .gyys2 .list dd {margin-top:1.88%;margin-right:1.88%;width:32.08%;font-size:0;vertical-align:top;background-color:#fff;}
#jgsl .gyys2 .list dd:nth-child(3n) {margin-right:0;}
#jgsl .gyys2 .list dd img {width:100%;}
#jgsl .gyys2 .list dd h4 {padding:15px;color:#fff;font-size:24px;font-weight:normal;text-align:center;}
#jgsl .gyys2 .list dd p {padding:15px 25px;color:#4c4c4c;font-size:16px;line-height:1.8;}

#jgsl .gytd3 .list {display:flex;flex-flow:row wrap;}
#jgsl .gytd3 .list dd {margin-top:2%;margin-right:3.333%;padding:30px;width:22.5%;color:#424242;box-sizing:border-box;box-shadow:0 0 10px #eee;transition:all cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;background:#f5f5f5;}
#jgsl .gytd3 .list dd:nth-child(4n) {margin-right:0;}
#jgsl .gytd3 .list dd h4 {color:#424242;font-size:24px;text-align:center;}
#jgsl .gytd3 .list dd h4:after {display:block;margin:10px auto 0 auto;width:30px;height:3px;background-color:#0cabeb;background:linear-gradient(to top right, #0cabeb, #34c4b3);content:"";}
#jgsl .gytd3 .list dd p {margin-top:15px;color:#4c4c4c;font-size:16px;line-height:1.9;}
#jgsl .gytd3 .list dd:hover {color:#fff;box-shadow:10px 10px 10px #eee;background-color:#0cabeb;background:linear-gradient(to top right, #0cabeb, #34c4b3);transform:translateY(-10px);}
#jgsl .gytd3 .list dd:hover h4 {color:#fff;}
#jgsl .gytd3 .list dd:hover h4:after {background:#fff;}
#jgsl .gytd3 .list dd:hover p {color:#fff;}

#jgsl .gyys3 .list {margin-top:30px;}
#jgsl .gyys3 .list dd {position:relative;padding-bottom:100px;}
#jgsl .gyys3 .list dd:before {position:absolute;bottom:16px;left:0;width:100%;height:34px;background:url(../images/bg1.gif) no-repeat;background-size:100% 100%;content:"";}
#jgsl .gyys3 .list dd:after {display:block;content:"";clear:both;}
#jgsl .gyys3 .list dd:nth-child(odd) .imgs {float:left;}
#jgsl .gyys3 .list dd:nth-child(odd) .text {float:right;}
#jgsl .gyys3 .list dd:nth-child(even):before {transform:rotateY(180deg);}
#jgsl .gyys3 .list dd:nth-child(even) .imgs {float:right;}
#jgsl .gyys3 .list dd:nth-child(even) .text {float:left;}
#jgsl .gyys3 .list dd .imgs {width:51.5%;font-size:0;}
#jgsl .gyys3 .list dd .imgs img {width:100%;}
#jgsl .gyys3 .list dd .text {width:44.15%;box-sizing:border-box;}
#jgsl .gyys3 .list dd .text .name {display:flex;align-items:center;padding-bottom:30px;background:url(../images/line.gif) repeat-x left bottom;}
#jgsl .gyys3 .list dd .text .name span {width:80px;height:80px;line-height:80px;color:#fff;font-family:Times New Roman;   font-size:46px;text-align:center;border-radius:50%;}
#jgsl .gyys3 .list dd .text .name h4 {margin-left:24px;color:#333;font-size:36px;font-weight:normal;}
#jgsl .gyys3 .list dd .text .desc {padding-top:10px;}
#jgsl .gyys3 .list dd .text .desc p {margin-top:15px;padding-left:25px;color:#666;font-size:16px;line-height:1.6;background:url(../images/arrow-1.jpg) no-repeat 0 8px;}


.youshi dl {display:flex;position:relative;margin-top:50px;padding-top:50px;padding-bottom:30px;background-image:url(../images/youshi_bg.jpg);background-repeat:no-repeat;}
.youshi dl:first-child {margin-top:0;}
.youshi dl:nth-child(odd) {padding-left:75px;}
.youshi dl:nth-child(even) {padding-right:75px;background-position:right center;}
.youshi dl dd {margin-right:3.35%;width:31.1%;font-size:0;box-shadow:0 0 2px #dedede;background-color:#fff;}
.youshi dl dd:last-child {margin-right:0;}
.youshi dl dd img {width:100%;}
.youshi dl dd div {padding:16px 20px;}
.youshi dl dd div h4 {color:#333;font-size:22px;line-height:1.5;}
.youshi dl dd div p {margin-top:10px;color:#666;font-size:15px;line-height:1.9;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
.input_text {padding:0px 8px;width:280px;height:34px;line-height:34px\9;box-sizing:border-box;border:1px solid #ddd;}
.input_area {padding:6px 8px;height:176px;line-height:1.6;box-sizing:border-box;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0px 0px 0px 8px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_radio {position:relative;top:1px;}
.input_checkbox {position:relative;top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_radio {position:relative;top:3px;width:15px;height:15px;}
	.input_checkbox {position:relative;top:3px;width:15px;height:15px;}
}
.button {color:#fff;font-size:14px;box-sizing:border-box;border:none;cursor:pointer;}
.button_wd {width:110px;height:35px;}
.button_wp {padding-left:30px;padding-right:30px;height:35px;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:3%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {font-size:16px;line-height:1.9;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:bold;line-height:1.4;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:20px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0px;}
.editorc table.border {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc table.border td table {margin-bottom:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.9;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:20px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0px;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td, .editorc_tbe th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

#prevnext {position:relative;margin:3% auto 0px auto;padding:15px 150px 0px 0px;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0px;display:block;padding:8px 15px 8px 10px;color:#333;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#eb6100;}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

/*===================================================================================*/

#wzmap > div {padding-bottom:60px;}
#wzmap .list {margin-top:45px;}
#wzmap .list h2 {display:inline-block;padding:5px 30px;font-size:26px;font-weight:normal;vertical-align:top;background-color:#0cabeb;}
#wzmap .list h2 a {color:#fff;}
#wzmap .list dl {display:flex;flex-flow:row wrap;}
#wzmap .list dl dd {width:16.666%;height:60px;line-height:60px;text-align:center;border-bottom:1px solid #d2d2d2;overflow:hidden;}
#wzmap .list dl dd a {color:#666;}
#wzmap .list dl dd a:hover {color:#0cabeb;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background:url(../images/tbs/white0.png);}

/*===================================================================================*/
/* 浮动在线客服 */

#float_os {position:fixed;bottom:20%;right:10px;z-index:98;width:45px;}
#float_os li {position:relative;margin-bottom:5px;height:45px;line-height:45px;color:#fff;text-align:center;border-radius:50%;background-color:#0cabeb;cursor:pointer;}
#float_os li:last-child {border-bottom:none;}
#float_os li a {position:relative;z-index:2;display:block;width:100%;height:100%;color:#fff;border-radius:50%;background-color:#0cabeb;}
#float_os .qrcode div {position:absolute;top:0;right:55px;display:none;padding:5px;width:100px;font-size:0;line-height:normal;text-align:center;border:1px solid #ddd;background-color:#fff;}
#float_os .qrcode div img {width:100%;}
#float_os .qrcode div p {margin-top:0;color:#666;font-size:12px;}
#float_os .qrcode:hover div {display:block;}
#float_os .tel p {position:absolute;top:0;right:0;z-index:1;display:none;padding-left:20px;padding-right:55px;height:100%;color:#fff;font-size:18px;white-space:nowrap;word-break:keep-all;border-radius:23px;background-color:#0cabeb;}
#float_os .tel:hover p {display:block;}
#float_os .top {display:none;}
#float_os .icon-qrcode {font-size:22px;}
#float_os .icon-kefu {font-size:22px;}
#float_os .icon-home-light {font-size:22px;}
#float_os .icon-arrow2-up {font-size:20px;}

/*===================================================================================*/

#news_page {padding-top:50px;width:100%;}
#pros_page {padding-top:60px;width:100%;}
#photos_page {padding-top:3.5%;width:100%;}
.fypage {font-size:0;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 4px;padding:0 12px;min-width:36px;height:36px;line-height:34px;font-size:14px;color:#808080;text-align:center;vertical-align:top;box-sizing:border-box;border-radius:4px;border:1px solid #e5e5e5;background-color:#fff;overflow:hidden;}
.fypage a:hover {color:#0cabeb;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;border-color:#0cabeb;background:rgb(13,171,234);
    background:-moz-linear-gradient(left, rgba(13,171,234,1) 0%, rgba(50,196,181,1) 100%);
    background:-webkit-linear-gradient(left, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
    background:linear-gradient(to right, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);}
.fypage .fypage_sl {display:inline-block;height:36px;line-height:34px;font-size:14px;font-style:normal;vertical-align:top;}
.fypage .fypage_prev,.fypage .fypage_next {}

#news_mpage {display:none;padding-top:6%;}
#pros_mpage {display:none;padding-top:6%;}
#photos_mpage {display:none;padding-top:6%;}
.mfypage {font-size:0;text-align:center;}
.mfypage a,.mfypage span {display:inline-block;margin:0 3px;padding:0 8px;height:24px;font-size:12px;line-height:24px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:#0cabeb;background:rgb(13,171,234);
    background:-moz-linear-gradient(left, rgba(13,171,234,1) 0%, rgba(50,196,181,1) 100%);
    background:-webkit-linear-gradient(left, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
    background:linear-gradient(to right, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);}
#mfypage_gov {display:inline-block;margin:0px 3px;padding:0 6px;width:36px;height:26px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#mfypage_gobtn:hover {color:#fff;border-color:#0cabeb;background:rgb(13,171,234);
    background:-moz-linear-gradient(left, rgba(13,171,234,1) 0%, rgba(50,196,181,1) 100%);
    background:-webkit-linear-gradient(left, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);
    background:linear-gradient(to right, rgba(13,171,234,1) 0%,rgba(50,196,181,1) 100%);}