@charset "utf-8";

html,body{
	height: 100%;
}

/* CSS Document */

em {
	font-style: normal;
	color: red;
}

a{
	color:#000;
	text-decoration:none;
}
.container{
	position: relative;
    width: 100%;
	padding: 0px;
}
.container-content-box{
	width: 1100px;
	background-color:#ffffff;
	margin: auto;
}

.top-container{
	width: 1100px;
	margin: auto;
	position: relative;
}

.top-container .img-box{
	position:relative;
	margin: 15px 0px;
    padding-left: 0px;
    text-align: left;
    height: 60px;
}
 .top-container .img-box img{
	width: auto;
	height: 45px;
}

 .top-container .img-box .img-box-div{
  	position: absolute;
  	top:0px;
 }
	
.top-container .img-box .img-box-div .imgbox-container{
	display: -webkit-inline-box;
    position: relative;
    float: left;
}	

 .top-container .img-box .img-box-div a{
  	position: relative;
    display: -webkit-box;
}

 .top-container .img-box .img-box-div .select-box{
  	position: relative;
    float: left;
    margin-right: 5px;
}

 .top-container .img-box .img-box-div .select-box select{
	position: relative;
    font-size: 16px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 5px;
}

.top-container .img-box .img-box-div .select-box select:focus{
	outline: none;
}

.top-container .img-box .img-box-div .btn-box{
    position: relative;
    display: -webkit-inline-box;
    float:none;
    margin-top: 8px;
}

 .btn-box .search-btn{
	position: relative;
    font-size: 16px;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 5px;
}
 .search-btn:hover{
	background: #d23939;
	border: #9d261d solid 1px;
	color: #ffffff;
	cursor: pointer;
}

.top-container .znwd-box{
	position:absolute;
	float: left;
	top:0px;
	right:100px;
	height: 80px;
	margin: 15px 0px;
}
.znwd-box-text{
	height: 100%;
    line-height: 80px;
    font-size: 31px;
    color: #ffffff;
    font-style: italic;
    text-shadow: #000 3px 3px 3px;
}

img { border:0;
}
.container-top-40{
	top: 40% !important;
}
.container-content-box .container-content {padding:15px 0px;}

.container .am-breadcrumb {
	position:relative;
	border-bottom: #ddd solid 1px;
	padding:15px 0px; 
    margin-bottom: 15px;
    white-space: nowrap;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    padding-top: 0px;
}
.container .am-breadcrumb > li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container .am-breadcrumb li .icon-css{float: left;width: 18px;height: 18px;}
.container .am-breadcrumb li .icon-css-8{float: left;width: 8px;height: 8px;margin: 6px 5px 0px 0px;}
.container .am-breadcrumb .am-active{color: #999999}

.container .am-input-group{
	position: relative;
	text-align: center;
}

.container .am-input-group .am-input-group-box{
	position: relative;
}
.container .am-input-field{
	width:500px;
    box-sizing: border-box;
	height: 50px;
    padding: 2px 8px;
    font-size: 16px;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.container .am-input-field:focus{
	outline: none;
    border-style:solid;  
    border-color: #d23939;  
    box-shadow: 0 0 3px #cf2d32;  
}

.container .am-input-group-btn{
    width: 100px;
    box-sizing: border-box;
    text-align: center;
	display: inline-block;
	height: 54px;
	position: relative;
	color: #fff;
    background-color: #d23939;
    border-color: #d23939;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 0px 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 0; */
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.container .am-input-group-btn:hover{
	color: #fff;
    background-color: #c10006;
    border-color: #c10006;
}

.container .am-result-box{
	 background: #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    margin: 10px 0px;
    padding: 5px 10px;
    font-size: 14px;
    line-height:32px;
   
}
 .container .input-title-box{
 	text-align: center;
    padding: 5px 0px;
    padding-bottom: 30px;
 }
 
 .container .input-title-box .input-title-text{
    font-family: "黑体";
    font-size: 26px;
    color: #d23939;
    font-weight: bold;
 }

 .container .am-input-group .img-box{
	position:relative;
	height: 120px;
}
 .container .am-input-group .img-box img{
	width: auto;
	height: 45px;
}

 .container .am-input-group .img-box .img-box-div{
  	position: absolute;
    left: 19.6%;
 }

.container .am-input-group .img-box .img-box-div .imgbox-container{
	display: -webkit-inline-box;
    position: relative;
    float: left;
}

 .container .am-input-group .img-box .img-box-div a{
  	position: relative;
    display: -webkit-inline-box;
}

 .container .am-input-group .img-box .img-box-div .select-box{
  	position: relative;
    float: right;
    margin-right: 5px;
}

 .container .am-input-group .img-box .img-box-div .select-box select{
	position: relative;
    font-size: 16px;
    padding: 3px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 5px;
}

.container .am-input-group .img-box .img-box-div .select-box select:focus{
	outline: none;
}

.container .am-input-group .img-box .img-box-div .btn-box{
    position: relative;
    display: -webkit-inline-box;
    float: left;
    margin-top: 8px;
}
 .search-btn{
	position: relative;
    font-size: 16px;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 5px;
}
 .search-btn:hover{
	background: #d23939;
	border-color:#9d261d;
	color: #ffffff;
	cursor: pointer;
}

.search-btn-selected{
	background: #d23939;
	border-color:#9d261d;
	color: #ffffff;
}
 .container .am-result-box * {
    display: inline-block;
    color: #747474;
}
.container .am-result-box a{
	font-weight:bold;
	cursor: pointer;
	text-decoration: none;
}
.container .am-result-box a:hover{
	color:#1b518f;
	-webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.container .am-result-box .selected{
	color: #1c87e0;
}

.container .search-box .no-result-box{
    background-color: #dd514c;
    border-color: #d83832;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.container .search-box .no-result-box .change-icon{
	width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 3px;
    margin-left: -20px;
}

.container .search-box .search-result-box{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.container .search-box .search-result-box li {
    list-style: none;
    /* background: #f5f5f5; */
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
    /* margin: 0px 0px 15px 0px;  */
}
.container .search-box .search-result-box li  .def-box{
	display: inline-block;
    min-width: 10px;
    padding:0px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 2px;
}
.container .search-box .search-result-box li  .result-box-source{
	background-color: #0e90d2;
}
.container .search-box .search-result-box li  .result-box-lm{
	background-color: #3bb4f2;
}
.container .search-box .search-result-box li  a{
	color: #1c1c1c;
    font-size: 20px;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
.container .search-box .search-result-box li  a:hover{
	color: #0e90d2;
	-webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 300ms ease-out;
    transition:color 300ms ease-out;
}

.container .search-box .search-result-box li p{
	margin:3px 0px;
	padding:0px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2rem;
}
.container .search-box .search-result-box li .result-box-date{
	position:relative;
	font-size: 13px;
}
.container .search-box .search-result-box li .result-box-date img{
	position: absolute;
    margin-top: 3px;
	width: 14px;
	height: 14px;
}
.container .search-box .search-result-box li .result-box-date span{
	padding-left: 18px;
}
.container .search-box .search-result-box li .result-box-url{
	font-size: 13px;
	color: #4f962c;
}

.container .page-tool-box{
	position: relative;
	text-align: center;
}
.container .page-tool-box *{
	display: inline-block;
    color: #000000;
    padding: 0px;
}
.container .page-tool-box .page-tool-ul li span {
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}
.container .page-tool-box .page-tool-ul li span{
	cursor: pointer;
}
.container .page-tool-box .page-tool-ul li span lable{
	padding: 0px 3px;
}
.container .page-tool-box .page-tool-ul li span:hover{
	background-color: #eeeeee;
}
.container .page-tool-box .page-tool-ul li .span-disable{
	cursor: text;
}
.container .page-tool-box .page-tool-ul li .span-disable:hover{
	background-color: #ffffff;
}

/*底部*/
.am-container {
    position: relative;
    text-align: center;
    bottom: 0;
    margin-bottom: 0;
    max-width: 1100px;
    background: #fff;
    /* border-top: #a32018 solid 3px; */
}
@media (max-width:768px) {
    .container-content-box {
        width: 100%;
        background-color: #ffffff;
        margin: auto;
    }

    .top-container {
        width: 100%;
        margin: auto;
        position: relative;
    }

    .top-container .img-box {
        padding-left: 10px;
    }

    .container-content-box .container-content {
        padding: 15px 5px;
    }

    .container .am-input-group .img-box .img-box-div {
        left: 8%;
    }

    .container .am-input-group .img-box img {
        height: 45px;
    }

    .container .am-input-field {
        width: 55%;
    }

    .container .am-input-group .am-input-group-box {
        margin-top: 40px;
        margin-left: 5px;
    }

    .am-input-group-left .am-input-group-box {
        text-align: left !important;
        margin-left: 15px;
        margin-top: 0px !important;
    }

    .page-tool-box ul {
        margin: 0px !important;
    }

    .page-tool-box ul li {
        padding-bottom: 5px !important;
    }

    .am-result-box, .search-box {
        margin: 10px 5px !important;
    }

    .footer {
        margin-top: 0px;
        width: 100%;
    }

    footer .link-img {
        position: relative;
        float: none !important;
        text-align: center !important;
        width: 100%;
        padding-left: 15px;
    }

    footer .info {
        width: auto;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 641px) {
    .am-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        /* border-top: #a32018 solid 3px; */
    }

    .am-container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        max-width: 1000px;
        /* border-top: #a32018 solid 3px; */
    }

    footer {
        padding: 1.5rem 1rem 3rem 1rem;
        background: #ff0000;
        margin-bottom: .75rem;
    }

    footer .link-img {
        vertical-align: top;
        width: 36%;
        float: right;
        margin: 0 auto;
    }

    .am-cf:before, .am-cf:after {
        content: " ";
        display: table;
    }

    .am-cf:after {
        clear: both;
    }

    .am-container:before, .am-container:after {
        content: " ";
        display: table;
    }

    .am-container:after {
        clear: both;
    }
}
@media only screen and (min-width: 641px) {
    .am-container > .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .am-container > .am-g {
        width: auto;
        margin: 0px;
    }

    .am-g {
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .am-g:before, .am-g:after {
        content: " ";
        display: table;
    }

    footer .info {
        padding-left: 80px;
        position: relative;
        width: 63%;
    }
}
@media only screen and (min-width: 641px) {
    .no-padding-right {
        padding-right: 0px !important;
    }
    footer p {
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    footer p a {
        /* color: #000000; */
        text-decoration: none;
    }

    footer p a:hover {
        color: #0e90d2;
    }

    footer #_ideConac {
        position: absolute;
        left: 0px;
        top: -10px;
    }

    footer .link-img {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 36%;
        float: right;
        padding: 30px 15px 30px 15px;
    }
}
@media screen and (max-width: 768px) and (min-width:1200px) {
    .no-padding-left {
        padding-left: 0px !important;
    }

    .am-text-right {
        text-align: center !important;
    }
    .am-container {
        /* border-top: #a32018 solid 3px; */
        position: absolute;
        left: 20%;
    }
}
@media screen and (max-width: 768px) {
    .no-padding-left {
        padding-left: 0px !important;
    }

    .am-text-right {
        text-align: center !important;
    }
}
@media screen and (min-width: 1200px) {
    .no-padding-left {
        padding-left: 0px !important;
    }

    .am-text-right {
        text-align: center !important;
    }
    .am-container {
        /* border-top: #a32018 solid 3px; */
        position: relative;
        margin: 0 auto;
        margin-top: 280px;
    }
}
@media (max-width:768px) {
    .container-content-box {
        width: 100%;
        background-color: #ffffff;
        margin: auto;
    }

    .top-container {
        width: 100%;
        margin: auto;
        position: relative;
    }

    .top-container .img-box {
        padding-left: 10px;
    }

    .container-content-box .container-content {
        padding: 15px 5px;
    }

    .container .am-input-group .img-box .img-box-div {
        left: 8%;
    }

    .container .am-input-group .img-box img {
        height: 45px;
    }

    .container .am-input-field {
        width: 55%;
    }

    .container .am-input-group .am-input-group-box {
        margin-top: 40px;
        margin-left: 5px;
    }

    .am-input-group-left .am-input-group-box {
        text-align: left !important;
        margin-left: 15px;
        margin-top: 0px !important;
    }

    .page-tool-box ul {
        margin: 0px !important;
    }

    .page-tool-box ul li {
        padding-bottom: 5px !important;
    }

    .am-result-box, .search-box {
        margin: 10px 5px !important;
    }

    .footer {
        margin-top: 0px;
        width: 100%;
    }

    footer .link-img {
        position: absolute;
        float: none !important;
        text-align: center !important;
        width: 100%;
        padding-left: 15px;
    }

    footer .info {
        width: auto;
        padding-right: 10px;
    }
}

