﻿/*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; z-index: 30000;}
header.not-fixed{position: relative;}
header h1,#logo{float:left; width:228px; padding:15px 30px; overflow:hidden}
header h1,#logo img{float: left; display: inline-block}
.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: 180px; padding:10px 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}
.isStuck .top-search{top: -45px; 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:60px;}
#m_menu {display:none}
.sf-menu > li {float:left;text-align:center;}
.sf-menu > li a{font-size:1.6rem; padding:0 20px;display:block}
.sf-menu > li.top-search a{padding: 0}
.dot-curr{position: absolute; left: 8px; top: 36px; width: 50px; height: 0.2em; background: #e62129; display: inline-block}
.top-search{position: absolute; z-index: 1; right: 20px; top: -55px; padding-top: 8px; display: inline-block;}
#searchform{position: relative;}
#searchform input{width: 180px; 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: #777; display: inline-block}
.top-tel i{color:#ff0000; font-size: 2.2rem;}
.sf-menu > 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:#003855; border:1px solid #003855; 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:#003855;}
/*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:#4e6f9c;}
.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: 100px; height:600px;}
.index_slider,.slider{height: 600px; overflow: hidden}
.banner-text{position: relative; width: 500px; left: 15%; top: 30%;}
.banner-text h2{font-size: 3.6rem; line-height: 100%; margin-bottom: 10px; color: #fff;}
.banner-text small{color: #fff; font-size: 1.4rem; margin-bottom: 10px; display: block}
.banner-text .hr-line{height: 1px; background: #fff; width: 100px; display: block; margin-bottom: 20px;}
.banner-text p{font-size: 1.6rem;color: #ccc}
.banner-text a.button1{margin-top: 30px; padding: 5px 35px; background: #e62129; color: #fff; border: 0;}
.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 #e62129;}

/*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: 40px; z-index: 1; width: 430px;}
.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: #003855; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px; display: block}
.index-first p{line-height: 24px; color: #666; 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: #9d9f9f url("../images/index-third-bg.jpg") no-repeat center fixed; padding: 50px 0; background-size: cover; text-align: center}
.index-third .black-name h2{color: #fff;}
.index-third .black-name p{color: #f5f5f5}
.case-list{padding-top: 20px; overflow: hidden}
.case-list .grid_3{margin-bottom: 20px}
.case-list h4{margin-top: 10px; color: #fff;}
.case-list .button1{margin-top: 20px;color:#fff; padding: 5px 35px; border:1px solid #fff;}
.case-list .button1:hover{color:#fff; background:#e62129;border:1px solid #e62129;}

/*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: #e62129; 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: #9d9f9f; 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}

/*footer*/
footer{border-top: 2px solid #eee;}
.footer-box{padding:50px 0 0;}
.footer-nav{margin-bottom: 30px;}
.footer-logo{width: 180px;}
.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 .grid_2:last-child {font-size: 1.3rem; text-align: center}
.footer-nav h4{margin-bottom: 25px;}
.footer-nav li{margin-bottom: 10px}
.footer-nav .grid_4 li{float: left; width: 50%;}
.footer-nav li a{color:#666; font-size:1.4rem}
.footer-nav li em{display: block; font-style: normal; font-size: 1.3rem; color: #999}
.footer-nav li a:hover{color:#fe4040}

/*links*/
.links{margin:20px 0 15px;font-size:1rem; color:#999}
.links h5{padding-bottom: 3px; border-bottom: 1px solid #eee;}
.links ul{margin-top: 5px;}
.links li{display: inline-block; margin-right: 5px;}
.links a{margin-right: 8px; color:#999; display:inline-block}
.links a:hover{color:#fe4040}
.copyright{padding-top: 20px; text-align: center; line-height: 28px; color:#ddd; background: #9d9f9f; font-size:1rem}
.copyright span{padding-left: 28px;margin-right: 10px; line-height: 24px; background: url("../images/footer-icon.png") no-repeat 0 top; display: inline-block}
.copyright span a{color: #ddd;}
.copyright span a:hover{color:#fff}
.copyright span:nth-child(2){background-position: 0 -24px;}
.copyright span:nth-child(3){background-position: 0 -48px;}
/**********************************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{height: 32px; 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;line-height: 36px; font-size: 1.5rem;}
.p-menu li a{padding: 0 15px;display: block}
.p-menu li.curr a{color: #fff; background: #e62129}
.c-menu{display: none}
.location{float: right; height: 100%; line-height: 32px; display: inline-block}
.location a{margin-right: 3px;}
.sticky .location{display: none}
.page-menu.sticky {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;line-height: 70px; 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;}
.sticky .area-menu li a{border-radius: 0}
.sticky .p-menu li.curr a,.sticky .p-menu li a:hover{background: #e62129; 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; line-height: 160%;}
.about-second{margin-top: 50px; background: #f7f7f7; padding: 80px 0; background-size: 100%; padding: 50px 0 30px; overflow: hidden}
.about-third{margin: 50px 0; overflow: hidden}
.pic-show .row{margin-left: -10px;}
.pic-show .grid_3{width: 285px; margin-left: 10px;}

.pic-show .grid_3 h4{text-align: center; margin-top: 20px;}
.pic-show .bx-wrapper .bx-pager{bottom:-50px;}
.pic-show .bx-wrapper .bx-pager.bx-default-pager a:hover,.pic-show .bx-wrapper .bx-pager.bx-default-pager a.active{background: #e62129}
.pic-show .bx-wrapper .bx-pager.bx-default-pager a{background: #9d9f9f}


/*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: #9d9f9f; 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 #d70133;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:#0d365c; 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:#e62129; color:#fff}

/*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: #0d365c; 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;}
.tags{display: block; font-size: 1.2rem;}
.product-details .grid_4 p strong{color: #000}
.product-details .tags{border-top: 1px solid #eee; padding: 5px 0;}
.product-details .button1{margin-top: 20px; border: 0; background: #e62129; 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: #0d365c}

.details_tab{margin-top:20px; background:#0d365c}
.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:16px; display:block; font-weight: bold; padding:8px 0}
.details_tab li.curr a{background:#fff; color:#0d365c}
.product-details .details{margin:30px 0 50px; font-size: 1.6rem; line-height: 160%;}
.product-details .details h3{margin: 20px 0 10px;}
.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: 10px 0; width: 100%;}
.product-details .details table td{border: 1px solid #ddd; padding:5px 10px;}

.aside h3{padding:10px 20px; border: 1px solid #ddd; font-size: 1.6rem; font-weight:bold; color:#444; 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: 15px;}
.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}

/*service*/
.service-first{margin: 50px 0 50px;}
.service-content{overflow: hidden; font-size: 1.6rem}
.service-content h3{margin: 20px 0; border-bottom: 1px solid #eee; padding-bottom: 10px;}

/*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: #0d365c; 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: #0d365c}
.support li{position: relative;height:48px; line-height:48px;border-radius:3px 0 0 3px; margin-bottom:1px;background-color:#0d365c;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s}
.support li:hover{background:#e62129}
.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) {
    .index_banner,.index_slider,.slider{height: 500px;}
    .banner-text{left: 10%; width: 460px;}
}
@media (max-width: 1360px) {
    .index_banner,.index_slider,.slider{height: 400px;}
    .banner-text{left: 5%; width: 460px;top: 20%;}
}
@media (max-width: 1199px) {
    .sf-menu > li a{padding: 0 15px;}
    .slogan{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-logo{width: 150px;}
    .footer-nav li a{font-size: 1.2rem;}
    /*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;}
    .product-first .grid_9 .product-list li h4{font-size: 1.4rem;}
    .product-details >.container > .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%;}
}
@media (max-width: 979px) {
    header{position: relative;}
    header h1,#logo{width: 120px; padding: 10px 30px}
    nav{margin-top: 20px; 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 > 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,.top-tel{display: none}
    .sf-menu{position:fixed;width:100%; height:100%; margin:0; background:rgba(0,0,0,0.9); padding:10px 0; top:59px; z-index:99999; left:0; display: none}
    .sf-menu > 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 > li.language a{display: inline-block}
    .sf-menu > li.language img{display: block}
    .index_banner{margin-top: 0;}
    .banner-text{width: 380px;}
    .banner-text h2{font-size: 3.2rem;}
    .banner-text p{font-size: 1.4rem;}
    .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-logo{width: 130px;}
    .footer-nav [class*="grid_"]{width: 132px; padding-left: 15px;}
    .footer-nav .grid_2:nth-child(2){width: 116px;}
    .footer-nav .grid_4{width: 148px;}
    .footer-nav .grid_4 li{float: none; width: 100%; display: block}
    /*page*/
    .p-menu{width: 400px;}
    .page-banner h2{font-size: 2rem;}
    .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;}
    .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}
    .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,#logo{width: 100px; padding: 10px 20px;}
    nav{margin-top: 15px;}
    .sf-menu{position: absolute; top: 50px; 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: 270px;top: 23%;}
    .banner-text h2{font-size: 2.2rem; margin-bottom: 5px;}
    .banner-text small{margin-bottom: 0}
    .banner-text .hr-line{margin-bottom: 10px;}
    .banner-text p{font-size: 1.2rem;line-height: 1.6rem;}
    .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;}
    .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;}
    .case-list .row{margin-left: -20px;}
    .case-list .grid_3{float: left; width: 220px; margin-left: 20px;}
    .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-box{padding: 30px 0 0}
    .footer-logo{margin: 0 auto; width: 100%; text-align: center}
    .footer-logo img{width: 160px; display: inline-block}
    .footer-nav{margin-bottom: 0}
    .footer-nav .grid_2:first-child{text-align: center; margin-bottom: 0;}
    .bdsharebuttonbox{display: inline-block}
    .footer-nav .grid_2:nth-child(2){width: 100%;}
    .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}
    .page-menu{position: relative;overflow: visible; width: 100%; padding: 0; height: 36px; line-height: 36px; display: block}
    .page-menu .container{width: 100%;}
    .location{font-size: 1.2rem; width:180px; height: 32px; margin-right: 10px; overflow: hidden}
    .p-menu{width: auto; display: inline-block}
    .c-menu{position: relative; display: inline-block; padding: 0 15px 0 35px; background: #e62129; 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;}
    .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;}
    .p-menu li.curr a{background: #9d9f9f}
    .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;}
    .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}
    .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;}
}
@media only screen and (max-width: 479px) {
    .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;}
    .case-list .row{margin-left: 0;}
    .case-list .grid_3{float: none; width: 100%; margin-left: 0;}
    .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;}
    /*page*/
    .page-menu .container{width: 100%;}
    .c-menu{padding:0 10px 0 30px}
    .about-first .video-bg{height: 200px;}
    .about-first  #imagevideo,.about-first .video-bg .v-mask{width: 226px; left: 39px; top: 20px;}
    .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%;}
}