﻿#top {
    width: 100%;
    height: 40px;
    background-color: #333333;
}

    #top > ul {
        width: 1240px;
        margin: 0 auto;
    }

        #top > ul > li {
            float: left;
            height: 40px;
            line-height: 40px;

        }

            #top > ul > li:after {
                content: "|";
                color: #BFBFBF;
                font-size: 9px;
                padding-left: 8px;
                padding-right: 8px;
                opacity: 0.3;
                font-family: "宋体";
            }

            #top > ul > li > a {
                color: #BFBFBF;
                font-size: 13px;
                font-family: "微软雅黑";
            }
/*-------------------------------------------------------------------------------------------------------------------------*/
.search {
    height: 30px;
    border: none;
    width: 250px;
    outline: none;
    margin-left: 90px;
}

.simg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding-left: 6px;
    border-left: 0px;
}
/*-------------------------------------------------------------------------------------------------------------------------*/
nav {
    width: 1240px;
    height: 88px;
    /*background: -webkit-linear-gradient(top,#292929,blue);*/
    margin: 10px auto 0px auto;
}

.navul1 {
}

    .navul1 li {
        list-style-type: none;
        padding-left: 15px;
        padding-right: 15px;
        height: 87px;
        line-height: 87px;
            float: left;

    }

        .navul1 li:first-of-type {
            width: 340px;
            padding-left: 0px;
            padding-right: 0px;
        }


.navul2 {
    float: left;
    margin-top: 20px;
    position: relative;
}

    .navul2 li {
        float: left;
        border: 1px solid #0083D1;
    }

        .navul2 li:first-of-type {
            width: 340px;
            height: 40px;
            line-height: 40px;
        }

        .navul2 li:nth-of-type(2) {
            border-left: 0px;
            width: 87px;
            height: 40px;
            line-height: 40px;
            background-color: #0083D1;
            text-align: center;
        }

            .navul2 li:nth-of-type(2) a {
                color: white;
            }

        .navul2 li:nth-of-type(3) {
            position: absolute;
            top: 5px;
            border: 0px;
            left: 5px;
        }

.selectcss {
    border: 0px;
    height: 30px;
    font-family: "微软雅黑";
    outline: none;
    color: #FF7F00;
}
/*******************************************************************************************/
#footer {
	overflow: auto;
	margin-top: 15px;
	width: 100%;
	height: 250px;
	background-color: #dddddd;
}

#footer>ul>li img {
	margin-top: 18px;
}

#footer>ul {
	width: 1240px;
	margin: 0px auto;
}

#footer>ul>li {
	float: left;
	height: 200px;
	color: #888888;
	position: relative;
	overflow: hidden;
}

#footer>ul>li a {
	font-size: 13px;
	color: #888888;
}

#footer>ul>li p {
	font-size: 13px;
	color: #888888;
	padding-left: 10px;
}

#footer>ul>li p:first-child {
	padding-top: 10px;
}

#footer>ul>li p:first-child {
	font-size: 5px;
	color: #888888;
}

#footer>ul>li:nth-child(3) {
	width: 510px;
}

#footer>ul>li:nth-child(3):hover {
	background-color: #0083D1;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

#footer>ul>li:nth-child(3):hover .deng {
	opacity: 1;
	-webkit-transition: opacity 2s ease 1s;
    -moz-transition: opacity 2s ease 1s;
}
#footer>ul>li:nth-child(3):hover .talk {
	opacity: 1;
	-webkit-transition: opacity 2s ease 1s;
    -moz-transition: opacity 2s ease 1s;
}

.deng {
	position: absolute;
	top: -90px;
	left: 60px;
	opacity: 0;
}
.talk{
	top: 35px;
	left: 250px;
opacity: 0;
	position: absolute;
	width: 250px;
}

.friendurl 
{
    width:1240px;
    margin:0 auto;
    font-size:11px;
}
 .friendurl ul li {
        float:left;
        padding-left:5px;
        padding-right:5px;
        color:#0083D1;
    }
    .friendurl ul li a {
        color:#888888;
    }
