@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.2); position:fixed; top:0; left:0; z-index:200;
-webkit-transition:0.4s;
-moz-transition:0.4s;
transition:0.4s;}
.top_box{ width:1195px; height:110px; margin:0 auto;}


.head_kuang{ float:left;margin-top:26px;}
.head_kuang .head_p1{ font-size:31px; color:#fff; font-weight:bold;}
.head_kuang .head_p2{ font-size:15px; color:#fff; text-transform:uppercase; margin-top:2px;}

.top_right{ float:right; margin-top:59px;}


.top_nav ul li{ float:left; font-size:17px; color:#fff; margin-left:42px;}
.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 .top_nav ul li a{ color:#000;}
.head_bg.shrink .logoo{background-image:url(../images/logo1.png);}
.head_bg.shrink .head_kuang .head_p1{ color:#0c5ba9;}
.head_bg.shrink .head_kuang .head_p2{ color:#0c5ba9;}


/*首页公司简介*/
.s_jj_box{ width:1195px; margin:0 auto; margin-top:112px;}
.s_jj_box .s_jj_p1{ font-size:40px; color:#000; font-weight:bold; text-align:center;}
.s_jj_box .s_jj_line{ width:36px; height:3px; background-color:#343434; margin:0 auto; margin-top:19px; margin-bottom:30px;}

.s_jj_nr{ margin-bottom:47px;}
.s_jj_nr p{ font-size:20px; color:#000; line-height:44px;}
.s_jj_nr p a{ color:#000;}


.s_jj_tip{ width:375px; height:173px; float:left; position:relative; margin-right:35px;}
.s_jj_tip .s_jj_line1{ width:100%; height:5px; background-color:#0c5ba9; position:absolute; left:0; top:0;transition:all 0.4s linear;}
.s_jj_tip .s_jj_line2{ width:5px; height:100%; background-color:#0c5ba9; position:absolute; right:0; top:0;transition:all 0.4s linear;}
.s_jj_tip .s_jj_line3{ width:100%; height:5px; background-color:#0c5ba9; position:absolute; left:0; bottom:0;transition:all 0.4s linear;}
.s_jj_tip .s_jj_line4{ width:5px; height:100%; background-color:#0c5ba9; position:absolute; left:0; top:0;transition:all 0.4s linear;}
.s_jj_tip .s_jj_pic{ float:left; margin-left:48px; margin-top:56px;}
.s_jj_kuang{ width:210px; float:left; margin-left:18px; padding-top:46px;}
.s_jj_kuang .s_jj_p2{ font-size:24px; color:#494949;}
.s_jj_kuang .s_jj_p3{ font-size:36px; color:#0c5ba9; font-weight:bold;}

.s_jj_tip:hover .s_jj_line1{ width:0;}
.s_jj_tip:hover .s_jj_line2{ height:0;}
.s_jj_tip:hover .s_jj_line3{ width:0;}
.s_jj_tip:hover .s_jj_line4{ height:0;}

.s_jj_more{ width:148px; margin:0 auto; margin-top:49px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:17px; color:#5b5b5b; text-align:center; line-height:40px; border:1px solid #5b5b5b; border-radius:30px;transition:all 0.4s linear;}
.s_jj_more:hover{ width:163px;}
.s_jj_more p a:hover{ background-color:#0c5ba9;border:1px solid #0c5ba9; color:#fff;}


/*首页服务*/
.s_ser_bg{ background-color:#eeeeee; margin-top:111px;}
.s_ser_box{ width:1195px; margin:0 auto; padding-top:109px; padding-bottom:127px;}
.s_ser_box .s_ser_p1{ font-size:24px; color:#0c5ba9; font-weight:bold; text-transform:uppercase;}
.s_ser_box .s_ser_p2{ font-size:36px; color:#666666; float:left; margin-top:8px; }
.s_ser_box .s_ser_pic{ float:left; margin-top:21px; margin-left:22px;}

.s_ser_left{ width:361px; height:237px; float:left; overflow:hidden; margin-top:40px;border-radius:20px;}
.s_ser_left img{width:361px; height:237px; transform: scale(1);transition: all 1s ease-out; }
.s_ser_left img:hover{   transform: scale(1.1);    }
.s_ser_right{ width:796px; float:right;margin-top:40px;}
.s_ser_right p{ font-size:18px; color:#666666; line-height:44px;}


/*首页阶段*/
.s_jd_box{ width:1195px; margin:0 auto; margin-top:130px;}
.s_jd_box .s_jd_line{ width:1px; height:483px; float:left; background-color:#dedede;}

.s_jd_tip{ width:397px; float:left;}
.s_jd_tip .s_jd_pic{ margin:0 auto;}
.s_jd_tip .s_jd_p1{ font-size:28px; color:#666666; text-align:center; margin-top:25px; margin-bottom:33px;}
.s_jd_nr{ width:345px; height:180px; overflow:hidden; margin:0 auto;}
.s_jd_nr p{ font-size:14px; color:#666; line-height:30px;}

.s_jd_more{ width:148px; margin:0 auto; margin-top:49px;transition:all 0.4s linear;}
.s_jd_more p a{ display:block; font-size:17px; color:#5b5b5b; text-align:center; line-height:40px; border:1px solid #5b5b5b; border-radius:30px;transition:all 0.4s linear;}
.s_jd_more:hover{ width:163px;}
.s_jd_more p a:hover{ background-color:#0c5ba9;border:1px solid #0c5ba9; color:#fff;}



/*首页选择*/
.s_xz_bg{ background-color:#eeeeee; margin-top:111px;}
.s_xz_box{ width:1195px; margin:0 auto; padding-top:109px; padding-bottom:127px;}
.s_xz_box .s_xz_p1{ font-size:24px; color:#0c5ba9; font-weight:bold; text-transform:uppercase;}
.s_xz_box .s_xz_p2{ font-size:36px; color:#666666; float:left; margin-top:8px; }
.s_xz_box .s_xz_pic{ float:left; margin-top:21px; margin-left:22px;}

.s_xz_left{ width:361px; height:237px; float:left; overflow:hidden; margin-top:40px;border-radius:20px;}
.s_xz_left img{width:361px; height:237px; transform: scale(1);transition: all 1s ease-out; }
.s_xz_left img:hover{ transform: scale(1.1); }
.s_xz_right{ width:796px; float:right;margin-top:40px;}
.s_xz_right p{ font-size:16px; color:#666666; line-height:40px;}




/*首页新闻*/
.s_xw_box{ width:1195px; margin:0 auto; margin-top:100px; margin-bottom:100px;}
.s_xw_box .s_xw_p1{ font-size:48px; color:#000; text-align:center;}
.s_xw_box .s_xw_p2{ width:48px; height:2px; background-color:#737373; margin:0 auto; margin-top:19px; margin-bottom:53px;}


.s_xw_tip{ margin-bottom:39px;}
.s_xw_kuang1{ width:163px; height:95px; float:left; background-color:#0c5ba9;}
.s_xw_kuang1 p{ font-family:"迷你简粗宋"; font-size:72px; text-align:center; line-height:95px; color:#fff;}
.s_xw_kuang2{ width:887px; height:95px; background-color:#f2f2f2; float:left; padding-left:40px;transition:all 0.4s linear;}
.s_xw_kuang2 .s_xw_p3{ font-size:22px; color:#6d6d6d; padding-top:19px;transition:all 0.4s linear;}
.s_xw_kuang2 .s_xw_p4{ font-size:12px; color:#6d6d6d; margin-top:10px;transition:all 0.4s linear;}
.s_xw_kuang3{ width:104px; height:95px; float:left; background-color:#7b7b7b;}
.s_xw_kuang3 .s_xw_p5{ font-size:23px; color:#fff; text-align:center; padding-top:14px;}
.s_xw_kuang3 .s_xw_line1{ width:54px; height:1px; background-color:#b7b7b7; margin:0 auto; margin-top:4px; margin-bottom:6px;}
.s_xw_kuang3 .s_xw_p6{ font-size:18px; font-weight:bold; color:#fff; text-align:center;}

.s_xw_kuang2:hover{background-color:#7b7b7b;}
.s_xw_kuang2:hover .s_xw_p3{ color:#fff;}
.s_xw_kuang2:hover .s_xw_p4{ color:#fff;}

.s_xw_more{ width:148px; margin:0 auto; margin-top:49px;transition:all 0.4s linear;}
.s_xw_more p a{ display:block; font-size:17px; color:#5b5b5b; text-align:center; line-height:40px; border:1px solid #5b5b5b; border-radius:30px;transition:all 0.4s linear;}
.s_xw_more:hover{ width:163px;}
.s_xw_more p a:hover{ background-color:#0c5ba9;border:1px solid #0c5ba9; color:#fff;}


/*页脚*/
.foot_bg{ background-color:#0c5ba9;}
.foot_box{ width:1195px; margin:0 auto; padding-top:90px; padding-bottom:30px;}
.foot_left{ width:480px; float:left; margin-top:47px;}
.foot_left .foot_p1{ font-size:27px; color:#dddddd; font-weight:bold; text-align:right;}
.foot_left .foot_p2{ font-size:13.3px; color:#dddddd; text-transform:uppercase; text-align:right; margin-top:4px;}
.foot_left .foot_p3{ font-size:43px; color:#dee4ef;  text-align:right; margin-top:7px;}

.foot_pic{ width:120px; float:left; margin-left:34px; margin-top:47px;}
.foot_line{ width:1px; height:210px; background-color:#558dc3; float:left; margin-left:76px;}

.foot_lx{ width:447px; float:right; margin-top:-10px;}
.foot_lx p{ font-size:16px; color:#dee4ef; line-height:38px;}
.foot_lx p a{color:#dee4ef;}

.foot_pic2{ margin:0 auto; margin-top:56px;}

.foot_bq{ font-size:14px; color:#d7d7d7; text-align:center;}
.foot_bq a{color:#d7d7d7;}





/*about*/
.nybanner_box{ width:100%;  flex-shrink: 0; position:relative;}
.nybanner_box img{width: 100%;
    height: 100%;
    object-fit: cover; }

.nybanner_kuang{ width:720px; position:absolute; top:45%; left:50%; margin-left:-360px;}
.nybanner_kuang .nybanner_p1{ font-size:62px; color:#fff; text-align:center; font-weight:lighter; font-family:Noto Sans S Chinese Thin;}
.nybanner_kuang .nybanner_p2{ font-size:25px; color:#fff; text-align:center; text-transform:uppercase; font-weight:lighter;font-family:Noto Sans S Chinese Thin; margin-top:-10px;}


.max_box{ width:1195px; margin:0 auto; margin-top:82px; padding-bottom:100px;}
.max_box .max_p1{ font-size:34px; color:#464646; float:left; text-transform:uppercase;}
.max_box .max_p2{ font-size:24px; color:#dddddd; font-weight:bold; font-style:italic; text-transform:uppercase; float:right; margin-top:10px;}
.max_box .max_line{ height:1px;background-color:rgba(0,0,0,0); margin-bottom:47px;}

.jj_nr p{ font-size:16px; color:#000; line-height:36px;}
.jj_nr p a{ color:#000;}	


.jj_bg{ background-color:#0c5ba9; margin-top:45px;}
.jj_box{ width:1195px; margin:0 auto; padding-top:63px; padding-bottom:63px;}
.jj_box .jj_p1{ font-size:30px; color:#fff; font-weight:bold; text-transform:uppercase; margin-bottom:24px;}
.jj_left{ width:534px; float:left;}
.jj_left h1{ font-size:18px; color:#fff;}
.jj_left p{ font-size:16px; color:#fff; line-height:36px;}

.jj_right{ width:566px; float:right;}
.jj_right h1{ font-size:18px; color:#fff;}
.jj_right p{ font-size:16px; color:#fff; line-height:36px;}


.jj_nr2{ width:1195px; margin:0 auto; margin-top:42px; margin-bottom:100px;}
.jj_nr2 p{font-size:16px; color:#000; line-height:36px;}
.jj_nr2 p a{ color:#000;}



/*定制与服务*/
.ser_box h1{ font-size:20px; color:#0c5ba9; margin-bottom:15px; margin-top:25px;}
.ser_box p{ font-size:16px; color:#444; line-height:36px;}




/*新闻*/
.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:#0c5ba9!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:#0c5ba9; 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; text-align:justify; 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: #0c5ba9;  COLOR: #FFFFFF; border:1px solid #0c5ba9;}
.newspage1 SPAN.current{ font-size:14px; BACKGROUND: #0c5ba9;COLOR: #FFFFFF;border:1px solid #0c5ba9; 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;}




/*联系我们*/
.lx_left{ width:500px; float:left;}
.lx_left h1{ font-size:24px; color:#0c5ba9; margin-bottom:15px; }
.lx_left p{ font-size:17px; color:#333; line-height:40px;}
.lx_left p a{ color:#333;}


.lx_right{ width:630px; height:350px; float:right;  overflow:hidden; border-radius:25px;}





/*产品*/
.pro_tb{ width:100%; border:0; margin-bottom:20px;  }
.pro_tb tr td{ font-size:15px; color:#333; line-height:32px; padding-top:17px; padding-bottom:17px; padding-left:15px; padding-right:15px;}
.pro_tb tr td a{ color:#333;}


.nr_bo:hover{ background-color:#edf6fb;}




.pro_title{ font-size:17px; color:white; line-height:50px; text-align:center;background-color:#0c5ba9; 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:16px; color:#333; line-height:27px; padding-top:18px; padding-bottom:18px; border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:16px; color:#333; line-height:34px;}
.pro_nr_box img{ max-width:100%!important; height:auto!important;}


.tp_pic{ float:left; margin-left:5px; margin-right:5px;}
















































































