/* 支持的屏幕尺寸:最小尺寸为1100px */
@media screen and (min-width:1000px) {

	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 {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		font-size: 100%;
		vertical-align: baseline;
	}
	
	@font-face{
		font-family:webfont;      /*服务器字体名称*/
		src:url(font/FontAwesome-webfont.ttf);      /*服务器字体名称*/
	}
	
	.webfont{
		font-family:webfont;
	}

	html {
		line-height: 1;
		height: 100%;
	}


	.indexfull {
		margin: 0px auto;
		padding: 0px;
		max-width: 1920px;
		height: auto;
	}

	/***********************************************************/
	/***********************************************************
A部分排版
************************************************************/
	.indexfullA {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 44px;
		border-bottom: 1px solid #ddd;
		
		
	}

	.indexA {
		width: 30%;
		margin-top: 1.2%;
		display: flex;
		justify-content: space-around;
		float: right;
	}

	.indexA a {
		text-align: center;
		font-size: 12px;
		color: #1263a9;
		text-decoration: none;
		
		
	}
	
	.indexA a:hover {
		color: #0abbf9;
	}

	/***********************************************************
B部分排版
************************************************************/
	.indexfullB {		
		width: 100%;		
	}

	.indexB {
		position: ;
		left: 0;
		right: 0;
		/*left: 50%;
		transform: translateX(-50%);*/
		height: 80px;
		margin: 0px auto;
		padding: 0px;		
		border-bottom: 1px solid #ddd;
		z-index: 30;
		max-width: 1920px;
		height: 79px;
		background-color: white;transition: all 1s linear;
	}

	.indexB .pfhd ,.mun_list{
		width: 80%;
		height: 100%;
		float: left;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		
	}
	
	.pfhd a {
		color: #666666;
		text-decoration: none;
	}
	
	.pfhd a:hover {
		color: #0abbf9;
	}
	
	.indexB .pfhd img {
		height: 40%;
	}
	
	.indexfullBb {
		height: 0px;
	}
	
	.ontop{position:fixed;top: 0px; animation: slidedown 0.3s ease-out;}
	
	@keyframes slidedown{
		from{
			transform: translateY(-100%);
			top: -40px;
		}
		to{
			transform: translateY(0);
			top: 0px;
		}
		
	}
	
	

	/***********************************************************
C部分排版
************************************************************/
	.indexfullC {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: auto;
	}
	
	.indexC {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: auto;
	}
	
	
	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0px;
		position: relative;
		background-color: yellow;
	}
	
	  .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {width: 100%; height: auto;}
    .swiper-slide img{width: 100%; height: auto; display: block;}
	


	.swiper_banner .swiper-pagination span{
		display: inline-block;
		width: 30px;
		height: 3px;		
		margin: 6px;		
		cursor: pointer;
		background: #0abbf9;border-radius: 0px;
	}
	
	
	
	.swiper_banner .swiper-button-prev {
		width: 60px;
		height: 60px;
		background: url("../img/sprite_left.png") no-repeat 0 0;
		background-size: 60px 60px;
		cursor: pointer;
	}
	
	.swiper_banner .swiper-button-next{
		width: 60px;
		height: 60px;
		background: url("../img/sprite_right.png") no-repeat 0 0;
		background-size: 60px 60px;
		cursor: pointer;right: 20px;
	}

	/***********************************************************
D部分排版
************************************************************/
	.indexfullD {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 70px;
		background-color: white;
	}

	/***********************************************************
E部分排版
************************************************************/
	.indexfullE {
		margin: 0px auto;
		padding: 0;
		width: 90%;
		height: auto;
		
		
	}

	.indexE {
		margin: 0px auto;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		
	}

		
	.indexE_ET {
		position: relative;
		width: 31%;
		padding-top: 0%;
		
		font-size: 16px;
		border: 1px solid #eee;
		
		
	}
	
	.indexE_ETS {
		float: left;
		width: 100%;
		
	}
	.indexE_ET .indexE_ETS h2 {
		
		position: relative;
		margin-top: 5%;
		left: 10%;
		color: #004f91;
		font-size: 18px;
		font-weight: bold;
		height: 10%;
	}
	
	.indexE_ET .indexE_ETS p {
		display: inline-block;
		position: relative;
		margin-top: 12%;
		left: 10%;
		color: #666666;
		font-size: 16px;
		width: 80%;
		height: 100px;
		line-height: 1.25rem;
	
		
	}
	
	.indexE_ET .indexE_ETS img {
		
		position: relative;
		margin-bottom: 1%;
		/*left: 50%;
		margin-left: -50%;*/
		width: 100%;
		
	}
	
	.indexE_ET .indexE_ETS a {
		text-decoration: none;
	}
	
	/***********************************************************
F部分排版
************************************************************/
	.indexfullF {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 139px;
		background-color: white;
	}

	/***********************************************************
G部分排版
************************************************************/
	.indexfullG {
		margin: 0px auto;
		padding: 0px;
		width: 90%;
		height: auto;
		background-color: #FFF;
	}

	.indexG {
		margin: 0px auto;
		padding: 0;
		width: 100%;
		height: 100%;	
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		
	}

	.boxIG {		
		width: 24%;
		height: 45%;		
		border: 1px solid #eee;
		position: relative;
		margin-top: 2%;
		
	}
	
	.boxIG:hover {
		border: 2px solid #0abbf9;
	}
	.boxIG img {
		width: 100%;
		height: auto;
		position: relative;
				
	}

	.indexG p {
		width: 100%;
		padding: 0px;
		position: relative;
		bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #004f91;
	}

	.indexG a {
		text-decoration: none;
	}

	/*.indexG p a:hover {
		color: red;
	}*/

	/***********************************************************
H部分排版
************************************************************/
	.indexfullH {
		margin: 10px auto;
		padding: 0px;
		width: 100%;
		height: 129px;
		background: white;
	}

	/***********************************************************
I部分排版
************************************************************/

	.indexfullI {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 296px;
		background: #004f91;
	}

	.indexI {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 100%;
		color: white;
		text-align: center;
		font-size: 12px;		
		display: flex;
		justify-content: space-around;
	}
	
	.bottom_left, .bottom_center, .bottom_right {
		width: 31%;
		height: 90%;
	}
	
	.bottom_left div {
		width: 100%;
		height: 100%;
		margin-top: 10%;
		text-align: left;
		display: flex;
		flex-direction: column;
	}

	.bottom_left a {
		color: white;
		font-size: 12px;
		margin-top: 6%;
		text-decoration: none;
	}

	.bottom_center p {
		width: 100%;
		position: relative;
		top: 90%;
	}

	.bottom_right h1 {
		font-size: 12px;
		color: white;
		text-align: center;
		margin-top: 20%;
	}
	
	.bottom_right a {
		margin: 5% 8%;
		display: inline-block;
		width: 6%;
		text-decoration: none;
	}
	
	.bottom_right img {
		width: 100%;
		border: 1px solid yellow;
		border-radius: 5px;
		text-decoration: none;
	}

	

	/***********************************************************
About部分排版
************************************************************/
	.indexfullAbout {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 450px;
		background: white;
	}

	.indexabout {
		margin: 0px auto;
		width: 90%;
		height: 100%;
		overflow: display;
		/* border:1px solid red; */
		/*position: relative;*/
	}

	.indexabout img {
		float: left;
		width: 30%;
		border-radius: 5px;
	}

	.indexabout p {
		float: left;
		width: 60%;
		height: 90%;
		margin-left: 2%;
		line-height: 26px;
	}

	/***********************************************************
	Info部分排版
	************************************************************/
	.indexfullInfo {
		margin: 20px auto;
		padding: 0px;
		width: 100%;
		height: auto;
		/*background: white;*/
	}

	.indexInfo {
		margin: 0px auto;
		width: 90%;
		height: 800px;
		overflow: display;
		position: relative;
		background-color: transparent;
	}
	
	.indexInfoSection {
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-top: 20px;
		width: 100%;
		height: auto;
		border: 1px solid lightgray;
	}
	.indexInfo p {
		font-size: 16px;
		line-height: 30px;
		color: grey;
	}
	
	.indexInfo h1 {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: #004f91;
	}
	
	.indexInfoD {
		margin: 0px auto;
		width: 90%;
		height: auto;
		overflow: display;
		position: relative;
		background-color: transparent;
	}
	
	.indexInfoD p {
		font-size: 16px;
		line-height: 30px;
		color: grey;
	}
	
	.indexInfoD h2 {		
		
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: #004f91;
		
	}

	.indexInfoSectionA {
		width: 30%;
	}
	.indexInfoSectionB {
		width: 68%;
	}

	.indexInfoSection img {
		
		
		width: 100%;
		height: auto;
	}

	.indexInfoSection a {
		text-decoration: none;
		width: 100%;
		height: auto;
		margin: 0px;
	}

	/***********************************************************
		Contact部分排版
	************************************************************/
	.indexcontactFull {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: 300px;
		background: white;
		
	}

	.indexcontact {
		margin: 0px auto;
		width: 60%;
		height: 100%;
		overflow: display;
		
		
	}

	.indexcontactA {
		float: left;
		width: 40%;
		height: 90%;
		line-height: 30px;
		
	}

	.indexcontactB {
	
		float: right;
		width: 40%;
		height: 90%;
		font-size: 16px;
		line-height:30px;
	}
	
	
	

    /***********************************************************
	Materials 部分产品详情页面
	************************************************************/
	.fullProDeA {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		background: white;
		
	}

	.fullProDeA .ProDeA {
		margin: 0px auto;
		width: 90%;
		height: 100%;
		position: relative;
	}
	

	.ProDeA1 {
		width: 90%;
		height: auto;
		margin: 0px auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		
	}

	.fullProDeA p {
		/*text-indent: 2rem;*/
		line-height: 26px;
		font-size: 22px;
		/*clear: both;*/
	}

	.ProDeA1 h1 {
		font-size: 30px;
		font-weight: bold;
		margin: 3% auto;
	}

	.ProDeA1 .ps_left {
		width: 40%;
		
	}

	.ProDeA1 .ps_left h1 {
		color: #004f91;
	}

	.ProDeA1 .ps_left p {
		color: #004f91;
		margin: 0 auto;
	}

	.ProDeA1 .ps_right {
		width: 40%;
		
	}

	.ProDeA1 .ps_right img {
		width: 100%;
		
	}

    .ProDeA2 {
		margin: 0px auto;
		width: 90%;
		height: auto;
	}
	
	.ProDeA2 p {
		width: 100%;
		height: auto;
		margin: 0 auto;
		line-height: 40px;
	}
	
	/***********************************************************
	Tools 部分产品详情页面
	************************************************************/
	
	.fullProDeB {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height: auto;
		background: white;
	}
	
	.ProDeB {
		margin: 0px auto;
		width: 90%;
		height: 100%;
		position: relative;
	}
	
	.fullProDeB .main_title {
		width: 100%;
		height: 30px;
		margin: 0px auto;
		
	}
	
		
	.main_title h1 {
		color: #004f91;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		clear: both;
		margin: 20px auto !important;
	}
	
	.fullProDeB .ProDeBBox {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		position: relative;
		border-radius: 5px;
		margin-top: 20px;
		border: 1px solid #eee;
		text-align: center;
		
	}
	
	.ProDeBBox>.ps_left {
		width: 30%;
		height: 100%;
		margin: 20px;		
		text-align: center;
		
	}
	
	.ProDeBBox>.ps_left>img {
		width: 100%;
		height: auto;
		
	}
	
	.ProDeBBox>.ps_right {
		width: 60%;
		margin: 10px;
	
	}
	
	.ProDeBBox>.ps_right>p {
		
		color: gray;
		margin: 0px auto;
		text-align: left;
		text-indent: 0px;
		line-height: 30px;
	}
    /***********************************************************
    Materials表格部分CSS
    ************************************************************/
    .ProDeA3 {
		margin: 0 auto;
		width: 90%;
		height: auto;
		margin-top: 60px;
	}
	.ProDeA3 table {
		width: 100%;
		height: auto;
	}
	.ProDeA3 table,
	.ProDeA3 tr,
	.ProDeA3 td,
	.ProDeA3 th {
    	text-indent: 10px;
		text-align: left;
		line-height: 30px;
		border: 1px solid black;
		border-collapse: collapse;
    }
	

	
	/***********************************************************
	Stone的表格部分CSS
	************************************************************/
	.Stone {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		height: auto;
		background-color: #FFF;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		
	}
	
	
	
	.StoneS {
		margin: 0;
		padding: 0;
		width: 15%;
		height: auto;	
		border: 1px solid #eee;
		position: relative;
		margin-top: 10px;
		text-align: center;		
	}
		
	.StoneS img {
		width: 100%;
		height: auto;
		position: relative;				
	}
	
	.StoneS p {		
		padding: 0px;
		position: relative;
		bottom: 5px;
		font-size: 16px;
		text-align: center;
		color: #004f91;
	}
	
	
	/***********************************************************
	Materials, Tools, Equipment各自进入后的各类总览部分排版 共用Materials的样式
	************************************************************/
	
	
	.indexfullMaterials {
		
		margin: 0px auto;
		padding: 0px;
		width: 90%;
		height: auto;
		background-color: #f3f4ef;
		
	}
	
	.indexMaterials {
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		height:100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
			
	}
	
	.indexMaterialsBox {
		padding: 0px;
		position: relative;
		width: 31%;
		height: 29%;
		text-align: center;
		font-size: 16px;
		border: 1px solid #e1e2dd;
		background-color: white;
		margin-top: 2%;
		
	}
	
	.indexMaterialsBox h1 {
		width: 100%;
		padding: 0px;		
		color: #004f91;
		font-size: 20px;
		font-weight: bold;
		position: relative;
		bottom:10px;
		text-align: center;
		
	}
	
	.indexMaterialsBox a {
		text-decoration: none;
		
	}
	
	.indexMaterialsBox img {
		
		width: 100%;
		height: auto;
		position: relative;
		
		
	}

	.Materials_Title {
		color: #004f91;
		margin: 0px auto;
		width: 100%;
		height: 40px;
		padding-top:20px;
		padding-left: 15px;
		font-weight: bold;
		font-size: 20px;
		clear: both;
		position: relative;
		
	}
	
	.Materials_Menu {
		margin: 0px auto;
		width: 100%;
		height: 60px;		
		font-size: 16px;
		padding-left: 15px;
		color: darkgray;
		position: relative;
		
	}
	.Materials_MenuA {
		
		width: 228px;	
		height: 40px;
		line-height:40px;
		border: 1px solid lightgray;
		border-radius: 20px;
		background-color: white;
		
	}
	
	.Materials_MenuA p {
		margin-left: 15%;
		float: left;
		color: #0abbf9;
	}
	.Materials_MenuA img {
		
		float:right;
		width:8%;
		margin-right: 10%;
		margin-top:13px;
		
	}
	
	.Materials_MenuB {
		position: relative;
		z-index: 10;
		margin-top: 0px;		
		width:228px;
		height:auto;
		display: none;
		border: 1px solid lightgray;
		border-radius: 20px;
		background-color: white;
	
	}
	
	.nav_1 {
		cursor: pointer;
	}
	.btn_dwn {
		cursor: pointer;
	}
	.Materials_MenuB>ul {
		z-index: 3000;
		height:100%;
		list-style-type: none;
		
	}
	.Materials_MenuB>ul>li {
		
		width:100%;
		height: 40px;
		line-height: 40px;
			
	}
	
	.Materials_MenuB p {
		margin-left: 15%;
		line-height: 40px;
	}
	.liBorder {
		margin-left: 0px;		
		width: 100%;
		border-bottom: 1px solid lightgray;
		height: 0px;
	}
	
	.liBox:hover {
		background-color: lightgray;
	}
	.liBox a {
		margin-left: 15%;
		text-decoration: none;
		color: #0abbf9;
	}
	.last_li {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
		
	.Materials_Bottom_Nav {
		margin: 0px auto;
		padding: 0px;
		width: 90%;
		height: 50px;
		position: relative;
		margin-top: 10px;
		
	}
	
	.Bottom_Nav{
		
		margin: 0 auto;
		position: relative;
		bottom: 5px;
		width: 6%;
		height: 100%;
		
	}
	.Bottom_Nav a {
		text-decoration: none;
		
	}
	.Bottom_Nav img {
		width: 45%;
	}
	.Bottom_Nav .a_no_link img {
		float: left;	
		cursor: default;
	}
	
	.Bottom_Nav .a_no_linkR img {
		float: right;	
		cursor: default;
	}
	
	.Bottom_Nav .nextlink img {
		float: right;
	}
	
	.Bottom_Nav .prelink img {
		float: left;
	}
	/* PDF下载部分 */
	.pdffull {
		margin: 20px auto;
		padding: 0px;
		width: 100%;
		height: auto;
		background-color: #FFF;
	}
	
	.pdfsub {
		margin: 0px auto;
		padding: 0;
		width: 80%;
		height: 100%;	
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		
	}
	
	.pdfsubA {
		margin-top: 30px;
		width: 40%;
		height: auto;		
		font-size: 18px;
		border: 1px solid #eee;
		position: relative;
	}
	
	.pdfsubA:hover {
		border: 2px solid greenyellow;
	}
	.pdfsubA img {
		width: 100%;
		height: auto;
		position: relative;
		
		
	}
	
	.pdfsubA p {
		width: 100%;
		padding: 0px;
		position: relative;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 60px;
	}
	
	.pdfsubA a {
		color: #004f91;
		text-decoration: none;
		text-align: center;		
	}
	
	

}

/*语言选择*/
.pfhd_r{float: right; width: auto; height: auto;}
.Language{z-index: 50;border: 1px solid lightgray; width: 128px; height:40px;border-radius: 20px;overflow: hidden;background: #fff; cursor: pointer; margin-top: 20px;position: absolute; right: 0px; font-size: 12px; }
.Language .input_{width:auto;padding: 0 10px; height: 40px;display: flex;align-items: center;cursor: pointer;justify-content: space-between;}
.Language .input_ input{width: 100%; height: 40px;border: none;outline: none; background: #fff;cursor: pointer;}
.Language .input_ img{width: 16px; height:auto;display: block;}
.on_Language{height:auto !important;}
.Language ul{width:auto; height:auto;background: #fff;list-style: none;border-top:1px solid lightgray; }
.Language ul li a{color: #0abbf9; text-decoration:none;outline:none;padding:5px 10px;display: block;}
.Language ul li {padding: 5px 0;}
.Language ul li:hover{background-color: lightgray; }
 .hidden { display: none; }
.on_mun_list{display: flex !important;}










