﻿
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
html * {
    margin: 0;
    outline: 0 none;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: medium none;
    font-family: arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
    margin: 0;
    outline: medium none;
    padding: 0;
}
body{background: #f5f5f5;}

body, html {
    margin: 0;
    padding: 0;
}
body {
    /*background: #f8f8f8 none repeat scroll 0 0;*/
	background: #fff none repeat scroll 0 0;
    color: #ca1c1d;
    font-family: "微软雅黑","宋体";
    font-size: 16px;
    line-height: 1;
}
.clear::after, .clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
a, a:hover {
    text-decoration: none;
}
a {
    color: #5d5d5e;
}
img {
    vertical-align: middle;
}
img {
    border: 0 none;
}
li {
    list-style: outside none none;
}

.ej_header {
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}
.menu {
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.ej_header .menu {
    position: relative;
}

.menu_bg {
    background:url("../images/nav_bg.png") repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 100%; background-color:#F1F1F1;
}
.logo {
    cursor: pointer;
    height: 80px;
    left: 51px;
    position: absolute;
    top: 0;
    width: 258px;
}
#nav {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 251px;
    top: 0;
    z-index: 4;
}#nav .n1 {
    width: 72px;
}
#nav li {
    float: left;
    height: 100%;
    transition: background-color 700ms ease 0s;
}
#nav li a {
    color: #666;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 79px;
    position: relative;
    text-align: center;
    transition: color 200ms ease 0s;
    width: 100%;
    z-index: 2;
}

#nav li a span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#nav li a .bkg {
    background-color: #3b8fc0;
    top: 100%;
    transition: top 200ms ease 0s;
    z-index: 1;
}

#nav .n2, #nav .n3, #nav .n5, #nav .n6, #nav .n7, #nav .n8 {
    width: 120px;
}
#nav .n4 {
    width: 120px;
}
#nav li.on a, #nav li a:hover {
    color: #fff;
}



/*lianxi*/
.RNav {
    display: block;
    height: 80px;
    position: absolute;
    right: 40px;
    top: 0;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}
.visible-lg {
    display: block !important;
}

.nav li, .RNav li {
    cursor: pointer;
    display: block;
    float: left;
    height: 80px;
    position: relative;
    width: 76px;
}
.RNav li.rnav_contact {
    margin-right: 12px;
    margin-top: 24px;
    width: 92px;
}
.rnav_contact a {
    border: 2px solid #c81112;
    border-radius: 8px;
    color: #c81112;
    display: inline-block;
    padding: 7px 12px;
}

.nav li .icon, .RNav li .icon {
    background: url("http://www.chenyang.com/statics/cysq/images/nav.png") no-repeat scroll 0 0;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

#rnav_0 .icon{background-position:-596px -11px;}
#rnav_0:hover .icon,#rnav_0.current .icon,#rnav_0 .icon:hover{
	background-position:-595px -111px;
}
#rnav_1 .icon{background-position: -676px -12px;}
/*#rnav_1:hover .icon,#rnav_1.current .icon,#rnav_1 .icon:hover{
	background-position:-674px -110px;
}*/


#subNav .g-wrap .item{ background: #e2e2e2 url("../images/yy.png") repeat-x scroll 0 0;}

.nav_sub {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    display: none;
    height: 0;
    left: -5px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 86px; border:1px solid red;
}

.nav_sub .text{color:#fff;width:100%;position:absolute;height:auto;line-height:36px;display:block;top:80px;left:0px;text-align:center;font-size:13px;/*font-family:"微软雅黑","宋体";*/}
.nav_sub .text .hover{width:100%;height:86px;display:none;position:absolute;top:0px;left:0px;font-size:0; border:1px solid red;}
.nav_sub .text .outlink{
	font:inherit;display: block;color: inherit;
	background: transparent;line-height: 16px;padding:10px 0;
	transition:background 0.5s;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-ms-transition:background 0.5s;-o-transition:background 0.5s;
}
.nav_sub .text .outlink:hover{
	background:#f2c12a;
}




#nav {position:absolute; top:0; right:251px; z-index:4; height:100%; overflow:hidden;}
#nav li {float:left; height:100%; -webkit-transition:background-color 700ms; transition:background-color 700ms;}
#nav .n1 {width:72px;}
#nav .n2, #nav .n3, #nav .n5, #nav .n6, #nav .n7, #nav .n8 {width:120px;}
#nav .n4 {width:120px;}
#nav li a {position:relative; z-index:2; display:block; width:100%; height:100%; font-size:16px; line-height:79px; text-align:center; color:#666; -webkit-transition:color 200ms; transition:color 200ms;}
#nav li.on a ,#nav li a:hover{color:#E60012;}
#nav li a span {position:absolute; left:0; top:0; z-index:2; width:100%; height:100%;}
#nav li a .bkg {top:100%; z-index:1; background-color:#fff; -webkit-transition:top 200ms; transition:top 200ms; border-top:5px solid #E60012;}
#nav li.on a .bkg,
#nav li a:hover .bkg {top:0;}
#subNav {position:absolute; top:80px; left:0px; z-index:4; width:100%; height:61px; overflow:hidden;}
#subNav .g-wrap {overflow:visible;}
#subNav .g-wrap .item {position:absolute; top:-100%;right:0%; width:100%; height:100%; background-color:#fff; border-left:1px solid #EDEDED;border-right:1px solid #EDEDED;border-bottom:1px solid #EDEDED; overflow:hidden; -webkit-transition:top 300ms; transition:top 300ms; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; /*background: url("http://www.chenyang.com/statics/cysq/images/nav.png") no-repeat scroll 0 0;*/}
#subNav .g-wrap .about {padding:0 16px; width:1091px;}
#subNav .g-wrap .product{  padding: 0px 16px; width:971px;}
#subNav .g-wrap .news { padding:0 16px; width:851px;}
#subNav .g-wrap .service { padding:0 16px;width:731px;}
#subNav .g-wrap .case{ padding: 0px 16px;width:611px;}
#subNav .g-wrap .solution{ padding: 0px 16px;width:491px;}
#subNav .g-wrap .pinpai{ padding: 0px 16px;width:521px;}
#subNav .g-wrap .on {top:0;}
#subNav .g-wrap .item a {float:left; padding:0 16px; font-weight:bold; font-size:13px; line-height:61px; color:#5F5F5F;-webkit-transition:color 300ms; transition:color 300ms; font-size:15px;}
#subNav .g-wrap .item a:hover { color:#E60012; text-decoration:underline;}
#subNav .g-wrap .item #on {color: #f63b2e;}
.duibi_content img{
	max-width:100%;
}
@media(max-width:1550px) {
	#nav .n1 {width:58px;}
	#nav .n2, #nav .n3, #nav .n5, #nav .n6, #nav .n7, #nav .n8 {width:96px;}
	#nav .n4 {width:96px;}
	#subNav .g-wrap .about {padding:0 16px; width:923px;}
	#subNav .g-wrap .product{padding: 0px 16px;width:827px;}
	#subNav .g-wrap .news {padding:0 16px;width:731px;}
	#subNav .g-wrap .service {padding:0 16px; width:635px;}
	#subNav .g-wrap .case{  padding: 0px 16px; width:539px;}
	#subNav .g-wrap .solution{ padding: 0px 16px; width:443px;}
}


/*list-toper-ad*/
.banner_con {
    height: 376px;
    position: relative;
    width: 100%;
}
.banner_con {
    margin-top: 80px;
}
.banner_con .banner_bg_img {
    height: 376px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;background: url("../images/list/blankbg.png") no-repeat scroll 50% 50%;
}
.banner_con .banner_bg_img img {
    display: block;
    left: 50%;
    margin-left: -960px;
    position: absolute;
}
.banner_con .container {
    position: relative;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.banner_con .container {
    position: relative;
}
.container {
    width: 1200px;
}
.container {
    padding: 0;
}
.news img {
    margin-top: 8%;
}
.banner_content img {
    height: auto;
    max-width: 100%;background: url("../images/list/blankbg.png") no-repeat scroll 50% 50%; width:410px; height:189px;
}

/*toper_pinpai*/

.for_li ul {
    clear: both;
    overflow: hidden;
     margin-top:10px;
}

.for_li ul li {
    float: left;
    height: 117px;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    width: 116px; color:#000;
}

.for_li ul li {
    text-align: center;transition: all 0.2s linear 0s;
}
.for_li ul li:hover{cursor: pointer; color:#E60012;}
.for_li ul li span {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96px;
}
.for_li ul li .li_down {
    background: #f0f0f0 url("../images/script.png") no-repeat scroll 21px -73px;
    clear: both;
    color: #666666;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 42px;
    text-align: left;
    width: 54px;
}
.for_li ul li #pp_a{ background:url("../images/yingyong/bb.png") no-repeat scroll -3px -12px; width:32px; height:32px; margin-left:25px;}

.for_li ul li:hover #pp_a{ background-position:-3px -55px;}

.for_li ul li #pp_b{ background:url("../images/yingyong/bb.png") no-repeat scroll -73px -12px; width:32px; height:32px; margin-left:25px;}

.for_li ul li:hover #pp_b{ background-position:-73px -56px;}


.for_li ul li #pp_c{ background:url("../images/yingyong/bb.png") no-repeat scroll -140px -12px; width:32px; height:32px; margin-left:25px;}

.for_li ul li:hover #pp_c{ background-position:-140px -56px;}

.for_li ul li #pp_d{ background:url("../images/yingyong/bb.png") no-repeat scroll -212px -12px; width:32px; height:32px; margin-left:25px;}

.for_li ul li:hover #pp_d{ background-position:-212px -54px;}
/*toper_pinpai*/

/*toper_right*/

.RNav {
    display: block;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
}


.RNav li
{
	width: 180px; 
	}
.RNav .itm {
    /*border-left: 1px solid #ccc;*/
    float: left;
    height: 79px;
    position: relative;
}    

.m-quicknav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    z-index: 102;
}
.m-quicknav .tt {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    height: 79px;
    left: 0;
    line-height: 79px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 180px;
}


.m-quicknav .tt a {
    
    margin-right: 5px;
}

.m-quicknav .tt b {
    background-position: 0 0;
    height: 4px;
    margin: 22px 0 0;
    width: 8px;
}
/*c*/
.m-quicknav .ct {
    display: none;
    padding: 10px 0 10px;
    position: absolute;
    right:0;
    top: 79px;
    width: 728px;
}

.m-quicknav-act .tt {
	background: #D61518;color:#fff;
}


.m-quicknav-act .ct {
	display: block;
	border: 1px solid #CA1C1D;
	background: #CA1C1D;
	border-top: none
}

/*toper_right*/


/*xiangmushuyu*/


.bottom-ksnav{ width:1200px; margin:0px auto; height:100px; margin-top:22px; margin-bottom:22px; background:#CA1C1D;}
.bottom-ksnav ul{ padding-top:24px;}
.bottom-ksnav li{width:185px; float:left; margin-left:15px; display:inline; line-height:50px; font-size:14px; text-align:center; cursor:pointer;}
.bottom-ksnav li a{color:#FFF;}
.bottom-ksnav li span{display:block;width:63px; height:49px; background:url(../images/list/bottom.png) 0px 0px no-repeat; float:left;transition: all 0.2s linear 0s;-o-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s;}
.bottom-ksnav li p{color:#fff; display:block; float:left; padding-left:5px;}
.bottom-ksnav li:hover p{color:#fff;text-decoration:none;transition: all 0.4s linear 0s;-o-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s;}
#a1{background-position:-65px -53px;}
.bottom-ksnav li:hover #a1{background-position:-65px 0px;}
#a2{background-position:5px -53px;}
.bottom-ksnav li:hover #a2{background-position:5px 0px;}
#a3{ background-position:-123px -53px;}
.bottom-ksnav li:hover #a3{ background-position:-123px 0px;}
#a4{ background-position:-191px -53px;}
.bottom-ksnav li:hover #a4{ background-position:-191px 0px;}
#a5{ background-position:-253px -53px;}
.bottom-ksnav li:hover #a5{ background-position:-253px 0px;}
#a6{ background-position:-324px -53px;}
.bottom-ksnav li:hover #a6{ background-position:-324px 0px;}
/*xiangmushuyu*/

/*=========================================================footer=========================================================*/
.index-fo-info i, .link-weixi i, .posit i, .z2 i, .kfwHot i, .s-uebut i {
    background: url("../images/index.png") no-repeat scroll left 0;
    display: inline-block;
}
i, cite, em, var, address, dfn {
    font-style: normal;
}


.bgWhite {
    background: #F1F1F1 none repeat scroll 0 0;
}
.minwidth {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}


.minwidthauto {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.index-fo-link {
    padding: 48px 0 16px;
}
.overflowhidden {
    height: auto;
    overflow: hidden;
}
.index-fo-info li, .index-fo-link li, .entrship li, .indexPublicClass li, .indexPublicClass li > a, .kfwHot li {
    float: left;
}
.index-fo-link li {
    margin-left: 80px;
}
.index-fo-link li.margin0 {
    margin: 0;
}
.index-fo-link h5 {
    font-size: 14px;
    margin-bottom: 23px;
}
.index-fo-link a {
    color: #b0b0b0;
    display: block;
    font-size: 12px;
    margin-bottom: 18px;
    width: 100%;
}
.index-fo-link a:hover{color: #000;}
 
.bd {
    background: #dfdfdf none repeat scroll 0 0;
    height: 120px;
    margin: 12px 78px 0 0;
    width: 1px;
}
.floatLeft, .group {
    float: left;
}
.link-weixi {
    width: 300px;
}

.link-weixi i {
    background-position: 0 -328px;
    float: left;
    height: 142px;
    margin-top: -8px;
    width: 142px;
}
.textImgSeparation {
    display: table-cell;
}
.link-weixi .textImgSeparation {
    padding-left: 27px;
    padding-top: 42px;
}
.link-weixi span {
    color: #b0b0b0;
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}
.link-th {
    padding-left: 10px;
}
.link-th h5 {
    font-size: 14px;
    margin-bottom: 14px;
}
.link-th h3 {
    font-size: 28px;
}
.link-th span, .link-th h3, .link-th h5, .index-fo-link h5, .index-fo-info li, .usere-text p, .z2 h3, .z1 .indexEnd, .kfwHot h4 {
    color: #575757;
}
.link-th span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
}
.mx-button {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #575757;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 20px;
    width: 150px;
}

a.mx-button:hover{ border:1px solid #f85c64; color:#fff; background-color:#f85c64;}

.minwidthauto .fr{line-height:28px; margin-bottom:20px; color:#000; margin-left:80px;}
.minwidthauto .fr a{ padding:0 4px; font-size:12px;}
.xk_footer {
    background-color: #f5f5f5;
    height: auto;
    min-width: 1180px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.footer-index {
    padding: 22px 0 20px;
}

.footer-inner p {
    color: #9c9c9c;
    font-size: 12px;
    line-height: 1;
    margin: 46px 0;
    text-align: center;
}
.footer-index p {
    line-height: 31px;
    margin: 0;
}
.footer-index p a {
    color: #9c9c9c;
    margin-left: 8px;
}



#shortcut-box {
    cursor: pointer;
    display: block;
    right: 35px;
    position: fixed;
    /*width: 82px;*/
	width: 104px;
    z-index: 200;bottom:11%; background-color:#fff;
}
#shortcut-box .indexnew {
    background-color: #f7f7f7;
    background-image: none;
    height: 10px;
    line-height: 10px;
    margin-top: 0;
    text-align: center; border:0px; background: url("../images/piaofu/a.png") no-repeat scroll 0 0; width:104px;
}
#shortcut-box .indexnewb {
    background-color: #f7f7f7;
    background-image: none;
    height: 18px;
    line-height: 18px;
    margin-top: 0;
    text-align: center; border:0px; background: url("../images/piaofu/b.png") no-repeat scroll 0 0; width:104px;
}

#shortcut-box a {
    /*background: url("http://www.sunochem.com/userfiles/start/news_index/piaofu/piaofu_ico.png") no-repeat scroll 0 0 #fff;*/
    border-left: 1px solid #ED543C;
	border-right: 1px solid #ED543C;
	border-bottom:1px dashed #ccc;
    color: #000;
    font-size: 14px;
    height: 38px; 
	padding:0 5px;
    line-height: 38px;
	
    position: relative;
    text-decoration: none;
    width: 92px; text-align:center;
}
.g-ib {
    display: inline-block;
}
#shortcut-video:hover{ border-left: 1px solid #ED543C;
	border-right: 1px solid #ED543C;border-bootom:1px solid #ED543C;color:#ED543C;
	}

#shortcut-box .tip {
    background: none repeat scroll 0 center;
    border: 0 none;
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 102px;
}


/*page*/

.dede_pages_list {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 10px; text-align:center; font-size:12px; width:1200px; float:right; margin-top:30px;
}


.dede_pages_list ul {
    float: left;
    padding: 12px 0 12px 16px;
}


.dede_pages_list ul li {
    border: 1px solid #e9e9e9;
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px; padding: 2px 4px;
}
.dede_pages_list ul li.thisclass, .dede_pages_list ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #f8f8f8;
    font-weight: bold;
    padding: 2px 4px;
}
.dede_pages_list .pageinfo {
    color: #999999;
    line-height: 21px;
    padding: 12px 10px 12px 16px;
}

/*menue*/
.contenter_menue {
    height: auto !important;
    margin: 20px auto 0;
    min-height: auto;
    padding: 0;
    width: 1200px;
}
.contenter_menue .location {
    background: url("../images/menu.gif") no-repeat scroll 0 0;
    color: #7b7b7b;
    font-family: "宋体";
    font-size: 13px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 15px;
    padding: 0;
    text-indent: 20px;
    width: 1200px;
}

/*tab_9.1*/

.ny_zitd {
    background:url("http://www.sunochem.com/images/zjtd_03.jpg") repeat scroll 0 0;
    color: #454545;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    width: 923px;
}
.ny_zitd li {
    cursor: pointer;
    float: left;
    height: 38px;
    padding: 0 16px;
}
.ny_zitd li.hover {
    border-bottom: 2px solid #E60012;
    color: #E60012;
}

.ny_zitd1 {
    height:auto; overflow:hidden;
    width: 923px; border:1px solid red;
}

.ny_zitd1 ul {
    height:auto; overflow:hidden;
    width: 923px;
}


/*title*/

.ny_center_right2 {
    border-left: 2px solid #E60012;
    color: #1c4885;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin: 10px auto auto;
    padding-left: 10px;
    width: 921px;
}


.ny_center_right3 {
    border-bottom: 1px dashed #bcbcbc;
    color: #454545;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto 20px;
    padding: 20px 0;
    
    width: 900px;
}