*{
    margin: 0;
    padding: 0;
}
.header{
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    z-index: 6;
}
.header .nav{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .nav .left{
    width: 100px;
    height: 100%;
}
.header .nav .left img{
    width: 100%;
    height: 100%;
}
.header .nav .right{
    width: 40%;
    height: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .nav .right>li{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .nav .right>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.header .nav .right>li>a:hover{
    border-bottom:  1px solid rgb(255, 255, 255);
}

.banner{
    width: 100%;
    height: 395px;
    background: url("../images/about.jpg");
    background-size: 100%;
    background-position: 50% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    justify-content: space-evenly;
}
.banner .box h3{
    margin-top: 55px;
    font-size: 54px;
}
.banner .box p{
    margin: 30px 0;
    line-height: 1.33;
    font-size: 22px;
    text-align: justify;
}
.main{
    width: 100%;
    /*height: 919px;*/
    display: flex;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
}
.main .box{
    width: 80%;
    height: 510px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 25px 2px rgba(0,0,0,.5);
    cursor: pointer;
    transition: .3s;
}
.box .left {
    width: 500px;
    height: 100%;
    background: url("../images/contactbg.png");
    background-position: center bottom;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.box .right{
    width: calc(100% - 502px);
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box .right form{
	width: 97%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 95%;
}
.box .right form .input-item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box .right form .input-item span{
	width: 15%;
	display: flex;
	justify-content: end;
	font-weight: 18px;
}
.box .right form .input-item input{
	width: calc(100% - 15% - 15px);
	border: #132032 1px solid;
	outline: none;
	height: 35px;
	text-indent: 15px;
}
.box .right form .input-item textarea{
	min-width: calc(100% - 15% - 15px);
	max-width: calc(100% - 15% - 15px);
	border: #132032 1px solid;
	outline: none;
	max-height: 60px;
	min-height: 60px;
	text-indent: 15px;
}
.box .right form .text-item{
	width: 98%;
}
.box .right form .text-item p{
	text-align: center;
	margin: 3px 0;
} 

.box .right form .submit-item{
	width: 120px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .right form .submit-item button{
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #03597E;
	color: #fff;
}


.box .left .left-box{
    width: 70%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.box .left .left-box>div {
    width: 100%;
}
.box .left .left-box .name{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.box .left .left-box .code-name {
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #7a858b;
}
.box .left .left-box .code-name p{
    width: 45%;
    text-align: center;
}
.box .left .left-box .code {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box .left .left-box .code img {
    width: 45%;
    border: 1px solid #fff;
}
.box .left .left-box .address {
    display: flex;
    flex-direction: column;

}
.box .left .left-box .address strong{
    margin: 5px 0;
}
.box .left .left-box .hr {
    height: 1px;
    background: rgba(255,255,255,.4);
}
.main .box:hover{
    box-shadow: 0 0 15px 2px rgba(0,0,0,.3);
    /*margin-top: -3px;*/
}
.bottom{
    margin-top: 60px;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #132032;
    color: #fff;
}
.iconList{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.iconList-box{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.iconList a{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
}

.iconList .icon{
	width: 35px;
	height: 35px;
	fill: #132032;
}
.iconList a:hover{
	background: #030851;
}
.iconList a:hover .icon{
	fill: #fff;
}