* {margin:0;padding:0;}
a {text-decoration:none}
a:hover {text-decoration:none}
ul,li {list-style:none}
.fl {float:left}
.fr {float:right}
.clear {clear:both}
input {outline:none}
body,html {background:#fff;}
body {font-family:"微软雅黑";box-sizing:border-box;}
.cont8{ width:90%; height:auto; display: inline-block; margin:0 5%;}
@media (min-width:1500px){
    .cont8{ width:86%; height:auto; display: inline-block; margin:0 7%;}
}

/*title*/
.title {width:100%;text-align:center;/*padding-top:30px;*/}
.title>h2 {font-size:34px;color:#6d6d6f;font-weight:normal;}
.title>p {font-size:16px;color:#f90101;}

/*foot*/
.contact1 {width:100%;background:#000;padding:20px 0;}
.foot-nav {overflow:hidden;margin-bottom:24px;}
.foot-nav dl {float:left;margin-right:50px;}
.foot-nav dl dt {color:white;font-size:18px;line-height:36px;}
.foot-nav dl dd a {color:#999;font-size:14px;line-height:26px;}
.foot-nav dl dd a:hover {border-bottom:solid 1px #fb0101;}
.foot-nav div {float:right;}
.foot-nav img {width:50%;}
.foot {width:100%;background:#202020;padding:5px 0;}
.foot>p {text-align:center;color:#ccc;padding:0 10px;}
.foot>p>a {color:#ccc;}
@media all and (max-width:768px) {
    .contact1 {display:none;}
}


/* bread */
.position {width:100%;height:52px;line-height:52px;position:relative; background: #f5f5f5;}
.position::before{ content:""; position:absolute; width:30%; background:#035c3e; height: 52px;}
.position .psbox { position:relative; z-index:2; width:100%;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.position .psbox .nybanleft {background:#035c3e;color:#fff;font-size:18px;}
.position .psbox .nybanleft h3{ margin: 0; line-height: 52px;}
.position .psbox .nybanright{ float: right;}
.position .psbox .nybanright a {color:#333; font-size: 14px;}
.position .psbox .nybanright ul li{ float:left; margin-left: 30px;}
.position .psbox .nybanright ul .active a{ color:#035c3e; position: relative;}
.position .psbox .nybanright ul .active a::before{ content:""; position: absolute; height:3px; width:100%; background: #035c3e; top: 32px;}
.nyban{ margin-top: -140px;}

/* ny-about */
.abjj h3{ margin-bottom: 30px; font-size: 28px;}
.abjj h3 b{ color: #035c3e;}
.abjj p{ font-size: 16px; color: #666; line-height: 30px; text-indent: justify;}
.abjj p img{ width:100%; height:auto; margin-bottom: 20px;}
.abjj .zi p{ text-indent: 2em; margin-bottom: 20px; line-height: 30px;}
.linian{ width: 100%; height: auto; background: url(../images/bgab.jpg) no-repeat center center;padding:100px 0; }
.linleft{ color: #333; background: rgba(255,255,255,.6); padding:80px; }
.linleft h1{ font-size: 36px; height: 50px; margin: 0 0 34px; font-weight: 600; }
.linleft h3{ line-height: 36px; font-size: 16px; text-indent: 2em; margin-bottom: 15px;}
.linleft h4{ margin-left: 36px;}
.linright{ position: relative; margin-top: 60px;}
.linian2{ margin-bottom: 80px; width: 100%; height:auto; display: inline-block;}
/* .jxnav {width:100%;height:auto;display: inline-block;} */
.syprolist{ width:100%;height:auto;margin-bottom: 30px; display:flex;display:-webkit-flex;flex-flow:row wrap;}
.syprolist span {width:23%;margin:0 1%;text-align:center;background:#fff;border:1px solid #f5f5f5;height:50px;line-height:50px;display: inline-block;font-size: 18px;border-radius: 5px;
	font-weight: 600;color:#333;}
.syprolist span:hover{ cursor: pointer;}
/* .jxnav li a {color:#333;font-size:18px;} */
.syprolist .but {color:#035c3e;position:relative;border:1px solid #035c3e;}
.syprolist .but a {color:#fff;}
.syprolist .but::before {content:"";position:absolute;left:0;right:0;bottom:0;width:0;height:0;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #035c3e;margin:0 auto;}


/* tz-gallery */
.rytitle{ font-size:20px; font-weight: 600; margin-bottom: 30px; line-height: 36px; color:#333;}
.tz-gallery {width:100%;height:auto;display:inline-block;}
.tz-gallery .thumbnail {width:94%;margin:0 auto 20px;overflow:hidden;border: 4px solid #ddd;padding: 12px; border-radius: 0;}
.tz-gallery .thumbnail img { width:100%; height: auto; transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;}
.tz-gallery .thumbnail:hover img {transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);}
.tz-gallery .tutit {width:100%;height:auto;text-align:center;font-size:18px;line-height:58px;}
.tz-gallery p{ font-size: 16px; margin-bottom:20px; color: #666;}

/* .nyabbg {background:#f5f5f5;} */
.nycontent.bgnone {width:100%;height:auto;background:#fff;padding:0;}
.nycontent {width:100%;height:auto;margin:90px 0 56px;display:inline-block;background:#fff;}
.tua {width:100%;height:auto;display:block;margin:0 auto;}
.pdescribe h3 {margin:0 0 20px;}
.pdescribe h3 b {font-size:20px;color:#035c3e;}
.pdescribe p {line-height:26px;font-size:15px;}
.nyalist {width:100%;height:auto;display:inline-block;}
.nyalist li {float:left;margin-right:20px;border:1px solid #035c3e;padding:5px 25px;border-radius:5px;}
.nyalist li a {color:#035c3e;}

/* ny-page*/
.pagination {display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:30px auto;justify-content:space-between;}
.pagination span>a {padding:5px 10px;color:#333;border:solid 1px #ccc;border-radius:5px;}
.page-num-current {padding:5px 0 !important;}
.pagination span>a select,.pagination span>a select:focus {border:solid 1px transparent !important;padding:5px 10px;background:transparent;}

/* ny-product */
.nyprolist {width:100%;height:auto;margin-bottom:15px;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.nyprolist li {width:98%;margin:0 1% 8px;text-align:center;background:#f5f5f5;height:32px;line-height:32px;}
.nyprolist .active a {color:#035c3e;}
.nyprolist li a {color:#333;}
.nyprolist li:hover {background:#035c3e;}
.nyprolist li:hover a {color:#fff;}
.ptit {width:100%;margin:0 0 10px;background:#035c3e;color:#fff;font-size:20px;letter-spacing:2px;font-weight:600;text-align:center;height:52px;line-height:52px;}
.newsny2 {margin-bottom:30px;}
.pbox {width:100%;height:auto;margin-bottom:28px;text-align:center;}
.pbox .tubox {width:96%;margin:0 2%;overflow:hidden;border:5px solid #ddd;}
.pbox:hover .tubox {border:5px solid rgba(3,92,62,.8);}
.pbox .tubox img {width:100%;height:auto;box-shadow:0 0 1px #ccc;background-color:skyblue;transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;-webkit-transition:all 1.5s ease 0s;-o-transition:all 1.5s ease 0s;}
.pbox:hover .tubox img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.pbox h3 {font-size:16px;margin:6px 0 16px;padding:10px 15px 0;color:#444;text-align:center;}
.pbox p {display:inline-block;background:#f5f5f5;padding:8px 36px;border-radius:20px;color:#035c3e;margin:0 auto;border:1px solid #f5f5f5;}
.pbox p span {width:24px;height:24px;line-height:22px;font-size:18px;text-align:center;display:inline-block;border-radius:50%;color:#fff;background:#035c3e;margin:0 0 0 5px;}
.pbox:hover h3 {color:#035c3e;}
.pro-xq-ms .pro-test h3 {font-size:20px;color:#444;line-height:56px;text-align:center;font-weight:600;border-bottom:4px solid #d7d7d7;background-color:#eee;}
.pro-xq-ms>p {padding:5px 5px;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-between;border-bottom:1px solid #000;}
.pro-xq-ms>p>a {color:#333;font-size:14px;}
.pro-xq-ms>p>span {font-size:14px;color:#333;}
.pleft {float:left;width:66%;margin-right:4%;padding-top:26px;}
.protu {width:30%;height:auto;}
.pro-next {padding:15px 15px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:30px 20px 15px;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.pro-next p a {color:#333;}
.pro-next p a:hover {color:#035c3e;}
.pro-test {width:100%;padding:20px 30px;}
.pro-test p {font-size:16px;letter-spacing:2px;color:#444;}
.pro-test p strong {font-size:18px;color:#035c3e;}
.pro-test table {width:100% !important;height:auto;border:1px solid 1px solid #ddd !important;}
.pro-test table p {margin:0;}
.pro-test table tr td {border-width:1px 1px 1px 1px !important;border-style:double solid solid double !important;border-color:rgba(3,92,62,.5) !important;padding:5px !important;}
.pdescribe {width:100%;margin:15px 0 0;padding:0 18px 0 0;height:368px;overflow-y:auto;overflow-x:hidden;}
.pdescribe::-webkit-scrollbar {/*滚动条整体样式*/    width:4px;/*高宽分别对应横竖滚动条的尺寸*/    height:4px;}
.pdescribe::-webkit-scrollbar-thumb {/*滚动条里面小方块*/    border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(3,92,62,0.9);background:rgba(3,92,62,0.9);}
.pdescribe::-webkit-scrollbar-track {/*滚动条里面轨道*/    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);border-radius:0;background:rgba(0,0,0,0.1);}
.pdescribe p {line-height:26px;/* text-indent:2em;*/    font-size:15px;color:#666;text-align:justify;}
.pdescribe h2 {border-bottom:1px solid #ddd;line-height:48px;color:#4a4a4a;}
.proszi{ width: 90%; margin: 0 0 0 10%;}
.proszi h2{ margin-bottom: 30px;}
.canshubox p img{ width:80%; height:auto; margin: 0 auto; margin: 0 10%;}


/* pro-canshu */
.cstit {width:100%;height:auto;display:inline-block;margin:50px 0 20px;}
.pback {float:right;display:block;font-size:14px;padding:5px 24px;border-radius:15px;background:#999;color:#fff;text-decoration:none;}
.pback:hover {background:#035c3e;color:#fff;}
.cstit .syprolist {width:100%;height:auto;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.cstit .syprolist li {width:24%;height:auto;background:#ddd;text-align:center;font-size:18px;height:50px;line-height:50px;}
.cstit .syprolist .but {background:#035c3e;color:#fff;}
.canshubox .sycptu {width:100%;height:auto;display:inline-block;text-align:center;}
.canshubox .sycptu img {max-width:80%;display:block;margin:20px auto 0;}
.canshubox .sycptu.prodown a {width:96%;margin:0 auto;padding:16px 10px;color:#333;font-size:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.canshubox .sycptu.prodown a:hover {color:#035c3e;}
.canshubox .sycptu.prodown a p {margin:0;}
.pcanshu .prolink {width:100%;height:auto;display:inline-block;padding:42px;border:1px solid #eee;}
.pcanshu .prolink h3 {width:100%;height:auto;text-align:left;font-size:20px;border-bottom:3px solid #035c3e;font-weight:600;display:inline;letter-spacing:1px;}
.pboxlx {width:100%;height:auto;display:inline-block;margin:30px 0 0;}
.prolibox {width:100%;height:auto;display:inline-block;border-bottom:1px solid #ddd;line-height:42px;}
.prolibox p {font-size:18px;}
.prolibox i {background:#035c3e;width:30px;height:30px;text-align:center;line-height:30px;color:#fff;border-radius:50%;margin-right:10px;}
.tuijpro h3 {width:100%;height:auto;border-bottom:2px solid #ddd;margin:25px 0;line-height:60px;position:relative;}
.tuijpro h3::before {content:"";position:absolute;width:100px;background:#035c3e;height:2px;left:0;bottom:-2px;}
.tuijpro h3 span {font-size:16px;color:#888;}
.tuijpro a {color:#333;line-height:50px;}


/* ny-tit */
.nytit {width:100%;height:auto;text-align:center;margin-bottom:36px;}
.nytit b {font-size:56px;color:rgba(1,69,169,.1);text-transform:uppercase;}
.nytit p {font-size:28px;margin-top:-60px;color:#035c3e;}


/* ny-news */  
.newsny {display:inline-block;width:100%;border-top:1px solid #ddd;padding:0;}
.newsny li {border-bottom:#f6f6f6 1px solid;padding:20px 0 40px;}
.newsny li:hover {background:#f6f6f6;}
.newsny li:hover .leftTime i {border:none;background:#035c3e;color:#fff;}
.newsny li:hover .newTitle {color:#035c3e;}
.newsny li a {width:100%;color:#333;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;text-decoration:none;}
.leftTime {margin:30px 0 0;}
.leftTime .newTime {font-size:20px;display:block;}
.leftTime i {border:1px solid #ddd;padding:5px 18px;}
.rightC {width:60%;margin:30px 0 0;}
.rightC h3 {font-size:20px;margin:0 0 10px;color:#333;}
.newPicBox {width:20%;height:auto;overflow:hidden;}
.newsny li a p {color:#666;font-size:15px;line-height:26px;}
.newsny li h4 {font-size:20px;margin:0 0 15px;}
.newshow h3 {font-size:22px;margin-bottom:20px;color:#333;}
.newshow p {font-size:15px;line-height:26px;text-indent:2em;margin-bottom:10px;}
.wenz p img {width:100%;margin:0 0 15px -2em;}
.casems{ margin: 30px 0; border:1px solid #ddd; padding: 20px 30px; color: #666;}
.casems h5{ margin-bottom: 15px;}
.casems p{ margin-bottom: 0; font-size: 12px;}


/* ny-download */  
.downlist {width:100%;height:auto;border:1px solid #ddd;padding:68px 40px 0;margin-bottom:20px;}
.downlist h3 {margin:0 0 42px 0;text-align:center;font-size:22px;color:#333;font-weight:600;}
.downbox {width:100%;height:auto;}
.downbox li {width:100%;padding:0 15px;background:#fff;border-top:1px solid #ddd;}
.downbox li a {width:100%;display:flex;line-height:56px;text-decoration:none;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.downbox li:hover a {color:#019326;}
.downbox li p {color:#333333;font-size:16px;font-weight:400;margin:0;line-height:68px;padding-bottom:0;text-indent:0;}
.downbox li p i {color:#019326;font-weight:600;}
.downbox li b {color:#999999;font-size:16px;font-weight:normal;}
.downbox li:hover b {color:#019326;}

/* ny-contact */
.pleft80{ padding-left: 80px;}
.linkbox{ margin-bottom: 80px;}
.messagebox {width:100%;display:inline-block;padding:28px 45px 16px;margin-top:20px;}
.linktu {width:100%;height:auto;margin:0 auto;position:relative;}
.linktu img {display:block;margin:0 auto;}
.linktu p {margin-bottom:0;text-indent:2em;line-height:30px;text-align:justify;}
.sub-title span{ color: #019326;font-weight: 700; letter-spacing: 3px; font-size: 16px;}
.sub-title h2{ font-size: 26px; font-weight: 600; margin:10px 0 15px;}
.sub-title p{ font-size: 14px; color: #666; text-indent: 2em; margin-bottom: 30px;}
.messagebox h4 {font-size:20px;}
.message-con {width:100%;padding:10px 0 0;}
.message-con>form {display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
.message-con>p {font-size:26px;font-weight:block;text-align:center;}
.form-group {width:46%;margin: 0 4% 24px 0;padding:5px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);}
.form-group input,.form-group1 textarea {padding:10px;border-radius:5px;letter-spacing:1px;font-size:15px;outline:none;border:none;box-shadow:none;display:block;width:100%;height:34px;
	line-height:28px;color:#555;background-color:#fff;background-image:none;}
.form-group1 {width:96%;margin:0;padding:5px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);}
.form-group1 textarea {width:100%;height:90px;}
.submit {border:solid 1px #019326;color:#fff;background:#019326;display:inline-block;margin-top:42px;border-radius: 5px;width:168px;height:46px;line-height:46px;font-size: 16px;}
.submit:hover {background:#035c3e;color:#fff;}

.arck-work-process-section {padding-bottom:150px;}
.arck-work-process-content {padding-top:85px;}
.arck-work-process-item {z-index:1;padding:50px 30px 0px;background-color:rgb(255,255,255);-webkit-box-shadow:0px 0px 50px 0px rgba(35,31,32,0.1);
	box-shadow:0px 0px 50px 0px rgba(35,31,32,0.1); position: relative;}
.arck-work-process-item:before {left:0;right:0;top:-15px;z-index:-2;width:85%;content:"";height:111%;margin:0 auto;position:absolute;border:2px solid #e5e5e5;
	-webkit-transition:var(--transition);transition:var(--transition);}
.arck-work-process-item:after {top:0;left:0;z-index:-1;width:100%;content:"";height:100%;position:absolute;background-color:#fff;}
.arck-work-process-item .inner-icon {margin-bottom:30px;}
.arck-work-process-item .inner-text h3 {font-size:22px;font-weight:700;padding-bottom:20px;color:#333;}
.arck-work-process-item .inner-text p {padding-bottom:15px; font-size: 16px;}
.arck-work-process-item .work-serial {top:20px;width:110px;height:90px;margin:0 auto;padding-top:10px;-webkit-transition:var(--transition);transition:var(--transition);
	background-color:var(--main-color);}
.arck-work-process-item .work-serial h4 {font-size:36px;font-weight:700;color:#fff;}
.arck-work-process-item .work-serial span {color:#fff;font-weight:600;font-family:var(--heading);}
.arck-work-process-item:hover:before {border:2px solid #019326;background-color:#019326;}
.arck-work-process-item:hover .work-serial {background-color:#333;}


/* ny-footer */
.footer {width:100%;height:auto;padding:84px 0 20px;background:#222;color:#f5f5f5;position:relative;}
.footer .pattern-layer {position:absolute;left:0px;top:0px;height:100%;width:320px;background-repeat:no-repeat;background-size:cover;}
.footer p {color:#fff;}
.footer p b {color:#dd461e;font-size:18px;}
.flist h3 {font-size:18px;font-weight:400;margin-bottom:15px;}
.flist p {width:100%;display:inline-block;margin-bottom:5px;}
.flist p a {font-size:14px;color:#999;}
.flist p a:hover{ color: #fff;}
.flist p span {float:left;}
.fright {width:100%;height:auto;display:inline-block;}
.fright h2 {font-size:24px;margin-bottom:30px;}
.fright h3 {font-size:18px;margin-bottom:15px;}
.fright p{ line-height: 30px;}
.ficon i {font-size:24px;color:#999;margin-right:10px;}
.bq {width:100%;height:auto;margin:36px 0 0;border-top:1px solid #666;padding:20px 0 0;}
.bq a {color:#ddd;}
.ewm {width:100px;height:auto;}

.pc{ display: block !important;}
.sj{ display: none !important;}
@media all and (max-width: 767px) {
	/* index */
	.pc{ display: none !important;}
	.sj{ display: block !important;}
	/* ny-style */
	.nyban{ margin-top: 15px;}
	.position .psbox .nybanleft{ width:100%; text-align: center;}
	.position .psbox .nybanright{ width: 100%; }
	.position .psbox .nybanright ul li{ width: 25%; margin: 0; text-align:center;}
	.nycontent.bgnone{ padding: 15px 0; margin-top: 50px;}
	.pdescribe{ height: auto;}
	.nytit p{ margin-top: -52px;}
	.nytit b{ font-size: 42px;}
	.form-group{ width:100%;}
	.form-group1{ margin-bottom: 30px;}
	.submit{ width:97%; margin: 0;}
	.abjj{ width: 92%; margin: 0 4%;}
	.abjj h3 b{ font-size:22px;}
	.linleft h3{ font-size: 20px;}
	.linleft.er{ color: #333; padding: 20px;}
	.linleft{ width:100%; padding:20px; margin:0;}
	.linian{ padding:32px;}
	.linleft h1{ font-size:22px; margin:0;}
	.linleft h3{ font-size:16px; line-height:26px;}
	.syprolist span{ width: 48%; margin-bottom: 10px;}
	.tz-gallery .thumbnail{ margin-bottom:10px;}
	.flist{ display:none;}
	.fright{ padding-left: 30px;}
	.footer{ padding-top:50px;}
	.jxnav li{ width: 33.3333% !important;}
	.leftTime{ width:100%; padding: 0 20px;}
	.rightC{ width:100%; padding: 0 20px; margin-bottom: 20px;}
	.rightC h3{ font-size:18px;}
	.newPicBox{ width:100%;}
	.pleft80{ padding-left: 30px;}
	.linkbox{ display:none;}
	.arck-work-process-content{ padding-top:0;}
}