* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	font-family: Microsoft YaHei;
}

img {
	border: none;
}

body {
	margin: 0 auto;
	font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
}

.top-pic {
	background-image:url("../image/contact_us.png");
}
#container{
	width: 520px;
	height: 300px;
}
.container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	/*border: 1px solid red;*/
}

.container .left, .container .right {
	display: flex;
	flex-direction: column;
	/*border: 1px solid #000;*/
}

.container .left {
	width: 550px;
}

.container .left .title {
	margin: 19px 0;
	height: 32px;
	font-size: 32px;
	font-style: italic;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000;
}

.container .left .title-translation {
	margin-top: 19px;
	width: 270px;
	height: 18px;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

.container .left .tip {
	margin-top: 28px;
	width: 551px;
	height: 41px;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

.container .left .form {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.container .left .form .input-item::placeholder {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	letter-spacing: 0px;
	color: #d9d9d9;
}

.container .right {
	width: 587px;
	box-sizing: border-box;
	padding: 0 29px;
}

.container .right .address-map img {
	width: 520px;
	height: 300px;
}

.container .right .contact-info {
	margin-top: 92px;
}

.container .right .contact-info .con-item {
	display: flex;
	margin-bottom: 44px;
	height: 42px;
	line-height: 42px;
}

.container .right .contact-info .con-item .icon {
	width: 42px;
	height: 42px;
	margin-right: 38px;
}

.container .right .contact-info .con-item .content-left {
	margin-right: 19px;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0px;
	color: #b3b3b3;
}

.container .right .contact-info .con-item .content-right {
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0px;
	color: #252932;
}

.footer {
	padding-top: 1px;
	height: 476px;
	background: #fafafa;
	margin-top: 100px;
}
/* 合作伙伴 */
.partner{
	width: 1200px;
	margin: 0 auto;
	margin-top: 154px;
	display: flex;
	justify-content: space-between;
}
.partner .title{
	width: 16%;
	margin-top: 40px;
}
.partner ul{
	width: 810px;
	display: flex;
	 flex-wrap: wrap;
}
.partner ul li{
	width: 200px;
	height: 140px;
	display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e5e5e5;
    margin: 0 0 -1px -1px;
    position: relative;
    cursor: pointer;
}
.partner .partner-img{
	display: none;
}
.partner .active .partner-img{
	display: block;
	position: absolute;
    width: 750px;
    min-height: 445px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
		rgba(229, 229, 229, 0.3);
    top: 107px;
    left: 26px;
    z-index: 1;
    padding-bottom: 50px;
}
.partner .active .partner-img::before{
	content: '';
	width: 0;
	height: 0;
	border: 18px solid;
	position: absolute;
	top: -36px;
	left: 56px;
	border-color:  transparent transparent #ffffff;
}
/* 每排的第二个li */
.partner li:nth-child(4n-2).active .partner-img {
	 left: -175px;
}
.partner li:nth-child(4n-2).active .partner-img::before{
	left: 257px;
}
/* 每排的第三个li */
.partner li:nth-child(4n-1).active .partner-img {
	 left: -376px;
}
.partner li:nth-child(4n-1).active .partner-img::before{
	left: 458px;
}
/* 每排的第四个li */
.partner li:nth-child(4n).active .partner-img {
	 left: -577px;
}
.partner li:nth-child(4n).active .partner-img::before{
	 left: 659px;
}

/* 从第三排开始使用这个样式 */
.partner .active .partner-next{
	top: -462px;
}
.partner .active .partner-next::before{
	border-color: #ffffff transparent transparent ;
	bottom: -36px;
    top: auto;/* 取消这个属性 */
}
.partner .active .partner-img img{
	width: 300px;
    height: 200px;
    margin-left: 200px;
    margin-top: 45px;
}
.partner .active .partner-img span{
	display:block;
	width: 620px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	margin: 0 auto;
	margin-top: 49px;
}
/* 轮播图 左右点击按钮 */
.swiper-button-next, .swiper-button-prev{
	top: 56%;
	width: 26px;
    height: 26px;
    margin-top: 0;
}
.swiper-pagination{
	display: none;
}
.swiper-button-next{
	right: 10%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev {
	left: 10%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")
}
/* 提示信息 */
.container .left .hint{
	width:300px;
	height:100px;
	background-color: #000000;
	opacity:0.4;
	text-align: center;
    line-height: 100px;
    position: fixed;
    top: 44%;
    left: 43%;
    z-index: 200;
    font-size: 20px;
    color:#ffffff;
    display: none;
    border-radius: 10px;
}
/*替换表格样式*/
.p-itemData .layui-input, .p-itemData .layui-textarea{
	padding: 11px;
	margin-bottom: 30px;
	width: 500px;
	height: 40px !important;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
}
.p-itemData .layui-textarea{
	height: 120px !important;
}
.p-itemData .layui-form .layui-form-item.standard-type{
	padding: 0 !important;
}
.sub-btn-wrap .sub-btn{
	margin-top: 20px;
	width: 170px;
	height: 40px;
	background-color: #399ad8;
	box-shadow: 0px 8px 15px 0px rgba(33, 101, 145, 0.15);
	border-radius: 20px;
	border: none;
	font-size: 16px;
	font-style: italic;
	line-height:  40px;
	letter-spacing: 0px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}



