	@charset "utf-8";
/* CSS Document */
* {-webkit-tap-highlight-color: transparent;outline: 0;box-sizing: border-box  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;  outline: none;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  }
html { font-size: 10px;height:100%;background:#fff;touch-action: manipulation;}
body { font-size: 62.5%;  line-height: 1;  margin: 0 auto;  min-width: 320px;  max-width: 1920px;  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB",  "微软雅黑",SimHei, Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";min-width:1280px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%;}
a, a:visited ,a:hover,a:active{ text-decoration: none; color: #333;transition: all 0.3s ease 0s;}
a,button1,input{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.button1 a{color: #d1132c;}
.button1:hover a{color: #fff;}

/*index 样式 提供公共样式  */
.main-color,.button{
    color: #d1132c;
}
.main-background{
   background-color: #fd9608;
   /*-ms-box-shadow:0px 5px 20px 3px rgba(36,91,133, 0.03);
	-o-box-shadow:0px 5px 20px 3px rgba(36,91,133, 0.03);
	-moz-box-shadow:0px 5px 20px 3px rgba(36,91,133, 0.03);
	-webkit-box-shadow:0px 5px 20px 3px rgba(36,91,133, 0.03);
	box-shadow:0px 5px 20px 3px rgba(36,91,133, 0.03);*/
	-ms-box-shadow:0px 4px 0px 0px rgba(235,42,34,0.7);
	-o-box-shadow:0px 4px 0px 0px rgba(235,42,34,0.7);
	-moz-box-shadow:0px 4px 0px 0px rgba(235,42,34,0.7);
	-webkit-box-shadow:0px 4px 0px 0px rgba(235,42,34,0.7);
	box-shadow:0px 4px 0px 0px rgba(235,42,34,0.7);

}
.button-reverse{
    background-color: #f2ea13;
}
.main-border,.button{
    border-color: #d1132c;
}

.background-parent{
    position: relative;
}
.background-model{
	position: absolute;
	top: 0;
	width: 267px;
	z-index: 2;
}
.background-image{
    max-width: 100%;
}


.secetion{
	width: 100%;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.overflow{
    overflow: hidden;
}
.clear{
	clear: both;
}
.margin-center,.container{
    margin: 0 auto;
}

.container{
    width: 1200px;
    position: relative;
}
.container:before,.container:after{
    display: table;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.float_left{
    float: left;
}
.float_right{
    float: right;
}
.text-center{
    text-align: center;
}
.width-fluid{
    width: 100%;
}
.margin-top{
	margin-top: 40px!important;
}
.margin-left{
	margin-left: 40px;
}
.padding-bottom{
	padding-bottom: 40px;
}
.overflow{
	overflow: hidden;
}
.radius-lg,.index-from-warp div{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.box-shadow-sm{
    box-shadow: 0 0 8px 0 #e9e9e9;
    -webkit-box-shadow: 0 0 8px 0 #e9e9e9;
    -moz-box-shadow: 0 0 8px 0 #e9e9e9;
    -o-box-shadow: 0 0 8px 0 #e9e9e9;
}
.button{
	width: 100%;
	background: #df3b0f;
	border-radius: 5px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.button p{
	text-align: center;
	
}


/*通用导航栏开始*/
.qt_menu{background:#fff; padding:20px 0;overflow: hidden;}
.qt_width{width:1200px; margin:0 auto;}
.qt_logo{float:left; width:184px; margin-right:15px; margin-top:15px;}
.qt_list{float:left; width:640px;}
.qt_list li{width:78px; float:left;}
.qt_list li img{float:left;}
.qt_list li h4{font-weight:bold; font-size:16px; display:block; float:left; line-height:27px;}
.qt_list li a{color:#333;}
.qt_list li a:hover{color:#11736b;}
.qt_mess{float:right; width:360px;padding-top:20px;}
.qt_mess_cut li{float:left; margin-left:5px;}
.qt_mess_cut li img{float:left;}
.qt_mess_cut li h4{float:left; font-size:16px; text-indent:3px;}
.qt_mess_cut li b{float:left; font-weight:bold; color:#f39800; font-size:16px;}
.qt_mess_button a{float:right; width:197px; height:33px; line-height:33px; background:url(../images/qt_buttonbg.png) no-repeat; color:#fff; font-weight:bold; font-size:16px; text-indent:15px; margin-top:5px;}
/*通用导航栏结束*/




/*banner*/
.banner{
	width: 100%;
}
.banner img{
	vertical-align: middle;
}



.nav{
	width: 100%;
	height:70px;
	background: #ef410b;
    z-index: 99;
	top:0;
}

.adsorbent{
    position: fixed;
    animation: nav-adsorbent .5s forwards;
    border-radius: 0 !important;
	z-index: 10;
}

@keyframes nav-adsorbent {
    0%{
        top: 0;
        width: 100%;
        margin: 0 auto;
    }
    100%{
        top: 0;
        left: 0;
        width: 100%;
    }
}

.nav-children{
    height: 70px;
    margin: 0 auto;
    transition: 1s;
	z-index: 10;
	background: #ef410b;
}

.nav-container{
    margin-top: 0;
    position: relative;
    animation: nav-con .5s forwards;
    z-index: 99;
    background: #fff;
}

@keyframes nav-con {
    0%{
        top: 0;
        left: 0;
        width: 100%;
    }
    100%{
        top: 0;
        width: 100%;
    }
}
.nav-main{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.nav ul{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.tag{
	width: 20%;
	float: left;
	height: 70px;
	line-height: 70px;
	background: #efa10b;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	
}
.tab1 a{
	width: 8%;
	float:left;
	text-align: center;
}
.nav-main-body{
	height: auto;
	text-align:right;
	line-height: 70px;
    font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: block;
	cursor:pointer;
	
}



/*荷兰*/

 /*第一块*/
.threshold{
	width: 100%;
	padding-bottom: 50px;
}
.threshold-left,.threshold-right{
	float: left;
}
.threshold-left{
	width: 760px;
	height: auto;
}
.threshold-left-body{
	margin-top: 20px;
}
.title{
	width: 100%;
}

.threshold-left-main{
	width: 760px;
	height: 300px;
	background: url(../images/threshold-bg.png) no-repeat;
	margin-top: 20px;
	padding: 20px 30px;
}
.threshold-left-major{
	width: 100%;
	margin-top: 30px;

}
.threshold-left-major img{
	float: left;
}

.threshold-left-text{
	width: 85%;
	float: left;
	margin: 10px 0 0 20px;
}
.threshold-left-text p:nth-child(1){ 
	color: #57280a;
	font-weight: bold;
     font-size: 18px;
}
.threshold-left-text p:nth-child(2){
	color: #333;
    font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
}

.threshold-right{
	width: 400px;
}

.threshold-right-text{
	width: 100%;
	margin-top:20px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
}

.threshold-right-title{
	width: 40%;
	float: left;
	font-weight: bold;
}
.threshold-right-txt{
	width: 60%;
	float: left;

}

 /*第二块*/
.cost{
	background: url(../images/bg1.png) no-repeat;
	
}

.cost1-1{
	width: 580px;
	height: 230px;
	background: url(../images/cost1-1.png) no-repeat;
	padding: 30px 30px;
}
.cost1-2{
	width: 580px;
	height: 230px;
	background: url(../images/cost1-2.png) no-repeat;
	padding: 30px 30px;
	margin-top: 30px;
}
.cost1-3{
	width: 580px;
	height: 230px;
	background: url(../images/cost1-3.png) no-repeat;
	padding: 30px 30px;
	margin-top: 30px;
}
.cost1-1 img,.cost1-2 img,.cost1-3 img{
	float: left;
}
.cost-text1{
	width:80%;
	float: left;
	margin: 10px 0 0 20px;
}
.cost-text1 p:nth-child(1){ 
	color: #fff;
	font-weight: bold;
    font-size: 18px;
}
.cost-text1 p:nth-child(2){
	color: #fff;
    font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
}

 /*第三块*/
.quality-left{
	width: 710px;
}
.quality-left-main{
	width: 95%;
	margin-top: 40px;
}
.quality-left-main p{
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	line-height: 30px;
}
.quality-right{
	width: 450px;
	margin-top: -30px;
}
.quality-right img{
	width: 100%;
}



 /*第四块*/
.future{
	background: url(../images/bg2.png) no-repeat;	
}
.future-main1{
	width: 980px;
	height: 207px;
	margin: 0 auto;
	background: url(../images/future-bg.png) no-repeat;
	padding: 30px;	
}
.future-main1 p{
	color: #643b22;
	font-size: 18px;
	line-height: 28px;
}

.future-main{
	width: 980px;
	height: 207px;
	margin: 0 auto;
	background: url(../images/future-bg.png) no-repeat;
	padding: 30px;
	display: -webkit-flex; /* Safari */
    display: flex;
	align-items: center;
	justify-content: center;
}
.future-main p{
	width: 920px;
	color: #643b22;
	font-size: 18px;
	line-height: 28px;
	display: block;
}

.future-button{
	width: 400px;
	margin: 0 auto;
}











/*瑞士第二块*/
.cost2-1{
	width: 380px;
	height: 230px;
	background: url(../images/cost2-1.png) no-repeat;
	padding: 20px 25px;
}
.cost2-2{
	width: 380px;
	height: 230px;
	background: url(../images/cost2-2.png) no-repeat;
	padding: 20px 25px;
	margin-top: 30px;
}
.cost2-3{
	width: 380px;
	height: 230px;
	background: url(../images/cost2-3.png) no-repeat;
	padding: 10px 20px;
}
.cost2-1 img,.cost2-2 img,.cost2-3 img{
	float: left;
}
.cost-text2{
	width:74%;
	float: left;
	margin: 10px 0 0 15px;
}
.cost-text2 p:nth-child(1){ 
	color: #fff;
	font-weight: bold;
    font-size: 18px;
}
.cost-text2 p:nth-child(2){
	color: #fff;
    font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
}


















/* 尾部 */
.index-footer{
    background-color: #333333;
    padding: 30px 0 35px 0;
    text-align: center;
}
.index-footer p a,.index-footer p{
    color: #ffffff;
    font-size: 12px;
}

.index-footer p a{
    padding: 0 5px;
    border-right: 1px solid #ffffff;
}.index-footer p a:last-child{
    border-right: none;
}
.index-footer p {
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}


