/*
	Iridium by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		/*background: #141414;*/
	}
.image.fit img {
	width: 100%;
	height: auto;
}
	body,input,textarea,select
	{
		font-family: 'Arimo', sans-serif;
		font-size: 11pt;
		line-height: 1.75em;
		/*color: #4c4c4c;*/
	}

	h1,h2,h3,h4,h5,h6
	{
		text-transform: uppercase;
		font-weight: bold;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: underline;
		color: #272727;
	}

	a:hover
	{
		text-decoration: underline;
		font-size: 1.1em;
		color: red;
		
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 1em;
	}
	
		header h2
		{
		}
	
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			ul.default li
			{
				padding: 0.60em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.1);
			}
			
			ul.default li:first-child
			{
				padding-top: 0;
				border-top: none;
			}
			
			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
				
			}
			
			ul.default a:hover
			{
				text-decoration: underline;
				font-size: 1.1em;
			}
			
		ul.style {
		}
		
		ul.style li {
			margin: 0;
			padding: 2em 0em 1.5em 0em;
			border-top: 1px solid #ECECEC;
		}
		
		ul.style li:first-child
		{
			padding-top: 0;
			border-top: none;
		}
		
		ul.style img {
			float: left;
			margin-right: 20px;
		}
		
		ul.style p {
		}
		
		ul.style .posted {
			padding: 0em 0em 1em 0em;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 8pt;
			color: #A2A2A2;
		}
		
		ul.style .first {
			padding-top: 0px;
			border-top: none;
		}
							

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 0.90em 1.5em;
			background: #e95d3c;
			border-radius: 40px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #de3d27;
				color: #FFF !important;
			}
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		/*background:url(../images/banner.jpg) no-repeat ;*/
		background-size: cover;
	}

	#logo
	{
	}
	
	#nav
	{
	}

		#nav ul
		{
			margin: 0;
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff;
		background-size: cover;
		
	}
	#main1{
	    position: fixed;
	    bottom: 54px;
		width: 100%;
		height: 583px;
		display: flex;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: #f2f2f2;
	}
	
	#featured h2
	{
		display: block;
		margin-bottom: 2em;
		font-size: 1.4em;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #1d1d1d;
		width: 100%;
	}
	
	#footer h2
	{
		display: block;
		color: #FFF;
	}
	#footer .row
	{
		display: flex;
		color: #FFF;
		width: 100%;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		letter-spacing: 1px;
		text-align: center;
		color: rgba(255,255,255,.2);
	}
	
	#copyright .container
	{
	    display: flex;
    flex-direction: row;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}	
	.weicome_title {
	    padding-top: 50px;
    font-size: 25px;
    font-weight: bold;
    font-family: Candara, "Microsoft YaHei", 微软雅黑;
    padding-bottom: 20px;
    
    margin: 0 auto
    }
    .weicome_content {
        padding-top: 20px;
        padding-bottom: 50px;
    width: 40%;
    font-size: 14px;
    font-weight: 600;
    /*font-family: Candara, "Microsoft YaHei", 微软雅黑;*/
    margin: auto;
    }
    .about_banner{
        padding-top: 50px;
        margin: 0 auto;
        background-color: #E0E0E0;
        padding-bottom: 50px;
        
        
    }
    .about_banner3{
        margin-right: 0px;
        margin-left: 50px;
    }
    .about_banner4{
        margin-left: 0px;
        margin-right: 220px;
        width: 400px;position: relative;
    }
    .about_banner4:before{
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: auto;
        right: auto;
        height: 1px;
        width: 7.2rem;
        background-color: rgb(255, 255, 255);
    }
    .about_banner44:before{
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: auto;
        right: auto;
        height: 3.2rem;
        width: 1px;
        background-color: rgb(255, 255, 255);
    }
    .about_banner5{
        color: 	#FFFFFF;
        font-size: 25px;
        padding-left: 5px;
    }
    .about_banner6{
        padding-left: 5px;
       font-size: 13px;
        text-indent:2em
    }
    /* 给轮播图容器设置尺寸 */
.carousel {
    width: 100%;
    height: 583px; /* 可根据需要调整高度 */
    position: relative;
    overflow: hidden;
}

/* 设置轮播项的图片自适应 */
.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    position: relative;
}
.carousel-item .item-font{
    
    position: absolute;
    top: 100px;
    right: 130px;
    display: flex;
    flex-direction: column;
    width: 500px;
    
}
.item-row{
    display: flex;
    flex-direction:row;
    padding-left: 20px;
}
.item-col{
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}
.item-tex{
    padding-top: 20px;
    text-indent:2em
    
}
.imglittle{
    width: 450px;
    padding-left: 20px;
    padding-top: 30px;
}
.font-title{
    font-size: 30px;
    color: black;
}
.font-title1{
    padding-top: 20px;
    font-size: 20px;
    color: #E9EE1A  ;
    
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片的比例并裁剪 */
}

/* 控制轮播图的左右箭头 */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

/* 控制轮播图的指示器 */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #fff;
}
.header1{
    display: flex;
    flex-direction: row;
    
}

.container1
	{
	    
	display: flex;
    flex-direction: row;
    
    text-align: center;
    line-height: 80px;
    justify-content: flex-start;
    color: #fff;
	}
.logo{
    justify-content: flex-start;
    padding-left: 10PX;
}
.nav
	{
	    display: flex;
    flex-direction: row;
    padding-left: 200px;
	}
a:hover{
    font-size: 1.1em;
}	
.nav1{
    display: flex;
    flex-direction: row;
    
}	
.nav1 a
	{
	    padding-left: 100px;
	    color: #fff;
    
	}
	
.nav1 li {
   
    height:30px;
    position: relative;
    
}
.nav1  .active {
    
    
    padding: 15px;
				background: none;
				border-radius: 30px;
				border:2px solid  ;
				border-color: rgb(255,255,255);
				color: #FFF;
				margin-left: 100px;
				size: 20px;
			}
.caidan{
    position: relative;
    display: inline-block;
}
.caidan:hover .dropdown-content{
    display: flex;
    flex-direction: column;
    color: #060606;
    background: #E0E0E0;
    border-radius: 15px ;
    justify-content: center;
    text-align: center;
    opacity:0.6;
    z-index: 999;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.dropdown-content1 {
    display: flex;
    position: fixed;
    /*background-color: red;*/
    min-width: 160px;
    height: 400px;
    top: 180px;
    justify-content: center;
    /*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);*/
}
.dropdown-content1 .product_or{
    font-size: 30px;
    padding: 30px;
    color: #787874;
}
.dropdown-content1 .product_or:hover{
    font-size: 30px;
    text-decoration: underline;
}
.product_or{
    color: white;
}
.product_or a{
    padding-left:0px;
    
}
.product_or:hover{
    font-size: 22px;
    
}
.dropdown-content2 {
    display: flex;
    position: absolute;
    /*background-color: red;*/
    width: 75%;
    height: auto;
    top: 40px;
    left: 300px;
    gap: 10px;
    flex-wrap: wrap;
    overflow:auto;
    /*justify-content: center;*/
    
}
.contact_opacity{
    width: 800px;
    background: #E0E0E0;
    height: 400px;
    margin: auto;
    text-align:center;

    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;
    border-radius: 20px;
    border: 2px solid #F8F8F8; 
    opacity:0.6;
    flex-direction: column;
    padding-bottom: 50px;
}
.weicome_title1{
    font-size: 20px;
    padding-bottom: 50px;
}
.weicome_content1{
    font-size: 13px;
    display: flex;
    flex-direction: row;
    
}
.weicome_content1 li{
    font-size: 13px;
    padding-right: 10px;
}
.main2{
	    position: fixed;
	    /*bottom: 54px;*/
		width: 100%;
		min-height: 100vh;
		/*height: ;*/
		display: flex;
		position: relative;
    overflow: auto;
	}