﻿.contact-us-title {width: 100%;height: 200px;display: flex;align-items: center;
		justify-content: center;text-align: center;position: relative;}
.contact-us-title .wenzi p.zh {font-size: 28px;margin-bottom: 15px;}
.contact-us-title .wenzi p.en {font-size: 20px;}
.contact-us-title .square-box {width: 22px;height: 22px;background-color: #FFFFFF;display: flex;
		align-items: center;justify-content: center;transform: rotate(45deg);position: absolute;bottom: -10px;}
.contact-us-title .square-box .square {width: 16px;height: 16px;background-color: #ce9f4d;}
 
.neirong{padding-top: 70px;}
.neirong p:first-child{display: flex;align-items: center;margin-bottom: 50px;}
.neirong p:nth-child(2) span{display: inline-block; margin-bottom: 30px;margin-right: 100px; font-size: 14px;letter-spacing: 0;color: #666666;}
.neirong span.logo{display: inline-block;width: 60px;margin-right: 10px;}
.neirong p.icon{letter-spacing: 5px;}
.neirong p.icon span{color: white;font-size: 18px;background-color: #CCCCCC;width: 38px;height: 38px;
	display:inline-block;border-radius: 50%;text-align: center;padding: 6px 0;padding-left: 3px;margin-bottom: 75px;}
.neirong p.icon span:hover{cursor: pointer;background-color: #CA2029;}
.neirong form{letter-spacing:45px ;font-size: 0;}
.neirong form label{display: inline-block;font-size: 14px;letter-spacing: 0;margin-bottom: 30px;}
.neirong form label input{width: 370px;height: 50px;margin-top: 10px;border: 1px solid #BFBFBF;padding-left:10px ;}
.neirong form label textarea{width:1200px;height: 120px;border: 1px solid #bfbfbf;margin-top: 10px;resize: none;font-family: "microsoft yahei";font-size: 14px;padding:16px;}
.neirong form input#submit{width: 240px;height: 46px;background-color: #CA2029;color: white;border: 0;margin-bottom: 50px;}