﻿/* .banner */
.banner{margin:0 auto;max-height:732px;background:#f5f5f5;position:relative;text-align:center}
.banner_bg{visibility:hidden;font-size:0}
.slider_container{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;max-width:1920px;text-align:center}
.slider_content a{position:absolute;display:block;width:100%}
.slider_next,.slider_prev{position:absolute;bottom:43%;display:block;width:27px;height:48px;cursor:pointer}
.slider_prev{left:10%;background:url(/static/img/index/prev.png) no-repeat center}
.slider_next{right:10%;background:url(/static/img/index/next.png) no-repeat center}
/* welcome  */
.welcome_right{float:right;margin-top:8px;padding:25px 20px 20px;width:32.5%;background:#f3f3f3;text-align:center;line-height:20px}
.welcome_right a{display:inline-block;font-weight:700}
.welcome_right a:hover{color:#1c79e1}
.ISO9001_img{margin-bottom:10px;height:128px;background:#fff}
.a_ISO9001,.a_ISO45001,.a_ISO14001{padding-right:20px;background:url(/static/img/bld_iso9001_down.png) no-repeat 58px center}
.a_ISO45001,.a_ISO14001{background-position: right center}
.ISO9001_icon span{display:none;}
.dnb_icon{width:120px}
.dnb_img{margin-bottom:10px;padding-top:16px;width:120px;height:128px;background:#fff;text-align:center}

.welcome{padding-bottom:30px;}
.welcome h2{position:relative;margin:30px 0;height:80px;text-align:center;font-size:54px;}
.welcome h2 span{position:absolute;top:75px;right:0;bottom:0;left:0;margin:auto;width:120px;border-top:3px solid #1c79e1;font-size:0;}
.welcome_left{float:left;margin-top:8px;width:66.2%;}
.welcome_left_text{position:relative;float:left;width:49%;min-height:223px;background:url(/static/img/index/about-us-fr.png?t=202105110001) no-repeat left;background-size:contain;}
.welcome_left_text p{position:absolute;right:10px;bottom:0;padding-bottom:0;line-height:0;font-size:0}
.welcome_left_text a{display:inline-block;height:48px;width:48px;margin-left:6px;background-size:100%;}
.welcome_left_video{float:right;width:49%;min-height:223px;background:url(/static/img/index/index_video.png) no-repeat center;background-size:cover;text-align:center;line-height:223px;cursor:pointer;}
.welcome_left_video img{vertical-align:middle;}

/* services */
.services_change li{float:left;width:33.33%;height:285px;text-align:center}
.services_change li a{color:#fff;font-size:30px}
.services_change li:hover a{text-decoration:underline}
.services_change li p{height:180px}
.services_scale{background:#3490ff}
.services_scale p{background:url(/static/img/index/icon_ScaleUpCommercialManufacture.png) no-repeat center}
.services_custom{background:#1c79e1}
.services_custom p{margin-bottom:12px;background:url(/static/img/index/icon_CustomSynthesis.png) no-repeat center}
.services_packed{background:#005bac}
.services_packed p{margin-bottom:12px;background:url(/static/img/index/icon_PackedInventories.png) no-repeat center}

/* Product_services */
.Product_services h2{position:relative;margin:30px 0;height:80px;text-align:center;font-size:60px}
.Product_services h2 span{position:absolute;top:75px;right:0;bottom:0;left:0;margin:auto;width:120px;border-top:3px solid #1c79e1;font-size:0}
.Product_services dl{width:50%;text-align:center}
.Product_services dt{height:150px;text-align:center}
.Product_services dd{padding-top:20px}
.Product_services dd strong{font-weight:400;font-size:30px}
.Product_services dd p{color:#686868;font-size:20px;line-height:32px}
.Product_services dd a{color:#686868}
.Product_services dd a:hover{color:#1c79e1}
.Product_services .see_more{display:inline-block;padding:0 45px 0 20px;height:50px;border:1px solid #1c79e1;background:url(/static/img/index/see_more.png) no-repeat;background-position:150px center;color:#1c79e1;font-weight:700;font-size:18px;line-height:48px}
.Product_services .see_more:hover{background:#1c79e1 url(/static/img/index/see_more_white.png) no-repeat;background-position:150px center;color:#fff}



@media only screen and (max-width:1350px){
	.welcome_right{padding:30px 20px 20px}
	.slider_next,.slider_prev{bottom:42%;}
	.slider_prev{left:5%}
	.slider_next{right:5%}
}
@media only screen and (min-width:1350px) and (max-width:1450px){
	.slider_next,.slider_prev{bottom:34%;}
	.slider_prev{left:6%}
	.slider_next{right:6%}
}
@media only screen and (min-width:1450px) and (max-width:1550px){
	.slider_next,.slider_prev{bottom:41%;}
	.slider_prev{left:7%}
	.slider_next{right:7%}
}
@media only screen and (min-width:1550px) and (max-width:1650px){
	.slider_next,.slider_prev{bottom:42%;}
	.slider_prev{left:8%}
	.slider_next{right:8%}
}
@media only screen and (min-width:1650px) and (max-width:1750px){
	.slider_next,.slider_prev{bottom:43%;}
	.slider_prev{left:9%}
	.slider_next{right:9%}
}