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

#logo{
	width:100%;
	height:150px;
	background:url(../img/logo_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#logo_l{
	width:600px;
	float:left;
	}
	
#logo_l a{
	display: block;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 100;
    padding-top: 35px;
	}
	
#logo_l a img{
	display: block;
    float: left;
    width: 100px;
    height: 75px;
    margin-right: 15px;
	}
	
#logo_l a span{
	display: block;
    font-size: 31px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 44px;
	}
	
#logo_r{
    width: 370px;
    float: right;
	}
	
#logo_r1{
	width: 100%;
    height: 25px;
    padding-top: 15px;
	}

#logo_r1 a{
	display: block;
    float: right;
    color: #FFF;
    font-size: 14px;
    margin-left: 25px;
    border-left: 1px #fff solid;
    padding-left: 20px;
    height: 15px;
    line-height: 15px;
	}
	
#logo_r2{
	width: 100%;
    height: 40px;
    margin-top: 10px;
	}
	
.search-text{
	border: 0px;
    border-radius: 0;
    height: 34px;
    text-align: left;
    font-size: 12px;
    float: left;
    width: 76%;
    box-sizing: border-box;
    -webkit-appearance: none;
    text-indent: 25px;
    border-radius: 20px 0px 0px 20px;
	}

	

.go{	
	background: url(../img/search_img.png) no-repeat center;
    border: 0px;
    border-radius: 0;
    background-color: #FFF;
    width: 24%;
    height: 34px;
    cursor: pointer;
    float: left;
    -webkit-appearance: none;
    border-radius: 0px 20px 20px 0px;
	}

	
#logo_r3{
	font-size: 13px;
    color: #FFF;
    height: 50px;
    line-height: 50px;
	}

#logo_r3 span{
	display: block;
    float: left;
    margin-right: 10px;
	}
	
#logo_r3 a{
    display: block;
    float: left;
    font-size: 13px;
    color: #FFF;
    margin-right: 15px;
	}


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

#nav a{
    display: block;
    float: left;
    width: 130px;
    text-align: center;
    margin: 0px 10px;
    font-size: 14px;
    color: #FFF;
    height: 47px;
    line-height: 50px;
    border-bottom: 3px #075395 solid;
	}

#nav a:hover{
	 border-bottom: 3px #01a1ec solid;
	}
	
/*首页主题内容*/
.indexTypes{
    width: 100%;
    height: 105px;
    margin: 0px auto;
    margin-top: -105px;
    position: relative;
    z-index: 99;
    background: rgba(0,0,0,0.5);
	}
	
.indexTypes ul{
	padding: 0;
    margin: 0;
    width: 1200px;
    margin: 0px auto;
	}
.indexTypes ul li{position:relative;float:left;overflow:hidden;height:105px;overflow:hidden;}
.indexTypes ul li:hover{cursor:pointer;background:#ec6512;}
.indexTypes ul li.current{background:#ec6512;}
.indexTypes ul li .title{
    width: 146px;
    line-height: 30px;
    margin: 0px;
    border: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 105px;
    float: left;
	}
.indexTypes ul li .title a{
	display: block;
    margin: 0px;
    color: #fff;
    height: 85px;
    padding-top: 20px;
	}
.indexTypes ul li .title a img{
	display: block;
    margin: 0px auto;
	}

.indexTypes ul li .con{
    position: absolute;
    top: 0;
    width: 195px;
    left: 146px;
    overflow: hidden;
    height: 105px;
    overflow: hidden;
	}

.indexTypes ul li .con ul{
	padding: 0;
    margin: 0;
	}
.indexTypes ul li .con ul li{float:none;height:auto;width:auto;}
.indexTypes ul li .con ul li img{
	display: block;
    width: 195px;
    height: 105px;
    object-fit: cover;
	}
.indexTypes ul li .con ul li a{line-height:28px;width:195px;display:block;text-indent:3em;background:url(../images/typesLi.jpg) no-repeat 6px 7px;border-bottom:1px dashed #d1d1d1;}
.indexTypes ul li .con ul li a:hover{color:#F87C02;}

/*定位*/
.tl{ text-align:left; }
.tc{ text-align:center; }
.tr{ text-align:right; }
.bc{ margin-right:auto; margin-left:auto; }
.oh{ overflow:hidden; }
.fl{ float:left; display:inline; }
.clear{ clear:both; }
.clearfix{ display:inline-block; }
.fr{ float:right; display:inline; }
.vm{ vertical-align:middle; }
.none{ display:none; }
.block{ display:block; }
.inline{ display:inline; }


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








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

.footer{
    width: 100%;
    height: 345px;
    background: #16407a;
	}
	
#foot_t{
	width: 100%;
    height: 195px;
    padding: 50px 0px;
	}

.foot_sp{
	display: block;
    font-weight: bold;
    color: #ff9b33;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 15px;
	}

#foot_t1{
	width: 400px;
    float: left;
    padding-top: 70px;
	}

#foot_t1 a{
	display: block;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 26px;
	}
	
#foot_t1 a img{
    display: block;
    float: left;
    width: 75px;
    margin-right: 15px;
	}
	
#foot_t1 a span{
    display: block;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 5px;
	}

#foot_t2{
    width: 560px;
    float: left;
    margin-left: 80px;
	}
	
#foot_t2 a{
    display: block;
    float: left;
    font-size: 16px;
    color: #FFF;
    margin-right: 70px;
    line-height: 44px;
	}

#foot_t3{
	width:140px;
	float:right;
	}
	
#foot_t3 img{
	display:block;
	width:140px;
	height:140px;
	}

#foot_icp{
	width: 100%;
    height: 49px;
    line-height: 49px;
    border-top: 1px #184f9c solid;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
	}

#foot_icp a{
	color: #FFF;
	}
	
.yb_conct{position:fixed;z-index:9999999;top:230px;right:-127px;cursor:pointer;transition:all .3s ease;}

.yb_bar ul li{
	width: 250px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    margin-bottom: 1px;
    /* border-radius: 3px; */
    transition: all .5s ease;
    overflow: hidden;
    background: #0057a0;
	}
	
.yb_bar ul li img{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 12px 15px;
	}
	
.yb_bar .yb_top{}





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









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

#main_i{
	overflow: hidden;
	}
	
.index_title{
	height: 48px;
    line-height: 48px;
    border-bottom: 2px #eaeaea solid;
    font-size: 26px;
    color: #000000;
    margin-bottom: 30px;
	}

.index_title a{
	display: block;
    float: right;
    font-size: 14px;
    color: #a8a8a8;
    text-transform: uppercase;
	}
	
.index_title a i{
    display: block;
    float: right;
    border: 1px #a8a8a8 solid;
    font-style: normal;
    width: 13px;
    text-align: center;
    height: 13px;
    line-height: 10px;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 16px;
	}
	
	
	
	
	
	
#index1{
    width: 100%;
    height: 430px;
	padding-top:50px;
	background:url(../img/index1_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#index1_l{
	width:725px;
	float:left;
	}
	
#index1_l_c{}

#index1_l1{
	width: 535px;
    float: left;
	}
	
#index1_l1 span{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
	}
	
#index1_l1 span p{
	padding:0;
	margin:0;
	}

#index1_l1 a{
	display: block;
    width: 130px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #ec6512;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
	}
	
#index1_l2{
	width:165px;
	float:right;
	}

#index1_l2 img{
    display: block;
    width: 100%;
    height: 285px;
    object-fit: cover;
	}

#index1_r{
	width:420px;
	float:right;
	}
	
	
	
	
	
#index2{
	width: 100%;
    margin-top: 30px;
    height: 285px;
	overflow:hidden;
	}

#index2_l{
	width:580px;
	float:left;
	}
	
#index2_l_c{}

.zhdz_box{
	height:200px;
	}
	
.zhdz_box a{
	display:block;
	width:100%;
	height:200px;
	overflow:hidden;
	}
	
.zhdz_box a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

#index2_r{
	width:580px;
	float:right;
	}
	
#index2_r_c{}

#index2_r_c_l{
    width: 230px;
    float: left;
    height: 200px;
    overflow: hidden;
	}

#index2_r_c_l a{
	display: block;
    border: 1px #bfbfbf solid;
    width: 228px;
    height: 198px;
    overflow: hidden;
	}
	
#index2_r_c_l a img{
	display: block;
    width: 100%;
    height: 100%;
	}
	
#index2_r_c_r{
	width: 350px;
    float: left;
	}

#index2_r_c_r a{
	display: block;
    border: 1px #bfbfbf solid;
    width: 160px;
    height: 93px;
    overflow: hidden;
    float: left;
    margin-left: 13px;
    margin-bottom: 10px;
	}
	
#index2_r_c_r a img{
	display: block;
    width: 100%;
    height: 100%;
	}
	
	
	
	
	
#index3{
    width: 100%;
    height: 295px;
    padding-top: 45px;
    background: url(../img/index3_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 50px;
	}
	
#index3_title{
	width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
	}

#index3_title span{
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 28px;
	}

#index3_c{
	width: 100%;
    font-size: 15px;
    color: #303030;
    line-height: 30px;
    margin-top: 25px;
	}

.index3_sp{
	display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    padding-top: 10px;
	}
	
.index3_sp img{
	display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
	}

#index3_c1{
    width: 268px;
    padding-left: 30px;
    height: 150px;
    border-right: 2px #fff solid;
    float: left;
	}

#index3_c2{
	width: 418px;
    padding-left: 140px;
    height: 150px;
    border-right: 2px #fff solid;
    float: left;
	}

#index3_c3{
	width: 220px;
    padding-left: 120px;
    height: 150px;
    /* border-right: 2px #fff solid; */
    float: right;
	}

	
	
	
	
	


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








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

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 80px;
    background: #0062ad;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 80px;
	}
	
.sidebar_title span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 12px;
	}
	
.sidebar_t_c{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
	}
	
.sidebar_t_c a{
	border-bottom: 1px dashed #ededed;
    display: block;
    padding: 0px 10px;
    height: 49px;
    line-height: 49px;
    color: #000000;
    font-size: 14px;
    padding: 0px 20px;
	}
	
.sidebar_t_c a span{
	float: right;
	}
	
.sidebar_t_c a:hover{
	background:#ec6512;
	color:#FFF;
	font-weight:bold;
	text-indent:10px;
	}
	
.sidebar_b_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 12px;
    color: #000000;
    line-height: 38px;
	}

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








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

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

	
.title{
	margin: 0px;
    padding: 0px;
    height: 59px;
    line-height: 59px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px #cecece solid;
    letter-spacing: 1px;
	}
	
.title span img{
	display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 21px;
    margin-right: 10px;
	}
	
.weizhi{
	display: block;
    float: left;
    font-size: 13px;
    color: #6e6e6e;
    line-height: 59px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.de-about-content{}

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

/* CSS Document */
#tab2 {
	width: 100%;
    height: 1000px;
    position: relative;
    /*margin: 30px auto 0 auto;*/
	}
/*设置容器高宽等*/
html > body #tab2 { width:100%;}
/*兼容IE6:IE6下宽度不够*/
#tab2 div {
	position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    /* height: 905px;*/
	}
/*设置容器高宽等*/
#tab2 div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab2 .block { display:block;}
/*选中的容器*/
#tab2 h3 {
	float: left;
    width: 161px;
    height: 50px;
    line-height: 50px;
    margin: 0px 5px;
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
    /* letter-spacing: 1px; */
    text-align: center;
    color: #000000;
    font-family: Microsoft YaHei;
    font-weight: normal;
	}
	
#tab2 h3 a{
    display: block;
    background: #b2b2b2;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
	}
/*默认标题样式*/
#tab2 .up a{ 
	background: #114783;
	color:#fff;
	}

.cpcs_box{
	display:block;
	}

.cpcs_title{
	display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #b4b2b2;
	}

.cpcs_title i{
	display: block;
    float: left;
    width: 280px;
    font-style: normal;
    color: #FFF;
    font-size: 15px;
    text-indent: 20px;
	}
	
.cpcs_con{}

.cpcs_con a{
	display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
	 color: #000000;
	}
	
.cpcs_con a:hover{
	background:#114783 !important;
	color:#FFF !important;
	}
	
.cpcs_con a i{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
    width: 280px;
    text-indent: 20px;
    font-style: normal;
    font-size: 14px;
   
    /* overflow: hidden; */
    font-family: Arial;
	}




.de-honor-list ul{
	padding:0;
	margin:0;
	}

.honor_box{
	height:220px;
	}
	
.honor_box img{
	display: block;
    border: 1px #c9c9c9 solid;
    width: 98%;
    height: 218px;
	}

.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: cover;
	}
	
.de-product-list ul a:hover{
	background:#ec6512;
	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: 100%;
    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: #ec6512;
    line-height: 50px;
    margin-bottom: 20px;
    height: 50px;
	}
	
.center-title span{
	display: block;
    float: left;
    width: 160px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #4d4d4d;
    color: #FFF;
    border-radius: 5px 5px 0px 0px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
	}
	
.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: 1170px;
    margin: 5px auto;
    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(0 95 177 / 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{
	font-style:normal;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	
.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: 32px;
	}
	
.newsPage{
    color: #323232;
    font-size: 12px;
    line-height: 26px;
    margin-top: 25px;
	}
	
.page-a{
	display: block;
    float: left;
    margin: 0px 5px;
    width: 588px;
    height: 44px;
    line-height: 44px;
    border: 1px #ccc solid;
    margin-bottom: 10px;
    text-indent: 20px;
    font-size: 15px;
	}
	
.newsPage a{
	color: #323232;
	}
	
.page-a a:hover{
	font-weight:bold;
	color:#014b8b;
	padding-left:10px;
	}
	
.contact-list{
	overflow: hidden;
    margin: 25px auto;
	}
	
.contact-list ul{
	padding: 0 50px;
    margin: 0;
	}
	
.contact-list li{
	min-height: 28px;
    padding-left: 50px;
    float: left;
    width: 400px;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 14px;
    word-wrap: break-word;
    margin-left: 70px;
	}
	
.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;
	}
	

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