@charset "utf-8";

.title001{
    position: relative;
    font-size: 0;
    padding-bottom: 17px;
    border-bottom: 4px solid #366B91;
    margin-bottom: 17px;
}
.title001 h3{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 36px;
    color: #366B91;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 14px;
    color: #9E9E9E;
    line-height: 26px;
    transition: .5s;
}
.title001 .more a{
    display: none;
}
.title001 .more a.active{
    display: block;
    padding-right: 20px;
    background: url("/gyzcglc/images/more.png") no-repeat right center;
}
.title001 .more:hover a{
    color: #4B98E8;
}

.index .item1{
    width: 430px;
}

.index .item2{
    width: 451px;
    margin-left: 55px;
}

.index .item3{
    width: 431px;
}

.list_box1 li a{
    display: block;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    transition: .5s;
}
.list_box1 li{
    margin-top: 21px;
    transition: .5s;
}

.list_box1 li:nth-child(1){
    margin-top: 0;
    background: #B83546;
}
.list_box1 li:nth-child(2){
    background: #029ACC;
}
.list_box1 li:nth-child(3){
    background: #04959B;
}
.list_box1 li:nth-child(4){
    background: #B83546;
}
.list_box1 li:nth-child(5){
    background: #029ACC;
}
.list_box1 li:nth-child(6){
    background: #04959B;
}
.list_box1 li:hover{
   transform: translateY(-5px);
}
.list_box1 li:hover a{
    font-weight: 600;
}

.list_box2 li{
    position: relative;
    line-height: 44px;
    padding-left: 30px;
    background: url("/gyzcglc/images/s1-img01.png") no-repeat left center;
}
.list_box2 li a{
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    padding-right: 100px;
    transition: .5s;
}
.list_box2 li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.5);
}
.list_box2 li:hover a{
    color: #1970CA;
    font-weight: 600;
}

.list_box3 li{
    position: relative;
    line-height: 43px;
    border-bottom: 1px dashed #DDDDDD;
}
.list_box3 li a{
    font-size: 16px;
    color: #366B91;
    padding-left: 95px;
    transition: .5s;
}
.list_box3 li span{
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #9E9E9E;
}
.list_box3 li:hover a{
    font-weight: 600;
}

.list_box4 li{
    position: relative;
    line-height: 38px;
    padding-left: 23px;
    background: url("/gyzcglc/images/s1-img02.png") no-repeat left center;
}
.list_box4 li a{
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    padding-right: 100px;
    transition: .5s;
}
.list_box4 li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #9E9E9E;
}
.list_box4 li:hover a{
    color: #1970CA;
    font-weight: 600;
}

.list_tabs1 {
    font-size: 0;
    margin-bottom: 14px;
}
.list_tabs1 .li{
    display: inline-block;
    width: 92px;
    font-size: 16px;
    line-height: 31px;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
    transition: .5s;
    position: relative;
    cursor: pointer;
    margin-left: 22px;
    background: #E8F0F6;
}
.list_tabs1 .li:first-child{
    margin-left: 0;
}
.list_tabs1 .li:nth-child(2){
    margin-left: 18px;
}
.list_tabs1 .li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #4B98E8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_tabs1 .li.active:after{
    opacity: 1;
    visibility: visible;
}
.list_tabs1 .li.active{
    color: #fff;
    background: #4B98E8;
}

.list_bds1_li .con p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    -webkit-line-clamp: 5;
    height: 130px;
    text-indent: 2em;
    text-align: justify;
}

.list_bds1_li{
    display: none;
}
.list_bds1_li.active{
    display: block;
}

.list_bds1_li .list_box2 li{
    line-height: 32px;
}

.home1 .item1 .title001{
    margin-bottom: 30px;
}
.home1 .item:nth-child(4) .title001{
    margin-bottom: 17px;
}
.home1 .item:nth-child(6) .title001{
   /****************margin-bottom: 26px;*****************/
}
.home1 .item{
    margin-bottom: 28px;
}

.home1{
    overflow: hidden;
}

.index{
    padding-top: 28px;
}