/*全局样式*/
@charset "utf-8";
html {
    overflow-x: hidden;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,
select {margin: 0;padding: 0}
body {font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;color: #000;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
input:required,
textarea:required {outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;-webkit-appearance: none !important;}
input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance: none; -o-appearance: none;outline: none;    }
*{margin:0; padding:0;}
a {text-decoration: none !important;cursor: pointer !important;color: #000;}
a:focus {outline: none !important;}
ul,li,dl,dt,dd{list-style-type:none;}
i{font-style:normal}
ul {margin: 0;}
li {list-style: none;}
img{max-width:100%;}
.container-fluid {max-width: 1760px !important;}
.tr5 {transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;}
.tr2 {transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}
.overflow {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial;}
.bjcover{background-position: 50% 50%; background-size: cover;background-repeat:no-repeat;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}

header{position:fixed;z-index: 111;left: 0;top:0;width: 100%;}
header.active{background: #0a316d;box-shadow: 0 4px 8px rgba(255,255,255,.2);}
header .container-fluid{max-width: 1760px !important;}
header .logo{line-height:90px;height: 90px;font-size: 0;}
header .logo img{max-height:calc(100% - 44px);}
header form{width: 46px;height:46px;margin-top: 22px;position: relative;border-radius: 7px;z-index: 2;}
header form input{transition: all .2s;width: 0;line-height: 46px;height: 46px;position: absolute;right:calc(100% - 4px);top:0;border: 0;padding:0;background: rgba(255,255,255,1);opacity: 1;border-radius: 6px 0 0 6px;}
header form button{width: 46px;float: left;background:rgba(255,255,255,.2);color: #fff;text-align: center;line-height:44px;height: 46px;font-size: 22px !important;border: 1px solid #fff;border-radius:6px;}
header form:hover button{background-color: rgba(255,255,255,1);color: #0a316d;}
header form:hover button:hover{color: red;}
header form:hover input{opacity: 1;width: 300px;padding:  0 6px 0 18px;}
header .lanmu{transition: all .2s;width: 46px;height:46px;line-height: 44px;border: 1px solid #fff;position: relative;cursor: pointer;z-index: 1;;border-radius: 6px;overflow: hidden;margin-top: 22px;margin-right: 22px;font-size:28px !important;color: #fff;text-align: center;background: rgba(255,255,255,.2);}
header .lanmu:hover{background-color: rgba(255,255,255,1);color: #0a316d;}
.danye table{margin: 0 auto;}

/*pc导航*/
header nav{position: fixed;right: -330px;top:0;width: 330px;height: 100%;z-index: 4;background: #fff;box-shadow: 0 0 11px rgba(0,0,0,.1);overflow-y: auto;padding-bottom: 20px;}
header nav.active{right: 0;}
header nav .top{line-height: 60px;background:#F2F2F2;font-size: 18px;font-weight: bold;padding: 0 35px;border-bottom: 1px solid #ddd;}
header nav .top i{display: block;position: absolute;right: 15px;top:0;font-size:30px;font-weight: 100;color: #333;cursor: pointer;}
header nav .top i:hover{color:red;transform:rotate(90deg);}
header nav a{transition: all .2s;}
header nav ul{margin:0;padding:20px 0;}
header nav ul > li{position: relative;display:block;line-height:50px;margin-top: 1px;}
header nav ul > li > a{line-height:inherit; display:block;color: #fff;font-size: 16px;color: #333;padding: 0 55px 0 35px;position: relative;z-index: 1;}
header nav ul > li > i.glyphicon{display:block;font-size: 16px;position: absolute;right:0;top:0;color: #0a316d;line-height:inherit;z-index: 2;width: 50px;text-align: center;cursor: pointer;}
header nav ul > li > a:hover{color: #fff;background-color: #0a316d;}
header nav ul > li.active > a{color: #fff;background-color: #0a316d;}
header nav ul > li:hover > i.glyphicon{color: #fff;}
header nav ul > li > i.glyphicon.active{color: #fff;background-color: red;}
header nav ul > li > i:hover{background-color: red;}
header nav .ul{display: none;background: #f4f4f4;padding: 10px 0;}
header nav .ul a{font-size: 14px;color: #333;line-height: 40px;display: block;padding: 0 20px 0 50px;}
header nav .ul a:hover{background-color: #0a316d;color: #fff;}
header nav .ul a.active{background-color: #0a316d;color: #fff;}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .bjcover{height: 100vh;display: block;}
.banner .swiper-pagination-bullet{background:#fff;opacity:1;width: 12px;height: 12px;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;border-radius: 10px;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:30px;}


footer{background: #001F3A;word-wrap:break-word;}
footer .container-fluid{max-width: 1230px !important;}
footer .box1{padding: 50px 0;}
footer .box1 .list1{width:530px;float: left;font-size: 0;}
footer .box1 .list1 .tt{display: inline-block;vertical-align: top;width: 30%;padding-right: 20px;}
footer .box1 .list1 .tt:nth-child(1){width: 40%;}
footer .box1 .top{font-size: 16px;color: #fff;position: relative;padding-bottom: 15px;margin-bottom: 10px;}
footer .box1 .top:after{content: "";width:calc(100% - 10px);height: 1px;background: #3D92FF;height: 1px;position: absolute;left: 0;bottom: 0;max-width: 110px;}
footer .box1 .top:before{content: "";width:33px;height:2px;background: #3D92FF;height:2px;position: absolute;left: 0;bottom: 0;}
footer .box1 .list1 a{font-size: 14px;color: #fff;position: relative;line-height: 34px;display: block;}
footer .box1 .list1 a:hover{text-decoration: underline !important;}
footer .box1 .list2{width:calc(100% - 802px);float: left;border-left: 1px solid rgba(255,255,255,.3);padding:0 30px;}
footer .box1 .list2 .tt1{line-height: 26px;font-size: 14px;color: #fff;position: relative;padding: 5px 0 8px 32px;}
footer .box1 .list2 .tt1 img{position: absolute;left: 0;top:8px;}
footer .box1 .list3{width:272px;float: right;font-size: 0;text-align: right;}
footer .box1 .list3 .img{width: 126px;display: inline-block;vertical-align: top;background: #fff;border-radius: 10px;font-size: 16px;color: #00469c;margin-left: 10px;text-align: center;overflow: hidden;padding: 6px 6px 11px;}
footer .box1 .list3 .img img{width: 100%;display: block;margin-bottom:8px;}
footer .box2{padding: 20px 0;color: rgba(255,255,255,.6);line-height: 24px;border-top: 1px solid rgba(255,255,255,.2);}







.main80{padding: 80px 0;}
.title{margin-bottom: 44px;position: relative;}
.title .div1{font-size: 36px;line-height: 38px;border-left:6px solid #00508B;font-weight: bold;padding-left: 20px;}
.title .div2{display: block;font-size: 16px;color: #333;position: absolute;right: 0;top:0;padding-top: 6px;line-height:26px;}
.title .div2 img{padding-left: 8px;position: relative;top:-3px;}
.title .div2:hover{color: #55C145;text-decoration: underline !important;letter-spacing:1px;}
.title .div2:hover img{padding-left: 11px;}
.title.titlebs .div1{color: #fff;border-color: #fff;}


.gd{display: block;width: 230px;line-height: 52px;border: 1px solid #ddd;text-align: center;font-size: 20px;color: #000;margin:44px auto 0;color: #000;}
.gd i{padding-left:5px;}
.gd:hover{color: #fff;background-color: #0a316d;border-color: #0a316d;}


.lb1{position: relative;}
.lb1 .swiper-button-prev{font-size:46px;width: 46px;height: 46px;line-height: 46px;text-align: center;background: fixed;color: #D5D5D5;right:56px;left: auto;top:-88px;margin: 0;}
.lb1 .swiper-button-next{font-size:46px;width: 46px;height: 46px;line-height: 46px;text-align: center;background: fixed;color: #D5D5D5;right:0;left: auto;top:-88px;margin: 0;}
.lb1 .swiper-button-prev:hover{color: #0a316d;}
.lb1 .swiper-button-next:hover{color: #0a316d;}

/* 产品中心 */
.main1 .list{display: block;border: 1px solid #ddd;position: relative;padding-bottom:120px;}
.main1 .list .img{padding-top: 93%;position: relative;overflow: hidden;}
.main1 .list .img img{display: block;position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-height:66%;max-width: 66%;}
.main1 .list .tt{background: #F3F3F3;height: 120px;position: absolute;left: 0;bottom: 0;width: 100%;border-top: 1px solid #ddd;text-align: center;line-height:36px;padding: 24px 15px 0;}
.main1 .list .tt:after{content: "";transition: all .2s;width: 0;height: 100%;background: #0a316d;position: absolute;left: 0;top:0;z-index: 1;}
.main1 .list .tt .tt1{font-size: 24px;font-weight: bold;text-transform: uppercase;color: #000;font-family: 'Arial';position: relative;z-index: 2;}
.main1 .list .tt .tt2{font-size: 20px;color: #000;position: relative;z-index: 2;}
.main1 .swiper-slide:nth-child(even) .list{padding-bottom: 0;padding-top: 120px;}
.main1 .swiper-slide:nth-child(even) .list .tt{bottom: auto;top:0;border: 0;border-bottom: 1px solid #ddd;}


/* 关于我们 */
.main2{background-color:#F7F7F7;}
.main2 .box {position: relative;min-height: 500px;background: #fff;padding: 70px calc(40% + 70px) 70px 70px;box-shadow: 0 0 11px rgba(0,0,0,.04);}
.main2 .box .bjcover{width:40%;position: absolute;right: 0;top:0;height: 100%;}
.main2 .box .tt1{font-size: 30px;font-weight: bold;color: #0a316d;position: relative;padding-bottom: 25px;margin-bottom: 25px;}
.main2 .box .tt1:after{content: "";width: 120px;height: 2px;background: #0a316d;position: absolute;left: 0;bottom: 0;}
.main2 .box .tt2{font-size: 16px;line-height: 30px;color: #666666;max-height: 180px;overflow: hidden;}
.main2 .box .tt3{margin-top: 33px;display: block;}
.main2 .box .tt3:hover{padding-left: 10px;}

.main3{height:850px;position: relative;}
.main3 .bjbox{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.main3 .bjbox .bjcover{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;transition: all .3s;opacity: 0;}
.main3 .bjbox .bjcover.active{opacity: 1;z-index: 2;}
.main3 .tt{position: absolute;right: 0;top:0;height: 100%;background: rgba(255,255,255,.3);z-index: 3;width: 50%;overflow-y: auto;}
.main3 .tt a{display: block;height:170px;position: relative;font-size: 30px;color: #fff;border: 1px solid #fff;padding: 0 100px 0 55px;line-height: 90px;padding-top:78px;transition: all .2s;}
.main3 .tt a:hover{background-color: rgba(255,255,255,.8);color: #000;font-weight: bold;}
.main3 .tt a.active{background-color: rgba(255,255,255,.8);color: #000;font-weight: bold;}
.main3 .tt a:before{position: absolute;right: 66px;bottom: 0;font-size: 120%;}


/* 新闻资讯 */
.main4 .zuo{width: 41%;float: left;padding-right: 88px;}
.main4 .zuo .list{display: block;padding:33px 0 88px;}
.main4 .zuo .list .tt1{font-size: 20px;font-weight: bold;color: #000;line-height: 30px;height: 60px;overflow: hidden;margin-bottom:18px;}
.main4 .zuo .list .tt2{font-size: 16px;color: #000;line-height: 30px;height: 150px;overflow: hidden;}
.main4 .zuo .tt3{font-size: 18px;display: block;color: #004e8b;padding-top:66px;}
.main4 .zuo .tt3 i{padding-left:5px;}
.main4 .zuo .tt3:hover{color: #0a316d;text-decoration: underline !important;letter-spacing: 2px;}


.main4 .you{width: 59%;float: left;}
.main4 .you .list2{display: block;border: 1px solid #ddd;width: 33.33%;margin-left: -1px;padding:66px 30px 80px;float: left;}
.main4 .you .list2 .tt1{font-family: 'Impact';font-size:50px;color: #999;font-weight: 100;}
.main4 .you .list2 .tt2{font-size: 16px;font-family: 'Arial';margin-top:40px;color: #999;}
.main4 .you .list2 .tt3{font-size: 16px;color: #000;margin-top:11px;line-height: 25px;height: 50px;overflow: hidden;}
.main4 .you .list2 .img{margin-top:30px;}
.main4 .you .list2 .img .bjcover{padding-top: 46%;}
.main4 .you .list2 .tt4{font-size:36px;color: #333;margin-top:66px;position: relative;top:0;left: 0;}
.main4 .you .list2:hover{background-color: #0a316d;background-color: #0a316d;}
.main4 .you .list2:hover .tt1{color: rgba(255,255,255,.3);}
.main4 .you .list2:hover .tt2{color: #fff;}
.main4 .you .list2:hover .tt3{color: #fff;}
.main4 .you .list2:hover .tt4{color: #fff;}
.main4 .you .list2:hover .tt4:hover{top:-6px;left: 6px;}
.main4 .you .list2:hover .bjcover{transform:scale(1.06);}


.lb4{position: relative;}
.lb4 .swiper-button-prev{font-size: 28px;width: 30px;height: 30px;line-height: 30px;top:auto;left:0;bottom: 15px;background: fixed;}
.lb4 .swiper-button-next{font-size: 28px;width: 30px;height: 30px;line-height: 30px;top:auto;right: auto;left:40px;bottom: 15px;background: fixed;}
.lb4 .swiper-button-next:after{content: "";width: 2px;height: 22px;background: #9D9D9D;border-left: 1px solid #818181;position: absolute;left: -7px;top:0;bottom: 2px;margin: auto 0;}



/* 业务板块 */
.main5{min-height:700px;}
.main5 .zuo{float: left;}
.main5 .you{width: 360px;background: #fff;padding: 25px;float: right;margin-right: 8%;}
.main5 .you select{line-height: 44px;border: 1px solid #ddd;padding: 0 18px;height: 46px;width: 100%;background: #fff;}
.main5 .you input{line-height: 44px;border: 1px solid #ddd;padding: 0 18px;height: 46px;width: 100%;background: #F5F5F5;}
.main5 .you .inputbox{margin: 14px 0;position: relative;}
.main5 .you button{position: absolute;right: 15px;top:0;background: fixed;line-height: 46px;height: 46px;border: 0;font-size:22px;z-index: 2;transition: all .2s;}
.main5 .you button:hover{color: red;}
.main5 .you .listbox{height: 402px;overflow-y: auto;}
.main5 .you .listbox .list{display: block;padding-top: 14px;margin-top: 14px;border-top: 1px solid #ddd;}
.main5 .you .listbox .list:nth-child(1){border: 0;margin-top: 0;}
.main5 .you .listbox .list .tt1{font-size: 18px;line-height: 25px;margin-bottom: 10px;color: #000;}
.main5 .you .listbox .list .tt2{font-size: 14px;line-height: 25px;height: 75px;overflow: hidden;color: #666;}



/* 友情链接 */
.main6 .list{display: block;border: 1px solid #ddd;height: 70px;line-height: 70px;font-size: 0;text-align: center;box-shadow: 0 0 2px rgba(0,0,0,.04);transition: all .2s;}
.main6 .list:hover{border-color: #0a316d;}

.swiper-button-disabled{opacity: .05 !important;}


.lb6{position: relative;}
.lb6 .swiper-button-prev{font-size:46px;width: 46px;height: 46px;line-height: 46px;text-align: center;background: fixed;color: #D5D5D5;right:56px;left: auto;top:-88px;margin: 0;}
.lb6 .swiper-button-next{font-size:46px;width: 46px;height: 46px;line-height: 46px;text-align: center;background: fixed;color: #D5D5D5;right:0;left: auto;top:-88px;margin: 0;}
.lb6 .swiper-button-prev:hover{color: #0a316d;}
.lb6 .swiper-button-next:hover{color: #0a316d;}


.banner2{height: 360px;}

/*内页共用*/
.ny{min-height:666px;padding: 44px 0 50px;}
.ny .container-fluid{max-width: 1230px !important;}
.ny .zuo{width:260px;float: left;padding-right: 30px;}
.ny .you{width:calc(100% - 260px);float: left;}
.ny .zuo .top{line-height: 76px;background: #0a316d;margin-bottom: 2px;font-size:20px;font-weight: bold;color: #fff;text-align: center;height: 76px;overflow: hidden;position: relative;display: block !important ;top:0 !important}
.ny .zuo .top span{font-size: 11px;color: #fff;font-family: 'Arial';text-transform: uppercase;line-height: normal;}
.ny .zuo .top:before{position: absolute;right:16px;top:2px;opacity: 0;}

.ny .zuo .ul{margin-bottom: 20px;}
.ny .zuo .ul > a{display:block;width: 100%;margin-top: 2px;line-height: 42px;background: #f1f1f1;color: #000;position: relative;padding: 0 14px;transition: all 0.3s;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial;}
.ny .zuo .ul > a:before{position: absolute;right: 20px;top:0;color: #333;line-height: inherit;font-size: 80%;transition: all 0.3s;transform:rotate(-90deg)}
.ny .zuo .ul > a:hover{background: #0a316d;color: #fff;}
.ny .zuo .ul > a:hover:before{color: #fff;}
.ny .zuo .ul > a.active{background: #0a316d;color: #fff;}
.ny .zuo .ul > a.active:before{color: #fff;transform:rotate(0deg)}

/*二级*/
.ny .zuo .ul2{display:none;border: 1px solid #eee;padding: 6px 20px;}
.ny .zuo .ul2.active{display:block;}
.ny .zuo .ul2 a{line-height: 42px;padding:0 10px 0 15px;width: 100%;position: relative;display: block;transition: all 0.3s}
.ny .zuo .ul2 a:nth-child(n+2){border-top:1px dashed #eee;}
.ny .zuo .ul2 a:hover{color: #0a316d}
.ny .zuo .ul2 a.active{color: #0a316d}

/*左侧联系我们*/
.ny .zuo .tt{border:1px solid #eee;margin-top: 3px;background: #fff;}
.ny .zuo .tt .tt1{color: #000;padding: 20px 0;padding-left: 60px;border-bottom: 1px solid #eee;background: url("../images/tu22.png") no-repeat 16px center;}
.ny .zuo .tt .tt1 span{color: #0a316d;font-size: 20px;display: block;font-weight: bold;}
.ny .zuo .tt .tt2{padding:16px;color: #333;font-size: 13px;line-height: 26px;}
/*右侧顶部*/
.ny .you .top{font-size:20px;color: #000;font-weight: bold;border-bottom: 1px solid #eee;line-height:54px;margin-bottom:25px;position: relative;}
.ny .you .top .top2{position: absolute;right: 0;top:0;font-size: 14px;font-weight: 500;color: #000;}
.ny .you .top .top2 span{color: #0a316d;}
.ny .you .top .top2 a{color: #000;transition: all .2s;}
.ny .you .top .top2 a:hover{color: #0a316d;}


/*内页新闻*/
.nyxw .list{margin-bottom:20px;display: block;padding: 14px;border: 1px solid #e9e9e9;}
.nyxw .list .img{width:calc(9% + 156px);float: left;}
.nyxw .list .img .bjcover{height:190px;}
.nyxw .list .tt{float: left;width: calc(91% - 156px);padding-left: 22px;}
.nyxw .list .tt1{font-size: 17px;color: #000;font-weight: bold;line-height: 27px;margin-top: 6px;}
.nyxw .list .tt2{color: #b1b1b1;font-size: 12px;line-height: 28px;}
.nyxw .list .tt3{color: #333333;line-height: 25px;height: 75px;overflow: hidden;}
.nyxw .list .tt4{width:96px;border: 1px solid #d9d9d9;border-radius: 20px;text-align: center;color: #333333;line-height: 29px;margin-top: 14px;position: relative;padding-right: 20px;}
.nyxw .list .tt4:after{content:"";width: 10px;height: 7px;background: url("../images/tu29.png") no-repeat center center;position: absolute;right: 20px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 1;}
.nyxw .list .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu29-1.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;}
.nyxw .list:hover .tt4{background-color: #0a316d;color: #fff;border-color: #0a316d;}
.nyxw .list:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}


/* 产品中心 */
.nycp {margin: 0 -15px;}
.nycp .list{display: block;border: 1px solid #ddd;position: relative;padding-bottom:100px;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;}
.nycp .list .img{padding-top: 93%;position: relative;overflow: hidden;}
.nycp .list .img img{display: block;position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-height:66%;max-width: 66%;}
.nycp .list .tt{background: #F3F3F3;height: 100px;position: absolute;left: 0;bottom: 0;width: 100%;border-top: 1px solid #ddd;text-align: center;line-height:30px;padding: 20px 15px 0;}
.nycp .list .tt:after{content: "";transition: all .2s;width: 0;height: 100%;background: #0a316d;position: absolute;left: 0;top:0;z-index: 1;}
.nycp .list .tt .tt1{font-size: 16px;font-weight: bold;text-transform: uppercase;color: #000;font-family: 'Arial';position: relative;z-index: 2;}
.nycp .list .tt .tt2{font-size: 18px;color: #000;position: relative;z-index: 2;}


/* 产品中心 */
.nycase {margin: 0 -15px;}
.nycase .list{display: block;position: relative;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;}
.nycase .list .bjcover{padding-top:80%;position: relative;overflow: hidden;}
.nycase .list .tt{font-size: 18px;font-weight: bold;text-align: center;line-height: 60px;color: #000;border: 1px solid #ddd;}
.nycase .list:hover .bjcover{transform:scale(1.06);}
.nycase .list:hover .tt{background-color: #0a316d;color: #fff;border-color: #0a316d;}



/*详情页*/
.danye{color:#000000;font-size: 14px;line-height: 180%;}
.danye .topbox{margin-bottom:24px;text-align: center;}
.danye .bt{color: #000;font-size: 22px;padding-bottom: 10px;}
.danye .rq{color: #555555;font-size: 14px;}
.danye .xian{width: 100%;height: 1px;margin-top: 14px;border-bottom: 1px dashed #ccc;}
.danye .img{margin:0 auto 18px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;position: relative;margin:20px auto;border: 1px solid #eee;}















/*transition: all .2s;*/
/*0a316d*/

/*transform:scale(1.06);*/

/*媒体查询开始*/
@media (min-width:1199px){
    .main1 .list:hover{padding-bottom: 160px;}
    .main1 .list:hover .tt{height: 160px;padding-top:44px;}
    .main1 .list:hover .tt:after{width: 100%;}
    .main1 .list:hover .tt .tt1{color: #fff;}
    .main1 .list:hover .tt .tt2{color: #fff;}
    .main1 .list:hover .img{padding-top: calc(93% - 40px);}
    .main1 .swiper-slide:nth-child(even) .list:hover{padding-bottom: 0;padding-top: 160px;}
    .main1 .swiper-slide:nth-child(even) .list:hover .tt{bottom: auto;top:0;border: 0;border-bottom: 1px solid #ddd;}

    .nycp .list:hover{padding-bottom:130px;}
    .nycp .list:hover .tt{height: 130px;padding-top:30px;}
    .nycp .list:hover .tt:after{width: 100%;}
    .nycp .list:hover .tt .tt1{color: #fff;}
    .nycp .list:hover .tt .tt2{color: #fff;}
    .nycp .list:hover .img{padding-top: calc(93% - 30px);}
    
    
    

}
@media (max-width:1599px){
    .main1 .list .tt .tt1{font-size: 20px;}
}

@media (max-width:1230px){
    .banner2{padding-top:29%;height: auto;}
}
@media (max-width:1199px){
    footer .box1 .list1{width: 450px;}
    footer .box1 .list2{width: calc(100% - 722px);}




    .banner .bjcover{height: auto;padding-top: 60%;}
    .banner.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
    .main2 .box {padding: 50px calc(40% + 50px) 50px 50px;min-height: 444px;}

    .main3{height:600px;position: relative;}
    .main3 .tt{width: 40%;}
    .main3 .tt a{font-size: 22px;padding:28px 88px 0 33px;height: 120px;}
    .main3 .tt a:before{right: 25px;}

    .main4 .zuo{width: 100%;padding: 0;}
    .main4 .you{width: 100%;margin-top: 55px;}






}
@media (max-width:991px) {
    footer .box1 .list1{width: 480px;}
    footer .box1 .list2{width: calc(100% - 480px);}
    footer .box1 .list3{width: 100%;margin-top: 22px;text-align: left;}
    footer .box1 .list3 .img{width: 160px;margin-left: 0;margin-right: 15px;}

    .main2 .box .tt1{font-size: 22px;}
    .main5 .you{margin-right: 0;}
    
    /*内页共用*/
    .ny{min-height:333px;padding: 20px 0 50px;}
    .ny .zuo{width:100%;padding: 0;margin-bottom: 20px;}
    .ny .you{width:100%;}
    .ny .zuo .top{line-height:48px;margin:0;font-size:18px;height:50px;text-align: left;padding: 0 30px 2px 20px;}
    .ny .zuo .top span{font-size: 11px;color: #fff;font-family: 'Arial';text-transform: uppercase;}
    .ny .zuo .top:before{opacity: 1;}
    .ny .zuo .ul{margin:0;display: none;}
    .ny .zuo .ul > a{padding: 0 30px 0 20px;}
    .ny .zuo .ul > a:before{right: 15px;}




        
}

@media (max-width:767px) {
    footer .box1{padding:40px 0;}
    footer .box1 .list1{width:100%;}
    footer .box1 .list1 .tt{width:100% !important;padding-right: 0;margin-bottom: 22px;}
    footer .box1 .top{padding-bottom: 10px;margin-bottom:4px;}
    footer .box1 .list1 a{display: inline-block;vertical-align: top;line-height: 30px;padding-right:20px;}
    footer .box1 .list2{width:100%;border: 0;padding: 0;}
    footer .box1 .list2 .top{margin-bottom: 10px;}
    footer .box1 .list2 .tt1{padding-bottom: 6px;}
    footer .box1 .list3{width:100%;text-align: left;margin-right: -10px;}
    footer .box1 .list3 .img{font-size: 14px;margin:0 10px 10px 0;max-width: calc(50% - 10px);}







    header{background: #0a316d;box-shadow: 0 4px 8px rgba(255,255,255,.2);}
    header .logo{height: 80px;line-height: 80px;max-width: calc(100% - 100px);}
    header .logo img{max-height: calc(100% - 40px);}

    header form{width:38px;height:38px;}
    header form input{line-height: 38px;height: 38px;right:calc(100% - 4px);}
    header form button{width: 38px;line-height:36px;height: 38px;font-size: 20px !important;}
    header form:hover input{opacity: 1;width: 260px;padding: 0 6px 0 18px;}
    header .lanmu{width:38px;height:38px;line-height:38px;margin-top: 22px;margin-right:10px;font-size:23px !important;}
    
    /*pc导航*/
    header nav{max-width: 100%;}
    header nav .top{padding: 0 25px;}
    header nav ul > li{line-height:46px;}
    header nav ul > li > a{padding: 0 50px 0 25px;}
    header nav ul > li > i.glyphicon{width: 44px;}
    header nav .ul a{line-height:36px;padding: 0 20px 0 40px;}
    
    /*banner*/
    .banner2{margin-top:81px;}
    .banner{margin-top:81px;}
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:33px;}
    .banner.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:6px;}
    
    .main80{padding:40px 0;}
    .title{margin-bottom:28px;}
    .title .div1{font-size:22px;line-height: 30px;border-left:4px solid #00508B;padding-left:11px;}
    .title .div2{font-size: 14px;}
    .title .div2 img{padding-left: 4px;}
    .title .div2:hover img{padding-left:6px;}
    .gd{width:120px;line-height:40px;font-size:14px;margin:28px auto 0;}



    .lb1 .swiper-button-prev{font-size:34px;width: 34px;height: 34px;line-height: 34px;right:40px;top:-58px;}
    .lb1 .swiper-button-next{font-size:34px;width: 34px;height: 34px;line-height: 34px;right:0;top:-58px;}


    /* 产品中心 */
    .main1 .list{padding:0 0 70px !important;}
    .main1 .list .tt{height: 70px;line-height:22px;padding: 13px 11px 0;top:auto !important;bottom: 0 !important;border: 0 !important;border-top: 1px solid #ddd !important;}
    .main1 .list .tt .tt1{font-size: 11px;font-weight: normal;}
    .main1 .list .tt .tt2{font-size: 15px;}

    /* 关于我们 */
    .main2 .box {min-height: inherit;padding:0;background: fixed;box-shadow:none;}
    .main2 .box .bjcover{width:100%;position: relative;right: auto;top:auto;height: auto;padding-top: 66%;margin-bottom: 16px;}
    .main2 .box .tt1{font-size:20px;padding-bottom: 18px;margin-bottom: 18px;}
    .main2 .box .tt1:after{width: 80px;}
    .main2 .box .tt2{font-size: 15px;line-height: 30px;max-height: 240px;}
    .main2 .box .tt3{margin-top: 22px;}

    .main3{height:500px;}
    .main3 .tt{top:auto;bottom: 0;height:196px;width: 100%;}
    .main3 .tt a{height:50px;font-size: 20px;padding: 0 50px 0 20px;line-height:48px;padding-top:0;margin-top: -1px;background: rgba(255,255,255,.6);color: #333;}
    .main3 .tt a:hover{background-color: #fff;}
    .main3 .tt a.active{background-color: #fff;}


    /* 新闻资讯 */
    .main4 .zuo .list{padding:0 0 60px;}
    .main4 .zuo .list .tt1{font-size: 18px;margin-bottom:11px;}
    .main4 .zuo .list .tt2{font-size: 14px;height: auto;max-height:130px;line-height: 26px;}
    .main4 .zuo .tt3{font-size: 16px;padding-top:28px;}

    .main4 .you{margin-top: 20px;}
    .main4 .you .list2{width:100%;margin-left:0;padding:30px 20px 30px;margin-top: 22px;}
    .main4 .you .list2 .tt1{font-size:33px;}
    .main4 .you .list2 .tt2{font-size: 14px;margin-top: 4px;}
    .main4 .you .list2 .tt3{font-size: 15px;margin-top: 2px;}
    .main4 .you .list2 .img{margin-top:11px;}
    .main4 .you .list2 .tt4{font-size:30px;margin-top: 22px;}
    .lb4 .swiper-button-prev{bottom: 0;}
    .lb4 .swiper-button-next{bottom: 0;}

    /* 业务板块 */
    .main5{min-height:auto;}
    .main5 .you{max-width: 100%;padding: 20px;}
    .main5 .you .listbox{height: 402px;}
    .main5 .you .listbox .list .tt1{font-size: 16px;}

    .lb6 .swiper-button-prev{font-size:34px;width: 34px;height: 34px;line-height: 34px;right:40px;top:-58px;}
    .lb6 .swiper-button-next{font-size:34px;width: 34px;height: 34px;line-height: 34px;right:0;top:-58px;}


    /* 产品中心 */
    .nycp {margin: 0 -7px;}
    .nycp .list{width: calc(50% - 14px);margin: 0 7px 14px;}
    .nycp .list{padding:0 0 70px !important;}
    .nycp .list .tt{height: 70px;line-height:22px;padding: 13px 11px 0;top:auto !important;bottom: 0 !important;border: 0 !important;border-top: 1px solid #ddd !important;}
    .nycp .list .tt .tt1{font-size: 11px;font-weight: normal;}
    .nycp .list .tt .tt2{font-size: 15px;}


    /* 产品中心 */
    .nycase {margin: 0 -7px;}
    .nycase .list{width: calc(50% - 14px);margin: 0 7px 14px;}
    .nycase .list .tt{font-size: 15px;font-weight: normal;line-height: 44px;}


    /*详情页*/
    .danye .bt{font-size: 18px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 15px auto;}
    .danye .ditu{height:360px;margin: 15px auto;}
    .danye .xian{margin-top: 10px;}



   
}
@media (max-width:600px) {
    /*内页新闻*/
    .nyxw .list{margin-bottom:20px;padding: 0;box-shadow: 0 0 0;}
    .nyxw .list .img{width:100%;float:none;}
    .nyxw .list .img .bjcover{height:auto;padding-top: 66%;}
    .nyxw .list .tt{float: none;width: 100%;padding-left: 0;padding: 0 10px;padding: 10px 20px 20px;}
    .nyxw .list .tt1{text-overflow:inherit;white-space:inherit;overflow: inherit;line-height: 24px;}
    .nyxw .list .tt3{height:auto;max-height: 100px;}

}

@media (max-width:479px) {
 
    
    
}
