﻿@charset "UTF-8";

/**
 * @Description:
 * @author TongKai
 * @date 2019/4/28
*/


.index-header{
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}
.index-header .t-line{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background: #fdf6f3;

}
.index-header .t-line .mid{
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
.t-line .mid a{
    font-size: 12px;
    color: #444444;
}
.t-line .mid .left{
    margin: 13px 0 0 16px;
}
.t-line .mid .jg{
    font-size: 12px;
    color: #444444;
    padding: 0 8px;
}
.t-line .right{
    margin-right: 20px;
    margin-top: 17px;
}
.t-line .right span{
    font-size: 12px;
    color: #444444;
}
.t-line .mid a:hover{
    text-decoration: underline;
    color: #245fa6;
}
.t-ban{
    background: url("../images/sy-3.png") no-repeat;
    width: 100%;
    min-width: 1200px;
    border-bottom: 4px solid #d34b1c;
    height: 770px;
}
.t-ban .t-nav{
    background: url("../images/sy-1.png") bottom center no-repeat;
    width: 100%;
    margin: 0 auto;
    height: 62px;
}
.t-ban .t-nav ul{
    width: 1200px;
    height: 62px;
    margin: 0 auto;
}
.t-ban .t-nav ul li{
    width: 148px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    float: left;
    margin-left: 100px;
}
.t-ban .t-nav li:hover, .t-ban .t-nav ul .cur{
    background: url("../images/sy-2.png") center;
}
.t-ban .t-nav ul li:first-child{
    margin-left: 20px;
}
.t-ban .t-nav li .a1{
    background: url("../images/ico_03.png") 40px center no-repeat;
}
.t-ban .t-nav li .a1:hover, .t-ban .t-nav .cur .a1{
    background: url("../images/ico2_03.png") 40px center no-repeat;
}
.t-ban .t-nav li .a2{
    background: url("../images/ico_05.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a2:hover, .t-ban .t-nav .cur .a2{
    background: url("../images/ico2_05.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a3{
    background: url("../images/ico_07.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a3:hover, .t-ban .t-nav .cur .a3{
    background: url("../images/ico2_07.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a4{
    background: url("../images/ico_09.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a4:hover, .t-ban .t-nav .cur .a4{
    background: url("../images/ico2_09.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a5{
    background: url("../images/ico_11.png") 20px 21px no-repeat;
}
.t-ban .t-nav li .a5:hover, .t-ban .t-nav .cur .a5{
    background: url("../images/ico2_11.png") 20px 21px no-repeat;
}
.t-ban .t-nav li a{
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding-left: 44px;
}
.t-ban .t-logo{
    width: 100%;
    height: 150px;
    margin-top: 60px;
    float: left;
    text-align: center;
}
.t-ban .t-logo .pic{
    height: 74px;
    margin: 0 auto;
}
.t-ban .t-logo .pic a{
    display: inline-block;
}
.t-ban .t-logo .pic .img1{
    padding-top: 2px;
}
.t-ban .t-logo .pic .img2{
    padding-left: 30px;
}
.t-ban .t-logo .search{
    width: 550px;
    margin: 31px auto 0;
    height: 44px;
    box-sizing: border-box;
    border: solid 2px #245fa6;
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.t-ban .t-logo .search input{
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    line-height: 44px;
}
.t-ban .t-logo .search .btn{
    background: url("../images/sy-6.png") center no-repeat;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.index-content{
    width: 1200px;
    margin: -460px auto 0;
}



/**/
.index-footer{
    width: 100%;
    min-width: 1200px;
}
.f-link{
    width: 1200px;
    margin: 36px auto 0;
    height: 54px;
    box-sizing: border-box;
    border-top:3px solid #2775cc ;
    border-bottom:1px solid #dcdcdc ;
}
.drop-down {
    float: left;
    position: relative;
    width: 300px;
    background: url("../images/sy-13.png") left center no-repeat;
    text-align: center;
}
.drop-down:first-child {
    margin-left: 0;
    background: none;
}
.drop-down .tag {
    display: inline-block;
    font-size: 15px;
    color: #333;
    line-height: 50px;
    padding-right: 20px;
    background: url("../images/sy-12.png") right center no-repeat;
}
.drop-lists {
    border: 1px solid #e0e9f4;
    display: none;
    position: absolute;
    bottom: 45px;
    width: 100%;
    max-height: 104px;
    overflow-y: auto;
    background: #fff;
}
.drop-lists li {
    height: 30px;
    line-height: 30px;
}
.drop-lists li a {
    margin-left: 9px;
    font-size: 12px;
    color: #828282;
}
.index-footer .f-line{
    width: 100%;
    min-width: 1200px;
    height: 45px;
    background-color: #2775cc;
    margin-top: 32px;
}
.index-footer .f-line .d{
    width: 540px;
    margin: auto;
    height: 100%;
}
.index-footer .f-line .d a{
    font-size: 12px;
    color: #fff;
    line-height: 45px;
}
.index-footer .f-line .d a:hover{
    font-weight: bold;
}
.index-footer .f-line .d span{
    display: inline-block;
    height: 12px;
    width: 1px;
    background: url("../images/sy-14.png")center no-repeat;
    padding: 0 21px;
}
.index-footer .f-last{
    width: 1200px;
    margin: 24px auto 32px;
}
.index-footer .f-last a{
    display: inline-block;
}
.index-footer .f-last .a1{
    margin-left: 33px;
}
.index-footer .f-last .a2{
    margin-left: 21px;
}
.index-footer .f-last p{
    display: inline-block;
    font-size: 13px;
    color: #666666;
    line-height: 25px;
    text-align: center;
    margin-left:148px;
}