@charset "utf-8";
/* CSS Document */
* {
	color:#333;
}
body {
	font-size:14px;
	font-family: "微软雅黑";
	line-height:120%;
	background:#fff;
	margin:0;
	overflow-x:hidden;
	color:#333;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, form, table {
	margin:0;
	padding:0;
}
a, img {
	border:none;/*兼容ie浏览器*/
}
img {
	vertical-align:middle;
	border:0;
}
li {
	list-style:none;
}
i, em {
	font-style:normal;
}
a {
	text-decoration:none;
	color:#333;
	border:0;
}
a:link {
	text-decoration:none;
	color:#333;
}
a:visited {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#333;
}
a:active {
	text-decoration:none;
	color:#333;
}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
}
.clearfix:after {
	clear:both;
}
.clearfix {
*zoom:1;
	clear: both;
	height: 0;
	line-height: 0;
	border: none;
}
/*兼容ie浏览器*/
table {
	border-collapse:collapse;
}
/*index页*/

/*头部*/
.index_header {
	width: 100%;
	position: fixed;
    z-index: 99999;
    margin-top: -80px;
    background: white;
    box-shadow: 0 0 5px #666;
}
.index_header_mian {
	width: 1190px;
	height:80px;
	margin: 0 auto;
}
.header_left {
	float: left;
}
.header_left h1 {
	color: #004586;
	height:80px;
	line-height: 80px;
}
.header_right {
	float: right;
}
.header_right ul li {
	float: left;
	height: 80px;
	line-height: 80px;
	/*width:92px;*/
	text-align:center;
	position: relative;
	
}
.header_right li a {
	display: block;
	height: 80px;
	font-size:15px;
	font-weight:bold;
	padding: 0px 11px;
	
}

.header_right ul li:hover a {
	background: #004586;
	color: #fff;
	padding: 0px 11px;

}
.active {
	background: #004586;
	color: #fff;

}
.active a {
	color: #fff;
}
.header_right ul li:hover dl {
	background:#f84653;
	display:block;
}
.header_right ul li dl {
	position: absolute;
	top:80px;
	left:-15%;
	width:130%;
	display:none;
	z-index:100;
	background:#ff8108;
}
.header_right li dd {
	padding:0px;
	text-align:center;
	margin: 0px;
}
.header_right li dd a {
	height:35px;
	line-height:35px;
	font-size:14px;
}
.header_right li dd a:hover {
	background: #287ac7;
}

/*banner*/
#banner {
	margin-top:80px;
}
#banner .slideBox {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#banner .slideBox .hd {
	width: 100%;
	height:44px;
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:135px;
	z-index:1;
}
#banner .slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	display: table;
	margin: 0 auto;
	width: 1190px;
}
#banner .slideBox .hd ul li {
	float:left;
	width:396px;
	height:44px;
	line-height:44px;
	text-align:center;
	background:#000;
	cursor:pointer;
	opacity:0.5;
	color: #fff;
}
#banner .slideBox .hd ul li.on {
	opacity:1;
	background: #004586;
}
#banner .slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
#banner .slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
#banner .slideBox .bd img {
	width:100%;
	height:auto;
	display:block;
}
/*新闻资讯*/
.index_news {
	width: 1190px;
	position: relative;
	margin: 0 auto;
}
.index_news_main {
	width: 1190px;
	margin: 0 auto;
	background:#fafafa;
	position: absolute;
	top:-135px;
}
.news_top {
	width: 400px;
	margin: 20px auto 0 auto;
}
.news_top h2 {
	height: 50px;
	line-height: 50px;
	width: 225px;
	margin: 0 auto;
	text-align: center;
	font-size:25px;
}
.news_top h2 span {
	color: #004586;
}
.news_top h2 .line {
	width: 50px;
	border-bottom:1px solid #333;
	height: 25px;
	float: left
}
.news_top p {
	color:#666;
}
.qc {
	height: 400px;
}
/*轮播*/
.honor li {
	width: 210px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}
.honor li:hover {
	background: #eee;
}
.honor li:hover .alink {
	background: #004586;
}
.honor li .date h1 {
	font-size: 14px;
	font-weight: normal;
}
.honor li .date h1 strong {
	font-size: 18px;
	font-weight: normal;
}
.news_line {
	width: 70px;
	border-bottom:1px solid #000;
	margin: 10px 0;
}
.honor h2 {
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.honor p {
	line-height: 24px;
	color:#666;
}
.honor .alink {
	width: 40px;
	height:40px;
	background: #eee;
	color: #fff;
	text-align: center;
	line-height:40px;
	display: block;
	font-size:30px;
	margin-top: 30px;
}
.w1004 {
	margin: 40px auto 0 auto;
	position: relative;
}
.w1004 .Cont {
	width:1000px;
	overflow: hidden;
	margin: 0 auto;
}
.w1004 .ScrCont {
	width: 10000000px;
	float: left;
}
.w1004 #List1 {
	float: left;
}
.w1004 #List2 {
	float: left;
}
.arrow-prev {
	position: absolute;
	left: 0;
	top: 134px;
}
.arrow-next {
	position: absolute;
	right: 0;
	top: 134px;
}
.news_xq a {
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #000;
	display: block;
	margin: 35px auto;
}
/*公司宣传语*/
.index_conduct {
/*	width: 100%;
	background: url("../images/index_xc_02.jpg") center center no-repeat;
	height: 354px;*/
	width: 100%;
	background: url("../images/index_xc_02.jpg") no-repeat;
	background-size: cover;
	height: 354px;
	
}
.index_conduct_main {
	width: 1190px;
	margin: 0 auto;
	padding-top: 55px;
}
.index_conduct_main h1 {
	font-size: 20px;
	color: #fff;
	width: 220px;
	height: 35px;
	line-height: 35px;
	background: #004586;
	text-align: center;
	margin: 0 auto;
	text-transform:uppercase;
}
.index_conduct_main .conduct_text {
	margin: 25px auto;
	color: #fff;
	line-height: 25px;
	text-align: center;
}
.conduct_text span {
	width: 800px;
	margin: 0 auto;
	display: block;
	color: #fff;
}
.index_conduct_main .gg {
	width: 450px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
}
.gg span {
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 8px;
}
.conduvt_btn {
	width: 360px;
	margin: 40px auto 0 auto;
}
.conduvt_btn a {
	width: 150px;
	height: 45px;
	display: inline-block;
	color: #fff;
	border: 1px #fff solid;
	text-align: center;
	line-height: 45px;
}
.conduvt_btn a:hover {
	background: #004586;
	border: 1px solid #004586;
}
/*产品展示*/
.index_product {
	width: 100%;
}
.index_product_main {
	width: 1190px;
	margin: 0 auto;
}
.product_bottom {
	margin-top: 30px;
}
.product_left {
	width: 508px;
	float: left;
}
.product_left a {
	width: 508px;
	display: block;
	height: 45px;
	color: #fff;
	line-height: 45px;
	background: #435061;
	text-align:center;
}
.product_right {
	width: 657px;
	float: right;
}
.product_right li {
	width: 209px;
	float: left;
	margin: 0px 5px;
}
.product_right li a {
	height: 45px;
	line-height: 45px;
	display: block;
	text-align:center;
}
/*行业动态*/
.index_trends {
/*	width: 100%;
	background: url("../images/dt_img_02.jpg") center center no-repeat;
	height: 470px;
	margin-top: 50px;*/
	width: 100%;
	background: url("../images/dt_img_02.jpg") no-repeat;
	background-size: cover;
	height: 470px;
	margin-top: 50px;	
}
.index_trends_main {
	width: 1190px;
	margin: 0 auto;
}
.trends_top h1 {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	height: 60px;
}
.trends_top p {
	width: 60px;
	border-bottom:4px solid #004586;
	margin: 0 auto;
}
/*小轮播*/
.honor-1 li {
    width: 260px;
    background: #fff;
    height: 300px;
    margin-right: 20px;
    float: left;
    position: relative;
}
.trends_date {
	width: 60px;
	height: 60px;
	background: #004586;
	margin-left: 20px;
	position: absolute;
	top:-18px;
}
.trends_date span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 60px;
	border-bottom: 1px solid #fff;
	line-height: 18px;
}
.trends_date h1 {
	font-size: 38px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
.honor-1 h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 60px 0 15px 20px;
}
.honor-1 h2 a {
	color: #004586;
}
.honor-1 p {
	margin: 0 auto;
	line-height: 24px;
	padding:0px 20px;
}
.trends_line {
	width: 250px;
	border-bottom: 1px solid #c3c3c3;
	margin: 15px 0;
}
.honor-1 .alink1 {
	display: block;
	width: 100px;
	height:28px;
	background: #004586;
	color: #fff;
	text-align: center;
	line-height:28px;
	margin-left: 20px;
}
.w1004-1 {
	margin: 40px auto 0 auto;
	position: relative;
}
.w1004-1 .Cont-1 {
	width:1100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 18px 0;
}
.w1004-1 .ScrCont-1 {
	width: 10000000px;
	float: left;
}
.w1004-1 #List1-1 {
	float: left;
}
.w1004-1 #List2-2 {
	float: left;
}
.arrow-prev-1 {
	position: absolute;
	left: 0px;
	top: 134px;
}
.arrow-next-1 {
	position: absolute;
	right: 0px;
	top: 134px;
}
/*成功案例*/
.index_success {
	width: 100%;
}
.index_success_main {
	width: 1190px;
	margin: 0 auto;
}
.success_bottom ul {
    width: 1232px;
}
.success_bottom li {
    margin-right: 30px;
    width: 278px;
    height: 195px;
    margin-top: 45px;
    float: left;
}
.success_bottom li img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}
/*关于我们*/
.index_about {
	width: 100%;
	background:#e5e5e5;
	margin-top: 50px;
}
.index_about_main {
	width: 1190px;
	margin: 0 auto;
}
.about_bottom {
	margin-top: 35px;
}
.about_bottom .about_img {
	float: left;
	width: 500px;
	height: 300px;
}
.about_bottom .about_text {
	width: 690px;
	float: left;
	height: 252px;
	background: #fff;
	margin-top: 47px;
	box-shadow:2px 2px 2px 1px darkgrey;
}
.about_text h2 {
	font-size: 18px;
	height: 85px;
	line-height: 95px;
	font-weight: normal;
	margin-left: 30px;
}
.about_text p {
	margin-right: 20px;
	line-height: 24px;
	margin-left: 30px;
}
.about_text a {
	padding:6px 12px;
	display: block;
	float: right;
	background: #004586;
	color: #fff;
	margin-right:28px;
}
/*友情链接*/
.index_friend {
	width: 100%;
	margin: 30px auto 20px;
}
.index_friend_main {
	width: 1190px;
	margin: 0 auto;
}
/*footer*/
.index_footer_top {
	width: 100%;
	background: #333;
	margin-top: 20px;
}
.index_footer_bottom {
	width: 100%;
	background: #191919;
}
.footer_top_main {
	width: 1190px;
	margin: 0 auto;
}
.footer_bottom_main {
    width: 100%;
    text-align: center;
}
.footer_top_left {
	float: left;
	width: 595px;
	padding-bottom: 50px;
}
.footer_top_left h1 {
	color: #fff;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	margin-top: 20px;
	margin-left: 95px;
}
.footer_top_left p {
	color: #fff;
	line-height: 30px;
	margin-left: 100px;
}
.footer_top_right {
	float: left;
	width:595px;
	margin-top: 70px;
}
.footer_top_right img {
	margin-left: 150px;
}
.footer_bottom_main p {
	color: #888;
	display: inline;
	height: 50px;
	line-height: 50px;
	margin-right:20px;
	text-align: center;
}
/*newslist页*/
    /*banner*/
#news_banner {
	margin-top:80px;
}
#news_banner .slideBox {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#news_banner .slideBox .hd {
	width: 100%;
	height:15px;
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:5px;
	z-index:1;
}
#news_banner .slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	display: table;
	margin: 0 auto;
}
#news_banner .slideBox .hd ul li {
	float:left;
	margin-right:2px;
	width:60px;
	height:4px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	opacity:0.5;
}
#news_banner .slideBox .hd ul li.on {
	opacity:1;
	background: #004586;
}
#news_banner .slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
#news_banner .slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
#news_banner .slideBox .bd img {
	width:100%;
	height:auto;
	display:block;
}
/*main*/
.newslist_main {
	width: 100%;
	margin: 30px 0 80px 0;
}
.news_main {
	width: 1190px;
	margin: 0 auto;
}
.newslist_main_top h2 {
	padding: 15px 18px;
	background: #004586;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
}
.newslist_main_top p {
	display: inline-block;
	float: right;
	height: 45px;
	line-height: 45px;
}
/*tab*/
.newslist_tab {
	margin-top: 15px;
}
.new_telst li {
	padding: 15px;
	float: left;
	cursor: pointer;
}
.new_telst li:hover a {
	color: #fff;
	display:block;
}
.new_telst li:hover {
	background: #004586;
}
.active_s {
	background: #004586;
}
.active_s a {
	color: #fff;
}
.tab_text {
	float: right;
	padding: 35px 60px;
	width: 768px
}
.newslist_text li {
	padding: 20px 0;
	border-bottom: 1px solid #b5b5b5;
}
.newslist_text li img {
	float: left;
}
.new_lst li {
	padding: 20px 0;/*border-bottom: 1px solid #b5b5b5;*/
}
.new_lst li img {
	float: left;
}
.text_left {
	width: 650px;
	float: left;
}
.text_left h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 40px;
}
.text_left p {
	line-height: 20px;
}
.text_right {
	float: right;
	width: 100px;
}
.text_right h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 40px;
	padding-left: 15px;
}
.text_right a {
	height:40px;
	border-left: 1px solid #b0b0b0;
	display: block;
	line-height: 40px;
	padding-left: 25px;
	color:#004586;
}
.news_main .show {
	display: block;
}
/*productlist页*/
.productlist_main {
	width: 100%;
	margin:30px 0 30px 0;
}
.productlist_main_index {
	width: 1190px;
	margin: 0 auto;
}
.prolist_text {
	width: 1210px;
}
.prolist_text li {
    width: 31.6%;
    float: left;
    margin: 0px 0px 20px 0px;
    margin-right: 20px;
}
.prolist_text li a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #004586;
	text-align:center;
}
.prolist_text li img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
/*product页*/
.product_main {
	width: 100%;
	margin: 30px 0 80px 0;
}
.product_main_index {
	width: 1190px;
	margin: 0 auto;
}
.producty_bottom h1 {
	margin: 0px auto 20px auto;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #a8a8a8;
}
.producty_bottom img {
	display: block;
	margin:0 auto;
}
.about {
	line-height:30px;
	margin-top:20px;
}
.about img {
	margin:15px auto;
}
.product_line {
	border-bottom: 1px solid #a8a8a8;
	margin: 50px auto 30px auto;
}
.btn p {
	line-height:30px;
}
/*分页样式*/
.pglist {
	padding: 20px 0 10px;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .page-num-current {
	display: inline-block;
	color: #fff;
	background: #004586;
	border-color: #004586;
}
/*gbook start*/
.form-group {
	width:90%;
 margin:0px auto .5rem auto;
}
label {
	display: inline-block;
 margin-bottom: .5rem;
	font-weight:bold;
}
.form-control {
	display: block;
 height: calc(1.5em + .75rem + 2px);
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.row {
	display: flex;
}
.btn1 {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	border:none;
	height:35px;
	width:100px;
}
input {
	width:50%;
}
textarea {
	overflow: auto;
	resize: vertical;
	height: auto;
	width:100%;
}
/*gbook end*/
/*在线qq start*/
.scrollsidebar {
	position:absolute;
	z-index:999;
	top:170px;
	right:0;
}
.side_content {
	width:200px;
	height:auto;
	float:left;
}
.side_content .side_list {
	width:190px;
	overflow:hidden;
	background: url(../images/weixinbg.jpg) no-repeat;
	border:1px #c9c9c9 solid;
}
.show_btn {
	width:0;
	height:112px;
	overflow:hidden;
	margin-top:50px;
	float:left;
	cursor:pointer;
}
.show_btn span {
	display:none;
}
.side_center {
	margin-top:125px;
	background-color:#FFF;
	padding-bottom:10px;
}
.close_btn {
	float:right;
	display:block;
	width:21px;
	height:16px;
	margin:16px 10px 0 0;
	_margin:16px 5px 0 0;
}
.close_btn span {
	display:none;
}
.side_center .custom_service p {
	text-align:center;
	padding:6px 0;
	margin:0;
	vertical-align:middle;
}
.other {
	text-align:center;
}
.other span {
	color:#b70117;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
/*在线qq end*/
.arrow {
	margin-top:80px;
	float:left;
}
.Cont1 {
	width:1096px;
	overflow: hidden;
	float: left;
	margin-top:30px;
	margin:30px 20px 0px 20px;
}
.ScrCont {
	width: 10000000px;
	float: left;
}
#List1 {
	float: left;
}
#List2 {
	float: left;
}


/*新foot 20230811 end*/

.foot {
    width: 100%;
    background: #252525;
    padding-bottom: 0px;
    display: table;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.ft_det {
    margin: 40px auto 10px;
    display: table;
    height: auto;
}

.clearfix {
    *zoom: 1;
}
#toyongbtm_last_p {
    text-align: center;
    color: #cecaca;
    margin-top: 21px;
    border-top: 1px solid #cecaca;
    padding-top: 15px;
    display: block;
    font-size: 14px;
}
#toyongbtm_last_p a {
    color: #cecaca !important;
    padding: 0 5px;
}
#toyongbtm_last_p a:hover{
    color: #fff;
}
.ft_det .info {
    width: 250px;
}
.info ul li{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}
.info ul li a img{
    width: 100%;
}
.fl {
    float: left;
}
.ft_det .info .smlogo {
    max-width: 211px;
    padding-bottom: 15px;
}

img {
    border: 0;
    vertical-align: middle;
    object-fit: cover;
}
.ft_det .info .tel:first-child{
    font-size: 20px;
}
.ft_det .info .tel:nth-child(2) {
    margin-top: 15px;
}
.ft_det .info .tel {
    font-size: 15px;
    color: #b7b7b7;
    line-height: 30px;
    padding-right: 10px;
}
.ft_det .info .time {
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
}
.ft_det .col {
    width: 228px;
    padding-left: 30px;
    min-height: 170px;
    border-left: 1px dashed #888888;
}
.ft_det .col .lks {
}
.ft_det .col .lks a {
    font-size: 14px;
    color: #888888;
    display: block;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    width: 85%;
}
.ft_det .col .lks a:hover{
    color: #fff;
}
.ft_det .col .tit {
    font-size: 16px;
    color: #c7c7c7;
    margin-top: 0;
    margin-bottom: 15px;
}
.ft_det .col .tit a{
    color:#b7b7b7;
}
.ft_det .vx {
    border-left: 1px dashed #888888;
    padding-left: 20px;
}
.ft_det .vx dl:nth-child(2n+1) {
    margin-left: 0;
}

.ft_det .vx dl {
    margin-left: 40px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.fr {
    float: right;
}
.ft_det .vx dl dd {
    margin-left: 0;
}
.ft_det .vx .fz {
    font-size: 14px;
    color: #888888;
    margin-top: 15px;
    text-align: center;
}
.ft_det .vx .pic {
    width: 150px;
}


/*head*/
.wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 112;
}
.wrap_top {
    /* padding-top: 6px; */
    /* background: #f7f7f7; */
    width: 100%;
    height: 24px;
    font-size: 12px;
    color: #333;
    line-height: 31px;
    /* border-bottom: #eee 1px solid; */
}
.wrap_top .top_con {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    position: relative;
}
.top_con p {
    float: right;
    text-align: right;
    padding-left: 30px;
    color: #999;
    position: absolute;
    right: 9px;
    background-size: 10%;
    top: 0;
    transition: all 0.3s;
}
.top_con p img{
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    animation: headanim 0.5s ease 0s infinite;
    -webkit-animation: headanim 0.5s ease 0s infinite;
    -moz-animation: headanim 0.5s ease 0s infinite;
    -o-animation: headanim 0.5s ease 0s infinite;
}
.top_con p span {
    color:#e09f4b;
    font-size: 19px;
}
.clear {
    clear: both;
}
/*.nav {
    z-index: 9999;
    height: 60px;
    width: 100%;
    padding: 10px 0;
    background-color: #FFFFFF;
    text-align: left;
    border-bottom: solid 1px #e5e5e5;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
}*/
.nav ul{
    width: 1200px;
    margin: 0 auto;
    /*margin-top: 10px;*/
    position: relative;
    display: table;
    height: auto;
}
.nav ul .logo {
    position: absolute;
    z-index: 999;
    top: -24px;
    width:40%;
}
/*.logo a img {
    width: 40%;
    margin-right: 15px;
    margin-top: 20px;
}*/
.nav ul .logo h1 {
    width:220px;
    border-left: solid 1px #eee;
    margin-top: 24px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    display: inline-block;
    float: left;
    line-height: 20px;
    font-family: "Microsoft YaHei", 寰蒋闆呴粦;
}
.nav ul li {
    height: 60px;
    line-height: 50px;
    float: right;
    padding: 0 5px;
    margin-left: 20px;
    position: relative;
}

.nav ul li.menuon a {
    color: #e09f4b;
}
.nav ul li:hover:after{
    width: 60%;
    height: 2px;
}
.nav ul li .nav_dl:hover{
    display: block;
}
.nav ul li .nav_dl {
    width: 120px;
    border-radius: 3px;
    position: absolute;
    top:98%;
    left: 36%;
    transform: translateX(-50%);
    display: none;
    padding-top: 7px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav ul li:nth-child(2):hover .nav_dl,
.nav ul li:nth-child(3):hover .nav_dl,
.nav ul li:nth-child(5):hover .nav_dl,
.nav ul li:nth-child(6):hover .nav_dl {
    display: block;
}
.nav ul li .nav_dl:before {
    top: 0;
    left: 62%;
    transform: translateX(-50%);
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.nav ul li .nav_dl dl {
    width: 100%;
    background-color: #fff;
    padding: 10px 14px;
    box-shadow: 0px 0px 20px 0px rgb(4 0 0 / 10%);
    margin-top:0;
}
.nav ul li .nav_dl dl dt {
    padding: 2px 0;
    width: 100%;
    text-align: center;
    line-height: 32px;
}
.nav ul li .nav_dl dl dt a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    width: 100%;
    transition: all .4s;
}
.nav ul li .nav_dl dl dt a:hover{
    color: #ec6900;
}
.nav ul li a {
    color: #000;
    /* font-family: 'SourceHanSansCN-Normal'; */
    font-family: "Microsoft YaHei", 寰蒋闆呴粦;
    font-size: 18px;
    text-decoration: none;
}
.nav ul li:hover a{
    color: #fff;
}
.nav ul li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ec6900;
    top: 40px;
    left: 50%;
}
.auto>p:last-child{
    text-align: center;
    color: #cecaca;
    margin-top: 10px;
    font-size: 12px;
}
.auto>p:last-child a{
    position: relative;
    color: #cecaca !important;
    font-size: 14px;
}
.auto>p:last-child a img{
    position: absolute;
    left: -20px;
    width: 16px;
    top: 2px;
}
.nav ul li.menuon:after{
    width: 60%;
    height: 2px;
}