body,
html {
    background: #ebedf3;
}

div.searchBox {
    background: #fff;
}

    div.searchBox form {
        width: 800px;
        margin: 60px auto;
    }

.search_activity {
    width: 1200px;
}

div.searchBox .searchInput input.search-text {
    border: 2px solid rgb(0, 119, 212);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 626px;
    height: 58px;
    padding: 0 20px;
    font-size: 20px;
    float: left;
    line-height: 62px;
    /*font-family: 'syRegular Arial';*/
}

div.searchBox .searchInput input.search-btn {
    border-radius: 5px;
    background-color: rgb(0, 119, 212);
    width: 110px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
}

div.search_result .resultTab {
    margin-bottom: 21px;
}

div.search_result .filterText {
    margin-top: 30px;
}

    div.search_result .filterText p {
        font-size: 14px;
        color: #333;
        line-height: 16px;
    }

        div.search_result .filterText p.result {
            float: left;
        }

        div.search_result .filterText p.num span {
            color: #0077d4;
            margin: 0 4px;
        }

        div.search_result .filterText p.num {
            float: right;
            margin-right: 4px;
        }

div.search_result .resultTab ul.searchList {
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

    div.search_result .resultTab ul.searchList li {
        float: left;
        border-radius: 3px;
        background-color: rgb(247, 247, 247);
        height: 40px;
        font-size: 14px;
        color: #666;
        margin: 0 20px 25px 0;
        padding: 0 28px;
        line-height: 40px;
        cursor: pointer;
        border: 1px solid rgb(247, 247, 247);
    }

        div.search_result .resultTab ul.searchList li.active {
            color: #0077D4;
            border: 1px solid rgb(0, 119, 212);
        }

        div.search_result .resultTab ul.searchList li a {
            display: block;
            width: 100%;
            height: 100%;
        }

div.search_result p.total {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 28px 0 34px 9px;
}

    div.search_result p.total span {
        color: #0077D4;
        height: 16px;
        line-height: 16px;
    }

.main {
    width: 1218px;
    margin: 0 auto;
}

.searchKind .kindItem b.title {
    display: block;
    font-size: 24px;
    line-height: 26px;
    color: #333;
    font-weight: normal;
    /*margin-left: 9px;*/
    /*margin: 13px 0 33px 9px;*/
    line-height: 78px;
}


/*.searchKind .kindItem ul {
	padding: 0 9px;
}

.searchKind .kindItem ul li {
	box-sizing: border-box;
	float: left;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	width: 380px;
	box-shadow: 0px 3px 15px 0px rgba(5, 13, 33, 0);
	margin: 0 30px 30px 0;
	margin-bottom: 30px;
	cursor: pointer;
}

.searchKind .kindItem ul li.marZero {
	margin-right: 0;
}

.searchKind .kindItem ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 22px 24px;
	height: 100%;
	box-sizing: border-box;
}

.searchKind .kindItem ul li span.img {
	display: block;
	width: 100%;
	border-radius: 3px;
	height: 182px;
	overflow: hidden;
}

.searchKind .kindItem ul li span.img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1.2s;
}

.searchKind .kindItem ul li div.bottom b {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: normal;
	margin: 19px auto 15px;
	min-height: 52px;
}

.searchKind .kindItem ul li div.bottom i.subtitle {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-bottom: 10px;
}

.searchKind .kindItem ul li:hover span img {
	transform: scale(1.03);
}

.searchKind .kindItem ul li:hover div.bottom b {
	color: #0077d4;
}*/

.search_news ul {
    height: 407px;
    /*height: 403px;*/
}

.search_activity ul li {
    margin-bottom: 0;
}

.activityList ul li {
    width: 380px;
    margin-right: 30px;
}

    .activityList ul li span.img {
        height: 208px;
    }

    .activityList ul li div.center p.time {
        color: #999;
    }

        .activityList ul li div.center p.time i.icon {
            background: url(../img/timeIcon.png) no-repeat center;
            background-size: cover;
        }


/*商品*/

.search_goods ul li {
    float: left;
    /*	border: 1px solid rgb(225, 225, 225);*/
    background-color: rgb(250, 250, 250);
    width: 380px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: 37px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 9px 13px 0px rgba(5, 13, 33, 0);
}

    .search_goods ul li:hover {
        box-shadow: 0px 9px 13px 0px rgba(5, 13, 33, 0.05);
    }

        .search_goods ul li:hover b.intro {
            color: #0077D4;
        }

    .search_goods ul li span.img {
        display: block;
        width: 100%;
        height: 216px;
        overflow: hidden;
    }

        .search_goods ul li span.img img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1.2s;
        }

    .search_goods ul li b.intro {
        display: block;
        font-size: 18px;
        color: #333;
        line-height: 32px;
        /*margin: 38px 0 24px;*/
        margin: 38px 0 7px;
        /*min-height: 64px;
	max-height: 64px;*/
        padding: 0 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .search_goods ul li.marZero {
        margin-right: 0;
    }

    .search_goods ul li:hover span.img img {
        transform: scale(1.03);
    }

    .search_goods ul li:hover b.title {
        color: #0077D4;
    }

    .search_goods ul li p.text {
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 20px;
        min-height: 20px;
        padding: 0 40px;
    }

@media only screen and (max-width:1217px) {
    .main {
        width: 1200px;
    }

    .searchKind .kindItem ul li {
        width: 374px;
    }

        .searchKind .kindItem ul li span.img {
            height: 178.7px;
        }
}

.searchKind .search_news ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.search_news b.title {
    margin-top: -30px;
}

.search_result {
    padding-bottom: 80px;
}

.search_news ul li .rightBottom {
    padding-top: 8px;
    padding-bottom: 8px;
}

p.lookDetail {
    /*width: 121px;*/
    float: right;
    height: 36px;
    border: 2px solid rgba(1, 132, 255, 0);
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
}

    p.lookDetail span {
        float: left;
        width: 7px;
        height: 12px;
        background: url(../img/right_arrow.png) no-repeat center;
        background-size: 7px 12px;
        margin: 12px 0 0 15px;
        transition: all 0.3s;
    }

    p.lookDetail i {
        float: left;
        color: #999;
        font-size: 13px;
        line-height: 36px;
    }

    p.lookDetail a {
        display: block;
        cursor: pointer;
        width: 100%;
        overflow: hidden;
    }

        p.lookDetail a:hover i {
            color: #0077d4;
        }

        p.lookDetail a:hover span {
            background: url(../img/right_arrow_active.png) no-repeat center;
            background-size: 7px 12px;
        }

.web_searchBox {
    display: none;
}

div.noResult {
    display: none;
}

    div.noResult dl {
        margin: 90px auto 0;
        width: 130px;
    }

        div.noResult dl dt {
            width: 130px;
            height: 113px;
        }

            div.noResult dl dt img {
                display: block;
                width: 100%;
            }

        div.noResult dl dd {
            text-align: center;
            line-height: 50px;
            color: #999;
            font-size: 18px;
        }

.webImg {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body,
    html {
        font-family: 'syRegular' !important;
    }
}



.staff {
    margin: 0 24px;
}

    .staff .staffList ul li .item {
        float: left;
        /*width: 33.33%;*/
        padding: 14px 20px 14px 0;
    }

        .staff .staffList ul li .item.first {
            box-sizing: border-box;
            width: 300px;
        }

        .staff .staffList ul li .item.second {
            box-sizing: border-box;
            width: 411px;
        }

    .staff .staffList ul li {
        border-bottom: 1px solid #e7e7e7;
    }

        .staff .staffList ul li .item span.img {
            width: 18px;
            height: 16px;
            float: left;
            margin-right: 16px;
        }

            .staff .staffList ul li .item span.img img {
                display: block;
                width: 100%;
                height: 100%;
            }

    .staff b.btitle,
    .staff b.title {
        display: block;
        font-size: 16px;
        color: #0077d4;
        line-height: 18px;
        margin: 25px 0 10px;
    }

    .staff .staffList ul li .item i,
    .staff .staffList ul li .item span,
    .staff .staffList ul li .item p {
        float: left;
        line-height: 16px;
        font-size: 14px;
    }

        .staff .staffList ul li .item span a,
        .staff .staffList ul li .item span {
            color: #333;
        }

            .staff .staffList ul li .item span a {
                cursor: pointer;
            }

    .staff .staffList ul li .item i {
        color: #666;
    }

.leaveWord_shandow,
.shandow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
    z-index: 21;
    display: none;
}


    /*.leaveWord_shandow {
	display: block;
}*/

    .leaveWord_shandow .popup,
    .shandow .popup {
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 1px 16px 0px rgba(5, 13, 33, 0.1);
        width: 1000px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        /*overflow-y: auto;
	overflow-x: hidden;*/
        overflow: hidden;
        box-sizing: border-box;
    }

    .leaveWord_shandow .popup {
        height: 90%;
    }

    .shandow .popup {
        /*height: 414px;
	top: 50%;
	margin-top: -207px;*/
        height: 90%;
        top: 5%;
    }

        .shandow .popup dl {
            /*margin: 0 50px;*/
            margin: 0 20px 0 50px;
            width: 300px;
            /*overflow-y: auto;
	overflow-x: hidden;*/
            float: left;
        }

    .shandow .scroll {
        /*height: 281px;*/
        height: 90%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .shandow .popup dl dt {
        display: block;
        width: 100%;
        height: 171px;
        background-color: rgb(246, 250, 245);
        overflow: hidden;
        border: 1px solid rgb(225, 225, 225);
        box-sizing: border-box;
        border-radius: 3px;
    }

        .shandow .popup dl dt img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .shandow .popup dl dd b.title {
        display: block;
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin: 20px 0 10px;
    }

    .shandow .popup dl dd p.subTitle {
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 20px;
    }

    .shandow .popup .textCon {
        float: left;
        width: 505px;
        padding-left: 30px;
    }

        .shandow .popup .textCon ul li {
            list-style-type: disc;
        }

            .shandow .popup .textCon ul li,
            .shandow .popup .textCon ul li p,
            .shandow .popup .textCon ul li span {
                font-size: 14px;
                line-height: 28px;
                /*font-family: 'syRegular';*/
            }

        .shandow .popup .textCon p.series span,
        .shandow .popup .textCon p.text {
            display: block;
            font-size: 14px;
            line-height: 24px;
        }

        .shandow .popup .textCon p.text {
            color: #333;
        }

        .shandow .popup .textCon p.series {
            margin-bottom: 10px;
        }

            .shandow .popup .textCon p.series span {
                color: #666;
            }

    .leaveWord_shandow p.close span,
    .shandow .popup p.close span {
        width: 18px;
        height: 18px;
        display: block;
        float: right;
        background: url(../img/popup_close.png) no-repeat center;
        background-size: cover;
        cursor: pointer;
        margin: 20px 30px;
    }

    .leaveWord_shandow p.close span {
        margin: 32px;
    }

    .leaveWord_shandow p.close {
        position: absolute;
        right: 0;
        top: 0;
    }


    .shandow .staff {
        margin: 0 50px 20px;
    }

        .shandow .staff b.btitle {
            margin-top: 0;
        }

        .shandow .staff .staffList ul li .item.second {
            width: 404px;
        }

        .shandow .staff .staffList ul li .item.third {
            padding-right: 0;
        }
