#contact{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    padding-bottom: 90px;
    box-sizing: border-box;
}
.contact-box{
    width: 700px;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 98px 0 105px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.contact-form{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
}
.contact-p{
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact-form li{
    width: 100%;
    font-size: 16px;
    text-align: justify;
    position: relative;
    margin-bottom: 10px;

}

.contact-title{
    display: block;
    margin-bottom: 10px;
}
.contact-title span{
    color: #da2626;
    display: inline-block;
    border: 1px solid #da2626;
    margin-left:10px;
    padding: 0 5px;
    line-height: 16px;
    font-size: 11px;
}
.contact-list-icon{
    width: 45px;
    height: 45px;
    border-right: 1px solid #a0a0a0;
    position: absolute;
    bottom: 0;
    font-size: 25px;
    text-align: center;
}
.contact-form li input{
    width: 100%;
    height: 45px;
    display: block;
    box-sizing: border-box;
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #a0a0a0;
    font-family: "敺株��迤暺煾��", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.contact-form li.textarea textarea{
    border: 1px solid #a0a0a0;
    height: 150px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    font-size: 18px;
    padding-left: 5px;
    font-family: "敺株��迤暺煾��", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.contact-form li.button input{
    padding-left: 0;
    text-align: center;
    color: #FFF;
    background-color: #ff5400;
    letter-spacing: 2px;
    cursor: pointer;
	font-family: "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.contact-form li.button button{
    padding-left: 0;
    text-align: center;
    color: #FFF;
    background-color: #ff5400;
    letter-spacing: 2px;
    cursor: pointer;
	font-family:  "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
    border: 1px solid #a0a0a0;
}

.contact-form li.thank input{
    background-color: #eee;
    color: #000;
}


/*銵典鱓���枂*/
.contact-thanks-box{
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
.contact-thanks-box.active{
  -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks{
  background-color: #ff5400;
  position: relative;
  padding: 80px;
  border-radius: 20px;
  z-index: 6;
}
.contact-thanks-p{
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.contact-out{
  width: 20px;
  height: 20px;
  max-width: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #FFF;
  top: 4%;
  right: 4%;
  cursor: pointer;
}
.contact-out span{
  width: 15px;
  height: 1px;
  background-color: #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-out span:nth-child(1){
  top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask{
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
	.width{
		padding:20px ;
	}
	footer .clear{
		padding:20px ;
	}
	.home-menu ul li{
		width:calc( 100%/2 - 25px);
	}
	.select_boder{
		border:1px #9DDCE3 solid; 
		margin: 25px 0;
	}
	.select_boder .select{
		    display: block;
		    text-align: center;
		    font-size: 16px;
		    padding: 15px 0;
		    position: relative;
		    cursor: pointer;
	}
    .select_boder .select:after{
	    content: '';
	    position: absolute;
	    width: 0;
	    height: 0;
	    right: 15px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    border-top: 10px solid #9DDCE3;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
    }
	.icon_writing {
		max-height: 0;
		overflow: hidden;
		transition:all .3s ease-out;
	}
	.icon_writing.open {
		max-height: 1000px;
		transition:all .3s ease-in;
	}
	.products-class-left{
	    width: 96%;
	    margin: 20px;
	    padding: 0;
        padding-bottom: 10px;
        float: none;
	}
	.products-list-right{
		width: 96%;
		float: none;
		margin: auto;
	}
	.products-class-left h3:after{
	    left: 47%;
	}
}
@media only screen and (max-width: 768px) {
	#header .clear{
		padding: 10px 0;
	}
	.header-menu ul li:first-child,
	.header-menu ul li
	{
		display: block;
		padding: 5%;
	}
	.header-menu ul li:after{
		border: 0;
	}
	.header-menu ul li a{
		color: #636363;
	}
	.rwd-ntb{
		display: block;
	}
	.header-menu{
		float: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #EEE;
		top: -100%;
		left: 0;
		transition: all .5s ease-in;
	}
	.header-menu.open{
		top: 0;
		transition: all .5s ease-out;
	}
	html {
	    border: 20px solid #ff5400;
	}
	.products-page-img, 
	.products-page-info{
		float: none;
		width: 100%;
		margin:0 ;
	}
	.products-page-info .remarks{
		height: auto;
	}
	.news-box{
		margin:20px ;
	}
	.news-box .news-narrative-right p{
		height: 100px;
	}
	.news-box .news-narrative-right{
	    padding: 5px 20px;
	}
	.news-width{
		width: 95%;
	}
	.slick-dots{
	    bottom: 20px;
	}
}
@media only screen and (max-width: 480px) {

	.header-menu ul li:first-child{
		width: 250px;
		max-width: 100%;
		padding-top: 45px;
	}
	.home-menu ul li {
	    width: 100%;
	}
	.header-logo{
		width: 200px;
		max-width: 100%;
	}
	.rwd-ntb{
		width: 30px;
		height: 30px;
	}
	.rwd-ntb span{
		width: 25px;
		margin: 4.4px auto;
	}
	.rwd-ntb.open span:nth-child(3){
		-webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
	}
	html {
	    border: 10px solid #ff5400;
	}
	footer .clear {
	    padding: 10px;
	}
	.footer-information .footer-logo {
	    padding-bottom: 0;
	}
	.products-class-left h3:after{
		left: 42.5%;
	}
	.products-class-left{
		width: 85%;
	}
	.block-title h1{
		font-size: 20px;
	}
	.block-title p{
		font-size:18px;
	}
	.products-box{
		width: 100%;
	}
	.news-box .news-img-left,
	.news-box .news-narrative-right{
		width: 100%;
		float: none;
	}
	.news-box .news-img-left{
		padding-bottom: 100%;
	}
	.contact-box{
	    padding: 0;
	}
	.news-page-prev span, .news-page-next span{
		display: inline-block;
		margin:10px ;
	}
	.news-page-prev, .news-page-next{
		position: relative;
		font-size: 30px;
	}
}