html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
ol,ul{list-style:none}
html,body{font-family: "Microsoft Yahei",simhei;color: #333;}
a,a:hover{text-decoration: none;color: #333;}
img{width: 100%;display: block;margin: 0 auto;}

.container{
    overflow: hidden;
}

.navbar-default {
    background-color: unset;
    border: none;
}
.navbar-brand{
	height: unset;
	padding-left: 0;
	padding-right: 0;
}
.navbar-brand .logo{
	max-width: 400px;
	height: 50px;
	object-fit: contain;
}
.navbar{
	margin-bottom: 0;
	background-color: #fff;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
}
.navbar-nav{
	float: right ;
	margin-right: 10px;
}

.navbar-default .navbar-nav > li > a{
	padding: 15px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	color: #333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: unset;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #2167e7;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #2167e7;
    background-color: transparent;
}


.navbar-default .navbar-toggle {
    border-color: #333;
	 background-color: #333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
}

.navbar-form{
	margin-top: 22px;
}
.navbar-form .form-group{
	position: relative;
}
.navbar-form .form-group input{
	width: 200px;
	border-radius: 25px;
	padding-left: 15px;
	padding-right: 40px;
}
.navbar-form .btn{
	position: absolute;
	right: 1px;
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;
	top: 1px;
	border-radius: 25px;
}
.navbar-form .btn img{
	width: 32px;
	height: 32px;
	display: block;
	padding: 7px;
}

@media (min-width: 768px) and (max-width: 1200px)
{
    
    .navbar-brand .logo{
	    max-width: 268px;
    }
    
	.navbar-nav > li > a {
	    padding: 15px 5px;
	}
	
	.navbar-form{
		padding: 0;
	}
	.navbar-form .form-group input{
		width: 160px;
		
	}
	
}
@media (max-width: 768px){
	.navbar-brand{
		padding: 5px 15px;
	}
	.navbar-toggle{
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.navbar-brand .logo{
	max-width: 290px;
}
	.navbar-nav{
		float: left ;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-form .form-group{
		width: 80%;
		margin: 0 auto;
	}
	.navbar-form .form-group input{width: 100%;}
}

.glyphicon-chevron-left:before {
    content: "<";
}
.glyphicon-chevron-right:before {
    content: ">";
}

.brand-logo{
	padding-top:50px;
}
.brand-logo .logo-list{

}
.brand-logo .logo-list::after{
	content: "";
	display: block;
	clear: both;
}
.brand-logo .logo-list li{
	display: block;
	width: 14.28%;
	margin-bottom: 30px;
	float: left;
}
.brand-logo .logo-list li img{
	display: block;
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin: 0 auto;
}


@media (max-width: 768px){
	.brand-logo{
		padding-top:20px;
	}
	.brand-logo .logo-list li{
		width: 25%;
		margin-bottom: 15px;
	}
	.brand-logo .logo-list li img{
		max-width: 100%;
		height: auto;
	}
}

.banner{
	padding-top: 80px;
}
@media (max-width: 768px){
	.banner{
		padding-top: 60px;
	}
}


.box-title{
	font-family: Oswald;
	font-size: 27px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
	color: #333;
	display: block;
	letter-spacing: 2px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 0.75em;
}
.line{
	    width: 100%;
	    margin-bottom: 20px;
	    display: block;
	    border: 0;
	    border-color: #aaa;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
}
.pro_box{
		padding: 30px 0;
}
.pro_box .pro_list{
	
}
.pro_box .pro_list .item{
	padding: 0 5px;
	margin-bottom: 10px;
	position: relative;

}
.pro_box .pro_list .item a{
    
}
.pro_box .pro_list .item img{
	object-fit: contain;
	max-width: 100%;
	background: #afaeb3;
}
.pro_box .pro_list .item p{
	text-align: center;
	position: absolute;
	background: rgba(0,0,0,0.6);
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 20px 0;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}




.about_box{
	padding: 30px 0;
	background: #F9F9F9;
}
.about_box .about_main{
	   display: flex;
	     flex-wrap: wrap;
	     gap: 1rem;
}


.about_box .about_fl{
	display: flex;
	  flex-direction: column;
	  flex: 1 1 300px;
	  justify-content: center;
}

.about_box .about_fl .content{
	display: inline-block;
	    width: 80%;
	    margin: 0 auto;
	    padding: 20px;
	    line-height: 2;
}
.about_box .about_fl .content h3{
	display: block;
	color: #333;
	font-weight: lighter;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 2px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto 15px;
	clear: both;
	padding-top: 4px;
	text-align: center;
	font-size: 2vw;
}
.about_box .about_fl .content p{
	position: relative;
	font-size: 1.3vw;
	line-height: 1.6;
	color: #333;
}
.about_box .about_fr{
	float: right !important;
	display: flex;
	  flex-direction: column;
	  flex: 1 1 300px;
}

.about_box .about_fr img{
	border-radius: 5px;
}

@media (max-width: 768px){
	.about_box .about_fl .content{
		    width: 100%;
		    padding: 15px;
	}
	.about_box .about_fl .content h3{
		font-size: 27px;
		color: #333;
		font-weight: bold;
	}
}




.adv{padding:0;}
.adv img{max-width:100%;}

.news_box{
	padding: 30px 0;
	background: #F9F9F9;
}
.news_box .news_list{
	
}
.news_box .news_list .item{

}
.news_box .news_list .item p{
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom:5px;
}
.news_box .news_list .item p a{
	color: #333;
	display: block;
	font-size: 24px;
}
.news_box .news_list .item .read_more{

	    padding: 0 20px;
	    text-align: center;
	    cursor: pointer;
	    min-height: 42px;
	    height: 40px;
	    line-height: 1.2;
	    vertical-align: top;
	    font-weight: 400;
	    font-size: 14px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    display: -webkit-inline-box;
	    display: -webkit-inline-flex;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-appearance: none;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-smoothing: antialiased;
		transition: background-color .2s linear,color .2s linear;
		margin: 25px 0;
		background: #2167e7;
		border: 1px solid #2167e7;
		color: #fff;
}
.news_box .news_list .item .read_more:hover{
	background: #333;
	border:none;
}


.show_box{
    padding: 30px 0;
    
}

.show_box .show_list .item{
    margin-bottom: 15px;
}

.show_box .show_list .itemText{
 font-size: 14px;
 line-height: 2;
 padding: 5px 0;
 text-align: center;
 background: #F9F9F9;
}


/* 内页-news */
.nybg .box-title{
	text-align: left;	
}
.blog_meta{
	padding-top: 0 !important;
	margin-top: 0 !important;;
}
.blog_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller;
    color: #8c8b8b;
}
.excerpt {
    line-height: 1.5;
    margin: 1em 0;
}

/* show */
.news_show {
	margin-top: 40px;
	
}
.news_show p img,.news_show img{
	max-width: 100%;
}

.news_show .pre{
	padding: 10px;
	border: 2px solid #cccccc;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
.news_show .pre a{
	color: #393838;
	font-weight: normal;
	font-size: 15px;
}

.news_show .next{
	padding: 10px;
	border: 2px solid #cccccc;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}
.news_show .next a{
	color: #393838;
	font-weight: normal;
	font-size: 15px;
}


.isrecommend{
	margin-top: 30px;
	padding: 10px;
	border: 2px solid #cccccc;
	
}
.isrecommend h4{
	font-size: 15px;
	color: #121212;
	font-weight: bold;
	line-height: 40px;
}
.isrecommend ul li{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.isrecommend ul li:nth-last-child(1){
	margin-bottom: 0;
}
.isrecommend ul li p{
	color: #393838;
}
.isrecommend ul li span{
	display: block;
	color: #393838;
}

h2.content_title{
	font-size: 24px;
	color: #121212;
	line-height: 2;
	font-weight: bold;
}
span.content_time{
	font-size: 14px;
	color: #121212;

}
.content_content{
	padding: 15px 0 30px;
}


.nybg .product_list{
	  padding-top: 50px;
 }  
.nybg .product_list h1.sort-name{
    font-size: 27px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.75em;
	padding: 0 15px;
}

.nybg .product_list:after{
	content: "";
	display: block;
	clear: both;
}
.nybg .product_list .pro .item{
	margin-bottom: 15px;
}
.nybg .product_list .pro .item:after{
	content: "";
	display: block;
	clear: both;
}

.nybg .product_list .pro .item .pic{
	width: 100%;
}
.nybg .product_list .pro .item .title{
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
}
.nybg .product_list .pro .item .a_more{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background-color: #000;
}
.nybg .news_box{
    background: #fff;
}

footer{
	background-color: #333;
	padding: 20px 0;
}

footer .footer-menu-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .footer-menu-wrap .item ul{
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
}
footer .footer-menu-wrap .item h3{
	margin: 0;
	padding: 0 0 5px;
	color: #7f8c8d;
	font-size: 18px;
	font-weight: lighter;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
}
footer .footer-menu-wrap .item  p{
	color: #7f8c8d;
	    margin: 0 0 15px;
	    font-style: normal;
	    line-height: 1.6em;
		font-size: 13px;
}
footer .footer-menu-wrap .item a{
	padding: 0;
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.1;
	color: #7f8c8d;	
	display: block;
}


footer .footer-menu-wrap .item input{
	display: block;
	    width: 68%;
		float: left;
	    height: 42px;
	    min-height: 42px;
	    padding: 0 10px;
	    margin: 0 0 15px;
	    line-height: 22px;
	    border: 1px solid #cccccc;
	    outline: none;
	    background: #fff;
	    color: #5f6a7d;
	    font: 13px HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;
	    -webkit-appearance: none;
	    text-rendering: optimizeLegibility;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
}
footer .footer-menu-wrap .item button{
	width: 32%;
	float: left;
	background: #2167e7;
	    color: #fff;
	    border: 1px solid #2167e7;
	    padding: 0 20px;
	    text-align: center;
	    cursor: pointer;
	    min-height: 42px;
	    height: 40px;
	    line-height: 1.2;
	    vertical-align: top;
	    font-family: Oswald;
	    font-weight: 400;
	    font-size: 14px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    display: -webkit-inline-box;
	    display: -webkit-inline-flex;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    transition: all .2s linear;
	    -webkit-appearance: none;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-smoothing: antialiased;
}

footer .copyright{
	text-align: center;
	padding: 15px 0;
	
}
footer .copyright p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
footer .copyright a{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

@media (max-width: 1200px) and (min-width:988px){
	
	
}

@media (max-width: 767px){
	
	footer .copyright p{
		padding: 0 15px;
	}
	
}



/* 内页导航 */
.nynav{}
.nynav .ny_url{
	text-align: center;
	border-bottom:1px solid #e0e0e0;
	padding: 50px 0 30px;
}
.nynav .ny_url .nav_item{
	font-size: 18px;
	color: #666;
	margin: 0 30px;
	padding: 5px 10px;
}
.nynav .ny_url a.active{
	background: #2d4fa9;
	color: #fff;
}

.nynav .slogan{
	text-align: center;
	font-size: 26px;
	color: #666;
	line-height: 1;
	padding: 30px 0;
	margin:20px 0
}
.nynav .type_list{
	padding: 10px 0;
}
.nynav .type_list p{
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.nynav .type_list ul li{
	text-align: left;
	font-size: 16px;
	color: #666;
	padding: 0;
}
.nynav .type_list ul li a{
	color: #666;
	line-height: 2;
}

.nynav .style_list{
	padding: 10px 0;
}
.nynav .style_list p{
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.nynav .style_list ul li{
	text-align: left;
	font-size: 16px;
	color: #666;
	padding: 0;
}
.nynav .style_list ul li a{
	color: #666;
}

.sort-name{
	font-size: 28px;
	text-align: center;
	line-height: 80px;
	color: #2167e7;
	font-weight: bold;
}

@media (max-width: 768px){
    .nynav .ny_url .nav_item{
        display: inline-block;
        margin: 0 15px 15px;
    }
}


.pro_nav {
    padding-top: 50px;
}
.pro_nav .type_f{
    
}
.pro_nav .type_f .nav_item{
    display: block;
    line-height: 32px;
    color: #f7f7f7;
    background: #848484;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 2px;
}
.pro_nav .type_f .nav_item.active,.pro_nav .type_f .nav_item.on,.pro_nav .type_f.active .nav_item{
    background-color: #2167e7;
}

.pro_nav .type_s{
    margin-bottom: 2px;
    display: none;
}
.pro_nav .type_f.active .type_s{display:block;}
.pro_nav .type_s .nav_item2{
    display: block;
    background: #f7f7f7;
    color: #000;
    padding-left: 37px;
    line-height: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.pro_nav .type_s .nav_item2:nth-child(1){
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pro_nav .type_s .nav_item2:nth-last-child(1){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pro_nav .type_t{
    margin-bottom: 2px;
}
.pro_nav .type_t .nav_item3{
    display: block;
    background: #f7f7f7;
    padding-left: 49px;
    color: #999;
    padding-top: 8px;
    padding-bottom: 8px;
}
.pro_nav .type_t .nav_item3:hover{
    color: #000;
}



@media (max-width: 768px){
    .page{
	    padding-bottom: 0;
	}
}

.contact_show {
    padding-top: 30px;
    padding-bottom: 30px;
}



/* 分页 */
.page{
	text-align: center;
	padding-bottom: 50px;
}
.pagination > li > a, .pagination > li > span{
	color: #999999;
}
.pagination > li > a.page-num-current{
	color: #fff;
	background: #2167e7;
	border-color: #2167e7;
}
.pagination > li > a:hover{
	color: #2167e7;
	background: noen;
}
.pagination > li > a:hover.page-num-current{
	color: #fff;
}