.banner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: none;
}
.banner  .slick-prev,.banner  .slick-next{
	width: 35px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    top: 50%;
    position: absolute;
    border: 0px;
    border: none;
    margin-top: -36px;
}
.banner  .slick-prev{
	background: url(../images/products/left_arr.png)center center;
    left: 15px;
}
.banner  .slick-next{
	background: url(../images/products/right_arr.png)center center;
    right: 15px;
}
.banner .item {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 100%;
	height:auto;
}
.banner .slick-dots {
    text-align: right;
    padding: 12px;
	max-width:1000px;
	margin:0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	background:url(../images/index/banner_sd.png) top center no-repeat;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    text-indent: -9999px;
    text-align: left;
    background: url(../images/index/banner_dots.png)left center no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
}
.banner .slick-dots li button:focus {
    outline: none;
}
.banner .slick-dots li.slick-active button {
    background-position: right center;
}
.main-content {
    padding: 0;
}
.main-content section {
    margin-bottom: 0px;
	background:url(../images/index/sec1_bg.jpg) top center no-repeat;
	background-color:#0D1F36;
}
.main-content .title {
    font-family: 'Arial', serif;
	font-style:italic;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
	text-align:center;
}
.main-content .title:after {
    content: " ";
	display:block;
    border-bottom: 1px solid #0F92CF;
	width:35px;
	margin:0 auto;
}
.product-box .product_title {
    font-family: 'Arial', serif;
	font-style:italic;
    font-size: 40px;
    color: #0D74C1;
    margin-bottom: 10px;
	padding-top:20px;
	text-align: left;
	font-weight:bold;
	width:100%;
	background-image:url(../images/index/sec2_line.png);
	background-position:415px 50%;
	background-repeat: no-repeat;
}
.product-box .product_title span {
	font-weight: normal;
	font-family: 'Arial', serif;
	font-style:italic;
}
.product-box .product_title:before {
    content: " ";
	display: inline;
	width:66px;
	height:66px;
	background: url(../images/index/sec2_icon.png) no-repeat top center;
	float:left;
	margin-right:14px;
}
.main-content .words {
    font-family: 'Arial', serif;
    font-size: 16px;
	text-align:center;
    color: #ADC7DF;
	line-height:22px;
    padding-bottom: 35px;
}
.main-content .row {
    position: relative;
}
/*.main-content .row:before {
    content: " ";
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}*/
.main-content .col {
    float: none;
	margin:0 auto;
    width: 70%;
    padding: 0 4%;
}
.main-content .about-icon {padding:42px 0 0 0; text-align:center;}

.main-content .btn-box {
    padding-top: 50px;
}
.main-content .btn.more {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #FF732F;
    line-height: 28px;
    padding: 0 15px;
}
.main-content .btn.more:hover {
    background: #CC0D0D;
}

.news-list {
    margin-bottom: -10px;
}
.news-list a {
    display: block;
    margin-bottom: 10px;
}
.news-list .txt {
    display: block;
    margin-left: 98px;
}
.news-list a:hover .txt {
    text-decoration: underline;
}
.news-list .date {
    color: #FF732F;
    position: relative;
    display: block;
    float: left;
    padding-right: 30px;
}
.news-list .date:after {
    content: "|";
    position: absolute;
    right: 14px;
    top: 0;
    color: #ccc;
}
.main-content .product-box {
    padding-bottom: 45px;
	background:url(../images/index/sec2_bg.jpg) top center repeat-y;
	background-color:#0D1F36;
}
.product-list {
    margin: 0 -10px;
}
.product-list li {
    width: 16.6%;
    padding: 0 5px;
	position:relative;
}
.product-list li a {
	margin: 0 auto 10px;
}
.product-list .pic {
    height: auto;
    position: relative;
	-moz-box-shadow:0px 0px 4px -2px rgba(20%,20%,40%,0.6);
    -webkit-box-shadow:0px 0px 4px -2px rgba(20%,20%,40%,0.6);
    box-shadow:0px 0px 4px -2px rgba(20%,20%,40%,0.6);
}
.product-list .pic_over {
    width:100%; height:100%; position:absolute; background-color:rgba(16,37,64,0.8); left:0px; top:0px; z-index:999; opacity:0.0;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
}
.product-list .pic_over:hover {
    opacity:1.0;
}
.product-list .product-name {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: bold;
    padding:50% 0 0 0;
	text-align:center;
	height:117px;
	margin-top:-52px;
}
.product-list .product-name span {
    color: #07A0E4;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
}
.product-list .product-name:after {
	content:"";
	background:url(../images/index/products_icon.png) center top no-repeat;
	width:100%;
	height:30px;
	margin-top:27px;
	display:block;
}
.product-list p {
    line-height: 1.45;
    height: 54px;
    overflow: hidden;
    padding-right: 120px;
    position: relative;
}
.product-list p:after {
    content: "READ MORE";
    border: 1px solid #FF732F;
    color: #FF732F;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-list a:hover p:after {
    background: #FF732F;
    color: #fff;
}

.service-box .col {
    vertical-align: middle;
}
.service-box .item {
    display: table;
    width: 100%;
}
.service-box .item .pic {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
.service-box .item .service-pic {
    width: 200px;
    height: 200px;
    border: 5px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 200px;
            border-radius: 200px;
}
.service-box .item .txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.service-box .item .service-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    margin-bottom: 5px;
}
.service-list {
    list-style-image: url(../images/index/list_icon.png);
    padding-left: 20px;
    margin-bottom: -8px;
}
.service-list li {
    margin-bottom: 8px;
}

.album-box {
    background: url(../images/index/album_bg.jpg);
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 20px 0;
}
.album-list {
    padding-top: 40px;
    height: 310px;
    overflow: hidden;
}
.link-list {
    height: 186px;
    overflow: hidden;
}


@media screen and (min-width: 1400px) {
    .link-list {
        max-width: none;
    }
    .link-list li {
        width: 25%;
    }
}
@media screen and (max-width: 1440px) {
    .product-list {
        max-width: 1000px;
        margin: 0 auto;
    }
    .product-list li {
        width:16.6%;
    }
}
@media screen and (max-width: 1240px) {
    .album-list {
        height: auto;
    }
}
@media screen and (max-width: 1080px) {
    .link-list {
        height: auto;
    }
}
@media screen and (max-width: 990px) {
    .main-content .title {
        text-align: center;
    }
    .main-content .row:before {
        display: none;
    }
    .main-content .col {
        float: none;
        width: auto;
        padding: 30px 0;
        margin-bottom: 0px;
    }
    .main-content .col + .col {
        border-top: 1px solid #ddd;
    }
    .product-list li {
        float: left;
        width:25%;
        padding: 0 5px;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list p {
        height: auto;
    }
    /*
    .banner .item {
        height: 300px;
    }*/
    .banner .slick-dots{
        text-align: center;
        background: url(../images/index/banner_sd.png) top center no-repeat;
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .service-box .item,
    .service-box .item .pic,
    .service-box .item .txt {
        display: block;
        margin: 0 auto 20px;
    }
    .service-box .item {
        margin-bottom: 0;
        max-width: 320px;
        padding: 0;
    }
    .service-box .item .pic,
    .service-box .item .service-pic {
        max-width: 200px;
        width: auto;
        height: auto;
    }
    .service-box .item .txt {
        padding-left: 0;
        margin-bottom: 0;
    }
    .service-box .item .service-title {
        text-align: center;
    }
    .service-box .btn-box {
        padding-top: 0;
    }
	.product-list li {
        float: left;
        width:50%;
        padding: 0 5px;
    }
}
@media screen and (max-width: 480px) {
    .product-list p {
        padding-right: 0;
    }
    .product-list p:after {
        position: static;
        display: block;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
    }
	.product-list li {
        float: left;
        width:100%;
        padding: 0 5px;
    }
}
