
.banner-main-txts p{
    width: 118px;
    line-height: 32px;
    border: solid 1px #ffffff;
    margin:0 10px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}


.areatype-names{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 10px 0px 
		rgba(191, 191, 191, 0.15);
	        box-shadow: 0px 10px 10px 0px 
		rgba(191, 191, 191, 0.15);
    padding:19px 0;
}
.artype-name{
    font-size: 18px;
	color: #313131;
    line-height: 52px;
    height: 52px;
}
.artype-name + .artype-name{ margin-left: 42px; }
.artype-name:first-child{
    font-weight: bold;
    background: url(../images/icon/icon1.png) no-repeat center bottom;
}
.artype-name:hover{
    color: #007eff;
}

.areatype-content{
    margin-bottom: 75px;
}
.areatype-module{
    padding:34px 0 42px 40px;
    margin-bottom: 34px;
}
.areatype-module-head{
    height: 26px;
    line-height: 26px;
    margin-bottom: 18px;
}
.areatype-module-name{
font-size: 24px;
	font-weight: bold;
    line-height: 26px;
}
.areatype-module-more{
    font-size: 14px;
	line-height: 17px;
	color: #535353;
    padding:0 8px;
    margin-top: 8px;
    margin-right: 34px;
}
.areatype-module-more:hover{
    color:#007eff;
}
.areatype-module-main{
    text-align: left;
}
.areatype-module-poster{
    width: 178px;
	height: 330px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding-left: 32px;
    color:#fff;
}
.areatype-module-poster-en{
    font-size: 14px;
	font-weight: bold;
	line-height: 11px;
    margin-top: 45px;
    margin-bottom: 8px;
}
.areatype-module-poster-name{
    font-size: 36px;
	font-weight: bold;
	line-height: 38px;
}
.areatype-module-poster-link{
    margin-top: 77px;
}
.areatype-module-poster-link a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
	line-height: 24px;
}
.areatype-item-link{
    width: 286px;
	height: 330px;
	background-color: #ffffff;
    margin-left: 26px;
}
.areatype-item-img{
    width: 286px;
	height: 200px;
	background-color: #1c3d69;
}
.areatype-item-img img{
    width: 100%;
    height: 100%;
}
.areatype-item-name{
    line-clamp: 1;
    -webkit-line-clamp: 1;
    font-size: 16px;
	font-weight: bold;
	line-height: 18px;
    height: 18px;
    margin:22px 21px 12px;
    color: #313131;
}
.areatype-item-intro{
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 14px;
	line-height: 18px;
	color: #7d7d7d;
    margin:0 21px;
}
.areatype-item-link:hover{
    -webkit-box-shadow: 0px 2px 8px 2px 
		rgba(191, 191, 191, 0.5);
            box-shadow: 0px 2px 8px 2px 
		rgba(191, 191, 191, 0.5);
}


.addr-form{
    background:#1c3d69 url(../images/bg6.jpg) no-repeat center center / cover;
    height: 400px;
    text-align: center;
}
.addr-form-title{
    font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	color: #ffffff;
    padding:100px 0 38px;
}
.addr-form-list{

}
.addr-form-input{
    width: 261px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 5px;
    border:none;
    font-size: 16px;
	color: #7d7d7d;
    text-indent: 26px;
}
.addr-form-input::-webkit-input-placeholder{
    color:#7d7d7d;
}
.addr-form-input:-ms-input-placeholder{
    color:#7d7d7d;
}
.addr-form-input::-ms-input-placeholder{
    color:#7d7d7d;
}
.addr-form-input::placeholder{
    color:#7d7d7d;
}
.custom-select2 .custom-select{
    width: 261px;
    margin:0 17px;
}
/* Basic styling */
.custom-select {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 16px;
	color: #7d7d7d;
	border-radius: 5px;
    width: 201px;
	height: 44px;
}

.select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:0 17px 0 26px;
    background-color: #fff;
	border-radius: 5px;
    cursor: pointer;
    height: 44px;
}

.select-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #a8a9a9;
}

.options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    /* display: none; */
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.option {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}

.option:hover {
    background-color: #f1f1f1;
}

.option.selected {
    background-color: #007bff;
    color: white;
}

/* Active state */
.custom-select.active{
    overflow: visible;
}
.custom-select.active .options-list {
    display: block;
}

.custom-select.active .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}


.addr-form-btn{
    padding:0 40px;
    background-color: #007eff;
	border-radius: 5px;
    font-size: 16px;
	color: #ffffff;
	border:0;
    height: 44px;
    line-height: 44px;
    margin:44px 13px 0;
    cursor: pointer;
}
.addr-form-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 16px;
}
.addr-form-btn:hover{
    color:#fff;
    background-color: #006bdd;
}