
.sea
{width:100%;padding:75px 0 110px;}
.sea-box
{background:#fff;border-radius:12px;padding:65px 0 42px;}
.sea-box .item
{display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;margin-bottom:70px;}
.sea-box .item input
{width:200px;height:42px;border-radius:5px;font-size:16px;padding:0 20px;border:1px solid #707070;}
.sea-box .item button
{width:240px;height:44px;margin-left:45px;border-radius:8px;background:#87642c;font-size:16px;color:#fff;border:none;cursor:pointer;}
.sea-box .info
{width:740px;margin:0 auto;}
.sea-box .info p
{font-size:18px;padding:29px 18px;color:#87642c;line-height:1.7;font-family:Microsoft YaHei;}

.tanchan
{
    position:fixed;top:50%;left:50%;width:600px;height:300px;margin:-130px 0 0 -261px;border-radius:12px;box-shadow: 2.5px 4.33px 10px 0px rgba(65, 40, 0, 0.2);overflow:hidden;background:url(../images/bg3.png) no-repeat 50%;background-size:cover;
    transform:scale(0.1);-webkit-transform:scale(0.1);visibility:hidden;opacity:0;transition: 0.38s ease-in-out;
}
.tanchan .close
{position:absolute;top:8px;right:5px;}
.tanchan  .flex
{width:100%;height:100%;background:rgba(255,255,255,0.9);display:flex;display:-webkit-flex;align-content:center;-webkit-align-content:center;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.tanchan  .flex h2
{width:100%;text-align:center;font-size:20px;color:#87642c;margin-bottom:25px;}
.tanchan  .flex p
{width:100%;text-align:center;font-weight:bold;font-size: 20px;}
.tanchan.active
{transform:scale(1);-webkit-transform:scale(1);visibility:visible;opacity:1;}


 

.back-h
{text-align:center;margin-bottom:55px}
.back-h strong
{font-size:36px;color:#87642c;font-family:lbjw;}
.back-item
{width:910px;margin-top:32px;padding:20px;box-shadow: 0px 4px 15px 0px rgba( 0, 8, 20, 0.2 );background:rgba(255,255,255,0.5);border-radius: 10px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;}
.back-item:nth-child(2n)
{margin-left:250px;justify-content:flex-end;-webkit-justify-content:flex-end;text-align:right;}
.back-item .img
{width:120px;height:120px;border-radius:50%;overflow:hidden;}
.back-item .img img
{width:100%;height:100%;object-fit:cover;}
.back-item .text
{font-family:Microsoft YaHei}
.back-item .text .name
{font-size:18px;color:#000;margin-bottom:12px;}
.back-item .text strong
{font-size:16px;color:#000;}
.back-item .text p
{font-size:16px;color:#333;margin:15px 0;}
.back-item .text time
{font-size:14px;color:#666;}
.back-item:nth-child(2n-1) .img
{order:1;}
.back-item:nth-child(2n-1) .text
{order:2;margin-left:25px;}
.back-item:nth-child(2n) .img
{order:2;}
.back-item:nth-child(2n) .text
{order:1;margin-right:25px;}

.content_wrapper {
    width: 1190px;
    margin: 0 auto;
}
.tips_info {
	margin-top:140px ;
	width: 100%;
	margin-bottom: 150px;
	overflow: hidden;
	
}
.tips_info .tips_info_left,.tips_info_right{
	width: 49%;
}
.tips_info .tips_info_left{
	padding-right: 30px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.tips_info .tips_info_left h4{
	font-size: 24px;
	color: #0f4897;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.tips_info .tips_info_left p{
	line-height: 2;
	font-size: 14px;
	margin-bottom: 50px;
}
.tips_info .input_box{
	margin-bottom: 70px;
}
.tips_info .input_box select{
	width: 150px;
	height: 40px;
	padding-left: 20px;
	border-radius: 6px;
	border: 1px solid #b5b5b5;
	
}
.tips_info .search_ipt{
	width: 290px;
	height: 40px;
	padding-left: 20px;
	border-radius: 6px;
	border: 1px solid #b5b5b5;
	margin-left: 40px;
	
}

.btn_g .query_btn {
    height: 40px;
    width: 170px;
    background-color: #0f4897;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 80px;
    border: 0 none; 
    cursor: pointer;
}

.btn_g .report {
    height: 40px;
    width: 120px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #000;
    border: 1px solid #b5b5b5;
    margin-left: 50px;
}

.tips_info_right_ma h4{
    font-size: 24px;
    color: #0f4897;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.tips_info_right_ma p{
    line-height: 2;
    font-size: 14px;
    margin-bottom: 50px;
}

