*{margin: 0;padding: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #666;}
body{
    min-width: 1200px;
    width: 1600px;
    margin: 0 auto!important;
    background: #dadada;
    height: 100%;
    font-family: "微软雅黑" !important;
	font-weight: normal;
}
.wrapper{
    width: 100%;
    height: 100%;
    background: #fff;
}
.wrapper_center{
    width: 1200px;
    margin: 0px auto 0;
    background: #fff;
    /* padding: 20px 200px 0; */
    padding-top: 32px;
}
.header-top{height: 204px;display: flex;justify-content: space-between;}
.logo-left{display: flex;width: 604px;justify-content: center;align-items: center;height:171px;padding-top: 19px;}
.nav-right{width: 526px;position: relative;}
.nav-right>ul{font-size: 0px;}
.zt_banner{ margin-bottom:42px;}
.nav-right>ul>li{
    width: 70px;
    height: 204px;
    background: #f3f3f3;
    border: 1px solid #ddd;

    line-height: 70px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: all 0.2s;
}
.nav-right>ul>li>div{
    position: absolute;
    top: 204px;
    z-index: 100;
    left: 0;
    width: 596px;
    padding-top: 30px;
    display: none;
}
.nav-right>ul>li .ul2{
    width: 596px;
    background: rgba(0, 0,0, .5);
    height: 48px;
    line-height: 48px;

}
.nav-right>ul>li .ul2 li{
    display: inline-block;
}
.nav-right>ul>li .ul2 li a{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 13px;
}



.nav-right>ul>li:nth-child(6){
    line-height: normal;
}
.nav-right>ul>li>a{
    font-size: 19px;
    color: #666;
    letter-spacing: 3px;
    display: inline-block;
    margin-top: 50px;
    transition: all 0.2s;
    writing-mode: vertical-lr;
    vertical-align: top;
	writing-mode: tb-lr;
}
.nav-right>ul>li:nth-child(6) a:first-child{
    margin-left: 23px;
}
.nav-right>ul>li:last-child{margin-right: 0;}
.nav-right>ul>li:hover{
    background: #e1e1e1;
    height: 222px;
    border: 1px solid #9f9f9f;

}
.sousuo{
    top: 80px;
    width: 100%;
    display: none;
    position: absolute;
    border: 1px solid #666666;
    padding: 0 10px;
}
.sousuo_img1{width: 27px;vertical-align: baseline;}
.sousuo_img2{
    vertical-align: super;
    margin-bottom: -2px;
}
.sousuo input{vertical-align: super;font-size: 19px!important;height: 40px;width: 87%!important;padding-left: 2%!important;background: none;border: none!important;color:#666!important;}
.sousuo input:focus{outline: none;}
.list1{
    height: 174px;
    background: #dedede;
    border: 1px solid #9f9f9f;
}
.list1:first-child{
    margin-bottom: 26px!important;
}
.list1 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.list1 a span{
    color:#7d1924;
    font-size: 22px;
    margin-left: 20px;
    letter-spacing: 5px;
    margin-top: -10px;
}
.list1 a img{
    margin-top: -10px;
}

/* 尾部 */
/* footer{background-color: #f0f0f2;padding: 53px 0 75px 0;}
.foot-div1{width: 1200px;margin: 0 auto;}
.sel{display: flex;justify-content: space-between;}
.sel_div1 select{
    width: 281px;
    height: 45px;
    border: 1px solid #263f31;
    background: #f0f0f2;
    font-size: 16px;
    color: #666;
    padding-left: 18px;
}
.foot-div2{
    margin-top: 25px;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
}
.foot-div2-left ul{display: flex;    margin-bottom: 8px;}
.foot-div2-left ul li{margin-right: 20px;font-size: 14px;}
.foot-div2-left ul li span{
    width: 3px;
    height: 3px;
    background: #666;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 50%;
}
.foot-div2-left>p{font-size: 14px;color: #666;}
.foot-div2-left>div{margin-top: 40px;}
.foot-div2-left>div p{font-size: 14px;color: #666;line-height: 20px;}
.foot-div2-right{
    display: flex;
    justify-content: space-between;
    width: 252px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 17px;
}
.foot-div2-right>div p{margin-top: 8px;}
.footer{height: 65px;background: #dcdcdc;line-height: 65px;text-align: center;color: #666;font-size: 14px;}
.footer span:first-child{margin-right: 90px;} */
/* 尾部 */
.footer1{
    width:100%;
    margin:0px auto 0 auto;
	box-shadow: 10px 10px 20px #ccc;
	height: 105px;
}
.footer1 .sel{
    /* display: flex;
    justify-content: space-between; */
    width: 1200px;
    margin-bottom: 33px;
	margin: 0 auto;
}
.footer1 .sel .sel_div1{
    width: 280px;
    height: 27px;
    line-height:27px;
    float:left;
    margin-right: 76px;
	position: relative;
	    z-index: 100;
		margin-top: 35px;
	
}
.footer1 .sel .sel_div1 label{
	letter-spacing: 2px;
	color: #666;
	font-size: 14px;
}
.footer1 .sel .sel_div1 select{
    width: 68%;
    height: 100%;
    background: none;
    border: 1px solid #666666;
    font-size: 12px;
    color: #666;
    padding-left:11px;
    letter-spacing: 1px;
	margin-left: 12px;


}
.footer-nav{
    margin-top: 45px;
    display: flex;
    justify-content: space-around;
}
.footer-nav a{
    font-size: 18px;
    color: #333;
    display: inline-block;
    flex: 1;
    text-align: center;
    letter-spacing: 3px;
    border-left: 1px solid #868d82;
    padding: 5px 0;
    font-weight: bold;
    font-family: 宋体;
    transition: all .5s;
}
.footer-nav a:hover{
    color: #8e8e8e;
}
.footer-nav a:last-child{
    border-right: 1px solid #868d82;
}
.footer-div2{
	width: 1200px;
	margin: 0 auto;
}
.footer-div2-list1{
    text-align: center;
    vertical-align: top;
	float: left;
}
.footer-div2-list1 img{
   /* width: 30px;
   height: 30px; */
  margin-top:26px;
}
.footer-div2-list1 p:nth-child(2){
    font-size: 13px;
    color: #666;
    letter-spacing: 4px;
    margin-top: 23px;
}
.footer-div2-list1 p:nth-child(3){
    font-size: 12px;
    color: #333;
    font-weight: bold;
    font-family: 宋体;
    letter-spacing:2px;
    margin-top: 15px;
    text-align: left;
}
.footer-div2-list2{
    margin-left:54px;
    vertical-align: top;
	width: 624px;
	float: left;
	margin-left: 94px;
	text-align: left;
	letter-spacing: 2px;
}
 
.footer-div2-list2 a{
    font-size: 12px;
    color: #666;
    letter-spacing:2px;
    margin-right: 33px;
    margin-bottom:20px;
    display: inline-block;
    transition: all .5s;
}
.footer-div2-list2 a:hover{
    color: #8e8e8e;
}
.footer-div2-list2 p{
    font-size: 12px;
    color: #666;
	width: 100%;

  line-height: 20px;
}
.footer-div2-list3{
    float: right;
    display: flex;
    margin-right:60px;
	width: 90px;
}
.footer-div2-list3 span{
    margin-left: 60px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.footer-div2-list3 span:first-child img{
    /* margin-top: 4px; */

}
.footer-div2-list3 span:first-child p{
    margin-top: 6px;
}
.footer-div2-list3 span:last-child p{
    margin-top: 6px;
	letter-spacing: 2px;
}
.footer-bottom{
    height: 300px;
    background: #eeeeee;
    text-align: center;
	margin: 0 auto;
	padding-top: 100px;
}
.footer-bottom p{
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-right: 50px;
	line-height:24px;

}
.footer-bottom p:last-child{
    margin-right: 0;
}
.slider_01{width:777px; margin:0 auto;    margin-bottom: 41px;}
.slider_01 .slider_cont{height:148px; position:relative}
.slider_01 .slider_cont li{display:none; position:absolute}
.slider_01 .slider_cont img{width:777px;height:148px;}
.slider_01 dl{position:absolute;right:50%;bottom:3px;color:#fff}
.slider_01 dd{float:left; width:16px; height:7px; cursor:pointer; line-height:18px; background:#fff; border-right:1px #fff solid; text-align:center; padding:0;margin: 0 2px; opacity: 0.7;}
.slider_01 dd:hover{background:#666;width:16px;padding:0;margin: 0 2px; }
.slider_01 dd.active{background:#666;width:16px;padding:0;margin: 0 2px; }
.slider_01 .slider_title{background:#f5f5f5; position:relative; height:30px; line-height:30px; padding:0 5px; text-align:center; color:#333}
.slider_01 .slider_title li{position:absolute;display:none;width:100%;left:0}
.slider_01 .slider_title li a{color:#333}
.slider_01 .slider_title li a:hover{color:#F60}
.slider_01 .ico_up_arrow{background:url(../img/slider/ico_up_arrow.png); position:absolute; top:-13px; width:26px; height:13px; display:none;}
.slider_01 .active .ico_up_arrow{display:block}
