﻿.top {
    width: 100%;
    height: 90px;
    background: rgba(16,55,112,0.8);
    /* position: relative; */
    z-index: 100;
}

.header {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
}

.logo {
    width: 350px;
    height: 39px;
    display: block;
    background: url(../images/gb/logo.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 25px;
}


.header .tab {
    height: 30px;
    margin-left: 69px;
    margin-top: 30px;
    float: left;
}

    .header .tab li {
        height: 100%;
        line-height: 30px;
        float: left;
    }

        .header .tab li a {
            text-decoration: none;
            height: 100%;
            color: #e4e4e4;
            font-size: 14px;
            padding: 0 15px;
            float: left;
        }

            .header .tab li a:hover {
                text-decoration: none;
                color: white;
            }

            .header .tab li a.select {
                color: white;
                background: rgba(255, 255, 255, 0.3);
                border-radius: 4px;
            }

.header .area {
    margin-top: 30px;
    float: right;
}

    .header .area li {
        color: #a3c1e7;
        height: 24px;
        line-height: 24px;
        float: left;
    }

    .header .area li {
        border-right: 1px solid #a3c1e7;
        padding: 0 9px;
    }

        .header .area li:last-of-type {
            border: none;
        }
        /* .header .area li:first-of-type{
	padding-right:14px; 
}
.header .area li:nth-of-type(2){
	padding:0 14px; 
}
.header .area li:last-of-type{
	padding-left:14px; 
} */
        .header .area li i {
            font-size: 18px;
        }

        .header .area li a {
            color: #a3c1e7;
        }
/*home*/
.home {
   margin:20px auto 0;
}

.home-item {
    margin-top:8px;
    display: block;
    float: left;
    width: 185px;
    height: 162px;
    /*margin-right: 10px;*/
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    margin-left:2px;
}
.home-item5 {
    margin-right:0px;
}

.home-item6 {
    margin-right:0px;
}

.home-item:hover {
    background: #1882d4;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.home-item i {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 10px;
}
    .home-item:hover i {

    }
.home-item span {
    font-size: 22px;
    color: #4cb7ff
}
.home-item:hover span {
    color: #fff;
    
}
.home-item1 i {
    background: url(../images/gb/pingtaijianjie.png) no-repeat;
}
.home-item7 i {
    background: url(../images/gb/kangyi.png) no-repeat;  /*应急供需1.png*/
}
.home-item6 i {
    background: url(../images/gb/fuwu.png) no-repeat;  /*应急供需1.png*/
}
.home-item2 i {
    background: url(../images/gb/chaxun.png) no-repeat;
}
.home-item3 i {
    background: url(../images/gb/fuwu.png) no-repeat;
}
.home-item4 i {
    background: url(../images/gb/yewubanli.png) no-repeat;
}
.home-item5 i {
    background: url(../images/gb/appxiazai.png) no-repeat;
}
.home-item8 i {
    background: url(../images/gb/diaodu.png) no-repeat;  /*应急供需1.png*/
}
.home-item9 i {
    background: url(../images/gb/zhiwen.png) no-repeat; /*DNA鉴定*/
}


.home-item1:hover i {
    background: url(../images/gb/pingtaijianjie1.png) no-repeat;
}

.home-item2:hover i {
    background: url(../images/gb/chaxun1.png) no-repeat;
}

.home-item3:hover i {
    background: url(../images/gb/fuwu1.png) no-repeat;
}

.home-item4:hover i {
    background: url(../images/gb/yewubanli1.png) no-repeat;
}

.home-item5:hover i {
    background: url(../images/gb/appxiazai1.png) no-repeat;
}
.home-item7:hover i {
    background: url(../images/gb/kangyi1.png) no-repeat;  /*应急供需2.png*/
}
.home-item6:hover i {
    background: url(../images/gb/fuwu.png) no-repeat;  /*应急供需2.png*/
}
.home-item8:hover i {
    background: url(../images/gb/diaodu1.png) no-repeat;  
}
.home-item9:hover i {
    background: url(../images/gb/zhiwen1.png) no-repeat;
}
/*notice*/
.flex-main9 {
    display: flex;
    flex-wrap: wrap;
}

    .flex-main9 .row {
    }

    .flex-main9 .left，.flex-main9 .center，.flex-main9 .right {
    }
/*数据查询和业务办理标签*/
.tab-box {
}
    .tab-box .tit {
        width: 1024px;
        margin: 20px auto 0;
        height: 32px;
        line-height: 32px;
        text-align: right;
    }
        .tab-box .tit span {
              font-size: 16px;
            height: 100%;
            line-height: 32px;
            color: #fff;
            position: static;
            box-sizing: border-box;
            cursor: pointer;
            width: 97px;
            cursor: pointer;
        }
            .tab-box .tit span:first-child {
            border-right:1px solid #fff;
                padding-right: 10px;
    margin-right: 5px;
            }
    .tab-box .conbox {
        display: none
    }
.app-box {
    height: 100%;
    background: url(../images/gb/appbg.jpg) no-repeat center top;
    background-size: 100%;
    position:relative;
}
.app-logo {
    width: 350px;
    height: 39px;
    margin-top: 30px;
    margin-left: 365px;
}
.ewm-box {
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 389px;
    right: 362px;
}
.ewm-box img {
    width: 284px;
    border-radius:15px;
}
.app-box .text {
    width: 550px;
}
.app-box .text-big {
    font-size:50px;
}
.app-box .text-small {

}


.topSearchBox{
    width:418px; height:48px;  border:1px solid #00A0E9;border-radius:0.3em; 
    /*background:url('../images/gb/search.png') no-repeat 10px 10px;*/ 
    margin-left:100px;


}
.tbx_search{
    width:86%; height:100%; line-height:22px; padding:0; margin:0;background-color:rgba(1,1,1,0);
    float:right; color:#FFF; font-weight:bold; font-size:18px;
    border:0;
}

 input::-webkit-input-placeholder{
       color:#C9D7E3;font-size:18px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#C9D7E3;font-size:18px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#C9D7E3;font-size:18px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#C9D7E3;font-size:18px;
}
