﻿@charset "utf-8";

/*头部样式*/

body {
    min-width: 1200px;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
}

.sinochem-body {
    width: 100%;
    min-width: 1200px;
}

.sinochem-header {
    width: 100%;
    min-width: 1200px;
    height: 150px;
}

.sinochem-header-top {
    width: 1200px;
    height: 100px;
    margin: auto;
}

.header-logo {
    display: inline-block;
}

.header-triangle {
    float: left;
}

.header-logo img {
    padding-top: 16px;
}

.header-nav {
    width: 100%;
    height: 50px;
    display: inline-block;
    background: #0154a0;
}

.header-search {
    height: 72px;
    float: right;
    display: inline-block;
    margin-top:15px;
}

.transition {
    height: 72px;
    padding-left: 30px;
}

.transition span a {
    color: #999;
}

.transition span {
    line-height: 72px;
    float: left;
}

.transition span a {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.transition img {
    padding-left: 20px;
}


/*jft*/

#gblink {
    cursor: pointer;
    font-weight: normal;
    display: none;
    color: #999;
}

#big5link {
    cursor: pointer;
    color: #999;
}


/*bannner图效果*/

.middle-banner {
    min-width: 1200px
}

.jquery-slider-wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    width: 1170px;
    margin: 0 auto;
}

.jquery-slider-slide {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.jquery-slider-slide img {
    border: 0;
    margin: 0;
    padding: 0;
}

.jquery-slider-slide-current {
    display: block;
    z-index: 2;
}

.jquery-slider-slide-next {
    display: block;
    z-index: 1;
}

.jquery-slider-selectors {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 23px;
    z-index: 3;
}

.jquery-slider-selector {
    background:  no-repeat;
    display: inline;
    float: left;
    width: 11px;
    height: 11px;
    margin: 0 0 0 9px;
}

.jquery-slider-selector-current {
    background:  no-repeat;
}

.jquery-slider-selector span {
    display: none;
}

.jquery-slider-control {
    display: none;
    right: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 69px;
    margin-top: -34px;
    margin-right: -24px;
    z-index: 4;
}

.jquery-slider-control span {
    display: none;
}

.jquery-slider-control-play {
    background:  no-repeat -144px 0;
}

.jquery-slider-control-pause {
    background:  no-repeat -96px 0;
}

.jquery-slider-hovered .jquery-slider-control {
    display: block;
}

.jquery-slider-navigation {
    display: block;
}

.jquery-slider-navigation-prev {
    background:  no-repeat 0 0;
    display: none;
    left: 0;
    top: 50%;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 69px;
    margin-top: -34px;
    z-index: 4;
}

.jquery-slider-navigation-prev span {
    display: none;
}

.jquery-slider-navigation-next {
    background:  no-repeat -48px 0;
    display: none;
    right: 0;
    top: 50%;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 69px;
    margin-top: -34px;
    z-index: 4;
}

.jquery-slider-navigation-next span {
    display: none;
}

.jquery-slider-hovered .jquery-slider-navigation-prev,
.jquery-slider-hovered .jquery-slider-navigation-next {
    display: block;
}

.jquery-slider-wrapper .caption {
    padding: 6px 10px;
    background: #333333;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
}

.jquery-slider-timer {
    color: #000000;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.jquery-slider-timer-bar {
    background: #000000;
    opacity: 0.5;
    height: 3px;
    width: 0;
    float: left;
    display: inline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    * height: 1%;
}

.clears:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clears {
    * height: 1%;
}

.sw-banner {
    position: relative;
    overflow: hidden;
}

.banner-slide {
    width: 100%
}

.banner-slide img {
    width: 100%;
    display: block;
}

.banner-left {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 50%;
    margin-top: -24px;
    background: url(/uploads/image/p8szimages/arrows-48-48-3.png) left top no-repeat;
    display: none;
}

.banner-left:hover {
    background: url(/uploads/image/p8szimages/arrows-48-48-3.png) left bottom no-repeat;
}

.banner-right {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    right: 0px;
    top: 50%;
    margin-top: -24px;
    background: url(/uploads/image/p8szimages/arrows-48-48-3.png) right top no-repeat;
    display: none;
}

.banner-right:hover {
    background: url(/uploads/image/p8szimages/arrows-48-48-3.png) right bottom no-repeat;
}

.sw-banner .swiper-wrapper {
    height: auto !important;
}


/*banner下部黑框样式*/

.middle-icons {
    width: 1200px;
    height: 142px;
    /*background-color: rgba(0, 0, 0, 0.75);*/
    margin: -84px auto 0;
    position: relative;
    z-index: 9;
}


/*-74*/

.icons-moudles {
    width: 100%;
    height: 142px;
}

.projectitem {
    width: 239px;
    height: 142px;
    float: left;
    text-align: center;
    background: rgba(0, 0, 0, .7) url(/uploads/image/p8szimages/zjbgx.png) no-repeat 0 center;
}

.projectitem .ywspan {
    color: #ffffff;
    font-size: 22px;
    line-height: 142px;
}

.projectitem a span {
    display: block;
}

.projectitem img {
    width: 83px;
    height: 61px;
    text-align: center;
    margin-top: 25px;
}


/*中间部分样式*/


/*新闻修改*/

.mittle-moudle {
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.gsxw-img-box {
    float: left;
    width: 473px;
    height: 345px;
    position: relative;
}

.gsxw-img {
    width: 473px;
    height: 345px;
    cursor: pointer;
}

.gsxw-zz {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: progid: dximagetransform.microsoft.alpha(opacity=60);
    opacity: 0.6;
    height: 64px;
    width: 100%;
    z-index: 5;
}

.gsxw-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    width: 100%;
    z-index: 6;
}

.gsxw-js {
    display: none;
}

.gsxw-js.on {
    display: block;
}

.gsxw-title-box .news-title {
    color: #fff;
    font-size: 16px;
    line-height: 64px;
}

.gsxw-title-box .gsxw-title-num {
    font-size: 22px;
    color: #fff;
    float: left;
    margin-top: 8px;
    margin-right: 30px;
    margin-left: 15px;
    line-height: 40px;
}

.gsxw-title-box i {
    font-size: 40px;
    font-family: arial;
}

.gsxw-title-box em {
    font-style: normal;
    color: #fff !important;
}

.gsxw-img-date {
    padding: 12px;
    background-color: #48abdd;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
}

.gsxw-img-date i {
    font-style: normal;
    font-size: 16px;
}

.gsxw-con-box {
    float: left;
    margin-left: 33px;
    width: 678px;
    box-sizing: border-box;
}

.gsxw-con-box li {
    padding: 10px 15px;
    background: url(/uploads/image/p8szimages/sanjiao.png) 18px 20px no-repeat;
    border-bottom: 1px dashed #e8e8e8;
    list-style: none;
}

.gsxw-con-box li:hover {
    background-color: #f8f8f8;
}

.gsxw-con-box h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.gsxw-con-box h3 a {
    font-weight: normal;
    color: #4bacde;
    font-size: 14px;
    float: right;
}

.gsxw-con-title {
    padding-left: 15px;
}

.gsxw-con-title .news-title {
    color: #666666;
    font-size: 14px;
}

.gsxw-con-title span {
    color: #c5c5c7;
    float: right;
    font-size: 14px;
    line-height: 30px;
}

.gsxw-con-box .ft-li {
    background: none;
}

.ft-li .gsxw-con-title {
    background: none;
    padding-left: 0;
}

.ft-li .gsxw-con-title .news-title {
    color: #005bac;
    font-weight: bold;
    font-size: 16px;
}

.ft-li .ft-summer {
    color: #666666;
    font-size: 14px;
    margin-top: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 24px;
}

.ztzl-box {
    width: 788px;
    box-sizing: border-box;
    float: left;
    height: 358px;
}

.ztzl-title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.arrow-left {
    position: absolute;
    width: 18px;
    height: 36px;
    background: url(/uploads/image/p8szimages/sw2-left.png) no-repeat;
    top: 40%;
    left: 0;
    display: none;
}

.arrow-right {
    position: absolute;
    width: 18px;
    height: 36px;
    background: url(/uploads/image/p8szimages/sw2-right.png) no-repeat;
    top: 40%;
    right: 0;
    display: none;
}

.hs-box:hover .arrow-left,
.hs-box:hover .arrow-right {
    display: block;
}

.hs-box {
    background-color: #f8f8f8;
    padding: 20px;
    height: 316px;
    box-sizing: border-box;
}

.hs-m-box {
    width: 364px !important;
    height: 276px !important;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-left: 13px;
}

.hs-m-box:first-child {
    margin-left: 0;
}

.hs-box img {
    width: 365px;
    height: 222px;
    display: block;
}

.hs-box .ztzl-tt {
    height: 54px;
    line-height: 54px;
    color: #333333;
    font-size: 16px;
    background: url(/uploads/image/p8szimages/yjt.png) 330px 20px no-repeat;
    background-color: #fff;
    padding-left: 20px;
    cursor: auto;
}

.hs-box .ztzl-tt a {
    color: #333333;
    width: 100%;
    display: inline-block;
}

.hs-m-zd {
    transition: all 0.6s;
}

.fd-box {
    overflow: hidden;
}

.swiper-wrapper {
    height: 276px !important;
}

.hs-m-box:hover .hs-m-zd {
    transform: scale(1.1);
}

.hs-m-box .zhez {
    position: absolute;
    top: 0;
    width: 0;
    height: 222px;
    width: 365px;
    opacity: 0.4;
    filter: progid: dximagetransform.microsoft.alpha(opacity=40);
    background-color: #000;
}

.hs-box .wsp-play {
    position: absolute;
    top: 42%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    width: 45px;
    height: 45px;
    z-index: 6;
}

.cpyfw-box {
    width: 382px;
    height: 358px;
    box-sizing: border-box;
    float: left;
    margin-left: 30px;
}

.cp-t-box .cp-t-img {
    display: none;
    width: 350px;
    height: 194px;
}


/*.cp-t-box .cp-t-img.on{
	display: block;
}*/

.cp-b-box {
    margin-top: 6px;
}

.cp-b-box .cp-b-btn {
    width: 112px;
    height: 32px;
    float: left;
    margin-right: 7px;
    text-align: center;
    line-height: 32px;
    color: #005bac;
    background-color: #fff;
    margin-top: 6px;
}

.cp-b-box .cp-b-btn.active {
    color: #fff;
    background-color: #005bac;
    text-decoration: none;
}

.tzzgx-img {
    float: left;
    width: 380px;
    height: 247px;
}

.tzzgx-img img {
    width: 380px;
    height: 247px;
}

.tzzgx-con {
    float: left;
    margin-left: 30px;
    width: 376px;
}

.tzzgx-con p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 0;
}

.tzzgx-con a {
    margin-top: 15px;
    color: #48abdd !important;
    font-size: 16px !important;
    line-height: 22px !important;
    padding-left: 24px;
    background: url(/uploads/image/p8szimages/yjt2.png) 5px no-repeat;
    display: block;
}

.scxx-box {
    width: 350px;
    height: 307px;
    float: left;
    margin-left: 47px;
    background-color: #e6f0f5;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 9px;
    line-height: 30px;
}

.scxx-box h3 {
    color: #48abdd;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 1px;
    font-weight: normal;
}

.scxx-box h4 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.scxx-box p {
    color: #666666;
    font-size: 12px;
    margin-top: 0px;
}

.scxx-box p.scxx-num {
    color: #333333;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 8px auto 0;
    line-height: 40px;
    font-weight: bold;
}

.gsxw-zjt {
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 0;
    display: none;
    cursor: pointer;
    background: url(/uploads/image/p8szimages/gsxw-zjt.png) no-repeat;
}

.gsxw-yjt {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    display: none;
    right: 0;
    background: url(/uploads/image/p8szimages/gsxw-yjt.png) no-repeat;
}

.gsxw-img-box:hover .gsxw-zjt,
.gsxw-img-box:hover .gsxw-yjt {
    display: block;
}


/*公司新闻*/

.middle-gsxw {
    width: 546px;
    height: 660px;
    float: left;
}

.gsxw-title {
    font-family: microsoftyahei-bold;
    font-size: 20px;
    line-height: 16px;
    color: #333333;
    font-weight: bold;
    width: 85px;
    height: 20px;
    padding-left: 16px;
    padding-top: 20px;
}

a,
a:link,
a:visited,
a:focus,
a:active {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.customer {
    width: 546px;
}

.customer-c {
    width: 284px;
    float: right;
}

.customer-c a {
    text-decoration: none;
    cursor: pointer;
}

.customer-r {
    margin-top: 30px;
    margin-left: 40px;
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 35px;
}

.choose {
    padding-left: 10px;
    color: #c5c5c7;
}

.customer-c p {
    line-height: 21px;
}

.customers {
    width: 546px;
    height: 554px;
    padding-left: 22px;
}

.customer-cs {
    margin-left: 30px;
    margin-top: 20px;
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 12px;
}

.customer-cs p {
    line-height: 21px;
}


/*公司新闻右侧市场信息等样式*/

.middle-gsxw-top {
    width: 587px;
    float: right;
}

.middle-gsxw-left {
    width: 289px;
    height: 318px;
    float: left;
}

.middle-gsxw-right {
    width: 289px;
    height: 318px;
    float: right;
}

.middle-gsxw-right-top {
    overflow: hidden;
}

.middle-gsxw-bottom {
    overflow: hidden;
    width: 586px;
    height: 316px;
}

#banner .g-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    margin-left: -565px;
    width: 1130px;
    height: 30px;
    overflow: hidden;
}

#banner .g-wrap .idxs {
    float: left;
    height: 100%;
}

#banner .g-wrap .idxs li {
    float: left;
    margin: 30px 7px 0 0;
    width: 9px;
    height: 9px;
    border-radius: 13px;
    border: 2px solid #fff;
    cursor: pointer;
    -ms-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
    transition: background-color 500ms, margin-top 500ms;
    transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
    -webkit-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
    -moz-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
    -o-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
}

#banner .g-wrap .idxs li.on {
    background-color: #8f8d93;
    border-color: #8f8d93;
}


/*修改首页视频区开始*/

.xcp-bottom-img {
    width: 586px;
    height: 316px;
    position: relative;
}

.zhny_xcp {
    width: 586px;
    height: 316px;
}

.zhny_xcp img {
    width: 586px;
    height: 316px;
    transition: all 0.6s;
}

.zhny_xcp img:hover {
    transform: scale(1.1);
}

.zhnyxcp_text {
    width: 298px;
    height: 71px;
    background-color: #005bac;
    position: absolute;
    top: 200px;
    left: 0;
    line-height: 71px;
    opacity: 0.9;
}

.fl {
    padding-left: 62px;
    cursor: pointer;
}

.cl {
    margin-left: 32px;
    text-decoration: none !important;
}


/*修改首页视频区结束*/

.zhny-right-scxx {
    background: url(/uploads/image/p8szimages/scxxbj.png);
    width: 289px;
    height: 308px;
    margin-top: 6px;
}

.zhny-right-ljwm {
    background: url(/uploads/image/p8szimages/34.png);
    width: 292px;
    height: 308px;
    margin-top: 6px;
}

.xcp-bottom-zhnyxcp {
    background: url(/uploads/image/p8szimages/zhnyds.png);
    width: 298px;
    height: 71px;
    color: #fff;
    font-size: 20px;
    line-height: 67px;
    position: absolute;
    top: 200px;
    position: relative;
}

.zhnyxcp {
    width: 140px;
    height: 19px;
    margin-left: 30px;
}

.zhnyxcp a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.xcp-bottom-zhnyxcp img {
    position: absolute;
    top: 13px;
    right: 30px;
}

.czjz-zqzy {
    border: solid 1px #fff;
    font-size: 20px;
    color: #fff;
    width: 224px;
    height: 49px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: left;
    margin-left: 29px;
    margin-top: 113px;
}

.ljwm {
    color: #fff;
    font-size: 16px;
    width: 65px;
    height: 17px;
    margin: 0 auto;
    line-height: 85px;
}

.ljwm a {
    color: #fff;
    cursor: pointer;
}

.czjz-zqzy span {
    display: block;
    float: left;
    padding-left: 21px;
    height: 20px;
    line-height: 46px;
}

.zhny-right-scxx-middle {
    width: 195px;
    margin: 0 auto;
    color: #fff;
}

.scxx {
    font-size: 20px;
    padding-top: 30px;
}

.nymex {
    padding-top: 35px;
}

.zxj {
    padding-top: 9px;
}

.nomber {
    width: 82px;
    height: 23px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 30px;
}

.zhny-scxx-date {
    font-size: 12px;
    color: #e3e3e3;
}

.zhny-right-scxx-middle p {
    line-height: 10px;
}


/*社会责任样式*/

.middle-shzr {
    width: 100%;
    min-width: 1200px;
    height: 368px;
    background-color: #f8f8f8;
}

.shzr-title {
    font-family: microsoftyahei-bold;
    font-size: 20px;
    line-height: 55px;
    color: #333333;
    font-weight: bold;
    width: 85px;
    height: 50px;
    padding-left: 20px;
}

#dnn_ctr24975_htmlmodule_lblcontent {
    width: 1200px;
    margin: 0 auto;
}

.shzr a {
    color: #000;
}

.shzr {
    color: #005bac;
}

.customers-shzr {
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
}

.customer-cs-shzr {
    width: 579px;
    height: 125px;
    padding-left: 21px;
}

.dians-shzr {
    width: 53;
    margin: 0 auto;
}

.customer-boxs-shzr {
    float: left;
}

.dians-shzr-more {
    width: 64px;
    height: 15px;
    margin: 0 auto;
}

.module-shzr {
    overflow: hidden;
}

.customer-cs-shzr p {
    width: 514px;
    padding-left: 20px;
    font-family: '微软雅黑';
    font-size: 12px;
}

.customer-cs-shzr li a {
    text-decoration: none;
    cursor: pointer;
    font-family: '微软雅黑';
    font-size: 16px;
}


/*底部蓝条样式*/

.middle-last {
    width: 100%;
    min-width: 1200px;
    height: 57px;
    background-color: #005bac;
}

.dians-shzr-more a {
    line-height: 0px;
}

.zhny-last li {
    float: left;
    list-style-type: none;
    color: #666;
    padding: 0 5px;
    line-height: 45px;
    text-align: center;
}

.zhny-last {
    margin: 0 auto;
}

.zhny-last li a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.zhny-last li span {
    display: block;
    float: right;
    padding-left: 10px;
    line-height: 45px;
}

.fonnter-zhny {
    width: 1200px;
    margin: 0 auto;
}

.fonnter-logo {
    width: 228px;
    float: left;
    margin-top: 18px;
    margin-left: 20px;
}

.fonnter-site {
    width: 610px;
    float: right;
    line-height: 30px;
    margin-right: 50px;
    font-size: 14px;
}

.fonnter-code {
    width: 180px;
    float: right;
    text-align: center;
}


/*底部样式*/

.middle-fonnter {
    width: 100%;
    min-width: 1200px;
    height: 190px;
    background-image: linear-gradient(0deg, #ececec 0%, #ffffff 100%);
}

.fonnter-code-bottom {
    line-height: 24px;
}

.fonnter-code-bottom span {
    display: block;
    font-size: 13px;
}

.fonnter-site span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 32px;
}

.fonnter-code img {
    margin-bottom: 10px;
}

.nav-zhny-last {
    width: 845px;
    margin: 0 auto;
    padding-left: 355px;
}

.zhny-last-box {
    padding-top: 40px;
    border-top: 4px solid #005bac;
}