
.successinfo {
	line-height: 30px;
	line-height: 22px;
	color: #888888;
	padding-right: 0px;
	padding-bottom: 20px;
}

.successinfo .iconarea {}

.successinfo .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #4da1c4;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

.successinfo .tit {
	font-size: 20px;
	font-weight: bold;
	color: #4da1c4;
	display: block;
}
.successinfo .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}
.successtable table tr td{
	font-size: 16px;
	    background: #fff;
}


.maincon{
	width: 1480px;
	height: auto;
	margin: auto;
}
p{
    color: #000000;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 15px;	
}
p a{
    color: #000000;
    font-size: 18px;
    line-height: 36px;
}
.carousel{
	margin-top: 145px;
}
.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	max-width: none;
	height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators{
	/*display: none;*/
}
.carousel-control{
	display: none;
	height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/80% #FF965A !important;
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% #004A8C !important;
}
.carousel-control:focus{
	opacity: 1;
}
.carousel-control.right{
	right: 1%;
	transform: translateY(-50%);
}
.carousel-control.left{
	left: 1%;
	right: auto;
	transform: translateY(-50%) rotate(180deg);
}
.carousel-inner>.item{
	/* height: 700px; */
	height:calc(100vh - 145px)
}
.carousel-inner>.item:before{
	content: '';
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,.15);
	position: absolute;
	left: 0px;
	top: 0px;
}
.carousel-indicators li{
	width: 14px;
	height: 14px;
	border-radius: 50px;
	margin: 0px 3px;
	background: #fff;
	border: none;
}
.carousel-indicators .active{
	background: #FF965A;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
}
.learnmore{
	height: 44px;
	padding: 0px 70px 0px 24px;
	border-radius: 0px;
	color: #fff;
	font-size: 15px;
	margin-top: 0px;
	background: none;
	position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    background: #024A93;
}
.learnmore:after{
	content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/right.svg) no-repeat center center/26% #FFD941;
    border-radius: 100px;
}
.learnmore:hover{
	background: #3E8CF6;
	color: #fff;
}
.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
   z-index: 2;
}

.bannertext h1{
	width: 50%;
	padding-right: 20px;
	text-align: left;
	font-size: 35px;
	line-height: 130%;
    color: #fff;
    margin-bottom: 0px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    margin-top: 0px;
}
.bannertext h1 span{
	color: #1a1a1a;
}
.bannertext h2{
	width: 50%;
	padding-right: 20px;
	text-align: left;
	font-size: 38px;
	line-height: 130%;
    color: #fff;
    margin-bottom: 0px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    margin-top: 0px;
}
.bannertext h2 span{
	color: #1a1a1a;
}
.bannertext p{
	font-size: 20px;
	line-height: 150%;
	color: #3A660E;
	margin-bottom: 0px;
	white-space: normal;
	display: block;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    text-align: left;   
    max-width: 400px;
}
.bannertext .learnmore{
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
}
@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#FF965A;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 18px;
	color: #1A1C18;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #536C57;
}
.navs a.shows{
	color: #536C57;
}
.navs>ul>li{
	width: auto;
	float: left;
	margin-left: 80px;
	position: relative;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	padding: 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li:after{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: #fff;
	bottom: 10px;
	transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%);
}
.navs>ul>li>a{
	color: #000000;
	text-transform: uppercase;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #1A1C18;
    font-size: 14px;
    transition: all 0s;
}
.navs>ul>li>span::before{
	content: '\e968';
	font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #536C57;
}
.navs>ul>li>span.act::before{
	color: #536C57;
}
.navs>ul>li:hover:after{
	width: 100%;
}
.navs>ul>li:hover>a{
	color: #FF965A;
}
.navs>ul>li:hover>span{
	color: #FF965A;
}
.navs>ul>li:hover:after{
	background: #FF965A;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: ">";
	color: #062134;
	font-weight: bold;
	position: absolute;
	top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: 90%;
    transition: all .1s ease-out;
    /*font-weight: bold;*/
}
.navs ul li ul li:hover{
	/*background: #062134;*/
	/*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
	color: #FF965A;
}
.navs ul li ul li:hover>span::before{
	color: #FF965A;
}
.navs ul li ul li a.shows{
	color: #FF965A;
}
.navs ul li ul li img{
	height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 240px;
	height: auto;
	display: none;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 222;
	padding: 30px 0px 10px;
}
.toper-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.logos{
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
.logos img{
	width: auto;
	height: 56px;
}
.topnav{
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: flex-end;
}
.searchbox{
	width: auto;
	height: 38px;
	margin-bottom: 10px;
}
.searchbox form{
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #FF965A;
	border-radius: 3px;
	overflow: hidden;
}
.searchbox input{
	width: 350px;
	height: 100%;
	border: none;
	font-size: 18px;
	color: #000;
	float: left;
	border-radius: 0px;
	border: none;
	padding: 0px 12px;
	box-shadow: none;
	background: #fff;
}
.searchbox input:focus{
	box-shadow: none;
	border: none;
}
.searchbox input::-webkit-input-placeholder {
  color: #B1B1B1;
}
.searchbox input:-moz-placeholder {
  color: #B1B1B1;
}
 .searchbox input::-moz-placeholder {
  color: #B1B1B1;
}
 .searchbox input::-ms-input-placeholder {
  color: #B1B1B1;
}
.searchbox button{
	height: 100%;
	width: 60px;
	background-image: url(../images/search.svg);
	background-position: center center;
	background-size: 38%;
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	left: 230px;
	border-radius: 0px;
	box-shadow: none;
}
.searchbox button:hover{
	background-color: #000;
}


.toper.fixed .navs>ul{
	display: inline-block;
	width: 1480px;
	text-align: right;
}

.mainsection1{
	width: 100%;
	height: auto;
	padding: 120px 0px;
}
.main-title{
	font-size: 34px;
	color: #000;
}
.info-title{
	margin-bottom: 30px;
}
.info-title h2{
	padding-left: 20px;
	border-left: 4px solid #FF965A;
}
.info-title.bottom-line {
	margin-bottom: 30px;
}
.info-title.bottom-line h2{
	text-align: center;
	padding-bottom: 28px;
	position: relative;
	padding-left: 0px;
	border-left: none;
}
.info-title.bottom-line h2:before{
	content: '';
	width: 64px;
	height: 4px;
	background: #FF965A;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.info-title p a{
	color: #FF965A;
}
.info-title p a:hover{
	color: #0036e0;
}
.mainsection1-info{
	width: 1200px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}
.mainsection1-info .text{
	width: 640px;
}
.mainsection1-info .text p{
	margin-bottom: 0px;
}
.learn-more{
	display: inline-block;
	border-radius: 3px;
	background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 50px) 55%;
	background-size: 7px auto;
	background-color: #FF965A;
	color: #fff;
	padding: 8px 70px 8px 50px;
	font-size: 18px;
}
.learn-more:hover{
	background-color: #004A8C;
	color: #fff;
}
.info-btn.center{
	text-align: center;
}
.go_top{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 2px;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	background-color: rgba(0,0,0,.25);
	position: fixed;
	right: 30px;
	bottom: 120px;
}
.go_top:hover{
	background-color: rgba(0,0,0,.6);
}
.mainsection2{
	width: 100%;
	height: auto;
	background: #E9FBFF;
	padding: 100px 0px;
}
.mainsection2-info{
	width: 100%;
	height: auto;
}
.mainsection2-list{
	width: 100%;
	height: auto;
	padding-top: 0px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection2-list .list-item{
	width: 31%;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0px 15px 60px rgba(9,54,102,5%);
	padding: 40px 25px 30px;
	border-radius: 2px;
	transition: all .2s;
}
.mainsection2-list .list-item:hover{
	transform: translateY(-10px);
	box-shadow: 0px 15px 60px rgba(9,54,102,25%);
}
.mainsection2-list .list-item .pic{
	width: 100%;
	height: auto;
	padding-bottom: 70%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.mainsection2-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection2-list .list-item:hover .pic img{
	transform: scale(1.1);
}
.mainsection2-list .list-item p{
	text-align: center;
	margin-bottom: 0px;
}
.mainsection2-info .info-btn{
	margin-top: 20px;
}
.mainsection3{
	width: 100%;
	height: auto;
	padding: 100px 0px;
}
.mainsection3-info{
	width: 100%;
	height: auto;
}
.mainsection3-info .info-btn {
    margin-top: 20px;
}
.mainsection3-list{
	padding-top: 0px;
	width: 1000px;
	margin: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection3-list .list-item{
	width: 47%;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #D9E5F0;
	box-shadow: 3px 3px 19px rgba(0,0,0,5%);
	padding: 30px 20px 40px;
}
.mainsection3-list .list-item .pic{
	width: 100%;
	height: auto;
	padding-bottom: 70%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.mainsection3-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection3-list .list-item .text{
	text-align: center;
	margin-bottom: 20px;
}
.mainsection3-list .list-item .text h3{
	text-align: center;
	margin-bottom: 25px;
	font-size: 20px;
}
.mainsection3-list .list-item .text .text-info{
	width: auto;
	display: inline-flex;
	flex-direction: column;
}
.mainsection3-list .list-item .text .text-info p{
	margin-bottom: 10px;
	text-align: left;
}
.mainsection3-list .list-item .text .text-info p:before{
	content: '•';
	margin-right: 8px;
}
.mainsection3-list .list-item .text .text-info p.text-more:before{
	content: '';
	margin-right: 14px;
}
.mainsection3-list .list-item .list-btn{
	text-align: center;
}
.mainsection3-list .list-item .learn-more{
	background-position: calc(100% - 20px) center;
	padding: 8px 40px 8px 20px;
}
.footer{
	width: 100%;
	height: auto;
	padding: 60px 0px;
	background: #FAFAFA;
}
.footer .maincon{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0px 6%;
}
.foot-info{
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 30px;
}
.foot-logo{
	padding: 40px 35px 40px 0px;
	margin-right: 35px;
	border-right: 1px solid rgba(0,0,0,25%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.foot-logo img{
	width: auto;
	height: 55px;
	margin-bottom: 30px;
}
.foot-logo p{
	margin-bottom: 0px;
}

.foot-contact-item{
	max-width: 430px;
}
.foot-contact-item p{
	display: flex;
	margin-bottom: 5px;
}
.foot-contact-item p span{
	flex-shrink: 0;
}
.foot-contact-item p a{
	color: #000;
}
.foot-contact-item p a:hover{
	color: #FF965A;
}
.foot-contact-item h3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
}
.foot-nav p:last-child{
	margin-bottom: 0px;
}
.foot-nav p a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.foot-nav p a:hover{
	color: #FF965A;
}
.copyright{
	width: 100%;
	height: auto;
	padding: 15px 0px;
}
.copyright p{
	text-align: center;
	margin-bottom: 0px;
	font-size: 17px;
}
.copyright p a{
	font-size: 17px;
}

.pagebanner{
	width: 100%;
	height: 600px;
	position: relative;
	margin-top: 145px;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 20%);*/
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transform: translateY(-50%);
}
.pagebanner h1{
	font-size: 40px;
	line-height: 130%;
	color: #595959;
	text-align: center;
	margin-bottom: 0px;
}
.pagebanner p{
	color: #595959;
	text-align: center;
	margin-top: 20px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	text-shadow: 2px 1px 1px rgba(0,0,0,30%);
}
.pagebanner.bg:after {
    background: rgba(0, 0, 0, 20%);
}
.pagebanner.bg h1 {
    color: #fff;
}
.crumbnav{
	width: 100%;
	height: auto;
	padding: 15px 0px;
	text-align: left;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 17px;
	color: #000;
}
.crumbnav ul li{
	font-size: 17px;
	color: #AEAEAE;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 17px;
	color: #000;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #FF965A;
}
.crumbnav ul li::before{
	content: ">";
	color: #000;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.about-section1{
	width: 100%;
	height: auto;
	padding: 30px 0px 50px;
}
.about-section1-info{
	width: 1200px;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}
.about-section1-info .text{
	width: 60%;
}
.about-section1-info .text p{
	margin-bottom: 0px;
}
.about-section1-info .pic{
	width: 30%;
}
.about-section1-info .pic img{
	width: 100%;
}
.about-section2{
	width: 100%;
	height: auto;
	padding: 50px 0px 30px;
	background: #FBFBFB;
}
.about-section2-list{
	width: 1200px;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto;
}
.about-section2-list .list-item{
	width: 24%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-bottom: 20px;
}
.about-section2-list .list-item .pic{
	margin-bottom: 20px;
	width: auto;
	height: 60px;
}
.about-section2-list .list-item .pic img{
	width: auto;
	height: 100%;
	margin: auto;
	display: block;
}
.about-section2-list .list-item p{
	margin-bottom: 0px;
}
.about-section3{
	width: 100%;
	height: auto;
	padding: 50px 0px 30px;
}
.info-title p{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
.about-section3-list{
	width: 100%;
	height: auto;
}
.about-section3-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
	padding: 50px 80px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-section3-list .list-item:hover{
	border: 1px solid #D9E5F0;
	box-shadow: 3px 3px 19px rgba(0,0,0,5%);
}
.about-section3-list .list-item .number{
	width: auto;
	font-size: 55px;
	color: #000;
	font-weight: 100;
	margin-right: 50px;
	flex-shrink: 0;
}
.about-section3-list .list-item .text{
	width: auto;
}
.about-section3-list .list-item .text h3{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #4da1c4;
	font-size: 22px;
}
.about-section3-list .list-item .text h3:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 2px;
	background: #FF965A;
}
.about-section3-list .list-item .text p{
	margin-bottom: 0px;
}
.about-section4{
	width: 100%;
	height: auto;
	padding: 50px 0px 50px;
	background: #E9FBFF;
}

.about-section5{
	width: 100%;
	height: auto;
	padding: 50px 0px 50px;
	background: #f6f6f6;
}


.about-section5-info{
	width: 1200px;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}
.about-section5-info .text{
	width: 63%;
}
.about-section5-info .text p{
	margin-bottom: 0px;
}
.about-section5-info .pic{
	width: 27%;
    text-align: center;
    background: #dae3f3;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-section5-info .pic img{
	width: 80%;
}
.about-section5 .info-title p{
	color: #ff965a;
	font-weight: bold;
}


.alfa-contact{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 5px;
}
.forms .form_control {
    width: 100%;
    height: 48px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    box-shadow: none;
    border-radius: 0px;
}
.forms textarea.form_control{
	height: 140px;
	padding: 10px 10px;
	line-height: 22px;
	float: left;
}
.forms textarea.form_control.title{
	height: 48px;
}
.forms .inquiry-quantity{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.forms .inquiry-quantity input.form_control{
	border: 1px solid #e5e5e5;
    color: #000;
    width: calc(100% - 110px);
}
.forms .inquiry-quantity select.form_control {
    width: 100px;
    border: 1px solid #CED4DA;
    background-color: #2F4D83;
    font-size: 16px;
    color: #fff;
}
.forms label{
	margin-bottom: 6px;
	font-size: 16px;
	color: #212529;
}
.forms .main-btn{
	display: inline-block;
    padding: 8px 80px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    background: #FF965A;
    position: relative;
    overflow: hidden;
    border: none;
    font-weight: bold;
}
.forms .main-btn:hover{
	color: #fff;
    background: #004A8C;
}
.inquiry-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 50px;
}
.forms .form_group{
	zoom: 1;
}
.forms .form_group:after{
	display: block;
	clear: both;
	content:"";
	height: 0;
}
.forms{
	width: 100%;
}
.form_button{
	text-align: center;
	margin-top: 10px;
}
.pagecontent{
	width: 100%;
    height: auto;
    padding: 30px 0px 20px;
}
.chemical-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chemical-list .list-item{
	width: 47%;
	margin-bottom: 50px;
}
.chemical-list .list-item .pic{
	width: 100%;
	height: auto;
	padding-bottom: 50%;
	position: relative;
	margin-bottom: 30px;
}
.chemical-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chemical-list .list-item .text{
	width: 100%;
	height: auto;
	padding: 0px 40px;
}
.chemical-list .list-item .text h3{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #000;
	font-size: 20px;
}
.chemical-list .list-item .text h3:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 2px;
	background: #FF965A;
}
.chemical-list .list-item .text .list{
	padding-left: 10px;
}

.chemical-list .list-item2{
	width: 47%;
	padding: 50px 50px;
	box-shadow: 3px 3px 19px rgba(0,0,0,5%);
	align-self: flex-start;
	border-radius: 2px;
}
.chemical-list .list-item2 h3{
	margin-bottom: 0px;
	padding-bottom: 20px;
	position: relative;
	color: #000;
	font-size: 20px;
	text-align: center;
}
.chemical-list .list-item2 h3:before{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 80px;
	height: 2px;
	background: #FF965A;
}
.chemical-list .list-item2 .list-item2-process{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.chemical-list .list-item2 .list-item2-process p{
	width: calc(50% - 25px);
	height: 120px;
	margin-top: 50px;
	margin-bottom: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0px 10px;
	border: 1px solid #D9E5F0;
	border-radius: 2px;
	position: relative;
	box-shadow: 4px 4px 20px rgba(0,0,0,5%);
}
.chemical-list .list-item2 .list-item2-process p:before{
	content: '';
	width: 40px;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/arrow2.svg) no-repeat center center/auto 30px;
}
.chemical-list .list-item2 .list-item2-process p:nth-child(2n):before{
	transform: translateX(-50%) rotate(180deg);
}
.chemical-list .list-item2 .list-item2-process p:nth-last-child(2):before{
	content: none;
}
.chemical-list .list-item2 .list-item2-process p:last-child:before{
	width: 50px;
	height: 40px;
	bottom: auto;
	left: -50px;
	transform: translateX(0%) rotate(-90deg);
	background: url(../images/arrow2.svg) no-repeat center center/auto 30px;
}
.synthesis-list{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px 0px;
	position: relative;
}
.synthesis-list:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(rgba(255,150,90,0%),rgba(255,150,90,100%) 10%,rgba(255,150,90,100%) 90%,rgba(255,150,90,0%));
}
.synthesis-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 120px;
	position: relative;
}
.synthesis-list .list-item:before{
	content: '';
	display: inline-block;
	width: 150px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,150,90,100%);
}
.synthesis-list .list-item:after{
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 130px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/circular-icon.svg) no-repeat center center/90%;
}
.synthesis-list .list-item .pic{
	width: 38%;
	height: auto;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 3px 3px 19px rgba(0,0,0,5%);
}
.synthesis-list .list-item .pic img{
	width: 100%;
	height: auto;
}
.synthesis-list .list-item .text{
	width: 52%;
	height: auto;
}
.synthesis-list .title{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-35px);
	margin-bottom: 0px;
}
.synthesis-list .list-item h3{
	font-size: 20px;
	color: #4da1c4;
	margin-bottom: 25px;
	margin-top: 15px;
}
.synthesis-list .list-item .list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.synthesis-list .list-item .list ul:first-child{
	margin-right: 120px;
}
.synthesis-list .list-item .list ul{
	padding-left: 0px;
}
.synthesis-list .list-item .list ul li{
	list-style: none;
	padding-left: 30px;
    background: url(../images/icon1.png) no-repeat 0px 10px/15px;
}
.synthesis-list .list-item p.mb60{
	margin-bottom: 60px;
}
.synthesis-list .list-item2{
	width: 100%;
	height: auto;
	padding-left: 120px;
	position: relative;
}
.synthesis-list .list-item2:before{
	content: '';
	display: inline-block;
	width: 150px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,150,90,100%);
}
.synthesis-list .list-item2:after{
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 130px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/circular-icon.svg) no-repeat center center/90%;
}
.synthesis-list .list-item2 .list-item2-info{
	width: 100%;
	height: auto;
	padding: 100px 60px 50px 100px;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
}
.synthesis-list .list-item2 .list-item2-process{
	width: 100%;
	height: auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.synthesis-list .list-item2 .list-item2-process .process-item{
	width: calc(33.33% - 40px);
	margin-bottom: 60px;
	position: relative;
}
.synthesis-list .list-item2 .list-item2-process .process-item h4{
	width: 80%;
	background: #4da1c4;
	height: 110px;
	text-align: center;
	padding: 25px 10px 0px;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
}
.synthesis-list .list-item2 .list-item2-process .process-item p{
	width: 90%;
	background: #fff;
	height: 100px;
	padding: 0px 30px 0px;
	color: #000;
	border-radius: 2px;
	border: 1px solid #D9E5F0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	box-shadow: 4px 4px 20px rgba(0,0,0,5%);
	margin-bottom: 0px;
	margin-left: 10%;
	margin-top: -40px;
}
.synthesis-list .list-item2 .list-item2-process .process-item:before{
	content: '';
	width: 60px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	background: url(../images/arrow3.svg) no-repeat center center/35px auto;
}
.synthesis-list .list-item2 .list-item2-process .process-item:nth-child(n+3):before{
	transform: translateY(-50%) rotate(180deg);
}
.synthesis-list .list-item2 .list-item2-process .process-item:nth-child(3):before{
	bottom: -50px;
	top: auto;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}
.synthesis-list .list-item2 .list-item2-process .process-item:last-child:before{
	content: none;
}
.contact-section1{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	border: 1px solid #F4F4F4;
	padding: 30px 60px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.contact-section1 .contact-info{
	width: 40%;
	margin-right: 60px;
	border-right: 1px solid #D9E5F0;
	padding: 20px 60px 20px 0px;
}
.contact-info-list{
	margin-top: 40px;
	width: 100%;
	height: auto;
}
.contact-info-list .list-item{
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.contact-info-list .list-item:last-child{
	margin-bottom: 0px;
}
.contact-info-list .list-item .icon{
	width: 70px;
	height: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #D9E5F0;
	border-radius: 100px;
	flex-shrink: 0;
	margin-right: 30px;
}
.contact-info-list .list-item .icon img{
	width: 50%;
	height: auto;
}
.contact-info-list .list-item .text h4{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.contact-box{
	padding: 20px 0px 20px 0px;
}
.contact-box .forms{
	margin-top: 40px;
}
.contact-box .forms .form_control{
	border: 1px solid #84BDF9;
}
.maps{
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.maps img{
	width: 100%;
	height: auto;
}



.mainsection4{
	width: 100%;
	height: auto;
	padding: 50px 0px;
}
.index-tiitle{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	position: relative;
}
.index-tiitle h2{
	font-size: 30px;
    color: #000;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 30px;
}
.index-tiitle span{
	font-size: 40px;
    color: #d9d9d9;
    text-align: center;
    display: block;
    font-weight: bold;
}
.index-tiitle p{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 25px;
}
h1, h2, h3, h4, h5, h6{
	color: #000;
}
.mainsection4-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.mainsection4-info .text{
	width: 55%;
	background: #f6f6f6;
	padding: 80px 40px;
	text-align: center;
}
.mainsection4-info .text h3{
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
	text-align: left;
}
.mainsection4-info .text p{
	position: relative;
	z-index: 3;
	text-align: left;
}
.mainsection4-info .text .learn-more{
	margin-top: 30px;
	position: relative;
	z-index: 3;
	
}
.mainsection4-info .pic{
	width: 45%;
	position: relative;
}
.mainsection4-info .pic img.main-pic{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection4-info .pic:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 100%;
	z-index: 3;
	background: #fff;
	clip-path: polygon(0% 0%,100% 0%,10px 100%,0px 100%,0 0%);
}
.mainsection4-info .pic:after{
	content: '';
	position: absolute;
	left: -10px;
	top: 0px;
	width: 120px;
	height: 100%;
	z-index: 4;
	background: #f6f6f6;
	clip-path: polygon(0% 0%,100% 0%,10px 100%,0px 100%,0 0%);
}
.mainsection4-info .pic .piclist{
	width: auto;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0px;
	transform: skewX(-12deg);
}
.mainsection4-info .pic .piclist .list-item{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	transform: skewX(12deg);
}
.mainsection4-info .pic .piclist .list-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.mainsection5{
	width: 100%;
	height: auto;
	padding: 0px 0px 50px;
}
.mainsection5-text{
	margin-bottom: 40px;
}
.mainsection5-text p{
	text-align: center;
}
.mainsection5-info{
	width: 100%;
	height: auto;
	position: relative;
	transform-style: preserve-3d;
}
.mainsection5-info .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mainsection5-info .pic img{
	width: 100%;
	height: auto;
	transition: all .5s;
}
.mainsection5-info .swiper-slide-next:hover .pic img{
	transform: scale(1.2);
}
.mainsection5-info .list-text{
	position: relative;
	z-index: 22;
}
.mainsection5-info h3{
	text-align: center;
	color: #FF965A;
	font-size: 20px;
	font-weight: normal;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	background: #fff;
	box-shadow: none !important;
	text-shadow: none !important;
}
.mainsection5-info .swiper-container{
	padding: 20px 0px;
}
.mainsection5-info .swiper-slide-next{
	box-shadow: 2px 3px 10px rgba(0,0,0,50%) !important;
}
.mainsection5-btn{
	text-align: center;
	margin-top: 30px;
}


.mainsection6{
	width: 100%;
	height: auto;
	padding: 0px 0px 80px;
}
.mainsection6-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}
.mainsection6-info-title{
	width: 25%;
	position: relative;
	overflow: hidden;
}
.mainsection6-info-title .info-title-item{
	width: 100%;
	height: 60%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.mainsection6-info-title .info-title-item:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(242,242,242,51%);
}
.mainsection6-info-title .info-title-item h3{
	font-weight: normal;
	margin-bottom: 20%;
	position: relative;
	z-index: 2;
	color: #000;
}
.mainsection6-info-title .info-title-item.shows:before{
	background: rgba(54, 108, 188 ,51%);
}
.mainsection6-info-title .info-title-item.shows h3{
	color: #fff;
}
.mainsection6-info-title .info-title-item:nth-child(1){
	left: 0px;
	top: -8px;
	clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 100px),0% 100%,0% 0%);
}
.mainsection6-info-title .info-title-item:nth-child(2){
	left: 0px;
	bottom: -8px;
	clip-path: polygon(0% 100px,100% 0%,100% 100%,0% 100%,0% 0%);
}
.mainsection6-info-title .info-title-item:nth-child(2) h3{
	font-weight: normal;
	margin-top: 20%;
	margin-bottom: 0px;
}
.mainsection6-info-list{
	width: 75%;
}
.mainsection6-info-list .list-item{
	width: 100%;
	display: none;
	padding: 50px 50px;
	background: #f6f6f6;
	flex-direction: column;
}
.mainsection6-info-list .list-item.shows{
	display: flex;
}
.mainsection6-info-list .list-item h3{
	margin-bottom: 25px;
}
.mainsection6-info-list .list-item>p{
	height: 108px;
}
.mainsection6-info-list .list-item .info-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 0px;
}
.mainsection6-info-list .list-item .info-list .info-list-item:first-child{
	margin-right: 180px;
}
.mainsection6-info-list .list-item .info-list .info-list-item p{
	padding-left: 30px;
	background: url(../images/icon1.png) no-repeat 0px 8px/16px;
}
.mainsection6-info-list .list-item .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	position: relative;
}
.mainsection6-info-list .list-item .pic span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.mainsection6-info-list .list-item .pic span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainsection6-arrow{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
	position: absolute;
    top: 10px;
    right: 10px;
}
.mainsection6-arrow span{
    width: 30px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF965A;
    color: #fff;
    margin-left: 20px;
}
.mainsection6-arrow span:before{
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    font-size: 18px;
    color: #fff !important;
}
.mainsection6-arrow span:hover{
	background: #004A8C;
}
.mainsection6-arrow span.arrow-left:before{
    content: 'prev';
}
.mainsection6-arrow span.arrow-right:before{
    content: 'next';
}
.mainsection7{
	width: 100%;
	height: auto;
	background: #0470a3;
	padding: 40px 0px;
}
.mainsection7-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.mainsection7-info .pic{
	flex-shrink: 0;
	width: 110px;
	height: auto;
	margin-right: 50px;
}
.mainsection7-info .pic img{
	width: 100%;
	height: auto;
}
.mainsection7-info .text h3{
	color: #fff;
	margin-bottom: 10px;
	margin-top: 5px;
}
.mainsection7-info .text p{
	color: #fff;
	margin-bottom: 0px;
}

.chemical-section1{
	width: 100%;
	height: auto;
	padding: 40px 0px 40px;
}
.chemical-list2{
	width: 100%;
	height: auto;
}
.chemical-list2 .list-item{
	width: 100%;
	height: auto;
	background: #eef7fc;
	padding: 40px 0px 40px;
}
.chemical-list2 .list-item:nth-child(2n){
	background: none;
}
.chemical-list2 .list-item .maincon{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chemical-list2 .list-item .pic{
	width: 400px;
	height: 440px;
	flex-shrink: 0;
	position: relative;
}
.chemical-list2 .list-item .pic .bg-box{
	filter: drop-shadow(1px 3px 3px #777);
	width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.chemical-list2 .list-item .pic .bg-color{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #ecbc22;
	-webkit-mask-image: url(../images/chemical-pic-mask2.png);
	-webkit-mask-size: contain;
	-webkit-mask-position: left top;
	-webkit-mask-repeat: no-repeat;
}
.chemical-list2 .list-item .pic .main-pic{
	width: 95%;
	height: calc(100% - 40px);
	position: relative;
	z-index: 3;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-mask-image: url(../images/chemical-pic-mask.png);
	-webkit-mask-size: contain;
	-webkit-mask-position: left top;
	-webkit-mask-repeat: no-repeat;
}
.chemical-list2 .list-item .pic h3{
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	font-size: 22px;
	padding-right: 15%;
}
.chemical-list2 .list-item .text{
	width: calc(100% - 400px);
	padding-left: 100px;
}
.chemical-list2 .list-item .text .ullist{
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.chemical-list2 .list-item .text .ullist li{
	list-style: none;
	padding-left: 30px;
    background: url(../images/icon1.png) no-repeat 0px 10px/15px;
    width: 50%;
}
.chemical-list2 .list-item .text .ullist li.full{
    width: 100%;
}
.chemical-list2 .list-item:nth-child(2n) .maincon{
	flex-direction: row-reverse;
}
.chemical-list2 .list-item:nth-child(2n) .text {
    padding-left: 0px;
    padding-right: 100px;
}
.chemical-list2 .list-item:nth-child(2) .pic .bg-color{
	background: #9dc96f;
}
.chemical-list2 .list-item:nth-child(3) .pic .bg-color{
	background: #ed9a6a;
}
.chemical-list2 .list-item:nth-child(4) .pic .bg-color{
	background: #eabe37;
}
.chemical-list2 .list-item:nth-child(5) .pic .bg-color{
	background: #97c862;
}
.chemical-list2 .list-item:nth-child(6) .pic .bg-color{
	background: #eaa076;
}
.detection-info{
	width: 100%;
	height: auto;
	padding: 0px 0px 50px;
}
.detection-info-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.detection-info-title .detection-info-title-pic{
	width: 35%;
	position: relative;
}
.detection-info-title .detection-info-title-pic:after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
    height: 0;
    border-top: 20px solid #38b28a;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
}
.detection-info-title .detection-info-title-pic.select0:after{
	border-top: 20px solid #38b28a;
}
.detection-info-title .detection-info-title-pic.select1:after{
	border-top: 20px solid #92d050;
}
.detection-info-title .detection-info-title-pic.select2:after{
	border-top: 20px solid #ffc000;
}
.detection-info-title .detection-info-title-pic.select3:after{
	border-top: 20px solid #539dbf;
}
.detection-info-title .detection-info-title-pic.select4:after{
	border-top: 20px solid #ff965a;
}
.detection-info-title .detection-info-title-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.detection-info-title .detection-info-title-pic img:first-of-type{
	display: block;
}
.detection-info-title .detection-info-title-list{
	width: 65%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.detection-info-title .detection-info-title-list{
	width: 65%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.detection-info-title .detection-info-title-list span{
	width: 33%;
	height: 250px;
	background: #38b28a;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0px 10px;
	cursor: pointer;
}
.detection-info-title .detection-info-title-list span:nth-child(1){
	width: 34%;
	background: #38b28a;
}
.detection-info-title .detection-info-title-list span:nth-child(2){
	background: #92d050;
}
.detection-info-title .detection-info-title-list span:nth-child(3){
	background: #ffc000;
}
.detection-info-title .detection-info-title-list span:nth-child(4){
	background: #539dbf;
	width: 45%;
	height: 300px;
	margin-top: -50px;
}
.detection-info-title .detection-info-title-list span:nth-child(5){
	background: #ff965a;
	width: 55%;
}
.detection-info-title .detection-info-title-list span.shows{
	border: 3px solid #fff;
}

.detection-info-title .detection-info-title-list span:nth-child(1).shows,
.detection-info-title .detection-info-title-list span:nth-child(2).shows,
.detection-info-title .detection-info-title-list span:nth-child(3).shows{
	border-top: none;
}

.detection-info-title .detection-info-title-list span:nth-child(4).shows,
.detection-info-title .detection-info-title-list span:nth-child(5).shows {
	border-bottom: none;
}


.detection-info-list{
	width: 100%;
	height: auto;
	padding: 40px 50px 20px;
	background: #fbfbfb;
	box-shadow: 1px 3px 12px #7e7e7e;
	margin-top: 30px;
}
.detection-info-list .list-item{
	width: 100%;
	height: auto;
	display: none;
}
.detection-info-list .list-item:nth-child(1){
	display: block;
}
.detection-info-list .list-item .list-item-text{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.detection-info-list .list-item .list-item-text .list-icon{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.detection-info-list .list-item .list-item-text .list-icon .title{
	flex-shrink: 0;
	margin-right: 20px;
	filter: drop-shadow(1px 2px 6px #999);
}
.detection-info-list .list-item .list-item-text .list-icon span{
	width: 155px;
	height: 40px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	background: #38b28a;
	box-shadow: 1px 3px 5px #ccc;
	padding-left: 35px;
	clip-path: polygon(0% 0%,calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 0% 100%, 0% 0%);
	font-weight: bold;
}
.detection-info-list .list-item .list-item-text .list-icon .title.pl5 span{
	padding-left: 20px;
}
.detection-info-list .list-item .list-item-text .list-icon .title.pl4 span{
	padding-left: 10px;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(2) span{
	background: #92d050;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(3) span{
	background: #ffc000;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(4) span{
	background: #ff965a;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(5) span{
	background: #539dbf;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(6) span{
	background: #b4a336;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(7) span{
	background: #50b3d0;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(8) span{
	background: #c73b7e;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(9) span{
	background: #a7182d;
}
.detection-info-list .list-item .list-item-text .list-icon:nth-child(10) span{
	background: #7318a7;
}
.detection-info-list .list-item .list-item-text p{
	margin-bottom: 0px;
	margin-top: 3px;
}
.detection-info-list .list-item .list-item-text.list-dot{
	margin-top: 10px;
}
/* .detection-info-list .list-item .list-item-text.list-dot .list-icon{
	margin-bottom: 5px;
} */
.detection-info-list .list-item .list-item-text.list-dot .list-icon p{
	display: flex;
}
/* .detection-info-list .list-item .list-item-text.list-dot .list-icon p:before{
	content: '•';
	margin-right: 10px;
} */
.detection-info2{
	margin-top: 30px;
}
.detection-process{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-size: 35px auto;;
	background-position: right calc(50% - 20px);
	background-image: url(../images/analysis-detection-pic13.png);
}
.detection-process .detection-process-item{
	width: calc(33% - 60px);
	background: #fff;
	box-shadow: 0px 3px 3px #666;
	margin-bottom: 40px;
	margin-right: 90px;
	position: relative;
}
.detection-process .detection-process-item:before{
	content: '';
	width: 70px;
	height: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 80% auto;;
	background-position: center center;
	background-image: url(../images/analysis-detection-pic12.png);
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
}
.detection-process .detection-process-item:nth-child(3n){
	margin-right: 0px;
}
.detection-process .detection-process-item:nth-child(3n):before{
	content: none;
}
.detection-process .detection-process-item:nth-child(4):before{
	background-image: url(../images/analysis-detection-pic14.png);
}
.detection-process .detection-process-item:nth-child(5):before{
	background-image: url(../images/analysis-detection-pic14.png);
}
.detection-process .detection-process-item .pic{
	background: #4da1c4;
	padding: 15px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detection-process .detection-process-item .pic img{
	width: auto;
	height: 60px;
}
.detection-process .detection-process-item .text{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detection-process .detection-process-item .text p{
	text-align: center;
	padding: 0px 15px 0px;
	margin-bottom: 0px;
}
.contact-alfa{
	width: 100%;
	height: auto;
	background: rgba(218,227,243);
	padding: 60px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.contact-alfa .alfa-logo{
	width: 180px;
	height: auto;
	margin-right: 250px;
	margin-top: 10px;
}
.contact-alfa .alfa-logo img{
	width: 100%;
	height: auto;
}
.contact-alfa .alfa-info .text1 span{
	color: rgba(47,77,131);
	font-weight: bold;
}
.contact-alfa .alfa-info .alfa-contact{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-alfa .alfa-info .alfa-contact .coantct-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contact-alfa .alfa-info .alfa-contact .coantct-item .pic{
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #bdbdbd;
	border-radius: 100px;
	flex-shrink: 0;
	margin-right: 20px;
}
.contact-alfa .alfa-info .alfa-contact .coantct-item .pic img{
	width: 50%;
	height: auto;
}
.contact-alfa .alfa-info .alfa-contact .coantct-item .text h4{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.contact-alfa .alfa-info .alfa-contact .coantct-item .text p{
	margin-bottom: 0px;
}
.mainsection8{
	width: 100%;
	height: auto;
	padding: 0px 0px 90px;
}
.mainsection8-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection8-info .pic{
	width: 550px;
}
.mainsection8-info .pic img{
	width: 100%;
	height: auto;
}
.mainsection8-info .text{
	width: calc(100% - 650px);
}
.mainsection8-info .text h3 {
    margin-bottom: 25px;
    text-align: center;
}
.mainsection8-info .text .text-btn{
	text-align: center;
}
.qualifications-info .content-iso-pic{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 60px;
	margin-bottom: 50px;
	margin-top: 40px;
}
.qualifications-info .content-iso-pic img{
	width: auto;
	height: 500px;
	border: 7px solid #898045;
}




@media screen and (max-width:1700px){

.foot-logo{
	max-width: 300px;
	text-align: center;
}	
}

@media screen and (max-width:1580px){



.mainsection8-info .text {
    width: calc(100% - 530px);
}
.mainsection8-info .pic {
    width: 450px;
}
.footer .maincon{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.foot-contact-item{
	margin-right: 80px
}
.foot-info{
	width: 100%;
	margin-bottom: 30px;
}

.foot-contact .foot-contact-item:nth-child(1){
	margin-bottom: 30px;
	margin-right: 0px;
}
.foot-contact{
	flex-direction: column;
}
.toper.fixed .navs>ul {
    width: 100%;
	padding: 0px 6%;
}
.mainsection1-info{
	width: 100%;
}
.maincon{
	width: 100%;
	padding: 0px 6%;
}

}


@media screen and (max-width:1300px){


.contact-alfa .alfa-logo{
	margin-right: 0px;
}
.contact-alfa{
	justify-content: space-between;
}
.synthesis-list .list-item2 .list-item2-process .process-item p{
	font-size: 16px;
	line-height: 30px;
}
.foot-contact {
    width: 300px;
}
.foot-logo{
	padding: 60px 50px 60px 0px;
}
.navs>ul>li{
	margin-left: 60px;
}

}



@media screen and (min-width:1200px){





.toper.fixed{
	background: #fff;
	padding: 20px 0px 10px;
}
.toper.fixed .logos{
	margin-bottom: 70px;
}
.toper.fixed .navs{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	background: #4da1c4;
	text-align: center;
}
.toper.fixed .navs>ul>li{
	float: none;
}
.toper.fixed .navs>ul>li>a{
	color: #fff;
}
.toper.fixed .navs>ul>li:after{
	background: #fff;
}
.toper.fixed .navs>ul>li:hover:after {
    background: #fff;
}
.toper.fixed .searchbox {
	margin-bottom: 80px;
}


	
}

@media screen and (max-width:1200px){



.mainsection8-info .text {
    width: calc(100% - 420px);
}
.mainsection8-info .pic {
    width: 380px;
}
.mainsection8-info .text h3 {
    font-size: 18px;
}
.contact-alfa{
	padding: 50px 50px;
}
.detection-process .detection-process-item .pic img {
    height: 50px;
}
.detection-info-title .detection-info-title-list span{
	font-size: 20px;
	height: 200px;
}
.detection-info-title .detection-info-title-list span:nth-child(4){
	height: 230px;
	margin-top: -30px;
}
.chemical-list2 .list-item .text {
    width: calc(100% - 300px);
}
.chemical-list2 .list-item .pic {
    width: 300px;
    height: 340px;
}
.mainsection6-info-list .list-item .learn-more{
	padding: 8px 40px 8px 20px;
	background-position: calc(100% - 20px) 55%;
}
.mainsection6-info-list .list-item .pic{
	justify-content: space-between;
}
.mainsection6-info-title{
	width: 35%;
}
.mainsection6-info-list {
    width: 65%;
}
.mainsection6-info-title .info-title-item h3{
	font-size: 18px;
}
.mainsection6-info-list .list-item h3{
	font-size: 18px;
}
p a,p,.ullist li{
    font-size: 16px;
    line-height: 30px;
}
.forms .form_control,.foot-nav p a,.foot-contact h3,.learn-more,.contact-info-list .list-item .text h4,.forms .main-btn{
	font-size: 16px;
}
.copyright p,.crumbnav ul li,.crumbnav ul li a{
	font-size: 15px;
}

.about-section3-list .list-item .text h3{
	font-size: 18px;
}

.contact-section1 .contact-info{
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin-right: 0px;
	border-right: none;
	margin-bottom: 30px;
}
.contact-box{
	width: 100%;
}
.contact-section1{
	flex-wrap: wrap;
}
.synthesis-list .list-item .list{
	justify-content: space-between;
}
.synthesis-list .list-item .list ul:first-child {
    margin-right: 0px;
}
.synthesis-list .list-item2{
	padding-left: 60px;
}
.synthesis-list .list-item2:after{
	left: 70px;
}
.synthesis-list .list-item2:before{
	width: 90px;
}
.synthesis-list .list-item:after{
	left: 70px;
}
.synthesis-list .list-item:before{
	width: 90px;
}
.synthesis-list .list-item2 .list-item2-process .process-item p{
	height: 130px;
}
.synthesis-list .list-item2 .list-item2-info{
	padding: 60px 20px 10px 60px;
}
.synthesis-list .list-item{
	margin-bottom: 60px;
	padding-left: 60px;
}
.synthesis-list .list-item h3 {
    margin-bottom: 20px;
}
.synthesis-list .list-item .text {
    width: 58%;
}
.synthesis-list .list-item p.mb60 {
    margin-bottom: 30px;
}
.about-section1-info .pic {
    width: 36%;
}
.info-title.bottom-line {
    margin-bottom: 30px;
}
.pagebanner h1{
	font-size: 28px;
}
.pagebanner p{
	font-size: 20px;
}
.pagebanner{
	margin-top: 80px;
}
.foot-logo{
	width: 300px;
}
.foot-logo p{
	text-align: center;
}
.mainsection3-list {
    padding-top: 0px;
}
.mainsection3-list{
	width: 100%;
}
.mainsection2-list{
	padding-top: 0px;
}
.mainsection2-list .list-item{
	width: 32%;
}
.main-title {
    font-size: 24px;
}
.carousel-inner>.item:before{
	width: 100%;
}
.bannertext h2,.bannertext h1{
	width: 100%;
	font-size: 28px;
}
.carousel {
    margin-top: 80px;
}
.toper-content{
	align-items: center;
}
.toper{
	padding: 15px 0px 15px;
}
.topnav{
	flex-direction: row;
	align-items: center;
}
.logos{
	margin-bottom: 0px;
}
.searchbox{
	margin-bottom: 0px;
	margin-right: 50px;
}
.searchbox input{
	width: 250px;
}
.sp_nav {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #004a8c;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 999;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.toper.fixed .navs a{
	color: #fff;
}
.navs ul li a{
	font-size: 16px;
	line-height: 40px;
    color: #fff;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #46739a;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #46739a;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 24px;
	padding: 10px 0px;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 20px;
	background: none;
}
.navs ul li ul li ul{
	position: static;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
	font-size: 16px;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
    font-weight: bold;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #46739a;
}
.navs ul li ul li span::before{
	color: #fff;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #46739a;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #46739a;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 20px;
}
.navs ul li ul li span::before{
	top: 18px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}
.toper.fixed .navs>ul {
    padding: 0px 0px;
}


}


@media screen and (max-width:1000px){




.contact-alfa .alfa-logo{
	margin-bottom: 10px;
}
.foot-contact-item {
    margin-right: 0px;
    margin-bottom: 40px;
}
.contact-alfa{
	flex-direction: column;
	justify-content: center;
	padding: 50px 15px;
}
.foot-logo{
	max-width: 100%;
	margin-right: 0px;
}
.foot-info{
	flex-direction: column;
}
.chemical-list2 .list-item:nth-child(2n) .text {
    padding-right: 0px;
}
.chemical-list2 .list-item:nth-child(2n) .maincon {
    flex-direction: column;
}
.chemical-list2 .list-item .pic{
	margin-bottom: 30px;
	max-width: 100%;
}
.chemical-list2 .list-item .text {
    width: 100%;
    padding-left: 0px;
}
.chemical-list2 .list-item .maincon{
	flex-wrap: wrap;
	flex-direction: column;
}
.pagebanner p{
	font-size: 16px;
}
.mainsection7-info .text h3{
	font-size: 18px;
}
.mainsection6-info-list .list-item .info-list{
	justify-content: space-between;
}
.mainsection6-info-list .list-item .info-list .info-list-item:first-child {
    margin-right: 0px;
}
.mainsection5-text {
    margin-bottom: 20px;
}
.mainsection5 {
    padding: 0px 0px 50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 15px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 15px !important;
}
.mainsection4-info .text .learn-more{
	margin-top: 10px;
}
.mainsection4-info .text h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.index-tiitle span{
	font-size: 30px;
}
.index-tiitle h2{
	font-size: 22px;
}
.mainsection4{
	padding: 50px 0px;
}
.mainsection4-info .text{
	padding: 30px 20px;
	margin-bottom: 30px;
}
.mainsection4-info .pic:after{
	background: #fff;
}
.mainsection4-info .pic img.main-pic{
	position: static;
}
.mainsection4-info .pic{
	width: 450px;
	margin: auto;
}
.mainsection4-info .pic .piclist .list-item{
	flex-shrink: 0;
	width: 90px;
	height: 90px;
}
.mainsection4-info .text{
	width: 100%;
}
.mainsection4-info{
	flex-wrap: wrap;
}
.synthesis-list .title{
	top: 20%;
	left: 5px;
}
.synthesis-list .list-item2 .title{
	top: 50%;
}
.synthesis-list .list-item2 .list-item2-process .process-item:nth-child(n+3):before {
    transform: translateX(-50%) rotate(90deg);
}
.synthesis-list .list-item2 .list-item2-process .process-item:before{
	bottom: -50px;
	top: auto;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}
.synthesis-list .list-item2 .list-item2-process .process-item{
	width: 100%;
}
.synthesis-list .list-item h3{
	font-size: 18px;
}
.synthesis-list{
	padding: 40px 0px 40px 0px;
}
.synthesis-list .list-item:after{
	top: 20%;
}
.synthesis-list .list-item:before{
	top: 20%;
}
.synthesis-list .list-item .pic {
    width: 350px;
    max-width: 100%;
    margin-bottom: 30px;
}
.synthesis-list .list-item .text {
    width: 100%;
}
.synthesis-list .list-item{
	flex-wrap: wrap;
}
.chemical-list .list-item2{
	width: 100%;
}
.chemical-list .list-item {
    width: 100%;
    margin-bottom: 20px;
}
.pagecontent{
    padding: 35px 0px 50px;
}
.about-section3-list .list-item{
	padding: 40px 30px;
}
.about-section2 {
    padding: 50px 0px 25px;
}
.about-section2-list{
	flex-wrap: wrap;
}
.about-section2-list .list-item{
	width: 48%;
}
.about-section1-info{
	flex-wrap: wrap;
}
.about-section1-info .text {
    width: 100%;
    margin-bottom: 25px;
}
.about-section1-info .pic {
    width: 350px;
    max-width: 100%;
}
.about-section1 {
    padding: 35px 0px 50px;
}
.foot-logo p {
    text-align: left;
}
.foot-contact {
    width: 100%;
}
.foot-nav{
	width: 100%;
	margin-bottom: 30px;
}
.foot-nav p{
	margin-bottom: 5px;
}
.foot-logo img {
    margin-bottom: 10px;
}
.footer .maincon{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0px 30px;
}
.foot-logo {
    width: 100%;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
    border-right: none;
}
.footer {
    padding: 50px 0px 10px;
}
.mainsection3 {
    padding: 60px 0px;
}
.mainsection3-list .list-item{
	width: 49%;
}
.go_top{
	width: 46px;
	height: 46px;
	right: 10px;
}
.mainsection2 {
    padding: 60px 0px;
}
.mainsection2-list .list-item{
	width: 48%;
}
.mainsection1-info {
    flex-wrap: wrap;
}
.mainsection1-info .text {
    width: 100%;
    margin-bottom: 30px;
}
.mainsection1 {
    padding: 60px 0px;
}
.maincon{
	padding: 0px 30px;
}

}


@media screen and (max-width:800px){




.qualifications-info .content-iso-pic{
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0px;
}
.qualifications-info .content-iso-pic img{
	width: 300px;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.mainsection8-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection8-info .text {
    width: 100%;
}
.mainsection8-info .pic {
    width: 380px;
    max-width: 100%;
    margin-bottom: 30px;
}
.footer .maincon{
	padding: 0px 15px;
}
.about-section5-info .pic{
	width: 200px;
	max-width: 100%;
	margin-bottom: 30px;
}
.about-section5-info .text {
    width: 100%;
}
.about-section5-info{
	flex-wrap: wrap;
}
.detection-process{
	background-size: 25px auto;
	padding-right: 40px;
}
.detection-process .detection-process-item:before{
	width: 60px;
	right: -60px;
	background-size: 60% auto;
}
.detection-process .detection-process-item {
    width: calc(33% - 40px);
    margin-right: 60px;
}
.detection-info-list{
	padding: 40px 15px 20px;
}
.detection-info-title .detection-info-title-pic{
	width: 100%;
	height: 250px;
}
.detection-info-title{
   flex-direction: column-reverse;
}
.detection-info-title .detection-info-title-list{
	width: 100%;
}
.detection-info-title .detection-info-title-list span{
	font-size: 18px;
}
.chemical-list2 .list-item .pic h3{
	font-size: 18px;
	padding-right: 0px;
}
.chemical-list2 .list-item .text .ullist li{
	width: 100%;
}
.mainsection7-info .pic{
	width: 90px;
	margin-right: 30px;
}
.mainsection6-info-list .list-item>p{
	height: auto;
}
.mainsection6-info-title .info-title-item{
	height: 63%;
}
.mainsection6-info-title{
	width: 100%;
	height: 400px;
}
.mainsection6-info-list {
    width: 100%;
}
.mainsection6-info{
	flex-wrap: wrap;
}
.chemical-list .list-item .text h3{
	font-size: 18px;
}
.about-section3-list .list-item .number{
	font-size: 35px;
	margin-right: 25px;
}
.about-section3-list .list-item{
	padding: 25px 15px;
}
.pagebanner{
	height: 400px;
}
.pagebanner h1{
	font-size: 22px;
}
.mainsection3-list{
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.mainsection3-list .list-item{
	width: 500px;
	margin-bottom: 40px;
	max-width: 100%;
}
.mainsection3-list .list-item:last-child{
	margin-bottom: 0px;
}
.mainsection2-list .list-item{
	padding: 30px 15px 20px;
	margin-bottom: 30px;
}
.main-title {
    font-size: 20px;
}
.info-title {
    margin-bottom: 20px;
}
.searchbox {
	width: 100%;
    right: 0px;
    top: 99%;
    padding: 10px 15px;
    height: 60px;
    background: #f4f4f4;
    position: absolute;
    margin-right: 0px;
}
.searchbox input{
	width: calc(100% - 60px);
}
.searchbox button{
	left: auto;
	right: 0px;
	position: absolute;
}
.toper {
    padding: 10px 0px 10px;
}
.logos img {
    height: 40px;
}
.carousel-inner>.item {
    height: 500px;
}
.bannertext h2,.bannertext h1{
	font-size: 22px;
	text-align: center;
}
.maincon{
	padding: 0px 15px;
}

}


@media screen and (max-width:600px){




.contact-alfa .alfa-logo{
	width: 110px;
}
.contact-alfa .alfa-info .alfa-contact{
	flex-direction: column;
	align-items: flex-start;
}
.contact-alfa .alfa-info .alfa-contact .coantct-item{
	margin-top: 20px;
}
.detection-info2 {
    margin-top: 0px;
}
.detection-process {
    padding-right: 0px;
    background: none;
}
.detection-process .detection-process-item:before{
	content: none;
}
.detection-process .detection-process-item{
	width: 100%;
	margin-right: 0px;
}
.detection-info-list .list-item .list-item-text .list-icon .title{
	margin-bottom: 10px;
}
.detection-info-list .list-item .list-item-text p{
	width: 100%;
}
.detection-info-list .list-item .list-item-text .list-icon{
	flex-wrap: wrap;
	flex-direction: column;
}
.detection-info-title .detection-info-title-list span {
    font-size: 16px;
    height: 100px;
    padding: 0px 15px;
}
.detection-info-title .detection-info-title-list span:nth-child(4){
	height: 100px;
	margin-top: 0px;
}
.mainsection7-info .pic{
	margin-right: 0px;
	margin-bottom: 20px;
}
.mainsection7-info{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainsection6-info-list .list-item .pic{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.mainsection6-info-list .list-item .pic span{
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	position: static;
	transform: none;
	margin-top: 15px;
}
.mainsection6-info-list .list-item .info-list{
	flex-direction: column;
}
.mainsection6-info-list .list-item{
	padding: 50px 15px;
}
.mainsection4-info .pic img.main-pic{
	position: absolute;
}
.mainsection4-info .pic .piclist{
	position: relative;
	align-items: flex-start;
}
.mainsection4-info .pic{
	width: calc(100% - 50px);
}
.maps{
	height: 400px;
}
.maps img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-info-list .list-item{
	margin-bottom: 20px;
}
.contact-info-list .list-item .icon{
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.contact-section1{
	padding: 30px 20px;
}
.synthesis-list .title{
	top: 50px;
}
.synthesis-list .list-item2 .title{
	top: calc(50% - 10px);
}
.synthesis-list .list-item2 .list-item2-process .process-item p{
	width: 95%;
	padding: 0px 15px 0px;
	margin-left: 5%;
}
.synthesis-list .list-item2 .list-item2-process .process-item h4{
	width: 90%;
}
.synthesis-list .list-item2 .list-item2-info {
    padding: 60px 15px 10px 50px;
}
.synthesis-list .list-item .list ul{
	width: 100%;
}
.synthesis-list .list-item .list{
	flex-wrap: wrap;
}
.synthesis-list .list-item{
	padding-left: 30px;
}
.synthesis-list .list-item2{
	padding-left: 30px;
}
.synthesis-list .list-item2:after{
	left: 40px;
}
.synthesis-list .list-item2:before{
	width: 60px;
}
.synthesis-list .list-item:after{
	left: 40px;
}
.synthesis-list .list-item:before{
	width: 60px;
}
.synthesis-list .list-item:after{
	top: 60px;
}
.synthesis-list .list-item:before{
	top: 60px;
}

.chemical-list .list-item2 .list-item2-process p{
	width: 100%;
}
.chemical-list .list-item2 .list-item2-process p:nth-child(2n):before {
    transform: translateX(-50%);
}
.chemical-list .list-item2 .list-item2-process p:nth-last-child(2):before{
	content: '';
}
.chemical-list .list-item2 .list-item2-process p:last-child:before{
	content: none;
}
.chemical-list .list-item2{
	padding: 50px 20px;
}
.chemical-list .list-item .text {
    padding: 0px 0px;
}
.chemical-list .list-item .text .list {
    padding-left: 0px;
}
.about-section2-list .list-item{
	width: 100%;
}
.mainsection2-list .list-item{
	width: 100%;
}

}