@charset "utf-8";
.search-input-box>input{
    min-height: auto;
    height: auto;
}
/*banner*/
.wrapper-top{
    background-color: #DAE2EC;
}
@media only screen and (min-width: 1024px) {
    .wrapper-top{
        height: 350px;
        background: url(../images/endpoint/diyu.jpg) no-repeat center;
        background-size: cover;
    }
    #content .wrapper{
        margin-top: -14px;
    }
}
#content .wrapper{
    z-index: 3;
}
#content{
    background-color: #f5f5f5;
    padding-bottom: 43px;
}



/**************/


.wrapper {
	width: 100%;
	margin: auto;
}

.crumbs {
	display: none;
	padding: 30px 10px 0;
	font-size: 14px;
	color: #333;
	max-width: 1200px;
	margin: 0 auto;
}

.crumbs .link {
	color: #2d56b1;
}

.content-block1 {
	padding-bottom: 0;
}
.content-block1 .inputs{
    border:1px solid #dddddd;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);
    border-radius:2px;
    margin-top: -80px;
}
.content-block2 {
	padding-top: 0;
}

.caption1 {
    margin-top: 49px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
}
.dev-lists .caption{
    margin-bottom: 30px;
}
.content-block1 .dev-lists{
    text-align: center;
}
.dev-table {
    text-align: left;
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 14px;
	word-break: break-all;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);
    border-collapse: collapse;
}
.dev-table thead{
    background:url("../images/common/liner_H.png") no-repeat;
}
.dev-table .tr-four .tablethone,.dev-table .tr-four .th-region,.dev-table .tr-four .tablethfive{
    width: 15%;
}
.dev-table .tr-five .tablethone,.dev-table .tr-five .th-region,.dev-table .tr-five .tablethfive{
    width: 10%;
}
.dev-table .tr-five .th-endpoint{
    width:30%
}
.dev-table th,
.dev-table td {
	border: 1px solid #ddd;
}

.content-block1 .dev-table th,
.content-block1 td {
    width: 26%;
}

.dev-table th {
	line-height: 21px;
	height: 36px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 8px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.dev-table td {
	line-height: 32px;
    color:#666a75;
	background-color: #fff;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 8px;
}

/*更多*/
.watch_more{
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 19px;
    font-size:14px;
    color:#757575;
    line-height:22px;
    cursor: pointer;
    display: inline-block;
}
.watch_more:after{
    content: "";
    position: absolute;
    left: calc(50% + 36px);
    top: 5px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #757575;
    border-bottom: 1px solid #757575;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);: ;
}

/*pc端搜索类型start*/
.show-more{
    position: absolute;
    top: 14px;
    right: -20px;
    background: url("../images/common/show_more.png") no-repeat top;
    width: 12px;
    height: 12px;
    display: none;
    cursor: pointer;
}
.content-block2 .inputs{
    max-width: 1200px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 46px;
}
.content-block2 .caption{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.inputs-search-type{
    display: block;
    font-size: 12px;
    background-color: #fff;
    padding: 2px 40px 2px 20px;
}
.inputs-search-type1{
    padding-top: 16px;
}
.inputs-search-type2{
    padding-bottom: 16px;
}
#selectoneli,#selecttwoli{
    display: inline-block;
    width: calc(100% - 84px);
    position: relative;
}
#selectoneli .show-more.active,#selecttwoli .show-more.active{
    background-position: 0 -12px;
}
#selectoneli ul,#selecttwoli ul{
    overflow: hidden;
}
#selectoneli li,#selecttwoli li{
    float: left;
    height: 26px;
    line-height: 24px;
    cursor: pointer;
    padding: 1px 10px;
    margin: 8px 2px;
    font-size: 12px;
    color: #A0A2A8;
    letter-spacing: 0;
    box-sizing: border-box;
}

#selectoneli li:hover,#selecttwoli li:hover{
    color: #f66f6a;
}

#selectoneli li.active,#selecttwoli li.active{
    border: 1px solid #f66f6a;
    color: #f66f6a;
    padding: 0 9px;
}

.inputs-search-type .title{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    margin: 8px 0px;
    color: #252b3a;
    letter-spacing: 0;
}
.title-mb{
    display: none;
}
.moblie-search {
	display: none;
}
.inputs-search-one{
    display: none;
}

/*pc端搜索类型start*/

.service-type {
    font-size:16px;
    color:#252b3a;
    line-height: 22px;
	border-bottom: 1px solid #ccc;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.service-type-pic {
	display: inline-block;
	width: 18px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 24px;
	right: 10px;
	color: #d0c9c9;
	background-image: url(../images/endpoint/up-big.png);
}

.overturn {
	/*transition:1s;*/
	transform: rotate(180deg);
}

.service-name {
    font-size:16px;
    color:#252b3a;
    line-height:18px;
	margin-top: 40px;
	margin-bottom: 14px;
}
.triangle{
	position: relative;
	font-size: 12px;
	height:21px;
	line-height: 21px;
	color: #ffffff;
	background-color: #e41f2b;
	top: -1px;
    padding-right: 2px;
    padding-left: 2px;
    margin-left: 2px;
}
.name-team{
	position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .dev-table thead{
        background-size: cover;
    }
    .poster-content-box{
        padding-top: 99px;
    }
    .content-block1 .inputs{
        margin-top: -20px;
        box-shadow: none;
    }
    .caption1{
        margin-top: 30px;
    }
    .dev-lists .caption{
        font-size:20px;
        color:#252b3a;
        margin-bottom: 20px;
    }
	.content-block2,
	.poster-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	#selectoneli,#selecttwoli{
        display: none;
    }
    .inputs-search-type1{
        border-bottom: 1px solid #f0f0f0;
    }
    .inputs-search-type{
        position: relative;
        text-align: left;
        padding: 0;
    }
    .title-mb{
        display: inline-block;
        font-size: 14px;
        color:#252b3a;
        width: 100%;
        padding: 15px;
    }
    .title-mb.selected{
        color: #2d56b1;
    }
    .inputs-search-type .title{
        display: none;
    }
    .inputs-search-type:after{
        content: '';
        position: absolute;
        right: 20px;
        top:calc(50% - 5px);
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #252b3a;
        border-right: 1px solid #252b3a;
    }
    .content-block1 .dev-table{
        margin: 0 auto;
        width: calc(100% - 30px);
    }
	.dev-table {
		text-align: center;
	}
	.dev-table th {
		line-height: 16px;
        padding: 10px;
	}
	.dev-table td {
		height: 33px;
		line-height: 16px;
		padding: 10px;
		text-align: left;
        font-size: 12px;
	}
	.dev-table .th-region {
		display: none;
	}
	.dev-table  .tablethfive,.dev-table  .tablethone{
		width: 12%;
	}
	.service-type {
		display: none;
	}
	.service-name {
        font-size:16px;
        line-height:20px;
		margin-top: 20px;
		margin-bottom: 14px;
	}
}

@media only screen and (max-width: 1024px) {
    /*banner*/

    .lead-poster {
        width: 100%;
        height: 300px;
        background: url(../images/endpoint/diyu-mb.jpg) no-repeat;
        background-size: cover;
    }
}
.triangle {
    vertical-align: middle;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    color: #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    margin-left: 2px;
    background-color: #e41f2b;
}