﻿.biggray {
    color: #FFF;
}

.txt17 {
    color: #FFF;
}

    .txt17 strong {
        color: #2e75d8;
    }

input::input-placeholder {
    color: #FFF;
}

input::-webkit-input-placeholder { /* WebKit browsers*/
    color: #FFF;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/
    color: #FFF;
}

input::-moz-placeholder { /* Mozilla Firefox 19+*/
    color: #FFF;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/
    color: #FFF;
}

body {
    min-width: 1200px;
}

nav.newNav {
    height: 102px;
    background: url(./img/IndexBG.png) repeat;
}

    nav.newNav ul {
        display: block;
        width: 100%;
        text-align: center;
    }

        nav.newNav ul li {
            text-align: center;
            list-style: none;
            position: relative;
            margin-right: 40px;
        }

            nav.newNav ul li .cert {
                display: inline-block;
                position: absolute;
                left: 0px !important;
                width: 30px;
                height: 44px;
                top: 6px;
                border-style: none;
                border-color: none;
                background: url(./img/IndexCert.png) no-repeat center;
                background-size: contain;
            }

            nav.newNav ul li .layui-nav-more {
                display: inline-block;
                position: absolute;
                left: 0px;
                width: 30px;
                height: 44px;
                top: 6px;
                border-style: none;
                border-color: none;
                background: url(./img/IndexCert.png) no-repeat center;
                background-size: contain;
            }

.layui-nav-bar {
    background-color: transparent;
}

nav.newNav ul li a:hover {
    background: transparent;
}

nav.newNav ul li:hover {
    background: transparent;
}

.search {
    position: absolute;
    width: 100%;
    top: 52px;
}

.inputwrapper {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    background: url(./img/IndexSearch.png) no-repeat center;
    background-size: contain;
    width: 1000px;
    height: 100px;
}

#Param {
    position: absolute;
    border: none;
    top: 31px;
    left: 16px;
    height: 40px;
    width: 831px;
    text-indent: 50px;
    font-size: 18px;
    line-height: 40px;
}

#searchBtn {
    display: inline-block;
    position: absolute;
    left: 855px;
    top: 22px;
    width: 136px;
    height: 56px;
    background-color: transparent;
    background-color: #065abf\9; /*IE8及以下背景*/
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: gray;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #76a9ef;
}

.links-bar {
    padding: 0px\9;
}


    .links-bar .BannerImg {
        background-color: white\9; /*IE8及以下背景*/
    }




.search  #searchBtn {
    display: inline-block;
    position: absolute;
    left: 855px;
    top: 22px;
    width: 136px;
    height: 56px;
    background-color: transparent;
    color:transparent;
    color:white\9; /*IE8及以下字体颜色*/
    background-color: #065abf\9; /*IE8及以下背景*/
    font-size: 18px\9;
    text-align: center\9;

}


.search .searchIcon {
    position: absolute;
    z-index: 100;
    top: 40px;
    left: 30px;
    display: inline-block;
    background: url(./img/IndexSearch.png) -45px -34px;
    background-size: 1017px 87px;
    width: 25px;
    height: 25px;
    cursor: text;
    background: none\9; /*IE8及以下把背景弄掉*/
}

#footer p a {
    color: gray;
}
