@charset "utf-8";
#Description ul,#Description ol,#Description li, #Description dl, #Description dd, #Description dt{
    list-style: revert;
    padding: revert;
    margin: revert;
}
#Description a,#Description  a:hover{
    text-decoration: underline;
    color: revert;
}
#Description table, #Description td,#Description th {
    margin: revert;
    padding: revert;
    margin: revert-layer;
    padding: revert-layer;
    word-break: normal;
    /*border-spacing: revert;*/
    /*border-collapse: revert;*/
}
#Description h1, #Description h2, #Description h3, #Description h4, #Description h5, #Description h6 ,#Description p{
    margin: revert;
    padding: revert;
    font-size: revert;
}
.salesman
{
    padding-left: 8px;
    text-align: left;
    float: left;
    display: inline;
}
.salesman strong
{
    font-size: 13px;
}
.salesman p.tel
{
    height: 25px;
    line-height: 25px;
}
.salesman p {
    font-size: 14px;
}
.salesman .contacts
{
}
.salesman .contacts span
{
    font-weight: bold;
}
.salesman .online
{
    margin-top: 10px;
}
.salesman .online a
{
    margin-right: 5px;
    float: left;
    height: 22px;
    width: 22px;
    display: block;
    background: url("../images/salesman.png") no-repeat;
}
.salesman .online a.msn
{
    background-position: 0 0;
}
.salesman .online a.skype
{
    background-position: -22px 0;
}
.salesman .online a.email
{
    background-position: -44px 0;
}
.salesman .online a.alibaba,.salesman .online a.ali
{
    background-position: -88px 0;
}
.salesman .online a.qq
{
    background-position: -132px 0;
}

.salesman .online a.whatsapp {
    background-position: -110px 0;
}
.salesman .APic img{
    max-width: 130px;
}

/*reset*/
h1,h2,h3,h4,h5,h6{ margin:0px;}
:focus{outline:0;}
body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0;}
em{font-style:normal;}
img{border:none; height:auto; max-width:100%;}
a{text-decoration:none;color:#777; line-height:26px;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden;  font-size:13px; line-height:30px; word-wrap:break-word; color:#777;font-family: Arial, Helvetica, sans-serif;}
.table-responsive{ overflow:auto;min-height:.01%;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:table; content:"";}
.clearfix:after{clear:both;}
a:hover{text-decoration:none !important;}
a:focus {outline-style:none; -moz-outline-style: none; text-decoration:none;}
.clear{ clear:both;}
a:hover{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
a,img{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul li{list-style-position:inside;}
/*xuanfu*/
@media only screen and (min-width: 998px) { 
#logo{ width:28%;}
.header_section{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.small-mdzz{position: fixed;z-index: 8888888;top: 0px;right: 0; width:100%; max-width:100% !important;-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); background:#fff;}
.small-mdzz .header_section{ padding:8px 0;}
.small-mdzz  #logo{ width:22%;}
.small-mdzz #cssmenu > ul > li{ padding:0px;}
}
/* Slider */
.slick-slider{ position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none;}
.slick-list.dragging { cursor: pointer; cursor: hand;}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide .img img { display: block; margin:0 auto;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
/* Dots */
.slick-dots { position: absolute; bottom: -8px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999;}
.slick-dots li { position: relative; display: inline-block; height: 12px; width: 12px; margin: 0px 10px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height:20px; width:30px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background:url(../images/dots.png) no-repeat center center; border-radius:50%; overflow:hidden;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button{ background:url(../images/dots_active.png) no-repeat center center;}

/*language*/
.head_lan{padding:4px 0;width:100%;z-index:9999998;}
.pgwMenu {width:100%; position: relative; list-style: none;margin:auto;-moz-transition: all 0.3s;-o-transition: all 0.3s;	-webkit-transition: all 0.3s;transition: all 0.3s;z-index:999999999;}
.pgwMenu ul { list-style: none;  margin: 0; padding: 0;-moz-transition: all 0.3s;-o-transition: all 0.3s;	-webkit-transition: all 0.3s;transition: all 0.3s;}
.pgwMenu li { display:inline-block; float:none; width:auto; margin-right:6px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pgwMenu a{ display: block; color: #666;padding:0px 0 0px 6px;}
.pgwMenu a img{vertical-align:middle;}
.pgwMenu a p{display:inline-block; vertical-align:middle;padding-left:4px; font-size:13px; color:#808080;}
.pgwMenu li:hover a p,.pgwMenu .active a p{text-decoration:none;color:#ff9a30;}
.pgwMenu .pm-links.mobile,
.pgwMenu .pm-viewMore > ul {
	background:#eee;
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top:40px;
	z-index: 1000;
	text-align:left;
	width:150px;
}
.pgwMenu .pm-viewMore { display: none; position: relative;}
.pgwMenu .pm-viewMore > a { display: inline-block; border-radius:30px; background:#ff9a30; color:#fff;}
.pgwMenu .pm-viewMore > ul { left: auto; right: 0;}
.pgwMenu .pm-viewMore li { float: none;}
.pgwMenu .pm-viewMore span.icon,
.pgwMenu .pm-viewMore span.white { border-color: #fff transparent; border-style: solid; border-width: 8px 6px 0; margin-left: 3px; display: inline-block;}
.pgwMenu.light .pm-viewMore span.icon,
.pgwMenu .pm-viewMore span.black { border-color: #000 transparent; border-style: solid; border-width: 8px 6px 0; margin-left: 3px; display: inline-block;}
.pgwMenu .pm-links.mobile li,
.pgwMenu .pm-viewMore > ul > li { display: block; clear: both; width: auto;}
.pgwMenu .pm-dropDown,
.pgwMenu .pm-viewMore,
.pgwMenu .pm-viewMore > ul { display: none;}
.pgwMenu .pm-links.mobile li a{color:#fff;padding:0px 5px;}
.pgwMenu .pm-links.mobile li p{ padding-left:6px;}
.pgwMenu .pm-links.mobile li a p:hover{color:#fff;}
.pgwMenu .pm-dropDown{float:left;}
.pgwMenu .pm-dropDown a { display: inline-block;font-size:13px; padding:4px 15px;color:#fff; background:#f08200; border-radius:30px;}
.pm-viewMore p{ color:#fff; padding-left:10px !important;}
.pgwMenu .pm-dropDown a:after{content:"\f0d7";padding-left:5px;font-family:FontAwesome;}
.pgwMenu .pm-dropDown a.active,
.pgwMenu .pm-viewMore a.active { background:#59c3d9;color:#fff;text-decoration:none;}

.pgwMenu .pm-dropDown span.icon,
.pgwMenu .pm-dropDown span.white {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    margin: 9px 5px;
}
.pgwMenu a {

    /*background: url(../img/language_21.png) no-repeat scroll 5px 0 transparent;*/
    display: inline;
    font-size: 12px;
    color: #7B7B7B;
    /*padding-left: 30px;*/

}
.pgwMenu a a {
    background: url("../images/language_21.png") no-repeat scroll 5px 0 transparent;
    color: #666;
    height: 14px;
    padding-left: 30px;
    width: 92px;
    white-space: nowrap;
}

.pgwMenu a.en,
.language .en {
    background-position: 5px -54px;
}

.pgwMenu a.de,
.language .de {
    background-position: 5px -84px;
}

.pgwMenu a.fr,
.language .fr {
    background-position: 5px -112px;
}

.pgwMenu a.ru,
.language .ru {
    background-position: 5px -140px;
}

.pgwMenu a.es,
.language .es {
    background-position: 5px -168px;
}

.pgwMenu a.pt,
.language .pt {
    background-position: 5px -196px;
}

.pgwMenu a.ja,
.language .ja,.pgwMenu a.jp,.language .jp {
    background-position: 5px -224px;
}

.pgwMenu a.gr,
.language .gr {
    background-position: 5px -252px;
}
.pgwMenu a.el ,
.language .el{
    background-position: 5px -252px;
}
.pgwMenu a.it,
.language .it {
    background-position: 5px -280px;
}

.pgwMenu a.ko,
.language .ko ,.pgwMenu a.kr,
.language .kr {
    background-position: 5px -308px;
}

.pgwMenu a.ar,
.language .ar {
    background-position: 5px -336px;
}

.pgwMenu a.tr,
.language .tr {
    background-position: 5px -364px;
}

.pgwMenu a.pl,
.language .pl {
    background-position: 5px -392px;
}

.pgwMenu a.fi,
.language .fi {
    background-position: 5px -420px;
}

.pgwMenu a.in,
.language .in {
    background-position: 5px -448px;
}

.pgwMenu a.vi,.pgwMenu a.vn,.language .vn,
.language .vi {
    background-position: 5px -476px;
}

.pgwMenu a.th,
.language .th {
    background-position: 5px -504px;
}

.pgwMenu a.nl,
.language .nl {
    background-position: 5px -532px;
}

.pgwMenu a.ie,
.language .ie {
    background-position: 5px -560px;
}

.pgwMenu a.ph,
.language .ph {
    background-position: 5px -588px;
}

.pgwMenu a.cz,
.language .cz {
    background-position: 5px -616px;
}

.pgwMenu a.ms,.pgwMenu a.my,.language .my,
.language .ms {
    background-position: 5px -644px;
}
.pgwMenu a.fa ,
.language .fa {
    background-position: 5px -672px;
}
.pgwMenu a.us,
.language .us {
    background-position: 5px -56px;
}

.pgwMenu a.ro,
.language .ro {
    background-position: 5px -896px;
}

.pgwMenu a.iw,
.language .iw {
    background-position: 5px -840px;
}

.pgwMenu a.kh,
.language .kh {
    background-position: 5px -1232px;
}

.pgwMenu a.et,
.language .et {
    background-position: 5px -1006px;
}

.pgwMenu a.bd,
.language .bd {
    background-position: 5px -1568px;
}

.pgwMenu a.tz,
.language .tz {
    background-position: 5px -1736px;
}

.pgwMenu a.lk,
.language .lk {
    background-position: 5px -1708px;
}

.pgwMenu a.lv,
.language .lv {
    background-position: 5px -1400px;
}

.pgwMenu a.id,
.language .id {
    background-position: 5px -1931px;
}

.pgwMenu a.is,
.language .is {
    background-position: 5px -1148px;
}

.pgwMenu a.da,
.language .da {
    background-position: 5px -868px;
}

.pgwMenu a.tl,
.language .tl {
    background-position: 5px -587px;
}

.pgwMenu a.no,
.language .no {
    background-position: 5px -812px;
}

.pgwMenu a.sv,
.language .sv {
    background-position: 5px -923px;
}
.pgwMenu a.km ,
.language .km{
    background-position: 5px -1232px;
}
.pgwMenu a.bn ,
.language .bn{
    background-position: 5px -1568px;
}

.pgwMenu a.mi,
.language .mi {
    background-position: 5px -1792px;
}
.pgwMenu a.hi,
.language .hi {
    background-position: 5px -448px;
}
.pgwMenu a.cs,
.language .cs {
    background-position: 0px -616px;
}
.pgwMenu a.ha,
.language .ha{
    background-position: 5px -1315px;
}
.pgwMenu a.az {
    background-position: 5px -1037px;
}
.pgwMenu a.ka {
    background-position: 5px -1875px;
}


.Ffx a {width: 40px;height: 40px;background: #fff;display: inline-block;margin: 0 5px;background: url("../img/smsm1.png") no-repeat 0 1px;background-size: 40px;}
.Ffx a.pinterest {background-position: 0 -559px;}
.Ffx a.twitter { background-position: 0 -662px;}
.Ffx a.youtube { background-position: 0 -763px;}
.Ffx a.linkedin { background-position: 0 -406px;}
.Ffx a.plus {background-position: 0 -559px;}
.Ffx a.facebook {background-position: 0 -253px;}
.Ffx a.digg {background-position: 0 -150px;}
.Ffx a.blogger {background-position: 0 -47px;}
.Ffx a.tumblr {background-position: 0 -712px;}
.Ffx a.yahoo {background-position: 0 -811px;}
.Ffx a.google {background-position: 0 -302px;}
.Ffx a.delicious {background-position: 0px -101px;}
.y_link {
    width: 350px;
    float: left;
    margin-top: 3px;
    margin-left: 12px;
}
.y_link a {
    margin: 0 4px;
}

@media only screen and (max-width:1200px) {
.pgwMenu li{ margin-right:15px;}	
.con_map iframe {
    width: 100%;
}
}


/*top_section*/
.top_section{ background:#f9f9f9;}
#bootstrap-touch-slider{ position:relative;}
.banner_bg{ background:url(../images/cloud-bg.png) repeat-x center center; height:140px; width:100%; position:absolute; bottom:0px; left:0px; z-index:66;}
@media (max-width:992px) {
.banner_bg{ display:none;}
.indicators-line > .carousel-indicators{ bottom:4px;}

}

/*header_section*/
.header_section{ padding:28px 0;}
.header_section #logo{ float:left;}
.header_section .header_r{ float:right;margin-top: 3px;}
.header_section .top_email{ float:left; margin-left:23px;}
/*search*/
.search{width:320px; position:relative;float:left;}
.search_main{height:40px;color:#999;float:left; line-height:42px;font-size:13px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%; background:none; padding-right:55px; border:1px solid #ddd;font-size:13px; padding-left:12px; border-radius:30px;}
.search_main:focus{ color:#333; border:1px solid #f08200;}
.search_btn{display:block; width:70px;height:40px;cursor:pointer;background:url(../images/search_btn.png) no-repeat center center; border:none; position:absolute; top:0px; right:0px;}



/*nav_section*/
.nav_section{ background:#00a5a8;}
.nav_section #cssmenu{ max-width:1170px; margin:0 auto;}


/*i_title*/
.i_title{ background:url(../images/title_ico.png) no-repeat center top; padding-top:50px; text-align:center; margin-bottom:45px;}
.i_title h4{ font-size:30px; color:#333;font-weight:bold;  text-transform:uppercase; margin:10px 0 20px;}
.i_title p{ font-size:14px; color:#808080; line-height:26px; max-height:52px; overflow:hidden; max-width:790px; margin:0 auto;}
@media only screen and (max-width:768px) {
.i_title{ margin-bottom:30px;}
.i_title h4{ font-size:26px;margin:10px 0;}
.i_title p{ font-size:13px;}
}
/*cate_section1*/
/*.cate1_section .li{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front, .back{
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	height: auto;
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: 0;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.cate1_section .li:hover .front,
.cate1_section .li:hover .back{
    -webkit-transition: -webkit-transform .9s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .9s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .9s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .9s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .9s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}*/
#page {
    text-align: center;
}
/*.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
}
.back img{ max-height:100%; width:auto;}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
	padding:0px 30px;
}
*/
/*.cate1_section .li .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
			background:#fff;
     box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

.cate1_section .li .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.cate1_section .li:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cate1_section .li:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}*/

.cate1_section .li .back {

    display: none;

}
.cate1_section .li .front {

    text-align: center;

}
.cate1_section .li .front .pp {
    height: 100px;
    overflow: hidden;
}
.cate1_section .li .front p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.cate1_section {

    background: #FAFAFA;

}
.cate1_section ul li{ list-style:none; margin-bottom:30px;}
.cate1_section ul li .img{ width:136px; height:136px; border-radius:50%; overflow:hidden; margin:20px auto;}
.cate1_section ul li h4 a{ font-size:18px; color:#222;font-weight:bold;   display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:5px;}
.cate1_section ul li p{ font-size:13px; color:#808080; line-height:24px; max-height:96px; overflow:hidden; padding:0px 8%;}
.cate1_section ul li .li{ padding-bottom:30px;}

/*cate2_section*/
.cate2_section{ background:url(../images/index_bg4.png) no-repeat center top; padding-top:60px;}
.cate2_section .left .img{ overflow:hidden; display:block;}
.cate2_section .left{ float:left; width:50%; padding-right:30px;}
.cate2_section .left:hover img{transform: scale(1.1);}
.cate2_section .left .text{ background:#00a5a8 url(../images/index_w.png) repeat center center; padding:50px 10%; text-align:center;}
.cate2_section .left .text h4 a{ font-size:24px; color:#fff;font-weight:bold;  text-transform:uppercase; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;  padding-bottom:30px;}
.cate2_section .left .text h4{position:relative;}
.cate2_section .left .text h4:after{ position:absolute; left:50%; bottom:10px; width:74px; height:2px; background:rgba(255,255,255,0.2); content:''; margin-left:-37px;}
.cate2_section .left .text p{ color:#fff;}


.cate2_section .right{ float:left; width:50%; padding-left:30px;}
.cate2_section .right ul li{ list-style:none; margin-bottom:30px;}
.cate2_section .right ul li .img{ float:left; width:30%; margin-right:25px; border:2px solid #eee; display:block; overflow:hidden;}
.cate2_section .right ul li h4 a{ font-size:18px; color:#00a5a8;font-weight:bold;  display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cate2_section .right ul li p { font-size:13px; color:#999; line-height:24px; overflow:hidden; height:72px; margin:6px 0;}
.cate2_section .right ul li .more{ text-transform:uppercase; color:#666; font-size:14px;font-weight:bold; }
.cate2_section .right ul li .more i{ margin-left:8px; font-size:13px; color:#aaa;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}

.cate2_section .right ul li:hover img{transform: scale(1.1);}
.cate2_section .right ul li:hover .img{ border:2px solid #00babd;}
.cate2_section .right ul li .more:hover{ color:#00babd;}
.cate2_section .right ul li .more:hover i{ color:#00babd; margin-left:15x;}

.cate2_section .slick-dots{ bottom:-38px;}

/*pro_section*/
#parentHorizontalTab01{text-align:left;position:relative;}
@media only screen and (max-width: 768px) {#parentHorizontalTab01 {margin:10px 0 !important;}}
#parentHorizontalTab01 ul.resp-tabs-list {margin: 0px;padding: 0px;margin-bottom:30px;text-align:center;}
#parentHorizontalTab01 .resp-tabs-list{display:block;width:100%;list-style: none;cursor: pointer;text-align:left;list-style:none;}
#parentHorizontalTab01 .resp-tabs-list li{margin-bottom:26px;}
#parentHorizontalTab01 .resp-tabs-list .offer-left{width:30%;float:left;}
#parentHorizontalTab01 .resp-tabs-list .offer-right{width:30%;float:right;}
#parentHorizontalTab01 .resp-tabs-list li span{display:inline-block;float:left;width:105px;height:105px;margin-right:15px;position:relative; border:1px solid #909497; border-radius:50%;}
#parentHorizontalTab01 .resp-tab-active{ background:none !important;}

#parentHorizontalTab01 .resp-tabs-list li span img{width:100%;height:auto;}
#parentHorizontalTab01 .resp-tabs-list li .olist-right{text-align:left;}
#parentHorizontalTab01 .resp-tabs-list li .olist-right em{ color:#333; font-weight:bold;  font-size:16px; display:block;margin-bottom:10px;}
#parentHorizontalTab01 .resp-tabs-list li .olist-right p{color:#808080;font-size:13px;line-height:24px;overflow:hidden;height:48px;}
#parentHorizontalTab01 .resp-tabs-list:hover{z-index:99;}
#parentHorizontalTab01 .resp-tabs-list ul li:hover .olist-right em{color:#005da2;}
#parentHorizontalTab01 .resp-tabs-list li.resp-tab-active em{z-index:99;color:#00babd;}
#parentHorizontalTab01 .resp-content-active,#parentHorizontalTab01 .resp-accordion-active {display: block;}
#parentHorizontalTab01 .resp-tabs-container{
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width:1200px) {#parentHorizontalTab01 .resp-tabs-list li span{ width:80px; height:80px; background-size:80px 80px !important;}
#parentHorizontalTab01 .resp-tabs-list li .olist-right p{ height:52px; overflow:hidden;}
}

#parentHorizontalTab01 .resp-tabs-container span{display:inline-block;max-width:100%;height:auto;position:relative;}
#parentHorizontalTab01 .resp-tabs-container span img{max-width:100%;height:auto;width:auto;}
#parentHorizontalTab01 .resp-tabs-container span div{padding:10px;width:240px;height:240px;position:absolute;left:10px;bottom:10px;}
#parentHorizontalTab01 .resp-tabs-container span div em{display:inline-block;color:#ffffff;font-size:36px; font-weight:bold; text-shadow:0 1px 0 rgba(0,0,0,0.2);background:transparent;padding:5px 10px;padding-top:68%;}
#parentHorizontalTab01 .resp-tabs-container span>p{display:none;}

#parentHorizontalTab01 em.resp-accordion {cursor: pointer;padding: 5px;display: none;padding: 10px 15px !important;}
#parentHorizontalTab01 .resp-tab-content {display: none;padding:10px 0 0 0;}
#parentHorizontalTab01 em.resp-accordion {font-size: 16px;margin: 0px;margin-bottom:1px;}
#parentHorizontalTab01 em.resp-tab-active {margin-bottom: 0px !important;background:#5aad24 !important;color:#fff;font-size:20px;text-transform:uppercase;}
#parentHorizontalTab01 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab01 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab01 .resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}
#parentHorizontalTab01 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab01 em.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}
#parentHorizontalTab01 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab01 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab01 .resp-tab-content-active {display: block;}

#parentHorizontalTab01 .resp-tab-content img{max-width:100%;height:auto;}

@media only screen and (max-width: 1200px) {
	#parentHorizontalTab01 .resp-tabs-container{max-width:34%;}
	#parentHorizontalTab01 ul.resp-tabs-list{margin-bottom:0;}
}

@media only screen and (max-width: 992px) {
	.main-cat .container{width:100%;}
}

@media only screen and (max-width: 768px) {
	.main-offer{padding:20px 0;}
	#parentHorizontalTab01{height:auto;}
	#parentHorizontalTab01 .resp-tab-content{padding:0; margin:10px 0;}
	#parentHorizontalTab01{padding:0;border-bottom:none;}
    #parentHorizontalTab01 ul.resp-tabs-list {display: none;}
    #parentHorizontalTab01 em.resp-accordion {display: block;font-size:16px;font-weight:bold;  background:#e5e5e5 !important;color:#4c4c4c;text-align:left;margin-bottom:2px;}
	#parentHorizontalTab01 em.resp-tab-active{background:#00a5a8 !important;color:#fff;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;border:1px solid #e5e5e5;border-top:none;padding:15px 15px 30px 15px;}
    #parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    #parentHorizontalTab01 .resp-accordion-closed {display: none !important;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
	#parentHorizontalTab01 .resp-tabs-list li .offer-left,#parentHorizontalTab01 .resp-tabs-list li .offer-right{width:100%;float:none;}
	#parentHorizontalTab01 .resp-tabs-list li ul li{margin-bottom:0;}
	#parentHorizontalTab01 .resp-accordion .olist-right p{display:none;}
	#parentHorizontalTab01 .resp-tabs-container{max-width:100%;position:inherit;text-align:center;padding:10px !important;}
	#parentHorizontalTab01 .resp-tabs-container span div{display:none;}
	#parentHorizontalTab01 .resp-tabs-container span>p{line-height:24px;margin:10px 0 20px 0;font-size:14px;display:block;}
}




/*cate3_section*/
.main-cat{ background:url(../images/index_bg1.jpg) no-repeat center bottom; background-size:cover; padding-top:45px; margin-top:70px; padding-bottom:100px;}
.main-cat .offer-left .img{ float:left; width:120px; margin-right:12px;}
.main-cat .offer-right .olist-right{ text-align:right !important;}
.main-cat .offer-right .img{ float:right; width:120px; margin-left:12px;}

/*cate4_section*/
.show li{ list-style:none; overflow:hidden; margin-bottom:30px;}
.show .li .img{ background-position: center center; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; transition-duration: 1.25s; transition-timing-function: ease-out;width: 100%; overflow:hidden;}
.show .li .img img{ width:100%;}
.show .li{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-image: none;
display: block;height: 0;padding: 75% 0 0;position: relative;width: 100%; overflow:hidden; border:1px solid #fff;}
.show .square-holder{-moz-box-align: center;align-items: center;display: flex;height: 100%;left: 0;position: absolute;top: 0; width: 100%;}
.show .circle-holder{-moz-box-align: center; align-items: center;display: flex; position: absolute; z-index: 2; height: 85%;left: 7.5%;top: 7.5%; width: 85%;}
.show .square{ padding:0 75% 0 0;position:relative; height:100%; margin:0 auto; overflow:hidden;}
.show .cirle{background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0; border-radius: 100em;height: 50%;left: 0; opacity: 0;position: absolute; top: 0; transition-duration: 333ms;width: 100%; width:100%; height:100%; margin-top:0%;}
.show .circle-holder:hover .cirle {transform: scale(1.05);transition-duration: 0.1665s;transition-timing-function: ease-out;}
.show  .li:hover .img{transform: scale(1.05);}
.show  .li:hover .cirle {opacity: 1;}
.show .square .text{ position:relative; z-index:80; text-align:center; width:100%; padding:10px; opacity:0;}
.show .li:hover .text{ opacity:1;}
.show .square h4 a{ font-size:13px; line-height:20px; max-height:40px; overflow:hidden; display:block; text-align:center; color:#333333; margin-bottom:10px;}
.show .square .Read{ font-size:13px; border:1px solid #cecece; line-height:22px; padding:0px 10px; background:none; color:#545454; margin-top:10px; display:inline-block;}


.show1 .li .img{ background-position: center center; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; transition-duration: 1.25s; transition-timing-function: ease-out;width: 100%; overflow:hidden;}
.show1 .li .img img{ width:100%;}
.show1 .li{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-image: none;
display: block;height: 0;padding: 155% 0 0;position: relative;width: 100%; overflow:hidden; border:1px solid #fff;}
.show1 .square-holder{-moz-box-align: center;align-items: center;display: flex;height: 100%;left: 0;position: absolute;top: 0; width: 100%;}
.show1 .circle-holder{-moz-box-align: center; align-items: center;display: flex; position: absolute; z-index: 2; height: 100%;left:2.5%;top: 0%; width:95%;}
.show1 .square{ padding:0 90% 0 0;position:relative; height:100%; margin:0 auto; overflow:hidden;}
.show1 .cirle{background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0; border-radius: 100em;height: 50%;left: 0; opacity: 0;position: absolute; top: 0; transition-duration: 333ms;width: 100%; width:90%; height:50%; margin-top:45%;}
.show1 .circle-holder:hover .cirle {transform: scale(1.05);transition-duration: 0.1665s;transition-timing-function: ease-out;}
.show1  .li:hover .img{transform: scale(1.05);}
.show1  .li:hover .cirle {opacity: 1;}
.show1 .square .text{ position:relative; z-index:80; text-align:center; width:90%; padding:10px; opacity:0;}
.show1 .li:hover .text{ opacity:1;}
.show1 .square h4 a{ font-size:13px; line-height:20px; max-height:40px; overflow:hidden; display:block; text-align:center; color:#333333; margin-bottom:10px;}
.show1 .square .Read{ font-size:13px; border:1px solid #cecece; line-height:22px; padding:0px 10px; background:none; color:#545454; margin-top:10px; display:inline-block;}


.cate4_section{ margin-top:60px;}
.cate4_section .show1{ float:left; width:33.33%; padding-right:15px;}
.cate4_section .show{ float:left; width:66.66%; padding-left:15px;}
.cate4_section .text h4 a{ font-size:20px; color:#333;  font-weight:bold;  text-transform:uppercase; display:block; overflow:hidden;}
.cate4_section .text p{ font-size:13px; color:#757575; line-height:22px; height:44px; overflow:hidden; margin-top:18px;}
.cate4_section .text .more{ line-height:34px; background:#00a5a8; padding:0px 20px; font-size:14px; color:#fff;font-weight:bold;  text-transform:uppercase; display:inline-block; margin-top:20px;}
.cate4_section  .h4 a{ line-height:34px; padding:20px; background:rgba(0,165,168,0.6); bottom:0px; left:0px; width:100%; display:block; text-align:center; z-index:88888; position:absolute; color:#fff; font-size:18px;font-weight:bold;  text-transform:uppercase;}
.cate4_section .li:hover .h4 a{ bottom:-100px;}
.cate4_section .show .text h4 a{ font-size:16px;}
.cate4_section .show .text .more{ line-height:30px; font-size:13px; padding:0px 0px; min-width:110px;}


/*cate5_section*/
.cate5_section {
    padding-top: 50px;
    background: url(../images/index_bg3.png) no-repeat center bottom;
    padding-bottom: 100px;
    background-color: #FBFBFB;
}
.cate5_section ul{ margin:0px -10px}
.cate5_section ul li{ list-style:none; float:left; width:25%; padding:0px 10px;margin-bottom: 16px;}
.cate5_section ul li .img{ display:block; border:1px solid #eee; overflow:hidden;}
.cate5_section ul li h4 a{ color:#00a5a8; font-size:15px; font-weight:bold; line-height:26px; height:52px; overflow:hidden; margin:10px 0 5px; text-align:center; display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.cate5_section ul li p{ color:#808080; font-size:13px; line-height:22px; overflow:hidden; height:44px; overflow:hidden; padding:0px 5px; text-align:center;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}

.cate5_section  ul li:hover img{transform: scale(1.1);}
.cate5_section  ul li:hover .img{ border:1px solid #00babd;}
.cate5_section  ul li:hover h4 a{ color:#00babd;}

/* Numbers */
.numbers{padding:30px 0px; position:relative; background:#f7f7f7;}
.numbers > .container > div{position: relative;z-index:100; margin:0px -150px;}
@media only screen and (max-width:1440px) {
.numbers > .container > div{ margin:0;}	
}
.numbers__one{width:20%;float:left;padding:14px 15px;text-align:center; position:relative;}
.numbers__one:after{ position:absolute; background:url(../images/num_line.png) no-repeat center center; width:50px; height:1px; content:''; top:60px; right:-10px;}
.numbers__one .img{ width:106px; height:106px; border-radius:50%; background:#00babd; margin:0 auto;}
.numbers__num{color:#333; font-weight:bold;   font-size:46px;margin-top:24px; line-height:50px; display: inline-block;overflow: hidden;}
.number__desc{color:#fff;font-size:16px;text-transform:capitalize; line-height:22px; margin-top:10px; color:#808080;}
.numbers .numbers__one:last-child:after{ content:none;}
@media only screen and (max-width:768px) {
.numbers__num{ font-size:30px;}	
.numbers__one{ width:50%;}
.work_section{ margin-top:40px; margin-bottom:40px;}
.work_section ul li{ margin-bottom:50px;}
.numbers__one:after{ content:none;}

}


/*about_section*/
.about_section{ background:url(../images/index.bg2.jpg) no-repeat center center; padding:100px 0; background-size:cover;}
.about_section .about_img{ float:left; width:50%; padding-right:50px;}
.about_section .img{ display:inline-block; position:relative;}
.about_section .img img{ position:relative; z-index:50;}
.about_section .img:before{ position:absolute; left:-12px; bottom:-12px; background:rgba(255,255,255,0.2); content:''; z-index:40; width:100%; height:100%;}

.about_section .about_text{ text-align:center;}
.about_section .about_text h4 a{ color:#00babd; font-size:20px;font-weight:bold;  text-transform:uppercase; display:block; margin:15px 0;}
.about_section .about_text .p{ font-size:14px; color:#fff; line-height:30px; max-height:180px; overflow:hidden;}
.about_section .about_text .more{ line-height:40px; text-transform:uppercase; margin-top:30px; border-radius:30px; background:#00babd; padding:0px 35px; display:inline-block;font-weight:bold;  font-size:14px; color:#fff;}

/*ser_section*/
.ser_section ul li{ list-style:none; float:left; width:25%; padding:40px;}
.ser_section ul li h4 a{ color:#414141; font-size:20px; text-transform:uppercase;font-weight:bold;  display:block; margin-top:36px; margin-bottom:20px;}
.ser_section ul li h4 a:hover{ color:#00babd;}
.ser_section ul li .p{ line-height:26px; color:#808080; height:52px; overflow:hidden; margin-bottom:20px;}
.ser_section ul li:nth-child(2){ background:#f8fafa;}
.ser_section ul li:nth-child(3){ background:#00babd;}
.ser_section ul li:nth-child(4){ background:#f08200;}
.ser_section ul li:nth-child(3) h4 a,.ser_section ul li:nth-child(4) h4 a,.ser_section ul li:nth-child(3) .p,.ser_section ul li:nth-child(4) .p{ color:#fff;}

/*footer_top*/
.footer_top{ border-bottom:1px solid rgba(255,255,255,0.15);}
.footer_top  .footer_logo{ float:left; margin-top:55px;}
.footer_top  .footer_email{ float:right; padding:55px 0; padding-left:40px; border-left:1px solid rgba(255,255,255,0.15); margin-left:50px;}
.footer_top  .footer_email .title{ float:left; background:url(../images/email_ico2.png) left center no-repeat; padding-left:60px;}
.footer_top  .footer_email .title h4 { font-size:26px; color:#fff;}
.footer_top  .footer_email .title p{ color:#999; font-size:14px;}
.footer_top  .footer_email .email{ float:right; margin-left:50px;}

.footer_top .email{ position:relative; width:450px;}
.footer_top .email_main{height:52px;color:#999;line-height:52px;font-size:13px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%; border:none;padding-left:15px; background:#fff; border-radius:30px;}
.footer_top .email_main:focus{ background:#fff; color:#333;}
.footer_top .email_btn{ line-height:52px; border:none; display:inline-block; position:relative; font-size:14px; color:#fff; text-transform:uppercase; padding:0px 25px; background:#00babd;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position:absolute; top:0px; right:0px; font-weight:bold;  border-top-right-radius:30px; border-bottom-right-radius:30px;}
@media only screen and (min-width: 1200px){

.footer_top  .footer_logo{ float:left; width:20%; padding-right:6px;}
.footer_top .footer_email{ width:80%; margin-left:0;}
.footer_top .footer_email .title{ width:50%;}
.footer_top .footer_email .email{ width:50%; margin-left:0;}

}

@media only screen and (max-width: 1024px){
    .y_link {
        width: 280px;
        float: left;
        margin-top: 3px;
        margin-left: 12px;
    }
}


/*footer*/
#footer{ color:#777; line-height:24px; font-size:13px; background:#1f1f1f;}
#footer ul li{ list-style:none;}
#footer a{ color:#777; font-size:13px;}
#footer a:hover{ color:#00babd !important;}
#footer .title_h4{font-size:24px; color:#fff; margin-bottom:20px; margin-top:40px; text-transform:capitalize; position:relative; padding-bottom:10px;}

#footer .footer_follow{ float:left; width:20%; padding-right:5%;}
#footer .footer_tags{ float:left; width:23%; padding-right:5%;}
#footer .footer_con{ float:left; width:33%;padding-right:5%;}
#footer .footer_message{ float:left; width:24%;}
@media only screen and (max-width:768px) {
#footer .footer_follow{ float:left; width:100%; padding-right:0;}
#footer .footer_tags{ float:left; width:100%; padding-right:0;}
#footer .footer_con{ float:left; width:100%;padding-right:0;}
#footer .footer_message{ float:left; width:100%;}
}


#footer .footer_tags ul li a,#footer .footer_follow ul li a{ line-height:22px; padding:5px 0; display:block; position:relative;}


#footer .footer_con ul li{ line-height:24px; padding:7px 0;}
#footer .footer_con ul li a{ line-height:24px;}
#footer .footer_con ul .li1{ background:url(../images/footer_add.png) no-repeat left 10px; padding-left:25px;}
#footer .footer_con ul .li2{ background:url(../images/footer_tel.png) no-repeat left 10px; padding-left:25px;}
#footer .footer_con ul .li3{ background:url(../images/footer_email.png) no-repeat left 12px; padding-left:25px;}
#footer .footer_con ul .li4{ background:url(../images/footer_fax.png) no-repeat left 10px; padding-left:25px;}
#footer .footer_con ul .li5{ background:url(../images/footer_whatsapp.png) no-repeat left 10px; padding-left:25px;}

.footer_message form{ margin-top:6px;}
.footer_message .input_1{ line-height:36px; height:36px; border:1px solid rgba(119,119,119,0.4); padding-left:10px; width:100%; background:none; color:#777; margin-bottom:12px; font-size:13px; border-radius:5px;}
.footer_message .input_1:focus{ border:1px solid #00babd; color:#fff;}
.footer_message .input_2{ line-height:26px; height:70px; border:1px solid rgba(119,119,119,0.4); padding-left:10px; width:100%; background:none; color:#777; margin-bottom:12px; font-size:13px; border-radius:5px;}
.footer_message .input_2:focus{ border:1px solid #00babd; color:#fff;}
.footer_message .btn{ margin-top: 14px;line-height:32px; border-radius:5px;display:inline-block; position:relative; font-size:14px; color:#fff;font-weight:bold;  background:none;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; padding:0px 28px; background:#00babd; text-transform:uppercase;}
.footer_message .btn:hover{ background:#fea100;}
input:focus { outline: none; }  





.footer_bottom{border-top:1px solid rgba(255,255,255,0.1); margin-top:45px;font-size:13px; color:#777; line-height:20px; padding:15px 0;}
.footer_bottom .footer_sns{ float:right;}
.footer_bottom .footer_bl{ float:left;}
#footer .footer_bottom a{ color:#777; font-size:13px; margin:0px 4px;}
#footer .footer_bottom a:hover{ color:#d30924;}
@media only screen and (max-width: 768px){
#footer .footer_logo{ margin-bottom:15px;}
#footer .footer_follow{ text-align:left; border-bottom:none; padding-bottom:0;}
#footer .title_h4{ margin-top:0;}
}

.footer_bottom  .footer_sns{margin-top:10px;}
.footer_bottom  .footer_sns a{ display:inline-block;display:inline-block; margin-left:6px;}


/**/
@media only screen and (max-width: 768px){
.cate4_section .show1{ width:100%;}	
.cate4_section .show{ width:100%;}
.show li{ float:left; width:50%;}
.cate4_section .show{ padding-left:0; margin-top:30px;}
.cate1_section ul li{ margin-bottom:0px;}
.cate2_section{padding-top:40px;}
.cate2_section .li{ padding:0px 15px; }
.i_title{ padding-top:30px;}
.cate2_section .left{ width:100%; padding-right:0px; margin-bottom:30px;}
.cate2_section .img img{ width:100%;}
.cate2_section .left .text{ padding:30px;}
.cate2_section .right{ padding-left:0px; width:100%;}
.main-cat{ padding-bottom:40px;}
.cate4_section{ margin-top:40px;}

.cate5_section ul li{ width:100%; margin-bottom:20px;}
.cate5_section ul li .img{ float:left; width:30%; margin-right:15px;}
.cate5_section ul li h4 a{ text-align:left;}
.cate5_section ul li p{ text-align:left;}

.numbers .numbers__one:last-child{ display:none;}
.cate5_section{ padding-bottom:50px;}
.about_section{ padding:50px 0;}
.about_section .about_img{ width:100%; text-align:center; padding-right:0;}
.ser_section ul li{ width:50%;}
.ser_section ul li{ padding:20px;}



#footer .footer_logo{ width:100%; text-align:center;}
.footer_top .footer_email{ width:100%; margin-left:0; border-left:none; margin-bottom:20px;}
.footer_top .footer_email{ text-align:center;}
.footer_top .footer_email .title{ float:none; display:inline-block; text-align:left;}
.footer_top .footer_email .email{ width:100%; margin-left:0px; margin-top:20px;}
.footer_top .footer_email{ padding:0px;}

.footer_bottom .footer_bl{ text-align:center; width:100%;}
.footer_bottom .footer_sns{ width:100%; text-align:center;}

.header_section #logo{ width:100%; text-align:center;}
.header_section{ text-align:center;}
.header_section .header_r{ display:inline-block; float:none;}
.header_section #logo{ margin-bottom:20px;}
#cssmenu > ul > li > a{ color:#444;}
#cssmenu > ul > li ul li{ border-bottom:none;}
.cate4_section .h4 a{ font-size:14px;}
.cate4_section .h4 a{ padding:10px;}
.cate5_section{ margin-top:30px;}
.cate1_section .li .back,.front:after{ display:none;}
.cate1_section .li:hover .front{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cate2_section .left .text h4 a{ font-size:20px;}
.footer_bottom{ margin-top:15px;}
.footer_top{ margin-bottom:15px;}
}

@media only screen and (max-width:480px){
	.search{ width:100%;}
	.header_section .top_email{ display:none;}
	.header_section .header_r{ width:100%;}
    .y_link {

        width: 100%;
        display: block !important;
        margin-bottom: 10px;

    }
}
@media only screen and (max-width:400px){
.show li{ width:100%;}
}

/*service*/
#service{position:fixed;right:-210px;top:10px;z-index:999999999;margin:200px 0 0 0; font:14px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; color:#666;}
#service ul{ list-style:none;}

.online_title{background:#00babd; text-align:center;font-weight:bold; font-size:13px; color:#fff; text-transform:uppercase; padding:10px 0;}
.online_title img{ max-width:30px; margin-right:5px;}
#service a{ color:#666; font-size:13px;}
#ser_main{position:relative;z-index:9;top:0px; font-size:13px;}
#ser_main a{display:block;overflow:hidden;}
#ser_main #floatShow1{background:url(../images/ser-30.png) no-repeat;height:200px;width:38px;z-index:99999; position:absolute; left:-38px; top:0px;}

#online{float:left;background:#fff;overflow:hidden; width:210px;-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);position:relative;}
.onlineMenu ul li{ padding:10px 10px; border-bottom:1px solid #eee;}
.onlineMenu ul li:last-child{ border:none;}
.onlineMenu ul li:nth-child(2){ background:#e5e5e5;}
.onlineMenu .serm_top{text-align:center;padding-bottom:10px;}
.onlineMenu .call{text-align:left;}
.call{ padding:6px 10px; font-size:13px;}
.call img{display:inline-block;vertical-align:middle; margin-right:6px; }
.call a:hover{color:#333 !important;}
#service:hover{ right:0px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
#service:hover #ser_main #floatShow1{ left:120px; z-index:-11; opacity:0;}
#service h4{ font-size:14px; color:#666; margin:0px; line-height:25px;font-weight:bold; }

.footer_nav,.height{ display:none}
@media only screen and (max-width: 960px) {#service{ display:none;}}
@media only screen and (max-width: 768px) {
.footer_nav{width: 100%; position:fixed; bottom:0; display:block; overflow:hidden; z-index:999999}
.height{ height:50px; display:block}
.footer_nav{background:#00babd;padding:12px 0 5px; border-top:2px solid #fff;}
.footer_nav ul  li{ float:left; width:25%; text-align:center;  list-style:none; padding:0px 10px;}
.footer_nav ul li i{ font-size:16px; color:#fff;}
/*.footer_nav ul li:nth-child(4){ float:right;}
.footer_nav ul li:nth-child(5){ float:right;}*/
.footer_nav ul li p{color:#fff;font-size:13px;margin-top:3px;text-transform:capitalize; line-height:12px;}

}
@media only screen and (max-width: 375px) {.footer_nav ul li p{ display:none;} .height{ height:43px;}}

/*service*/
#online_qq_layer{z-index:9999999;position:fixed;right:0px;bottom:0; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9;}
#online_qq_tab #floatShow{overflow:hidden;background:url(../images/ser_2.png) no-repeat right top;  height:34px; width:250px; padding-top:5px; font-size:13px; padding-left:56px; text-transform:capitalize; color:#fff;font-weight:bold; }
#online_qq_tab #floatShow img{ max-height:24px; float:right; margin-top:6px;}
#online_qq_tab #floatHide img{ max-height:32px; float:right; margin-top:2px;}
#online_qq_tab #floatHide{overflow:hidden;background:#00babd url(../images/ser_1.png) no-repeat left center; width:100%; height:36px; font-size:13px;  color:#fff; line-height:36px; padding-left:50px; width:300px;text-transform:capitalize;}
#onlineService{display:inline;width:300px; overflow: hidden;display:none;background: #fff; font-size:13px;box-shadow:0px 0px 10px rgba(0,0,0,0.2); border:1px solid #eee; background:#fff;}
#onlineService .inquiry{ padding:0px;}
#online_qq_layer .inquiry .btn_1{ display:inline-block; line-height:34px; height:34px;  font-size:13px; color:#fff; text-transform:capitalize; background:#00babd ; border:none; width:100%; text-align:center; font-weight:bold;  text-transform:uppercase;}
#onlineService .p{ margin:8px 0; color:#808080; line-height:22px; font-size:13px;}
.i_message_inquiry h4{ font-size:16px; color:#ff8e09  ; text-transform:uppercase;font-weight:bold; }
.i_message_inquiry { padding:10px; padding-top:20px; padding-bottom:20px;}
.my_btn2{background: #ff8e09  none repeat scroll 0 0; border: medium none; color: #fff; display: inline-block; font-weight:bold; font-size: 16px; margin-top:15px; padding: 8px 15px; text-transform: uppercase;transition: all 0.5s ease 0s;}
.my_btn2{ background:#333; color:#fff; line-height:38px; font-size:14px; font-weight:bold; display:inline-block; padding:0px 26px; text-transform:uppercase; margin-top:15px;} 
.my_btn2 i{ margin-left:10px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.my_btn2:hover i{ margin-left:20px;}

.i_message_inquiry .inquiry .input-group-addon{ background:none; border:none; border-radius:0px; padding:0px 10px;}
.i_message_inquiry  .inquiry .input-group-addon i{ line-height:30px; font-size:13px;}
.i_message_inquiry  .inquiry .form-control{ height:30px; border:none; background:none; border-radius:0px; line-height:30px; color:#999; font-size:13px;}
.i_message_inquiry  .inquiry  #message{ height:80px;}
.i_message_inquiry  .inquiry .input-group{ border:1px solid #ddd; background:#fff; height:32px; margin-bottom:20px;}
@media only screen and (max-width: 768px) {
#onlineService{ width:100%;}
#online_qq_layer{ width:100%;}
#online_qq_tab{ width:100%;}
#online_qq_tab #floatShow{ background:url(../images/inquiry_ico.png) no-repeat; width:46px; height:46px; position:absolute; left:50%; bottom:10px; margin-left:-23px; padding-left:46px;}
#online_qq_tab #floatHide{ width:100%; background:#00babd url(../images/ser_1.png) no-repeat left center; width:100%; height:36px;}
}


/*back-top*/
.totop{width:46px; height:46px; position:fixed; right:30px; bottom:80px; z-index:9999; display:none; background:url(../images/top.png) no-repeat ;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s; border:2px solid #00babd;}
.totop:hover{background:#fff url(../images/top.png) no-repeat ;}
@media only screen and (max-width: 768px) {.totop{  display:none; bottom:80px;}.totop:hover{ bottom:80px; }}


/*n_main*/
.mbx_section .img img{ width:100%; height:auto;}
.mbx_section .text{ background:#f6f6f6 url(../images/bg.png) repeat center center;}
.mbx_section .text h4{ color:#333; font-size:28px;font-weight:bold;   float:left; text-transform:uppercase; line-height:40px;}
.mbx_section .text h4 i{ width:40px; height:40px; color:#fff; line-height:40px; border-radius:50%; display:inline-block; text-align:center; font-size:24px; margin:12px 0; background:#00babd; margin-right:10px;}
.mbx_section .mbx{ margin-top:20px; float:right;}
.mbx_section .mbx a{color:#999;  font-size:13px;}
.mbx_section .mbx a i{ margin-right:10px;}
.mbx_section .mbx span{ font-size:13px; color:#999;  margin:0px 10px;}
.mbx_section .mbx h2{ color:#00babd; font-size:13px; display:inline-block;}

.n_main{ margin:60px 0;}
.section_title{ color:#333;font-weight:bold;   font-size:24px; margin-bottom:20px; text-transform:capitalize; background:url(../images/n_titleico.png) no-repeat left center; padding-left:38px;}

.prom_r{ float:right; width:25%;}
.prom_l{ float:left; width:75%; padding-right:70px;}
.n_left{ float:left; width:25%; }
.left_h4{ font-size:24px; color:#333;font-weight:bold;  text-transform:capitalize; margin-bottom:15px; position:relative; background:url(../images/left_bg.png) no-repeat left bottom; padding-bottom:30px;}

.nav_h4{ margin-bottom:0px; background:#00babd; padding:16px 10px; color:#fff; font-size:16px; position:inherit; font-weight:bold;  text-transform:uppercase;}
.nav_h4::after{ content:none;}
.nav_h4:before{ content:"\f03a"; color:#fff; float:right; font:normal normal normal 14px/1 FontAwesome; margin-right:6px;}

.n_right{ float:right; width:75%;padding-left:60px;}
.n_left .block{ margin-bottom:40px;}
@media only screen and (max-width:768px) {
.n_left{ width:100%; padding-right:0;}
.n_right{ width:100%; border-left:none !important; padding-left:0px; margin-top:30px;}
.left_h4 span{ background:none;}



.left_h4{ position: relative;  margin-bottom:20px; background:none; text-align:left !important; background:#00babd !important; padding:0px 10px; line-height:40px; color:#fff !important; font-size:16px !important; border-bottom:none; border-radius:5px; text-transform:uppercase;}
.left_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.left_h4.active:after {
    content: "\f106";
}
.n_left .toggle_content { padding-bottom:30px;}
.nav_h4{ position:relative; margin-bottom:20px; border-radius:5px; background:#00babd;}
.nav_h4:before{ content:none;}
.nav_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.nav_h4.active:after {
    content: "\f106";
}

}

.bt11 .img{ position:relative;}
.bt11 .img img{ width:100%;}
.bt11 .img .line{ position:relative; overflow:hidden; display:block;}
.bt11 .img .line:after{width: calc(100% - 20px);height: calc(100% - 20px);position: absolute;left: 10px;top: 10px;content:'';border:1px solid #00babd ;
transition: all ease-out .3s; opacity:0;}
.bt11 .img:hover .line:after{	width: calc(100%);height: calc(100%);left: 0px;top: 0px; opacity:1;}
.bt11 .img{transition-duration: 0.6s; width:100%;transition-timing-function: ease-out;}
.bt11 .img:hover .line img{ opacity:1;transform: scale(1.1);}
.bt11 .icon{position: absolute;left: 50%;top: 100%;margin-left: -30px;margin-top: -30px;opacity: 0;display:block;transition: all ease-out .3s;text-align: center;font-size:40px;
transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;background:url(../images/links_ico.png) no-repeat center center; width:60px; height:60px;}
.bt11 .img:hover .icon {opacity: 1;top:50%;}

/*left*/
ul.mtree{opacity: 0;margin-left: 0;}
ul.mtree>li {list-style: none; position:relative; margin-bottom:2px; border:1px solid #eee;}
ul.mtree>li>a{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree>li:hover>a{ color:#fff; padding-left:15px;}
ul.mtree a {display: block;font-size:14px; color:#555;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;  padding:8px 15px;line-height:22px; padding-right:36px; background:#fff;}
ul.mtree li ul a{ padding:8px 0px; padding-right:30px;}
ul.mtree li:last-child a{ border:none;}
ul.mtree.transit li.mtree-open>span:before  {content:"-";font-weight:bold; padding-left:5px; float:right; font-size:22px; color:#00babd; font-style:normal; padding:2px 15px; position:absolute;  right:5px; top:4px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree.transit li.mtree-closed>span:before {content:"+";font-weight:bold; padding-left:5px; float:right; font-size:22px; color:#00babd; font-style:normal; padding:2px 15px; position:absolute;  right:5px; top:2px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"-";font-weight:bold; padding-left:5px; float:right; font-size:22px; color:#00babd; font-style:normal; background:none; padding:4px 15px; padding-right:10px; position:absolute;  right:8px; top:0; border-left:none;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"+";font-weight:bold; padding-left:5px; float:right; font-size:22px; color:#00babd; font-style:normal; background:none;  padding:4px 15px ;padding-right:10px; position:absolute;  right:8px; top:0; border-left:none;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li:hover>a{ color:#fff; background:#00babd;}
ul.mtree>li.mtree-node a ul a{ font-size:13px;}
ul.mtree>li.mtree-open{color:#fff ;padding-bottom:0;}
ul.mtree>li.mtree-open>a{color:#fff; background:#00babd;}
ul.mtree>li.mtree-open>span:before{ color:#fff !important;}
ul.mtree>li:hover>span:before{ color:#fff !important;}
ul.mtree>li.mtree-node:hover>a{color:#fff ;text-decoration:none; background:#00babd;}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#333 ;text-decoration:none;}



ul.mtree ul {  background:#f3f3f3; border:1px solid #f3f3f3;}
ul.mtree ul li{list-style:none; position:relative;}
ul.mtree ul li a{display:block;color:#777;font-size:14px; font-family:'poppins-regular';}
ul.mtree>li>ul>li{ padding:0px 12px; background:#fff;}
ul.mtree>li>ul>li>a{ font-size:13px !important; background:#fff; border-bottom:1px dashed #eee;}
ul.mtree>li>ul>li>a i{ color:#ccc; font-size:13px; margin-right:10px; margin-left:6px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:#00babd;}
ul.mtree ul li:hover a i{ color:#00babd; margin-left:10px;}
ul.mtree li ul li.mtree-open a{color:#00babd;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0;background:#fff; border-bottom:1px solid #eee; }
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:13px; padding-left:26px; background:#fff;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#00babd;font-weight:normal;}
ul.mtree.jet ul {margin-left: 0;}
ul.mtree.jet li {margin-bottom: 1px;}
ul.mtree.jet li:last-child {margin-bottom: 0px;}
ul.mtree.jet li:first-child {margin-top: 1px;}
ul.mtree.jet li.mtree-active a {background: #e5e5e5;}
ul.mtree.jet li.mtree-active li:last-child > a {border-radius: 0px 0px 3px 3px;}
ul.mtree.jet li.mtree-active > a {background: #aaa;color: #FFF; border-radius: 3px 3px 0px 0px;}
ul.mtree.jet li > a:hover { background: #FFC000;color: #FFF;}
ul.mtree.jet a { padding: 5px 0px 5px 1em;}
ul.mtree.jet li li > a { padding-left: 2em;}
ul.mtree.jet li li li > a {padding-left: 3em;}
ul.mtree.jet li li li li > a {padding-left: 4em;}
ul.mtree.jet li li li li li > a {padding-left: 5em;}
ul.mtree a:hover{text-decoration:none;}
.mtree-skin-selector{ display:none !important}

/*hot_left*/
.hot_left ul li{ list-style:none; margin-bottom:15px;}
.hot_left ul li .img{ float:left; width:30%; border:1px solid #eee; display:inline-block;
transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; overflow:hidden;}
.hot_left ul li .text{ float:left; width:60%; padding-left:15px;}
.hot_left ul li h4 a{ font-size:13px; color:#333;font-weight:bold;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;}
.hot_left ul li h4 a:hover{ color:#00babd;}
.hot_left ul li p{ font-size:13px; color:#8f8f8f; line-height:24px; max-height:48px; overflow:hidden; margin:3px 0;}
.hot_left ul li:last-child{ margin-bottom:0px;}
.hot_left ul li:hover .img img{transform: scale(1.1);}
.hot_left ul li:hover .img{ border:1px solid #00babd;}

.left_img{ margin:30px 0;}

/*LATEST NEWS*/
.news_left{background:none; padding:0;}
.news_left .slider{ margin:0px;}
@media only screen and (min-width:768px) {.news_left .toggle_content{ overflow:inherit !important;}
}
.news_left .li{ margin:0px;}
.news_left .toggle_content{ border:1px solid #eee; padding-top:10px;}
.news_left .li{ background:#fff; margin:0px 10px;}
.news_left .li .text{ padding:15px; text-align:center;}
.news_left .li .day { font-size:13px; color:#999;}
.news_left .li .day i{ display:inline-block; margin-right:4px;}
.news_left .li h4 a{font-weight:bold;  font-size:14px; color:#333;overflow:hidden; margin-top:10px; text-overflow:ellipsis; white-space:nowrap; display:block;}
.news_left .li p{ line-height:30px; color:#8f8f8f; max-height:60px; overflow:hidden; font-size:13px; margin-top:5px;}
.news_left .li:hover h4 a{ color:#00babd;}


.news_left .slick-prev{width:34px; height:34px; position:absolute; left:-10px; top:40%; vertical-align: middle; opacity:0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#00babd; border-radius:2px;}
.news_left .slick-prev::before{ border-radius: 0;color: #fff;display: inline-block;font-family: "FontAwesome";font-size: 26px; content: "\f104"; line-height:34px;}
.news_left .slick-next{width:34px; height:34px; position:absolute; right:-10px; top:40%; vertical-align: middle; opacity:0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#00babd;  border-radius:2px;}
.news_left .slick-next::before{  border-radius: 0;color: #fff;display: inline-block;font-family: "FontAwesome";font-size: 26px; content: "\f105"; line-height:34px;}
.news_left:hover  .slick-next{ opacity:1;right:5px; }
.news_left:hover .slick-prev{ opacity:1;left:5px;}
@media only screen and (max-width:768px) {
.news_left  .slick-next{ opacity:1;right:5px; }
.news_left .slick-prev{ opacity:1;left:5px;}
}



/*about*/
.team{ margin-top:50px; padding-top:50px; border-top:1px solid #eee;}
.team ul li{ list-style:none;}
.team ul li .li{ background:#f8f8f8; padding:10px; text-align:center;}
.team ul li .li .img{ border-radius:50%; overflow:hidden; display:inline-block; max-width:218px;}
.team ul li .li h4{font-weight:bold;  font-size:16px; color:#333; margin-top:15px;}
.team ul li .li p{ line-height:24px; color:#8f8f8f; margin:10px 0;}
.team ul li .li .icon a{ margin:0px 10px;}
/*page_left*/
.page_left .nav ul{ background:#fbfbfb; padding:15px;}
.page_left .nav ul li{ list-style:none; border-bottom:1px dashed #eee; padding:5px 0;}
.page_left .nav ul .active a{ color:#fff;}
.page_left .nav ul .active i{color:#fff;}
.page_left .nav ul li a{ color:#555; display:inline-block; padding:5px 0; font-size:14px;}
.page_left .nav ul li a i{ font-size:13px; color:#bbb; margin-right:10px;}
.page_left .nav ul li:hover a,.page_left .nav ul li:hover i{ color:#fff;}

.adv_left{ margin-top:30px;}
.adv_left .toggle_content{ border:1px solid #eee; padding:15px;}
.adv_left  h4 a{ font-size:14px; color:#808080; text-align:center; display:block; margin-top:15px;}

/*contact*/
.com_ul{ margin-bottom:60px;}
.com_ul .p{margin-bottom:30px;}
.com_ul .h4 span{ color:#333; font-size:26px;font-weight:bold;   text-transform:uppercase; text-align:center;background:#fff; padding:0px 30px; display:inline-block;}
.com_ul li{ list-style:none; text-align:center; line-height:24px;overflow:hidden;}
.com_ul li .li{ border:1px solid #eee; padding:15px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; padding-top:20px;}
.com_ul li .li .icon{ width:80px; height:80px;border-radius:50%; display:inline-block; overflow:hidden; color:#fff; background:#00babd;font-size:30px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li .icon i{ line-height:80px;}
.com_ul li .li:hover .icon{ background:rgba(255,255,255,0.3);}
.com_ul li .li h4{ color:#333; font-size:14px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; line-height:20px; height:40px; overflow:hidden;font-weight:bold;  margin:15px 0 10px;}
.com_ul li .li p{ font-size:14px; height:48px; color:#808080;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li em{ font-style:normal;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;font-weight:bold;   color:#00babd; font-size:14px; margin:10px 0; display:inline-block; line-height:20px; height:40px;}
.com_ul li .li em i{ margin-left:10px;}
.com_ul li .li:hover{ background:#00babd;}
.com_ul li .li:hover em{ color:#fff;}
.com_ul li .li:hover h4{ color:#fff;}
.com_ul li .li:hover p{ color:#fff;}
.con_infop{ line-height:30px; font-size:13px; color:#777; margin-bottom:30px;}


.contact_m{ background:#f6f6f6 url(../images/bg.png) repeat center center; padding:30px;}
.contact .contact_info{ margin-bottom:40px;}
.contact .contact_section .contact_box{ text-align:left; margin-left:0px;}
.contact .contact_inq{ margin-bottom:30px;}
.contact .contact_inq .req{ font-size:14px; color:#555; margin-bottom:20px;}
.contact .contact_inq .req span{ color:red;}
.contact_inq .p{ font-size:13px; color:#999; line-height:24px; max-height:48px; overflow:hidden; margin-bottom:15px;}
.contact_inq .input_1{ font-size:13px; line-height:46px;height:46px; padding-left:20px; width:100%; background:#fff; color:#777; margin-bottom:15px; border:1px solid #eee;}
.contact_inq .input_1:focus{ border:1px solid #00babd; color:#333;}
.contact_inq .input_2{line-height:40px; font-size:13px; height:120px; padding-left:20px; width:100%; background:#fff; color:#777; border:1px solid #eee; margin-bottom:15px;}
.contact_inq .input_2:focus{border:1px solid #00babd; color:#333;}

.contact_inq .in_email{ background:#fff url(../images/input_eamil.png) no-repeat center left; padding-left:40px;}
.contact_inq .in_tel{ background:#fff url(../images/input_tel.png) no-repeat center left; padding-left:40px;}
.contact_inq .in_message{ background:#fff url(../images/input_message.png) no-repeat left 10px; padding-left:40px;}

.contact_inq .btn_1{display:inline-block; margin:10px 0 0; height:40px; line-height:40px; color:#fff; padding:0px 35px; border:none;font-size:14px; text-transform:capitalize; position:relative; background:#00babd;font-weight:bold;  transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; border-radius:5px; text-transform:uppercase;}
.contact_inq .btn_1:hover{ background:#00babd;}

.contact_email{ float:right;}
.contact_email .email{ background:#00babd; padding:50px 30px;}
.contact_email .email h4{ font-size:24px; color:#fff; text-transform:capitalize;line-height:40px; font-weight:bold;   text-transform:uppercase;}
.contact_email .email p{ color:#fff0e0; line-height:24px; height:72px; overflow:hidden; margin:10px 0;}
.contact_email .email .email_main{ background:#fff; line-height:50px; height:50px; width:100%; padding-left:10px; border:none; color:#999;}
.contact_email .email_btn{ background:rgba(255,255,255,0.15); line-height:50px; height:50px; width:100%; padding-left:10px; border:none; color:#fff;font-weight:bold;  text-transform:uppercase; font-size:14px; margin-top:15px;}

.contact_oth{ margin-top:60px;}
.contact .map{ margin-top:50px;}
@media screen and (max-width: 768px) {
.com_ul li { margin-bottom:15px;}
.com_ul li .li h4{ margin:5px 0;}
.contact_email { width:100%;}
}

/*news*/
.news .img{ float:left; width:32%; margin-right:20px; overflow:hidden;}
.news .img img{ width:100%;}
@media only screen and (max-width: 980px) {.news .img{ width:30%;}}
.news  ul li{ list-style:none; margin-bottom:20px; border-bottom:1px solid #eee; padding-bottom:20px;}
.news  ul li:last-child{ margin-bottom:0px; border-bottom:none;}
.news  ul li h4 a{ font-size:14px;font-weight:bold; color:#333; display:block; line-height:24px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.news  ul li:hover h4 a{ color:#00babd;}
.news  ul li p{ font-size:13px; color:#8f8f8f; max-height:44px; overflow:hidden; line-height:22px; margin-top:6px; margin-bottom:10px;}
.more_1{line-height:28px;display:inline-block; font-weight:bold;   font-size:13px; color:#00babd; font-size:14px; text-transform:uppercase; position:relative;}
.more_1 img{ margin-left:4px;}

.more_1:hover{padding-left:20px;text-decoration:none;color:#00babd;}
.more_1::before{content:"\f061";font-family:FontAwesome;font-size:0;Color:#00babd;Opacity:0;Transition:opacity .2s ease-in-out, transform .28s ease-in-out;-webkit-transform:translateX(-10px) scale(0);Transform:translateX(-10px) scale(0);-webkit-transition:all var(--transition-time,500ms);-o-transition:all var(--transition-time,500ms);transition:all var(--transition-time,500ms);position:absolute;left:0;top:3px;font-size:13px; line-height:22px;}
.more_1:hover::before {	Opacity:1;	padding-right:10px;	-webkit-transform:translateY(0) scale(1);	Transform:translateY(0) scale(1);}
.news  ul li:hover img{transform: scale(1.1);}
@media only screen and (max-width: 768px) {.news  ul li p{ max-height:66px;}}
@media only screen and (max-width: 480px) {.news .img{ width:100%; float:none; display:block;}}

/*翻页*/
.page_p{ margin:30px auto 0px;text-align:center; width:100%; font-size:13px;}
.page_p .page_main{ display:inline-block;}
.page_p a{ float:left; font-size:13px; line-height:40px; padding:2px 20px; color:#555; _margin-top:5px;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; border:1px solid #eee; border-left:none; background:#fff;}
.page_p a i{ line-height:40px;}
.page_p a:first-child{ border-left:1px solid #eee;}
.page_p a:hover{ background:#eee; color:#666 !important; }
.total{ font-size:13px; line-height:24px; color:#808080; margin-top:10px;}
.total .span{ color:#333; margin-top:5px; }
.page_p .page_main>span{ padding:2px 20px;position:relative; line-height:40px; color:#00babd; border:1px solid #eee; border-left:none; float:left;margin-top:5px;}
.page_p .page_main>span:after{ position:absolute; left:0px; bottom:0px; height:3px; width:100%; background:#00babd; content:'';}

#pre_next{ margin-top:20px; list-style:none; font-size:13px;}
#pre_next li{ padding:6px 15px; border-bottom:none; margin-bottom:0px; border-left:none; background:#fafafa; margin-bottom:15px;}
#pre_next span{color:#00babd; text-align:center;padding:5px 0px; font-weight:bold; text-transform:uppercase; font-size:14px;}
#pre_next span i{ margin-right:10px;}
#pre_next a{ color:#777; font-size:13px;}
#pre_next a:hover{color:#00babd;}
#pro_page{ list-style:none; margin-top:10px;}
#pro_page span{ font-size:14px; text-transform:capitalize; color:#444;}
#pro_page li{ padding:2px 0px;}
#pro_page li a:hover{ color:#333;}
@media (max-width:768px){ .pre{ float:none; width:100%;} .next{ float:none; width:100%;}}

/*产品列表*/
.products_m{color:#777;  font-size:13px; margin-bottom:10px;}
/*products*/
.cbp-vm-switcher {width:100%; }
.cbp-vm-view-grid .p_hot_2{ display:none;}
.cbp-vm-view-grid .pro_more{ margin-top:10px;}
.cbp-vm-options {text-align: left;  margin-bottom:20px; padding-bottom:10px;}
.cbp-vm-options p{display:inline-block; vertical-align:middle; font-weight:bold;  color:#00babd; text-transform:uppercase; font-size:14px; display:none;}
.cbp-vm-options a {display: inline-block; vertical-align:middle;height:34px;overflow: hidden;white-space:nowrap;color:#aaa; text-align:center; line-height:34px; text-align:center; width:34px; background:#eee;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected {color: #fff; background:#00babd;}
.cbp-vm-options a:before {font-size:18px;text-align: center;display: inline-block; line-height:34px;}

.p_hot_2{ margin-bottom:10px; margin-top:5px; float:left; width:75%;}
.p_hot_2 span{ font-size:13px; font-weight:bold;   margin-right:5px; text-transform:capitalize; color:#333; margin-right:6px;}
.p_hot_2 a{ font-size:13px; border-radius:5px; background:#fafafa; display:inline-block; padding:0px 12px; color:#777; margin:2px; border:1px solid #eee;}
.p_hot_2 i{ margin-right:3px; font-size:13px; color:#bbb;}
.p_hot_2 a:hover{color:#fff; background:#00babd;}

/* General list */
.cbp-vm-switcher ul {list-style: none;padding: 0;}
/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-switcher ul:after { clear: both; }

.cbp-vm-switcher ul li {display: block;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image {display: block;margin: 0 auto;position:relative;}
.cbp-vm-image span{display:inline-block;width:100%;height:auto; border:1px solid #eee; overflow:hidden;}
.cbp-vm-image img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;}


.cbp-vm-switcher ul li h4 a{font-size:14px;display:block;color:#444; word-wrap:break-word; text-align:left;font-weight:bold; }
.cbp-vm-switcher ul li .cbp-vm-details{color:#8f8f8f;overflow:hidden;height:44px;font-size:13px;line-height:20px;}
.cbp-vm-switcher ul h4 a:hover{ text-decoration:none; color:#00babd;}
.cbp-vm-view-grid .prol_more{display:none;}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {content: "\f00a";}

.cbp-vm-list:before {content: "\f00b";}

.cbp-vm-add:before {content: "\f055";}

/* Large grid view */

.cbp-vm-view-grid ul li {
	width:33.33%;
	text-align: left;
	vertical-align: top;
	float:left;
}
.cbp-vm-view-grid ul li:nth-child(3n){ margin-right:0px;}
/* List view */
.cbp-vm-view-list li {white-space: nowrap;text-align:left;white-space:normal;  margin-top:20px; border-top:1px solid #eee; padding-top:20px;}
.cbp-vm-view-list li:before, 
.cbp-vm-view-list li:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-view-list li:after { clear: both; }
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {width:22%;display:inline-block; vertical-align:middle;float:left; margin-right:3%; border:1px solid #eee;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cbp-vm-view-list ul li h4 a{display:inline-block; width:75%;text-align:left;font-size:14px;font-weight:bold; color:#333; float:left;}
.cbp-vm-view-list ul li:hover h4 a{ color:#00babd;}

.cbp-vm-view-list ul li .cbp-vm-details {width:75%; overflow: hidden;white-space: normal;max-height:48px; line-height:24px; font-size:13px; color:#8f8f8f; margin:10px 0px;}

@media screen and (max-width: 940px) {.cbp-vm-view-grid ul li {width: 50%;}.cbp-vm-switcher ul li h4 a{ font-size:14px;}.y_link{display: none;}}


@media screen and (max-width: 520px) {
	.cbp-vm-view-list ul li .cbp-vm-details{height:40px;}
	.cbp-vm-view-list .prol_more{font-size:13px;padding:2px 20px 7px 20px;}
	
  }

@media screen and (max-width: 300px) {
	.cbp-vm-view-list ul li h4 a{width:100%;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;}
	.cbp-vm-view-list .cbp-vm-image{width:100%;}
	.cbp-vm-view-grid ul li {width:100%; margin-bottom:20px;}
	.cbp-vm-view-grid ul li:nth-child(n+2){ border-left:1px solid #eee;}
	.cbp-vm-view-grid ul li:nth-child(n+3){  border-left:1px solid #eee;}

}

.products li span{ overflow:hidden;}


.cbp-vm-view-list ul li h4 a{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;}
.cbp-vm-view-list ul li{  overflow:hidden;}


.cbp-vm-view-list ul li:first-child{ border:none; padding-top:0px; margin-top:0px;}
/*9gonghe*/
.cbp-vm-view-grid ul{ margin:0px -10px;}
.cbp-vm-view-grid ul {list-style: none;padding: 0;}
.cbp-vm-view-grid ul li .more_1{ display:none;}
.cbp-vm-view-grid ul li{ margin-bottom:20px;}
.cbp-vm-view-grid ul li h4 a{margin:5px 0 5px;line-height:22px; height:44px; overflow:hidden;display:block; text-align:center;}
.cbp-vm-view-grid ul li .li{padding-bottom:20px; text-align:center; margin:0px 10px; background:#fff;}
.cbp-vm-view-grid ul li .li:hover h4 a{ color:#00babd;}
.cbp-vm-view-grid ul li .li .cbp-vm-image{ overflow:hidden; border:1px solid #eee; margin-bottom:15px;}
.cbp-vm-view-grid ul .li{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}


.cbp-vm-view-grid ul li:nth-child(3n+1) {animation-delay: 0.2s;}
.cbp-vm-view-grid ul li:nth-child(3n+2) {animation-delay: 0.3s;}
.cbp-vm-view-grid ul li:nth-child(3n+3) {animation-delay: 0.4s;}


@media screen and (min-width: 940px) {
.cbp-vm-view-grid ul li:nth-child(3n+2){ border-left:none;}
.cbp-vm-view-grid ul li:nth-child(3n+3){ border-left:none;}
.cbp-vm-view-grid ul li:nth-child(n+4){ border-top:none;}
}

@media screen and (max-width: 940px) {
.cbp-vm-view-grid ul li:nth-child(n+2){ border-left:none;}
.cbp-vm-view-grid ul li:nth-child(n+3){ border-top:none;}
}


.cbp-vm-view-grid ul li .li:hover .buttons .fa {-webkit-transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);-o-transform: scaleX(1);transform: scaleX(1);}
.cbp-vm-view-grid ul li .li:hover .ovrly {opacity: 1;}

/*效果*/

.products ul li .img i{ width:40px; height:40px; line-height:40px; border-radius:50%; background:#00babd; color:#fff; display:inline-block; text-align:center; position:absolute; top:-80px; right:15px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.products ul li:hover .img i{ top:15px;}

.cbp-vm-view-grid ul li .li .cbp-vm-image{transition-duration: 0.6s; width:100%;
    transition-timing-function: ease-out; overflow:hidden;}
.cbp-vm-view-grid ul li .li:hover .cbp-vm-image img{transform: scale(1.1);}
.cbp-vm-view-grid ul li .li:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cbp-vm-view-grid ul li .li:hover h4 a{ color:#00babd;}

.cbp-vm-view-grid ul li .li:hover .ovrly {
    opacity: 1;
}

/*products_main*/
.page{margin-bottom:80px;}
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding:2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img{max-width:100%;height:auto;}


/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width:100%;
	
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: block;
	padding:10px 0;
}
.sp-thumbs a{position:relative;border:2px solid #f7f7f7;}
.sp-thumbs a:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#000;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.sp-thumbs a:hover:before{filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;}
.sp-thumbs a:after{transition:all .5s;transform:scaleX(0);content:"\f00c";font-family:FontAwesome;display:inline-block;font-size:16px;color:#00babd;position:absolute;left:50%;top:33%;margin-left:-8px;z-index:2;}
.sp-thumbs a:hover:after{transform:scaleX(1);visibility:visible;}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin:0 3px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border:2px solid #00babd;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
	border:2px solid #00babd !important;
}

.sp-thumbs a.sp-current:after{transform:scaleX(1);visibility:visible;}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width:100%;
	border:2px solid #eee;
	border-radius:5px;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width:100%;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}
/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: 50px;
		margin-top: 0;
	}
}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}
/*pro_table*/
.pro_table .pro_main_title{font-size:20px;overflow:hidden; display:block;text-transform:capitalize;margin-bottom:15px; color:#333; line-height:26px;font-weight:bold; }
.pro_table .pro_main_text{color:#999;font-size:13px; line-height:30px;}
.pro_table ul{margin-top:15px; border-top:1px solid #eee;}
.pro_table ul li{font-size:14px; color:#808080; list-style:none;}
.pro_table ul li p{display:inline-block;margin-right:10px;font-size:14px; vertical-align:middle;margin-bottom:0;font-weight:bold; color:#333;}
.main-more{ text-align:left !important;}
.main-more a{ color:#fff;}

.pro_table .i_more a{ background:#00babd; margin-top:20px; line-height:40px; padding:0px 30px; display:inline-block; font-weight:bold;   font-size:14px; text-transform:uppercase; border-radius:5px;}
/*products-tab*/
#parentHorizontalTab02{margin:0;text-align:left;padding:0px;text-align:left;}
#parentHorizontalTab02 ul.resp-tabs-list {margin: 0px;padding: 0px; background:#f9f9f9;}

#parentHorizontalTab02 .resp-tabs-list li {display: inline-block;list-style: none;cursor: pointer; text-transform:capitalize;color:#fff;text-align:center; font-size:16px; background:#777; padding:8px 20px;}
#parentHorizontalTab02 .resp-tabs-container div table{max-width:100%;}
#parentHorizontalTab02 .resp-tabs-container {padding: 15px 0px;clear: left; background:none;}
#parentHorizontalTab02 .resp-tabs-container .video-det{text-align: center;}
#parentHorizontalTab02 em.resp-accordion {cursor: pointer;padding: 5px;display: none;padding: 10px 15px !important;}
#parentHorizontalTab02 .resp-tab-content {display: none;}
#parentHorizontalTab02 .resp-tabs-list li:hover{background:#333;}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {color:#fff;z-index:99;font-weight:bold;   text-transform:uppercase; background-color:#00babd  !important; }
#parentHorizontalTab02 .resp-content-active,#parentHorizontalTab02 .resp-accordion-active {display: block;}
#parentHorizontalTab02 em.resp-accordion {font-size: 18px;margin: 0px;background:#f8f8f8;margin-bottom:1px; color:#333;font-weight:bold;  font-style:normal; margin-bottom:10px;}
#parentHorizontalTab02 em.resp-tab-active {margin-bottom: 0px !important;}
#parentHorizontalTab02 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}
#parentHorizontalTab02 em.resp-tab-active {background: #00babd  !important; color:#fff;}
#parentHorizontalTab02 .resp-tab-content-active{ padding-top:20px;}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab02 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab02 .resp-tab-content-active {display: block;}


@media only screen and (max-width: 768px) {
	#main-btn{padding:2% 6%;}
	#parentHorizontalTab02{padding:0;}
    #parentHorizontalTab02 ul.resp-tabs-list {display: none;}
    #parentHorizontalTab02 em.resp-accordion {display: block;}
    #parentHorizontalTab02 .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;border:1px solid #e5e5e5;border-top:none;padding:15px 15px 30px 15px;}
    #parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    #parentHorizontalTab02 .resp-accordion-closed {display: none !important;}
    #parentHorizontalTab02 .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
}





/*inquiry*/
.induiry_line{box-shadow:0px 0px 10px rgba(0,0,0,0.15); margin-top:30px; padding:15px;}
.inquiry{ padding:30px; background:#f6f6f6 url(../images/bg.png) repeat center center;}
.inquiry .section_title{ margin-bottom:10px;}
.inquiry .p{ font-size:13px; color:#808080; line-height:24px; max-height:48px; overflow:hidden; margin:10px 0;}
.inquiry .contact_box{ text-align:left; margin-left:0px;}
.inquiry .contact_box .input_1{ font-size:13px; line-height:38px; height:40px; padding-left:15px; width:100%; background:#fff; color:#999; margin-bottom:20px; border:1px solid rgba(0,0,0,0.1);}
.inquiry .contact_box .input_1:focus{ border:1px solid #00babd;}
.inquiry .contact_box .input_2{line-height:40px; font-size:13px; height:100px; padding-left:15px; width:100%; background:#fff; color:#999; border:1px solid rgba(0,0,0,0.1); margin-bottom:10px;}
.inquiry .contact_box .input_2:focus{border:1px solid #00babd;}

.inquiry .contact_box .btn_1{display:inline-block; margin:10px 0 0; height:40px; line-height:40px; color:#fff; padding:0px 35px; border:none;font-size:14px; text-transform:capitalize; position:relative; background:#00babd;font-weight:bold;  transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; border-radius:5px; text-transform:uppercase;}
.inquiry .contact_box .btn_1:hover{ background:#00babd;}



.inquiry .contact_box .in_email{ background:#fff url(../images/input_eamil.png) no-repeat center left; padding-left:40px;}
.inquiry .contact_box .in_tel{ background:#fff url(../images/input_tel.png) no-repeat center left; padding-left:40px;}
.inquiry .contact_box .in_message{ background:#fff url(../images/input_message.png) no-repeat left 10px; padding-left:40px;}


.inquiry  .subject_title{ border:1px solid rgba(0,0,0,0.1); background:#fafafa; line-height:40px; height:40px; padding:0px 10px; margin-bottom:20px;overflow: hidden;}
.inquiry  .subject_title a{ color:#00babd;}
.inquiry  .subject_title span{ font-size:14px; color:#777; margin-right:10px;}
@media screen and (max-width: 768px) {
.inquiry .p{ font-size:13px;}
}
/*rel_pro*/
.rel_pro{ padding:40px 0 80px; background:#f6f6f6 url(../images/bg.png) repeat center center;}
.rel_pro .img{ border:1px solid #eee;}
.rel_pro .slider{ margin:0px -10px;}
.rel_pro .li{ margin:0px 10px;}

.rel_pro .li .text{border-top:none; padding:10px 0; text-align:center; padding:0px 15px;}
.rel_pro .li .text h4 a{font-weight:bold;  font-size:15px; margin-top:25px; display:block; line-height:24px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.rel_pro .li .text p{ font-size:12px; line-height:22px; max-height:44px; overflow:hidden; color:#8f8f8f; margin-bottom:20px; margin-top:5px;}
.rel_pro .li:hover h4 a{ color:#00babd;}

@media only screen and (max-width:1200px) {
.slick-dots{ display:none !important;}
}
@media only screen and (max-width:768px) {
.rel_pro .slick-prev{width:34px; height:34px; position:absolute; left:5px; top:40%; vertical-align: middle; opacity:1;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#00babd; border-radius:2px;}
.rel_pro .slick-prev::before{ border-radius: 0;color: #fff;display: inline-block;font-family: "FontAwesome";font-size: 26px; content: "\f104"; line-height:34px;}
.rel_pro .slick-next{width:34px; height:34px; position:absolute; right:5px; top:40%; vertical-align: middle; opacity:1;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#00babd;  border-radius:2px;}
.rel_pro .slick-next::before{  border-radius: 0;color: #fff;display: inline-block;font-family: "FontAwesome";font-size: 26px; content: "\f105"; line-height:34px;}
.rel_pro{ padding-bottom:40px;}
}
/*download*/
.download{list-style:none;}
.download li{margin-bottom:20px;}
.download li h4 a{font-size:16px;text-transform:capitalize;margin-bottom:15px;color:#333; display:block; font-family:'poppins-s'; border-bottom:1px solid #eee; padding-bottom:6px;}
.download li .text{color:#999999;font-size:12px;line-height:18px;overflow:hidden;height:36px;margin-bottom:20px;}
.download li .icon{color:#fff;display:inline-block;background:#65bde1 url(../images/icon_pdf.png) no-repeat 15px center;background-size:24px;font-size:12px;text-transform:uppercase;padding:6px 25px 4px 50px; font-family:'poppins-s'; border-radius:30px;}
.download li .icon:hover{background-color:#79d1f5;text-decoration:none;color:#fff;}
.download li h4 a:hover{ color:#79d1f5;}
@media only screen and (max-width: 768px) {
.download li{padding:0;border:1px solid #ebebeb;padding:15px;}
.download li .page_title{border:none;padding-bottom:0;}
.download li .text{height:auto;max-height:36px;}
}


/*blog_left*/
.blog_left{ float:left; width:75%; padding-right:60px;}
.blog_right{ float:left; width:25%;}
.blog_right .block{ background:#f9f9f9; padding:15px;}

.blog_h4{ font-size:24px; color:#333;padding-bottom:10px;font-weight:bold;   border-top:none; padding-top:0px; text-transform:capitalize; position:relative;}
@media only screen and (max-width: 768px) {
.blog_left{ float:left; width:100%; padding-right:0px; margin-bottom:}
.blog_right{ float:left; width:100%;}
}

.blog_nav{ margin-bottom:30px;}
.blog_nav ul li{ list-style:none;}
.blog_nav ul li:nth-child(2n){ background:#eee;}
.blog_nav ul li a{ font-size:13px; color:#555; line-height:22px; padding:8px 0px; display:inline-block; border-bottom:1px solid #ececec; display:block;}
.blog_nav ul li a i{ color:#ccc; font-size:14px; margin:0px 10px;}
.blog_nav ul li a:hover{ color:#00babd; padding-left:10px;}
.blog_nav ul li a:hover i{ color:#00babd;}

.hot_tags a{font-size:13px; display:inline-block; border-radius:5px;  color:#888; padding:0px 12px; margin-right:4px; margin-top:4px; background:#fff; border-radius:2px; margin:4px; font-size:13px; line-height:30px; border:1px solid #eee;}
.hot_tags .toggle_content{ margin:0px -4px; margin-top:15px;}
.hot_tags a:hover{color:#fff; background:#00babd;}

/*blog*/
.blog-info{ display:block;  font-size:13px;}
.blog-info i{ margin-right:10px; color:#777;}
.blog-info span{ margin-right:10px; color:#999;}
.blog_main h3{font-size:22px; color:#333;font-weight:bold;  margin-bottom:10px;}
.blog_main .blog_tags{ margin-top:20px;}
.blog_main .blog_tags span{ font-size:14px;font-weight:bold;  text-transform:capitalize; color:#333;}
.blog_main .blog_tags a{ font-size:13px; display:inline-block; color:#666; padding:2px 14px; margin:6px;}
.blog_main .blog_tags a i{ margin-right:6px; font-size:13px;}
.blog_nav ul li{ list-style:none;}
.blog_p{ margin-top:10px; border-top:1px solid #eee; padding-top:10px;}


.blog_li{ position:relative; padding-left:70px; margin-bottom:30px; list-style:none; border-bottom:1px solid #eee; margin-bottom:20px; padding-bottom:20px;}
.blog_li .lileft{ width:50px; position:absolute; left:0px; top:0px; text-align:center;}
.blog_li .lileft .day{ text-transform:uppercase; line-height:22px; padding:10px 0 5px; font-size:13px; color:#fff; background:#00babd;}
.blog_li .lileft .day h4{ font-size:28px; color:#fff; line-height:34px; height:34px;}
.blog_li .lileft .more a{background:#00babd; color:#fff; display:block; text-transform:uppercase; font-size:13px; padding:2px 0;}
.blog_li .lileft .more a i{ margin-left:6px;}
.blog_li h4 a{ display:block; font-size:16px; text-overflow:ellipsis; white-space:nowrap;font-weight:bold; overflow:hidden; color:#333; margin-bottom:10px;}
.blog_li h4 a:hover{ color:#00babd;}
.blog_li .p{color:#8f8f8f;max-height:44px;overflow:hidden; font-size:13px; line-height:22px;}
.blog_li .p a{ color:#8f8f8f; border-bottom:1px solid #ddd;}
.blog_li .p a:hover{ color:#00babd; border-bottom:1px solid #00babd;}

@media only screen and (max-width:500px) {
.blog_li{ padding-left:0; border-bottom:1px solid #eee; padding-bottom:20px;}
.blog_li .lileft{ display:none;}
}
.blogin{ font-size:13px; color:#aaa; margin:4px 0px;}
.blogin span{ color:#fff; margin:0px 6px;font-weight:bold; }
.blogin span i{ font-size:13px;}
.blog .blog_tags{ width:100%; margin-top:15px;}
.blog_tags span{ font-size:13px;font-weight:bold; text-transform:capitalize; margin-right:6px; color:#333;}
.blog_tags a{ font-size:13px; display:inline-block; border-radius:5px; margin-bottom:4px; color:#777; padding:0px 12px; margin-right:4px; margin-top:4px; background:#fafafa; border-radius:2px;border:1px solid #eee;}
.blog_tags a:hover{color:#fff; background:#00babd;}

.blog_tags i{ margin-right:6px; font-size:13px; font-size:14px; color:#777;}

/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;margin-bottom:15px;list-style:none;padding:10px 20px;background:#f6f6f6;}
.stp-top{width:100%;}
.stp-top a{font-size:14px;text-transform:capitalize;display:block;text-transform:capitalize;color:#333;font-weight:bold; }
.stp-top a:hover{text-decoration:none;color:#00babd;}
.stp-top a i{padding-left:8px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.stp-top a:hover i{padding-left:12px; color:#00babd;}
.stp-listB{display:block;padding:10px 0;border-top:1px solid #eee;list-style:none;margin-top:5px;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;}
.stp-listB>li>a{font-size:14px;line-height:22px;display:block;color:#666; font-weight:bold; }
.stp-listB>li>a:hover{color:#00babd;}
.stp-listB li .stp-listC{width:100%;padding-top:15px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:10px;}
.stp-listB li .stp-listC li a{color:#808080;font-size:13px;}
.stp-listB li .stp-listC li a:hover{color:#00babd;}
.stp-listB li .stp-listC i{ margin-right:6px;}

@media only screen and (max-width: 768px){
	.stp-listB>li{width:50%;padding:8px 0;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}

/*download*/
.download{list-style:none;}
.download li{margin-bottom:20px;}
.download li h4 a{font-size:16px;text-transform:capitalize;margin-bottom:15px;color:#333; display:block; font-weight:bold;  border-bottom:1px solid #eee; padding-bottom:6px; line-height:26px; height:52px; overflow:hidden;}
.download li .text{color:#999999;font-size:13px;line-height:18px;overflow:hidden;height:36px;margin-bottom:20px;}
.download li .icon{color:#fff;display:inline-block;background:#00babd url(../images/icon_pdf.png) no-repeat 15px center;background-size:24px;font-size:13px;text-transform:uppercase;padding:6px 25px 4px 50px; font-weight:bold;  border-radius:30px;}
.download li .icon:hover{background-color:#f08200;text-decoration:none;color:#fff;}
.download li h4 a:hover{ color:#79d1f5;}
@media only screen and (max-width: 768px) {
.download li{padding:0;border:1px solid #ebebeb;padding:15px;}
.download li .page_title{border:none;padding-bottom:0;}
.download li .text{height:auto;max-height:36px;}
}



/*video*/
.video ul li{ list-style:none; margin-bottom:30px;}
.video ul li .li{box-shadow:0px 0px 15px rgba(0,0,0,0.1); border-radius:10px; padding-bottom:20px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; overflow:hidden;}
.video ul li .li .img{ position:relative;}
.video ul li .li .icon{ position:absolute; left:20px; bottom:-18px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.video ul li .li .icon a{ width:40px; height:40px; border-radius:50%; background:#f08200; display:block; text-align:center; padding-top:5px;}
.video ul li h4 a{ font-size:14px; color:#333; font-weight:bold;  line-height:24px; height:48px; overflow:hidden; margin-top:30px; display:block; padding:0px 10px;}
.video ul li:hover .li{box-shadow:0px 0px 15px rgba(0,0,0,0.3);}
.video ul li:hover .icon { bottom:5px;}
.video ul li:hover .icon a{ background:#00babd;}


/*web*/
@media only screen and (max-width: 768px) {
.nav_section{ background:#fff;}
.blog_nav{ margin-bottom:0px;}
.n_left .block{ margin-bottom:0px;}
.contact_right{ width:100%;}
.blog_h4{ position: relative;  margin-bottom:20px; background:none; border-radius:5px; text-align:left !important; background:#00babd !important; padding:0px 10px; line-height:40px; color:#fff !important; font-size:16px !important; border-bottom:none;}
.blog_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.blog_h4.active:after {
    content: "\f106";
}

.title_h4{ position: relative;   margin-bottom:10px !important; text-transform:uppercase !important; font-weight:bold;  padding:12px 15px !important; font-size:14px !important; background:rgba(255,255,255,0.05); border-radius:5px; }
.title_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:7px;
  color:#fff;
}
.title_h4.active:after {
    content: "\f106";
}
.footer_top{ margin-bottom:10px;}
}


.mobile-menu-area .container .row{ margin:0;}


.more_h{ position:relative;}
.more_h:hover{text-decoration:none;color:#fff;}
.more_h::before{content:"\f061";font-family:FontAwesome;font-size:0;Color:#fff;Opacity:0;Transition:opacity .2s ease-in-out, transform .28s ease-in-out;-webkit-transform:translateX(-10px) scale(0);Transform:translateX(-10px) scale(0);-webkit-transition:all var(--transition-time,500ms);-o-transition:all var(--transition-time,500ms);transition:all var(--transition-time,500ms);position:absolute;left:15px;top:0px;font-size:13px; line-height:40px;}
.more_h:hover::before{	Opacity:1;	padding-right:10px;	-webkit-transform:translateY(0) scale(1);	Transform:translateY(0) scale(1);}
.more_h:hover img{transform: scale(1.1);}
@media only screen and (max-width: 1200px){
.adv_section ul li{ width:33.33%;}
.cate_section .resp-tabs-list li .li .text p{ display:none;}
}
@media only screen and (max-width: 850px){
.adv_section ul li{ width:50%;}
.cate_section .resp-tabs-list li .li .text p{ display:none;}
}

@media only screen and (max-width: 768px){
#footer .footer_about .title_h4{ display:block;}
.footer_bottom .email{ max-width:100%;}
.footer_other{ width:100%; text-align:center;}
.contact_section .btn span{ display:none;}
.page{ margin-bottom:40px;}
.blog_right .block{ background:none; padding:0;}
#parentHorizontalTab01 em.resp-accordion .img{ display:none;}
#parentHorizontalTab01 em.resp-accordion  .text p{ display:none;}
#parentHorizontalTab01 em.resp-accordion  .icon{ display:none;}
.cate_section .pro_ul ul li{ width:33.33%;}
.cate_section{ margin-top:30px;}
.footer_top{ text-align:center;}
.footer_top h4 a{ text-align:center; font-size:26px; width:100%;}
.footer_top .more{ float:none;}
.news_section .h4 h3,.about_section .about_text h3 a{ font-size:26px;}
.about_section .about_img img{ width:100%; height:auto; max-width:none;}
.team ul li{ margin-bottom:30px;}
.mbx_section .text h4{ width:100%; text-align:center;}
.mbx_section .text h4 i{ display:none;}
.mbx_section .text h4{ font-size:20px; margin-top:10px;}
.mbx_section .mbx{ margin-top:0px; width:100%; text-align:center;}
.contact_m{ background:none; padding:0;}
.nav_h4{ padding-top:0px; padding-bottom:0px; line-height:40px;}
.inquiry{ padding:0; background:none;}
.rel_pro ul li{ width:33.33%;}
}

@media only screen and (max-width: 400px){
	.cate_section .pro_ul ul li{ width:50%;}
	.adv_section ul li{ width:100%;}
	.team ul li{ width:100%;}
.rel_pro ul li{ width:50%;}
	
}
@media only screen and (max-width: 600px){
	.pro_detail iframe {
	    max-width: 100%;
	    max-height: 200px;
	}
}
.pro_detail iframe {
    max-width: 100%;
}
.footer_message .input_1.msg_verifya {
    width: 100px;
    vertical-align: sub;
}
.footer_message .verify_status {
    display: inline-block;
    width: 104px;
    vertical-align: middle;
}

#email_form .input_1.msg_verifya {
    width: 120px;
    vertical-align: baseline;
}
#email_form .verify_status {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}