.allbox {
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #eef7fc;
	/* min-height: 700px; */
	padding: 0;
	min-width: 1290px;
}

a:hover {
	color: #185BA2;
	transition: 0.3s ease-out;
}

.topsildeforbox {
	width: 100%;
	background-color: rgba(250, 250, 250, 0.5);
}

.topsilde {
	width: 1200px;
	margin: auto;
	height: 37px;
	color: #fff;
	font-size: 13px;
	line-height: 37px;
}
.topsilde span{
float:left;
}
.pngtqico {
    display:none;
}
.topsilde span i {
font-style:normal;
padding-left:5px;
padding-right:5px;
float: left;
    }
.itp {    
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    background-size: cover;
}
.topsilde a{
float:right;
color:#fff;
padding:0px 5px;
}
    .topsilde a::after{
        content:"|";
        padding-left:10px;
    }
.logobox {
	margin: 55px 0;
}

.logobox .input {
	width: 320px;
	margin-top: 50px;
	background-color: rgba(250, 250, 250, 0.8);
	border-radius: 25px;
	padding: 6px 20px;
	box-shadow: none;
	border: none;
}



.logobox .input:focus {
	background-color: rgba(250, 250, 250, 0.9);
}

.logobox .field-icon .icon {
	bottom: -83px;
	color: #AAAAAA;
}

.container {
	width: 1200px;
	padding: 0;
}

.topnav ul {
	display: flex;
	justify-content: space-between;
	height: 45px;
	/* background-color: #185ba2; */
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.topnav ul li {
	width: calc(100% / 9);
	text-align: center;
	position: relative;
}

.topnav ul li ul {
	display: block;
	position: absolute;
	z-index: 2;
	height: auto;
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0;
    box-shadow: 1px 1px 5px #ccc;
	/* transition: all 0.45s cubic-bezier(0.14, 0.82, 0.57, 0.04); */
}

.topnav ul li:hover ul {
	opacity: 1;
}

.topnav ul li:hover ul li {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #e8e8e8;
}

.topnav ul li:hover ul li:last-child {
	border-bottom: 1px solid #fff;
}

.topnav ul li ul li {
	height: 0px;
	width: 100%;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	
	transition: all 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.topnav ul li ul li a {
	background-color: #fff;
	background-image: url(../images/navicon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #666;
    font-size: 14px;
   
}

.topnav ul li ul li a:hover {
	background-image: url(../images/navicon-2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.topnav ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 45px;
	background-color: #185ba2;
}


.topnav ul li:focus a,
.topnav ul li:hover a {
	background-color: #56b3f0;
	transition: all 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.topnav ul li:hover ul li a {
	background-color: #fff;
	transition: all 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.topnav ul.ful li:nth-child(1) a{
	border-top-left-radius: 15px;
}

.topnav ul.ful li:last-child a{
	border-top-right-radius: 15px;
}

.topnav ul li a.cur {
	background: #56b3f0;
}
    .topnav ul li a span {
padding-right: 5px;
    font-size: 18px;
    }

.fourline {
	/* margin-top: 50px;
	margin-bottom: 10px; */
	background-color: #ecf7fd;
	padding: 10px;
}

.fourline select,
.fourline .yqlj {
	display: inline-block;
}

.fourline .yqlj h1 {
	color: #015293;
	font-style: italic;
	padding: 0 20px;
}

.fourline select {
	height: 31px;
	border: solid 1px #fff;
	/*将默认的select选择框样式清除*/
	appearance: none; //这个样式就是清楚他的下拉按钮的默认样式
	-moz-appearance: none;
	-webkit-appearance: none;
	/*替换选择框的最右侧显示小箭头图片*/
	background: url(../images/selecticon.png) no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
	background-color: #fff;
	padding: 0 34px 0 20px;
	margin-right: 10px;
	letter-spacing: 0.05em;
	width: 195px;
	text-align: center;
	color: #666;
}

.fourlinebg {
	padding: 15px;
	background-color: #fff;
}




.footerbox {
	background-color: #6E9ac6;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	height: 160px;
	margin-bottom: 10px;
}

.footerbox .imgbox {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 140px;
}

.footerbox .txtbox {
	height: 70px;
	padding-top: 40px;
}

.footerbox p {
	margin-bottom: 0;
}

.footerbox .bottomimg01 {
	margin: auto;
	padding-top: 30px;
}

.slidebox {
	width: 70px;
}


.slidebox {
	width: 10%;
	z-index: 1;
	position: fixed;
	right: 0%;
	top: 40%;
}

.slidebox div {
	width: 70px;
	height: 70px;
	background-color: #7ecef4;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.slidebox div .hidebox {
	position: absolute;
	right: calc(100% + 5px );
	width: auto;
	top: 0;
	/* background-color: rgba(250,250,250,0.9); */
	/* background-color: rgba(0,0,0,0.5); */
	background-color: rgba(126, 206, 244 ,0.7);
	color: #fff;
	margin-bottom: 0;
	opacity: 0;
	right: 0;
	z-index: -1;
	transition: 0.4s ease-in-out;
}
.slidebox div.gfwx .hidebox.imgbox {
	height: 120px;
	width: 120px;
	padding: 5px;
}
.slidebox div.gfwx:hover .hidebox.imgbox {
	right: calc(100% + 5px );
	opacity: 1;
}
.slidebox div.gfwx .hidebox.imgbox img{
	padding: 0;
}
.slidebox div.fwrx .hidebox.phone {
	line-height: 60px;
	height: 100%;
	font-size: 20px;
	width: auto;
	padding: 5px 10px;
	white-space:nowrap;
}
.slidebox div.fwrx:hover .hidebox.phone {
	right: calc(100% + 5px );
	opacity: 1;
	text-shadow: 0 0 2px #000;
}
.slidebox div img {
	margin: auto;
	padding-top: 5px;
}

ul.bread {
	margin-bottom: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
}
    ul.bread li {
        min-width:70px;
    }

    ul.bread li:nth-child(1) {
        background:url("../images/ico-dw1.png") no-repeat left center;
        padding-left:25px;
    }

.ymtitle {
	height: 150px;
	background-color: #fff;
}

.ymtitle h1 {
	height: 150px;
	line-height: 150px;
	padding-left: 40px;
	font-size: 36px;
	display: inline-block;
}

.ymtitle h1 span {
	font-size: 24px;
	color: #E8E8E8;
}

.ymtitle .zxdtbtnbox {
	display: inline-block;
	float: right;
	padding-right: 100px;
}

.ymtitle .zxdtbtnbox a {
	display: inline-block;
	border-radius: 10px;
	margin: 10px;
	color: #999;
	padding: 6px 15px;
	background-color: #e0e0e0;
	margin-top: 65px;
}

.ymtitle .zxdtbtnbox a#thecur {
	background-color: #326fd2;
	color: #fff;
}

.ymtitle .zxdtbtnbox a:hover {
	background-color: #326fd2;
	color: #fff;
	transition: all 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
}


/* page */
.pageingbox {
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
.pageingbox .pagination{
	margin: 0 auto;
	display: block;
	text-align: right;
	padding-right: 20px;
}
.pageingbox .pagination li {
	/*border-radius: 0;*/
        margin: 0px 5px;
}
.pageingbox .pagination li:last-child{
	
	border: 1px solid #b4daf3;
}
.pageingbox .pagination li:last-child a{
	background: #b4daf3;
	color: #fff;
}
.pageingbox .pagination .active a, 
.pageingbox .pagination .active, 
.pageingbox .pagination a:hover {
    background: #56B3F0;    
	color: #fff;
    border-radius: 0px;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
@media screen and (max-width: 1680px) {
	.slidebox {
		width: 5%;
	}
}

@media screen and (max-width: 1440px) {
	.slidebox {
		width: 5%;
	}
}
