﻿/* head */
.head{
    
    width: 100%;
    height: 384px;
    background: url(xycl_bg_20190917.jpg) no-repeat top center;
}
.head_box{
    position: relative;
    width: 1200px;
    height: 384px;
    margin: 0 auto;
}
.search{
    position: absolute;
    top: 247px;
    left: 169px;
    width: 799px;
    height: 104px;
    /*  */
    border-radius: 6px;
}
.search ul{
    height: 45px;
}
.search li{
    float: left;
    width: 265px;
    height: 45px;
    background:rgb(190,190,182,0.5);
    text-align: center;
    margin: 0 1px 7px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.search .sea_curr{
    background:rgb(196,147,138,0.5);
}
.search a{
    font: 20px/45px "microsoftyahei";
    color: #fff;
}
.search_b{
    width: 799px;
    height: 59px;
    background-color:rgb(196,147,138,0.5);
}
.text{
    margin-left: 29px;
    width: 652px;
    height: 43px;
    border-radius: 6px;
}
.button{
    border-radius: 6px;
    width: 100px;
    height: 43px;
    background:rgb(207,61,72,0.9) url(xycl_search_20190917.jpg) no-repeat center;
	font: 20px "microsoftyahei";
	color:#ffffff;
}
.nav{
    width: 100%;
    height: 90px;
    background-color: #df0001;
}
.head_nav{
    width: 1108px;
    height: 90px;
    margin: 0 auto;
    padding:18px 0 14px 0px;
}

.head_nav li{
    height: 30px;
    float: left;
    padding: 0 49px;
    background: url(xycl_line_20190917.jpg) no-repeat left center;
    border-bottom:1px solid #cfcfcf; 
}
.head_nav .line{
    background: none;
}
.line li{
    border:none; 
}
.head_nav a{
    font: 20px/30px "microsoftyahei";
    color: #fff;
}
input{
    border: none;
}