﻿@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font: 16px "微软雅黑""Times New Roman", Arial, Helvetica, sans-serif;
}

* {
    word-wrap: break-word;
}

img {
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #222;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

input {
    outline: 0;
}

.bigzm {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #999999;
    caret-color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w {
    width: 1200px;
    margin: 0 auto;
}



/* 首页 banner ---------------- start */

.i_picchange {
    width: 100%;
    height: 500px;
    /* height: 100vh; */
    overflow: hidden;
    display: block;
    margin-bottom: 65px;
}

.home-swiper {
    width: 100%;
    height: 100%;
    background: #000;
}

.home-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*.home-swiper .swiper-slide .conver_div{width:100%; height:100%; position:absolute; left:0px; top:0px;}
.home-swiper .swiper-slide img{ display:none;}*/

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    color: #fff;
    font-size: 22px;
    position: relative !important;
    /* right: 5px !important; */
    left: 35% !important;
    /* top: -18% !important; */
    bottom: 52% !important;
    transform: rotate(92deg) !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction .swiper-pagination-current {
    padding: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction .swiper-pagination-total {
    padding: 0 10px;
}

.home-swiper .swiper-slide .s1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.home-swiper .swiper-slide .s1 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-swiper .swiper-slide .s2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.home-swiper .swiper-slide .s2 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-swiper .home_next {
    width: 30px;
    height: 35px;
    background: url(../images/yjt.png) no-repeat center;
    background-size: 12px;
    right: 14%;
    margin-top: 18%;
    /* transition: all .3s; */
}

.home-swiper .home_next:hover {
    width: 30px;
    height: 35px;
    background: url(../images/yjt.png) no-repeat center;
    background-size: 12px;
    transition: all .3s;
    /* border-radius: 50%; */
}

.home-swiper .home_prev {
    width: 30px;
    height: 35px;
    background: url(../images/zjt.png) no-repeat center;
    background-size: 12px;
    left: 80%;
    margin-top: 18%;
    /* transition: all .3s; */
}

.home-swiper .home_prev:hover {
    width: 30px;
    height: 35px;
    background: url(../images/zjt.png) no-repeat center;
    background-size: 12px;
    transition: all .3s;
    /* border-radius: 50%; */
}

/* ~~~~~~~~~~~~~~~~~~ */

.home-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255);
	opacity: 1;
	width: 25px;
	position: relative;
	border-radius: 5px;
	margin-right: 1%;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.home-pagination .swiper-pagination-bullet-active {
    background: #0699d3;
	width: 50px;
}

.swiper-pagination {
    width: 100%;
    /* bottom: 30px !important; */
    left: 0;
}


.i_picchange .home-swiper .sx_puls {
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #fff;
    top: 88.8%;
    right: 16.85%;
    z-index: 1;
}

/* 首页 banner ---------------- end */


/* 内容 ----------------------- start */

.con_1s {
    width: 100%;
    background-color: #fff;
}

.con_1s .zyjs {
    background: url(../images/ddesdzt-img1_04.png) no-repeat center;
    width: 100%;
    margin: 0px auto 30px;
    height: 38px;
    text-align: center;
}

.con_1s .zyjs img {
    width: auto;
}

.con_1s .js_list {
    width: 100%;
    background: #fbf8f4;
    border: 1px solid #ccc;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.con_1s .js_list .zy_box {
    padding: 24px 29px;
}

.con_1s .js_list .zy_box ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sinochem-content .clearfix #dnn_ContentPane_1 {
    width: 45% !important;
    float: left !important;
    margin-left: 8%;
}

.sinochem-content .clearfix #dnn_ContentPane_2 {
    width: 45% !important;
    float: left !important;
    margin-left: 2%;
}

.con_1s .js_list .zy_box ul li {
    overflow: hidden;
    width: 47%;
    height: 55px;
    line-height: 55px;
    position: relative;
    padding-left: 3%;
    border-bottom: 2px dashed #f7f7f7;
    background: url(../images/ddesdzt-img1_24.png) 3% center no-repeat #ffff;
    margin-top: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.con_1s .js_list .zy_box ul li a {
    font-family: 微软雅黑;
    font-size: 22px;
    width: 99%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    /* float: left; */
    color: rgb(51, 51, 51);
    transition: all 0.3s ease-in 0s;
    overflow: hidden;
}


.con_1s .js_list .zy_box ul li a:hover {
    transform: translateX(8px);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}



.con_2s {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.con_2s .zyjs {
    background: url(../images/ddesdzt-img1_04.png) no-repeat center;
    width: 100%;
    margin: 0px auto 30px;
    height: 38px;
    text-align: center;
}

.con_2s .zyjs img {
    width: auto;
}


.con_2s .zb_box {
    width: 100%;
    overflow: hidden;
}


.con_2s .zb_box .zbbdList {
    float: left;
    width: 100%;
    margin-left: 5%;
}

.con_2s .zb_box .zbbdList .list_zb {
    width: 100%;
    overflow: hidden;
}

.con_2s .zb_box .zbbdList .list_zb .zb_dian {
    width: 2%;
    float: left;
    line-height: 49px;
}

.con_2s .zb_box .zbbdList .list_zb a {
    margin-left: 1%;
    line-height: 49px;
    font-family: "微软雅黑";
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    float: left;
    color: #333;

}

.con_2s .zb_box .zbbdList .list_zb a:hover {
    transform: translateX(8px);
}

.focus{height:290px;width:100%;margin-bottom: 60px; float: left; overflow: hidden;}
.focus .left{float:left; width:76%; height:100%; position:relative;overflow:hidden;}
.focus .left ul {
    width: 100%;
    height: 100%;
}
.focus .left li{position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; opacity:0; filter:alpha(opacity=0);}
.focus .left li img {
    width: 100%;
    height: 100%;
}
.focus .left li.active{z-index:2;}
.focus .left li p{
    display:block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #00000078;
    padding-left: 15px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: 微软雅黑;
    font-size: 16px;
}

.focus .right{
    float: left;
    width: 20%;
    margin-left: 15px;
}
.focus .right li{
    height: 83px;
    overflow: hidden;
    margin-bottom: 21px;
    cursor: pointer;
}
.focus .right li:last-child {
    margin-bottom: 0;
}
.focus .right li:hover,.focus .right li.active{color:#fff;background-position:-120px -120px; }
.focus .right li i{
    float: left;
    width: 100%;
    height: 100%;
}

.focus .right li i.i1 img {
    width: 100%;
    height: 100%;
}


.con_3s {
    width: 100%;
    background-color: #fff;
}

.con_3s .zyjs {
    background: url(../images/ddesdzt-img1_04.png) no-repeat center;
    width: 100%;
    margin: 0px auto 30px;
    height: 38px;
    text-align: center;
}

.con_3s .zyjs img {
    width: auto;
}

.con_3s .tbtj_list {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    display: inline-block;
}

.con_3s .tbtj_list .list-cube {
    width: 100%;
}

.con_3s .tbtj_list .list-cube li {
    position: relative;
    float: left;
    width: 24.72%;
    height: 287px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: #fff;
    font: normal 16px 'Microsoft YaHei';
}


.con_3s .tbtj_list .list-cube li:nth-child(4n){
    margin-right: 0;
}


.con_3s .tbtj_list .list-cube li img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.con_3s .tbtj_list .list-cube li .text-layer p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 84%;
    display: block;
}

.con_3s .tbtj_list .list-cube li .text-layer p a {
    color: #fff;
}

.con_3s .tbtj_list .list-cube li:nth-child(2) .text-layer {
    background: #cdaa6d;
}

.con_3s .tbtj_list .list-cube li:nth-child(7) .text-layer {
    background: #cdaa6d;
}


.con_3s .tbtj_list .list-cube li:nth-child(5) .text-layer, .list-cube li:nth-child(4) .text-layer {
    background: #b0282a;
}

.con_3s .tbtj_list .list-cube li .text-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.5;
}




/* 内容 ----------------------- end */

