@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}	
html{
	width:100%;
	}
body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background:#fff;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
    display:block;
    user-select: unset;
}
a {
    text-decoration: none;
    color: #000;
}

a, p, span, input, textarea, img, select {
    -moz-outline: none;
    outline: none;
}
a,p,span,h1,h4,i,h3,h5,h2,h6,b,p,em,input,selec,div,li{
	font-family:'Microsoft YaHei','Arial';
	}
h3,h1,h2,h4,h5,h6,b{
	font-weight:normal;
	}
i, em {
    font-style:normal;
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

/*超出字体变...(仅限一行)*/
.ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
    color:#777;
}
/*强制不换行*/
.nowrap {
    white-space: nowrap;
}
@font-face
{
font-family: jtz;
src: url('../images/jtz.OTF'); /* IE9+ */
}













/*通用*/
.main {
    width:100%;
    height:auto;
}
/***header***/
.header_bg{
    background: url('../images/index_top_bg.jpg');
    height: 100px;
}
.header{
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}
.header_left{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.header_right{
    width: 620px;
    height: 100px;

}
.logo{
    margin-top: 0px;
}
.nav{
    margin-top: 40px;
    width: 690px;
    height: 40px;
    display: flex;
    align-items: center; 
}
.nav li {
    margin-right: 50px;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    cursor: pointer;
}
.nav li i{
    width: 0px;
    height: 0px;
    border-top:4px solid transparent;
    border-left:5px solid #000;
    border-bottom:4px solid transparent;
    margin-left: 5px;
    margin-top: 2px;
}
.nav li:hover i{
    border-left:5px solid #2d58f8;
}
.nav li a{
    font-size: 14px;
}
.nav li:hover>a{
    color:#0e6636;
}
.nav_float{
    background: #c19968;
    width: 90px;
    padding: 10px 0;
    position: absolute;
    top:40px;
    left: 50%;
    margin-left: -45px;
    flex-direction: column;
    overflow: hidden;
    display: none;
    box-shadow: 0px 1px 5px #888888;
    z-index: 999;
}
.nav_float a{
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 5px 0px;
    display: inline-block;
    padding: 5px 0px;
}
.nav_float a:hover{
    color: #b5d8ff;
    background: #0e6636;
}
.nav_products{
    width: 1200px;
    /* height: 777px; */
    position: absolute;
    background: #fff;
    top: 40px;
    display: none;
    box-shadow:0px 5px 5px #888888;
    z-index: 999;
}
.nav_pro_top{
    width: 1200px;
    /* height: 543px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pro_nav{
    width: 1100px;
    height: 53px;
    background: #393939;
    margin-top: 20px;
    display: flex;
}
.pro_nav li{
    margin: 0px 30px 0 35px;
    height: 50px;
    color: #fff;
    font-size: 14px;
}
.pro_nav .select{
    border-bottom: 3px solid #ffa200;
    color:#ffa200;
}
.pro_nav_content{
    width: 1040px;
    min-height: 150px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.pro_nav_content .content_left{
    display: flex;
    flex-direction: column;  
    width: 985px;

}
.content_left h1{
    font-family: jtz;
    font-size: 25px;
}
.content_left span{
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 5px;
}
.content_left p{
    padding-top: 20px;
    line-height: 40px;
    font-family: "宋体";
    color: #333;
    font-size: 14px;
}
.pro_nav_content .content_right{
    width: 258px;
    /* padding-top: 50px; */

}
.content_right img{
    width: 150px;
}
.nav_pro_bom{
    width: 1040px;
    padding: 0px 80px;
    height: 240px;
    background: url("../images/index_top_bg.jpg");
    display: flex;
    flex-direction: column;
}
.nav_pro_bom h1{
    font-family: jtz;
    font-size: 24px;
    margin-top: 45px;
}
.nav_pro_bom span{
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 5px;
}
.nav_pro_bom p{
    padding-top: 20px;
    line-height: 40px;
    font-family: "宋体";
    color: #333;
    font-size: 14px;
}

.footer{
    width: 100%;
    height: 435px;
    border-top: 8px solid #353535;
    /* background: linear-gradient(#4b4b4b,#282828); */
    background: #4b4b4b;
}
.footer_1200{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.banquan{
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    color: #717171;
    font-size: 12px;
    display: flex;
    justify-content: right;
    align-items: center;
}
.banquan a{
    color: #717171;
}
.banquan img{
    width: 20px;
    height: 20px;
}
.ft_left{
    width: 258px;
    color: #d7d7d7;
    font-size: 14px;
}
.ft_left img{
    width: 130px;
    height: 85px;
    margin-top: 30px;
}
.ft_right{
    width: 942px;
    display: flex;
    flex-direction: column;
    color: #d7d7d7;
}
.ft_add{
    margin-top: 30px;
}
.ft_400{
    margin-top: 30px;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
}
.ft_tel{
    margin-top: 30px;
    position: relative;
    line-height: 26px;
}
.ft_tel::after{
    content: '';
    width: 35px;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    left: 1px;
    bottom: -10px;
}
.ft_p{
    display: flex;
    flex-direction: column;
    padding: 152px 0 0 86px;
    position: relative;
}
.ft_p p{
    font-size: 22px;
    display: flex;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-family: jtz;
}
.ft_p p:nth-child(2){
    padding-left: 40px;
}
.ft_p p:nth-child(3){
    padding-left: 80px;
}
.ft_ewm{
    width: 190px;
    height: 234px;
    position: absolute;
    right: 0px;
    top: 110px
}
.ft_ewm span{
    width: 190px;
    height: 32px;
    background: #c59b6a;
    text-align: center;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    font-weight: 700;
}

.ft_nav{
width: 780px;
height: 40px;
margin-top: 80px;
margin-left: 162px;
border-bottom: 1px solid #5f5f5f;
display: flex;
justify-content: space-around;
}
.ft_nav li {
    position: relative;
    /* padding: 0 15px ; */
    line-height: 40px;
}
.ft_nav li:first-child{
    padding-left: 0px;
}
.ft_nav li::after{
    content: '';
    width: 1px;
    height: 8px;
    position: absolute;
    right: -15px;
    top: 17px;
    background: #fff;
}
.ft_nav li a{
    color: #d7d7d7;
    font-size: 15px;
}
/**新闻**/
.news_1920{
    width: 100%;
    margin: 20px 0;
}
.news{
    width: 1200px;
    height: 300px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}
.news img{
    width: 342px;
    height: 211px;
    margin-right: 40px;
}
.news .new_time{
    padding: 0 15px;
    height: 129px;
    background: #c59b6a;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.news .new_time div:first-child{
    font-size: 55px;
}
.news .new_title{
    height: 211px;
    display: flex;
    flex-direction: column;
}
.new_title h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.new_title p {
    padding-right: 100px;
    height: 120px;
    display: block;
    overflow: hidden;
    color:#606060;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
    border-right: 1px solid #e4e4e4;
}
.new_title span{
    width: 82px;
    height: 24px;
    background: #c59b6a;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}


.about_nav{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_nav a{
    display: block;
    margin-right: 85px;
    height: 25px;
}
.about_nav a:hover{
    color: #c59156;
}
.about_nav .click{
    font-weight: 600;
    color: #c59156;
    border-bottom: 1px solid #c59156;
}
.jiagou{
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}
.jiagou .line{
    border-top: 1px solid #ddd;
}
.newsdetail{
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    padding: 30px 50px;
    line-height: 28px;
    background-color: #efeeec;
}
.newsdetail .line{
    border-top: 1px solid #ddd;
}
.newsdetail img{
    margin: 0 auto;
}
.newstitle{
    font-size: 35px;
    font-weight: 700;
}