﻿@charset "utf-8";
*{margin: 0px;padding: 0px;-webkit-box-sizing: border-box;/*规定padding不影响宽度*/-moz-box-sizing: border-box;box-sizing: border-box;}
body{font-family:"";overflow-x:hidden;color: #333333;}
img{border:0;/*设置所有图片没有边框*/}
a {text-decoration:none;/*设置链接颜色以及没有下划线*/color: #212121;}
ul {list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/}

   






.side{
	width: 80px;
	height: 340px;
	border:1px solid #F39700;
	position: fixed;
	top: 30%;
	z-index: 999;
	right: 0px;
	background: #fff;
	border-right: none;
}
.side ul li{
	width: 100%;
	height: 60px;
	text-align: center;
	cursor: pointer;
	padding-top: 15px;
	margin: 7px 0px;
}
.side ul li:nth-child(1){
	height: 169px;
	border-bottom: 1px solid #F39700;

	padding: 10px;
}
.side ul li:nth-child(1) a{
	display: block;
	height: 169px;
	width: 100%;
}
.side ul li:nth-child(1) h2{
	width: 30px;
	font-size: 22px;
	margin: 0 auto;
	font-weight: normal;
}
.side ul li a{
	color: #a97343;
}

.side ul li img{
	width: 25px;
	height: 25px;
}
.side ul li:nth-child(1) a{
	color: #F39700;
}
.side ul li h2{
	font-size: 15px;
}


#list{
	display: none;
	width: 350px;
	height: 500px;
	background: #fff;
	border: none;
	box-shadow: 0px 0px 25px #EDECEB;
	position: fixed;
	top: 30%;
	z-index: 999;
	right: 75px;
}
#list h2{
	width: 350px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #F39700;
	color: #F39700;
}

#list-top{
	width: 250px;
	height: 50px;
	border-bottom: 1px solid #E8E8E8;
	margin: 0 auto;
	text-align: center;
}

.list-top-title{
	height: 50px;
	line-height: 60px;
	text-align: center;
	
	color: #F39700;
}
.list-top-title h2{
	width: 125px !important;
	margin: 0 auto !important;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: none !important;
	font-size: 16px;
	float: left;
	color: #666666 !important;
}

#list-top ul{
	width: 280px;
	height: 380px;
	overflow: auto;
}

#list-top ul li{
	width: 250px;
	height: 40px;
}
#list-top ul li a{
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #444444;
	padding: 5px;
}
#list-top ul li a p{
	float: left;
	width: 170px;
	height: 40px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	text-align: left;
}
#list-top ul li a span{
	float: right;
	width: 60px;
	height: 40px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
















.welcome{
	width: 100%;
	height: 50px;
	background: #F8F8F8;
	font-size: 12px;
}
.welcome-title{
	min-width: 1200px;
	width:1200px;
	margin: 0 auto;
	line-height: 50px;
}
.welcome-left{
	width: 1000px;
	height: 50px;
	float: left;
	overflow: hidden;
}

.welcome-left-l{
	float: left;
	color: #666666;
	font-size: 18px;
}

.welcome-left-r{
	float: left;
	width:800px;
	/*margin-left: 10px;*/
	overflow:hidden;
}
.welcome-left-r li{
	width: auto;
	height: 50px;
	float: left;
}
.welcome-left-r li span{
	color: #6A3906;
	font-size: 18px;
	font-weight: bold;
}
.welcome-left-r li bb{
	float: left;
	display: block;
}
.welcome-left-r li a{
	display: block;
	width: auto;
	height: 100%;
	padding: 0px 16px;
	font-size: 18px;
	color: #626262;
	text-align: center;
	float: left;
}

.welcome-left-r li:hover{
	background: #f39700;
	color: #f39700;
}
.welcome-left-r li:hover a{
	color: #fff;
}
.welcome-left-r li:nth-child(1):hover{
	background: none;
	color: none;
}

.welcome-right{
	width: 200px;
	height: 50px;
	text-align: right;
	float: right;
	font-size: 18px;
}
.welcome-right ul li{
	width: 50px;
	height: 50px;
	float: left;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	position: relative;
	margin-right: 25px;
}
.welcome-right ul li:last-child{
	margin-right: 0px;
}


.welcome-right ul li img{
	width: 45px;
	display: block;
	text-align: center;
	margin: 0 auto;
	opacity: 0.7;
}
.welcome-right ul li a{
	display: block;
	width: 100%;
	height: 50px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.welcome-none{
	display: none;
	width: 300px;
	height: 147px;
	top:50px;
	position: absolute;
	background: #fff;
}
.welcome-none img{
	width: 100% !important;
}

.welcome-right ul li:nth-child(1):hover .welcome-none{
	display: block;
}
.welcome-right ul li:hover img{
	opacity: 1;
}


.logo{
	width: 100%;
	height: 120px;
}
.logo-title{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.logo-left{
	padding-top: 20px;
	width: 600px;
	height: 120px;
	float: left;
}
.logo-left img{
	height: 78px;
	width: 500px;
}
.logo-right{
    float: right;
    width: 350px;
    height: 120px;
    color: #F39700;
    line-height: 124px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    background: url(../images/tel.png)left center no-repeat;
}





nav{
	width: 100%;
	height: 80px;
	border-top: 1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2 ;
}
.nav{
	min-width: 1200px;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.nav-left{
	width: 1200px;
	height: 80px;
	float: left;
	position: relative;
}
.nav-none{
	width: 100%;
	height: 80px;
	z-index: 99;
	
}
.nav-none ul li{
	float: left;
    width: 170px;
    height: 80px;
    overflow: hidden;
    color: #000;
    text-align: center;
}
.nav-none ul li:last-child{
	border: none;
}
.nav-top{
	width: 100%;
    height: 80px;	
}
.nav-top a{
	display: block;
	width: 100%;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    color: #333;
    position: relative;
}
.nav-none ul li:hover{
	background: #f39700;
}
.nav-none ul li:hover .nav-top a{
	color: #fff;
}
.nav-none ul li:hover .nav-bom{
	display: block; 
}
.nav-bom{
	position: absolute;
    z-index: 999;
    width: 190px;
    height: 100px;
    /*background: #fff;*/
    top: 80px;
    display: none;    
}
.nav-bom ul li{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	background: rgba(85,52,13,0.9);
	color: #D8C7B0;
}
.nav-bom ul li a{
	color: #D8C7B0;
	display: block;
	width: 100%;
	height: 100%;
}
.nav-bom ul li:hover{
	color: #F39700;
	background: #FFB943;
}
.nav-bom ul li:hover a{
	color: #fff;
}
.nav-bom ul li:last-child{
	border-radius: 0px 0px 20px 20px;
}


.nav-right{
	float: right;
	width: 320px;
	height: 47px;
	margin-top: 20px;
	padding: 10px;
	background: #F8F8F8;
	border-radius: 10px;
}
.nav-right-input{
	width: 260px;
	height: 43px;
	float: left;
}
.nav-right-input input{
	width: 250px;
	height: 20px;
	border: none;
	color: #999999;
	padding-left:10px;
	background: none;
	font-size: 18px;
	outline: none;
}
.nav-right-a{
	text-align: right;
}




footer {
    width: 100%;
    height: 452px;
    background: url(../images/footer_back.png)center center no-repeat;
    padding-top: 40px;
}

.footer-logo {
    width: 281px;
    height: 113px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.footer-code {
    width: 40%;
    margin: 0 auto;
    height: 132px;
    margin-bottom: 25px;
    text-align:center;
}
    .footer-code div:first-child {
        width: 50%;
        float: left;
    }

    .footer-code div:last-child {
        width: 50%;
        float: right;
    }

    .footer-code img {
        width: 132px;
        height: 132px;
    }


.footer-tel {
    width: 40%;
    margin: 0 auto;
    height: 50px;
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

    .footer-tel div:first-child {
        width: 50%;
        float: left;
    }

    .footer-tel div:last-child {
        width: 50%;
        float: right;
    }



footer p {
    width: 1000px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    color: #BF9E80;
}



/*add by afocus*/
.bottom-box {
    width:100%;
    background-color:#fff;
    position:fixed;
    bottom:0;
}

    .bottom-box .visit_bar {
        width: 1200px;
        height: 100px;
        overflow: hidden;
        padding: 15px 0px;
        margin: 0 auto;
        font-size: 16px;
        font-family: "";
        font-weight: 400;
        color: rgba(56,56,56,1);
        line-height: 30px;
    }

    .bottom-box .visit-left {
        width:370px;
        overflow:hidden;
        float:left;
    }

    .bottom-box .visit-center {
        width: 755px;
        height:100%;
        overflow: hidden;
        float: left;
    }
        .bottom-box .visit-center .info-box-row {
            height:50%;
            width:100%;
            padding:0 10%;
            overflow:hidden;
        }

            .bottom-box .visit-center .info-box-col {
                overflow:hidden;
            }
                .bottom-box .visit-center .info-box-col:first-child {
                    width: 45%;
                    float: left;
                }

                .bottom-box .visit-center .info-box-col:last-child {
                    width: 45%;
                    float: right;
                }
            .bottom-box .visit-center .info-box-col .info-title {
                    width: 30%;
                    overflow: hidden;
                    float: left;
                    text-align: left;
                }

                .bottom-box .visit-center .info-box-col .info-input {
                    width: 70%;
                    overflow: hidden;
                }

                .bottom-box .visit-center .info-box-col input, .bottom-box .visit-center .info-box-col select {
                    width: 100%;
                    height: 30px;
                    background: rgba(248,248,248,1);
                    border-radius: 3px;
                    border: none;
                }

    .bottom-box .visit-right {
        width:75px;
        overflow:hidden;
        float:right;
    }

        .bottom-box .visit-right #yy_btn {
            width: 74px;
            height: 74px;
        }
