/************ HEADER ***************/
	
#logo{
    width: 100%;
    height: 120px;
	}

#logo_l{
	width: 700px;
    float: left;
	}
	
#logo_l a{
	display: block;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
	}
	
#logo_l a img{
	display: block;
    float: left;
    margin-right: 25px;
	}
	
#logo_l a span{
    display: block;
    font-weight: bold;
    color: #d62128;
    font-size: 28px;
    line-height: 44px;
    padding-top: 25px;
	}

#logo_r{
	width: 500px;
    float: right;
	}
	
#tel_box{
	width: 245px;
    padding-left: 60px;
    height: 55px;
    line-height: 27px;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 32px;
    color: #d62128;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 2px; */
    float: right;
    margin-top: 30px;
	}
	
#tel_box span{
	display: block;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #282828;
	font-weight: normal;
	}

#nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d62128;
	}

#nav a{
	display: block;
    float: left;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 6px 15px;
    font-size: 15px;
    color: #FFF;
    border-radius: 10px;
	}

#nav a:hover{
	background:#ef6e19;
	font-weight:bold;
	}
	
#nav a.active{
	/*background:#52b131;
	font-weight:bold;*/
	}


/************ HEADER ***************/








/************ FOOTER ***************/

.footer{
    width: 100%;
    height: 400px;
    background: #222222;
	}
	
#foot_nav{
	width: 100%;
    height: 79px;
    line-height: 79px;
    border-bottom: 1px #404040 solid;
	}

#foot_nav a{
    font-size: 15px;
    color: #FFF;
    margin: 0px 30px;
	}

#foot_c{
	width: 100%;
    height: 230px;
    padding-top: 30px;
	}

#foot_c_l{
	width: 600px;
    text-align: center;
    float: left;
	}

#foot_c_l img{
    display: block;
    margin-left: 30px;
    margin-top: 30px;
	}

#foot_c_r{
    width: 600px;
    float: right;
    font-size: 15px;
    color: #FFF;
    line-height: 48px;
	}

#foot_icp{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #333333;
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
    text-transform: uppercase;
	}

#foot_icp a{
	color: #b2b2b2;
	}


/************ FOOTER ***************/









/************ INDEX MAIN ***************/

#main_i{
	overflow: hidden;
	margin-top:60px;
	}
	
.index_title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
	}

.index_title span{
	display: block;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 52px;
	}
	
.index_title span i{
	font-style: normal;
    color: #d62128;
	}
	
	
	
	
	
	
#index1{
    width: 100%;
    height: 870px;
	}
	
#index1_title{
	width: 100%;
    height: 120px;
    background: url(../img/index1_title_bg.png) no-repeat;
    line-height: 92px;
    color: #FFF;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
	}
	
#index1_c{
	width: 100%;
    height: 695px;
    margin-top: 50px;
	}

#index1_l{
	width:286px;
	height:695px;
	float:left;
	}

#index1_l_t{
    width: 100%;
    text-align: center;
    height: 150px;
    background: #d62128;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
	}

#index1_l_t span{
    display: block;
    font-size: 28px;
    line-height: 44px;
    padding-top: 35px;
	}

#index1_l_c{
    padding: 20px 25px;
    height: 380px;
    overflow: hidden;
	}

#index1_l_c a{
	display: block;
    border: 1px #f2f2f2 solid;
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000000;
	}
	
#index1_l_c a span{
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background: #ef6e19;
    margin-top: 22px;
    margin-right: 10px;
	}
	
#index1_l_c a:hover{
	background:#d62128;
	color:#FFF;
	border:1px #d62128 solid;
	}
	
#index1_l_c a:hover>span{
	background:#FFF;
	}

#index1_l_b{
	padding: 35px 30px;
    height: 55px;
    background: #d62128;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
	}

#index1_l_b img{
    display: block;
    float: left;
    margin-right: 15px;
	}
	
#index1_l_b span{
	display: block;
    font-weight: normal;
    font-size: 15px;
	}
	
#index1_r{
    width: 854px;
    height: 663px;
    float: right;
    border: 1px #dddddd solid;
    padding: 15px 20px;
	}
	
.tp_box{
	height:325px;
	}

.tp_box a{
	display: block;
    height: 325px;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
	}
	
.tp_box a img{
    display: block;
    width: 100%;
    height: 285px;
	}
	
	
	
	
	
#index2{
    width: 100%;
    height: 200px;
    background: url(../img/index2_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 70px;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    line-height: 42px;
	}

#index2 span{
    display: block;
    font-size: 40px;
    line-height: 70px;
    padding-top: 46px;
	}
	
	
	
	
	
#index3{
    width: 100%;
    height: 1230px;
    margin-top: 65px;
	}

#index3_title{
	width: 100%;
    text-align: center;
    font-size: 22px;
    color: #cdcbcc;
    text-transform: uppercase;
    line-height: 24px;
    height: 120px;
	}

#index3_title span{
	display: block;
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    line-height: 70px;
	}
	
#index3_title span i{
    font-family: 'Impact';
    color: #d62128;
    font-size: 80px;
	}
	
#index3_c{
    padding-left: 60px;
    height: 1030px;
    background: url(../img/index3_c_bg.png) no-repeat;
    padding-top: 35px;
    overflow: hidden;
    margin-top: 40px;
	}
	
.ys_box{
	height: 120px;
    width: 640px;
    margin-bottom: 135px;
	}

.ys_box_l{
    border: 2px #d62128 solid;
    width: 116px;
    text-align: center;
    height: 116px;
    line-height: 116px;
    float: left;
    font-size: 80px;
    color: #d62128;
    font-weight: bold;
	}

.ys_box_r{
    width: 495px;
    float: right;
    font-size: 17px;
    color: #333333;
    line-height: 38px;
	}

.ys_box_r span{
	display: block;
    font-size: 28px;
    color: #222222;
    font-weight: bold;
	}
	
.ys_box2{    
	padding-left: 470px;
	}
	
.ys_box3{    
	padding-left: 470px;
	}
	
.ys_box4{
	margin-bottom:80px;
	}
	
#index3_c2{
	font-size: 27px;
    color: #333333;
	}

#index3_c2 span{
    font-family: 'Impact';
    color: #d62128;
    font-size: 38px;
	}
	
	
	
	
	
#index4{
    width: 100%;
    height: 560px;
	padding-top:100px;
    background: url(../img/index4_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 80px;
	}

#index4_l{
    width: 495px;
    float: left;
	}

#index4_l span{
    display: block;
    font-size: 42px;
    color: #FFF;
    font-weight: bold;
    height: 80px;
	}
	
#index4_l small{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 16px;
    color: #FFF;
    line-height: 34px;
    height: 245px;
	}
	
#index4_l small p{
	padding:0;
	margin:0;
	}
	
#index4_l a{
    display: block;
    width: 145px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 25px;
    font-size: 16px;
    color: #333333;
    margin-top: 50px;
	}

#index4_r{
	width: 495px;
    float: right;
    height: 365px;
    padding: 40px 35px;
    background: #dedfdb;
    border-radius: 20px;
	}
	
.zzry_box{
	height:365px;
	}

.zzry_box a{
	display:block;
	width:100%;
	height:365px;
	}
	
.zzry_box a img{
    height: 100%;
    display: block;
    width: 100%;
    object-fit: contain;
	}
	
	
	
	
	
#index5{
    width: 100%;
    margin-top: 60px;
    height: 525px;
	}

#index5_c{
    width: 100%;
    margin-top: 50px;
	}

.sgal_box{
	height:305px;
	}

.sgal_box a{
	display:block;
	width:100%;
	height:305px;
	}
	
.sgal_box a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
.sgal_box a span{
    display: block;
    width: 100%;
    height: 305px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    position: relative;
    margin-top: -70px;
    line-height: 50px;
    color: #FFF;
    font-size: 15px;
	transition:all 0.3s linear 0s;
	}
	
.sgal_box a span i{
	display: block;
    height: 2px;
    background: #FFF;
    width: 40px;
    margin: 0px auto;
	}
	
.sgal_box a:hover>span{
	transition:all 0.3s linear 0s;
	padding-top:130px;
	height:175px;
	margin-top:-305px;
	}
	
#index5_a{
    display: block;
    width: 195px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #d62128;
    border-radius: 20px;
    font-size: 15px;
    color: #FFF;
    margin: 0px auto;
    margin-top: 40px;
	}
	
	
	
	
	
#index6{
	width: 100%;
    height: 890px;
    padding-top: 70px;
    background: url(../img/index6_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 70px;
	}
	
#index6_c{
	width: 100%;
    margin-top: 50px;
    height: 530px;
	}

.news_box{
	display: block;
    padding: 0px 30px;
    height: 74px;
    line-height: 74px;
    background: #999999;
    border-bottom: 1px #a5a5a5 solid;
    color: #ffffff;
    font-size: 18px;
	}

.news_box_l{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 830px;
    float: left;
	}

.news_box_r{
	width: 105px;
    float: right;
	}
	
.news_box:hover{
	background:#d62128;
	}
	
#index6_a{
    display: block;
    border: 1px #cccccc solid;
    width: 190px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 20px;
    margin: 0px auto;
    font-size: 15px;
    color: #333333;
    margin-top: 50px;
	}
	
#index6_a:hover{
	border: 1px #d62128 solid;
	background:#d62128;
	color:#FFF;
	}

	
	
	
	


/************ INDEX MAIN ***************/








/************ SIDEBAR ***************/

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 80px;
    background: #d62128;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;

    letter-spacing: 1px;
    line-height: 25px;
	}
	
.sidebar_title span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 12px;
	}
	
.sidebar_t_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
	}
	
.sidebar_t_c a{
	border-bottom: 1px dashed #ededed;
    display: block;
    padding: 0px 10px;
    height: 49px;
    line-height: 49px;
    color: #595959;
    font-size: 14px;
	}
	
.sidebar_t_c a span{
	float: right;
	}
	
.sidebar_t_c a:hover{
	background:#d62128;
	color:#FFF;
	font-weight:bold;
	text-indent:10px;
	}
	
.sidebar_b_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
    color: #595959;
    line-height: 36px;
	}

/************ SIDEBAR ***************/








/************ 内页 ***************/

.commoninner{
    width: 1200px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 50px;
	}
	
.inner-left{
	width: 260px;
    float: left;
	}
	
.inner-right{
	width: 900px;
    float: right;
	}

	
.title{
    margin: 0px;
    padding: 0px;
    height: 79px;
    line-height: 79px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    font-size: 24px;
    color: #d62128;
    border-bottom: 1px #d62128 dashed;
    letter-spacing: 1px;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 79px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.de-about-content{}

.de-about-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-product-list{
    overflow: hidden;
	}

.de-product-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-product-list ul a{
    display: block;
    width: 280px;
    height: 235px;
    float: left;
    border: 1px #dcdcdc solid;
    /* background: #f3f3f3; */
    text-align: center;
    line-height: 50px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 0px 9px;
    margin-bottom: 20px;
	}

.de-product-list ul a img{
	display: block;
    width: 280px;
    height: 185px;
    object-fit: contain;
	}
	
.de-product-list ul a:hover{
	background:#d62128;
	color:#FFF;
	}
	
.MagnifierMain{
	display:block;
	width:100%;
	border:0 !important;
	text-align:center;
	margin:30px auto;
	}
	
.MagnifierMain img{}
	
.MagTargetImg{
    display: block;
    margin: 0px auto;
    max-width: 100%;
	}
	
.prodectInfo{
	width: 1200px;
    margin: 0px auto;
	margin-bottom: 50px;
	}
	
.info-crumbs{
	background: #f6f6f6;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    font-size: 14px;
    color: #595959;
	}
	
.info-crumbs a{
	color: #595959;
	}
	
.info-main{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
	}

.info-main span{
	display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
	}
	
.info-main img{
	display:block;
	margin:0px auto;
	}
	
.infoCenter-left{
	width: 260px;
    float: left;
	}
	
.infoCenter-right{
	width: 900px;
    float: right;
	}
		
.center-content table{
	width:100% !important;
	text-align:center;
	border-collapse: collapse;
	}
	
.center-content table tr td{
    width: 33%;
    text-align: center;
    border: 1px #282828 solid;
    font-size: 12px;
    line-height: 35px;
	}

	
.infopreview{
	width: 100%;
    height: 460px;
    padding-top: 40px;
	}
	
.center-title{
	font-weight: bold;
    font-size: 18px;
    color: #d62128;
    line-height: 60px;
    margin-bottom: 20px;
    height: 59px;
    border-bottom: 1px solid #d62128;
	}
	
.parm{
	float: right;
    width: 55%;
    text-align: left;
    text-indent: 10px;
	}
	
.parm table tr td{
    font-size: 12px;
    border: 1px #000 solid;
    line-height: 32px;
    text-indent: 10px;
	}
	
.center-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-news-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-news-list ul a{
	display: block;
    width: 870px;
    padding: 10px;
    height: 160px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 38px;
    color: #595959;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
	}
	
.de-news-list ul a span{
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 15px;
    line-height: 42px;
	}
	
.de-news-list ul a:hover{
	box-shadow: 0 0 4px 2px rgb(214 33 40 / 90%);
	}
	
.img{
	height: 160px;
    width: 210px;
    float: left;
	}
	
.img img{
	display: block;
    height: 160px;
    width: 210px;
    object-fit: cover;
	}
	
.box{
	width: 100%;
    float: right;
    height: 160px;
	}
	
.box i{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-style:normal;
	}
	
.news-detail-title{
	padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
	}
	
.h3{
	font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 10px;
	}
	
.b{
	font-size: 13px;
    color: #999999;
    line-height: 20px;
	}
	
.news-detail p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.newsPage{
    color: #323232;
    font-size: 12px;
    line-height: 26px;
    margin-top: 25px;
	}
	
.page-a{
	height: 44px;
    line-height: 44px;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 10px;
	}
	
.newsPage a{
	color: #323232;
	}
	
.page-a a:hover{
	font-weight:bold;
	color:#d62128;
	padding-left:10px;
	}
	
.contact-list{
	overflow: hidden;
    margin: 25px auto;
	}
	
.contact-list li{
    min-height: 28px;
    padding-left: 50px;
    float: left;
    width: 365px;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 14px;
    word-wrap: break-word;
	}
	
.icon-01{
	background: url(../images/contact-icon-01.png) no-repeat left top;
	}
	
.icon-02{
	background: url(../images/contact-icon-02.png) no-repeat left top;
	}

.icon-03{
	background: url(../images/contact-icon-03.png) no-repeat left top;
	}

.icon-04{
	background: url(../images/contact-icon-04.png) no-repeat left top;
	}

.icon-05{
    background: url(../images/contact-icon-05.png) no-repeat left top;
	}

.icon-06{
    background: url(../images/contact-icon-06.png) no-repeat left top;
	}
	
#dituContent{
	width: 100%;
    height: 500px;
    margin: 0 auto;
	}
	
.de-message{
	overflow: hidden;
    padding: 0 5px;
	}
	
.tips{
	font-size: 13px;
    line-height: 55px;
    color: #737373;
	}
	
.form-tr{
	overflow: hidden;
	}
	
.form-tr input{
	display: block;
    width: 658px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
	}
	
.error{
	height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
	}
	
.form-tr textarea{
	display: block;
    width: 658px;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	}
	
.code input{
	width: 188px;
    float: left;
	}
	
.verify{
	cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
	}
	
.verify img{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
	}
	
.submit{
	margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #007b42;
    color: #fff;
    font-size: 15px;
	}
	

/************ 内页 ***************/