
.searchbar {
	background-color: #dcdedd;
}

.searchbar select {
	width: 310px;
	height: 70px;
	font-size: 20px;
	float: left;
	margin: 30px 15px;
    position:relative;
    background:url(../images/sj.png) no-repeat center right;
    background-color: #fff;
    background-size: 12px;
    background-position-x: 97%;
}

.searchbar input[type=text] {
	width: 420px;
	height: 70px;
	font-size: 20px;
	float: left;
	margin: 30px 15px;
}

.searchbar .bigmore {
	width: 300px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	float: left;
	margin: 30px 15px;
	letter-spacing: 0.1em;
    cursor: pointer;
}

#bar2 {
	display: none;
}



.projectadd .picbox .imgbox img {
	width: 100%;
	opacity: 1;
	cursor: pointer;
}

.projectadd .picbox .imgbox {
	overflow: hidden;
	opacity: 1;
    height:240px;
}

.projectadd .picbox .imgbox:hover {

	opacity: 0.8;
	transition: 0.5s ease-in;
}


.projectadd .picbox {
	margin: 12px;
}

hr {
	background: #283F83;
}

.projectadd .picbox h1 {
	font-weight: 500;
	margin: 10px 0;
	color: #606060;
	letter-spacing: 0.08em;
    font-size:20px;
}
.projectadd .picboxs {
    position:relative;
    overflow:hidden;
}
    .projectadd .picboxs .mask {
    
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        bottom: calc(-100% + 2px);
    background: #fff;
    opacity: 0;
    transition: 0.8s ease-in-out;
     display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;

    }

    .projectadd .picboxs:hover .mask {
        bottom: 0%;
    background: #ffe463;
    opacity: 1;
    
    }
.projectadd .picbox p {
	font-size: 18px;
	color: #606060;
	font-weight: 500;
	letter-spacing: 0.08em;
}



.nr_line {
	background: #f7f7f7;
	margin-bottom: 40px;
}

.nr_line .x6 {
	overflow: hidden;
}

.nr_line .x6 img {
	transform: scale(1.0);
	transition: 1s ease-in;
    width:100%;
}

.nr_line:hover .x6 img {
	transform: scale(1.08);
}

.nr_line .x6 .textbox {
	padding: 50px 100px;
	color: #8c8c8c;
	letter-spacing: 0.1em;
}


.nr_line .x6 .textbox h2 {
	line-height: 38px;
	font-size: 24px;
	margin-bottom: 45px;
	color: #646464;
	margin-top: 20px;
}

.nr_line .x6 .textbox h3 {
	line-height: 38x;
	font-size: 24px;
	color: #646464;
}

.nr_line .x6 .textbox p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 36px;
}
.caselist {
    height:344px;
    overflow:hidden;
}
@media (min-width: 1366px) {
	.searchbar input[type=text] {
		width: 345px;
	}

	.searchbar select {
		width: 200px;
		height: 70px;
		font-size: 20px;
		float: left;
		margin: 30px 15px;
	}
	.projectadd .picbox h1 {
	    font-size: 18px;
	}
	
	.projectadd .picbox p {
	    font-size: 15px;
	}
	.nr_line .x6 .textbox h3 {
	    font-size: 23px;
	}
	.nr_line .x6 .textbox p {
	    line-height: 19px;
	}
	.nr_line .x6 .textbox p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
}
.nr_line .x6 .textbox {
    padding: 28px;
}
}
