body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
a{
	color: #333;
}
a:hover {
	color: #666;
	text-decoration: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-nav {
  padding: 10px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  padding: 28px 28px;
  font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #126ace;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #126ace;
}
.navbar-brand {
  float: left;
  height: 100px;
  padding: 20px 15px;
}
.navbar-brand img.logo_yy{
 display: none;
}
.navbar-brand img.logo_pc{
  height: 72px;
}
.navbar-tel{
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 50px;
  margin-top: 20px;
  font-weight: 600;
}
.navbar-tel span {
	display: block;
	line-height: 50px;
}
.navbar-default .container {
  position: relative;
}
.navbar-weixin {
  position: absolute;
  right: -120px;
  top: 10px;
  display: block;
  width: 110px;
}
.glyphicon{
    top: 50%;
}
.box .pull-left{
	width: 33.2%;
	margin-right: 0.2%;
	margin-top: 0.2%;
}
.box .pull-left:nth-child(3) {
	margin-right: 0;
}
.box a{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;

}
.box a img{
	transition: all 0.5s;
}
.box a:hover img{
	transform:scale(1.1);
}
.box a div{
	position: absolute;
	left: 3%;
	bottom: 3%;
	color: #fff;
	z-index: 10;
}
.box a div h2{
	margin: 0 0 10px;
	font-size: 22px;
}
.box a div p{
	font-size: 16px;
	line-height: 30px;
	background: url(../images/icon_box.jpg)  no-repeat left center;
	padding-left: 20px;
}
.box a:hover p{
	background: url(../images/icon_box_hover.jpg)  no-repeat left center;
	color: #000;
}
.footer-menu,
.footer-con{
	padding: 20px 0;
}
.footer-menu .col-md-2{
	/*width: 20%;*/
	text-align: center;
}
.footer-menu h3{
	font-size: 16px;
	margin: 10px 0 10px;
	color: #fff;
}
.footer_pro a{
    padding-left: 0px;
}
.br{
    border-left: 1px solid #656565;
}
.footer-menu a{
	display: block;
	color: #d4d4d4;
	line-height: 30px;
	text-align: left;
}
.footer{
    background: #3a3838;
}
.footer h3 a{
    color:#fff;
}

.footer-con{
	border-top: 1px solid #ccc;
  color: #e2e1e1;
}
.footer-con img{
	display: inline-block;
	margin: 0 5px;
}
.footer-con p{
	padding-left: 40px;
}
.flink{
	margin-bottom: 20px;
}
.flink a{
	display: inline-block;
	color: #666;
	margin: 0 5px;
}
.copyright{
	background-color: #f5f5f5;
	padding: 20px 0;
}

.position{
	margin: 20px 0;
	color: #666;
}
.nav-tabs,
.product-menu {
  border-bottom: 4px solid #126ace;
}
.nav-tabs > li {
  float: left;
  /*width: 25%;*/
  margin-bottom: 10px;
}
.nav-tabs > li > a {
  margin-right: 10px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px 40px;
  text-align: center;
}
.nav-tabs > li > a:hover {
  border-color: #126ace;
  background-color: #126ace;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  border-color: #126ace;
  background-color: #126ace;
  color: #fff;
}

.product-menu .dropdown{
	margin-bottom: 20px;
}
.product-menu .btn {
	background-color: #126ace;;
	color: #fff;
	width: 100%;
}
.product-menu .dropdown-menu{
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	text-align: center;
	padding: 0;
}

.product-menu .dropdown-menu > li > a {
	padding: 8px 0;
}
.product-menu .dropdown-menu > li > a:hover{
	background-color: #126ace;;
	color: #fff;
}
.pro_left p{
    width: 50%;
    float: left;
    line-height: 30px;
}
.product-con{
    overflow: hidden;
}
.product-contact-tel {
    height: 62px;
    background: url(../images/product_tel.png) no-repeat left 10px;
    padding-left: 59px;
    margin: 15px 0;
    background-size: 45px;
}
.product-contact-tel span{
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #333;
}
.product-contact-tel .tel{
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    font-family: Impact;
    /*color: #c00;*/
}

.content-title {
	font-size: 22px;
	color: #222;
	margin: 40px 0;
}
.content-info{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.content-info span{
	margin: 0 20px;
	color: #666;
}
.content{
	margin-top: 20px;
	line-height: 30px;
}
.content img{
	display: inline-block;
	margin: 0 auto !important;
	max-width: 100%;
	text-align: center !important;
	display: block;
}
.news-item,
.product-item,
.case-item{
	margin-top: 40px;
}
.news-item a:hover{
	box-shadow: 2px 2px 10px 3px #ccc;
}
.news-item a{
	padding-top: 30px;
}
.news-item img,
.case-item img{
	width: 100%;
	height: 270px;
}
.news-item h2,
.news-item h3,
.case-item h2,
.case-item h3{
	font-size: 14px;
	margin: 20px 0;
}
.news-item p{
        height: 50px;
    display: block;
    overflow: hidden;
    text-align: left;
    line-height: 25px;
}
.news-item span{
	display: block;
	padding-bottom: 30px;
}
.product-item{
	/* width: 33.33333%; */
	border: 1px solid #ddd;
	padding: 0px;
}
.product-item .product-item-img{
	width: 100%;
	height: 100%;
	overflow: hidden;

}
.product-item .product-item-img img{
	transition: all 0.5s;
	width: 100%;
	height: 20rem;
}

.honor-item .product-item-img img{
    height: 40rem;
}
.product-item .product-item-img img:hover{
	transform:scale(1.1);
}
.product-item h2, .product-item h3{
  display: block;
	font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
	font-weight: bold;
	margin: 20px 0;
	padding: 0 20px;
}
.product-item .product-item-info {
	padding: 0 20px;
}
.product-item span {
	display: inline-block;
	margin: 0 40px;
}
.product-item span b{
	color: #999;
}
.product-item-more{
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #ddd;
	margin: 20px auto;
	transition: all 0.5s;
}
.product-item-more:hover{
	background-color: #126ace;
	color: #fff;
	border-radius: 20px;
	border: 2px solid #126ace;
}
.product-info{
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	background-color: #eee;
}
.product-info > .pull-left{
	width: 50%;
}
.product-info > .pull-right{
	width: 50%;
	padding-left: 40px;
}
.product-info h1{
	font-size: 22px;
	font-weight: bold;
	margin: 40px 0;
	color: #126ace;
}
.product-detail{
	border-bottom: 2px solid #126ace;;
	margin-top: 40px;
  display: block;;
}
.product-detail span{
	display: inline-block;
	padding: 10px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #126ace;
	font-size: 16px;
	border-bottom: none;
	background-color: #126ace;
	color: #fff;
}
.join{
	margin-top: 40px;
}
.join-item{
	border-bottom: 1px solid #ddd;
	margin-top: 40px;
	padding-bottom: 40px;
}
.join-item h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.join-item-con{
	padding: 0 30px;
}
.join-item h3{
	font-size: 16px;
	margin: 20px 0;
}

.position{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 0 20px;
    margin-bottom: 20px;
}
.position h3, .position b{
    font-size: 20px;
    line-height: 60px;
    margin: 0;
    font-weight: bold;
}
.position span{
    color: #666;
}




a{
    color: #333;
}
a:hover{
    color: #666;
    text-decoration: none;
}

.pro_img{
    height: 380px;
    width: 100%;
}

#dituContent {
    width: 100%;
    height: 500px;
    margin: 20px auto 0;
    border: 5px solid #f6f7fc;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.mt40{
    margin-top: 40px;
}
.top{
    height: 35px;
    line-height: 35px;
    background-color: #eaeaea;
}
.top a{
    margin: 0 5px;
}


.product{
    padding: 60px 0;
}
.product-box{
    background-color: #014fa2;
    color: #fff;
    padding: 5px;
}
.product-de{
    margin-top: 20px;
}
.product-title{
    padding: 20px 0;
}
.product-title span{
  display: block;
    font-size: 16px;
    color: #3772b4;
  padding-top: 5px;
}
.product-title h3, .product-title b{
  display: block;
    margin: 0;
    color: #fff;
    font-size: 24px;
  font-weight: bold;
}
.product-list,
.contact{
    background-color: #fff;
    padding: 10px;
}
.product-list li{
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.product-list li a{
    display: block;
    height: 40px;
    padding: 0 20px;
    background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
    color: #333;
}
.product-list li a:hover{
    background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
    color: #fff;
}
.product-list dl{
  margin-bottom: 0;
}
.product-list dt,
.product-list dd{
  height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.product-list dt a{
  display: block;
    height: 40px;
    padding: 0 20px;
    background: #014fa2 url(../images/icon_dl.jpg) no-repeat 94% center;
    color: #fff;
}
.product-list dd a{
  display: block;
    height: 40px;
    padding: 0 20px;
    background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
    color: #333;
}
.product-list dd a:hover{
  display: block;
    height: 40px;
    padding: 0 20px;
    background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
    color: #fff;
}
.contact{
    line-height: 26px;
    color: #333;
}

.sidebar-contact{
    /*background: #126ace url(../images/prolistfbg.png) no-repeat 90% 20px;*/
    background: #126ace;
    color: #fff;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}
.sidebar-contact span{
    display: block;
    font-size: 16px;
    color: #fff;
    height: 21px;
    line-height: 21px;
    background: url(../images/sidebar_tel.png) no-repeat left center;
    padding-left: 30px; 
}
.sidebar-contact b{
    display: block;
    font-size: 28px;
    margin: 5px 0 10px;
    font-weight: normal;
    font-family: Impact;
}
.sidebar-contact p {
    line-height: 24px;
}
.sidebar-contact a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f83b33;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}
.sidebar-product {
    background: #f5f5f5;
    padding: 10px 10px;
}

.contact p{
    margin: 0;
}
.hot-title{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.hot-title h3, .hot-title b{
  display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #0053a9;
}
.hot-title a{
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #014fa2;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-top: 5px;
}
.hot-product{
    margin-top: 10px;
    margin-bottom: 20px;
}
.hot-product a{
  display: block;
  border: 1px solid #ededed;
}
.hot-product img{
    width: 100%;
    height: 200px;
}
.hot-product span{
  height: 45px;
  line-height: 45px;
  background-color: #f5f5f5;
  font-size: 15px;
}
.hot-product a:hover{
  border: 1px solid #0053a9;
}
.hot-product a:hover span{
  background-color: #0053a9;
  color: #fff;
}
.ad{
  height: 400px;
  background: url(../images/ad.jpg) no-repeat center top;
}
.ad2{
  height: 200px;
  background: url(../images/ad02.jpg) no-repeat center top;
}
.adv{
  padding: 60px;
  background-color: #ecedf0;
}
.adv-title h3, .adv-title b{
  display: block;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: bold;
}
.adv-title h3 span, .adv-title b span{
  color: #0053a9;
}
.adv-title i{
  display: block;
  font-style: normal;
  color: #444;
  font-size: 14px;
}
.adv-text{
  border-bottom: 1px solid #ececec;
  margin-top: 20px;
}
.adv-text h4{
  height: 62px;
  line-height: 62px;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
}
.adv-text h4 i{
  display: inline-block;
  width: 77px;
  height: 62px;
  background: url(../images/icon_adv.png) no-repeat center top;
  color: #fff;
  font-size: 40px;
  text-indent: 10px;
  margin-right: 15px;
  font-style: normal;
}
.adv-text h4 span{
  color: #0053a9;
}
.adv-text p{
  line-height: 30px;
  color: #666;
}
.adv img{
  margin-top: 40px;
}
.info{
    padding: 60px 0 0;
}
.about_big {
    height: 560px;
    background: url(../images/about_bg.jpg) no-repeat top center;
    padding: 60px 0;
    overflow: hidden;
}
.about{
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 15px 0px;
}

.about-con{
  padding: 20px 30px 20px 20px;
    line-height: 30px;  
}
.about-con h3{
    line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}

.about-con h3 span{
  color: #999;
  margin-left: 10px;
}
.about-con b{
    margin: 20px 0 0px;
    padding-bottom: 20px;
    font-weight: normal;
    color: #333;
    display: block;
    font-size: 30px;
}
.about-con > b:after {
    content: '';
    display: block;
    width: 125px;
    height: 3px;
    background-color: #126ace;
    margin-top: 20px;
}
.about-con p{
  line-height: 30px;
  color: #666;
  text-indent: 2em;
  text-align: justify;
}
.about-con a{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #0053a9;
    border-radius: 15px;
}
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:30px 10px 0; width: 240px; float:left; _display:inline; overflow:hidden;}
.picMarquee-left .bd ul li a{display: block; border: 1px solid #ececec;}
.picMarquee-left .bd ul li img{width:100%; height:180px; }
.picMarquee-left .bd ul li a span{ height: 50px; line-height: 50px; background-color: #e5e5e5; font-size: 16px;}
.picMarquee-left .bd ul li a:hover {border: 1px solid #0053a9;}
.picMarquee-left .bd ul li a:hover span{background-color: #0053a9; color: #fff;}

.news-title{
    height: 40px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.news-title h3, .news-title b{
  display: block;
    margin: 0;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
  border-bottom: 3px solid #0053a9;
  padding: 0 10px;
}
.news-list li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    /* background: url(../images/icon05.gif) no-repeat left center;
    padding-left: 10px; */
}

.flink{
    padding: 20px 0;
    color: #999;
}
.flink a{
    margin: 0 5px;
    color: #999;
}
.pagination ul li{
    list-style:none;
    float: left;
    
}
.pagination a {
  margin: 0 5px;
}
.page-num-current {
  color: #0855aa;
}

/*ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¹*/
.menu_list{
    background:#fff;
    padding:5px;
}
.menu_list .current {
    /* background: #f1f1f1 url(../images/pro_down.png) center right no-repeat; */
}
.menu_head {
    height: 40px;
    line-height: 40px;
    padding:0px 10px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    /* background: #f1f1f1 url(../images/pro_left.png) center right no-repeat; */
    margin-top:10px;
    background: #f5f5f5;
}
.menu_head a{
    display: block;
    text-overflow: ellipsis;
    width: 91%;
    height: 40px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 00;
    color: #3c3c3c;
}
.menu_body {

    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    backguound: #fff;
    border-right: 1px solid #e1e1e1;
}
.menu_body a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding:0px 20px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
    overflow:hidden;
}
.f_kslj{display: none;}

.footer-text-logo {
    text-align: center;
}
.footer-text-logo img{
    display: block;
    margin: 20px auto;
    width: 60%;
}
.footer-text-logo i {
    display: block;
    background: url(../images/sidebar_tel.png) no-repeat 57px center;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 5px;
    font-style: normal;
    color: #fff;
}
.footer-text-logo b {
    display: block;
    font-size: 28px;
    font-weight: normal;
    font-family: Impact;
    color: #fff;
}

.footer-message {
    height: 325px;
    background: url(../images/message_bg.jpg) no-repeat top center;
    padding-top: 50px;
    color: #fff;
    margin-top: 40px;
    /* overflow: hidden; */
}
.footer-message b{
    display: block;
    font-size: 28px;
}
.footer-message p{
    display: block;
    font-size: 20px;
    margin: 20px auto;
}
.footer-message ul {
    overflow: hidden;
    padding-left: 0;
}
.footer-message ul li {
    display: inline-block;
    margin: 30px 20px 0;
    background: url(../images/ico_ad.png) no-repeat left center;
    padding-left: 40px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}
.footer-message .form-inline .form-group {
    margin-right: 10px;
}
.footer-message .form-control {
    height: 42px;
    padding: 6px 28px;
}
.footer-message .form-user {
    background: #fff url(../images/ico_user.png) no-repeat 20px center;
    padding-left: 45px; 
}
.footer-message .form-tel {
    background:  #fff url(../images/ico_tel.png) no-repeat 20px center;
    padding-left: 45px; 
}
.footer-message .btn-default {
    width: 200px;
    height: 42px;
    border: none;
    background: #f83b33;
    color: #fff; 
}
.fixed-sidebar {
    position: fixed;
    right: 5%;
    top: 50%;
    transform:  translateY(-50%);
    margin-bottom: 0;
}
.fixed-sidebar li {
    width: 80px;
    height: 80px;
    background: #126ace;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    position: relative;
    cursor: pointer;
}
.fixed-sidebar li a {
    color: #fff;
    display: block;
}
.fixed-sidebar li span {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    line-height: 24px;
}
.fixed-sidebar li:hover {
    background: #f83b33;
    color: #fff;
}
.fixed-sidebar li:nth-child(3):hover .fixed_ewm{
    display: block;
}
.fixed-sidebar .fixed_ewm {
    position: absolute;
    left: -140px;
    bottom: 0;
    width: 140px;
    padding: 10px;
    text-align: center;
    background: #f83b33;
    display: none;
    z-index: 9999;
}
.fixed-sidebar .fixed_ewm img {
    width: 120px;
}
.fixed-sidebar .fixed_ewm p {
    font-size: 14px;
    color: #fff;
    margin: 5px 0 10px;
}
.fixed-sidebar .fixed_ewm i {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
}
.fixed-sidebar .fixed_ewm b {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: Impact;
    font-weight: normal;
}


@media screen and (max-width: 640px){
    .navbar-brand {
        padding: 0px;
        width: 84%;
        height: 60px;
    } 
    .navbar-brand img.logo_yy{
  /* height: 60px; */
  display: block;
  width: 100%;
  padding-top: 10px;
}
.navbar-brand img.logo_pc{
  display: none;
  height: 0px;
}
.navbar-default .navbar-nav > li > a{
    padding: 10px;
}
    .ad {
    height: 400px;
    background: url(../images/ad_1.jpg) no-repeat;
}
.hot-product img{
    height: 12rem;
}
.product-item .product-item-img img{
    height: 12rem;
}
.product-item h2, .product-item h3{
    font-size: 14px;
    padding: 0px;
}
.product-info > .pro_left{
    width: 100%;
}
.pro_img{
    height: 25rem;
    width: 100%;
}
.content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.f_kslj{width: 100%;background: rgba(0,0,0,0.7);background: #3c3c3c;/* padding: .5em 0; */display: block;position: fixed;bottom: 0;height: auto;overflow: hidden;padding-bottom: .5rem;}
.f_kslj ul{padding:0px;/* padding-top: 0px; */}
.f_kslj ul li{width: 25%; float: left; list-style: none; text-align: center;}
.f_kslj ul li a{color: #fff;text-align: center;line-height: 2.3em; display: block;}
.f_kslj ul li a i{display: block;color:#fff;/* font-size: 30px; */}
.toolbar{display: none;}
.footer-message{padding-top:10px}
 .footer-message p {font-size:14px;margin:10px auto;} 
    
    
}
