<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css*/
@import "grid.css";
@import "animate.css";
/************Header************/
header{position: fixed;width:100%;background: #fff; -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);left: 0; top: 0; right: 0; border-top: 3px solid #fc8703; z-index: 30000;}
header.not-fixed{position: relative;}
header h1{float:left; width:104px; padding:10px 30px; overflow:hidden}
.sitetitle{display: inline-block; margin-top: 20px;}
.sitetitle h2{font-size: 3rem; line-height: normal}
.slogan{position: relative; font-size: 1.8rem; margin-top: 5px; color: #4e6f9c;}
.isStuck h1{width: 80px; padding:5px 30px; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.isStuck nav{margin-top:40px; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.isStuck .sitetitle{margin-top: 15px;transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.isStuck .sitetitle h2{font-size:2.4rem; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.isStuck .sitetitle .slogan{font-size: 1.6rem; margin-top: 0;transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
/* Menu */
nav {position: relative; float:right;display:inline-block; margin-top:50px;}
#m_menu {display:none}
.sf-menu &gt; li {float:left;text-align:center;}
.sf-menu &gt; li a{font-size:1.6rem; padding:0 20px;display:block}
.sf-menu &gt; li &gt; ul {opacity:0;visibility:hidden;position:absolute;left:0;top:60px;background:#fff; height:60px; line-height:60px; text-align:left; z-index:1;width:100%;transition:all 0.2s ease-in-out 0.2s;-webkit-transition:all 0.2s ease-in-out 0.2s;-moz-transition:all 0.2s ease-in-out 0.2s;-ms-transition:all 0.2s ease-in-out 0.2s;-o-transition:all 0.2s ease-in-out 0.2s}
.sf-menu li:hover ul {opacity:1;visibility:visible;margin:0}
.sf-menu li.curr:hover ul{opacity:0;visibility:hidden}
.sf-menu ul &gt; li {display:inline-block}
.sf-menu ul a {display:inline-block; font-size:1.4rem; color:#4e6f9c}
.sf-menu ul a:hover{background: #eeb4c0; color:#fff}
.sf-menu &gt; li.top-search a{padding: 0}
.dot-curr{position: absolute; left: 10px; top: 36px; width: 50px; height: 0.2rem; z-index: 1; background: #fc8703; display: inline-block}
.top-search{position: absolute; z-index: 1; right: 20px; top: -45px; padding-top: 8px; display: inline-block;}
#searchform{position: relative;}
#searchform input{width: 168px; padding: 0 20px 0 10px; font-size: 1.2rem; border: 1px solid #ddd; outline: 0; height: 24px; border-radius: 12px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;transition: .4s;-moz-transition: .4s;-webkit-transition: .4s;-o-transition: .4s;}
#searchform input:focus{width:220px}
#searchform .icon_s{position: absolute; right: 8px; top:0; z-index: 1; cursor: pointer}
#searchform .icon_s .iconfont {font-size: 1.6rem; font-style: normal; color: #777;}
.top-tel{position: absolute; left: -280px; color: #fc8703; display: inline-block}
.top-tel i{color:#ff0000; font-size: 2.2rem;}
.sf-menu &gt; li .top-tel a{color:#ff0000; font-size: 1.8rem; display: inline-block}
/*public*/
.black-name{margin-bottom:30px; text-align:center}
.black-name h2{font-size:32px; font-weight:normal; line-height: normal; margin-bottom:0; color:#000}
.black-name span.orange{color:#fc8703}
.black-name .hr-line{width:180px; display:inline-block; height:1px; background:#c7d1d8; overflow:hidden}
.black-name p{margin-top:5px; color:#999}
.black-tab {text-align:center; margin-top:10px}
.black-tab li{display:inline-block; padding:3px 15px; margin:0 2px; border-radius:3px; border:1px solid #ddd; -webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}
.black-tab li:hover,.black-tab li.curr{ background:#fc8703; color:#fff; border:1px solid #fc8703; cursor:pointer}
.button1{display:inline-block;padding:5px 25px;font-size: 12px; color:#fc8703; border:1px solid #fc8703; border-radius:3px; -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.button1:hover{color:#fff; background:#fc8703;}
/*hover_line*/
.hover_line {width: 100%;height: 100%;background: transparent;left: 0%;top:0%;cursor: pointer;position: absolute;opacity: 1;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;transition: all .8s ease-in-out}
.hover_line::before,.hover_line::after {position: absolute;top: 20px;right: 20px; z-index:1;bottom: 20px;left: 20px;content: '';opacity: 0;-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;transition: opacity 0.8s, transform 0.8s;}
.hover_line::before {border-top: 1px solid;border-bottom: 1px solid;-webkit-transform: scale(0,1);transform: scale(0,1);opacity: 0}
.hover_line::after {border-right: 1px solid;border-left: 1px solid;-webkit-transform: scale(1,0);transform: scale(1,0);opacity: 0}
.effect-line a:hover.hover_line::before,.effect-line a:hover.hover_line::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1)}
/*pic zoom*/
.zoom{overflow:hidden}
.zoom figure{height:100%; overflow:hidden}
.zoom figure img{transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;-o-transition: .7s;line-height: 1em; min-height:auto; max-width:100%}
.zoom:hover figure img{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transition: scale(1.2)}
/*img wrap*/
.img_wrap,a.img_wrap strong{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.img_wrap{display:block;padding:8px;background:#fff;box-shadow:0 1px 5px #999;position:relative; display: block; overflow: hidden}
.img_wrap strong{display:block;position: absolute; top:0;left:0;width:0;height:0;background:#ffa001;}
.img_wrap img{position: relative; display: block; z-index:1;}
a.img_wrap:hover strong{height:100%;width:100%;}


/*banner*/
.index_banner{position: relative; width: 100%; margin-top: 110px; height:680px;}
.index_slider,.slider{height: 680px; overflow: hidden}
.banner-text{position: relative; width: 500px; left: 15%; top: 30%;}
.banner-text h2{font-size: 3.6rem; line-height: 100%; margin-bottom: 40px; color: #fff;}
.banner-text .hr-line{height: 1px; background: #fff; width: 100px; display: block; margin-bottom: 20px;}
.banner-text p{font-size: 1.6rem;color: #bfd4e6}
.banner-text a.button1{margin-top: 30px; padding: 5px 30px;}
.index_banner .bx-controls{position: absolute; width: 100%; z-index: 99; left: 0; bottom: 50px;}
.index_banner .bx-pager{text-align: center}
.index_banner .bx-pager .bx-pager-item{display: inline-block; width: 80px; margin: 0 2px;}
.index_banner .bx-pager .bx-pager-item a{width: 100%; height: 0; border-bottom: 2px solid #fff; display: block; line-height: 36px;overflow: hidden}
.index_banner .bx-pager .bx-pager-item a.active{border-bottom: 2px solid #ffa001;}

/*index frist*/
.index-first {margin:80px 0 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; overflow:hidden}
.index-first .grid_6{position: relative; height: 100%;}
.video-bg {position:relative; width: 100%; height:360px; text-align:center;background:url("../images/video_bg.png") no-repeat; background-size:100%; display:inline-block}
#imagevideo,.video-bg .v-mask{position: absolute; left: 72px; top: 38px; z-index: 1; width: 432px;}
.video-bg .v-mask{ top: 20px;height: 280px;}
.video-bg .v-mask i{position: relative; top:42%; font-size: 6.4rem; color: rgba(0,0,0,0.8); cursor: pointer}
.index-first h2{font-size: 3.2rem; line-height: normal; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.index-first .slogan{color: #fc8703; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px; display: block}
.index-first p{line-height: 24px; color: #333; margin-bottom: 10px;}


/*index Second*/
.index-second{margin-top:50px}
.product-list{ margin-top:50px; overflow: hidden}
.product-list li {position:relative;float:left; width:33.33%; border-bottom:1px solid #eee; display:inline-block}
.product-list li h4{text-align:center; font-size:18px; padding-bottom:50px}
.product-list li a{position:absolute; width:100%; height:100%; text-align:center; left:0; top:0; color:#fff; z-index:1; background:rgba(10,115,180,0)}
.product-list li a:hover{background:rgba(10,115,180,0.5)}
.product-list li a span{position:relative; width:83px; height:83px; top:50%; margin-top:-42px; opacity:0; background:url("../images/icon_url.png") no-repeat; background-size:100%; display:inline-block;transition: 0.9s;-webkit-transition: 0.9s;-moz-transition: 0.9s}
.product-list li a:hover span{opacity:1;-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}


/*index third*/
.index-third{margin-top:50px;background: #fff url("../images/index-third-bg.jpg") no-repeat center fixed; padding: 80px 0; background-size: cover; text-align: center}
.index-third .black-name h2{color: #fff;}
.index-third .black-name p{color: #f5f5f5}
.application ul{position: relative; min-height: 400px; margin-top: 80px; overflow: hidden}
.application li{position: absolute; float: left; left: 50%; width: 120px; height: 120px; text-align: center; background: rgba(136,190,255,0.8); display: inline-block}
.application li span{position:absolute; z-index:0; width:100%; height:100%; left:0; top:0}
.application li span.mask-bg{z-index:0;background: #d70133;transform: rotateY(-90deg) skewY(-10deg); -webkit-transform: rotateY(-90deg) skewY(-10deg); transform-origin: 100% 50% 0; -webkit-transform-origin: 100% 50% 0; -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms; transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms; opacity: 0}
.application li:hover .mask-bg{transform: rotateY(0deg); -webkit-transform: rotateY(0deg); opacity: 1}
.application li a{position: relative; z-index: 1;color: #fff;}
.application li i{font-size: 3.6rem; padding: 30px 0 15px; display: block}
.application li:nth-child(4),.application li:nth-child(3),.application li:nth-child(6){background: rgba(12,64,128,0.8);}
.application li:nth-child(1){margin-left: -300px}
.application li:nth-child(2){margin-left: 180px}
.application li:nth-child(3){margin-left: 60px}
.application li:nth-child(4){margin-left: -180px}
.application li:nth-child(5){top: 120px; margin-left: -180px}
.application li:nth-child(6){top: 120px; margin-left: -60px}
.application li:nth-child(7){top: 120px; margin-left: 60px}
.application li:nth-child(8){top: 240px; margin-left: -60px; background: rgba(250,135,3,0.8)}



/*index fourth*/
.index-fourth{margin-top: 50px; padding-bottom: 50px; overflow: hidden}
.brand{margin-top: 50px;}
.brand ul{border:1px solid #e1e1e1; border-top:0; border-left:0; overflow:hidden; margin-left:5px;}
.brand li{float:left;border:1px solid #e1e1e1; border-right:0; border-bottom:0; width:193px; margin:0; padding:0;overflow:hidden}
.brand img{display: block; transition: .9s;-moz-transition: .9s;-webkit-transition: .9s;-o-transition: .9s;line-height: 1em; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; -webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; opacity: 0.6;}
.brand img:hover{ cursor: pointer; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: gray; opacity: 1;}

/*index fifth*/
.index-fifth{margin-top: 50px; padding-bottom: 50px; background: #f9f9f9; overflow: hidden}
.new-tab {margin-top: 50px; overflow: hidden}
.new-tab li{padding: 3px 15px; float: left; margin-right: 2px; display: inline-block}
.new-tab li:hover,.new-tab li.curr {background: #ffa001; color: #fff; border-radius: 3px; cursor: pointer}
.index-news{margin-top: 30px}

.news-pic figure{position: relative;height: 100%;max-height: 275px; display: block; overflow: hidden}
.news-pic figure img{min-width: 100%;}
.news-pic h4{position: absolute; width: 100%; z-index: 2; left: 0; padding: 10px; background: rgba(0,0,0,0.6); color: #fff; bottom: 10px;}
.news-list li{display: block; margin-bottom: 10px; overflow: hidden}
.news-list .date{float: left; display: inline-block; margin-right: 10px; text-align: center;}
.news-list .date strong{width: 58px; height: 52px; line-height: 52px; background: #ffa001; color: #fff; font-size: 2.4rem; display: block}
.news-list .date p{color: #999; font-size: 1.3rem; height: auto}
.news-list h4{line-height: inherit; font-size: 1.6rem; margin-bottom: 5px;}
.news-list p{color: #999;height: 38px; overflow: hidden}

/*links*/
.links{margin:40px 0 8px;font-size:1rem; color:#999}
.links a{margin:0 8px; color:#999; display:inline-block}
.links a:hover{color:#000}

/*footer*/
footer{padding-top:50px; border-top: 3px solid #4e6f9c}
.footer-nav{margin-bottom: 30px;}
.footer-logo{width: 170px;}
.footer-nav [class*="grid_"]{padding-left: 30px; border-left: 1px solid #eee;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.footer-nav .grid_2:first-child{padding-left: 0; border: 0}
.footer-nav h4{margin-bottom: 25px;}
.footer-nav li{margin-bottom: 10px}
.footer-nav .grid_3 li{float: left; width: 50%;}
.footer-nav li a{color:#333; font-size:1.4rem}
.footer-nav li a:hover{color:#fe4040}
.copyright{border-top:1px solid #eee; padding-top: 20px; text-align: center; color:#a4adb4; font-size:1rem}

/**********************************PAGE CSS*******************************/
.page-banner{background: url("../images/page_banner.jpg") no-repeat center; min-height: 168px;}
.page-banner .grid_5{margin-top: 50px;}
.page-banner h2{color: #fff; font-size: 2.6rem; font-weight: normal; line-height: normal; margin-bottom: 20px; display: block;}
.page-banner .hr-line{height: 1px; width: 60px; display: block; background: #999;}
.page-menu{padding: 8px 0; border-bottom: 1px solid #ddd; overflow: hidden}
.sticky{position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100%; z-index: 30002;}
.p-menu{float: left; width: 800px; display: inline-block;}
.p-menu li{display: inline-block; margin-left: 20px; font-size: 1.5rem;}
.p-menu li.curr a{color: #fe4040;}
.c-menu{display: none}
.location{float: right; display: inline-block}
.location a{margin-right: 3px;}
.sticky .location{display: none}
.page-menu.sticky {height: 70px; line-height: 70px; padding: 0; background: #fff; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.sticky .p-menu{float: left; width: 100%; display: block; }
.sticky .p-menu li{float: left;border-right: 1px solid #ddd; margin-left: 0; text-align: center;}
.sticky .p-menu li:first-child{border-left: 1px solid #ddd;}
.sticky .p-menu li a{padding: 0 20px; display: block; font-size: 1.6rem;}

.area-menu li{margin-left: 3px;}
.area-menu li a{background: #ffa001; padding: 3px 5px; color: #fff; border-radius: 3px;}
.area-menu li a:hover,.area-menu li.curr a{background: #03499e; color: #fff;}
.sticky .area-menu li a{border-radius: 0}
.sticky .p-menu li.curr a,.sticky .p-menu li a:hover{background: #03499e; color: #fff;}

.pagination{line-height:20px;margin: 30px 0; overflow: hidden}
.pagination a{padding:3px 10px; border:1px solid #ccc; display:inline-block; vertical-align: inherit}
.pagination strong{padding:3px 10px; border:0; background:#ccc; color:#fff;display:inline-block}


/*about*/
.about-first{margin-top: 80px;}
.about-first .video-bg{float: right; margin-left: 20px; width: 570px;}
.about-first .content{font-size: 1.6rem;}
.about-second{margin-top: 50px; background: #f7f7f7; padding: 80px 0; background-size: 100%; padding: 50px 0; overflow: hidden}
.culture figure img{float: left}
.culture li{float: left;position:relative; width: 25%;}
.culture a{position:absolute; width:100%; height:100%; z-index:1; background:rgba(0,0,0,0.3); left:0; top:0; color:#fff; text-align:center}
.culture span{margin:20px; display:inline-block}
.culture h4{font-size:24px; position:relative; margin-top:40px; margin-bottom:10px; opacity:0.8}
.culture p{opacity:0; text-align: center}
.culture a,.culture h4,.culture p{transition: 0.7s;-webkit-transition: 0.7s;-moz-transition: 0.7s}
.culture a:hover{background:rgba(0,0,0,0.8)}
.culture a:hover h4{margin-top:10px; opacity:1}
.culture a:hover p{opacity:1}
.culture .hover_line::before,.culture .hover_line::after{top: 10px; left: 10px; right: 10px; bottom: 10px;}
.about-third{margin: 50px 0; overflow: hidden}

/*products*/
.product-first{margin: 50px 0; overflow: hidden}

/*application*/
.gallery-first{margin: 50px 0; overflow: hidden}
.gallery-list{padding-top: 20px}
.gallery-list .grid_3{border: 1px solid #ddd; margin-bottom: 30px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; overflow: hidden}
.gallery-list .grid_3 img{display: block}
.gallery-list .grid_3 p{text-align: center; padding: 10px 0 20px; font-size: 1.6rem;}
.gallery-list .grid_3 a{color: #eee}
.gallery-list .grid_3 span i{position: relative; left:-200px; top: 40%; font-size: 8.4rem; transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s}
.gallery-list .grid_3 span:hover i{left: inherit}

/*news*/
.news-body{min-height: 660px; margin-top: 40px;}
.news-body .grid_9{padding-right: 30px; border-right: 1px dashed #ddd;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.new-item {border-bottom: 1px solid #eee; padding-bottom: 30px; margin-bottom: 30px; overflow: hidden}
.new-item .date{float: left; width: 60px; height: 60px; margin-right: 10px; text-align: center; display: inline-block;}
.new-item .date span{display: block; padding: 8px 0; width: 100%; color: #fff; background: #ffa001; font-size: 22px;}
.new-item .date p{font-size: 1.3rem; color: #999}
.new-item .title-pic{float: left;max-width: 220px; max-height: 120px; margin-right: 15px; padding: 4px; border: 1px solid #eee; display: inline-block; overflow: hidden}
.new-item .detail h4{margin-bottom: 10px; font-size: 20px;}
.new-item .detail p{color: #999; font-size: 1.3rem}
.new-item .detail span a{padding: 6px 15px; border-radius: 3px; background: #464f5e; color: #fff; display: inline-block;transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;}
.new-item .detail span a:hover{background: #d70133}

.news-sidebar h3{border-bottom: 1px solid #eee;}
.news-sidebar h3 span{border-bottom: 1px solid #ffa001;padding: 0 15px 15px;  height: 100%; display: inline-block}
.side-list{margin-top: 20px;}
.side-list .title-pic{overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.side-list .title-pic img{float: left; max-width: 130px; padding: 2px; border: 1px solid #ddd; margin-right: 10px}
.side-list .title-pic h5{line-height: 20px}

.news-li{margin-top: 10px;}
.news-li li{margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed #ddd;padding-left: 10px;}
.news-li li a{color: #666; font-size: 1.3rem; margin-right: 30px; display: inline}
.news-li li a:hover{color: #d70133}
.news-li li span{color:#999; font-size: 1.2rem;}

/*news read*/
.newsread-body{margin-top: 10px}
.news-read h1{line-height: 140%;}
.news-read .date{border-bottom: 1px solid #ddd; margin-top: 20px; padding-bottom: 10px;}
.news-read .date span{margin-right: 10px; color: #999; font-size: 1.3rem;}
.news-read .content{margin: 20px 0; font-size: 1.6rem; line-height: 220%;}
.news-read .content p{padding-bottom: 20px}

.prevnext{border-top: 1px solid #ddd; padding-top: 10px; margin-bottom: 50px}
.prevnext li{margin-bottom: 10px;}
.taglist{padding-bottom: 5px;}
.taglist a{margin-left: 5px}
.taglist .bdsharebuttonbox{display: inline-block; float: right; margin: 0}

/*contact*/
.contact{margin:50px 0 80px}
.contact h2{color:#000; margin-top:20px; font-weight:bold}
.contact .content{font-size:16px; color:#444; margin-top:30px}
.contact .content ul{list-style: decimal inside}
.contact .content ul li{padding:5px 0}
.contact .grid_5 h2{padding-bottom:20px; border-bottom:1px solid #ddd; margin-bottom:15px}
.contact .message input,.contact .message textarea{border:1px solid #ddd}

/*message*/
.message label{margin-bottom:10px; display:block; overflow:hidden}
.message input{width:100%;text-indent:2em;color:#999;font-family:Microsoft Yahei; height:34px;font-size:13px; border:0; background:#fff url(../images/message_icon.png) no-repeat 5px 10px; border-radius:2px; display:block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.message textarea{width:100%;text-indent:2em;color:#999; font-family:Microsoft Yahei;height:118px;border:0;border-radius:2px; display:block; overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.message input#email{ background-position: 5px -32px}
.message input#tel{ background-position: 5px -72px}
.message textarea#lytext{background:#fff url(../images/message_icon.png) no-repeat 5px -120px; font-size:13px;}
.message .empty,.empty1{display:none; color:red}
.message a{margin-top:10px; padding:5px 30px; background:#035c99; font-size:14px; color:#fff; display:inline-block;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
.message a:hover{ background:#fff000; color:#000}

/*product list*/
.product-first [class*="grid_"]{border: 1px solid #eee; border-radius:5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; overflow: hidden}
.category h3{line-height: 36px; background: #035c99; color: #fff; font-weight: normal; padding-left: 15px; font-size: 18px;margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #ddd;}
.category ul{margin: 0 10px 20px;}
.category ul li{line-height: 48px; border-bottom: 1px dashed #eee;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
.category ul li a{display: block;padding-left: 10px;}
.category ul li:hover,.category ul li.curr{background: #f5f5f5; padding-left: 20px;}
.category ul li.curr a{color:red}
.product-first .grid_9{padding: 0 10px;}
.product-first .grid_9 h2{border-bottom: 1px solid #eee; line-height: 36px; font-size: 1.8rem; padding-bottom: 5px;}

/*product details*/
.product-details{margin:50px 0; overflow: hidden}
.product-details .grid_3{width:220px}
.product-details .grid_9{width:920px; float:right}
.product-details .grid_4{font-size:14px; color:#777; width:420px}
.product-details .grid_4 h1{ font-size:24px; line-height:24px; padding-bottom:15px; margin-bottom:20px; border-bottom:1px solid #ddd; color:#333;}
.product-details .grid_4 p{margin-top:20px;}
.bdsharebuttonbox{margin: 20px 0 5px; display: block}
.tags{display: block; font-size: 1.3rem;}
.product-details .tags{border-top: 1px solid #eee; padding: 5px 0;}
.product-details .button1{margin-top: 20px; border: 0; background: #ffa001; padding: 8px 15px; color: #fff; font-size: 1.8rem;}
.product-details .button1 i{font-size: 2.6rem;position: relative; top: 1px; font-style: normal; display: inline-block}
.product-details .button1:hover{background: #fe4040}

.details_tab{margin-top:50px; background:#035c99}
.details_tab ul{padding:3px 0 0 2px}
.details_tab li{float:left; width:114px; text-align:center; display:inline-block}
.details_tab li a{color:#fff; font-size:15px; display:block; padding:8px 0}
.details_tab li.curr a{background:#fff; color:#035c99}
.product-details .details{margin:30px 0 50px}
.product-details .details ul{padding-left: 20px; margin: 10px 0 20px}
.product-details .details ul li{list-style: inside disc}
.product-details .details table{margin-top: 10px; width: 100%;}
.product-details .details table td{border: 1px solid #ddd; padding:5px 10px;}

.aside h3{padding:10px 20px; background:#035c99; font-size: 1.6rem; font-weight:bold; color:#fff; border-radius:6px 6px 0 0;}
.aside ul {border-radius:0 0 6px 6px; border:1px solid #ddd}
.aside ul li{border-bottom:1px solid #eee; padding: 20px;}
.aside ul li p{font-size: 1.3rem;}
.aside ul li a{display:block; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s}
.aside ul li a:hover{opacity: 0.8}

/*video*/
.video-first{margin: 50px 0; overflow: hidden}
.video-list .grid_4{margin-bottom: 20px;}
.video-list .grid_4 img{display: block}
.video-list a{position: relative; display: block; }
.video-list a span{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; text-align: center;background: rgba(0,0,0,0.1);}
.video-list a span i{position: relative; display: inline-block; color: #fff; top: 50%; font-size: 7.2rem; margin-top: -36px;}
.video-list a span,.video-list a span i{-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
.video-list a:hover span{background: rgba(0,0,0,0.7);}
.video-list a:hover i{font-size: 8.4rem;}
.video-list p{text-align: center; font-size: 1.6rem; margin-top: 10px;}

.video-body{position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 30001; display: none}
#mp4video{margin: 0 auto; width: 700px; position: relative; top: 20%; display: none}
#mp4video video{width: 100%;}
#swfvideo{width: 600px;height: 500px; position: relative; top: 20%; left: 50%; margin-left: -300px; display: none}
#swfvideo .flvvideo{width: 100%; height: 100%;}
.video-mask{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); left: 0; top: 0; z-index: -1}

/*support*/
.support{position: fixed; top:50%; margin-top:-60px; right:-46px; width:46px; z-index:9999}
.support-control{position: absolute; top: -50px; right: 49px; width: 40px; height: 40px; line-height: 40px; opacity: 0.5; text-align: center; border-radius: 100%; background: #035c99; display: inline-block}
.support-control i{font-size: 2.4rem; color: #fff; cursor: pointer}
.support-control i:before{content: '\e637';}
.support-control.show{background: none}
.support-control.show i:before{content: '\e623'; color: #035c99}
.support li{position: relative;height:48px; line-height:48px;border-radius:3px 0 0 3px; margin-bottom:1px;background-color:#035c99;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s}
.support li:hover{background:#ffa001}
.support li a{color:#fff; font-family:Arial, sans-serif; font-size:18px; display:block}
.support li.icon_one{position:relative; left:0; width:160px;}
.support li.icon_one:hover{left:-110px}
.support li.icon_one:hover i{width:36px; text-align:right}
.support li i{ display:inline-block; font-style:normal; font-size:22px; width:46px; text-align:center;}
.support li span{position: absolute; left: -168px; top: -80px; width: 158px; height: 158px; z-index: 999; background: url("../images/weixin.jpg") no-repeat; background-size: 100%; display: none}
.support li:hover span{display: block}
/*================================RESPONSIVE LAYOUTS===============================================*/
@media (max-width: 1440px) {
    .sitetitle h2{font-size: 2.8rem}
    .sf-menu &gt; li a{padding: 0 15px;}
    .index_banner,.index_slider,.slider{height: 550px;}
    .banner-text{left: 10%; width: 460px;}
}
@media (max-width: 1360px) {
    header h1{width: 90px;}
    .sitetitle h2{font-size: 2rem;}
    .isStuck .sitetitle h2{font-size:2rem;}
    .slogan{font-size: 1.6rem;margin-top: 5px; display: block}
    .index_banner{margin-top: 100px;}
    .index_banner,.index_slider,.slider{height: 500px;}
    .banner-text{left: 5%; width: 460px;}
}
@media (max-width: 1199px) {
    .sitetitle{display: none}
    .index_banner,.index_slider,.slider{height: 500px;}
    .banner-text{left: 5%; width: 460px;}
    .index-first{margin: 50px 0 0; padding-bottom: 20px;}
    .video-bg{height: 300px;}
    #imagevideo, .video-bg .v-mask{width: 352px; left: 55px; top: 30px;}
    .video-bg .v-mask{height: 220px;}
    .index-first h2{font-size: 2.4rem; margin-bottom: 5px;}
    .index-first .slogan{margin-bottom: 5px;}
    .product-list li h4{font-size: 1.6rem;}
    .brand li{width: 154.5777px;}
    .index-fifth{margin-top: 0}
    .news-list p{font-size: 1.2rem; height: 32px;}
    .news-list .date p{padding-bottom: 0}
    .news-pic figure{min-height: inherit; max-height: inherit; height: 226px;}
    .news-pic figure img{min-height: 100%;}
    .footer-nav .grid_3 li{float: none; width: 100%; display: block}
    /*page*/
    .p-menu{width: 700px;}
    .about-first .video-bg{width: 480px; height: 280px;}
    .about-first  #imagevideo,.about-first .video-bg .v-mask{width: 366px; left: 58px;}
    .culture h4{font-size: 2rem;}
    .culture p{font-size: 1.3rem;}
    .product-first .grid_9 .product-list li h4{font-size: 1.4rem;}
    .product-details &gt;.container &gt; .row{margin-left: 0}
    .product-details .grid_9,.product-details .grid_3{float: none; width: 100%; margin-left: 0}
    .aside ul{border: 1px solid #eee; padding: 20px 20px 20px 0; overflow: hidden}
    .aside ul li{float: left; width: 214px; padding: 0; margin-left: 20px; border: 1px solid #eee; text-align: center; display: inline-block; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
    .new-item .detail h4{font-size: 1.6rem; line-height: 120%; margin-bottom: 0;}
    .new-item .detail p{margin-bottom: 10px;}
    .side-list .title-pic img{width: 90px;}
    .side-list .title-pic h5{line-height: 120%;}
    .video-list a span i{font-size: 6.4rem;}
}
@media (max-width: 979px) {
    header{position: relative;}
    header h1{width: 80px;}
    nav{margin-top: 30px; right: 0; position: static;}
    #m_menu{float:right;display:inline-block;width:30px; height:30px; margin-right: 20px; text-align:center; cursor:pointer;}
    #m_menu span{width:24px; height:30px; display:inline-block; position:relative;}
    #m_menu &gt; span{margin-top:4px}
    #m_menu span span{position:absolute;height:1px;z-index:1px; left:0; top:0; background:#000; display:block; overflow:hidden}
    #m_menu span.menuicon-middle{z-index:2px;top:8px;}
    #m_menu span.menuicon-bottom{z-index:3px;top:16px;}
    .top-search{position: relative; top: 0; right: inherit; padding: 10px 0;}
    .dot-curr{display: none}
    .sf-menu{position:fixed;width:100%; height:100%; margin:0; background:rgba(0,0,0,0.9); padding:10px 0; top:90px; z-index:99999; left:0; display: none}
    .sf-menu &gt; li {float:none;text-align:left; margin:0 40px; display:block; border-bottom:1px solid #414141; position:relative}
    .sf-menu li a,.sf-menu li.curr a,.sf-menu li a{padding: 10px 0;}
    .sf-menu li a{color:#e7e6e6;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
    .sf-menu li a:hover{opacity: 0.7; padding-left: 5px;}
    #searchform .icon_s{right: inherit; left: 0;}
    #searchform .icon_s .iconfont{font-size: 2rem; color: #fff;}
    #searchform input{border: 0; background: none; width: 300px; color: #fff; padding-left: 30px;}
    .sf-menu &gt; li.language a{display: inline-block}
    .sf-menu &gt; li.language img{display: inline-block}
    .top-tel{display: none}
    .index_banner{margin-top: 0;}
    .banner-text{width: 360px;}
    .banner-text h2{font-size: 3.2rem;}
    .video-bg{height: 240px;}
    #imagevideo, .video-bg .v-mask{width: 278px; left: 44px; top: 23px;}
    .video-bg .v-mask{height: 176px;}
    .video-bg .v-mask i{font-size: 4.8rem;}
    .index-first h2{font-size: 1.8rem; margin-bottom: 0; padding-bottom: 5px;}
    .index-first .slogan{font-size: 1.3rem; margin-bottom: 0;}
    .index-first p{font-size: 1.2rem; line-height: 18px; margin-bottom: 0;}
    .product-list li h4{font-size: 1.4rem;}
    .brand li{width: 122.5px;}
    .news-pic figure{height: 210px;}
    .news-list .date strong{font-size: 2rem; height: 42px; line-height: 42px;}
    .news-list h4{font-size: 1.5rem; line-height: 18px; margin-bottom: 0;}
    .news-list p{height: 26px; line-height: 18px;}
    .news-list .date p{font-size: 1.2rem;}
    .footer-nav [class*="grid_"]{width: 132px}
    .footer-nav .grid_3 li{float: none; width: 100%; display: block}
    /*page*/
    .page-banner h2{font-size: 2rem;}
    .page-menu{position: relative;overflow: visible; padding: 0; height: 36px; line-height: 36px; display: block}
    .p-menu{width: auto; display: inline-block}
    .c-menu{position: relative; display: inline-block; padding: 0 15px 0 35px; background: #ffa001; color: #fff; cursor: pointer}
    .c-menu:before {position: absolute; height: 100%; left:5px; top: 3px; font-family:'iconfont'; font-size: 2.6rem; content: "\e622"; }
    .p-menu ul{position: absolute; left:0; top:37px; padding: 20px 40px;  z-index:999; width: 100%; background: #fff; display: none; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
    .p-menu ul li{display: block; border-bottom: 1px dashed #eee; margin-left: 0; padding-bottom: 5px; line-height: 32px;}
    .p-menu ul li a{display: block;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
    .p-menu ul li a:hover{opacity: 0.7; padding-left: 5px;}
    .about-first{margin-top: 50px;}
    .about-first .video-bg{width: 400px; height: 240px;}
    .about-first  #imagevideo,.about-first .video-bg .v-mask{width: 306px; left: 48px; top: 25px;}
    .about-second{margin-top: 30px;}
    .culture li{width: 33.333333%}
    .gallery-list .grid_3 span i{font-size: 6.4rem;}
    .gallery-list .grid_3 p{padding: 5px 0 10px; font-size: 1.4rem;}

    .category ul li{line-height: 36px; font-size: 1.3rem;}
    .category ul li a{padding-left: 5px;}
    .category ul li:hover,.category ul li.curr{padding-left: 10px;}
    .product-first .grid_9 .product-list{margin-top: 20px;}
    .product-first .grid_9 .product-list li{width: 50%}

    .product-details .grid_9 .grid_5{width: 380px;}
    .product-details .grid_9 .grid_4{width: 348px;}
    .aside ul{padding: 10px 10px 10px 0;}
    .aside ul li{margin-left: 10px; width: 174px;}
    .new-item .title-pic{max-width: 200px;}
    .new-item .detail h4{font-size: 1.4rem; margin-bottom: 10px;}
    .side-list .title-pic img{width: 86px;}
    .news-li li{padding-left: 0}
    .video-list a span i{font-size: 4.8rem;}
    .video-list a:hover i{font-size: 6.4rem;}
    #mp4video{width: 600px;}
    .contact{margin: 30px 0}
    .contact .content{font-size: 1.4rem; line-height: 140%;}
}
@media (max-width: 767px) {
    .ac-gn-noscroll body{position: relative; height: 100%; overflow: hidden}
    header,header.not-fixed{border-top: 0;position: static;}
    header h1{width: 60px; padding: 5px 20px;}
    nav{margin-top: 20px;}
    .sf-menu{position: absolute; top: 64px; left:0; right:0; bottom:0; height: auto; overflow: hidden; overflow-y: auto}
    .sf-menu li.language{margin-bottom: 30px;}
    .index_banner,.index_slider,.slider{height: 260px;}
    .banner-text{left: 5%; width: 240px;top: 25%;}
    .banner-text h2{font-size: 2.2rem; margin-bottom: 10px;}
    .banner-text .hr-line{margin-bottom: 10px;}
    .banner-text p{font-size: 1.2rem;}
    .banner-text a.button1{margin-top: 0; padding: 3px 20px;}
    .video-bg{height: 300px;}
    #imagevideo, .video-bg .v-mask{width: 352px; left: 55px; top: 23px;}
    .video-bg .v-mask{height: 210px; display: none}
    .index-first h2{font-size: 2.2rem; margin-bottom: 10px; padding-bottom: 10px;}
    .index-first .slogan{font-size: 1.6rem; margin-bottom: 10px;}
    .index-first p{font-size: 1.4rem; line-height: 22px; margin-bottom: 10px;}
    .index-second{margin-top: 30px;}
    .product-list li{width: 50%;}
    .product-list li h4{padding-bottom: 30px; font-size: 1.2rem;}
    .hover_line::before,.hover_line::after{top: 10px; right: 10px; bottom: 10px; left: 10px;}
    .product-list li a span{width: 60px; height: 60px; margin-top: -30px;}
    .index-third{padding: 50px 0;}
    .application ul{margin-top: 30px; min-height: 280px;}
    .application li{width: 92px; height: 92px}
    .application li:nth-child(1){margin-left: -230px}
    .application li:nth-child(2){margin-left: 138px}
    .application li:nth-child(3){margin-left: 46px}
    .application li:nth-child(4){margin-left: -138px}
    .application li:nth-child(5){top: 92px; margin-left: -138px}
    .application li:nth-child(6){top: 92px; margin-left: -46px}
    .application li:nth-child(7){top: 92px; margin-left: 46px}
    .application li:nth-child(8){top: 184px; margin-left: -46px;}
    .application li i{font-size: 2.8rem; padding: 20px 0 10px;}
    .index-fourth{margin-top: 30px; padding-bottom: 30px;}
    .brand{margin-top: 20px;}
    .brand li{width: 74.5px;}
    .index-fifth{padding-bottom: 0;}
    .index-news .grid_6{margin-bottom: 30px;}
    .news-list li{margin-bottom: 15px;}
    .news-list .date strong{font-size: 2.2rem;}
    .news-list h4{font-size: 1.6rem; line-height: 18px; margin-bottom: 5px;}
    .news-list p{height: 26px; line-height: 18px;}
    .news-list .date p{font-size: 1.3rem;}
    footer{padding-top: 30px;}
    .footer-logo{margin: 0 auto; width: 100%; text-align: center}
    .footer-logo img{width: 100px; display: inline-block}
    .footer-nav{margin-bottom: 0;}
    .footer-nav [class*="grid_"]{float: none; width: 100%; border: 0; border-bottom: 1px solid #eee; padding: 0; margin: 0 0 20px;}
    .footer-nav [class*="grid_"]:last-child{border: 0;}
    .footer-nav [class*="grid_"] h4{margin-bottom: 10px;}
    .footer-nav [class*="grid_"] ul{margin-left: -20px;}
    .footer-nav [class*="grid_"] li{ width: auto; margin-left: 20px; display: inline-block}
    /*page*/
    .page-banner{min-height: 138px}
    .about-first .video-bg{float: none; width: 100%; height: 300px; margin-left: 0;}
    .about-first  #imagevideo,.about-first .video-bg .v-mask{width: 352px; left: 55px; top: 23px;}
    .about-second{padding: 30px 0;}
    .about-third{margin: 30px 0;}
    .culture li{width: 50%;}
    .gallery-first .row{margin-left: -20px;}
    .gallery-first .grid_3{float: left; width: 220px; margin-left: 20px;}
    .product-first .grid_3{margin-bottom: 20px;}
    .category h3{font-size: 1.8rem;}
    .category ul li{line-height: 36px; font-size: 1.4rem;}
    .category ul li a{padding-left: 5px;}
    .category ul li:hover,.category ul li.curr{padding-left: 10px;}
    .product-details .grid_9 [class*="grid_"]{width: 100%;}
    .product-details .grid_9 .grid_5{margin-bottom: 30px}
    .details_tab{margin-top: 30px;}
    .aside ul li{width: 214px;}
    .news-first{margin-bottom: 30px;}
    .news-body .grid_9{padding-right: 0; border: 0;}
    .new-item .title-pic{max-width: 160px;}
    .new-item .detail span a{padding: 3px 10px; font-size: 1.2rem;}
    .side-list .title-pic img{width: 200px; max-width: inherit}
    .newsread-body{margin-bottom: 30px;}
    .video-first{margin: 30px 0;}
    .video-first .row{margin-left: -20px;}
    .video-list .grid_4{float: left; width: 220px; margin-left: 20px;}
    .video-list p{font-size: 1.4rem; height: 32px; overflow: hidden}
    #swfvideo{ width: 320px; height: 267px; top: 10%; margin-left: -160px;}
    #mp4video{width: 420px; top: 15%;}
}
@media only screen and (max-width: 479px) {
    header h1{width: 48px;}
    nav{margin-top: 15px;}
    .sf-menu{top: 54px;}
    .index_banner, .index_slider, .slider{height: 320px;}
    .banner-text{top: 30%;}
    .banner-text h2{font-size: 2rem;}
    .index_banner .bx-pager .bx-pager-item{width: 50px;}
    .video-bg{height: 200px;}
    #imagevideo, .video-bg .v-mask{width: 226px; left: 39px; top: 20px;}
    .video-bg .v-mask{height:140px;}
    .index-first h2{font-size: 2rem;}
    .index-first .slogan{font-size: 1.5rem; margin-bottom: 5px;}
    .index-first p{font-size: 1.3rem;}
    .black-name{margin-bottom: 20px;}
    .black-name h2{font-size: 2.6rem; line-height: 32px;}
    .black-name .hr-line{width: 160px;}
    .product-list{margin-top: 30px;}
    .product-list li{float: none; width: 100%; display: block}
    .product-list li h4{font-size: 1.6rem;}
    .index-third{padding: 30px 0;}
    .index-third .black-name p{font-size: 1.2rem; line-height: 18px;}
    .application ul{margin-top: 20px; min-height: 220px;}
    .application li{width: 100px; height: 100px}
    .application li:nth-child(1),.application li:nth-child(2){display: none}
    .application li:nth-child(3){margin-left: -150px; background: rgba(136,190,255,0.8);}
    .application li:nth-child(4){margin-left: -50px}
    .application li:nth-child(5){top:0; margin-left: 50px}
    .application li:nth-child(6){top: 100px; margin-left: -150px}
    .application li:nth-child(7){top: 100px; margin-left: 50px;background: rgba(12,64,128,0.8)}
    .application li:nth-child(8){top: 100px; margin-left: -50px;)}
    .application li i{font-size: 3.2rem; padding: 20px 0 10px;}
    .brand li{width: 97px;}
    .news-pic figure{height: 170px;}
    .news-pic h4{font-size: 1.3rem; padding: 5px 0; bottom: 5px;}
    .news-list h4{font-size: 1.5rem;}
    .footer-nav h4{font-size: 1.4rem;}
    .footer-nav li{margin-bottom: 5px;}
    .footer-nav li a{font-size: 1.3rem;}
    /*page*/
    .page-menu .container{width: 100%;}
    .c-menu{padding:0 10px 0 30px}
    .location{font-size: 1.2rem; width:180px; height: 32px; margin-right: 10px; overflow: hidden}
    .about-first .video-bg{height: 200px;}
    .about-first  #imagevideo,.about-first .video-bg .v-mask{width: 226px; left: 39px; top: 20px;}
    .culture li{float: none; width: 100%; display: block}
    .gallery-first .row{margin-left: -10px;}
    .gallery-first .grid_3{float: left; width: 145px; margin-left: 10px; margin-bottom: 10px;}
    .gallery-list .grid_3 span i{font-size: 4.8rem;}
    .aside ul li{width: 134px;}
    .new-item .title-pic{width: 220px; max-width: inherit; margin-right: 0; margin-bottom: 20px;}
    .new-item .detail h4{font-size: 1.6rem; line-height: 140%;}
    .side-list .title-pic img{width: 140px;}
    .news-read .content{line-height: 180%;}
    .taglist .bdsharebuttonbox{float: none; display: block}
    .product-first .grid_9 .product-list li{width: 100%;}
    .video-first .row{margin-left: 0;}
    .video-list .grid_4{float: none; width: 100%; margin-left: 0}
    .video-list a span i{font-size: 6.4rem;}
    .video-list a:hover i{font-size: 7.4rem;}
    #swfvideo{ width: 300px; height: 250px; top: 25%; margin-left: -150px;}
    #mp4video{width: 300px; top: 30%;}
}
</pre></body></html>