@font-face {
  font-family: 'iconfont';  /* project id 492483 */
  src: url('http://at.alicdn.com/t/font_492483_3bium2h90gjve7b9.eot');
  src: url('http://at.alicdn.com/t/font_492483_3bium2h90gjve7b9.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_492483_3bium2h90gjve7b9.woff') format('woff'),
  url('http://at.alicdn.com/t/font_492483_3bium2h90gjve7b9.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_492483_3bium2h90gjve7b9.svg#iconfont') format('svg');
}
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.clamp{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stretch{
    margin-left: -15px;
    margin-right: -15px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,section,article,aside,header,footer,nav,dialog,figure,hgroup{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0}
fieldset,img {border:0;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;}
ul,ol,li{list-style:none}
em,i{font-style:normal}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:500;}
a{color:#333333;text-decoration:none;cursor: pointer;}
a:hover, a:visited, a:link, a:active {color: #333;text-decoration: none !important;}
a:hover{text-decoration: none;}
*{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing: border-box;}
body {color: #333333;font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;font-size: 100%;}
input[type=text], textarea {-webkit-appearance: none;}
input[type=button],input[type=submit]{cursor: pointer;border: none;}
input[type=text],input[type=number],input[type=password],textarea{text-indent: 10px;}
input{border:none}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
div{-webkit-box-sizing: border-box;box-sizing: border-box;}
.over-h{overflow: hidden;}
p{text-align: justify;text-justify:inter-word;}
.text-c{text-align: center;}
.text-l{text-align: left !important;}
.text-r{text-align: right !important;}
.fl{
    float: left !important;
}
.fr{
    float: right !important;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: initial;
}
.mt-60{margin-top: 60px !important;}
.mt-r-60{margin-top: 0.75rem !important;}
.mt-r-55{margin-top: 0.6875rem !important;}
.mb-r-55{margin-bottom:0.6875rem !important;}
.mt-r-45{margin-top: 0.5625rem;}
.mb-r-45{margin-bottom: 0.5625rem;}
.pt-r-55{padding-top: 0.6875rem !important;}
.pt-r-45{padding-top: 0.5625rem;}
.pb-r-45{padding-bottom: 0.5625rem;}
.pb-r-55{padding-bottom: 0.6875rem !important;}
.gray-bg{background: #f3f7fa;}
.white-bg{background: #fff;}
/*pager*/

.com-pager{
    text-align: center;
    margin-top: 0.625rem;
}
.com-pager a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-bottom: 0.125rem;
    background: #fff;
}
.com-pager span{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.com-pager a.now{
    background: #00ADFD;
    color: #fff;
}
/*pager end*/

/* 导航条 */
.paging-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin:15px 0;
    -webkit-transition:  all 0.3s ease-out;
    transition:  all 0.3s ease-out;
}
.paging{
    display: inline-block;
    border:1px solid #ddd;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
    font-size: 0;
    padding:12px 20px;
}
.paging li{
    float: left;
}
.paging li a:hover{
    color:#0457b7;
}
.paging li + li{
    /* border-right: 1px solid #ddd; */
}
.paging .prev a,.paging .next a{
    padding:0;
}
.paging .next{
    border:0 !important;
}

.paging .prev .iconfont,.paging .next .iconfont{
    font-size: 30px;
}
.paging ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.paging li a{
    display: block;
    padding:10px 20px;
    font-size: 15px;
    color:#666666;
}
.paging li.active a{
    background: #0457b7;
    color:#fff;
}
.wrap-1200{
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.show{
    display: block !important;
}
.pl-55{padding-left: 0.6875rem;}
.pr-55{padding-right: 0.6875rem;}
.mt-r-75{margin-top: 0.9375rem;}
/*model*/
.com-model{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 500;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.v-close{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
}
.model-show{
    top: 0;
}
.draw-item h3{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    line-height: 50px;
}
.v-play{
    margin-bottom: 0 !important;
    cursor: pointer;
}
#backTop{
    position: fixed;
    bottom: 150px;
    right: 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #11B2FD;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
    font-size: 24px;
    cursor: pointer;
    background: #fff;
    z-index: 1000;
    display: none;
}
.pro-sub{
    text-align: center;
}
.pro-sub a{
    display: inline-block;
    margin: 0 0.3125rem;
    font-size: 24px;
}
.pro-sub a.now{
    color:#11B2FD; 
}
/*model end*/
/* 导航条 */
        #header,
            {
            display: block;
            width: 100%;
            background: #333;
            z-index: 9;
            text-align: center;
            color: #f2f2f2;
            height: 148px;
        }
        .add-bar{
            height: 36px;
            background: #515151;
            color: #fff;
            font-size: 12px;
            margin-bottom: 10px;
            position: relative;
            z-index: 5000;
        }
        .lang-box h4,
        .focus h4{
            height: 36px;
            line-height: 36px;
        }
        .lang-box,
        .focus{
            position: relative;
            margin-left: 20px;
            cursor: pointer;
        }
        .focus-code{
            position: absolute;
            width: 110px;
            text-align: center;
            top: 36px;
            right: 0;
            z-index: 1000;
            max-height: 0px;
            overflow: hidden;
            -webkit-transition: all ease-out 0.3s;
            transition: all ease-out 0.3s;
        }
        .focus-code div{
            padding: 10px;
            background: #fff;
            border: 1px solid #e9e9e9;
        }
        .focus-code img{
            width: 90px;
        }
        .focus:hover .focus-code{
            max-height: 110px;
        }
        .lang-box>div{
            position: absolute;
            top: 36px;
            right: 0;
            min-width: 100%;
            z-index: 5000;
            max-height: 0px;
            background: #fff;
            overflow: hidden;
            -webkit-transition: all ease-out 0.3s;
            transition: all ease-out 0.3s;
        }
        .lang-box ul li a{
            color: #333;
            display: block;
            line-height: 30px;
            height: 30px;
            padding: 0 10px;
            white-space: nowrap;
        }
        .lang-box ul{
            border: 1px solid #e9e9e9;
        }
        .lang-box:hover>div{
            max-height: 100px;
        }
        #header {
            height: auto;
            background: #000;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
/*            height: 128px;*/
			padding-top: 20px;
        }
        #header .navbar-nav>li>a {
            padding-bottom: 10px !important;
            border-bottom: 2px solid transparent;
        }

        #header .navbar-nav>li.active>a {
            color: #00adfd;
            background: transparent;
            border-bottom: 2px solid #00adfd;
        }
        .inter-header{
            -webkit-box-shadow: 0 0 10px #666;
                    box-shadow: 0 0 10px #666;
        }
        .nav .open>a,
        .nav .open>a:hover,
        .nav .open>a:focus {
            background-color: transparent;
        }
.add-sub-item{
    text-align: center;
    margin-bottom: 0.375rem;
}
.add-sub-nav{
    margin-top: 0.375rem;
}
.add-sub-item a{
    display: block;
}

.add-sub-item a img{
    height: 78px;
}
.add-sub-item a h3{
    margin-top: 20px;
}
.add-sub-item a:hover h3{
   color: #00adfd;
   
}
.prod-des{
    margin-bottom: 0.375rem;
    overflow: hidden;
}
.prod-des p{
    margin:15px 0;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes upAndDown {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes upAndDown {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
 .ibanner-container {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
 .ibanner-container   .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: 500px;
      width: 100%;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align:center;
          -ms-flex-align:center;
              align-items:center;
      -webkit-box-pack:center;
          -ms-flex-pack:center;
              justify-content:center;
    }
    .ibanner-container   .swiper-slide>div{
        width: 100%;
    }
    .ibanner-container   .swiper-slide h2{
        font-size: 30px;
        color: #fff;
        margin-bottom: 15px;
    }
    .ibanner-container   .swiper-slide p{
        font-size: 14px;
        line-height: 160%;
        color: #fff;
        width: 700px;
        max-width: 100%;
        padding: 0 10px;
        margin: 0 auto 15px;
        text-align: center;
    }
    .ibanner-container   .swiper-slide a{
        line-height: 36px;
        height: 36px;
        padding: 0 0.45rem;
        font-size: 14px;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }
    .ibanner-container   .swiper-slide a:hover{
        background: #fff;
        color: #666;
    }
@media screen and ( min-width : 320px ){
    html{font-size:21.333333333333332px;}
    body{font-size:12px;}
    .pro-nav a{
        font-size: 14px;
        margin-right: 10px;
    }
    .com-tab-btn li{
        font-size: 14px;
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        margin-left: -1px;
        margin-top: -1px;
        text-align: center;
        padding: 0;
    }
    .model-con{
        width: 100%;
        height: 200px;
    }
    .com-pager{
        text-align: left;
    }
    .banner .type{
        font-size: 36px;
    }
}
@media screen and ( min-width :320px){
    .add-sub-item a h3{
        font-size: 16px;
    }

}
@media screen and ( min-width :360px){
    html{font-size:24px;}
    body{font-size:12px;}

}
@media screen and (min-width:375px){
    html{font-size:25px;}
    body{font-size:12px;}

}
@media screen and (min-width:384px){
    html{font-size:25.6px;}
    body{font-size:14px;}

}
@media screen and (min-width:400px){
    html{font-size:26.666666666666668px;}
    body{font-size:14px;}

}
@media screen and (min-width:414px){
    html{font-size:27.6px;}
    body{font-size:14px;}

}
@media screen and (min-width:424px){
    html{font-size:28.266666666666667px;}
    body{font-size:14px;}

}
@media screen and (min-width:480px){
    html{font-size:32px;}
    body{font-size:15.36px;}
}
@media screen and (min-width:540px){
    html{font-size:36px;}
    body{font-size:17.28px;}
}
@media screen and (min-width:640px){
    html{font-size:42px;}
    body{font-size:20px;}
}
@media screen and (min-width:720px){
    html{font-size:48px;}
    body{font-size:23.04px;}
}
@media screen and (min-width:750px){
    html{font-size:50px;}
    body{font-size:24px;}
    .pro-nav a{
        font-size: 18px;
        margin-right: 40px;
    }
    .model-con{
        width: 10.0rem;
        height: 6.75rem;
    }
    .com-pager{
        text-align: center;
    }
    .banner .type{
        font-size: 40px;
    }
    .add-sub-item a h3{
        font-size: 24px;
    }

}
@media screen and (min-width:992px){
    html{font-size:66.1333px;}
    body{font-size:24px;}

    
}
@media screen and ( min-width: 1200px ){
    html{font-size:80px;}
    body{font-size:24px;}
    .banner .type{
        font-size: 48px;
    }
}
.pages{
	text-align: center;
}
.pages li{
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	border: solid 1px ;
	margin: 0 10px;
}
.pages li.c{
	background: #0059fd;
	color: white;
}



















.__main_body{
	width: 1170px;
}


.__slide_nav{
	width: 245px;
}

.__slide_nav_contact{
	padding: 17px 5px 17px 15px;
	box-sizing: border-box;
	border: 1px solid #cecccd;
	line-height: 23px;
	color: #656565;
}
.__position{
	line-height: 35px;
	font-size: 15px;
	padding:0px 15px;
	border:1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 25px;
}
.__inner_body{
	padding-top: 35px;
	padding-bottom: 35px;
}
.__pages{
	margin-top: 25px;
}
.__pages li{
	display: inline-block;
	padding:2px 6px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:3px;
}
.__pages li.c{
	background: #007b51;
	color:white;
}
.__list{
	width: 100%;
}
.__list h1{
	font-size: 22px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.__list h2{
	text-align: center;
	font-size: 30px;
  margin:10px auto 5px;
}


.__list .b_time{
	font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.__list .thumb{
	max-width: 80%;
    display: block;
    margin: auto;
}
.__list .b_des{
	border-bottom: 1px solid #ccc;
    padding: 20px 0;
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
}



.__list .b_des p{
line-height:1.5;
  margin:10px auto 5px;
}



.b_foot{
	padding-top: 10px;
	font-size: 13px;
	line-height: 18px;
}
.__list_text{

}
.__list_text li{
	overflow: hidden;
	padding:10px;
	border-bottom: 1px dashed #ccc;
}
.__list_text li .fl img{
	margin-right: 8px;
}


.__slide_nav h2{
	background: #007b51;
	color:white;
	height: 82px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 28px;
	font-size: 28px;
	border: 1px solid #cecccd;
	border-bottom: none;
}
.__slide_nav_list{
	padding:17px 5px 0px;
	box-sizing: border-box;
	border:1px solid #cecccd;
}
.__slide_nav_list li{
	line-height: 42px;
	font-size: 14px;
	color:#656565;
	border-bottom: 1px dashed #b7b7b7;
	text-indent: 20px;
}
.__slide_nav_list li:hover{
	color:#007b51;
	border-color:#b7b7b7;
}
.__slide_nav_list a:last-child li{
	font-size: 16px;
	color:#007b51;
	border-bottom: none;
	line-height: 52px;
}
.__list_image{

}
.__list_image li{
	display: inline-block;
	margin:0px 5px;
}
.__list_image li .img_wrap{
	width: 270px;
	border:8px solid #dcdcdc;
}
.__list_image li .img_wrap img{
	width: 100%;
}
.__list_image li:hover .img_wrap{
	border-color: #007b51;
}
.__list_image li .text_wrap{
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color:#535353;
	font-weight: bold;
}
.__slide_nav_contact .justity li{
	font-size: 14px;
	line-height:2;
}


.wrap1{
	width: 100%;
	padding-top: 115px;
	overflow: hidden;

}
.w1100{

	width: 1170px;

	margin: 0 auto;
	overflow: hidden;
	

}
 
.prod-list .row .col-sm-4 .wrap .image img{
	width: 360px;
	height: 240px;
	overflow: hidden;
}


