@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}




/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,0); border-bottom: 1px solid rgba(255,255,255,0); position:fixed; top:0; left:0; z-index:200;
-webkit-transition:0.4s;
-moz-transition:0.4s;
transition:0.4s;}
.top_box{ width:1233px; height:140px; margin:0 auto;}
.top_box .logo{ float:left; margin-top:30px; margin-right:19px;}
.head_kuang{ float:left; margin-top:35px;}
.head_kuang .head_p1{ font-size:39px; color:#fff; font-weight:bold;}
.head_kuang .head_p2{ font-size:15px; color:#fff; text-transform:uppercase; }


.top_nav{ float:right;margin-top:60px;}
.top_nav ul li{ float:left; font-size:18px; color:#fff; margin-left:40px;}
.top_nav ul li a{color:#fff;}

.head_bg.shrink{ background-color:rgba(255,255,255,0.9);border-bottom: 1px solid rgba(221,221,221,1);}
.head_bg.shrink .head_kuang .head_p1{ color:#333;}
.head_bg.shrink .head_kuang .head_p2{ color:#333;}
.head_bg.shrink .top_nav ul li a{ color:#000;}


/*首页产品*/
.s_pro_bg{ background-color:#f2f2f2;}
.s_pro_box{ width:1233px; margin:0 auto; padding-top:130px; padding-bottom:150px;}
.s_pro_box .s_pro_p1{ font-family:Impact; font-size:55px; text-transform:uppercase; text-align:center; color:#2658a8;}
.s_pro_box .s_pro_p2{ font-size:28px; color:#000000; text-align:center; margin-top:4px; margin-bottom:62px;}


.s_pro_tip{ width:270px; height:299px; float:left; background-color:#fff; margin-bottom:58px; margin-right:50px; transition:all 0.3s linear;}
.s_pro_hezi{ width:225px;  margin:0 auto; padding-top:36px;}
.s_pro_hezi .s_pro_p3{ font-size:17px; color:#000; height:23px; overflow:hidden;}
.s_pro_hezi .s_pro_p4{ font-size:12px; color:#000; margin-top:7px; }
.s_pro_hezi .s_pro_line{ height:1px; background-color:#e4e4e4; margin-top:15px; margin-bottom:12px;}

.s_pro_hezi .s_pro_kuang2{ width:225px; height:134px; overflow:hidden; display: table-cell;vertical-align: middle;}
.s_pro_hezi .s_pro_kuang2 img{ max-width:100%; max-height:100%; margin:0 auto;}

.s_pro_kuang3{ background-color:#2658a8; margin-top:10px;}
.s_pro_kuang3 p{ font-size:12px; color:#fff; text-align:center; line-height:25px;}


.s_pro_tip:nth-child(4n+2){margin-right:0px;}


.s_pro_tip:hover{--webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}




.s_sousuo_box{  margin:0 auto; margin-top:9px;}

.s_ss_box{ float:left;}
.s_ss_box .s_ss_kuang1{ width:824px; height:52px; background-color:#fff; float:left; border:0; font-size:16px; color:#626262; line-height:52px; padding-left:30px;}
.s_ss_box .s_ss_kuang2{ float:left; border:0;}

.s_pro_more{ width:204px; float:right;}
.s_pro_more p a{ display:block; font-size:17px; color:#fff; line-height:52px; text-align:center; background-color:#2658a8;transition:all 0.4s linear;}



/*首页简介*/
.s_jj_bg{ background:url(../images/img3.jpg) center no-repeat; width:100%; height:653px; padding-top:161px;background-attachment:fixed; background-size: cover;}
.s_jj_box{ width:1233px; height:498px; margin:0 auto;background-color:rgba(38,88,168,0.9);}
.s_jj_box .s_jj_p1{font-family:Impact; font-size:55px; text-transform:uppercase; text-align:center; color:#fff; padding-top:76px;}
.s_jj_box .s_jj_p2{ font-size:28px; color:#bfd7ff; text-align:center;}
.s_jj_nr{ width:1134px; margin:0 auto; margin-top:33px;}
.s_jj_nr p{ font-size:18px; color:#fff; line-height:36px;}
.s_jj_nr p a{ color:#fff;}

.s_jj_more{ width:215px; margin:0 auto; margin-top:38px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:16px; color:#bfd7ff; line-height:38px; text-align:center; border:2px solid #bfd7ff;transition:all 0.4s linear;}
.s_jj_more:hover{ width:230px;}
.s_jj_more p a:hover{ background-color:#fff;border:2px solid #fff;color:#2658a8;}



/*首页资质*/
.s_hon_box{ width:1233px; margin:0 auto; padding-top:130px; }
.s_hon_box .s_hon_p1{ font-family:Impact; font-size:55px; text-transform:uppercase; text-align:center; color:#2658a8;}
.s_hon_box .s_hon_p2{ font-size:28px; color:#000000; text-align:center; margin-top:4px; margin-bottom:38px;}

.s_hon_nr{ margin-bottom:48px;}
.s_hon_nr p{ font-size:16px; color:#333; line-height:36px;}

.s_hon_tip{ width:386px; height:275px; overflow:hidden; float:left; margin-right:33px; border:1px solid #e5e5e5}
.s_hon_tip img{width:386px; height:275px;transform: scale(1);transition: all 1s ease-out; }
.s_hon_tip img:hover{   transform: scale(1.1);    }

.s_hon_tip:nth-child(3n){margin-right:0px;}


.s_hon_more{ width:215px; margin:0 auto; margin-top:58px;transition:all 0.4s linear;}
.s_hon_more p a{ display:block; font-size:16px; color:#858585; line-height:38px; text-align:center; border:2px solid #858585;transition:all 0.4s linear;}
.s_hon_more:hover{ width:230px;}
.s_hon_more p a:hover{ background-color:#2658a8;border:2px solid #2658a8;color:#fff;}




/*采购*/
.s_cg_bg{ background:url(../images/img6.jpg) center no-repeat; width:100%; height:575px; margin-top:120px;}
.s_cg_left{ width:50%; height:575px; float:left;background-color:rgba(38,88,168,0.8);}
.s_cg_hezi{ width:560px; float:right; margin-right:25px; padding-top:88px;}

.s_cg_tip{ margin-bottom:28px;}
.s_cg_tip .s_cg_pic{ float:left; margin-top:5px;}
.s_cg_kuang{ width:513px; float:right;}
.s_cg_kuang .s_cg_p1{ font-size:24px; color:#fff;}
.s_cg_kuang .s_cg_p2{ font-size:18px; color:#fff; margin-top:2px;}

.s_cg_right{width:50%; height:575px; float:right;}
.s_cg_kuang2{ width:384px; padding-top:227px;}
.s_cg_kuang2 .s_cg_p3{font-family:Impact; font-size:55px; text-transform:uppercase; text-align:right; color:#2658a8;}
.s_cg_kuang2 .s_cg_p4{ font-size:28px; color:#000; text-align:right;}


/*首页新闻*/
.s_xw_box{ width:1233px; margin:0 auto; padding-top:130px; }
.s_xw_box .s_xw_p1{ font-family:Impact; font-size:55px; text-transform:uppercase; text-align:center; color:#2658a8;}
.s_xw_box .s_xw_p2{ font-size:28px; color:#000000; text-align:center; margin-top:4px; margin-bottom:57px;}



.s_xw_tip{ width:351px; height:480px; overflow:hidden;   position:relative; float:left; margin-right:89px;}

.s_xw_kuang1{ width:351px; height:232px; overflow:hidden; margin:0 auto; position:relative;}
.s_xw_kuang1 .s_xw_pic{width:351px; height:232px; position:absolute; left:0; top:0; transform: scale(1);transition: all 1s ease-out;}
.s_xw_tip:hover .s_xw_kuang1 .s_xw_pic{transform: scale(1.1);  }

.s_xw_yy{width:351px; height:232px;position:absolute; left:0; top:0;background-color:rgba(0,0,0,0.4);opacity:0;transition:all 0.4s linear;}
.s_xw_tip:hover .s_xw_yy{opacity:1;}

.s_xw_pic1{ width:60px; height:60px;position:absolute; left:148px; top:-60px;opacity:0;transition:all 0.4s linear;}
.s_xw_tip:hover .s_xw_pic1{top:84px;opacity:1;}


.s_xw_kuang2{ height:248px; background-color:#f5f5f5; padding-left:30px; padding-right:30px;}
.s_xw_kuang2 .s_xw_p3{ font-size:20px; color:#7f7f7f; line-height:30px; height:60px; padding-top:29px;}
.s_xw_kuang2 .s_xw_p4{ font-size:15px; color:#7f7f7f; line-height:28px; margin-top:19px;}
.s_xw_kuang2 .s_xw_p5{ font-size:16px; color:#7f7f7f; line-height:28px; margin-top:24px;}

.s_xw_tip:hover .s_xw_p3{color:#2658a8;}


.s_xw_more{ width:215px; margin:0 auto; margin-top:65px;transition:all 0.4s linear;}
.s_xw_more p a{ display:block; font-size:16px; color:#858585; line-height:38px; text-align:center; border:2px solid #858585;transition:all 0.4s linear;}
.s_xw_more:hover{ width:230px;}
.s_xw_more p a:hover{ background-color:#2658a8;border:2px solid #2658a8;color:#fff;}


/*首页联系我们*/
.s_lx_bg{ background:url(../images/img14.jpg) center no-repeat; width:100%; height:712px; margin-top:120px;}
.s_lx_box{ width:1233px; height:712px; margin:0 auto; position:relative;}
.s_lx_hezi{ width:570px; position:absolute; left:340px; top:209px;}
.s_lx_hezi .s_lx_pic{ float:left;}
.s_lx_kuang{ float:left; margin-left:24px; margin-top:6px;}
.s_lx_kuang .s_lx_p1{ font-size:34px; color:#2658a8; font-weight:bold;}
.s_lx_kuang .s_lx_p2{ font-size:19px; color:#2658a8;}
.s_lx_nr{ margin-top:26px;}
.s_lx_nr p{ font-size:16px; color:#000; line-height:34px;}
.s_lx_nr p a{ color:#000;}



/*页脚*/
.foot_bg{ background-color:#292929; padding-top:33px; padding-bottom:33px;}
.foot_box{ width:1233px; margin:0 auto;}
.foot_box .foot_p1{ font-size:14px; color:#ababab; float:left; writing-mode: vertical-rl; margin-top:10px;}
.foot_box .foot_pic{ float:left; margin-left:19px;}
.foot_box .foot_line{ width:1px; height:78px; background-color:#545454; float:left; margin-left:63px; margin-top:14px;}

.foot_right{ width:960px; float:right; margin-top:25px;}
.foot_right .foot_p2{ font-size:17px; color:#fff;}
.foot_right .foot_p2 a{ color:#fff;}
.foot_right .foot_p3{ font-size:14px; color:#8a8a8a; margin-top:14px;}
.foot_right .foot_p3 a{ color:#8a8a8a;}



/*about*/
.max_box{ width:1233px; margin:0 auto; margin-top:80px; padding-bottom:100px;}
.max_box .max_p1{ font-size:18px; color:#000; text-align:center; text-transform:uppercase;}
.max_kuang{ margin:0 auto; margin-bottom:64px; }
.max_kuang tr td .max_line{ width:39px; height:2px; background-color:#7d7d7d;}
.max_kuang tr td{ font-size:48px; color:#000; font-weight:bold; padding-left:12px; padding-right:12px;}


.jj_nr p{ font-size:16px; color:#000; line-height:36px;}
.jj_nr p a{ color:#000;}


.jj_bg{ background-image:url(../images/img17.jpg); width:1232px; height:509px; margin:0 auto; margin-top:104px;}
.jj_hezi{ width:478px; height:509px;background-color:rgba(9,105,187,0.9);}
.jj_hezi .jj_pic{ margin:0 auto; padding-top:112px;}
.jj_kuang{ width:273px; margin:0 auto; border-top:1px solid #a5bedf; border-bottom:1px solid #a5bedf; margin-top:20px; margin-bottom:35px;}
.jj_kuang p{ font-size:12px; color:#fff; text-align:center; line-height:18px;}
.jj_hezi .jj_p1{ font-size:24px; color:#fff; line-height:40px; text-align:center;}





/*新闻*/
.xw_tip{ height:144px;  margin-bottom:12px;transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;}
.xw_kuang1{ width:183px; float:left; padding-top:29px;}
.xw_kuang1 .xw_p1{ font-size:38px; font-weight:bold; color:#000; text-align:center;}
.xw_kuang1 .xw_p2{ font-size:20px; color:#000; text-align:center; margin-top:5px;}
.xw_tip .xw_line{ width:1px; height:36px; background-color:#e5e5e5; float:left; margin-top:55px;}
.xw_tip .xw_p3{ font-size:16px; color:#333; float:left; line-height:144px; margin-left:60px;transition:all 0.4s linear;}
.xw_kuang2{ float:right; width:154px; border:1px solid #ccc; border-radius:37px; margin-right:46px; margin-top:46px;}
.xw_kuang2 p{ font-size:16px; line-height:53px; text-align:center; color:#333;}

.xw_tip:hover{background-color:#2658a8!important;}
.xw_tip:hover .xw_kuang1 .xw_p1{ color:#fff;}
.xw_tip:hover .xw_kuang1 .xw_p2{ color:#fff;}
.xw_tip:hover .xw_p3{ color:#fff; padding-left:10px;}
.xw_tip:hover .xw_kuang2{border:1px solid #fff;}
.xw_tip:hover .xw_kuang2 p{ color:#fff;}



.news_title{width:100%; font-size:16px; color:#2658a8; line-height:35px; padding-top:15px; padding-bottom:15px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#666; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:14px; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:1195px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}
.new_nr_wenzi table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; }
.new_nr_wenzi table tr td{ padding:11px; font-size:14px; color:#333; line-height:26px;border:1px solid #ccc; border-top:0; border-right:0;}





.newspage1 { margin:0 auto; margin-top:40px;}
.newspage1 A { font-size:14px; color:#666; padding-left:15px; padding-right:15px; padding-top:9px; padding-bottom:9px; border:1px solid #999; margin-left:3px; margin-right:3px; border-radius:7px;}
.newspage1 A:hover {BACKGROUND: #2658a8;  COLOR: #FFFFFF; border:1px solid #2658a8;}
.newspage1 SPAN.current{ font-size:14px; BACKGROUND: #2658a8;COLOR: #FFFFFF;border:1px solid #2658a8; padding-left:15px; padding-right:15px;padding-top:9px;padding-bottom:9px;margin-left:3px; margin-right:3px;border-radius:7px;}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:13px; color:#666; text-align:center; line-height:38px;} 
.back_bg p a{color:#666;}





/*图片*/
.product-list li {
	float: left; 
	 
}

.product-list li {
	background: none;
	width: 380px;
	height: 341px; border:1px solid #ddd;
	
	display: block;
	line-height: normal;
	overflow: hidden;
	position: relative;  background:#fff; margin-right:42px; margin-bottom:30px;
	
	
}

.product-list li:nth-child(3n){margin-right:0px;}

.product-list li figure{ display:block; text-align:center; background:#f1f1f1}
.product-list li figure img {
	width: 380px;
	height: 271px;
	transition: 424ms linear;  
}




.product-list li figcaption {
	display: block;
	color: #5d5d5d;
	font-size: 16px;
	line-height: normal;
	margin-top: 20px;
	transition: 350ms;
	text-align: center; padding-bottom:30px
}

.product-box .product-down {
	float: left;
}

.product-list li  mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0, 117, 207, 0.2);
	background: #0075cf\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}

.product-list li mark b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}

.product-list li  mark b:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #0075cf;
	position: absolute;
	left: 0;
	top: 23px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}

.product-list li  mark b:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #0075cf;
	position: absolute;
	left: 23px;
	top: 0;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
}

.product-list li  mark:before {
	content: "";
	width: 100%;
	height: 0%;
	border-left: 3px solid #0075cf;
	border-right: 3px solid #0075cf;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.product-list li  mark:after {
	content: "";
	width: 0%;
	height: 100%;
	border-top: 3px solid #0075cf;
	border-bottom: 3px solid #0075cf;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.product-list li:hover  mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}
.product-list li:hover img{ transition:all 0.4s;transform: scale(1.1)}
.product-list li:hover mark:before {
	height: 100%;
	transition: 330ms 200ms;
}

.product-list li:hover  mark:after {
	width: 100%;
	transition: 330ms 200ms;
}

.product-list li:hover f img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.product-list li:hover  mark b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.product-list li:hover  mark b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.product-list li:hover figcaption {
	color: #0075cf;
}




/*采购*/
.cg_left{ width:600px; float:left;  margin-top:62px;}

.cg_tip{ margin-bottom:28px;}
.cg_tip .cg_pic{ float:left; margin-top:5px;}
.cg_kuang{ width:544px; float:left; margin-left:25px;}
.cg_kuang .cg_p1{ font-size:24px; color:#333;}
.cg_kuang .cg_p2{ font-size:18px; color:#333; margin-top:2px;}



.cg_right{ width:600px; height:450px; background-color:#ddd; float:right; overflow:hidden;}




/*联系我们*/
.con_box{ width:530px; float:left;}
.con_box h1{ font-size:25px; color:#2658a8; margin-bottom:22px;}
.con_box p{ font-size:17px; color:#333; line-height:50px;}
.con_box p a{color:#333;}


.con_ditu{ float:right; width:700px; }
.con_ditu img{ width:100%;}





/*产品*/
.pro_tip{ width:289px; height:346px; float:left;position:relative; border:1px solid #e1e1e1; margin-bottom:34px; margin-right:22px;transition:all 0.4s linear;}
.pro_tip .pro_pic{ width:259px; height:128px; overflow:hidden; padding-left:15px; padding-right:15px; padding-top:20px; display: table-cell;vertical-align: middle;}
.pro_tip .pro_pic img{ max-width:100%; max-height:100%; margin:0 auto;}
.pro_tip .pro_p1{ font-size:15px; color:#000; text-align:center; margin-top:27px;}
.pro_tip .pro_p2{ font-size:16px; color:#000; text-align:center; margin-top:12px;}
.pro_tip .pro_p2 a{ color:#000;}

.pro_more{ width:125px; margin:0 auto; margin-top:40px;}
.pro_more p a{ display:block; font-size:15px; color:#000; line-height:35px; text-align:center; border-radius:20px; border:1px solid #d8d8d8;transition:all 0.4s linear;}
.pro_tip:hover .pro_more p a{border:1px solid #2658a8; background-color:#2658a8; color:#fff;}




.pro_tip:nth-child(4n+2){margin-right:0px;}

.pro_tip:hover .pro_p1{color:#2658a8;}
.pro_tip:hover .pro_p2 a{color:#2658a8;}


.pro_tip .pro_line{ width:0; height:5px; background-color:#2658a8; position:absolute; left:0; bottom:0;transition:all 0.5s linear;}
.pro_tip:hover .pro_line{ width:100%;}



.pro_tip{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}
.pro_tip:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #cccccc;
    -moz-box-shadow:0px 5px 15px #cccccc;
    box-shadow:0px 5px 15px #cccccc;
}



.pro_title{ font-size:17px; color:white; line-height:50px; text-align:center; background-color:#2658a8;font-weight:bold; }
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0;}
.pro_nr_box table tr td{ padding:11px; font-size:15px; color:#333; line-height:32px; padding-top:15px; padding-bottom:15px;   border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box table tr td a{color:#333;}
.pro_nr_box table img{ max-width:90%!important; height:auto!important;}
.pro_nr_box p{ font-size:15px; color:#333; line-height:32px;}






.hon_kuang p{    font-size: 16px;
    color: #333;
    line-height: 36px;}
.hon_kuang{ margin-bottom:30px;}




















































