body {
    line-height: normal;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.section {
    color: #061828;
    padding-top: 100px;
}

.con-top {
    margin: 70px 0;
}

.con-top-left {
    display: inline-block;
    vertical-align: top;
    width: 540px;
    margin-right: 35px;
}

.con-top-right {
    width: 625px;
    display: inline-block;
    text-align: start;
    overflow: hidden;
}

.con-top-right-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    white-space: nowrap;
}

.con-top-right-en {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    opacity: 0.75;
}

.con-top-right-recommend {
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
}

.con-top-right-recommend span {
    color: #0086F1;
    margin-left: 10px;
}

.con-top-right-recommend span img {
    width: 7px;
    height: 12px;
    margin: 10px;
}

.con-top-right-search {
    width: 437px;
    height: 54px;
    background: #EDEDED;
    padding: 0 20px;
    margin-top: 40px;
}

.con-top-right-search input {
    width: 378px;
    font-size: 14px;
    font-weight: 400;
    line-height: 54px;
    background:none;  
	outline:none;  
	border:none;
}

.con-top-right-search input:focus {
    border:none;
}

.con-top-right-search img {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
    margin: 17.5px 0;
}

.con-top-right-link {
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 6px 0;
}

.con-top-right-link span {
    margin-right: 10px;
}

.con-top-right-link span img {
    width: 7px;
    height: 12px;
    margin: 5px 10px;
}

.con-middle {
    width: 100%;
    margin-top: 60px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(39, 82, 112, .15);
}

.con-middle-title {
    opacity: 0.75;
}

.con-middle-text {
    opacity: 0.5;
}

.con-under {
    width: 100%;
    padding: 50px 0 60px;
}

.con-under-title {
    font-size: 32px;
    font-weight: 500;
}

.con-under-cont {
    padding: 30px 0;
}

.con-under-cont-item {
    display: inline-block;
    vertical-align: top;
    width: 393px;
    height: 182px;
    background: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
    padding: 30px;
}

.con-under-cont-item:nth-child(3n+0) {
    margin-right: 0;
}

.con-under-cont-item:hover {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 4px 40px 0px rgba(4, 3, 28, 0.07);
}

.con-under-cont-item:hover .under-text-title {
    color: #2386EE;
}

.con-under-cont-item:hover .under-text-btn {
    color: #fff;
    background: #2386EE;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 5px 20px 0px rgba(65, 150, 239, 0.48);
}

.con-under-item-text {
    display: inline-block;
    width: 230px;
    text-align: start;
    overflow: hidden;
}

.under-text-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    white-space: nowrap;
    transition: all 0.3s;
}

.under-text-subtitle {
    margin: 18px 0 25px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.75;
}

.under-text-btn {
    width: 78px;
    height: 34px;
    border: 1px solid rgba(0, 133, 240, 0.4);
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    color: #2386EE;
    transition: all 0.3s;
}

.con-under-item-img {
    height: 100%;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.con-under-item-img img {
    max-width: 100px;
    max-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}