@charset "utf-8";

/*-- 全局reset

-------------------------------------------*/

html, body, div,

h1, h2, h3, h4, h5, h6,

hr, p, blockquote,

dl, dt, dd, ul, ol, li,

pre, form, fieldset, object, code,

legend, button, input, textarea, label,

th, td, a, img{margin: 0; padding: 0; border: 0; outline: 0;}

body{font: 12px/1.5 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; background-color: #fff;}

/*body{ min-width:1920px; }*/

@font-face{ font-family: din; src: url('fonts/DIN-Medium.otf');}

/*清除内外边距*/

h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}

/*设置默认字体*/

:focus{outline: 0;}

ul,

ol{list-style: none;}

/*重置图片元素*/

address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}

abbr, acronym{border: 0; font-variant: normal;}

input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}

code, kbd, samp, tt{font-size: 100%;}

/*@purpose To enable resizing for IE */

/*@branch For IE6-Win, IE7-Win */

input, button, textarea, select{*font-size: 100%; outline: none;}

/*修改滚动条*/

::-webkit-scrollbar{width:6px; height:6px ;}

::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}

::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}

textarea{resize: none;}

table{border-collapse: collapse; border-spacing: 0;}

/*重置表格*/

blockquote, q{quotes: none;}

blockquote:before,

blockquote:after,

q:before,

q:after{content: ''; content: none;}

.fl{float: left;}

.fr{float: right;}

a{color: #333; text-decoration: none; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; transition: color .2s ease-in-out; -webkit-transition: background-color .2s ease-in-out; -moz-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out;}

a:hover{text-decoration: none;}

a.special,

.special a{color: #1eb37b;}

a.special:hover,

.special a:hover{color: #1eb37b; text-decoration: none;}

/*--清除浮动

-------------------------------------------*/

.cf:before,

.cf:after,

.clearfix:before,

.clearfix:after{content: ""; display: table;}

.cf:after,

.clearfix:after{clear: both;}

.cf,

.clearfix{clear: both; *zoom: 1;}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏

--------------------------------------------------------------------------*/

.c-333{color: #333;}

.c-666{color: #666;}

.c-999{color: #999;}

.c-green{color: #1fb079;}

.c-orange{color: #fc714c;}

.c-reg{color: #d90106;}

/* 字号 */

.f9{font-size: 9px; -webkit-text-size-adjust: none;}

.f12,

.fb12{font-size: 12px;}

.simsun{font-family: SimSun;}

.f14,

.fb14{font-size: 14px;}

.f16,

.fb16{font-size: 16px;}

.f18,

.fb18{font-size: 18px;}

.f20,

.fb20{font-size: 20px;}

.fb,

.fb12,

.fb14,

.fb16,

.fb18,

.fb20{font-weight: 700;}

/* 隐藏 居中 */

.tc{text-align: center;}

.tr{text-align: right;}

.show{display: block;}

.hide{display: none !important;}

/*文字隐藏,省略号*/

.ti,

.te{white-space: nowrap; overflow: hidden;}

.ti{text-indent: -999em;}

.te{text-overflow: ellipsis;}

.inner{ width: 1400px; margin:0 auto; }

.section{ overflow: hidden; }

/*header*/

.header{ width:100%; position:fixed; top:0; left:0; z-index:999; height:96px; background: #fff; }

.header .logo{ width: 548px; float: left; display: flex; align-items: center; height: 96px; }

.header .nav{ float: left; -webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s; height: 96px; display: flex; align-items: center;}

.header .nav ul{ height: 96px; position: relative; }

.header .navbar_nav li{float:left;display: block; height: 100%; }

.header .navbar_nav li > a{ display: block; line-height: 96px; text-decoration: none; height: 100%; margin: 0 21px;display: inline-block;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;color: #333333;font-size: 16px; position: relative; }

.header .navbar_nav li > a:after{content: ""; width: 0; height: 2px; background: #e60012; position: absolute; bottom: 0; left: 0; transition: all 0.5s ease 0s;}

.header .navbar_nav li:hover > a:after{ width: 100%; }

.header .navbar_nav li .sub_menu{ position: absolute; overflow: hidden; box-sizing:border-box; border-top:1px solid #ccc; width: 742px; left: 0; top:50%; opacity: 0; background: #fff; padding:30px; height: 300px; transition: all .3s; display: none; }

.header .navbar_nav li .sub_menu img{ width: 280px; height: 240px; object-fit: cover; }

.header .navbar_nav li .sub_menu .fr{ width: 372px; margin-left: 30px; }

.header .navbar_nav li .sub_menu a{ display: inline-block; margin-right: 18px; width: 112px; height: 46px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; line-height: 46px; font-size: 16px; color: #333; position: relative; float: left; }

.header .navbar_nav li .sub_menu a:nth-child(3n+0){ margin-right: 0; }

.header .navbar_nav li .sub_menu a::after{ content: ""; height: 2px; background: #ddd; width: 100%; position: absolute; left: 0; bottom: 0; border:0; transition: all .3s; }

.header .navbar_nav li .sub_menu a:hover{ font-weight: bold; transition: all .3s; }

.header .navbar_nav li .sub_menu a:hover::after{ height: 4px; background: #e60012; transition: all .3s; }

.header .navbar_nav li:hover > .sub_menu{ top:100%; opacity: 1; transition: all .3s; display: block; }

.header.on{ border-bottom: 1px solid #f1f1f1; }

/*banner背景图片动画*/

@-webkit-keyframes scale-bg{

	from{ -webkit-transform:scale(1.2); transform:scale(1.2); }

	to{ -webkit-transform:scale(1); transform:scale(1); }

}

@keyframes scale-bg{

	from{ -webkit-transform:scale(1.2); transform:scale(1.2); }

	to{ -webkit-transform:scale(1); transform:scale(1); }

}

/*banner */

.app{background: #fff;}

.app .section1{position: relative;}

.app .section1 .banner .item{background-size: cover;-webkit-background-size:cover;background-position: center;background-repeat: no-repeat;height:100vh;position: relative;}

.app .section1 .banner .item.slick-current .scaleBg{visibility: visible;-webkit-animation:scale-bg 6s linear forwards;animation:scale-bg 6s linear forwards;}

.app .section1 .banner .items{background-size: cover;background-position: center center;background-repeat: no-repeat;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}

.app .section1 .banner .items:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.2);}

.app .section1 .banner .item .inner .block_txt{position: absolute;top: 400px; width: 1400px; text-align: center; opacity: 0;transform: translateY(40px);-webkit-transform: translateY(40px);-webkit-transition: all 500ms ease;transition: all 500ms ease;}

.app .section1 .banner .item.active .inner .block_txt{opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);-webkit-transition-delay: 100ms;transition-delay: 100ms;}

.app .section1 .banner .item .inner .block_txt img{ display: inline-block; }

.app .section1 .banner .item .inner .block_txt .b1_p{ margin-top:30px; }

.app .section1 .banner .item2 .inner .block_txt{ top: 400px; }

.app .section1 .banner .item2 .inner .block_txt .b2_p{ margin-top:30px; }

.app .section1 .banner .item3 .inner .block_txt{ top: 400px; }

.app .section1 .banner .item3 .inner .block_txt .b3_p{ margin-top:30px; }



.app .section1 .slick_txt{width:30%;height: 100%;background-color: transparent;transition: all 500ms ease;-webkit-transition:all 500ms ease;background-repeat: no-repeat;position: absolute;top: 0;font-size: 0;outline: none;border:0;}

.app .section1 .left{left: 0;}

.app .section1 .right{right:0;}

.app .section1 .slick_txt:hover .slick_arrow{opacity: 1;visibility: visible;}

.app .section1 .slick_txt .slick_arrow{width: 20px;height: 36px;background-repeat: no-repeat;background-position: center;margin-top: -18px;position: absolute;top: 50%;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;opacity: 0;visibility: hidden;}

.app .section1 .slick_txt .prev{background-image:url(../img/ban_prev.png);left:60px;}

.app .section1 .slick_txt .next{background-image:url(../img/ban_next.png);right:60px;}

.app .section1 .slick_txt .prev:hover{background-image:url(../img/ban_prev_hover.png);}

.app .section1 .slick_txt .next:hover{background-image:url(../img/ban_next_hover.png);}

.app .section1 .number{position: absolute;bottom:8%;left: 50%;padding-bottom: 5px;border-bottom: 1px solid rgba(255,255,255,0.2);display: table;padding: 0 20px;width: auto;text-align: center;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

.app .section1 .number span{font-family: "Myriad Pro","Microsoft YaHei";font-size: 14px;color: #fff;margin-right:100px;display: inline-block;cursor: pointer;position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;}

.app .section1 .number span:last-child{margin-right: 0;}

.app .section1 .number span:after{content: "";display: inline-block;width: 0;height: 2px;background: #fff;position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);bottom:-20px;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}

.app .section1 .number span.active:after{width: 100%;opacity: 1;visibility: visible;}

/*company*/

.app .section2{ background: #fff; }

.scale{ visibility: visible;-webkit-animation:scale-bg 6s linear forwards;animation:scale-bg 6s linear forwards;}

.mtit{ width: 100%; position: relative; }

.mtit span{ font-size: 45px; color: #9a9a9a; position: absolute; line-height: 1; left: -72px; top:0; }

.mtit span::before{ content: ""; display: inline-block; width: 62px; height: 2px; background: #999999; border:0; position: absolute; left:-74px; top:50%; margin-top: -1px; }

.mtit small{ display: block; font-family: "Myanmar Text"; font-size: 42px; color: #001427; line-height: 1; text-transform: capitalize; font-weight: bold; position: relative; top:10px; }

.mtit strong{ display: block; font-size: 36px; color: #046ab5; margin:16px 0 44px; line-height: 1; }

.m_about{ padding:80px 0; }

.m_about .img{ width: 552px; height: 567px; float: right; overflow: hidden; }

.m_about .img .scale_img{ width: 552px; height: 567px; -webkit-transform:scale(1.2); transform:scale(1.2); }

.m_about .fl{ width: 556px; }

.m_about .fl .bd p{ font-size: 14px; color: #333333; line-height: 30px; margin-bottom: 40px; }

.m_about ul{ width: 210px; float: left; margin:0 40px; }

.m_about li a{ display: block; box-sizing: border-box; }

.m_about li a{ padding:48px 0; text-align: center; border-top:1px solid #e0e0e0; }

.m_about li:last-child{ border-bottom:1px solid #e0e0e0; }

.m_about li span{ display: block; font-size: 56px; color: #0068b9; line-height: 1; }

.m_about li strong{ display: block; margin-top:12px; font-size: 24px; color: #666666; line-height: 1; }

.m_about li:hover{ background: #0068b9; }

.m_about li:hover span,.m_about li:hover strong{ color: #fff; }

.m_about li:hover span{ animation: swing 1s;}

@-webkit-keyframes swing{

    20%{-webkit-transform:rotate(15deg);} 40%{-webkit-transform:rotate(-10deg);} 60%{-webkit-transform:rotate(5deg);} 80%{-webkit-transform:rotate(-5deg);} 100%{-webkit-transform:rotate(0);}

}

@-moz-keyframes swing{

    20%{-moz-transform:rotate(15deg);} 40%{-moz-transform:rotate(-10deg);} 60%{-moz-transform:rotate(5deg);} 80%{-moz-transform:rotate(-5deg);} 100%{-moz-transform:rotate(0);}

}

@-ms-keyframes swing{

    20%{-ms-transform:rotate(15deg);} 40%{-ms-transform:rotate(-10deg);} 60%{-ms-transform:rotate(5deg);} 80%{-ms-transform:rotate(-5deg);} 100%{-ms-transform:rotate(0);}

}

@keyframes swing{

    20%{transform:rotate(15deg);} 40%{transform:rotate(-10deg);} 60%{transform:rotate(5deg);} 80%{transform:rotate(-5deg);} 100%{transform:rotate(0);}

}

/*m_product*/

.app .section3{ position: relative; height: 100%; }

.app .section3 .img_bg{ position: absolute; top:0; width: 100%; height: 100vh; }

.app .section3 .img_bg .scale_img{ width: 100%; height: 100%; -webkit-transform:scale(1.2); transform:scale(1.2); }

.m_product{ padding:200px 0; position: absolute; top:0; width: 100%; height: 100vh; }

.m_product .mtit span{ color: #ffffff }

.m_product .mtit span::before{ background: #ffffff; }

.m_product .mtit small{ color: #ffffff; }

.m_product .mtit strong{ color: #ffffff; }

.m_type{ width: 760px; position: relative; margin-top: 24px; }

.m_type a{ display: inline-block; width: 112px; text-align: center; padding:8px; border:1px solid #bbbfcb; font-size: 14px; color: #fff; margin:7px 8px; }

.m_type a:hover{ background: #0066ba; color: #fff; }

.m_product .bd{ clear: both; position: relative; }

.m_product .bd a{ display: block; width: 100%; height: 410px; overflow: hidden; position: relative; }

.m_product .bd a + a{ margin-left: 20px; }

.m_product .bd a img{ width: 100%; height: 100%; object-fit: cover; }

.m_product .bd a strong{ position: absolute; bottom:0; left: 0; width: 100%; font-weight: normal; display: block; height: 70px; line-height: 70px; background: rgba(4,101,180,.8); text-align: center; box-sizing:border-box; padding:0 15px; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .3s; }

.m_product .bd a:hover strong{ height: 410px; line-height: 410px; transition: all .3s; background: rgba(0,0,0,.6);}

.m_product .bd .swiper-button-next{ right:-72px; }

.m_product .bd .swiper-button-prev{ left:-72px; }

/*m_case*/

.app .section4{ position: relative; height: 100%; }

.app .section4 .img_bg{ position: absolute; top:0; width: 100%; height: 100vh; }

.app .section4 .img_bg .scale_img{ width: 100%; height: 100%; -webkit-transform:scale(1.2); transform:scale(1.2); background-size: cover; }

.m_case{ padding:200px 0; position: absolute; top:0; width: 100%; height: 100vh;}

.m_case .bd{ clear: both; position: relative; }

.m_case .bd a{ display: block; }

.m_case .bd a .fl{ background: #fff; padding:2px; }

.m_case .bd a .fl img{ width: 986px; height: 627px; object-fit: cover; }

.m_case .bd a .fr{ width: 360px; }

.m_case .bd a .fr span{ display: inline-block; font-size: 32px; color: #999999; line-height: 76px; height: 76px; border-top:2px solid #989898; margin:20px 0 26px; font-family: arial; }

.m_case .bd a .fr small{ display: block; font-family: "Myanmar Text"; font-size: 42px; color: #001427; line-height: 1; text-transform: capitalize; font-weight: bold; position: relative; top:10px; }

.m_case .bd a .fr strong{ display: block; font-size: 36px; color: #046ab5; margin:16px 0 44px; line-height: 1; }

.m_case .bd a .fr p{ font-size: 14px; line-height: 36px; color: #021233; }

.m_case .bd a .fr i{ margin-top: 68px; display: inline-block; padding:16px 45px; border:2px solid #0069b7; font-size: 14px; color: #0069b7; font-style: normal; }

.m_case .bd a:hover .fr i{ background: #0069b7; color: #fff; }

.m_case .bd .swiper-button-next{ right:-72px; }

.m_case .bd .swiper-button-prev{ left:-72px; }

/*m_news*/

.app .section5{ position: relative; height: 100%; }

.app .section5 .img_bg{ position: absolute; top:0; width: 100%; height: 100vh; }

.app .section5 .img_bg .scale_img{ width: 100%; height: 100%; -webkit-transform:scale(1.2); transform:scale(1.2); }

.m_news{ padding:200px 0 200px 260px; box-sizing:border-box; position: absolute; top:0; width: 100%; height: 100vh;}

.m_news .hd{ position: relative; z-index: 33; }

.m_news .hd span{ position: absolute; left: -88px; display: inline-block; font-size: 32px; color: #999999; line-height: 76px; height: 76px; border-top:2px solid #989898; margin:8px 0 0; font-family: arial; }

.m_news .hd small{ display: block; font-family: "Myanmar Text"; font-size: 42px; color: #001427; line-height: 1; text-transform: capitalize; font-weight: bold; position: relative; top:10px; }

.m_news .hd strong{ display: block; font-size: 36px; color: #046ab5; margin:16px 0 78px; line-height: 1; }

.m_news .bd a{ display: block; overflow: hidden; position: relative; padding-top: 187px; }

.m_news .bd a .fl{ width: 1400px; box-sizing:border-box; padding:60px 690px 80px 60px; background: #0168b7; }

.m_news .bd a .fl strong{ font-size: 28px; color: #fff; display: block; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m_news .bd a .fl small{ font-weight: bold; font-size: 16px; color: #f6cc08; display: block; margin:15px 0; line-height: 1; }

.m_news .bd a .fl p{ font-size: 14px; line-height: 26px; color: #fff; }

.m_news .bd a .fl span{ display: block; margin:50px 0; font-size: 16px; line-height: 1; color: #fff; transition: all .3s; }

.m_news .bd a .fr img{ width: 883px; height: 524px; position: absolute; right: -17px; top:0; }

.m_news .bd a:hover .fl span{ color: #edcf17; transition: all .3s; margin-left: 10px; }

#mnews{ margin-top: -187px; }

#mnews .swiper-pagination{ bottom: 40px; width: 12%;  line-height: 1; font-size: 20px; color: #8e8986;  }

#mnews .swiper-pagination .swiper-pagination-current{ font-size: 36px; color: #fff; }

#mnews .swiper-button-next, #mnews .swiper-button-prev{ background-image: none; width: 84px; height: 50px; background: rgba(7,87,150,.6); text-align: center; line-height: 50px;  }

#mnews .swiper-button-next span, #mnews .swiper-button-prev span{ font-size: 24px; color: #fff; }

#mnews .swiper-button-next:hover, #mnews .swiper-button-prev:hover{ background: rgba(7,22,45,.6); }

#mnews .swiper-button-next:hover span, #mnews .swiper-button-prev:hover span{ color: #f7d80b; }

#mnews .swiper-button-next{ right: 50%; margin-right: -128px; top:496px; }

#mnews .swiper-button-prev{ left: 50%; margin-left: -42px; top:496px; }

/*footer*/

.footer{ box-sizing:border-box; padding-top: 54px; height: 350px; background: url(../img/footer_bg.jpg) no-repeat center; }

.f_top{ overflow: hidden; padding-bottom: 38px; }

.f_contact{ width: 580px; float: left; }

.f_contact img{ margin-bottom:20px; width: 478px; }

.f_contact p{ font-size: 16px; color: #fff; line-height: 32px; }

.f_contact p strong{ font-size: 30px; font-weight: normal; }

.f_nav{ width: 380px; float: left; }

.f_nav strong{ display: block; font-size: 24px; color: #fff; line-height: 1; margin:20px 0 36px; padding-bottom: 18px; position: relative; }

.f_nav strong::after{ content: ""; display: inline-block; width: 45px; height: 1px; background: #fff; border:0; position: absolute; bottom:0; left: 0; }

.f_nav > div{ clear: both; overflow: hidden; }

.f_nav > div a{ display: inline-block; font-size: 16px; color: #fff; margin:0 24px 18px 0; }

.f_nav > div a:hover{ color: #ff9c00; }

.f_ewm{ width: 320px; margin-top: 30px; float: right; }

.f_ewm img{ width: 135px; float: left; }

.f_ewm p{ width: 185px; float: left; box-sizing:border-box; padding:35px; text-align: center; font-size: 16px; line-height: 32px; color: #fff; }

.f_copy{ height: 74px; line-height: 74px; border-top:1px solid #9a97a0; }

.f_copy p, .f_copy p a{ font-size: 16px; color: #fff; }

/*company*/

.main{ overflow: hidden; }

.main .catname{ font-size: 28px; color: #333; height: 42px; line-height: 28px; margin:28px 0; }

.main p{ font-size: 16px; color: #454545; line-height: 28px; margin-bottom: 28px; }

.sbanner{ height: 500px; background-position: top center; background-attachment: fixed; position: relative; }

.sbanner .hd{ text-align: center; text-shadow: 0 0 1px #f1f1f1; position: absolute; top:60%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.sbanner .hd strong{ font-weight: normal; font-size: 34px; color: #fff; display: inline-block; clear: both; position: relative;text-shadow: 0 0 5px rgba(0,0,0,.3); }

.sbanner .hd strong::before{ content: ""; display: inline-block; width: 44px; height: 1px; border:0; background: #fff; position: absolute; left: -60px; top:50%; text-shadow: 0 0 5px rgba(0,0,0,.3);}

.sbanner .hd strong::after{ content: ""; display: inline-block; width: 44px; height: 1px; border:0; background: #fff; position: absolute; right: -60px; top:50%; text-shadow: 0 0 5px rgba(0,0,0,.3);}

.sbanner .hd span{ font-size: 18px; color: #fff; font-family:times new roman,times,serif; text-transform: uppercase; display: block;text-shadow: 0 0 5px rgba(0,0,0,.3); }

.sbanner .bd{ width: 100%; position: absolute; text-align: center; bottom: 30px; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.sbanner .bd a{ display: inline-block; font-size: 16px; text-shadow: 0 0 1px #f1f1f1; color: #fff; margin:0 20px; line-height: 54px; height: 54px; position: relative;  }

.sbanner .bd a::after{ content: ""; width: 0; height: 2px; position: absolute; bottom:0; left: 50%; background: #fff; border:0; transition: all .3s; }

.sbanner .bd a:hover::after{ width: 100%; left: 0; transition: all .3s; }

.company{ background-image: url(../img/company_banner.jpg); background-image-part-image: url(../img/company_banner.jpg); }

.product{ background-image: url(../img/product_banner.jpg); background-image-part-image: url(../img/product_banner.jpg); }

.honor{ background-image: url(../img/honor_banner.jpg); background-image-part-image: url(../img/honor_banner.jpg); }

.news{ background-image: url(../img/news_banner.jpg); background-image-part-image: url(../img/news_banner.jpg); }

.culture{ background-image: url(../img/culture_banner.jpg); background-image-part-image: url(../img/culture_banner.jpg); }

.party{ background-image: url(../img/party_banner.jpg); background-image-part-image: url(../img/party_banner.jpg); }

.contact{ background-image: url(../img/contact_banner.jpg); background-image-part-image: url(../img/contact_banner.jpg); }

.c_company{ text-align: center; margin:25px 0; }

.c_company .hd{ padding-bottom: 20px; }

.c_company .hd strong{ font-size: 36px; color: #333; font-weight: normal; }

.c_company .bd{ padding:0 10%; }

.c_company .bd p{ font-size: 16px; color: #999; line-height: 1.8; text-align: left; }

.c_company .bd a{ display: inline-block; padding:15px 40px; border:1px solid #0068b9; color: #0068b9; border-radius: 25px; line-height: 1; font-size: 16px; margin:25px 0; }

.c_company .bd a:hover{ background: #0068b9; color: #fff; }

.c_list{ overflow: hidden; width:100%; }

.c_list li{ background: #f0f0f0; height: 595px; }

.c_list li .fl, .c_list li .fr{ width: 50%; overflow: hidden; }

.c_list li img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }

.c_list li .txt{ width: 100%; box-sizing:border-box; padding:120px 120px 120px 260px;  }

.c_list li:nth-child(2) .txt{ padding:120px 260px 120px 120px; }

.c_list li .txt strong{ font-size: 36px; color: #000; font-weight: normal; display: block; margin-bottom: 40px; }

.c_list li .txt p{ font-size: 18px; color: #707070; line-height: 1.6; }

.c_list li .txt a{ display: inline-block; padding:15px 40px; border:1px solid #0068b9; color: #0068b9; border-radius: 25px; line-height: 1; font-size: 16px; margin:25px 0; }

.c_list li .txt a:hover{ background: #0068b9; color: #fff; }

.c_list li:hover img{ transform: scale(1.1); transition: all .3s; }

.c_list li:hover a{ background: #0068b9; color: #fff; transition: all .3s; }

.c_honor{ text-align: center; margin:25px 0; }

.c_honor .hd{ padding-bottom: 20px; }

.c_honor .hd strong{ font-size: 36px; color: #333; font-weight: normal; }

.c_honor .bd a{ display: block; overflow: hidden; }

.c_honor .bd a .img{ width: 100%; height: 234px; overflow: hidden; background: #f0f0f0; position: relative; }

.c_honor .bd a .img img{ width: 100%; height: 100%; object-fit: contain; }

.c_honor .bd a .img strong{ height: 40px; line-height: 40px; background: rgba(0,0,0,.6); width: 100%; box-sizing:border-box; padding:0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; color: #fff; position: absolute; bottom:0; left: 0; transition: all .3s; }

.c_honor .bd a:hover .img strong{ height: 100%; transition: all .3s; line-height: 234px; background: rgba(4,101,180,.8); }

.c_honor .bd .swiper-button-next, .c_honor .bd .swiper-button-prev{ border-radius: 50%; background-image: none; width: 42px; height: 42px; background: rgba(150,150,150,.6); text-align: center; line-height: 42px;  }

.c_honor .bd .swiper-button-next span, .c_honor .bd .swiper-button-prev span{ font-size: 14px; color: #fff; line-height: 1; }

.c_honor .bd .swiper-button-next:hover, .c_honor .bd .swiper-button-prev:hover{ border-radius: 50%; background-image: none; width: 42px; height: 42px; background: rgba(4,101,180,.8); text-align: center; line-height: 42px;  }

/*product*/

.p_top{ overflow: hidden; text-align: center; padding:40px 0; }

.p_top .hd{ padding-bottom: 40px; }

.p_top .hd span{ display: block; font-size: 24px; color: #314257; text-transform: uppercase; line-height: 1; margin-bottom: 20px; }

.p_top .hd strong{ display: block; font-size: 36px; color: #194781; font-weight: bold; line-height: 1; margin-bottom: 36px; }

.case_list{ overflow: hidden; background: #f7f7f7; margin:40px 0 0; }

.case_list .hd{ text-align: center; padding:40px 0; }

.case_list .hd span{ display: block; font-size: 24px; color: #314257; text-transform: uppercase; line-height: 1; margin-bottom: 20px; }

.case_list .hd strong{ display: block; font-size: 36px; color: #194781; font-weight: bold; line-height: 1; margin-bottom: 36px; }

.case_list .bd{ overflow: hidden; padding:0 24px 80px; }

.case_list .bd ul{ overflow: hidden;  }

.case_list .bd li{ display: inline-block; width: 450px; float: left; margin-right: 25px; margin-bottom: 25px; }

.case_list .bd li:nth-child(3n+0){ margin-right: 0; }

.case_list .bd a{ display: inline-block; overflow: hidden; color: #7b7b7b; }

.case_list .bd a .img{ width: 100%; height: 322px; overflow: hidden; position: relative; }

.case_list .bd a .img > img{ width: 100%; height: 100%; object-fit: cover; }

.case_list .bd a .img .mask{ box-sizing: border-box; transition: all .3s; position: absolute; top: -100%; width: 94%; height: 92%; margin:13px; padding:10px; background: linear-gradient(to left, #fff, #fff) left top no-repeat, linear-gradient(to bottom, #fff, #fff) left top no-repeat, linear-gradient(to left, #fff, #fff) right top no-repeat, linear-gradient(to bottom, #fff, #fff) right top no-repeat,  linear-gradient(to left, #fff, #fff) left bottom no-repeat, linear-gradient(to bottom, #fff, #fff) left bottom no-repeat, linear-gradient(to left, #fff, #fff) right bottom no-repeat, linear-gradient(to left, #fff, #fff) right bottom no-repeat; background-size: 1px 20px, 20px 1px, 1px 20px, 20px 1px; }

.case_list .bd a .img .mask > div{ background: rgba(4,101,180,.8); width: 100%; height: 100%; box-sizing: border-box; text-align: center; }

.case_list .bd a .img .mask > div img{ object-fit: contain; margin:60px 0 0; }

.case_list .bd a .img .mask > div strong{ display: block; font-size: 16px; color: #ffffff; line-height: 1; padding:60px 0 16px; }

.case_list .bd a .img .mask > div span{ display: block; font-size: 14px; color: #a3b5cd; }

.case_list .bd a .txt{ height: 155px; overflow:hidden; position: relative; }

.case_list .bd a .txt .hd{ height: 100%; width: 100%; text-align: center; transition: all .3s; position: absolute; top:0; }

.case_list .bd a .txt .hd strong{ display: block; overflow: hidden; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; line-height: 1; font-size: 16px; color: #000000; margin:42px 0 16px; }

.case_list .bd a .txt .hd span{ display: block; line-height: 1; font-size: 14px; color: #7b7b7b; }

.case_list .bd a .txt .bd{ height: 100%; text-align: center; width: 100%; box-sizing: border-box; padding:0 16px; transition: all .3s; position: absolute; top:100%; }

.case_list .bd a .txt .bd p{ margin:26px 0; font-size: 14px; color: #000000; line-height: 32px; }

.case_list .bd a .txt .bd span{ display: inline-block; width: 156px; height: 40px; line-height: 34px; font-size: 40px; text-align: center; color: #fff; background: #194781; font-weight: 200; }

.case_list .bd a:hover .img .mask{ transition: all .3s; top:0; }

.case_list .bd a:hover .txt .hd{ transition: all .3s; top:-100%; }

.case_list .bd a:hover .txt .bd{ transition: all .3s; top:0; }

/*honor*/

.honor_list{ overflow: hidden; padding-bottom: 20px; }

.honor_list ul{ overflow: hidden; }

.honor_list li{ width: 332px; float: left; margin:0 24px 24px 0; }

.honor_list li:nth-child(4n+0){ margin-right: 0; }

.honor_list li a{ display: block; overflow: hidden; }

.honor_list li a .img{ width: 100%; height: 220px; overflow: hidden; background: #f0f0f0; position: relative; }

.honor_list li a .img img{ width: 100%; height: 100%; object-fit: contain; }

.honor_list li a .img strong{ height: 40px; line-height: 40px; background: rgba(0,0,0,.6); width: 100%; box-sizing:border-box; padding:0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; color: #fff; position: absolute; bottom:0; left: 0; transition: all .3s; text-align: center; }

.honor_list li a:hover .img strong{ height: 100%; transition: all .3s; line-height: 234px; background: rgba(4,101,180,.8); }

/*news*/

.news_list{ overflow: hidden; }

.news_list ul{ overflow: hidden;  }

.news_list li:nth-child(1), .news_list li:nth-child(2), .news_list li:nth-child(3){ width: 450px; height: 320px; overflow: hidden; float: left; margin-bottom: 25px; padding:0; position: relative; }

.news_list li:nth-child(1) img, .news_list li:nth-child(2) img, .news_list li:nth-child(3) img{ width: 100%; height: 100%; object-fit: cover; }

.news_list li:nth-child(1) span, .news_list li:nth-child(2) span, .news_list li:nth-child(3) span{ display: inline-block; padding:10px; background: #0068b7; font-size: 16px; color: #fff; position: absolute; top:0; left: 0; text-align: center; }

.news_list li:nth-child(1) span strong, .news_list li:nth-child(2) span strong, .news_list li:nth-child(3) span strong{ display: block; font-size: 14px; color: #fff; }

.news_list li:nth-child(1) a > strong, .news_list li:nth-child(2) a > strong, .news_list li:nth-child(3) a > strong{ width: 100%; display: block; height: 42px; line-height: 42px; box-sizing:border-box; padding:0 15px; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.7); }

.news_list li:nth-child(1):hover span, .news_list li:nth-child(2):hover span, .news_list li:nth-child(3):hover span{ margin-left: 0; color: #fff; z-index: 33; }

.news_list li:nth-child(1):hover img, .news_list li:nth-child(2):hover img, .news_list li:nth-child(3):hover img{ transition: all .3s; transform: scale(1.1); }

.news_list li:nth-child(1):hover a > strong, .news_list li:nth-child(2):hover a > strong, .news_list li:nth-child(3):hover a > strong{ background: rgba(0,104,183,.7); }

.news_list li:nth-child(2){ margin:0 25px; }

.news_list li:nth-child(4){ clear: both; }

.news_list li{ width: 100%; margin-bottom: 25px; box-sizing:border-box; overflow: hidden; padding:20px; border:1px solid rgba(243,243,243,1); box-sizing:border-box; transition: all .3s; }

.news_list li a > span{ display: inline-block; width: 14%; float: left; text-align: center; font-size: 24px; color: #5b5b5b; font-weight: normal; }

.news_list li a > span strong{ font-size: 48px; color: #5b5b5b; display: block; margin:12px 0; font-family: din; }

.news_list li .txt{ width: 86%; float: left; box-sizing:border-box; padding-left: 20px; }

.news_list li .txt strong{ font-size: 22px; color: #000; line-height: 1; margin:15px 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .3s; }

.news_list li .txt p{ font-size: 14px; color: #999999; line-height: 1.8; margin-bottom: 0; }

.news_list li .txt small{ line-height: 1; font-size: 14px; color: #fff; background: #0068b7; padding:12px 32px; clear: both; margin-top: 20px; display: inline-block; }

.news_list li .txt small span{ font-size: 14px; color: #fff; transition: all .3s; }

.news_list li:hover{ border-color: #0068b7; transition: all .3s; box-shadow: 0 0 5px #ccc; }

.news_list li:hover strong{ color: #0068b7; transition: all .3s; }

.news_list li:hover .txt small span{ margin-left: 8px; transition: all .3s; }

/*product_info*/

.order-content{padding: 20px 30px; background: #fff;}

.order-content .order-line{color: #333; height: 30px; line-height: 30px; margin-bottom: 12px; font-size: 14px;}

.order-content .order-line:after{display: block; content: ''; clear: both; height: 0; width: 0;}

.order-content .order-line lable{width: 70px; margin-right: 5px; display: inline-block; float: left; text-align: right;}

.order-content .order-line .order-zhi{float: left; padding: 10px; line-height: 30px; padding: 0px 10px; max-width: 380px; border: 1px solid #d2d2d2;}

.order-content .order-line .order-zhi.noborder{border:none;}

.order-content .order-line .order-zhi.overword{height: 30px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.order-line.bz-line{height: auto;}

.order-content .order-line .beizhu{padding: 10px; float: left; border: 1px solid #d2d2d2;}

.order-content .order-line .dwid{width: 70%;}

.order-content .order-line img{display: inline-block; float: left; margin-left:15px;}

.order-content .go-sub{margin-left:70px; border: none; color: #fff; background: #ff5e25; font-size: 14px; padding: 8px 28px; margin-top:8px; border-radius: 5px; outline: none;}

.order-content .go-sub:hover{background: #FE4200;}

.go_order{padding: 8px 25px; color: #fff; font-size: 18px; background: #0068b7; border: none; margin-top: 30px; cursor: pointer; outline: none;}

.go_order span{ font-size: 24px; margin-right: 10px; }

.go_order:hover{background: #FE4200;}

.g_top{ overflow: hidden; clear: both; box-sizing:border-box; border:1px solid rgba(240,240,240,1); padding:20px; }

.g_top .fl{ width: 780px; margin-right: 20px; }

.g_top .fr{ width: 558px; }

.g_info{ box-sizing:border-box; padding-left: 20px; }

.g_info strong{ display: block; font-size: 32px; line-height: 1; margin:20px 0; font-weight: bold; color: #0068b7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.g_info div{ background: #f1f1f1; box-sizing:border-box; padding:15px; }

.g_info div p{ margin-bottom: 0; }

.g_content{ overflow: hidden; margin:20px 0; }

.g_content .hd{ display: inline-block; background: #0068b7; padding:15px 35px; font-size: 18px; color: #fff; line-height: 1; }

.g_content .bd{ border:1px solid rgba(240,240,240,1); padding:20px; }

.g_content .bd p{ font-size: 16px; margin:12px 0; line-height: 1.8; }

#prev_next{ overflow: hidden; margin:20px 0; }

#prev_next li{ font-size: 14px; color: #999; box-sizing:border-box; float: left; padding: 10px 30px; border:1px solid rgba(240,240,240,1); }

#prev_next li span{ font-size: 18px; margin-right: 12px; line-height: 1; color: #999; }

#prev_next li a{ color: #999; }

#prev_next li + li{ float: right; text-align: right; margin-right: 0; margin-left: 12px; }

#prev_next li + li span{ margin-right: 0; margin-left: 12px; }

#prev_next li:hover, #prev_next li:hover span, #prev_next li:hover a{ color: #0068b7; }

/*article*/

.article{ overflow: hidden; }

.article strong{ font-size: 32px; line-height: 1.8; text-align: center; display: block; }

.article p{ margin-bottom: 0; font-size: 16px; margin:12px 0; line-height: 1.8; }

/*page*/

.page{ clear: both; margin:30px 0; text-align: center; }

.page a{ display: inline-block; color: #333; padding:0 7px; margin:0 2px; border:1px solid #ccc; text-align: center; line-height: 32px; border-radius: 30px; }

.page a:hover{ background: #0344a5; color: #fff; }

.page .current{ display: inline-block; margin:0 2px; text-align: center; line-height: 32px; width: 32px; height: 32px; border-radius: 50%; background: #0344a5; color: #fff; }

/*contact*/

.t_info{ overflow: hidden; margin-bottom: 40px; }

.t_info .fl{ width: 925px; }

.t_info .fl li{ width: 450px; float: left; background: #f1f1f1; margin-bottom: 25px; box-sizing:border-box; padding:15px; }

.t_info .fl li span{ font-size: 46px; color: #999; float: left; margin-right: 15px; }

.t_info .fl li div{ width: 83%; float: left; }

.t_info .fl li strong{ font-size: 18px; color: #333; display: block; margin:0 0 10px; }

.t_info .fl li p{ font-size: 15px; color: #999; line-height: 1.5; }

.t_info .fl li:nth-child(2n+0){ margin-left: 25px; }

.t_info .fl li:nth-child(5), .t_info .fl li:nth-child(6){ margin-bottom: 0; }

.t_info .fl li p{ margin-bottom: 0; }

.t_msg{ overflow: hidden; padding-bottom: 40px; }

.t_msg textarea{ width: 100%; margin-bottom: 25px; font-size: 14px; color: #999; height: 120px; box-sizing:border-box; border:1px solid #ccc; padding:15px; }

.t_msg input{ width: 450px; height: 50px; line-height: 50px; border:1px solid #ccc; box-sizing:border-box; padding:0 15px; font-size: 14px; color: #999; float: left;  }

.t_msg input+input{ margin-left: 25px; }

.t_msg #submit{ width: 100%; margin-left: 0; cursor: pointer; margin-top:25px; height: 58px; line-height: 58px; background: #f0f0f0; border-radius: 5px; border:0; font-size: 16px; color: #999; transition: all .3s; }

.t_msg #submit:hover{ color: #fff; background: #0068b7; }

#allmap{ width:100%; box-sizing:border-box; height:460px; overflow:hidden; margin:20px 0; border:1px solid #ccc;}

#allmap p{ margin-bottom: 0; }



@media only screen and (max-width: 1600px){

	

}

@media only screen and (max-width: 1440px){

	

}

@media only screen and (max-width: 1366px){

	

}

@media only screen and (max-width: 1300px){



}

@media only screen and (max-width: 1199px){

	

}

@media only screen and (max-width: 992px){

	

}

@media only screen and (max-width: 767px){

    

}

@media only screen and (max-width: 340px){

 

}

@media only screen and (max-width: 320px){

	

}