﻿.main {
 overflow: hidden;
}

.banner_English {
 /* width: 1920px; */
 /* height: 660px; */
 position: relative;
}
.banner_English img{
 width:65%;
}

.English_des {
 width: 35%;
 height: 100%;
 background: #4B96C0;
 padding: 80px 60px;
 box-sizing: border-box;
 position: absolute;
 right: 0;
}

.English_des h2 a {
 font-size: 30px;
 color: #fff;
 line-height: 55px;
 /* padding-right: 100px; */
 display: block;
 position: relative;
}

.English_des h2 a::after {
 width: 80px;
 height: 6px;
 background: #fff;
 content: '';
 position: absolute;
 top: 138px;
 left: 0;
}

.English_des p {
 color: #fff;
 font-size: 16px;
 line-height: 36px;
 display: block;
 margin-top: 70px;
}

.English_des p .details {
 display: none;
}

.English_des a.more {
 color: #fff;
 text-decoration: underline;
 font-size: 18px;
 position: absolute;
 right: 80px;
 bottom: 60px;
}

.English_des a.more:hover {
 font-weight: bold;
}

.English_dep {
 padding: 60px 0;
}

.depBanner {
 width: 580px;
 height: 407px;
 overflow: hidden;
}

.depBanner img {
 transition: all 0.2s;
}

.depBanner:hover img {
 transform: scale(1.1);
}

.English_dep ul {
 margin-left: 70px;
 padding-top: 30px;
}

.English_dep ul li a {
 display: block;
 width: 550px;
 height: 72px;
 text-align: center;
 line-height: 72px;
 font-size: 18px;
 color: #fff;
 margin-bottom: 54px;
 background: #4B96C0;
}

.English_dep ul li a:hover {
 background: #1B63AA;
}

.English_guide {
 padding: 80px 0;
 background: #F6F6F6;
}

.English_guide ul li {
 float: left;
}

.English_guide ul li:nth-child(2) {
 margin: 0 30px;
}

.English_guide ul li a {
 width: 380px;
 height: 260px;
 font-size: 20px;
 color: #fff;
 display: block;
 text-align: center;
 overflow: hidden;
}

.English_guide ul li:nth-child(1) a {
 background: #1B63AA;
}

.English_guide ul li:nth-child(2) a {
 background: #4B96C0;
}

.English_guide ul li:nth-child(3) a {
 background: #BE2C3D;
}

.English_guide ul li a:hover img {
 transform: scale(1.1);
}

.English_guide ul li a img {
 display: block;
 margin: 70px auto 30px;
 transition: all 0.2s;
}

.EnglishTitle {
 font-size: 40px;
 text-align: center;
 margin: 80px auto 60px;
}

.EnglishTitle a {
 color: #4B96C0;
}

.aboutUs {
 height: 680px;
 overflow: hidden;
 background: #fff url(/Content/Areas/Common/images/common/aboutUs.png) no-repeat right bottom;
}

#allmap {
 width: 550px;
 height: 380px;
 margin-right: 80px;
}

.aboutUs .fl h2,
.aboutUs .fl p {
 font-size: 18px;
 padding-left: 45px;
}

.aboutUs .fl h2 {
 margin-bottom: 20px;
}

.aboutUs .fl p {
 margin-bottom: 40px;
}

.aboutUs .fl h2.address {
 background: #fff url(/Content/Areas/Common/images/common/dizhi.png) no-repeat left center;
 margin-top: 50px;
}

.aboutUs .fl h2.email {
 background: #fff url(/Content/Areas/Common/images/common/icon-mail.png) no-repeat left center;
}

.aboutUs .fl h2.tel {
 background: #fff url(/Content/Areas/Common/images/common/dianhua.png) no-repeat left center;
}
@media screen and (max-width:1870px) {
 .English_des{
 padding: 40px;
 }
 .English_des h2 a{
 font-size: 26px;
 }
 .English_des p{
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 5;
 -webkit-box-orient: vertical;
 }
}
@media screen and (max-width:1550px) {
 .English_des{
 padding: 20px;
 }
}
@media screen and (max-width:1440px) {
 .English_des{
 padding: 10px;
 }
 .English_des h2 a{
 font-size: 22px;
 }
}
@media screen and (max-width:768px) {
 .main {
 margin: 0;
 padding: 0;
 }
 .banner_English {
 width: 100%;
 height: auto;
 }
 .banner_English img {
 width: 100%;
 }
 .English_des {
 width: 100%;
 height: 6.5rem;
 background: #4B96C0;
 padding: 0.2rem;
 }
 .English_des h2 a {
 font-size: 0.3rem;
 line-height: 0.55rem;
 padding-right: 0;
 }
 .English_des h2 a::after {
 width: 0.8rem;
 height: 0.06rem;
 background: #fff;
 content: '';
 position: absolute;
 top: 1.3rem;
 left: 0;
 }
 .English_des p {
 color: #fff;
 font-size: 0.2rem;
 line-height: 0.4rem;
 display: block;
 margin-top: 0.5rem;
 }
 .English_des a.more {
 color: #fff;
 text-decoration: underline;
 font-size: 0.18rem;
 position: absolute;
 right: 0.2rem;
 bottom: 0.2rem;
 }
 .English_dep {
 padding: 0;
 }
 .depBanner {
 width: 100%;
 height: auto;
 overflow: hidden;
 float: none;
 }
 .depBanner img {
 width: 100%;
 }
 .English_dep ul {
 margin-left: 0;
 padding-top: 0.2rem;
 float: none;
 }
 .English_dep ul li a {
 display: block;
 width: 100%;
 height: 1rem;
 text-align: center;
 line-height: 1rem;
 font-size: 0.2rem;
 color: #fff;
 margin-bottom: 0.2rem;
 background: #4B96C0;
 }
 .English_guide {
 padding: 0;
 }
 .English_guide ul li {
 float: none;
 }
 .English_guide ul li:nth-child(2) {
 margin: 0;
 }
 .English_guide ul li a {
 width: 100%;
 height: 4rem;
 font-size: 0.3rem;
 }
 .EnglishTitle {
 font-size: 0.4rem;
 text-align: center;
 margin: 0.8rem auto 0.6rem;
 }
 .aboutUs {
 height: auto;
 }
 #allmap {
 width: 100%;
 height: 5rem;
 margin-right: 0;
 }
 .aboutUs .fl h2.address {
 margin-top: 0.5rem;
 }
 .aboutUs .fl h2 {
 margin-bottom: 0.2rem;
 background-size: contain !important;
 }
 .aboutUs .fl h2,
 .aboutUs .fl p {
 font-size: 0.2rem;
 padding-left: 1rem;
 }
 .aboutUs .fl p {
 margin-bottom: 0.2rem;
 }
}  