@charset "utf-8";

/* CSS Document */


/**************************************************************/

#main {}
#products_top {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#products_top:after {}
#products_top .left {
    height: 345px;
    float: left;
    width: calc(100% - 400px);
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#products_top .left:before {
    content: url(../images/products_icon.png);
    display: block;
    width: 85px;
    height: 85px;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 999;
}
#products_top .left > .outsite {
    list-style: none;
}
#products_top .left .outsite .photo {
    width: 45%;
    text-align: center;
    float: left;
}
#products_top .left .outsite .photo img {
    max-width: 100%;
    height: auto !important;
}
#products_top .left .outsite .info {
    width: 45%;
    float: right;
    padding-top: 10px;
padding-right:20px;
}
#products_top .left .outsite .info .no {
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    text-decoration: none;
    overflow: hidden;
}
#products_top .left .outsite .info .name {
    font-size: 30px;
    font-weight: bold;
    color: #6C1F76;
    line-height: 1;
    padding-bottom: 15px;
    text-decoration: none;
    overflow: hidden;
    border-bottom: #CCBACF 1px dashed;
}
#products_top .left .outsite .info .con {
    padding-top: 15px;
    font-size: 13px;
    height: 125px;
    overflow: hidden;
    color: #666666;
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 30px;
}
#products_top .left .outsite .info .con ul {
    margin-left: 20px;
}
#products_top .left .outsite .info .con li {
    list-style: disc;
    margin-bottom: 2px;
}
#products_top .left li .info .more {
    width: 180px;
    height: 32px;
    background: url(../images/products_more.png) no-repeat;
}
#products_top .left .outsite:hover .info .more {
    background: url(../images/products_more_.png) no-repeat;
}

/**************************************************************/

#products_top .right {
    height: 345px;
    max-width: 380px;
    float: right;
    overflow: hidden;
}
#products_top .right li:hover .photo:before {
    opacity: 1;
}
#products_top .right li {
    height: 165px;
    list-style: none;
    padding: 15px;
    background: #EEECF4;
    border-bottom: #D2BAD5 2px solid;
    margin-bottom: 15px;
    position: relative;
}
#products_top .right li:after {
    content: '';
    display: block;
    clear: both;
}
#products_top .right li:before {
    content: url(../images/products_icon2.png);
    display: block;
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 999;
}
#products_top .right li .photo:before {
    content: '';
    background: rgba(0, 0, 0, 0.5) url(../images/products_top.png) center no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#products_top .right li .photo {
    width: 50%;
    text-align: center;
    float: left;
    position: relative;
}
#products_top .right li .photo img {
    max-width: 100%;
    height: auto !important;
}
#products_top .right li .info {
    width: 45%;
    float: right;
}
#products_top .right li .info .no {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    height: 25px;
    text-decoration: none;
    margin-bottom: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom: #CCBACF 1px dashed;
}
#products_top .right li .info .name {
    font-size: 18px;
    font-weight: bold;
    color: #6C1F76;
    line-height: 1;
    overflow: hidden;
    height: 80px;
}
#products_top .right li .info .con {
    padding-top: 10px;
    font-size: 13px;
    height: 65px;
    overflow: hidden;
    color: #666666;
    line-height: 1.4;
    text-decoration: none;
}
#products_top .right li .info .mb {
    max-width: 100px;
    background: #58497C;
    color: #FFF;
    padding: 5px;
    font-size: 13px;
    font-weight: bold !important;
    text-align: center;
    text-decoration: none;
}
#products_top .right li:hover .info .mb {
    background: #75477E;
}

/**************************************************************/

#iproducts .title {
    max-width: 1300px;
    margin: 0 auto;
    font-size: 32px;
    color: #6C1F76;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: #CCBACF 3px double;
    padding-left: 10px;
}
#iproducts .title:before {
    content: url(../images/products_title.png);
    display: inline-block;
    margin-right: 5px;
}
#iproducts .title span {
    font-weight: bold;
}
#iproducts {
    padding: 0 10px;
    position: relative;
    margin-bottom: 35px;
}
#iproducts ul {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
#iproducts li:hover .info .more {
    text-decoration: underline;
    color: #6C1F76;
}
#iproducts li:hover .photo:before {
    opacity: 1;
}
#iproducts li:nth-child(3n+3) {
    border-right: none;
}
#iproducts li {
    width: 33.3333333333333333333333333333333%;
    padding: 0 20px;
    padding-top: 20px;
    margin: 0 -1.5px;
    display: inline-block;
    border-right: #CCBACF 1px solid;
    vertical-align: top;
}
#iproducts li .list:after {
    content: '';
    display: block;
    clear: both;
}
#iproducts li:nth-child(6n+4) .list,
#iproducts li:nth-child(6n+5) .list,
#iproducts li:nth-child(6n+6) .list {
    border-bottom: none;
}
#iproducts li:nth-child(6n+4),
#iproducts li:nth-child(6n+5),
#iproducts li:nth-child(6n+6) {
    margin-bottom: 20px;
}
#iproducts .list {
    list-style: none;
    padding-bottom: 30px;
    position: relative;
    border-bottom: #CCBACF 1px dashed;
}
#iproducts li .photo:before {
    content: '';
    background: rgba(88, 73, 124, 0.5) url(../images/products_top2.png) center no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#iproducts li .photo {
    width: 50%;
    text-align: center;
    float: left;
    position: relative;
}
#iproducts li .photo img {
    max-width: 100%;
    height: auto !important;
}
#iproducts li .info {
    width: 45%;
    float: right;
}
#iproducts li .info .no {
    color: #333333;
    font-size: 14px;
    line-height: 1;
    height: 34px;
    overflow: hidden;
    text-decoration: none;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: #CCBACF 1px dashed;
}
#iproducts li .info .name {
    font-size: 18px;
    font-weight: bold;
    color: #6C1F76;
    line-height: 1.4;
    overflow: hidden;
}
#iproducts li .info .con {
    padding-top: 10px;
    font-size: 13px;
    height: 65px;
    overflow: hidden;
    color: #666666;
    line-height: 1.4;
    text-decoration: none;
}
#iproducts li .info .more {
    color: #58497C;
    height: 20px;
    text-indent: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
#iproducts li .info .more i {
    vertical-align: middle;
    margin-left: 5px;
}
#iproducts .more {
    width: 100%;
    height: 40px;
}
#iproducts .more a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: url(../images/products_more2.png) center no-repeat;
}
#iproducts .more a:hover {
    background: url(../images/products_more2_.png) center no-repeat;
}

/**************************************************************/

#inews_box {
    position: relative;
    padding: 30px 0;
    background: url(../images/news_bg.jpg) center top repeat;
}
#inews .title {
    max-width: 1300px;
    font-size: 32px;
    color: #6C1F76;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: #CCBACF 3px double;
    padding-left: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#inews .title:before {
    content: url(../images/news_title.png);
    display: inline-block;
    margin-right: 5px;
}
#inews {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}
#inews .owl-buttons {
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    zoom: 1;
    clear: both;
}
#inews .owl-buttons:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#inews .owl-buttons div {
    text-indent: -9999px;
    position: absolute;
    width: 31px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}
#inews .owl-buttons .owl-prev {
    background: url(../images/news_prev.png) no-repeat;
    left: 0px;
}
#inews .owl-buttons .owl-next {
    background: url(../images/news_next.png) no-repeat;
    right: 0px;
}
.owl-wrapper-outer {
    z-index: 999;
}
#inews .item {
    padding: 0 20px;
    margin: 0 -2px;
    display: inline-block;
    list-style: none;
}
#inews .list:hover .photo:before {
    opacity: 1;
}
#inews .list:hover .more {
    background: #75477E;
}
#inews_list {
    width: 69%;
    float: right;
    vertical-align: top;
    padding: 10px 40px;
    position: relative;
    border: #CCBACF 1px solid;
}
#inews .fixed {
    width: 27.5%;
    float: left;
    padding: 10px 0 0 0;
}
#inews .list {
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#inews .list:after {
    content: '';
    display: block;
    clear: both;
}
#inews .list .photo:before {
    content: '';
    background: rgba(88, 73, 124, 0.5) url(../images/news_top.png) center no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#inews .list .photo {
    max-width: 150px;
    width: 45%;
    text-align: center;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
}
#inews .list .photo img {
    max-width: 100%;
    height: auto !important;
}
#inews .list .info {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
#inews .list .info .date {
    color: #6C1F76;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #CCCCCC 1px solid;
}
#inews .list .info .name {
    font-size: 14px;
    color: #545454;
    height: 40px;
    overflow: hidden;
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 10px;
}
#inews .list .more {
    height: 30px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    color: #FFF;
    background: #58497C;
    font-size: 12px;
    padding-left: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.animateeslide .slick-dots li {
    display: inline-block;
    padding: 0px;
    margin: 0px 2px;
    border: 0px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../images/dot.png) right center no-repeat;
}
.animateeslide .slick-dots li.slick-active {
    background: url(../images/dot.png) left center no-repeat;
}
.animateeslide .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 50%;
    text-align: center;
}
.animateeslide .slick-arrow {
    display: block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    width:25px;
    height:25px;
    top:50%;
    margin-top: -25px;
    background: url(../images/arrow.png);
    text-indent: -9999px;
    overflow: hidden;
    border: 0px;
    border: none;
    cursor: pointer;
    z-index: 9;
}
.animateeslide .slick-arrow.slick-prev {
    background-position: left center;
    left:0px;
}
.animateeslide .slick-arrow.slick-next {
    background-position: right center;
    right:0px;
}
.animateeslide {
    /*padding-bottom: 20px;*/
}

/**************************************************************/


/**************************************************************/

@media (max-width: 1320px) {
    #products_top {
        padding: 0 10px;
    }
    #iproducts ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    #products_top .left {
        height: auto;
    }
}
@media (max-width: 1200px) {
    #products_top .left .outsite .photo{
        width:50%;
    }
}
@media (max-width: 1200px) {
    .animateeslide .slick-dots {
        width: 100%;
        bottom: 0px;
    }
}
@media (max-width: 990px) {
    #products_top .left {
        width: auto;
        height: auto;
        margin-bottom: 15px;
        float: none;
    }
    #products_top .right {
        float: none;
        width: auto;
        height: auto;
        max-width: none;
    }
    #products_top .right li {
        width: 49%;
        height: auto;
        margin-bottom: 0px;
    }
    #products_top .right li:nth-child(1) {
        float: left;
    }
    #products_top .right li:nth-child(2) {
        float: right;
    }
    #iproducts li .photo {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    #iproducts li .info {
        width: 100%;
        float: none;
    }
    .animateeslide .slick-dots {
        bottom: 0px;
        width: 100%;
    }
}
@media (max-width: 900px) {
    #inews_list {
        width: 65%;
    }
    #inews .fixed {
        width: 25%;
    }
    #inews .list .photo {
        max-width: 150px;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    #inews .list .date {
        text-align: center;
    }
    #inews .list .info {
        width: 100%;
        float: none;
    }
}
@media (max-width: 767px) {
	#products_top .left .outsite .info .name{
		font-size:22px;
	}
}
@media (max-width: 590px) {
    .animateeslide .slick-arrow {
        top:25%;
    }
    #products_top .left .outsite .photo {
        width: 100%;
        text-align: center;
        float: none;
        position: relative;
        margin-bottom: 10px;
    }
    #products_top .left .outsite .info {
        width: 100%;
        float: none;
        padding-top: 0px;
    }
    #products_top .right li .photo {
        width: 100%;
        text-align: center;
        float: none;
        position: relative;
        margin-bottom: 10px;
    }
    #products_top .right li .info {
        width: 100%;
        float: none;
    }
}
@media (max-width: 567px) {
    #inews_list {
        width: 56%;
    }
    #inews .fixed {
        width: 32%;
    }
}
@media (max-width: 550px) {
    #iproducts li {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #iproducts li:nth-child(3n+3) {
        border-right: #CCBACF 1px solid;
    }
    #iproducts li:nth-child(2n+2) {
        border-right: none;
    }
    #iproducts li:nth-child(6n+4) .list {
        border-bottom: #CCBACF 1px dashed;
    }
    #iproducts li:nth-child(6n+5) .list,
    #iproducts li:nth-child(6n+6) .list {
        border: none
    }
    #iproducts li:nth-child(6n+4) {
        margin-bottom: 0px;
    }
}
@media (max-width: 430px) {
    #inews_list {
        width: 100%;
        float: none;
        display: block;
    }
    #inews .fixed {
        width: 70%;
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
}

/**************************************************************/


/**************************************************************/