/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #83b927;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.page{ margin:0 auto; width:1200px;}
.box{ margin:0 auto; width:94%;}
.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.bg{ margin:0 auto; width:1100px;}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


/*抬头*/
.top_bg{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190709/20190709095102_922612445.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 120px;}
.logo{margin-top: 4px;}
.name{margin-left: 17px;margin-top: 19px;}
.name span{display: block;font-size: 14.5px;color: #333;margin-top: 5px; margin-left:8px}
.tel0 {font-weight: bold;font-family: "Tw Cen MT";margin-top: 40px;font-size: 30px;color: #040404;}


.NavCeshi > li{ float: left; width: 120px; top:0px; -webkit-transition:0.2s all ease-in-out; transition:0.2s all ease-in-out; }
.NavCeshi > li > a{ display: block; text-align: center; padding: 40px 0 40px; font-size: 16px; line-height: 20px; color: #454545; -webkit-transition:0.2s all ease-in-out; transition:0.2s all ease-in-out; height: 40px; position:relative; z-index:1113; }
.NavCeshi > li > a > .en{ display: block; font-size: 12px; font-weight: 100; color: #ccc; line-height:35px; overflow: hidden; text-indent: 0; -webkit-transition:0.2s all ease-in-out; transition:0.2s all ease-in-out; white-space: nowrap; }
.NavCeshi > li#Zz0 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/0324001/uploadfile/image/20180512/20180512113213_1331238659.png) no-repeat -99px center; }
.NavCeshi > li#Zz1 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708195716_415714854.png) no-repeat -99px center; }
.NavCeshi > li#Zz2 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708195739_706194579.png) no-repeat -99px center; }
.NavCeshi > li#Zz3 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/0324001/uploadfile/image/20180512/20180512113249_1189841602.png) no-repeat -99px center; }
.NavCeshi > li#Zz4 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/0324001/uploadfile/image/20180512/20180512113348_1540388441.png) no-repeat -99px center; }
.NavCeshi > li#Zz5 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/0324001/uploadfile/image/20180512/20180512113231_1073640731.png) no-repeat -99px center; }
.NavCeshi > li#Zz6 > a > .en{ background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/0324001/uploadfile/image/20180512/20180512113407_35600249.png) no-repeat -99px center; }

.NavCeshi > li.navcurrent > a,.NavCeshi > li:hover > a{ color: #fff; background: #83b927; padding: 40px 0 40px}
.NavCeshi > li.navcurrent > a > .en,.NavCeshi > li:hover > a > .en{ text-indent: 99em; background-position:center !important; line-height: 45px; }
.erji_menu { position: absolute; width: 100%; left: 0; display:none; background:rgba(255,255,255,0.9); padding:30px 0 25px; top:120px; z-index:1111;border-top: 1px solid #eee;}
.erji_menu ul { display: block; margin: 0 auto; width: 1200px; text-align: center; }
.erji_menu ul li { display: inline-block; width:140px; margin:0 10px}
.erji_menu ul li a { display: block; color: #343434; line-height: 35px; font-size: 14px; letter-spacing: 1px; text-align: center; }
.erji_menu ul li a img { display: block; width: 100%; height: auto; }







/*幻灯片*/
.banner_box,.banner_box .bd li{height:600px;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:260px;background-image:url(/web/20240413031757im_/http://scyc1688.com/memberpic/sudyvalve/uploadfile/image/20181218/20181218174753_800498988.png);}
.banner_box .hd ul li.on{background:#83b927;}
.banner_box{min-width:1200px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_box .hd ul li.on{ width: 32px; }



.banner_n,.banner_n .bd li{height:350px;}
.banner_n .banner-btn a.prev,.banner_n .banner-btn a.next{top:110px;background-image:url(/web/20240413031757im_/http://scyc1688.com/memberpic/sudyvalve/uploadfile/image/20181218/20181218174753_800498988.png);}
.banner_n .hd ul li.on{background:#83b927;}
.banner_n{min-width:1200px;position:relative;overflow:hidden;}
.banner_n .bd{ width:100% !important;}
.banner_n .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_n .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner_n .banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner_n .banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_n:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n:hover .banner-btn a.next{ right:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n .banner-btn a.prev:hover,.banner_n:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_n .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_n .hd ul{ text-align: center}
.banner_n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_n .hd ul li.on{ width: 32px; }


/*搜索*/
	
	.search_nbg{width: 100%; min-width:1200px; height:80px; margin:0 auto;position:absolute; top:469px;background:#f5f5f5;}
	.search_bg{width: 100%; min-width:1200px; height:80px; margin:0 auto;border-bottom:1px #eee solid;}
	#search{ color: #999;
		width:1200px;	
		height:80px;
		margin:0 auto;
		line-height:80px;
		
		
		}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
	.search_01{ float:left; width:850px; padding-left:2px;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #ed0626;}
	.search_02 form{padding-left:0;}
	.search_02{
		height:40px;
		width:254px;
		overflow:hidden;
		margin-top:22px;
		float:right;
		}

	.search-i{ 
		width:34px; 
		overflow:hidden; 
		height:40px;
		}
	.search-bg{
		float:left;
		width:208px;
		height:38px;
		overflow:hidden;
		padding-left:10px;
        background: #fff;
        border: 1px #ccc solid;
        border-radius: 50px 0px 0px 50px;
        border-right: none;
		}



/*产品介绍*/
.introduce{ width: 100%;padding-top: 70px; }
.introduce_t{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190705/20190705155850_2062955121.png)no-repeat center;text-align: center;    height: 98px;}
.introduce_t span{font-size: 20px;color: #555;}
.introduce_t p{font-size: 34px;color: #83b927;font-weight: bold;margin-bottom: 6px;}
.introduce_t font{font-size: 14px;color: #ccc;}
.introduce_row2 { padding-top: 34px;background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190705/20190705160533_1988461374.jpg)no-repeat center bottom;height: 450px;}

.introduce_w{width: 520px;}
.introduce_w1{font-size: 20px;font-weight:bold;color: #222;margin-top:44px;margin-left: 42px;}
.introduce_w2{background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190705/20190705161224_1132822753.png)no-repeat;height: 35px;color: #fff;font-size: 16px;font-weight: bold;margin-left:42px;margin-top:30px;padding-left: 10px;padding-top: 2px;}
.introduce_w3{font-size: 15px;margin-left: 43px;margin-top: 4px;line-height:30px;}
.introduce_w3 a{font-size: 15px;}
.tab-title { text-align: center; }
.tab-title ul { display: block; padding: 10px 0 30px; }
.tab-title a{display: inline-block; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;line-height: 43px; height: 43px;color: #fff; transition: 0.3s all ease-in-out; font-size: 16px; width: 232px;background:#83b927;    margin-right: 6px;    }
.tab-title a.item-cur{ background: #f58b3d; color: #fff; }
.tab-cont__wrap { position: absolute; }
.tab-cont__wrap .item{ position: relative;    height: 367px;}
.tab-cont__wrap .item .adv_b{ position:absolute; z-index: 2; top: 0; height: 100%; width: 367px; }

.tab-cont__wrap .item:hover > .adv_t { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition: 3s all ease-in-out; transition: 3s all ease-in-out; }
.adv_t { display: block; width: 100%; -webkit-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; }
.adv_t img{ width: 100%}
.dvb_row1 { position: relative; }
.tab-cont { position: relative;width: 100%; height: 353px; overflow: hidden;}
.dvb_row1 .fl{ width: 95px; height: 95px; display: block; background:rgba(23,115,214,0.9); position: relative; z-index: 2}
.dvb_row1 .fl img { width: 66%; padding: 17%; }
.dvb_row1 .fr { font-size: 23px; font-weight: bolder; color: #fff; display: block; line-height: 95px; width: 235px; padding-left: 20px; text-align: justify; font-family: arial,microsoft yahei}
.dvb_row1::after { content: ''; background: #777; height: 1px; width: 100%; display: block; position: absolute; bottom: 0; left: 0; }
.dvb_row2 { padding: 20px 25px; }
.dvb_row2 p { font-size: 15px; color: #fff; line-height: 34px; text-align: justify; text-indent: 2em; letter-spacing: 0.3px; }
.dvb_row3 { font-size: 15px !important; line-height: 35px; display: inline-block; border: 1px solid #fff; border-radius: 4px; color: #fff !important; text-align: center; margin-left: auto; margin-right: auto; padding: 0px 20px; position: absolute; right: 25px; }
.dvb_row3 .impact { font-size: 18px; display: inline-block; line-height: 32px; vertical-align: middle; }



/*产品中心*/
.prod_bg{background:#f5f5f5 url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190709/20190709095408_995364020.jpg)no-repeat center top;width: 100%;min-width: 1200px;height: 1200px;}

.prod_t{text-align: center;background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190705/20190705155850_2062955121.png)no-repeat center;}
.prod_t p{color: #333;font-size: 36px;font-weight: bold;}
.prod_t p>t{color: #83b927;}
.prod_t span{display: block;font-size: 12px;margin-top: 8px;color: #ccc;}
.list{width: 260px;overflow: hidden;background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708112556_259297884.png)no-repeat center bottom;height: 962px;}
.list_t{background: #83b927;height: 100px;text-align: center;color: #fff;}
.list_t p{font-size: 24px;font-weight: bold;padding-top: 20px;}
.list_t span{display: block;font-size: 14px;margin-top: 4px;}
.list_d{background:#fff;border-left: 1px #eee solid;border-right: 1px #eee solid;}
.list_d table{width:100%;}
.list_d table tr td:nth-child(1){margin-top:14px;}
.list_d table tr td{display:block; border-bottom: 1px #eee solid;height: 50px;}
.list_d table tr td a{display:block;line-height:50px;font-size: 14px;color: #333;background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708110904_1600505302.png)no-repeat center left;padding-left:22px;    font-weight: normal !important;margin-left: 46px;}

.list_d table tr td:hover a{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708112116_858410461.png)no-repeat center left;color:#f58b3d;}

.list_b{background:#fff;width:218px;height:80px;padding-left: 40px;padding-top:20px;border-left: 1px #eee solid;border-right: 1px #eee solid;}
.list_tel{background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708113300_1475495679.png)no-repeat center left;    padding-left: 40px;}
.list_tel p{font-size: 14px;}
.list_tel span{display:block;font-weight: bold;color: #333;font-size: 20px;line-height: 22px;}



.prod_r{width:914px;overflow: hidden;}
.prod_rr{background: #fff;width:854px;height: 58px;line-height: 58px;padding: 0px 30px;}
.prod_rr span{display: block;float: left;background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708130059_2131881522.png)no-repeat center left;font-size: 15px;color: #333;padding-left: 37px;}
.prod_rr a{display: block;float: right;width: 82px;height: 27px;line-height: 27px;border-radius: 50px;border:1px #83b927 solid;text-align: center;font-size: 14px;color: #83b927;margin-top: 16px;}


.prod_rr a:hover{background:#83b927;color:#fff;}

.prod_convert{margin-top:20px;}

.prod_r4 table,.prod_r4 table tbody,.prod_r4 table tbody tr { display: block; }
.prod_r4 table tbody tr:after { content: ''; display: block; clear: both; }
.prod_r4 td { float: left; display: block; width: 290px;margin-bottom: 20px; padding: 0 !important; overflow: hidden; margin-right: 22px;}
.prod_r4 td br{ display: none; }
.prod_r4 td a,.prod_r4 td a img{ display:block; width:100%; height:auto; -webkit-transition:0.3s all ease; transition:0.3s all ease; overflow: hidden; }
.prod_r4 td:hover a img{ -webkit-transform:scale(1.1); transform:scale(1.1); }
.prod_r4 td > a { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #eee; }
.prod_r4 td > a:after { content: ''; display: block; width: 64px; height: 64px; position: absolute; top: -50%; left: 110px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; opacity: 0.8; background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708130214_777302315.png) no-repeat center; }
.prod_r4 td:hover > a:after { top: 35%}
.prod_r4 td div,.prod_r4 td span{ padding:0 !important; line-height: 50px; }
.prod_r4 td div a,.prod_r4 td span a { font-size: 15px; display: block; text-align: left; position: relative; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; line-height: 50px;color: #454545;}
.prod_r4 td:hover div a,.prod_r4 td:hover span a{ color: #83b927;}
.prod_r4 td span a:after{ content: ''; display: block; width: 20px; height: 20px; position: absolute; right: 10px; bottom: 14px; background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708130354_438647221.png) no-repeat -40px 2px; -webkit-transition:0.3s all ease; transition:0.3s all ease}
.prod_r4 td:hover div a:after,.prod_r4 td:hover span a:after{ background-position:8px 2px}
.prod_r4 td div,.prod_r4 td span { padding: 0 !important; line-height: 50px; height: 50px; width: 100%; position: relative; display: block; }
.prod_r4 td div:after,.prod_r4 td span:after{ content: ''; width: 100%; height: 1px;position: absolute; left: 0; bottom: 0; display: block; }
.prod_r4 td div:before,.prod_r4 td span:before{ content: ''; width: 0%; height: 1px; background: #83b927; position: absolute; left: 0; bottom: 0; display: block; z-index: 2; -webkit-transition:0.3s all ease; transition:0.3s all ease; }
.prod_r4 td:hover div:before,.prod_r4 td:hover span:before{ width: 100%}

.prod_r4 td:nth-child(3){margin-right: 0px;}

/*优势*/
.adv_bg{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190709/20190709100436_596827849.jpg)no-repeat center top;height: 1250px;}

.adv_t{color: #333;text-align: center; padding-bottom:10px;}
.adv_t p{font-size:40px;font-weight: bold;}
.adv_t span{font-size: 20px; line-height:40px;margin-top: 0px;}
.adv_bg1{height: 469px;}
.adv_bg2{height: 417px;}

.adv_r{width: 580px;}
.adv_ww{width:474px; padding-left:24px; height:210px;}
.adv_shu{width: 52px;height: 60px;line-height: 60px;text-align: center;color: #fff;background:#f58b3d;font-size: 30px;}
.adv_w1{margin-bottom: 10px;}
.adv_w1 p{font-size: 28px;font-weight: bold;color: #83b927;}
.adv_w1 em{display:block;width: 33px;height: 3px;background: #f58b3d;margin-top: 14px;}
.adv_w{font-size: 14px;line-height: 24px;color: #333;}
.adv_w p{margin-top: 12px;}
.adv_w b{font-size:24px; color: #f58b3d;}
.adv_bg3{background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/rufengwj8/uploadfile/image/20190705/20190705095005_627480202.jpg)no-repeat center;height:57px;}





/*合作客户*/
.partner_bg{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190705/20190705191647_355207761.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 319px;}
.partner_t{padding-top: 50px;margin: 0 auto;text-align: center;}
.partner_t p{font-size: 30px;color: #fff;font-weight: bold;}
.partner_t span{display: block;width: 120px;height: 1px;background:#ccc;margin:0 auto;margin-top: 22px;}

.partner_d{padding-top:38px; height:110px;}
.partner_d table td{position: relative;}
.partner_d table td br{ display: none;}
.partner_d table td div a{ background: #f58b3d;position: absolute; left:0; top:0;   -webkit-transition: all 0.5s ease 0s;   transition: all 0.5s ease 0s; -webkit-backface-visibility: hidden; backface-visibility: hidden; width:232px; height:117px; display: block; padding-top:0 !important; line-height: 102px; text-align: center; font-size:16px; color:#fff; text-overflow: ellipsis;
    white-space: nowrap;  -webkit-transform: rotateY(-180deg);  transform: rotateY(-180deg);}
.partner_d table td:hover div a{-webkit-transform: rotateY(0deg);transform: rotateY(0deg); z-index:3;}
.partner_d table td a img{ position: absolute; z-index: 2; left:0; -webkit-transform: rotateY(0deg); transform: rotateY(0deg);  -webkit-transition: all 0.6s ease 0s;  transition: all 0.6s ease 0s;-webkit-backface-visibility: hidden;backface-visibility: hidden; border:1px #ccc solid;}
.partner_d table td:hover a img{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}


/*简介*/
.com_bg{width: 100%; height: 945px; background: #eeeeed url(/web/20240413031757im_/http://scyc1688.com/memberpic/jinteng/uploadfile/image/20171228/20171228145438_347407359.jpg) top no-repeat;}

.about { width: 1200px; margin: 0 auto; }
.about_t {width: 1200px; text-align: center;}
.about_t p { font-size: 32px; color: #83b927; margin-bottom: 11px;    font-weight: bold;}
.about_t font { color: #666; font-size: 16px;}
.about_l { margin-left: 70px; width: 466px; height: 360px; }
.about_l p { font-size: 20px; color: #333; margin-top: 30px;}
.about_l span { font-size: 14px; line-height: 28px; display: block;}
.about_l a { width: 90px; height: 30px; display: block; background: #83b927; line-height: 30px; color: #fff; margin: 30px 10px 0 0; float: left; text-align: center;}
.about_l a:hover { background: #f58b3d;}
.about_r { margin: 25px 43px 0 0;}
.about_plant { width: 1200px; margin-top: 105px; text-align: center;}
.about_plant p { width: 1200px; background: url(/web/20240413031757im_/http://scyc1688.com/memberpic/jinteng/uploadfile/image/20171228/20171228153326_195301934.jpg) center no-repeat; font-size: 20px; color: #333;    font-weight: bold;}




#Left_workshop{width:29px; height:29px; cursor: pointer; position: absolute; top: 90px; z-index: 99; left: -10px;}
#Right_workshop{width:29px; height:29px; cursor: pointer; position: absolute; top: 90px; z-index: 99; right: -10px;}
.produce {width:1200px; height:auto; margin:0 auto; position: relative;}
#Roll_workshop { display: block; float: left; height: 250px; }
#Roll_workshop img { border: #cdcdcd 1px solid; margin-bottom:-20px;}
#Roll_workshop a { display: block; width: 282px;  color: #666; font-size: 14px; text-align: center; line-height: 40px;  margin:0 9px;}
#Roll_workshop a:hover { color:#c0285b;}
#Roll_workshop table td {padding-left: 0px !important;}  







/*新闻中心*/
.news{width:748px;}
.news_t{width:748px; overflow:hidden;}
.news_tl{float:left; overflow:hidden; padding-left:55px; background:url(/web/20240413031757im_/http://scyc1688.com/memberpic/huamao/uploadfile/image/20171115/20171115222626_1616442958.png) no-repeat left center;}
.news_tl_m{font-size:20px; line-height:28px;}
.news_tl_en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; color:#999; font-size:14px; line-height:20px;}
.lanrenzhijia{height: auto; overflow:hidden; padding-top:72px;}
.lanrenzhijia .tab{ overflow:hidden;width:360px; float:left; position:relative; z-index:99;}
.lanrenzhijia .tab a{width:150px; display:block; float:left;text-align:center; font-size:24px; color:#333;    padding-left: 5px; background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708092110_2087366398.jpg) no-repeat left center;}
.lanrenzhijia .tab a.on{-webkit-transition: all 0.8s;transition: all 0.8s;color:#83b927; background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708092043_1163510227.jpg) no-repeat left center;}
.lanrenzhijia .content{overflow:hidden; width:748px;height:575px; position:relative; margin-top:10px;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1100px;}
.lanrenzhijia .content .li{ width:748px; float:left;}

.news .tab a:hover{color: #83b927;}
.news_t .news_a,.wend span a{display: block; float:right; width:82px; height:26px; text-align:center; line-height:26px; font-size:14px; color:#333; border: 1px #eee solid;border-radius: 100px;}
.news_t .news_a:hover,.wend span a:hover{ color:#fff; border: 1px #83b927 solid; background:#83b927;}
.wend_d{ background:#fafafa; padding:20px;}

.wend b a:hover{color: #83b927;}
.news .news_div_item,.news .divdgweb_new_div_item{overflow:hidden; float:left; width:726px; height:130px; padding:10px 10px; margin-right:10px; border:solid 1px #eee; margin:10px 0; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; position: relative;}
.news .news_div_item:hover,.news .divdgweb_new_div_item:hover{background:#f5f5f5; -webkit-transition: all 0.5s linear; transition: all 0.5s linear;}
.news_div_item_date,.news .divdgweb_new_div_item_date{ position:absolute; z-index:999; width:auto; top: 110px; left: 188px; color:#999;}
.news .news_div_item_year,.news_div_item_month,.news .divdgweb_new_div_item_year,.divdgweb_new_div_item_month,.news_div_item_day,.divdgweb_new_div_item_day{float:left;font-size:12px;}
.news .news_div_item_content,.news .divdgweb_new_div_item_content{overflow:hidden; padding-top:10px; width:540px; padding-right:8px; float:right;}
.news .news_div_item_content a,.news .divdgweb_new_div_item_title a{font-size:15px; color:#333; font-weight:bold; line-height:34px;}
.news .news_div_item:hover .news_div_item_content a,.news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{color:#f58b3d;}
.news .news_div_item_body,.news .divdgweb_new_div_item_body{line-height:24px;}
.news .news_div_item_pic{width:160px; height:128px; overflow:hidden; float:left;}
.news .news_div_item_pic img{width:160px; height:128px;-webkit-transition: all 0.5s linear;transition: all 0.5s linear;}
.news .news_div_item:hover .news_div_item_pic img,.news .divdgweb_new_div_item:hover .news_div_item_pic img{-webkit-transform: scale(1.08);transform: scale(1.08);}

.wend b a{font-size: 22px;color: #222;font-weight: normal;display: block;margin-bottom: 20px; background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708092110_2087366398.jpg) no-repeat left center; padding-left:30px;}


.wend{float:right;margin-right: 0; width:427px;height:auto;}
.wend h2{left:0;margin-bottom:22px;}
.wend .divdgweb_new_div_item_content{border-bottom: 1px dashed #ccc; padding: 15px 0 0 0;    text-align: left;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item{background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708092155_1144974836.png) no-repeat left center;}
.wend .divdgweb_new_div_item_title{ padding-left:94px; line-height:44px;  font-size:15px; color:#333333; overflow: hidden;}
.wend  .divdgweb_new_div_item_title a{ color:#333;font-size:15px;margin-left:0px;    font-weight: bold;}
.wend  .divdgweb_new_div_item_title a:hover{color: #f58b3d;}
.wend .divdgweb_new_div_item_body{ padding-left:94px; line-height:24px; color:#666; height:80px; font-size: 13px; overflow: hidden;}




























/*foot*/
.copy{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101356_983772689.png) no-repeat center;width: 100%;height: 350px;min-width: 1200px;overflow: hidden;}
.copy > .page{position: relative;height: 100%;}
.copy > .page > .fl{width: 890px;}
.copy > .page > .fr{position: absolute;right: -310px;width: 440px;height: 250px;padding: 50px 310px 50px 0;background: #000;}
.copy > .page > .fr .copy_tel{font-size: 16px;font-weight: 100;color: #999;line-height:24px;text-align: right;padding: 10px 0 15px;position: relative}
.copy > .page > .fr .copy_tel:after{content: '';width: 20px;height: 2px;display: block;position: absolute;bottom: 0;right: 2px;background: #f58b3d;}
.copy > .page > .fr .copy_tel strong{font-family: arial;font-size: 30px;font-weight: bold;display: block;color: #f58b3d;line-height: 42px;text-align:right;}
.copy_p2{padding: 15px 0;}
.copy_p2 p{text-align: right;font-size: 15px;color: #888;line-height: 30px;font-weight: 100;padding-right: 30px}
.copy_p2_1{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101423_1890966546.png) no-repeat right center;}
.copy_p2_2{background: url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101501_1881314196.png) no-repeat right center;}


.friendlink { width: 215px; line-height: 50px; height: 50px; float: right;margin: 14px 0;position: relative;background: #f58b3d url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101528_614178951.png) no-repeat 177px 15px;cursor:pointer;}
.friendlink .fri_L { width: 160px; height: 50px; float: left; color: #ccc; font-size: 14px;  line-height: 47px; padding-left: 50px;background: #1e1e1e url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101601_758683854.png) no-repeat 15px center;font-weight: 100;border: 1px solid #444;border-right: 0 none;-webkit-box-sizing: border-box;box-sizing: border-box;}
.friendlink .fri_R { height: 50px; display: block;  width: 160px; line-height: 50px; position: absolute; left: 0;opacity: 0;
filter: alpha(opacity=0);-webkit-transition:0.3s all ease;transition:0.3s all ease;
}
.friendlink .linkTagcs { width: 161px; max-height: 50px;overflow: hidden; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; position: absolute; bottom: 0px; z-index: 3; background: #ddd;}
.friendlink:hover .linkTagcs{ max-height: 200px; overflow-x: hidden; overflow-y: auto; }
.friendlink .fri_R .linkTagcs li { float: none; line-height: 50px; text-align: left; text-indent: 10px; position: relative; }
.friendlink .fri_R .linkTagcs li a { display: block; color: #666; font-size: 13px;font-weight: 100;}

.friendlink:hover .fri_R{opacity: 1;
filter: alpha(opacity=100);}
.copy_row1{width: 100%;}
.copy_row1 ul{float: left;padding: 30px 130px 40px 50px;height: 220px;position: relative;}
.copy_row1 ul:before{content: '';display: block;width: 1px;height: 100%;position: absolute;left: 0px;background:#343434;top: 0;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.copy_row1 ul:after{content: '';display: block;width: 40px;height: 40px;border-radius: 50%;position: absolute;left: -20px;top: 42px;background:#343434 url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101645_463229807.png) no-repeat center;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.copy_row1 ul.copy_row1_2:after{background:#343434 url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101713_1665752451.png) no-repeat center;}
.copy_row1 ul.copy_row1_3:after{background:#343434 url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708101744_983014737.png) no-repeat center;}
.copy_row1:after{content: '';display: block;clear: both}
.copy_row1 ul li a{color: #999;font-weight: 100;display: block;line-height: 28px;font-size: 13px;}
.copy_row1 ul strong a{color: #ddd;font-weight: normal;display:block;font-size:17px;line-height:60px}
.copy_row1 ul strong{display:block;padding-bottom:10px;}
.copy_row1 ul li a:hover{color: #eee;text-decoration: underline;}
.copy_row1 ul:hover:after{background-color: #f58b3d;}
.copy_row1 ul:hover:before{background-color: #f58b3d;}
.copy_row1 ul:hover strong a{color: #f58b3d;}
.copy_row2{line-height: 60px;height: 60px;position: relative;width: 100%;font-size: 13px;color: #999;font-weight:100;z-index: 999;}
.copy_row2 a{color:#999;font-weight:100;    font-size: 14px;}
.copy_row2 a:hover{color: #fff;text-decoration: underline;}
.copy_row2:after{content: '';display: block;width: 1170px;height: 1px;background: #343434;position: absolute;top: 0px;right: 0;}














/* 右侧按钮 */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidebox1{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);-webkit-transition:all 0.3s;transition:all 0.3s;}
.side ul li .sidetop:hover{background:#83b927;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.side ul li .sidebox_ewm{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul .sidebox_ewmbox:hover{width:54px;height:210px !important;}
.side ul .sidebox_ewmbox p{-webkit-transition:all 0.5s;transition:all 0.5s; left:5px; top:0px;}
.side ul .sidebox_ewmbox:hover p{display: block; position: relative; left:5px; top: 0px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul .sidebox_ewmbox img{margin-left:0px;-webkit-transition:all 0.5s;transition:all 0.5s;}





/*分页*/
    .pages_info{overflow:hidden;text-align:center;margin-top: 20px !important;}
    .pages_info span{display:inline-block;padding:5px 12px;border: 1px dashed #ccc;}
    .pages_info span+span{margin-left:5px;}


#bodycon{padding-top:100px !important; padding-bottom:40px;}
.detail_title{width: 1184px !important;    margin-left: 0px !important;    margin-bottom: 20px !important;border-bottom: none !important;background: #eee;height: 30px;line-height: 30px;padding-left: 16px;color: #333;font-size: 14px;display: none;}
.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;   display: table-cell;}
.pcontent_title_h4 h4{    text-align: center; font-size:16px; color:#333 !important;}
.pcontent_title_h4{width:100% !important; padding-bottom:20px;}

.xw {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}


.shopmrsc {
    padding: 20px 5px !important;
}

.shopmrsc a{    height: 156px !important;}


.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;  max-width: 205px; max-height: 175px !important;   display: table-cell;}

/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708193032_843985410.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(/web/20240413031757im_/http://scyc1688.com/memberpic/zszhenwei/uploadfile/image/20181204/20181204091545_1275926273.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708193032_1169978796.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708193033_779296192.jpg) center; overflow:hidden;}



/*内页小导航*/
.mianbxContent{background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708190051_639200028.png)no-repeat left center,url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190708/20190708192651_979340199.png) no-repeat right center;}/*小导航图片*/
.mianbxContent{ background-color:#fff; line-height:40px !important; margin-bottom:20px !important; height:40px !important; width:100% !important; text-align: left!important; text-indent: 22px;border-bottom: 1px #ccc solid;}
.strong_title { display: none; }



/*内页新闻*/
.pro_list_box_item_zdy{display:block;height:162px; border-bottom: 1px solid #eee;overflow:hidden;     padding-top: 10px;}
.pro_list_box_item_zdy:hover{background:#f8f8f8;}
.pro_list_box_item_l_zdy{width:200px; height:150px; float:left;}
.pro_list_box_item_l_zdy a img {width:200px; height:150px; border:1px solid #CCC;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #ffaa31; }
.pro_list_box_item_r_zdy{width:980px; float:right; text-align:left}
.pro_list_box_item_r_zdy p{height: 26px; font-size: 16px; color: #000; border: none;line-height: 26px;padding-bottom: 5px;}
.pro_list_box_item_r_zdy p a{height: 26px; font-size: 16px; color: #83b927; border: none;}
.pro_list_box_item_r_zdy div{ font-size:13px; font-weight:normal; color:#888; height:68px; overflow:hidden; line-height:23px; }
.pro_list_box_item_r_zdy div > span{font-size:13px !important; font-weight:normal; color:#888;  overflow:hidden; line-height:24px !important;}
.pro_list_box_item_r_zdy div p{ font-size:13px; font-weight:normal;}
.pro_list_box_item_r_zdy a{text-decoration:none}
.pro_list_box_item_r_zdy a:hover{text-decoration:none}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy a{background:#83b927;}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy p{color:#83b927;}
.shopmrsc a:hover{color:#83b927 !important;}
.content_more_a_zdy{ width:90px; height:30px; background: #c1c1c1; display:block; margin-top:10px;  text-align: center; line-height: 29px; height: 30px; color: #fff !important;font-size: 13px !important; letter-spacing: 0.5px;}
.dgcontent_title_h5 { display: block;text-align: center;border-bottom:1px solid #ddd;height:55px !important;line-height:55px !important;margin: 10px auto 25px !important;}
.dgcontent_title_h5 h5,.dgcontent_title_h5 h5 strong{ font-size:18px}
.news_content_title { display: block;text-align: center;height:55px !important;line-height:55px !important;margin: 10px auto;}
.news_content_title h3,.news_content_title h3 strong{ font-size:18px}
.news_content_title hr{display:none;}
.content_more_a_zdy::after,.content_more_a_zdy:after{content: '查看更多>>';color: #fff;}





/*内页简介*/
    .ncom_r p{font-weight: bold;font-size: 26px;color:#83b927;margin-bottom: 10px;}
    .ncom_r{font-size: 14px;line-height: 28px;}
    .ncom_ww{margin-top: 33px;}
    .ncom_ww li{display: block;float: left;font-size: 22px;color: #333;font-weight: bold;text-align: center;width: 106px;}
    .ncom_ww li p{margin-top: 10px;}
    .ncom_rr{width: 532px;margin-top: 20px;}
    .ncom_l img{width: 600px;height: 389px;}
.strength_d table tr td{display: block;float: left;width: 280px;margin-left: 20px;margin-bottom:20px;overflow: hidden;}
.strength_d table tr td:nth-child(1){margin-left:0px;}






/*产品参数*/
    .cpcs {
        width: 900px;
        font-size: 14px;
        line-height: 28px;
    }

    .cpcs_t {
        float: left;
        width: 362px;
        background: #f5f5f5;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cpcs_wt p {
        font-size: 24px;
        text-align: center;
        color:#83b927;
       margin-top: 15px;
    margin-bottom: 10px;
    }

    .cpcs_wt img {
        margin-bottom: 10px;
            width: 745px;
    }

    .cpcs_w {
    padding-left: 20px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background: #83b927;
    margin-bottom: 20px;
    }
    .cpcs_ww{margin-bottom: 20px;}
    .cpcs_ww table {
        border-collapse: collapse;
        width: 100%;
    }

    .cpcs_ww table td {
        border: 1px #ccc solid !important;
        line-height: 30px;
        text-align: center;
    }



/**/
.about_plant1{margin-top: 40px;}


.comn_navbg{background:#fff; border-bottom:1px #eee solid; height:100px;position: absolute;top: 590px;}
.comn_nav a{display:block; float:left; width:206px; height:56px; line-height:56px; text-align:center; background:#f5f5f5; border-radius:200px; margin-left:42px; font-size:18px; color:#333;position: relative;}
.comn_nav a:first-child{margin-left:0;}
.comn_nav a:hover,.comn_nav a.on{color:#fff; background:#83b927;}
.comn_nav a:hover::before,.comn_nav a.on:before{content:""; display:block; width:1px; height:40px; background:#eee; position: absolute;left:50%; top:60px; }

.bg {
    width: 100%;
    min-width: 1100px;
}


/*企业文化*/
    .culture_2{margin: 0 auto;background:url(/web/20240413031757im_/http://scyc1688.com/uploadfile/image/20190717/20190717183854_1350706828.jpg) no-repeat;height:510px;width:900px;margin-bottom:30px;}
    .culture_2l{margin-left: 625px;line-height: 35px;}
    .culture_2l p{font-size: 14px;line-height: 24px;margin-bottom:10px;}
    .culture_2l strong{font-size:20px;color:#83b927;}



/**/
.product_content{width: 100% !important;}
/*
     FILE ARCHIVED ON 03:17:57 Apr 13, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:04:30 Dec 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.657
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.048
  esindex: 0.012
  cdx.remote: 10.633
  LoadShardBlock: 919.78 (3)
  PetaboxLoader3.datanode: 201.134 (4)
  PetaboxLoader3.resolve: 71.946 (2)
  load_resource: 132.838
*/