* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid #ededed;
}

.wel {
    font-size: 14px;
    color: #303133;
}

.topcz {
    display: flex;
    align-items: center;
}

.topcz a {
    color: #303133;
    font-size: 14px;
}

.topcz span {
    display: block;
    font-size: 14px;
    color: #303133;
    padding: 0 3px;
}

.head {
    width: 100%;
    padding: 0 50px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding-left: 60px;
}

.head .logo img {
    height: 60px;
}

.slo {
    height: 60px;
}

.phone {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}

.phone p {
    color: #303133;
}

.phone span {
    color: #2a81ca;
    font-weight: bold;
    font-size: 20px;
}

.nav ul {
    display: flex;
    align-items: center;
    background-color: #2a81ca;
    justify-content: center;
}

.nav ul li {
    position: relative;
}

.nav ul li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #fff;
    color: #fff;
    width: 120px;
    text-align: center;
}

.drop a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 120px;
    text-align: center;
}

.drop {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #2a81ca;
    display: none;
}

.nav ul li:hover .drop {
    display: block;
}

.banner {
    width: 100%;
    border-bottom: 1px solid#ededed;
}

.banner img {
    width: 100%;
}

.con1 {
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
}

.con1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1 ul li {
    width: 23%;
    height: 81px;
    padding-left: 85px;
    background-repeat: no-repeat;
    background-position: left center;
}

.con1 ul li p {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2a81ca;
}

.con1 ul li span {
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 13px;
}

.con2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.con2left {
    width: 850px;
}

.con2lefttop {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    background-color: #f4f4f4;
    width: 100%;
}

.con2lefttop strong {
    display: block;
    font-size: 18px;
    color: #000;
}

.con2leftcon {
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ececec;
}

.con2left1 {
    width: 48%;
}

.con2left2 {
    width: 48%;
}

.con2left2 img {
    width: 100%;
}

.con2left1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px dashed #cecece;
}

.con2lileft {
    width: 25%;
}

.con2lileft a img {
    width: 100%;
    border: 1px solid #cccccc;
}

.con2liright {
    flex: 1;
    padding-left: 20px;
}

.con2liright p {
    font-size: 13px;
    color: #2a81ca;
    font-weight: bold;
    margin-bottom: 5px;
}

.con2liright span {
    color: #303133;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.con2right {
    width: 330px;
}

.con2righttop {
    height: 50px;
    background-color: #2a81ca;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 25px;
}

.con2lefttop a {
    color: #2a81ca;
}

.con2right ul li {
    padding: 10px 0;
    padding-left: 40px;
    background-image: url(../images/ar.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-bottom: 1px dashed #b5b5b5;
}

.con2right ul li a {
    color: #666666;
    font-size: 13px;
}

.con3 {
    width: 100%;
}

.con3 img {
    width: 100%;
}

.con3right ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.con3right ul li {
    width: 31%;
}

.con3right ul li img {
    width: 100%;
}

.con4 {
    padding: 20px 15px;
    background-color: #fff;
}

.mySwiper {
    width: 100%;
}

.mySwiper img {
    width: 100%;
    height: 150px;
}

.foot {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.footleft ul {
    display: flex;
}

.footleft ul li a {
    margin-right: 20px;
    font-size: 16px;
    color: #000;
}

.footleft p {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
}

.inside {
    width: 1200px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.insideleft {
    width: 250px;
}

.insideleft a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
    color: #303133;
    text-align: center;
}

.insideleft a:hover {
    background-color: #2a81ca;
    color: #fff !important;
}

.act {
    background-color: #2a81ca !important;
    color: #fff !important;
}

.insideright {
    width: 900px;
    padding: 30px 15px;
    background-color: #fff;
}