﻿@charset "utf-8";
body {margin-left: 0px;margin-top: 0px; margin-right: 0px;font-size: 12px; color: #545454;font-family:"微软雅黑", sans-serif;}
h4, h5, h6,
h1, h2, h3{margin: 0;}
ul, ol,li{margin: 0;}
p{margin: 0;}
html, body{font-family:"微软雅黑",'Roboto-Regular'; font-size:100%; background:#fff; color:#484848; margin:0 auto; padding:0;}
a{text-decoration: none;color:#484848}
a:hover{text-decoration: none; color:#484848; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
ul,li{ list-style:none; display:block;  margin:0; padding:0;}
input:focus{outline:none;border:none; }
.fl{ float:left;}
.fr{ float:right;}
.m-t-20{ margin-top:20px;}
.m-t-30{ margin-top:30px;}
.m-t-50{ margin-top:50px;}
.m-t-60{ margin-top:60px;}
.c-orange{ color:#e9791a;}
.header-bg .container{
width: 1300px;
padding:0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.Language a {
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 16px;
    padding: 3px;
}
/* 首页logo*/
.header-bg {
    display: block;
    padding-bottom: 30px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.header-top{
	margin-top: 10px;
}
.logo-img {
    display: block;
    width: 260px;
    table-layout: fixed;
}
.logo-img img{
	max-width: 100%;
}
.logo-txt {
    display: block;
    margin-top: 10px;
}
/* 幻灯片 */
.banner-bg {
    overflow: hidden;
    width: 100%;
    padding-top: 128px;
}
.swiper-container { 
	margin: 0 auto; 
	overflow: visible;
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { 
	display: block;
}
.swiper-slide { 
	position: relative;
	opacity: 0 !important;
}
.swiper-slide img { 
	width: 100%;
}
.swiper-slide-active {
	opacity: 1 !important;
}
.swiper-slide .ren { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 1436px; 
	height: 840px;
}
.swiper-button-next, .swiper-button-prev { 
	display: none; 
	width: 40px;
	height: 68px; 
	background-size: contain;
}
.swiper-button-next { 
	right: 100px; 
	background-image: url(../images/next1.png);
}
.swiper-button-prev { 
	left: 100px; 
	background-image: url(../images/prev1.png);
}
.swiper-container-horizontal .swiper-pagination-bullets { 
	bottom: 40px;
}
.swiper-pagination-bullet { 
	width: 70px; 
	height: 4px; 
	margin: 0 10px !important; 
	padding: 6px 0; 
	border-radius: 0;
	background-color: transparent; opacity: 1;
}
.swiper-pagination-bullet:after { 
	content: ""; 
	display: block; 
	height: 4px; 
	background-color: #fff; 
	opacity: 0.5;
}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { 
	background-color: #000;
}

/* 服务 */
.service {
    display: block;
    padding: 30px 0;
    background: #EBEDED;
    padding-top: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.service-body {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.service-left,.service-right{
	width: 48%;
}

.service-left img,.service-right img{
	width: 100%;
}

.service-title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding-bottom: 20px;
}

.service-title h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.service-bottom-a, .service-bottom-b, .service-bottom-c {
    display: block;
    width: 33%;
    text-align: center;
}

.service-bottom-a .service-txt, .service-bottom-b .service-txt, .service-bottom-c .service-txt {
    display: table;
    margin: 0 auto;
}
 
.service-bottom-a .service-txt h5, .service-bottom-b .service-txt h5, .service-bottom-c .service-txt h5 {
    padding-bottom: 26px;
    font-size: 18px;
}

.service-bottom-a .service-txt em, .service-bottom-b .service-txt em, .service-bottom-c .service-txt em {
    width: 100%;
    font-style: normal;
    font-size: 14px;
    background: #ddd;
    padding: 8px 30px;
}

/* 特色产品 */
.index-product {
    display: block;
    width: 100%;
    padding: 45px 0;
    background-color: #EBEDED;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.index-product-title h3{
	font-size: 26px;
}

.index-product-body{ position:relative; margin:30px auto 0;/* border-bottom:1px solid #c3c5c9;*/ }
.index-product-body .h_pre,.index-product-body .h_next{ position:absolute; top:50%; transform: translateY(-50%); display:block; width:39px; height:40px;  }
.index-product-body .h_pre{ left:-45px; cursor:pointer; background:url('../images/prev1.png') no-repeat center;}
.index-product-body .h_next{ right:-45px; cursor:pointer; background:url('../images/next1.png') no-repeat center;}
.index-product-body .product-img{ width:100%; margin:0 auto; overflow:hidden;}
.index-product-body .product-img ul{ width:10000%;}
.index-product-body .product-img li{ float:left; display:inline; width:0.32%; margin:0 0.02% 0 0; text-align:center;}
.index-product-body .product-img li a{ font-size:14px; color:#666;line-height:25px;}
.index-product-body .product-img li img{ width:100%; border:#ccc 1px solid;}
.index-product-body .product-img li font{ display:block; margin:6px 0 0 0;font-size: 14px;}
.index-product-body .product-img li span {
    font-size: 13px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #8c8b8b;
	font-weight: lighter;
}
.pic-title{
	background-color: #f5f5f5;
	padding:10px;
}
.pic-title h3{
	font-size: 17px;
	font-weight: 500;
}

/* 关于我们 */
.about-bg {
    display: block;
    width: 100%;
    background-color:#EBEDED;
    padding: 50px 0;
}

.about-bg .about-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.about-bg .about-title h5 {
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #434343;
    text-align: center;
}

.about-bg .about-title p {
    margin-top: 8px;
    font-size: 12px;
    font-family: "cg";
    line-height: 1.2em;
    color: rgba(67, 67, 67, 0.4);
    -o-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

 .about-left{
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 20px 25px 0;
}

.about-right {
    width: 46.4%;
    position: relative;
    table-layout: fixed;
    margin-top: 30px;
}
 .about-right img{
	 max-width: 100%;
 }
.about-h1 {
    position: relative;
    z-index: 10;
    font-size: 24px;
    color: #6b6b6b;
    letter-spacing: 1px;
}

.hr {
    position: relative;
    z-index: 10;
    width: 10%;
    height: 3px;
    background: #6b6b6b;
    margin: 25px 0 25px;
    display: table;
}

.about-txt {
    position: relative;
    z-index: 10;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.85);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 78px;
    min-height: 240px;
    line-height: 33px;
}

/* 新闻中心 */
.new-bg {
    padding: 35px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #EBEDED;
}
.main_title {
    text-align: center;
}

.main_title .main_title_text {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #434343;
}

.main_title .main_title_desc {
    margin-top: 8px;
    font-size: 18px;
    font-family: "cg";
    line-height: 1.2em;
    color: rgba(67, 67, 67, 0.4);
    -o-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.main_container {
    position: relative;
    margin-top: 55px;
}
.picture_container {
    position: relative;
    overflow: hidden;
    background: none;
    font-size: 28px;
}

.main_container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(170, 170, 170, 0.2);
}

.main_container .main_left {
    width: 46.4%;
}

.main_container .item .item_picture .picture_container img {
    width:100%;
    max-width: none;
    max-height: none;
    right: auto;
    left: 50%;
    -o-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}



.main_container .item .item_picture {
    margin-bottom: 24px;
}

.main_container .item .explain {
    position: relative;
    padding-left: 100px;
	width: 600px;
}

.main_container .main_right {
    width: 46.4%;
}


.index_main .main5 .main_container .item .explain {
    position: relative;
    padding-left: 100px;
}

 .main_container .item .explain .item_time {
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    font-family: "arial";
}
.main_container .item .explain .item_time .item_time_day {
    font-size: 42px;
    color: #999999;
    line-height: 1em;
    letter-spacing: 2px;
}
 .main_container .item .explain .explain_title {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding-right: 100px;
    -o-transition: color 0.35s;
    -moz-transition: color 0.35s;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main_container .item .explain .explain_content {
    font-size: 14px;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    min-height: 60px;
    line-height: 30px;
    color: rgba(102, 102, 102, 0.6);
}
.main_container .item .explain .item_time .item_time_year {
    font-size: 12px;
    color: #999999;
}

.main_container .item .explain {
    position: relative;
    padding-left: 100px;
}

.main_container .main_right .item {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    display: table;
    margin-bottom: 20px;
    width: 100%;
}


.sy-news {}
.synws-top .synwst-tit {font-size:26px; color:#333; margin-bottom:16px; float:left; line-height:40px; height:40px;}
.synws-top .synwst-r { float:left;line-height:45px; height:40px;}
.synws-top .synwst-r li { float:left; font-size:16px; margin-left:20px;}
.synws-top .synwst-r li a{ color:#333;}
.synws-top .synwst-r li a:hover {color:#172a88;}

.synwc-box li { float:left; width:100%; margin:7px 0; background:#ebeded; color:#333; height:42px; line-height:24px; overflow:hidden;}
.synwc-box .synws-data { float:left; padding-right:20px;  border-right:2px solid #172a88; margin:9px 20px 9px 0;font-size: 14px;}
.synwc-box .synws-liy {
    float: left;
    margin: 9px 0;
    font-size: 14px;
}
.synwc-box .synws-tit {
    float: right;
    width: 60%;
    line-height: 24px;
    margin: 9px 0;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
}
.synwc-box .synws-tit a { color:#333;}

.synwc-box .col-md-6,.synwc-box .col-xs-12{
	padding:0;
}
.synws-top{
	border-bottom: 1px solid #fff;
}




/* 版权所有 */
.footer-bg {
    background-color: #57575C;
    padding-top: 50px;
}

.footer-bg ul {
    display: table;
    width: 70%;
    float: left;
}

.footer-bg ul li {
    float: left;
    width: 22%;
}

.footer-bg ul li h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 微软雅黑;
    letter-spacing: 1px;
}

.footer-bg ul li a {
    display: table;
    width: 100%;
    font-size: 13px;
    color: #fff;
    margin-bottom: 8px;
}

.footer-txt {
    display: block;
    width: 29%;
    font-size: 14px;
    color: #e5e5e5;
    line-height: 26px;
}

.desktop {
    float: right;
    height: 100%;
    width: 100%;
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 6px;
}

.desktop>div {
    float: left;
    width: 25px;
    margin-top: 0px;
    margin-left: 10px;
}

.desktop>div img{
	max-width: 100%;
}

.footer-bottom{
    display: block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #454545;
    line-height: 45px;
    font-size: 14px;
    color: #fff;	
}

.list-bt{
    display: block;
    width: 100%;
    margin-top: 12px;
}

.list-bt ul li {
    width: 100%;
    padding-left: 0;
    line-height: 30px;
    text-indent: 16px;
}

.list-bt ul li i{
    margin-right: 5px
}

.list-title a{
    font-weight: bold
}


@media screen and (min-width:1300px){
	
}

@media screen and (min-width:1200px){
	
}


@media screen and (min-width:768px){
	
}