@charset "utf-8";
input::-webkit-input-placeholder {       /* WebKit browsers */
 
	color: #86bae8 !important;
 
}
 
input::-moz-placeholder {      /* Mozilla Firefox 4 to 18 */ 
 
	color: #86bae8 !important;
 
} 
 
input::-moz-placeholder { /* Mozilla Firefox 19+ */
 
	color: #86bae8 !important;
 
} 
input::-ms-input-placeholder {    /* Internet Explorer 10+ */  
 
	color: #86bae8 !important;
 
} 


/* rslides */
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0;
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left;
}
.rslides img{
    display:block;
    height:auto;
    float:left;
    width:100%;
    border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:40px;height:4px;margin-left:5px;background: rgba(255,255,255,0.4); position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:40px;height:4px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
    margin-bottom:2px;
    position:relative;
    width:100%;
    max-width:100%;
    text-align:center;
    z-index: -9999;
}

.callbacks{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.callbacks li{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.callbacks img{
    display:block;
    position:relative;
    z-index:1;
    height:auto;
    width:100%;
    border:0;
}
.callbacks .caption{
    display:block;
    position:absolute;
    z-index:2;
    font-size:20px;
    text-shadow:none;
    color:#fff;
    background:#000;
    background:rgba(0,0,0, .8);
    left:0;
    right:0;
    bottom:0;
    padding:10px 20px;
    margin:0;
    max-width:none;
}
.callbacks_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    top:50%;
    left:0;
    opacity:0.6;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    height:61px;
    width:38px;
    background:transparent url("../images/themes.gif") no-repeat left top;
    margin-top:-30px;
    display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
    left:auto;
    background-position:right top;
    right:0;
}

@media screen and (max-width:600px){
    .callbacks_nav{
        top:47%;
    }
}

.about_item ul.about_nav {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #005183;
}
.about_item ul.about_nav li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #005183;
}
.about_item ul.about_nav li.one {
    background: #005183;
    color: white;
}
.about_item ul li {
    position:relative;
    cursor:pointer;
}
.about_item ul li.two {
    background: #F3F4F5;
}
.content {
}
* html .content {
    margin-top:-1px;
}
.about_item ul li.one {
    background:#fff;
}


/*通用*/
.wrap_item {
    width: 1180px;
    margin: 0 auto;
}
.index_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index_title i {
    font-size: 24px;
    color: #005183;
    margin-right: 8px;
}
.news_title i,
.demand_title i {
    color: white;
}

/*about*/
.about_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_title {
    margin-bottom: 20px;
}
.about_title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #005183;
}
.about_item {
    margin: 40px 0;
    width: 650px;
}
/*news*/
.news li {
    line-height: 40px;
    border-bottom: 1px dashed #D9D8D7;
    transition: 0.5s;
    padding: 0 10px;
}
.news li:hover {
    background: #F3F4F5;
}
.news a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_item {
    width: 480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_item i {
    width: 10px;
	color: #005183;
}
.news_item span {
    width: 465px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.news p {
    font-size: 14px;
    color: #005183;
}
.news a.news_button {
    justify-content: flex-end;
}
.news a.news_button h1 {
    text-align: center;
    margin: 10px;
    width: 80px;
    line-height: 28px;
    font-size: 14px;
    color: white;
    border: 1px solid #005183;
    border-radius: 14px;
    background: #005183;
    transition: 0.5s;
}
.news a.news_button h1:hover {
    background: white;
    color: #005183;
}
/*wrap*/
.wrap_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.list_item {
    width: 280px;
    border: 1px solid #e6e8e4;
    transition: ease-in .3s;
}
.wrap_img {
    width: 280px;
    overflow: hidden;
    position: relative;
}
.list_item img {
    width: 280px;
    transition: ease-in .3s;
    position: relative;
    top: 0;
    left: 0;
}
.list_item a {
    display: block;
    padding: 10px;
}
.list_item a h1 {
    font-size: 20px;
    font-weight: bold;
    color: #005183;
    margin-bottom: 10px;
}
.list_item a p {
    font-size: 12px;
    margin: 5px auto;
    line-height: 20px;
    color: #999999;
    height: 60px;
    overflow: hidden;
    text-align: justify;
}
.list_item a span {
    font-size: 14px;
    color: #005183;
}
.list_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.list_item:hover img {
    opacity: 1;
    filter: none;
    transform: scale(1.1);
}

/*demand*/
.demand {
    background: linear-gradient(to right, #175aa4, #4c85b3);
    padding: 40px 0;
}
.demand_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.demand_title {
    margin-bottom: 20px;
}
.demand_title h1 {
    font-size: 24px;
    color: white;
}
.demand_input {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.demand_input span {
    width: 100px;
    display: block;
    font-size: 14px;
    color: white;
}
.demand_input input {
    outline-style: none ;
    background: none;
    border: 1px solid white;
    color: white;
    border-radius: 2px;
    padding: 0 14px;
    width: calc(100% - 28px);
    font-size: 14px;
    line-height: 36px;
}
.demand_box button {
    display: block;
    margin: auto;
    width: 100px;
    line-height: 28px;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    background: white;
    color: #005183;
}
.standard {
    width: 30%;
}
.standard li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    line-height: 40px;
    border-bottom: 1px dashed #3078C3;
    transition: ease-in .3s;
    padding: 0 5px;
    cursor: pointer;
}
.standard li:hover {
    background: rgba(255, 255, 255, 0.12);

}
.standard li i {
    width: 15px;
}
.standard li a {
    width: calc(100% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}
.law {
    width: 33%;
}
.law li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    border-bottom: 1px dashed #3078C3;
    transition: ease-in .3s;
    padding: 0 5px;
    cursor: pointer;
}
.law li:hover {
    background: rgba(255, 255, 255, 0.12);

}
.law_item {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.law_item i {
    width: 15px;
    color: white;
}
.law_item span {
    width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}
.law a {
    width: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.law a i {
    font-size: 12px;
}












