/*轮播图*/
.fullSlide {
	width:100%;
	position:relative;
	height:500px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:500px;
	overflow:hidden;
	text-align:center;
	 background-position:center top;
	 background-repeat: repeat-y;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}

.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:100px;
	height:8px;
	margin:1px;
	overflow:hidden;
	background:#fff;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#FF4A01;
}

/*研发创新*/
.module {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module_content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module_content_title {
    height: 52px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module_content_title .line {
    width: 470px;
    height: 3px;
    display: flex;
    align-items: center;
}
.module_content_title .line .small-line {
    width: 410px;
    height: 1px;
    background-color: #dcdcdc;
}
.module_content_title .line .crude-line {
    width: 60px;
    height: 3px;
    background-color: #63b503;
}
.module_content_title .title {
    width: 100%;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.title-CH {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    color: #555;
    font-weight: 800;
}
.title-EN {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #9a9a9a;
}
.innovate ul li{
    list-style: none;
}
.innovate_list {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.innovate_list a {
    text-decoration: none;
}
.innovate_item {
    width: 280px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.innovate_item .title {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}
.innovate_item .line {
    width: 60px;
    height: 2px;
    background-color: #c0c0c0;
}
.innovate_item .details {
    text-align: center;
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 23px;
}

/*产品展示*/
.product {
    background-color: #f6f6f6;
}
.product_content {
    width: 1100px;
    height: 360px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_content a {
    text-decoration: none;
    font-size: 16px;
    color: #727272;
}
.product_content a:hover {
    color: #dd2a2a;
}
.big-box {
    width: 338px;
    height: 358px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.big-box:first-child {
    width: 378px;
    background-color: #fdfdfd;
    justify-content: center;
    border: 1px solid #e8e8e8;
}
.big-box:first-child .title {
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #3c3c3c;
    margin-bottom: 13px;
    font-weight: 600;
}
.big-box:first-child img {
    margin-top: 42px;
}
.middle-box {
    width: 337px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #e8e8e8;
    background-color: #fdfdfd;
}
.middle-box .info {
    height: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.middle-box .info .title {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 600;
}
.double-small-box {
    border: 0;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.small-box {
    width: 160px;
    height: 170px;
    background-color: #75c41c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.small-box .title {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 14px;
}
.small-box a {
    color: #e0f2d7;
}

/*公司简介*/
.company-module {
    width: 100%;
    height: 670px;
}
.company {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.company .title {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 28px;
}
.company .line {
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
}
.company a {
    display: block;
    width: 128px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    color: #fff;
}
.company .details {
    width: 1200px;
    text-align: center;
    font-feature-settings: 16px;
    line-height: 32px;
}
.company ul li {
    list-style: none;
}
.certificate_list {
    width: 1200px;
    height: 330px;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.certificate_item {
    width: 270px;
    height: 330px;
}
.certificate_item .hover {
    text-align: center;
    line-height: 50px;
    width: 270px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    bottom: -280px;
    left: 0;
}


/*客户案例*/
.case .module_content_title {
    margin-bottom: 50px;
}
.slideGroup ul li{
    list-style: none;
}
.slideGroup a {
    color: #555;
    text-decoration:none;
}
.slideGroup a .prev {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    transform: rotate(45deg);
    margin-left: 14px;
    margin-top: 11px;
}
.slideGroup a .next {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    transform: rotate(-135deg);
    margin-left: 10px;
    margin-top: 12px;
}
.slideGroup{ width:1200px; text-align:left;  }
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;display: flex;align-items: center;justify-content: space-around;   }

.slideGroup .sPrev,.slideGroup .sNext{ 
    position: absolute;
    left: 90px;
    top: 100px;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #d2d2d2;
}
.slideGroup .sNext{ left:auto; right:60px; }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#dd2a2a;  }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:280px; height:200px; display:block;  padding:2px; }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px;margin-top: 10px; }

/*新闻中心*/
.news-module .module_content_title {
    margin-top: 24px;
}
.news-module ul li {
    list-style: none;
}
.news-module a {
    color: #555;
    text-decoration: none;
}
.content { width:1200px; margin:0 auto;  }
.fl { float:left;}
.fr {
    float: right;
}
.news{ 
    width:366px; 
    height:520px; 
    overflow:hidden; 
    background: #f6f6f6; 
    margin-right: 48px;
    border: 1px solid #eee;
}
.news.news1{ margin-right: 0;}
.wt h2 , .wt h2{ height: 40px; overflow: hidden; }
.news h2  a{ display: block; height: 40px; overflow: hidden; padding: 0 15px; font-size: 18px; color: #fff; line-height: 40px;}
.news h2 span , .wt h2 span { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #d2d2d3; text-transform: uppercase; font-weight: normal;}
.news h2 a:hover , .wt h2 a:hover{ background:url(../images/news_nav.png) no-repeat left center; text-decoration: none;}


.wt h2 a{ background:url(../images/news_nav.png) no-repeat left center; display: block; height: 40px; overflow: hidden; padding: 0 15px; font-size: 18px; color: #fff; line-height: 40px;}
.news h2{ display: block; height: 40px;background:url(../images/news_nav.png) no-repeat left center;}

.news h2 a.bbas {
    float: left;
    text-align: center;
    background:#666666;
}

.news h2 a.bbas.crr{ background:#F26C17;}

.news p{ margin: 14px auto 0; width: 350px; overflow: hidden;}
.news p img{ width: 350px; height: 140px;}
.news ul{ 
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.news li {
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
    width: 325px;
    overflow: hidden;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 16px;
    padding-left: 13px;
    background: url(../images/news_ico.png) no-repeat 0 22px;
}
.qustion {
    margin-right: 0;
    float: right;
}
.wt_c{  height:340px; overflow:hidden;}
.wt_c dl{ padding:20px 0; margin:0 15px;font-size: 14px;border-bottom: 1px dashed #dbdbdb; }
.wt_c dt{ background:url(../images/question.png) no-repeat left top;color: #2f2f2f; line-height:24px; height:24px; overflow:hidden; padding-left:25px;}
.wt_c dt a{ color: #333;margin-left: 10px;}
.wt_c dt a:hover { color: #dd2a2a; }
.wt_c dd{ background:url(../images/answer.png) no-repeat left 4px; line-height:24px;overflow:hidden; padding-left:25px; margin-top:10px;}
.wt_c dd span{
    display: inline-block;
    /*width: 296px;*/
    margin-left: 10px;
    color: #989898;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/*合作伙伴*/
.partner ul li {
    list-style: none;
}
.partner .module_content_title .line .small-line {
    width: 334px;
}
.partner_list {
    width: 1200px;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.partner_list a {
    display: block;
    text-decoration: none;
    margin-right: 22px;
    margin-bottom: 22px;
}
.partner_list a:hover {
    box-shadow: 0 0 20px #dcdcdc;
}
.partner_list a:nth-child(5n) {
    margin-right: 0;
}
.partner_item {
    width: 220px;
    height: 120px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

/*友情链接*/
.friendship-link {
    width: 1200px;
    height: 124px;
}
.friendship-link .title {
    /*width: 160px;*/
    margin-top: 8px;
    height: 26px;
    display: flex;
    align-items: center;
}
.friendship-link .title span{
    font-size: 18px;
    color: #63b503;
    margin-left: 8px;
    font-weight: 600;
}
.link_details {
    box-sizing: border-box;
    margin-top: 18px;
    width: 1200px;
    height: 66px;
}
.link_details span {
    max-width: 110px;
    font-size: 14px;
    margin-right: 54px;
    color: #555;
}
.link_details a {
    text-decoration: none;
}
.link_details span:hover {
    color: #dd2a2a;
    text-decoration: underline;
}

.customer-server {
    height: 106px;
}
.tb {
    height: 106px;
    top: 260px;
}
.albb {
    height: 106px;
    top: 390px;
}