/*reset*/
: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;}
/*li,ul,ol{list-style:none;}*/
a{text-decoration:none;color:#4c4c4c;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
a:focus {outline: none;}
.table-responsive{ overflow-x:auto;}

h1,h2,h3,h4,h5 { margin: 0; padding: 0;}

/*share*/
body{font-size:14px;font-family:'Kamerik_Book',arial, sans-serif;color:#333333;}
.bold{font-weight:bold;}
.fontRed{color:red;}
.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}

@media only screen and (min-width: 1100px) {
	.container {width: 1040px;}
}

@media only screen and (min-width: 1200px) {
	.container {width: 1140px;}
}

@media only screen and (min-width: 1400px) {
	.container {width: 1340px;}
}

@media only screen and (min-width: 1500px) {
	.container {width: 1440px;}
}



@media only screen and (max-width: 992px) {
	.row {margin-right: 0; margin-left: 0; }
}


@font-face {
    font-family: 'FontAwesome';
    src:url(../font/fontawesome-webfont.eot);
    src: url(../font/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
	 url(../font/fontawesome-webfont.svg#fontawesome-webfont) format('svg'),
	 url(../font/fontawesome-webfont.woff) format('woff'),
	 url(../font/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kamerik_Bold';
    src:url(../font/Kamerik_Bold.eot);
    src: url(../font/Kamerik_Bold.eot?#iefix) format('embedded-opentype'),
	 url(../font/Kamerik_Bold.svg#Kamerik_Bold) format('svg'),
	 url(../font/Kamerik_Bold.woff) format('woff'),
	 url(../font/Kamerik_Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kamerik_Book';
    src:url(../font/Kamerik_Book.eot);
    src: url(../font/Kamerik_Book.eot?#iefix) format('embedded-opentype'),
	 url(../font/Kamerik_Book.svg#Kamerik_Book) format('svg'),
	 url(../font/Kamerik_Book.woff) format('woff'),
	 url(../font/Kamerik_Book.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kamerik_Heavy';
    src:url(../font/Kamerik_Heavy.eot);
    src: url(../font/Kamerik_Heavy.eot?#iefix) format('embedded-opentype'),
	 url(../font/Kamerik_Heavy.svg#Kamerik_Heavy) format('svg'),
	 url(../font/Kamerik_Heavy.woff) format('woff'),
	 url(../font/Kamerik_Heavy.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kamerik_Light';
    src:url(../font/Kamerik_Light.eot);
    src: url(../font/Kamerik_Light.eot?#iefix) format('embedded-opentype'),
	 url(../font/Kamerik_Light.svg#Kamerik_Light) format('svg'),
	 url(../font/Kamerik_Light.woff) format('woff'),
	 url(../font/Kamerik_Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kamerik_Thin';
    src:url(../font/Kamerik_Thin.eot);
    src: url(../font/Kamerik_Thin.eot?#iefix) format('embedded-opentype'),
	 url(../font/Kamerik_Thin.svg#Kamerik_Thin) format('svg'),
	 url(../font/Kamerik_Thin.woff) format('woff'),
	 url(../font/Kamerik_Thin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}


input::-webkit-input-placeholder{ color:#777878;    }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */          color:#777878;      }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */           color:#777878;       }
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */            color:#777878;       }
textarea::-webkit-input-placeholder{        color:#777878;      }
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */         color:#777878;     }
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */          color:#777878;      }
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */           color:#777878;    }


.main_top img { display: inline-block; float: left;}
.main_top .main { display: inline-block; padding-left: 30px; margin-top: -4px;}
.main_top .main .text { color: #4c4a4c; font-size: 20px; line-height: 24px; text-transform: capitalize;}
.main_top .main .title {margin-top: 17px; display: inline-block; color: #333; font-size: 32px; line-height: 34px; text-transform: uppercase; font-family: "Kamerik_Bold";}
@media only screen and (max-width:768px) {
	.main_top .main .title { font-size: 22px; margin-top: 5px;}
	.main_top .main .text { font-size: 16px;}
	.main_top img { width:3px;}
	.main_top .main { padding-left: 20px;}
}



/*index*/
/*top*/
.M_top { background: #f4f4f4;  padding: 5px 0; }
.M_top .left {margin-top: 5px; float: left; width: 35%; position: relative;}
.M_top .left img {display: inline-block; position: absolute;}
.M_top .left marquee { display: inline-block; font-size: 12px; margin-left: 40px; color: #787878; text-transform: uppercase;}
.M_top .T_sns { float: right; list-style: none;}
.M_top .T_sns li { float: left; list-style: none; margin-left: 7px;}
.M_top .T_sns li:hover  {margin-top: -2px; }

.top_logo { }
#logo{float:left;display:inline-block; top: 1px; }
#logo h1{display:inline-block;margin:0;padding:0;position:relative;z-index:2;}
#logo img{max-width:275px;height:auto; transition:all 0.5s; margin-top: 15px; margin-bottom: 13px;}

.top_logo { padding:6px 0;}
.logo_text {position: relative; float: left; margin-left: 40px; padding-left: 40px;}
.logo_text:before { width: 14px; content: "";position: absolute; left: 0; top: 0; height: 140px; background: url(../images/logo_shu.png) no-repeat center center;}

.logo_text h3 {-webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    background: url(../images/top_textimg.png) repeat;
    -webkit-background-clip: text;
    background-position-y: 90%;
    background-position-X: 10%;
    -webkit-animation: imgPos 5s linear normal infinite paused;
    animation: imgPos 5s linear normal infinite paused;
    display: inline-block;
    overflow: hidden;
   
   margin-top: 40px; font-size: 24px; line-height: 26px; height: 26px; overflow: hidden; font-family: "Kamerik_Bold"; word-break: break-word;text-transform: uppercase;font-style: italic; color: #008051; }
.logo_text h4 {-webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    background: url(../images/top_textimg.png) repeat;
    -webkit-background-clip: text;
    background-position-y: 90%;
    background-position-X: 10%;
    -webkit-animation: imgPos 5s linear normal infinite paused;
    animation: imgPos 5s linear normal infinite paused;
   font-size: 18px; line-height: 26px; height: 26px; overflow: hidden; font-family: "Kamerik_Book"; word-break: break-word;text-transform: capitalize; color: #008051;  }
.top_Right { float: right; width: 325px; margin-top: 10px;}
.top_Right ul { list-style: none;}
.top_Right ul li { margin-bottom: 7px;}
.top_Right ul li span { text-transform: uppercase; font-size: 13px;padding-right: 20px; color: #646464;}
.top_Right ul li a { font-size: 13px; color: #646464;}

.header{background:#1a1a1a;  padding:0px 0;position:relative;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.select{ position:relative; float:left; padding:0px 20px 0px 20px; z-index: 9999999999; float: right;background: rgba(255,255,255,0.1); }
.select ul li{ list-style:none;}
.select dt {height:30px; display:inline-block; line-height:30px; font-size:13px; text-transform:capitalize; cursor:pointer; width:100%; overflow:hidden; position:relative; z-index:99; text-align: right;font-weight: normal;padding-right: 10px; color:#787878;}
.select dt img,.select dd ul li a img{height:auto; display:inline-block; margin-right:6px;vertical-align: middle;}
.select dt:after {content: "";   width: 7px;  height: 5px;  display: inline-block;   margin: 0px 0px 0 0;  position: absolute;    right: 0px;  top: 13px; background: url(../images/fy.png) no-repeat center center;transition: all 0.3s ease 0s;transform: rotate(0deg);    -ms-transform: rotate(0deg);-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg);}
.select dd{position:absolute;right:0px;top:39px;background:#fff;display:none; z-index:99999; box-shadow:0px 0px 10px rgba(0,0,0,0.15);}
.select dd ul{padding:10px 10px 5px 15px;width:140px;/* max-height:304px;overflow:auto; */ text-align: left; }
.select dd ul li{padding:2px 0px;position: relative;width: 100%;}
.select dd ul li a{line-height:24px;display:inline-block;color:#777; font-size:12px;text-transform:capitalize;padding:0 0px 0 34px;position: relative;width: 100%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;transition:all 0.3s ease 0s;opacity: 0;-webkit-transform: translate3d(50px, 0px, 0);transform: translate3d(50px, 0px, 0); }
.select dd ul li a{filter:alpha(opacity:0);opacity:0;}
.select dd ul li img{height: auto;height: auto;position: absolute;left: 0px;top:3px;}
.select dd ul li a:hover{color: #1fa84c;}
.select dd.open ul li a{ opacity: 1;-webkit-transform: translate3d(0px, 0px, 0);transform: translate3d(0px, 0px, 0); }
.select dd.open ul li:nth-child(1)  a{-webkit-transition-delay: 45ms;transition-delay: 45ms; }
.select dd.open ul li:nth-child(2)  a{-webkit-transition-delay: 90ms;transition-delay: 90ms; }
.select dd.open ul li:nth-child(3)  a{-webkit-transition-delay: 135ms;transition-delay: 135ms; }
.select dd.open ul li:nth-child(4)  a{-webkit-transition-delay: 180ms;transition-delay: 180ms; }
.select dd.open ul li:nth-child(5)  a{-webkit-transition-delay: 225ms;transition-delay: 225ms; }
.select dd.open ul li:nth-child(6)  a{-webkit-transition-delay: 270ms;transition-delay: 270ms; }
.select dd.open ul li:nth-child(7)  a{-webkit-transition-delay: 315ms;transition-delay: 315ms; }
.select dd.open ul li:nth-child(8)  a{-webkit-transition-delay: 360ms;transition-delay: 360ms; }
.select dd.open ul li:nth-child(9)  a{-webkit-transition-delay: 405ms;transition-delay: 405ms; }
.select dd.open ul li:nth-child(10) a {-webkit-transition-delay: 450ms;transition-delay: 450ms; }
.select dd.open ul li:nth-child(11) a {-webkit-transition-delay: 470ms;transition-delay: 470ms; }
.select dd.open ul li:nth-child(12) a {-webkit-transition-delay: 480ms;transition-delay: 480ms; }



@media only screen and (max-width: 768px) {
	.Mtop .lxUL { display: none;}
.Mtop .container { padding: 0px 15px 0 0px;}
	.language{float:right;}
	.language li{margin:0 5px;}
	.Mtop .ses li:nth-child(3) { display: none;}
	.M_top .T_sns { display: none;}
}

@media only screen and (max-width:488px ) {
	.language li p { font-size: 12px;}
}

/* Top Search*/
/* Top Search*/
.search_box{width:100%;border-radius: 21px; background:#f5f5f5;margin-top:15px;margin-bottom:1px;max-width:325px; }
.search i{width:40px; height:40px; text-align:center;background:url(../images/top_sea.png) no-repeat center center;display:inline-block;border-radius:50%;}
.top-search { display: block; width:100%;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.top-search h4{font-size:20px; text-align:center; color:#333; margin:20px 0;text-transform:capitalize;display:none;}
.top-search .input-group-addon i {float: right;position:absolute; right:0px; top:0px; width:32px; height:32px; line-height:32px;font-size:22px;}
.top-search .input-group-addon i:hover{color:#3498DB;}
.top-search .form-control {box-shadow:none;background:#f5f5f5;border:none;border-radius:0px;color:#999999;height:42px;line-height:42px;text-align:left;font-size:12px;}
.top-search input.form-control:focus{color:#333;font-style:inherit;}
.top-search input::-ms-input-placeholder{color:#aaaaaa;}/* Internet Explorer 10+ */ 
.top-search input::-webkit-input-placeholder{color:#aaaaaa;}/* WebKit browsers */
.top-search input::-moz-placeholder{color:#aaaaaa;}/* Mozilla Firefox 4 to 18 */ 
.top-search input::-moz-placeholder{color:#aaaaaa;}/* Mozilla Firefox 19+ */ 

.top-search .input-group-addon.close-search {cursor: pointer;}
.top-search .input-group{ width:100%;}
.btn_search1 {background:#eb7b24 url(../images/top_sea.png) no-repeat center center;border-radius:0px;top: 0px;right:0px;height:42px; position: absolute;width:62px;z-index: 3;}
.header_search {position: relative;}
.top-search .input-group-addon{background-color: transparent;border: none;color: #666;padding-left: 0;padding-right: 0;}
.top-search .input-group-addon.close-search{cursor: pointer; float:right;display:none;}
.attr-nav{ float:right;padding-top:18px;display:none;}
.attr-nav ul li{ list-style:none;}

.top-search .input-group { max-width:100%; margin:0 auto; }
.top-search .input-group .form-control {border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;}

.header{background:#008051;border-bottom: 2px solid #eb7b24; padding:0px 0;position:relative;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}

.header .container{position:relative;}


/* Sizes for the bigger menu */
header{width: 100%;position: fixed; padding: 0; z-index: 99999;}
header.large{top:0px;background:#fff; position: relative;}
header.small{left:0;background:#fff;top:0;}

header.small #logo img{max-width:118px;}
header.small  .mainmenu-area { padding-top: 0px;}
header.small .attr-nav { padding-top: 22px;}

@media only screen and (max-width:1500px ) {
	.mainmenu>nav>ul>li>a { padding: 0 30px;}
}
@media only screen and (max-width:1400px ) {
	.mainmenu>nav>ul>li>a { padding: 0 20px;}
	#logo img { max-width: 120px; margin-top: 20px;}
	.logo_text h3 { font-size: 18px; margin-top: 15px;}
	.logo_text h4 { font-size: 14px;}
	.logo_text:before { height: 60px; top: 10px;}
	.top_Right ul li { margin-bottom: 2px;}
	.search_box { margin-top: 5px;}
	.top_Right { margin-top: 0;}
	.top_logo { padding:10px 0;} 
}


@media only screen and (max-width: 1200px) {
	.top_logo .lxUL { margin-right: 30px;}
	.top_logo .lxUL li { padding-left: 0;}
	.mainmenu>nav>ul>li>a { padding: 0 15px;}
}

@media only screen and (max-width: 1100px) {
	.logo_text { display: none;}
	#logo img { max-width: 140px;}
	.mainmenu>nav>ul>li>a { font-size: 14px; padding: 0 12px;}
 }


@media only screen and (max-width: 992px) {
	.head_top,header.small .head_top{border:none;padding:0;}
	.hcon,.share{display:none;}
	.select{background:none;padding:0 0 0 20px;margin:0;}
	.select dd{top:20px;}
	.lxUL { display: none;}
	.header .container{padding:0 0px;}
	.header,header.small .header{padding:0px 0;}
	.header { border-bottom: 0; margin-bottom: 40px;}
	.header .row{margin:0;}
	header{padding:0;position:inherit;}
	header.large{top:0;}
	header.small{border:none;}
	.height{padding-top:0;}
	.top_logo { padding: 0;}
	#logo p{padding-left:15px;font-size:18px;}
	.search_box { float: right;}
	.top_Right { width: 60%;  margin-top: 10px; position: relative; }
	#logo img { margin-top: 10px; position: relative; z-index: 999999;}
	.top_Right ul { display: none;}
	#logo {position:relative;z-index: 999999999;}
}
@media only screen and (max-width:768px ) {
	
	#logo img,header.small #logo img{max-width:120px; margin-top: 10px;}
	.enSearBox { margin-top: 0;}
	.attr-nav { top: -35px;}
}

@media only screen and (max-width: 480px) {
	#logo img,header.small #logo img{max-width:86px;}
	
	#logo p{font-size:12px;padding-left:0;}
	.top-search h4{font-size:16px;}
	.top-search .input-group, header.small .top-search .input-group{padding:25px 15px;}
	.top_logo { padding: 10px 0;}
	    .language li {margin: 0 3px;}
	.language li p { padding-left: 6px;}
	
	.search_box { margin-top: 15;}
	
	.top_logo { padding: 5px 0;}
	.attr-nav{padding-top:0;position:absolute;right:15px;top:-17px;background:#fafafa;z-index:99999;display:inline-block;border-radius:50%;}
	.search_box{position:absolute;left:0;top:30px;width:100%;z-index:99999999;margin:0;max-width:100%;border:none;}
	.top-search .input-group {padding:10px 60px 10px 10px; max-width:750px; margin:0 auto;}
	.top-search,header.small .top-search { display: none; width:100%; position:absolute;top:50px;left:0;z-index:9999999;background:#fafafa;padding-top:0;border-bottom:1px solid #e5e5e5;}
	.top-search h4,.top-search .input-group-addon.close-search{display:block;}
	.search i{height:38px;width:38px;    background:#eb7b24 url(../images/top_sea.png) no-repeat center center;}
	.btn_search1 {background: url(../images/top_sea.png) no-repeat center center;}
	.top-search .form-control{background:#fff;border:1px solid #e5e5e5;}
	
}

@media only screen and (max-width: 480px) {
	.top_Right { position: absolute; width: 100%; left: 0;}
	.top-search, header.small .top-search{top:18px;}
	.attr-nav{padding-top:0px; top: -25px;}
	   
}


/*******bootstrap-touch-slider********/
.slide_content{position:relative;}
/* SVG wrap */
.bs-slider{
    overflow: hidden;
    position: relative;
}
/*.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}*/
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/*************************Slide effect**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top:auto;
    bottom: 0;
    z-index: 100;
    color: #333;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
	right:200px;
	left:auto;
	top:45%;bottom:auto;right:auto;left:auto;border-radius:25%;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
	border:0px solid #e5e5e5;
}
.control-round .carousel-control.left{left:-80px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.control-round .carousel-control.right{right:-80px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slide_content:hover .control-round .carousel-control.left{left:-40px;}
.slide_content:hover .control-round .carousel-control.right{right:-40px;}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    border: 0px transparent;
}
.control-round .carousel-control.left{margin-right:81px;}
.control-round .carousel-control.left:before{font-family:FontAwesome;content:"\f053";}
.control-round .carousel-control.right:before{font-family:FontAwesome;content:"\f054";}

.control-round .carousel-control {
	margin: 0 20px;
	padding: 14px 30px;
	width: 60px;
	height: 60px;
	background:#fff;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
.control-round .carousel-control.right{padding-left:15px;}
.carousel-control .icon-wrap {
	position: absolute;
	width: 32px;
}

.carousel-control.left .icon-wrap {
	left: 15px;
}
.carousel-control.right .icon-wrap {
	right: 15px;
}

.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:16px;
	line-height:62px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color:#333;
}

.carousel-control.left h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-control.right h3 {
	left: 25px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.control-round .carousel-control:hover {
	
	color:#333;
}

.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 50%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
	margin-right:-50px;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 35px;
    height: 7px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-right: 5px;
    z-index: 10;
    cursor:pointer;
	background:#f0f0f0;
	border:none;
	border-radius: 0;
}

.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background-color: #eb7b24;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	border:1px solid #eb7b24;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color:rgba(255,255,255,0.5);
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:23px;
    height: 23px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: left !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top:50%;
    left: 12%;
    margin: auto;
    position: absolute;
    text-align: right;
    max-width: 530px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-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;
	
}
.slide-text h3 { font-size: 36px; line-height: 38px; height: 38px; overflow: hidden; font-family: "Kamerik_Heavy"; word-break: break-word;text-transform: capitalize;}
.slide-text h4 {font-size: 40px; line-height: 53px; color: #4c4b4c; overflow: hidden;font-family: "Kamerik_Book";  word-break: break-word;text-transform: capitalize; margin-top: 20px;}

.slide-text .box {text-align:left;}
.slide-text .box .text {color:#4c4b4c;margin-bottom:10px;display:inline-block;  font-size:18px;line-height:30px; overflow:hidden;max-height:90px; margin-top: 25px;
}
.slide-text .box .main_More {margin-top:34px;  display: block;}
.slide-text .box .main_More a {text-decoration: none; color: #4c4b4c;text-transform:capitalize; font-size: 24px; font-family: "Kamerik_Book"; display: inline-block; padding: 0 30px; line-height: 54px; border: 1px solid #008051; }
.slide-text .box .main_More a:hover {border: 1px solid #eb7b24;}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media only screen and (max-width:1400px ) {
	.slide-text { left: 5%;}
	.slide-text h3 { font-size: 24px;}
	.slide-text h4 { font-size: 20px; line-height: 26px; margin-top: 10px;}
	.slide-text .box .text { font-size: 14px; line-height: 24px; margin-top: 10px;}
	.slide-text .box .main_More { margin-top: 10px;}
	.slide-text .box .main_More a { font-size: 14px; line-height: 40px;}
}


@media (max-width:992px) {
	.slide_content{overflow:hidden;}
	.slide-text{ max-width: 400px;}
	.slide-text h3 { font-size: 18px;}
	.slide-text h4 { font-size: 16px; line-height: 24px; margin-top: 5px;}
	.slide-text .box .text { font-size: 12px; line-height: 24px; margin-top: 10px;}
	.slide-text .box .main_More { margin-top: 10px;}
	.slide-text .box .main_More a { font-size: 12px; line-height: 36px; padding: 0 20px;}
	.slide-text .box .main_More {margin-top:0px; }
	.control-round .carousel-control{top:40%;}
	.control-round .carousel-control.left{left:-40px;}
	.control-round .carousel-control.right{right:-40px;}
}
@media (max-width:768px) {
.slide-text .box .text { display: none;}
.slide-text .box .main_More { margin-top: 10px;}
}
@media (max-width:600px) {
.slide-text .box .main_More { display: none;}
	.indicators-line > .carousel-indicators{margin-bottom:0;width:100%;}
	.control-round .carousel-control{height:54px;padding:10px 30px;top:34%;}
}
@media (max-width:440px) {
	.slide-text{padding:0 20px;}
	.slide-text .box .text {font-size:15px;line-height:30px; overflow:hidden;max-height:60px; }
	.carousel-control{font-size:16px;}
	.control-round .carousel-control{height:48px;padding:10px 20px 10px 30px;}
	.control-round .carousel-control.right{right:-50px;padding:10px 45px 10px 15px;}
	.control-round .carousel-control.left{left:-50px;}
	.indicators-line > .carousel-indicators{display:none;}
}

.proca_bg { overflow: hidden; background: #fcfcfc; padding: 70px 0 40px;}
.proca_bg .left { width: 30%; float: left;}
.proca_bg .left .title {color: #fff;display: block; text-align: center; text-transform: capitalize; background-image: -moz-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%); font-size: 30px; line-height: 70px; width: 100%; font-family: "Kamerik_Bold";}
.proca_bg .left .proca_nav1 { list-style: none; padding: 20px;}
.proca_bg .left .proca_nav1 > li { list-style: none; position: relative; background: #fff; border: 1px solid #e6e6e5; margin-bottom: 8px;}
.proca_bg .left .proca_nav1 > li > a {display: block;font-family: "Kamerik_Book"; font-size: 16px; line-height: 24px; color: #787878; text-transform: capitalize; padding: 13px 10px 13px 30px;}
.proca_bg .left .v_xiala > a {position: relative;}
.proca_bg .left .v_xiala >  span {display: block; float: right;text-align: center; color: #808080;     position: relative; z-index: 5;  right: 0px; top: 0; width: 50px; height: 50px;}
.proca_bg .left .v_xiala >  span:before {content: "\f105"; position: absolute; font-size: 14px; line-height: 50px;   padding-left: 5px;   font-family: 'FontAwesome'; text-align: center;} 
.proca_bg .left .proca_nav2 {padding: 10px 0; -webkit-transition: all .5s ease 0s;transform: scaleY(0);
    transform-origin: 0 0 0; transition: all .5s ease 0s; background: #fff;overflow: hidden; box-shadow: 0 0 10px #ccc; width: 250px; position: absolute; left: 100%; top: 0; opacity: 0; visibility: hidden; z-index: 9999; border-bottom: 2px solid #eb7b24;}
.proca_bg .left .proca_nav2 li {list-style: none;}
.proca_bg .left .proca_nav2 li a {display: block; font-size: 13px; line-height: 24px; padding: 5px 10px 5px 20px;}
.proca_bg .left .proca_nav1 > li:hover .proca_nav2 {opacity: 1; visibility: visible; transform:scaleY(1);}
.proca_bg .left .proca_nav1 a:hover { color: #eb7b24; text-decoration: none;}
.proca_bg .left .proca_nav1 > li:hover > a {color: #eb7b24;}
.proca_bg .left .lianx_box ul {list-style: none; padding:4px 20px 30px; }
.proca_bg .left .lianx_box ul li { list-style: none; padding: 8px 30px; border-bottom: 1px dashed #e6e6e5; }
.proca_bg .left .lianx_box ul li ,.proca_bg .left .lianx_box ul li a { color: #777878; font-size: 16px; line-height: 32px; font-family: "Kamerik_Book";}
.proca_bg .left .lianx_box ul li span { color: #3b3c3c; font-size: 20px; font-style: italic; text-transform: capitalize; line-height: 32px;}
.proca_bg .left .Sub_box .text { font-size: 15px; line-height: 25px; color: #777878; padding: 20px;}
.proca_bg .left .Sub_box .box { padding: 0 20px; position: relative;}
.proca_bg .left .Sub_box .box .input_emaill { width: 100%; line-height: 58px; padding-left: 20px; background: #fff; border: 1px solid #e6e6e6; color: #777878; font-size: 15px;}
.proca_bg .left .Sub_box .box .input_send { position: absolute; right: 30px; top: 0; width: 60px; height: 60px; background: url(../images/send.png) no-repeat center center;}
.proca_bg .right { width: 70%; float: left; padding-left: 50px;}
.proca_bg .right .main_top { float: left;}
.proca_bg .con_u {float: right; color: #fff; text-decoration: none; font-size: 24px; display: inline-block; text-transform: capitalize;padding: 0 30px; line-height: 60px; display: inline-block;  background-image: -moz-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);}
  .proca_bg .right .bottom ul {margin-top: 75px;}
.proca_bg .right .bottom ul li { list-style: none; width: 50%; float: left; overflow: hidden; margin-bottom: 70px;}
.proca_bg .right .bottom ul li:nth-child(2n+1) { padding-right: 15px;}
.proca_bg .right .bottom ul li:nth-child(2n+2) { padding-left: 15px;}
.proca_bg .right .bottom ul li .image { position: relative; overflow: hidden;}
.proca_bg .right .bottom ul li .image { display: block; width: 100%; overflow: hidden;}
.proca_bg .right .bottom ul li .image img {border: 4px solid #fcfcfc;display: block; width: 100%; height: auto; max-width: 100%;transition: all .5s;}
.proca_bg .right .bottom ul li .image .hei {transition: all .5s; position: absolute; left: 4px; top: 4px; right: 4px; bottom: 4px;  background: rgba(0,0,0,0.4); opacity: 0;}
.proca_bg .right .bottom ul li .image .read_more {transition: all .5s; text-decoration: none; display: inline-block; position: absolute; color: #fff; font-size: 18px; line-height: 26px; padding: 12px 30px; background: #eb7b24; text-transform: uppercase; font-family: "Kamerik_Bold"; left:50%; top: 200%; 
 transform: translate(-50%,-50%);-webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%);-ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);   }
.proca_bg .right .bottom ul li .box:hover .image .read_more {top: 50%; }
.proca_bg .right .bottom ul li .box:hover .hei { opacity: 1;}
.proca_bg .right .bottom ul li .main_box { margin-top: 35px;}
.proca_bg .right .bottom ul li .main_box .icon {float: left; transition: all .3s; display: inline-block; width: 70px; height: 70px; background-size:cover ; background-repeat:no-repeat ; background-position:left top; background-color: #f7f7f7;}
.proca_bg .right .bottom ul li .box:hover .main_box .icon {background-position:left -70px;  background-color: #eb7b24;}
.proca_bg .right .bottom ul li .main_box .main {padding-right: 30px; float: left; display: inline-block; width: calc(100% - 70px); padding-left: 25px;}
.proca_bg .right .bottom ul li .main_box .main .title {display: inline-block; color: #333; font-size: 18px; line-height: 20px; height: 20px; overflow: hidden; font-family: "Kamerik_Bold"; word-break: break-word;text-transform: uppercase; margin-bottom: 10px;}
.proca_bg .right .bottom ul li .main_box .main .text { color: #787878; font-size: 14px; line-height: 28px; height: 56px; overflow: hidden; word-break: break-word;}
.proca_bg .right .bottom ul li .box:hover .image img { border: 4px solid #eb7b24;}
.proca_bg .right .bottom ul li .box:hover.image { padding: 4px;}
.proca_bg .right .bottom ul li .box:hover .title { color: #eb7b24; text-decoration: none;}
@media only screen and (max-width: 1400px) {
	.proca_bg .left .proca_nav1 > li > a { padding: 8px 10px 8px 10px; font-size: 14px;}
	.proca_bg .left .lianx_box ul li, .proca_bg .left .lianx_box ul li a { line-height: 24px; font-size: 14px;}
	.proca_bg .left .lianx_box ul li { padding: 6px 10px;}
	.proca_bg .left .title { font-size: 24px; line-height: 60px;}
	.proca_bg .left .lianx_box ul li span { font-size:16px;}
	.proca_bg .right .bottom ul li .main_box .main .title { font-size: 16px;}
}
@media only screen and (max-width:1200px ) {
	.proca_bg .left .lianx_box { display: none;}
	.proca_bg .right .bottom ul li { margin-bottom: 40px;}
	.proca_bg .right .bottom ul { margin-top: 40px;}
	.proca_bg .right .bottom ul li .main_box .main { padding-right: 0; padding-left: 15px;}
	.proca_bg .right .bottom ul li .main_box .main .title { font-size: 14px; margin-bottom: 5px;}
	.proca_bg .right .bottom ul li .main_box .main .text { font-size: 13px; line-height: 24px; height: 48px;}
	.proca_bg .right .bottom ul li .image .read_more { font-size: 12px;}
}

@media only screen and (max-width:992px) {
	.proca_bg .left .proca_nav1 > li > a { padding: 8px 10px 8px 10px; font-size: 14px;}
	.proca_bg .left .lianx_box { display: none;}
	.proca_bg .left .title {position: relative; font-size: 16px; line-height: 24px; padding: 6px 0 6px 10px; text-align: left; }
	.proca_bg .left .title:before { display: block; content: "\f107";font-family: "FontAwesome"; position: absolute;  right: 15px;  cursor: pointer;  font-size: 20px;
    top: 8px; color: #fff;  font-style: normal;}
    .proca_bg .left .proca_toggle { display: none;} 
	.proca_bg .left ,.proca_bg .right { width: 100%;}
	.proca_bg .left .proca_box { margin-bottom: 20px;}
	.proca_bg .left .Sub_box { margin-bottom: 40px;}
	.proca_bg .right { padding-left: 0;}
	.proca_bg .left .proca_nav2 {opacity: 1; visibility: visible; transform:scaleY(1); position: relative; left: 0; width: 100%; display: none; box-shadow: 0 0 0px #ccc; padding: 0; border-bottom:0;}
	.proca_bg .left .v_xiala > span { width: 40px; height: 40px; line-height: 40px;}
	.proca_bg .left .v_xiala > span:before {line-height: 40px; }
	.proca_bg .left .proca_nav2 li { border-bottom: 1px dashed #ddd;}
	.proca_bg .left .proca_nav2 li a { font-size: 12px; padding: 5px 10px 5px 15px;}
	.proca_bg .left .proca_nav1 { padding:10px 0 0;}
	.proca_bg .left .proca_nav2 li:last-child { border-bottom: 0;}
	.proca_bg { padding: 40px 0 10px;}
}

@media only screen and (max-width:768px ) {
	.proca_bg .con_u { font-size: 14px; line-height: 40px;}
	.proca_bg .right .bottom ul { margin-top: 20px;}
	.proca_bg .right .bottom ul li { margin-bottom: 20px;}
	.proca_bg .right .bottom ul li .main_box { margin-top: 20px;}
	.proca_bg .right .bottom ul li .main_box .icon { width: 45px; height: 45px;}
	.proca_bg .right .bottom ul li .box:hover .main_box .icon {background-position:left -45px; }
	.proca_bg .right .bottom ul li .image .read_more { padding: 6px 15px;}
	.proca_bg .right .bottom ul li .main_box .main .title { font-size: 13px;}
	.proca_bg .right .bottom ul li .main_box .main .text { font-size: 12px; line-height: 20px; height: 40px;}
	.proca_bg .right .bottom ul li:nth-child(2n+1) { padding-right: 5px;}
	.proca_bg .right .bottom ul li:nth-child(2n+2) { padding-left: 5px;}
	.proca_bg .right .bottom ul li .main_box .main { padding-left: 5px;}
	.proca_bg .left .Sub_box .box .input_emaill { line-height: 48px;}
	.proca_bg .left .Sub_box .box .input_send { width: 48px; height: 48px; background-size: 25px; right: 20px;}
}

@media only screen and (max-width:540px ) {
	.proca_bg .right .bottom ul li { width: 100%;}
	.proca_bg .right .bottom ul li .main_box .main { padding-left: 15px;}
}


.ab_bg { padding: 120px 0 86px; overflow: hidden; }
.ab_bg  .left { width: 50%; float: left; position: absolute; overflow: hidden; background-size:cover ; background-repeat:no-repeat ; background-position: center center; height: 100%; overflow: hidden;}
.ab_bg  .left > img { width: 100%; height: auto; max-width: 100%;}
.ab_bg  .left .hei { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.67);}
.ab_bg  .left .video {position: absolute; left: 50%; top: 50%;  width: 100px; height: 100px; border-radius: 50%; transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);   -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);} 
.ab_bg  .left .video:before {content: "";position: absolute; z-index: 1; border-radius:50% ; width: 120px; height: 120px; top: -10px; left: -10px; background: rgba(235,123,36,0.4); -webkit-animation: wave-animation1 1s infinite linear; /* Safari 4+ */
-moz-animation:    wave-animation1 1s infinite linear; /* Fx 5+ */
-o-animation:      wave-animation1 1s infinite linear; /* Opera 12+ */
animation:         wave-animation1 1s infinite linear; /* IE 10+ */}
.ab_bg  .left .video img { z-index: 3; position: relative;}


@-webkit-keyframes wave-animation1 {
0%   { transform: scale(1); }
30% { transform: scale(1.2);}
50% { transform: scale(1.5);}
80% { transform: scale(1.2);}
100% { transform: scale(1);}

}
@-moz-keyframes wave-animation1 {
0%   { transform: scale(1); }
30% { transform: scale(1.2);  background: rgba(235,123,36,0.2);}
50% { transform: scale(1.3);  background: rgba(235,123,36,0.1);}
70% { transform: scale(1);  background: rgba(235,123,36,0);}
100% { transform: scale(1);  background: rgba(235,123,36,0.4);}

}
@-o-keyframes wave-animation1 {
0%   { transform: scale(1); }
30% { transform: scale(1.2);  background: rgba(235,123,36,0.2);}
50% { transform: scale(1.3);  background: rgba(235,123,36,0.1);}
70% { transform: scale(1);  background: rgba(235,123,36,0);}
100% { transform: scale(1);  background: rgba(235,123,36,0.4);}
}
@keyframes wave-animation1 {
0%   { transform: scale(1); }
30% { transform: scale(1.2);  background: rgba(235,123,36,0.2);}
50% { transform: scale(1.3);  background: rgba(235,123,36,0.1);}
70% { transform: scale(1);  background: rgba(235,123,36,0);}
100% { transform: scale(1);  background: rgba(235,123,36,0.4);}
}



.ab_bg  .right { width: 50%; position: absolute; height: 100%; left: 50%;  float: left; padding-left: 60px;padding-bottom: 30px; padding-top: 60px; background: #f7f7f7;}
.ab_bg  .ab { position: relative; height: 537px;}
.ab_bg .download { position: absolute; z-index: 6; left: 50%; top: -50px; transform: translate(-50%,0%);-webkit-transform:translate(-50%, 0%);
 -moz-transform:translate(-50%, 0%);-ms-transform: translate(-50%, 0%);  
-o-transform: translate(-50%, 0%);  background: #1f9253; }
.ab_bg .download a {margin: 20px 50px; display: inline-block;text-decoration: none; line-height: 48px;padding: 0 35px; border: 1px solid #fff; font-size: 24px; color: #fff; background: #1f9253; color: #fff;}
.ab_bg .download:hover {background: #eb7b24;}
.ab_bg .download:hover a { background: #eb7b24;}
 
/*******features-tab********/
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: inherit;
    width:40px;
	height:40px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	padding: 0;
    position: absolute;
    right: 5px;
    top: 40%;
	text-indent:-9999px;
	overflow:hidden;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {left:-50px;background:url(../images/prev.png) no-repeat center center;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {right:-50px;background:url(../images/next.png) no-repeat center center;}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}

.tab-scroll{}
.ab_bg .nav-tabs{border:none;margin-left:-280px;float:left;max-width:215px;}
.ab_bg  .nav-tabs > li{width:100%;text-align:center;margin-bottom:0;margin-bottom:15px; }
.ab_bg  .nav-tabs > li > a{text-align: left; border:none;border-radius:0;display:block; background:rgba(255,255,255,0.3) url(../images/ab_dui.png) no-repeat 20px center; padding:16px 8px 16px 70px; margin:0; font-size:16px; position:relative; color:#222222; text-transform:capitalize; font-family: 'poppins-semibold'; margin-right:-5px; -webkit-transition:all var(--transition-time,1200ms);
	-o-transition:all var(--transition-time,1200ms);
	transition:all var(--transition-time,1200ms);}

.ab_bg  .nav-tabs > li > a em{text-transform: uppercase; font-size: 18px; color: #fff;  position:relative;z-index:2;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);	transition:all var(--transition-time,500ms); font-family:"Kamerik_Bold";}
.ab_bg  .nav-tabs > li > a div {margin-top: 5px; font-size: 12px; text-transform: capitalize; color: #fff;}
	
.ab_bg  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background:#eb7b24 url(../images/ab_dui.png) no-repeat 20px center; border:none;color:#fff;}
.ab_bg  .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus{color:#fff;background:#eb7b24 url(../images/ab_dui.png) no-repeat 20px center;}
.ab_bg  .nav-tabs > li.active > a em, .nav-tabs > li > a:hover em, .nav-tabs > li.active > a:focus em{color:#fff;}

.ab_bg  .owl-carousel .owl-wrapper-outer{ }
.ab_bg #about01 .owl-carousel .owl-wrapper, .ab_bg #about01 .owl-carousel  .owl-wrapper, .ab_bg #about01  .owl-carousel  .owl-item{width:100% !important;}

.ab_bg .tab-scroll{ position:relative;}
.ab_bg .tab-scroll:after{ position:absolute; top:-1px; right:-28px; background:#fff; display:block; width:46px; height:100%; content:'';transform: skew(4deg); z-index:-1}
.ab_bg .tab-content{ position:relative}

.ab_bg .tab-content > .active{ position:relative; z-index:99}

.ab_bg .tab-content { max-width: 720px;}
.ab_bg .nav-tabs { margin-top: 60px;}
.ab_bg #about02{padding:60px 20px;}
.ab_bg #about03{padding:80px 10px;}
.ab_bg .single-product>div{text-align:center;padding:0 10px;}
.ab_bg .single-product>div img{max-width:100%;height:auto;}
.ab_bg .single-product>div .image img { width: 100%;}

.ab_bg .single-product>div a.title{display:block;color:#333;font-size:14px;line-height:24px;text-transform:capitalize;margin-top:15px;font-family: 'Kamerik_Bold';}
.ab_bg .single-product>div a.title:hover{color:#f58b58; text-decoration: none;}
.ab_bg #about02 .single-product>div .text{font-size:12px;color:#808080;line-height:22px;margin-top:10px;}
.ab_bg .single-product>div .share{list-style:none;margin-top:20px;}
.ab_bg .single-product>div .share li{display:inline-block;margin-right:20px;}
.ab_bg .single-product>div .share li i{font-size:20px;color:#0fa1c1;}
.ab_bg .single-product>div .share li a:hover i{color:#11c68c;}
.ab_bg #about03 .title {display: inline-block; margin-top: 20px; font-size: 14px; font-family: "Kamerik_Bold"; text-transform: capitalize;}  
.ab_bg .single-product .mabout_main{padding:26px 50px;text-align:left;}
.ab_bg .mabout_main .top{font-size:16px;line-height:24px;display:block;font-family: 'Kamerik_Bold'; color:#8dc63f; text-transform:uppercase; margin-top:22px}
.ab_bg .mabout_main .main_top .text { color: #008051;}
.ab_bg .mabout_main .main_top .title { color: #333 !important;}
.ab_bg .mabout_main .p{margin-top:18px;font-size:12px;line-height:25px; margin-top: 25px; color:#7c7c7c;overflow:hidden;max-height:125px;}
.ab_bg .numbers {  margin-top: 20px; width: 100%;}
.ab_bg .numbers .numbers_one { width: 32%; display: inline-block; text-align: left;}
.ab_bg .numbers .numbers_one .image  {transition: all .5s;  display: inline-block; text-align: center; width: 70px; height: 70px; border-radius: 50%; background: #fff; box-shadow: 0px 2px 3px 0px rgba(181, 181, 181, 0.52); position: relative; margin-bottom: 15px;}
.ab_bg .numbers .numbers_one .image img { position: absolute; left: 50%; top: 50%; 
transform: translate(-50%,-50%);
-ms-transform:translate(-50%,-50%); 	/* IE 9 */
-moz-transform:translate(-50%,-50%); 	/* Firefox */
-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%); 	/* Opera */
} 


.ab_bg .numbers .numbers_one .numbers_num { display: inline-block; font-family: "Kamerik_Bold"; color: #eb7b24; line-height: 38px; font-size: 36px;}
.ab_bg .numbers .numbers_one .numbers_add {margin-left: -3px; font-family: "Kamerik_Bold";line-height: 38px; color: #eb7b24; display: inline-block; font-size: 36px;}
.ab_bg .numbers .number_desc {margin-top: 10px; color: #333; font-size: 14px; line-height: 16px; height: 16px; overflow: hidden; text-transform: capitalize;}
.ab_bg .numbers .numbers_one:hover .image  {transform: rotateY(180deg);}

.ab_bg .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-25px;}
.ab_bg .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next{right:-25px;}

.in_video{ position:absolute; bottom:54px; left:42px; z-index:999}
.in_video a{ display:block; color:#ffffff; font-size:16px; letter-spacing:0.5px; text-transform:uppercase}
.in_video a i{ display:inline-block; width:52px; height:52px; line-height:52px; text-align:center; font-size:28px; color:#ffffff; background:#8dc63f; border-radius:50%; margin-right:13px;    vertical-align: middle;}

@media only screen and (max-width:1400px ) {
	.ab_bg .right { padding-left: 30px;}
	.ab_bg .nav-tabs { margin-left: -250px;}
}


@media only screen and (max-width: 1320px) {
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
}
@media only screen and (max-width: 1199px) {
	.ab_bg .single-product .mabout_main{    padding: 26px 0px 26px 20px;}
	}




@media only screen and (max-width: 992px) {
	.ab_bg { padding: 40px 0;}
	.ab_bg .indicator-style.owl-theme .owl-controls .owl-buttons div{top:40%;}
	.ab_bg .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-20px;}
	.ab_bg .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next{right:-20px;}
	.ab_bg .single-product .mabout_main{padding:20px 20px 30px;}
	.ab_bg .nav-tabs { left: 0;  max-width: 100%; margin-top: 20px;}
	.ab_bg .nav-tabs > li { width: auto; float: none; display: inline-block; text-align: center; margin-right: 20px; }
	.ab_bg .tab-content {max-width: 100%; margin-top: 60px; width: 100%; padding-right: 0;}
	.ab_bg .nav-tabs > li > a { background: #008051; padding-left: 10px; text-align: center; padding:11px 30px;} 
	.ab_bg .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus { background: #eb7b24;}
	.ab_bg .nav-tabs > li > a div { display: none;}
	.ab_bg .nav-tabs > li > a em { font-size: 14px;}
	.ab_bg .download a { margin: 8px 15px; padding: 0px 10px; font-size: 16px; line-height: 36px;}
	.ab_bg .right {width: 100%; padding:40px 15px 0; left: 0; position: relative; height: auto;}
	.ab_bg .download { top: -30px;}
	.ab_bg .ab { height: auto;}
	.ab_bg #about02, .ab_bg #about03 { padding: 40px 0;}
	 .ab_bg .left { display: none;}
	.ab_bg #about02 .single-product > div { padding: 0 20px;}
	 .ab_bg .nav-tabs  { margin-left: 0px; width: 100%; text-align: center;}
	 .ab_bg #about02 { padding: 40px 40px;}
	 .ab_bg .numbers .number_desc { font-size: 12px;}
}

@media only screen and (max-width: 510px) {
	.ab_bg .nav-tabs > li{margin:0 2px 10px;}
	.ab_bg .nav-tabs > li > a{padding:10px 14px;}
	.ab_bg .mabout_right>em{font-size:20px;line-height:28px;}
	.ab_bg .single-product>div{text-align:center;}
	.ab_bg .single-product>div{padding:0 20px;}
	.ab_bg .single-product .mabout_main,.ab_bg #about02, .ab_bg #about03{padding:30px 0;}

	.ab_bg .mabout_main .more{ margin-top:20px;}
	.ab_bg .indicator-style.owl-theme .owl-controls .owl-buttons div{top:40%;}
	
	.ab_bg .numbers .numbers_one .numbers_num , .ab_bg .numbers .numbers_one .numbers_add{ font-size: 24px;}
	.ab_bg .download a { font-size: 12px; margin: 5px;}
}


@media only screen and (max-width:460px ) {
	.ab_bg .numbers .numbers_one { width: 48%; margin-bottom: 20px;}
	.ab_bg .download { display: none;}
	.ab_bg .right { padding: 20px 15px 0;}
}


.peoje_bg {overflow: hidden;}
.peoje_bg ul { list-style: none; margin: 0 -80px;}
.peoje_bg ul li,.peoje_bg ul .bt  {list-style: none; width: 33.3333%; float: left; padding: 0 80px; margin-bottom: 60px;}
.peoje_bg ul .bt  .p { color: #7C7C7C; font-size: 14px; line-height: 25px; height: 175px; overflow: hidden; margin: 30px 0 50px;}
.peoje_bg ul .bt .proje {display: inline-block; text-transform: uppercase; font-family: "Kamerik_Bold"; font-size: 16px; line-height: 48px; padding: 0 30px; background: #008051; color: #fff; text-decoration: none;}
.peoje_bg ul .bt .proje:hover {background: #eb7b24; }
.peoje_bg ul li .image { width: 100%; overflow: hidden;}
.peoje_bg ul li .image img { max-width: 100%; height: auto; width: 100%;}
.peoje_bg ul li .main {}
.peoje_bg ul li .main .title {margin: 30px 0 20px; display: inline-block; font-size: 18px; line-height: 20px; height:20px; overflow: hidden; font-family: "Kamerik_Bold"; word-break: break-word;text-transform: capitalize;}
.peoje_bg ul li .main .text { font-size: 14px; line-height: 25px; height: 50px; overflow: hidden; color: #787878; word-break: break-word;}
.peoje_bg ul li .main .proje_read {padding-right: 14px; margin-top: 20px; display: inline-block; font-size: 14px; line-height: 18px; text-transform: uppercase; color: #4c4c4c; text-decoration: none; position: relative;}
.peoje_bg ul li .main .proje_read:after {transition: all .1s; content: "\f105";   font-size: 18px; line-height: 18px;  padding-left: 5px;  font-family: 'FontAwesome';   text-align: center; position: absolute; right: 4px; top: 0;}
.peoje_bg ul li .main .proje_read:before {content: ""; position: absolute; bottom: 0; left: 0; width: 90%; height: 1px; background: rgba(51,51,51,0.7);}

.peoje_bg ul li .main .proje_read:hover { color: #eb7b24; }
.peoje_bg ul li .main .proje_read:hover:before  {background:#eb7b24; }
.peoje_bg ul li .main .proje_read:hover:after {right: 0px;} 
.peoje_bg ul li .box:hover .main .title { color: #eb7b24; text-decoration: none;}




@media only screen and (max-width:1450px ) {
	.peoje_bg ul li, .peoje_bg ul .bt { padding: 0 50px;}
	.peoje_bg ul { margin: 0 -50px;}
	.peoje_bg .main_top .main .title { font-size: 24px;}
	.peoje_bg ul .bt .p { font-size: 13px; line-height: 22px; height: 154px; margin: 20px 0 30px;}
	
}

@media only screen and (max-width:1150px ) {
	.peoje_bg ul li, .peoje_bg ul .bt { padding: 0 30px;}
	.peoje_bg ul { margin: 0 -30px;}
	.peoje_bg ul li .main .title { font-size: 14px; margin: 15px 0;}
	.peoje_bg ul li .main .text { font-size: 13px;}
	.peoje_bg ul li .main .proje_read { font-size: 13px;}
	.peoje_bg ul li, .peoje_bg ul .bt { margin-bottom: 40px;}
	
}

@media only screen and (max-width:992px ) {
	.peoje_bg ul li, .peoje_bg ul .bt {width: 50%; padding: 0 30px;}
}

@media only screen and (max-width:768px ) {
	.peoje_bg ul li, .peoje_bg ul .bt { padding: 0 15px;}
	.peoje_bg ul { margin: 0 -15px;}
	.peoje_bg ul li .main .title { margin: 15px 0 10px;}
	.peoje_bg ul li .main .proje_read { margin-top: 10px;}
	.peoje_bg ul li .main .text { line-height: 22px; height: 44px;}
	.peoje_bg .main_top .main .title { font-size: 18px;}
	.peoje_bg ul .bt .proje { font-size: 12px; line-height: 36px; padding: 0 20px; }
	.peoje_bg ul .bt .p { margin: 10px 0 20px;}
} 


@media only screen and (max-width: 580px) {
	.peoje_bg ul li, .peoje_bg ul .bt { padding: 0 10px;}
	.peoje_bg ul { margin: 0 -10px;}
	.peoje_bg ul .bt .p { height: 66px;}
}

@media only screen and (max-width: 488px) {
	.peoje_bg ul .bt .p { height: 44px; font-size: 12px; }
	.peoje_bg .main_top .main .title { font-size: 14px;}
}
@media only screen and (max-width: 380px) {
	.peoje_bg ul .bt .p { display: none;} 
	.peoje_bg ul .bt .proje { padding: 0 15px;}
}



/*******Slider********/
/* 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-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 { 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;  list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999; left:0; margin-top:34px;}
.slick-dots li { position: relative; display: inline-block; height: 5px; width:52px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 5px; width:52px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background:#eeeeee;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button{background:#0db26d;}

/* 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: -35px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999;display:none !important;}
.slick-dots li { position: relative; display: inline-block; height: 10px; width: 10px;border-radius:50%; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 10px; width: 10px;border-radius:50%; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; border:1px solid #b2b2b2;padding:0;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button{border:1px solid #eb5515;background:transparent;}

.slick-prev{width:15px;height:29px; background: url(../images/prev.png) no-repeat center center; position:absolute; left:-30px; top:50%; vertical-align: middle;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slick-next{width:15px;height:29px;position:absolute; background: url(../images/next.png) no-repeat center center; right:-30px; top:50%; vertical-align: middle;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; -webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slick-next:hover,.slick-prev:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

.slick-slide  .image { max-width: 100; overflow: hidden;}
.slick-slide  .image img { max-width: 100%; height: auto;}


@media only screen and (max-width: 1280px) {
	.slick-prev{left:-10px;}
	.slick-next{right:-10px;}
}
@media only screen and (max-width: 768px) {
	.slick-prev{left:-15px;}
	.slick-next{right:-15px;}
}
@media only screen and (max-width: 480px) {
	.slick-prev{left:-5px;}
	.slick-next{right:-5px;}
	
	
}
@media only screen and (max-width: 420px) {
	.slick-slide .li { margin: 0 20px; }

}


.say_bg { padding: 60px 0 90px; margin-top: 13px; overflow: hidden; background: #fcfcfc;}
.say_bg .slider .li {  width: 100%;padding-bottom: 20px; }
.say_bg .slider .li .box {margin:0 20px;}
.say_bg .li .text_box {background: #f7f7f7; border-top-left-radius: 8px; border-top-right-radius: 8px; padding: 30px 40px 80px 60px; position: relative; z-index: 1;}
.say_bg .li .text_box:before { content: ""; position: absolute; left: 30px; top: 25px; width: 27px; height: 24px; background: url(../images/yinhao.png) no-repeat center center;}
.say_bg .li .text_box .text { font-size: 15px; line-height: 25px; color: #4c4c4c; height: 75px; overflow: hidden;}
.say_bg .li .main { background: #fff;  text-align: center;  box-shadow: 0px 2px 9px 0px rgba(181, 181, 181, 0.05); }
.say_bg .li .main .main_b {margin-top: -50px; position: relative; z-index: 2; }
.say_bg .li .main  .image {width: 100px; height: 100px; margin: 0 auto; border-radius: 50%; overflow: hidden;}
.say_bg .li .main  .image  img { max-width: 100%; width: 100%; height: auto;}
.say_bg .li .main .main_R {padding-top: 30px; padding-bottom: 25px;}
.say_bg .li .main .main_R .title {display: inline-block; font-size: 18px; line-height: 23px; height: 23px; overflow: hidden; font-family: "Kamerik_Heavy"; word-break: break-word; color: #333; text-transform: uppercase;}
.say_bg .li .main .main_R .p {font-size: 16px; line-height: 18px; height: 18px; overflow: hidden; color: #787878; word-break: break-word; margin-top:12px ; text-transform: capitalize; }
.say_bg .bottom { margin: 40px -20px 0;}
.say_bg .slick-prev , .say_bg .slick-next { display: none !important;}
.say_bg .slick-prev { left: -45px;}
.say_bg .slick-next { right: -45px;}
.say_bg .slick-prev:hover,.say_bg .slick-prev:active { background: url(../images/prev_a.png) no-repeat center center; background-size: 100%;}
.say_bg .slick-next:hover,.say_bg .slick-next:active { background: url(../images/next_a.png) no-repeat center center; background-size: 100%;}
.say_bg .slick-dots { display: block !important;    bottom: -35px;}
.say_bg .slick-dots li {width: 31px; border-radius: 0; height: 7px; margin: 0 5px;}
.say_bg .slick-dots li button { background: #cccccc; width: 31px; border-radius: 0; height: 7px; border: 0px solid #cccccc; background: #ececec;}
.say_bg .slick-dots li.slick-active button { background: #eb7b24; border: 0px solid #eb7b24;}
.say_bg .slider .li .box:hover .main_R .title { color: #eb7b24; text-decoration: none;}


@media only screen and (max-width:1100px ) {
	.say_bg .slick-prev , .say_bg .slick-next {width: 20px; }
	.say_bg .slick-prev { left: -10px; } 
.say_bg .slick-next { right: -10px;}
}
@media only screen and (max-width:768px ) {
	.say_bg { padding: 40px 0 60px;}
	.say_bg .bottom { margin: 30px 0px 0;}
	
	.say_bg .li .text_box {padding: 20px 10px 80px 40px;}
	.say_bg .li .text_box:before { content: ""; position: absolute; left: 10px; top: 15px;}
	.say_bg .li .main .main_R .title { font-size: 14px; line-height: 16px; height: 16px;}
	.say_bg .li .main .main_R { padding-top:10px ;}
	.say_bg .li .main .main_R .p { font-size: 14px; line-height: 16px; height: 16px;}
	.say_bg .slick-dots { bottom: -20px;}
}

.news_bg {overflow: hidden;  padding: 70px 0 40px; }
.news_bg .bottom { margin-top: 50px;}
.news_bg .main_L { width:50%;  float: left;}
.news_bg .main_L .image_box {}
.news_bg .main_L .image_box .image {display: inline-block;width: 100%; overflow: hidden;}
.news_bg .main_L .image_box .image img { width: 100%;max-width: 100%; height: auto; transition:all .3s;
-ms-transition:all .3s; 	/* IE 9 */
-moz-transition:all .3s; 	/* Firefox */
-webkit-transition:all .3s; /* Safari 和 Chrome */
-o-transition:all .3s; 	/* Opera */}
.news_bg .main_L .Mtime { margin-bottom: 16px;}
.news_bg .main_L .Mtime .riqi {margin-top: 12px; text-transform: capitalize; display: inline-block; font-size: 12px; color: #eb7b24; line-height: 12px; margin-bottom: 4px; margin-left: 5px; }

.news_bg .main_L .text_box { margin-top: 15px;  }
.news_bg .main_L .text_box .title {color: #333333; display: inline-block; font-size: 24px; font-family: "Kamerik_Bold"; line-height: 26px; height: 26px; overflow: hidden; text-transform: capitalize;}
.news_bg .main_L:hover .text_box .title { color: #eb7b24; text-decoration: none;}
.news_bg .main_L .text_box .text { font-size: 14px; line-height: 25px; height: 75px; overflow: hidden; color: #787878; margin-top: 20px; }

.news_bg .main_L:hover .image img { transform: scale(1.05);}
.news_bg .main_R { width: 50%; padding-left: 80px; float: left;}
.news_bg .main_R ul li { list-style: none; margin-bottom: 30px;}
.news_bg .main_R .image_box { position: relative; width: 47%; float: left;}
.news_bg .main_R .image_box .image {display: inline-block;width: 100%; overflow: hidden;}
.news_bg .main_R .image_box .image img { width: 100%; max-width: 100%; height: auto; transition:all .3s;
-ms-transition:all .3s; 	/* IE 9 */
-moz-transition:all .3s; 	/* Firefox */
-webkit-transition:all .3s; /* Safari 和 Chrome */
-o-transition:all .3s; 	/* Opera */}
.news_bg .main_R .Mtime { margin-top: 10px;}
.news_bg .main_R .Mtime .riqi { display: inline-block; font-size: 12px; color: #eb7b24; line-height: 12px; margin-bottom: 4px;  }

.news_bg .main_R .text_box { float: left; width: 53%; padding: 0px 0 0  20px;}
.news_bg .main_R .text_box .title {letter-spacing: -1px; margin-top: 5px; color: #333333; display: inline-block; font-size: 16px; font-family: "Kamerik_Bold"; line-height: 26px; max-height: 52px; overflow: hidden; text-transform: capitalize; }
.news_bg .main_R ul li:hover .text_box .title {color: #eb7b24; text-decoration: none;}
.news_bg .main_R .text_box .text {font-size: 14px; line-height: 25px; max-height: 75px; overflow: hidden; color: #999999; margin-top: 16px;}

.news_bg .main_R ul li:hover .image img { transform: scale(1.05);}


@media only screen and (max-width:1400px ) {
.news_bg .main_L .text_box .title { font-size: 16px; line-height: 18px; height: 18px;}
.news_bg .main_L .text_box .text { margin-top: 10px; font-size: 12px;}
.news_bg .main_R .text_box .title { font-size: 14px;}
.news_bg .main_R .text_box .text { font-size: 12px; line-height: 24px; max-height: 48px; margin-top: 10px;}
.news_bg .main_R .Mtime { margin-top: 5px;}
.news_bg .main_R { padding-left: 40px;}

}

@media only screen and (max-width:1200px ) {


	.news_bg .main_R .text_box .text {margin-top: 0px; font-size: 13px;}
	.news_bg .main_R .view_m {   margin-top: 10px;}
}

@media only screen and (max-width:992px ) {
	.news_bg { padding: 40px 0;}
	.news_bg .bottom { margin-top: 30px;}
	.news_bg .main_L { width: 50%; padding-left: 15px;}
	.news_bg .main_R { width: 50%;}
	.news_bg .main_R .text_box .text {margin-top: 0px;}
}
@media only screen and (max-width:768px ) {
	.news_bg { padding: 30px 0 10px;}
	.news_bg .main_R .text_box {padding: 0px 0px 0px 20px;}
	.news_bg .main_R .text_box .text {margin-top: 10px;}
	.news_bg .main_L { width: 100%; margin-bottom: 20px;  padding-left: 0px;}
	.news_bg .main_L .image_box,.news_bg .main_R .image_box { width: 30%; float: left;}
	.news_bg .main_L .text_box { padding-left: 20px; width: 70%; float: left;  margin-top: 0;}
	.news_bg .main_R .text_box { width: 70%; }
	.news_bg .main_R { width: 100%;    margin-left: 0px; padding-left: 0;}
	.news_bg:before { display: none;}
	.news_bg:after { display: none;} 
	.news_bg .main_L .text_box .title { font-size: 13px;}
	.news_bg .main_R .text_box .title { font-size: 13px; line-height: 15px; height: 15px; margin-top: 0;}
	.news_bg .main_L .text_box .text { height: 50px; }
	.news_bg .main_L .Mtime { margin-bottom: 10px;}
}

@media only screen and (max-width:600px ) {
	.news_bg .main_L .text_box .text,.news_bg .main_R .text_box .text { margin-top: 2px;}
	.news_bg .main_L .Mtime { margin-bottom: 2px;}
}

.lj_bg  {padding: 60px 0; overflow: hidden; background-image: -moz-linear-gradient( 0deg, rgb(41,141,83) 0%, rgb(19,110,62) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(41,141,83) 0%, rgb(19,110,62) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(41,141,83) 0%, rgb(19,110,62) 100%);}
.lj_bg .left { width: 60%; float: left;}
.lj_bg h3 { font-size: 24px; color: #fff; text-transform: uppercase; font-family: "Kamerik_Bold";}
.lj_bg h4 { font-size: 18px; color: #fff; line-height: 30px; margin-top: 20px; }
.lj_bg .lj_con {margin-top: 20px; text-decoration: none; float: right; font-size: 18px; line-height: 26px; padding: 13px 45px; background: #fff;  display: inline-block; color: #008051; font-family: "Kamerik_Bold";  box-shadow: 0px 10px 9px 1px rgba(115, 117, 118, 0.21);} 
.lj_bg .lj_con:hover {color: #eb7b24;}
@media only screen and (max-width:1200px ) {
	.lj_bg h3  { font-size: 16px;}
	.lj_bg h4  { font-size: 14px; line-height: 24px;}
	.lj_bg .lj_con { font-size: 14px;}
}

@media only screen and (max-width:992px ) {
	.lj_bg  { text-align: center; padding: 40px;}
	.lj_bg .left { float: none; width: 100%; text-align: center;}
	.lj_bg .lj_con { float: none; text-align: center; }
}


.team_bg { overflow: hidden; padding: 70px 0 40px; background: #fff;}
.team_bg .teamUL1 {margin-top: 50px; }
.team_bg .teamUL1 > li {list-style: none; width: 50%; float: left; overflow: hidden; margin-bottom: 30px;}
.team_bg .teamUL1 > li:nth-child(2n+1) { padding-right: 40px;}
.team_bg .teamUL1 > li:nth-child(2n+2) { padding-left: 40px;}
.team_bg .teamUL1 > li .image {position: relative; width: 200px; height: 200px; float: left; border-top-left-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; overflow: hidden;}
.team_bg .teamUL1 > li .image .hei {transition: all .5s ease-in-out; opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(235,123,36,0.7);}

.team_bg .teamUL1 > li .image > a > img { max-width: 100%; width: 100%; height: auto;}
.team_bg .teamUL1 > li .image ul {transition: all .5s ease-in-out;  list-style: none; position: absolute; text-align: center; top: 200%; left: 0; width: 100%;transform: translate(0%,-50%);-webkit-transform:translate(0%, -50%);
 -moz-transform:translate(0%, -50%);-ms-transform: translate(0%, -50%);  
-o-transform: translate(0%, -50%);   
}
.team_bg .teamUL1 > li:hover .image .hei { opacity: 1;}
.team_bg .teamUL1 > li:hover .image ul { top: 50%;}


.team_bg .teamUL1 > li .image ul li {transition: all .5s; list-style: none;display: inline-block; width: 45px; height: 45px; border: 2px solid #fff; margin-right: 10px;}
.team_bg .teamUL1 > li .image ul li a {transition: all .5s; display: block; width: 100%; height: 100%; background-position:left top;  background-repeat:no-repeat ; background-size:cover ;}
.team_bg .teamUL1 > li .main { padding-left: 220px; }
.team_bg .teamUL1 > li .image ul li:hover { background: #fff; }
.team_bg .teamUL1 > li  ul li:hover a { background-position: left -41px;}
.team_bg .teamUL1 > li .main .zw {transition: all .5s; display: inline-block; font-size: 14px; font-family: "Kamerik_Bold"; color: #fff; text-transform: capitalize; line-height: 26px; height: 26px; overflow: hidden; background: #009944; padding: 0 10px;} 
.team_bg .teamUL1 > li .main  .xm {margin-top: 10px; display:block; font-size: 20px; font-family: "Kamerik_Bold"; color: #333; text-transform: uppercase; line-height: 22px; text-decoration: none;}
.team_bg .teamUL1 > li .main .text {margin-top: 10px; font-size: 14px; color: #787878; line-height: 16px; height: 16px; overflow: hidden;}
.team_bg .teamUL1 > li .main .line { width: 60px; height: 2px; background: rgba(165,165,165,0.5); margin: 20px 0 17px;}
.team_bg .teamUL1 > li .main ul { list-style: none;}
.team_bg .teamUL1 > li .main ul li { list-style: none; color: #009944; font-size: 14px; line-height: 25px; }
.team_bg .teamUL1 > li .main ul li a {color: #787878; font-size: 14px; line-height: 25px; }
.team_bg .teamUL1 > li:hover .main ul li a  { color: #eb7b24;}
.team_bg .teamUL1 > li:hover  .main .zw { background: #eb7b24;}
.team_bg .teamUL1 > li:hover .line {background: #eb7b24;}
.team_bg .teamUL1 > li:hover .main .xm { color: #009944;}
@media only screen and (max-width:992px ) {
	.team_bg { padding: 40px 0 10px; }
	.team_bg .teamUL1 { margin-top: 30px;}
	.team_bg .teamUL1 > li:nth-child(2n+1) { padding-right: 20px;}
.team_bg .teamUL1 > li:nth-child(2n+2) { padding-left: 20px;}
.team_bg .teamUL1 > li .image { width: 100px; height: 100px;}
.team_bg .teamUL1 > li .main { padding-left: 120px;}
.team_bg .teamUL1 > li .main .xm { font-size: 16px; margin-top: 5px;}
.team_bg .teamUL1 > li .main .text { font-size: 12px; margin-top: 0;}
.team_bg .teamUL1 > li .main .line { margin: 10px 0;}
.team_bg .teamUL1 > li .main ul li { font-size: 12px; line-height: 20px;}
.team_bg .teamUL1 > li .main ul li a { font-size: 12px; line-height: 20px;}
.team_bg .teamUL1 > li .main .zw { font-size: 12px;}
.team_bg .teamUL1 > li .image ul { display: none;}
}

@media only screen and (max-width:768px ) {
	.team_bg .teamUL1 > li .main .text { display: none;}
	.team_bg .teamUL1 > li .main .xm { font-size: 14px;}
	.team_bg .teamUL1 > li .image { width: 60px; height: 60px;}
	.team_bg .teamUL1 > li .main { padding-left: 80px;}
}

@media only screen and (max-width:500px ) {
	.team_bg .teamUL1 > li { width: 100%;}
	.team_bg .teamUL1 > li:nth-child(2n+1) { padding-right: 0;}
	.team_bg .teamUL1 > li:nth-child(2n+2) { padding-left: 0;}
	.team_bg .teamUL1 > li .image { width: 30%; height: auto; float: left;}
	.team_bg .teamUL1 > li .main { width: 70%; float: left; padding-left: 20px;}
	
	
}



#counterBgdx{opacity:0.2;position:absolute;top:0px;left:0px;width:100%;height:100%;}
.video_bg{padding:70px 0 30px;background:url(../images/video_bg.jpg) no-repeat center center;background-size:cover;position:relative;}
.video_bg .top {  position: relative; z-index: 2;}
.video_bg .main_top { float: left;}
.video_bg .main_top .text,.video_bg .main_top .title {color: #fff;}
.video_bg .top .video_more {transition: all .2s; text-decoration: none; float: right; color: #fff; font-size: 32px; line-height: 60px; padding: 0 30px; display: inline-block; background-image: -moz-linear-gradient( 0deg, rgb(18,117,66) 0%, rgb(34,153,88) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(18,117,66) 0%, rgb(34,153,88) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(18,117,66) 0%, rgb(34,153,88) 100%);}
.video_bg .top .video_more:hover {background-image: -moz-linear-gradient( 0deg, #eb7b24 0%,  #eb7b24 100%);
  background-image: -webkit-linear-gradient( 0deg,  #eb7b24 0%,  #eb7b24 100%);
  background-image: -ms-linear-gradient( 0deg,  #eb7b24 0%,  #eb7b24 100%);}
.video_bg  .bottom {position: relative; z-index: 2; margin-top: 50px; }
 
.video_bg .left { width: 50%; padding-right: 30px; float: left; }
.video_bg .left .image > a > img { width: 100%; max-width: 100%; height: auto;}
.video_bg .left .image { position: relative;}
.video_bg .left .image .icon {width:100px; height: 100px; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);
 -moz-transform:translate(-50%, -50%);-ms-transform: translate(-50%, -50%);  
-o-transform: translate(-50%, -50%);   }
.video_bg .left .image .icon a {position: relative; z-index: 3; }
.video_bg .left .image .icon a img { max-width: 100%; height: auto;}
.video_bg .left .image .icon:before { content: "";position: absolute; border-radius: 100%; z-index: 1; width:120px; height: 120px; left: -10px; top: -10px; background: rgba(235,123,36,0.4); transition: all .3s;}
.video_bg .left .image .icon:hover:before { transform: scale(1.1);}
.video_bg .right { width: 50%; float: left; padding-left: 30px;}
.video_bg .right li { list-style: none; width: 50%; float: left; margin-bottom: 40px;}
.video_bg .right li:nth-child(2n+1) { padding-right: 20px;}
.video_bg .right li:nth-child(2n+2) { padding-left: 20px;}
.video_bg .right .image { position: relative; overflow: hidden;}
.video_bg .right li .image > a > img {width: 100%; max-width: 100%; height: auto; }
.video_bg .right .image .icon {width:60px; height: 60px; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);
 -moz-transform:translate(-50%, -50%);-ms-transform: translate(-50%, -50%);  
-o-transform: translate(-50%, -50%); }
.video_bg .right .image .icon a {position: relative; z-index: 3; }
.video_bg .right .image .icon a img { max-width: 100%; height: auto;}
.video_bg .right .image .icon:before { content: "";position: absolute; border-radius: 100%; z-index: 1; width:80px; height: 80px; left: -10px; top: -10px; background: rgba(235,123,36,0.4); transition: all .3s;}
.video_bg .right .image .icon:hover:before { transform: scale(1.05);}

@media only screen and (max-width:992px ) {
	.video_bg{padding:40px 0 0px;}
	.video_bg .left { display: none;}
	.video_bg .right { width: 100%;}
	.video_bg .top .video_more { font-size: 14px; line-height: 36px;}
}
@media only screen and (max-width:768px ) {
	.video_bg .right .image .icon { width: 40px; height: 40px;}
	.video_bg .right li:nth-child(2n+1) { padding-right: 10px;}
.video_bg .right li:nth-child(2n+2) { padding-left: 10px;}
	.video_bg .right .image .icon:before { width: 60px; height: 60px;}
}





/*footer*/

.footer{padding-top:54px; overflow: hidden; }
.footer .fot_title{display:block;margin-bottom:26px;padding-top: 12px; text-transform:uppercase;position:relative;}
.footer .fot_title em{font-size:23px;line-height: 20px; font-family:"Kamerik_Bold";display:block;position:relative;z-index:5;color:#333;text-transform:uppercase;padding-bottom:5px;}

.footer ul{list-style:none;}
.icon-minus-sign:before {content:"-";font-family:'FontAwesome';}
.icon-plus-sign:before {content: "+";font-family:'FontAwesome';}
.fot_title .column_icon_toggle {display: none;}

.fot_con{padding-right:0px;float:left;width:28%;}
.fot_con .text { color: #333;font-size:16px;line-height:30px; margin-bottom: 24px;}
.fot_con ul li{margin-bottom:11px;color:#333;font-size:16px;line-height:30px;padding-left:45px;}
.fot_con ul li a{color:#333;font-size:16px;line-height:30px;}
.fot_con ul li a:hover{color:#eb7b24;}
.fot_con ul li.fc_a{ padding-left: 0;}
.fot_con ul li.fc_p1{background:url(../images/fot_p1.png) no-repeat 0px center;}
.fot_con ul li.fc_e{background:url(../images/fot_e.png) no-repeat 0px center;}
.fot_con ul li.fc_p2{background:url(../images/fot_p2.png) no-repeat 0px center;}



.fot_nav{float:left;width:19%;padding-right:80px;}
.fot_nav li{margin-bottom:11px;}

.fot_nav li a{color:#333;font-size:16px;line-height:30px;text-transform:capitalize; }
.fot_nav li a i {padding-right: 10px; transition:all .3s; 
-ms-transition:all .3s; 
-moz-transition:all .3s; 
-webkit-transition:all .3s; 
-o-transition:all .3s;}
.fot_nav li:hover i {padding-left: 6px;}
.fot_nav li a:hover{color:#eb7b24;}

.fot_tag{padding-right:40px;float:left;width:28%;}
.fot_tag ul li{margin-bottom:11px; text-transform: capitalize;}
.fot_tag li a i {padding-right: 10px;transition:all .3s; 
-ms-transition:all .3s; 
-moz-transition:all .3s; 
-webkit-transition:all .3s; 
-o-transition:all .3s; }

.fot_tag ul li a{color:#333;font-size:16px;line-height:28px; text-transform: capitalize;}
.fot_tag ul li a:hover{color:#eb7b24;}


.fot_pro{padding-right:40px;float:left;width:25%;}
.fot_pro ul li{margin-bottom:11px; text-transform: capitalize;}
.fot_pro li a i {padding-right: 10px;transition:all .3s; 
-ms-transition:all .3s; 
-moz-transition:all .3s; 
-webkit-transition:all .3s; 
-o-transition:all .3s; }

.fot_pro ul li a{color:#333;font-size:16px;line-height:30px; text-transform: capitalize;}
.fot_pro ul li a:hover{color:#eb7b24;}

.footer_send { overflow: hidden; background: #fcfcfc; padding: 50px 0;}
.footer_send .title {margin-right: 170px; text-transform: uppercase; float: left; font-size: 30px; color: #333; font-family: "Kamerik_Bold";}
.footer_send .title img { margin-right: 35px;}
.footer_send  .send_F {position: relative; float: left; max-width: 465px; width: 40%;}
.footer_send  .send_F .input_emaill {font-size: 15px; width: 100%; line-height: 54px; color: #333; border: 1px solid #008051; padding-left: 20px;}
.footer_send  .send_F  .input_send { position: absolute; right: 10px; top: 0; width: 56px; height: 56px; background: url(../images/send.png) no-repeat center center;}
.footer_send .fot_sns { float: right;}
.footer_send .fot_sns ul { list-style: none; }
.footer_send .fot_sns ul li { width: 45px; height: 45px; border-radius: 50%; float: left; background: #008051; margin-left: 20px;}
.footer_send .fot_sns ul li:hover { background: #eb7b24;}
.footer_send .fot_sns ul li img { max-width: 100%;}

.foot_bot{padding:15px 0; background: #137a45;  position: relative;}
.foot_bot .fot_logo img { max-width:365px; height: auto;}
.foot_bot .fot_logo { float: left;}
.foot_bot .copy {letter-spacing: -0.5px; float: right; font-size: 14px; color: #fff; margin-top: 25px;}
.foot_bot .dizhi {margin-left: 40px; float: right; font-size: 26px; color: #fff; font-family: "Kamerik_Heavy"; margin-top: 15px;}

.copy {color:#999;font-size:12px;display:block;}
.copy a{color:#999;font-size:12px;}
.copy a:hover{color:#eb7b24;}
.copy p{display:inline-block;padding-right:5px;}

@media only screen and (max-width:1500px ) {
	.footer_send .title { margin-right: 50px;}
	
}


@media only screen and (max-width:1400px ) {
	.footer_send .fot_sns { float: none;  width: 100%;  }
	.footer_send .send_F .input_emaill { line-height: 48px;}
	.footer_send .send_F .input_send { width: 48px; height: 48px; right: 0;}
	.footer_send .fot_sns ul { width: 100%; margin-top: 80px; text-align: center;}
	.footer_send .fot_sns ul li { float: none; display: inline-block;}
	.footer_send .send_F { float: right;}
	.foot_bot .dizhi { font-size: 18px; margin-left: 10px;}
	.foot_bot .copy { font-size: 12px; margin-top: 20px;}
	.foot_bot .fot_logo img { max-width:265px; }
	
}

@media only screen and (max-width: 1200px) {
	.fot_nav,.fot_tag,.fot_pro{padding-right:40px;}
	.fot_nav li a , .fot_tag ul li a, .fot_pro ul li a , .fot_con ul li, .fot_con ul li a { font-size: 13px;}
}
@media only screen and (max-width: 992px) {
	.footer .fot_title em { font-size: 16px;}
	.fot_con,.fot_nav,.fot_tag   { padding-right: 20px;}
	
	
	.footer_send .fot_sns ul li { margin-left: 10px;}
	.footer_send .title img { margin-right: 10px;}
	.footer_send { padding: 40px 0;}
	.foot_bot { text-align: center;}
	.foot_bot .fot_logo { float: none;}
	.foot_bot .copy { float: none;}
	.foot_bot .dizhi { display: none;} 
	.fot_nav, .fot_tag, .fot_pro { padding-right: 15px;}
}

@media only screen and (max-width:780px ) {
	.fot_sub .fot_title { display: block;}
	.footer_send .fot_sns ul li { width: 30px; height: 30px;}
	.footer_send .title { font-size: 15px;}
	.footer_send .send_F .input_emaill { line-height: 40px;}
	.footer_send .send_F { width: 50%;}
	.footer_send .send_F .input_send { width: 40px; height: 40px; background-size:20px ;}
	.footer_send { padding: 30px 0;}
	.footer_send .fot_sns ul { margin-top: 60px;}
	.foot_bot .fot_logo img { max-width:165px; }
	.foot_bot .copy { margin-top: 10px;}
	.footer_send .title img { max-width: 30px;}
	
}
@media only screen and (max-width:768px ) {
	.footer_send .title { width: 100%; float: none; margin-bottom: 20px;}
	.footer_send .send_F { width: 100%; float: none; max-width: 100%;}
	.footer_send .fot_sns ul { margin-top: 20px;}
}

@media only screen and (max-width: 768px) {
	.footer{padding-top:30px;}
	.footer .fot_title{padding-top: 0px; }
	.fot_sub .foot_logo {display: none;}
	.footer .fot_about,.footer .fot_tag,.footer .fot_con,.footer .fot_pro,.footer .fot_sub,.footer .fot_nav{width:100%;padding:0;}
	.footer .fot_title em{margin-bottom:0;font-size:16px;padding-bottom:5px;background:none;}

	.footer .fot_con,.footer .fot_nav,.footer .fot_tag,.footer .fot_sub,.footer .fot_pro { border-bottom:1px solid #444 ; padding: 10px 0 0;}
	.footer .fot_title{display:block;cursor:pointer;margin-bottom:10px;font-size:16px;}
	.footer .fot_title .column_icon_toggle{display: inline-block;position: absolute;right:15px;top:0;font-style:normal;cursor:pointer;font-size:18px;font-weight:normal;color:#333;}
	.footer .toggle_content{padding-bottom:10px;padding-top:0;}
	.foot_bot{border:none;margin:0; padding: 10px 0;}
	.foot_bot:before { display: none;}
	.friendly { margin-bottom: 6px;}
	.fot_sub .text{margin-bottom:20px; text-align: left;}
	.fot_con ul li.fc_a{line-height: 26px; }
	.footer{padding-bottom:10px; }
	.letter-input { max-width: 250px;}
}

@media only screen and (max-width:488px ) {
	.footer{padding-top:30px; }
	.footer .fot_title em { font-size: 14px;}
	.fot_sub .text { font-size: 12px; line-height: 24px; max-height: 72px;}
	.fot_tag ul li a,.fot_nav li a,.fot_con ul li  a,.fot_con ul li{font-size: 12px;}
	.fot_con ul li { padding-left: 30px;}
	.fot_tag ul li,.fot_nav li ,.fot_con ul li{ margin-bottom: 6px;}
	.fot_con .text  {font-size: 12px; margin-bottom: 10px;}
	.friendly,.friendly a, .copy p,.copy p a { font-size: 12px;}
}



/*service*/
.online_section{position:fixed;z-index:99999999;top:200px;right:-180px;
transition:all .3s ease;}
.online_section:hover {right:0px;}
.online_section ul li{border-radius:20px;list-style:none;width:220px;height:40px;color:#fff; padding-left:45px; margin-bottom:3px;transition:all .5s ease;overflow:hidden; margin-bottom:3px; line-height:40px; font-size:12px;background-color:#eb7b24;background-repeat:no-repeat;}
.online_section ul li:nth-child(2n+2) a {    color: #FFFFFF;}
.online_section ul li:nth-child(2n+2) a:hover {color:#FFFFFF;}
.online_section ul li:nth-child(2n+2):hover {color:#FFFFFF;}
.online_section ul li a{ line-height:40px; font-size:12px; color:#fff;}
.online_section .online_p{background-image:url(../images/service01.png);background-position:9px 5px;}
.online_section .online_e{background-image:url(../images/service02.png);background-position:13px 12px;}
.online_section .online_s{background-image:url(../images/service04.png);background-position:10px 8px;}
.online_section .online_w{background-image:url(../images/service03.png);background-position:12px 9px;}


.online_section ul li:hover,.online_section ul li:hover a{color:#FFFFFF;}
@media only screen and (max-width: 768px) {.online_section{display:none;}}



/*底部service*/
#online_qq_layer{z-index:9999999;position:fixed;right:0px;bottom:0;}
#online_qq_layer a{-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
#online_qq_layer a:hover{text-decoration:none;}
#floatShow{overflow: hidden;
    background: url(../images/online.png) no-repeat center center;
    height: 44px;
    width: 224px;
    float: right;
    line-height: 44px;
    margin-right: 10px;
    -webkit-transition: all var(--transition-time,800ms);
    -o-transition: all var(--transition-time,800ms);
    transition: all var(--transition-time,800ms);
}
#floatShow:hover {margin-right: -5px;}
#floatShow i{font-size:14px;color:#fff;line-height:34px;float:right;padding-right:10px;}
#floatShow p{color:#fff;font-size:14px;line-height:34px;display:inline-block; vertical-align:middle;padding-left:10px;text-transform:capitalize; font-family: arial;}
#floatHide{display:none;background: #008051 ;width:300px;text-align:left;height:36px;padding-left:10px;border-bottom:none;}
#floatHide p{color:#fff;font-size:16px;line-height:36px;display:inline-block; vertical-align:middle;font-family: "Kamerik_Bold"; text-transform:capitalize;}
#floatHide i{font-size:14px;color:#fff;line-height:36px;float:right;margin-right:10px;}

#onlineService{display:inline;width:300px; overflow: hidden;display:none;background: #fff; font-size:12px;box-shadow:0px 0px 10px rgba(0,0,0,0.2); border:1px solid #eee; background:#f6f6f6;}
#onlineService .online_form{ padding:20px 10px;}
.online_form ul li {list-style: none; margin-bottom: 15px;}
.online_form ul .text { font-size: 13px; color: #808080; line-height: 24px; margin-bottom: 10px;}
.online_form ul li .input1 {padding-left: 15px;font-size: 12px; width: 100%; line-height: 42px; border-radius: 4px; line-height: 42px; border: 1px solid #ddd;}
.online_form ul li textarea {font-size: 12px; width: 100%;padding-left: 15px; width: 100%; line-height: 42px; border-radius: 4px; line-height: 24px; border: 1px solid #ddd; height: 80px; padding-top: 5px;} 


.send input  {text-transform: capitalize; font-size: 13px; line-height: 24px; padding: 10px 30px; color: #fff;  background: #008051; display: inline-block; font-family: "Kamerik_Bold";}
.send input:hover { text-decoration: none;  background: #eb7b24;}


/*底部nav*/
.mobile_nav{position:fixed;background: #008051; border-top: 2px solid rgba(255,255,255,0.6); left:0;bottom:0;width:100%;padding:10px 0;display:none;z-index:999999;}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;color:#fff;}
.mobile_nav a i{font-size:16px;}
.mobile_nav a p{color:#fff;padding-top:8px;font-size:13px;text-transform:capitalize;line-height:13px;}
.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}


@media only screen and (max-width: 768px) {
	#onlineService .p{ display:none}
	#online_qq_layer{right:0;}
	#onlineService{ width:100%;}
	#online_qq_layer{ width:100%;}
	#online_qq_tab{ width:100%;}
	#online_qq_tab #floatShow{ background:#eb7b24 url(../images/mobile-inq.png) no-repeat center center;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;bottom:15px;margin-left:-25px;border:2px solid #e5e5e5;border-radius:50%;text-indent:-999999px;z-index:9999999999;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatHide{ width:100%; width:100%; height:36px;box-shadow:0 0 10px 1px rgba(255,255,255,0.3);}
	#online_qq_tab #floatShow span{ display:none;}
	.mobile_nav{display:block;}
	body{padding-bottom:50px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	}

@media only screen and (max-width:488px ) {
	.mobile_nav a p{font-size:12px;}
	
}


@media only screen and (max-width: 375px) {
	.mobile_nav a p{display:none;}
	#online_qq_tab #floatShow{width:42px;height:42px;background-size:42px;bottom:10px;}
	body{padding-bottom:30px;}
}

/*back-top*/
/*back-top*/
.back_top{width:46px; height:46px; line-height: 42px; color: #fff; font-family: " poppins-semibold"; text-align: center; text-transform: uppercase; position:fixed; right:30px; bottom:80px; z-index:9999; display:none; background:rgba(0,0,0,0.3) ;-moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; border-radius:50%; border:2px solid rgba(255,255,255,0.5); }
.back_top:hover{ background:#eb7b24; border:2px solid #fff; color: #fff; text-decoration: none;}
@media only screen and (max-width: 768px) {.back_top{  display:none; bottom:80px;}.back_top:hover{ bottom:80px; }.back_top{ max-width:40px; height:40px; line-height: 40px;}}


.page_banner { width: 100%; overflow: hidden;} 
.page_banner img { width: 100%; height: auto; max-width: 100%;}



.main_biaozhuh { width: 100%;   padding: 30px 0; }
.main_biaozhuh .box {position: relative; padding-left: 30px;}
.main_biaozhuh .box:before {content: ""; position: absolute; left: 0; top: 3px; width: 4px; height: 65px; 
background: url(../images/title_img.png) no-repeat center center;}
.main_biaozhuh em {font-family: "Kamerik_Bold"; text-transform: uppercase; font-size: 32px;  display: inline-block; margin-bottom: 5px;}
.main_biaozhuh ul li {color: #555555; display: inline-block;font-size: 14px;text-transform: capitalize; padding-right: 4px;}
.main_biaozhuh ul li i {color: #eb7b24; padding-right: 4px; font-size: 14px;}

.main_biaozhuh ul li a {color: #555555;font-size: 14px; text-transform: capitalize;}
.main_biaozhuh ul li a:hover { color: #eb7b24; text-decoration: none;}
.main_biaozhuh ul li h2 {font-size: 14px;}
@media only screen and (max-width:768px ) {
	.main_biaozhuh {  padding: 15px 0;}
	.main_biaozhuh ul li { font-size: 13px;}
	.main_biaozhuh ul li i { font-size: 13px;}
	.main_biaozhuh ul li a {font-size: 13px; }
	.main_biaozhuh ul li h2 {font-size: 13px;}
	.main_biaozhuh em { font-size: 20px; margin-bottom: 5px;}
	.main_biaozhuh .box:before { background-size: 3px; top: -4px;}
	.main_biaozhuh .box { padding-left: 20px;}
}

@media only screen and (max-width:488px ) {
	.main_biaozhuh {   padding: 20px 0;}
	
}
/*about page*/

.page_ab  { color: #999; padding: 60px 0; background: #FCFCFC;}
.page_ab {   overflow: hidden;}
.page_ab .text img { max-width: 100%; height: auto;}
.page_ab .text { font-size: 13px; line-height: 24px;}

@media only screen and (max-width:992px ) {
.page_ab  {padding: 40px 0;}
}



/*page 通用*/
.n_main{ padding:60px 0; color:#777; font-size:14px; background: #FCFCFC;}
.section_title{color: #444; font-size:22px; margin-bottom:20px; text-transform:capitalize;  border-bottom:1px solid #ddd; padding-bottom:10px; }
@media screen and (max-width: 768px) {
.section_title{ font-size:18px;}
.inquiry{ padding:10px;}
.n_main{ padding:40px 0; color:#777;  font-size:14px;}
.n_main .container { padding:0 15px;}
}

@media screen and (max-width: 488px) {

.n_main{ padding:10px 0 30px; }

}

.n_left{ float:left; width:25%;}
.n_left_nav {}

.left_h4{ font-size:18px; color:#474747;text-transform:uppercase; padding-bottom:15px;  position: relative;   margin-bottom:10px; font-family: "Kamerik_Bold"; }
.left_h4:before {content: '';
        width: 56px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: inline-block; background: #eb7b24;}

.nav_h4{position: relative;  padding:15px 0px 0 15px; font-size: 18px;border-top-left-radius: 0px; border-top-right-radius: 0px;    color: #333; text-transform:capitalize;background-image: -moz-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(32,148,85) 1%, rgb(21,123,69) 100%);}
.nav_h4 span{ display:block; text-transform: uppercase; padding-bottom:15px; color: #fff; font-family: "Kamerik_Bold"; }



.n_right{ float:right; width:75%; padding-left: 60px;}
.n_left .block{ margin-bottom:40px;}
@media only screen and (max-width:768px) {
.new_left { display: none;}
.n_left{ width:100%; padding-right:0; float: none;}
.n_right{ width:100%; border-left:none !important; padding-left:0px; margin-top:10px; float: none;}
.left_h4 span{ background:none;}
.nav_h4 span{ padding-bottom:0px; color: #ffffff;}
.n_left .block{ margin-bottom:0px;}
.n_left_nav {
    background: #FFFFFF;
    padding: 0px;
    border-radius: 0px;
}

.left_h4{ position: relative;  margin-bottom:20px; background:none; text-align:left !important; background:#01509f  !important; padding:0px 10px; line-height:36px; color:#fff !important; font-size:16px !important; border-bottom:none; border-radius:5px;}
.left_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
  font-style:normal;
}
.left_h4.active:after {
    content: "\f106";
}
.n_left .toggle_content { padding-bottom:10px;}
.nav_h4{ position:relative;  border-radius:5px; background:#008051 ; padding:10px; font-size:16px; }
.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:8px;
  color:#fff;
  font-style:normal;
}
.nav_h4.active:after {
    content: "\f106";
}

}

@media only screen and (max-width:768px ) {
	.hot_left { display: none;}
}



/*left*/
ul.mtree{opacity: 0;margin-left: 0; background:#fdfdfd; border-bottom-left-radius:0px; border-bottom-right-radius:0px; }
ul.mtree li ul.mtree-level-1 { background: #f9f9f9;}
ul.mtree>li  {list-style: none; border-bottom:none;}
/*ul.mtree>li:last-child{ border:none;}*/
ul.mtree>li a { border-bottom: 1px dotted #d0d0d0;}
ul.mtree a{display: block;font-size:15px; color:#444;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:10px 30px 10px 5px; line-height:22px; padding-right:40px; }
ul.mtree li ul a{ padding:8px 25px 8px 14px;}
/*ul.mtree ul li:last-child a{ border:none;}*/
/*ul.mtree li.mtree-node > a {font-size:14px;}*/
ul.mtree.transit li.mtree-open>span:before  {content:"-";font-family:FontAwesome;float:right; font-size:18px; line-height: 43px;  color:#eb7b24 ;font-weight: bold; text-align: center; font-style:normal; width: 43px; height: 43px; position:absolute;  right:0; top:0px;z-index: 2;  border-radius: 15px;}
ul.mtree.transit li.mtree-closed>span:before {content:"+";font-family:FontAwesome;float:right; font-size:18px; line-height: 43px;  color:#999 ;font-weight: bold; text-align: center; font-style:normal; width: 43px; height: 43px; position:absolute;  right:0; top:0px;z-index: 2;  border-radius: 15px;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"-";font-family:FontAwesome;float:right; font-size:18px; line-height:43px;  color:#eb7b24 ;font-weight: bold; text-align: center; font-style:normal; width: 43px; height: 43px; position:absolute;  right:0; top:0px;z-index: 2;  border-radius: 15px;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"+";font-family:FontAwesome;float:right; font-size:18px; line-height: 43px;  color:#999 ;font-weight: bold; text-align: center; font-style:normal; width: 43px; height: 43px; position:absolute;  right:0; top:0px;z-index: 2;  border-radius: 15px;}

ul.mtree>li:hover>a{color:#eb7b24;}
ul.mtree>li.mtree-node a ul a{ font-size:14px;}
ul.mtree>li.mtree-open{color:#444 ;padding-bottom:0;}
ul.mtree>li.mtree-open>a,ul.mtree>li.mtree-open>a:after{color:#eb7b24 ;}
ul.mtree>li.mtree-node:hover>a,ul.mtree>li.mtree-node:hover>a:after{color:#eb7b24;text-decoration:none;}
ul.mtree>li>a { position: relative; padding-left: 10px; font-family: "Kamerik_Bold"; z-index: 1; font-size: 14px; color: #333; text-transform: capitalize; } 

ul.mtree ul li{list-style:none; position:relative;}
ul.mtree ul li a{display:block;color:#444;font-size:14px;}
ul.mtree>li>ul>li>a{ font-size:13px; border: none; text-transform: capitalize; }
ul.mtree ul li a:hover{color:#eb7b24 ;}
ul.mtree li ul li.mtree-open a{color:#eb7b24 ;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none;  margin-bottom:0; background: #FAFAFA;}
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:12px; padding-left: 10px; text-transform: capitalize;}
ul.mtree li ul.mtree-level-2 li a:before {content: "\f105"; font-family: "FontAwesome"; padding-right: 6px;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:none;color:#eb7b24  ;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: #008cba;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;}
ul.mtree>li.mtree-node ul i{margin-right:10px;}
.mtree-skin-selector{ display:none !important}
ul.mtree>li>ul>ul.mtree-level-2 {opacity: 1 ; display: block !important; height: auto !important;}
ul.mtree>li:hover>a{ color:#eb7b24 ;background-image:none;}


@media only screen and (max-width:768px ) {
	ul.mtree>li>a { font-size: 14px;     padding: 8px 30px 8px 5px; } 
	ul.mtree.transit li.mtree-open>span:before  { width: 39px; height: 39px; }
ul.mtree.transit li.mtree-closed>span:before {width: 39px; height: 39px;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {width: 39px; height: 39px;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{width: 39px; height: 39px;}

}

/*hot_left*/
.hot_left ul { margin-top: 10px;}
.hot_left ul li{ list-style:none;}
.hot_left ul li .li{ padding:6px 0px;}
.hot_left ul li .img{ float:left; width:32%;display:inline-block; margin-right:15px;  overflow:hidden; border-radius:5px; border:1px dotted #ddd;
text-align: center;
}
.hot_left ul li .text{ float:left; width:73%;}
.hot_left ul li .img 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; width: 100%; height: auto;}
.hot_left ul li h4 a{ font-size:14px; color:#555555; overflow:hidden; line-height:26px; max-height:52px; display:block; margin-top: 10px; word-break: break-word;}
.hot_left ul li:hover h4 a{ color:#eb7b24 ;}
.hot_left ul li:hover .img img{transform: scale(1.1);}
.hot_left ul li:hover .img{ border:1px dotted #eb7b24;}
.left_img{ margin:30px 0;}
@media only screen and (max-width:768px ) {
	ul.mtree { padding: 0 0px;}
}
.hot_left { overflow: hidden;}
.hot_left .slider { margin-top: 10px; padding-bottom: 30px;}
.hot_left .slick-next , .hot_left .slick-prev { display: none !important; }
.hot_left .li .image { overflow: hidden;}
.hot_left .li .image img { width: 100%; max-width: 100%; overflow: hidden;}
.hot_left .li .main { text-align:  center; margin-top: 10px;}
.hot_left .li .title  {display: inline-block; font-size: 16px; line-height: 26px; height: 26px; overflow: hidden; font-family: "Kamerik_Bold"; word-break: break-word;text-transform: capitalize; text-align: center;}
.hot_left .slick-dots { display: block !important; bottom:0px;}
.hot_left  .slick-dots li.slick-active button { border: 1px solid #eb7b24;}


/*new_left*/
.new_left .li .main { padding-top: 10px; text-align: left;}
.new_left .li .main .time { padding-left: 20px; background: url(../images/time_icon.png) no-repeat left top; color: #eb7b24; font-size: 13px; line-height: 15px; margin: 5px 0;}
.new_left  .autoplay4 { margin-top: 20px;}
.new_left .li .main .title { display: inline-block; font-size: 16px; line-height: 26px; height: 26px; overflow: hidden; word-break: break-word; text-align: center;}
.new_left .li .main .text {font-size: 13px; line-height: 20px; height: 40px; overflow: hidden; color: #7f7f7f; word-break: break-word;}
.new_left .slick-next { right: -30px;}
.new_left  .slick-prev { left: -30px;}

/*翻页*/
.page_p{ margin:0px auto 0px;text-align:center; width:100%; font-size:12px;padding-top:10px;}
.page_p a { display:inline-block; font-size:12px; line-height:32px; padding:0px 15px; background:#ececec; margin-left:5px; color:#555; margin-top:5px;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; border-radius:0px; }
.page_p > span { display:inline-block; font-size:12px; line-height:32px; padding:0px 15px; background:#ececec; margin-left:5px; color:#555; margin-top:5px;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; border-radius:0px; }
.page_p a i{ line-height:32px;}
.page_p a:hover{ background:#eb7b24 ; color:#fff !important; text-decoration: none; }
.total{ font-size:12px; line-height:24px; color:#333; margin-top:10px;}
.total span{ color:#eb7b24 ;}
.page_p>.span1{ padding:0px 15px; line-height:32px;background:#eb7b24 ; color:#fff; display:inline-block; margin-left:5px; border-radius:0px;}


/*product right*/
.products .products_mP { font-size: 14px; line-height: 24px; margin-bottom: 10px;}
#cbp-vm *{transition:all 0.3s ease 0s;}
.cbp-vm-switcher {width:100%;}
.cbp-vm-options {text-align:left;margin-top:0;padding:0px 0px 10px;border-bottom: 1px dashed #e5e5e5;}
.cbp-vm-options em{float:left;display:inline-block;color:#333;text-transform:uppercase;font-size:16px;margin-top:6px; }
.cbp-vm-options p{display:inline-block; vertical-align:middle;padding-right:5px;font-size:14px; color: #333;}
.cbp-vm-options a {display: inline-block; vertical-align:middle;width:30px;height:30px;overflow: hidden;white-space: nowrap;color: #aaa;margin: 2px;background: #e5e5e5}
.cbp-vm-options span{display:inline-block;float:right;font-size:14px;margin-top:10px;color:#aaa;}
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {color: #fff;background: #eb7b24}
.cbp-vm-options a:before {width: 30px;height: 30px;line-height: 30px;font-size: 18px;text-align: center;display: inline-block;}

/* General list */
.cbp-vm-switcher ul {list-style: none;padding: 0; margin-bottom:20px}

/* 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;position: relative;-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 img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;height:auto;}


.cbp-vm-switcher ul li em{font-size:14px;display:block;margin:10px 0;height:36px;color:#333333;text-transform:capitalize; word-wrap:break-word;line-height:18px;text-align:left;overflow:hidden;background: none}
.cbp-vm-switcher ul li .cbp-vm-details{color:#888;overflow:hidden;height:36px;font-size:14px;line-height:18px;text-align:left;}
.cbp-vm-switcher ul li a.cbp-title:hover{}

.cbp-vm-view-grid .prol_more{display:none;}

.cbp-vm-view-grid .pro-list-tags{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 {text-align: left;padding: 0 0 0px 0}

.cbp-vm-view-grid ul li {
  width: 33.33333%;

  float: left;
  text-align: center;
  display: block;
  vertical-align: top;
  padding:0;
  position:relative;transition: all .5s;
}
.cbp-vm-view-grid ul li .cbp-list-center{ text-align:center;padding:0 10px 20px;}
.cbp-vm-view-grid ul li .cbp-title{word-break: break-word; color:#333; font-size:14px; line-height:24px; height:48px; overflow:hidden; display:block; margin-top:16px;font-family: "Kamerik_Bold"; 
 
  text-transform: capitalize;}
.cbp-vm-view-grid ul li .cbp-vm-details{color:#888; line-height:22px; height:44px; overflow:hidden; margin-top:6px;font-size: 12px; text-align: center;word-break: break-word;}
.cbp-vm-view-grid ul li .cbp-hover{ position:absolute; top:0; left:0; width:100%;   transition: all .5s;    filter: alpha(opacity=0);  -moz-opacity: 0;   opacity: 0;}
.cbp-vm-view-grid ul li .cbp-hover a{ display:block; width:100%;}
.cbp-vm-view-grid ul li .cbp-hover a img{ max-width:100%; height:auto; width:100%;}

.cbp-vm-view-grid ul li .cbp-list-more{display:none;}


.cbp-vm-view-grid ul li:hover .cbp-title{ color:#eb7b24; text-decoration: none;}
.cbp-vm-view-grid ul li:hover .cbp-hover{filter: alpha(opacity=1);  -moz-opacity: 1;   opacity: 1;transition: all .5s;}
.cbp-vm-view-grid ul li .cbp-div{padding:0;border: 0px solid #e5e5e5;  margin:10px 10px 10px; transition: all .5s;}

.cbp-vm-view-grid ul li .cbp-div .cbp-vm-image{ transition-duration: 0.6s; width:100%;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;transition-timing-function: ease-out; overflow:hidden;background: #fff;}
.cbp-vm-view-grid ul li .cbp-div .cbp-vm-image i{width: 50px;height: 50px;left: 50%;top:50%;position: absolute;z-index: 5;margin:-25px 0 0 -25px;transform:scale(0,0); -moz-transform:scale(0,0); -webkit-transform:scale(0,0);filter:alpha(opacity:00);opacity:0.0;display: none;}
.cbp-vm-view-grid ul li:hover .cbp-div .cbp-vm-image i{transform:scale(1.00,1.00); -moz-transform:scale(1.00,1.00); -webkit-transform:scale(1.00,1.00);filter:alpha(opacity:100);opacity:1;}

.cbp-vm-view-grid ul li .cbp-div .cbp-vm-image img{transition: 0.5s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all; -moz-transition: 0.3s all;-ms-transition: 0.3s all;}
.cbp-vm-view-grid ul li .cbp-div .cbp-vm-image span{transform:scale(1.0,1.0); -ms-transform:scale(1.0,1.0); -moz-transform:scale(1.0,1.0); -webkit-transform:scale(1.0,1.0); -o-transform:scale(1.0,1.0);filter:alpha(opacity:100);opacity:1;width: 100%;display: inline-block;}
.cbp-vm-view-grid ul li .cbp-div:hover .cbp-vm-image span{transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);filter:alpha(opacity:100);opacity:1;width: 100%}

.cbp-vm-view-grid ul li .cbp-div:hover{
-webkit-box-shadow:0px 0px 10px #ccc;
   -moz-box-shadow:0px 0px 10px #ccc;
     -o-box-shadow:0px 0px 10px #ccc;
        box-shadow:0px 0px 10px #ccc;}
.cbp-vm-view-grid .tags{ display:none}
.cbp-vm-view-grid .page_more{ display:none;}



/* List view */
.cbp-vm-view-list li {padding:20px 0;border-bottom:1px solid #e5e5e5;white-space: nowrap;text-align:left;white-space:normal;}
.cbp-vm-view-list li .cbp-vm-image{overflow: hidden;-webkit-border-radius:0px;border-radius:0px;transition-timing-function: ease-out; overflow:hidden;}
.cbp-vm-view-list li .cbp-div .cbp-vm-image span{transform:scale(1.0,1.0); -ms-transform:scale(1.0,1.0); -moz-transform:scale(1.0,1.0); -webkit-transform:scale(1.0,1.0); -o-transform:scale(1.0,1.0);filter:alpha(opacity:100);opacity:1;width: 100%;display: inline-block;}
.cbp-vm-view-list li .cbp-div:hover .cbp-vm-image span{transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);filter:alpha(opacity:100);opacity:1;}
.cbp-vm-view-list li .cbp-div .cbp-vm-image i{width: 50px;height: 50px;left: 50%;top:50%;position: absolute;z-index: 5;margin:-25px 0 0 -25px;transform:scale(0,0); -moz-transform:scale(0,0); -webkit-transform:scale(0,0);filter:alpha(opacity:00);opacity:0.0;}
.cbp-vm-view-list li:last-child{}
.cbp-vm-view-list ul.row{margin:0;}
.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: 30%;display:inline-block; vertical-align:middle;float:left;}

.cbp-vm-view-list ul li .cbp-title{display:block; vertical-align:top;text-align:left;font-size:14px; color:#444;line-height:26px;max-height: 52px; margin-top:0;margin-bottom:4px; overflow:hidden;font-family: "Kamerik_Bold"; word-break: break-word;
   text-transform: capitalize;}

.cbp-vm-view-list ul li:hover .cbp-title{color:#eb7b24; text-decoration: none;}
.cbp-vm-view-list ul li .cbp-vm-details {overflow: hidden;white-space: normal;max-height:44px;line-height:22px; font-size:13px; height:auto;margin:10px 0 20px 0;}
.cbp-vm-view-list .pro-list-tags{width:100%;overflow:hidden;background:#f7f7f7;padding:3px 10px;border-radius:5px;}
.cbp-vm-view-list .pro-list-tags p{display:inline-block;padding-right:0;text-transform:capitalize;    font-size: 14px;}
.cbp-vm-view-list .pro-list-tags li{padding:0;display:inline-block;margin:5px;border:none;}
.cbp-vm-view-list .pro-list-tags li a:hover{color:#eb7b24;}

.cbp-vm-view-list .cbp-list-center{width:65%;display:inline-block; vertical-align:middle;padding-left:30px;}
.cbp-vm-view-list .page_more {text-align:left; margin-top:20px;}
.cbp-vm-view-list .page_more {display: inline-block; margin-top: 20px; font-size: 13px; line-height: 24px; text-transform: capitalize; padding: 7px 20px; background: #008051; color: #fff;}
.cbp-vm-view-list .page_more:hover { text-decoration: none; background: #eb7b24;}


.cbp-vm-view-list .cbp-list-more.more1 p{background: #eb7b24;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;position: relative;overflow: hidden;padding:0 0px;text-align: center;width: auto;display: inline-block;
-webkit-box-shadow:0px 5px 5px rgba(0,146,240,0.0);
   -moz-box-shadow:0px 5px 5px rgba(0,146,240,0.0);
     -o-box-shadow:0px 5px 5px rgba(0,146,240,0.0);
        box-shadow:0px 5px 5px rgba(0,146,240,0.0);}
.cbp-vm-view-list .cbp-list-more.more1 p:before{content: "";position: absolute;left:0;top:0;height: 100%;width: 100%;background: rgba(0,0,0,.1);transition:all 0.3s ease 0s;display: none;
transform: scale(0,1);
-ms-transform: scale(0,1);  /* IE 9 */
-webkit-transform: scale(0,1);  /* Safari 和 Chrome */
-o-transform: scale(0,1); /* Opera */
-moz-transform: scale(0,1); /* Firefox */filter:alpha(opacity:0);opacity:0.0;}
.cbp-vm-view-list .cbp-list-more.more1 p:hover{}
.cbp-vm-view-list .cbp-list-more.more1 p:hover:before{width: 100%;
transform: scale(1,1);
-ms-transform: scale(1,1);  /* IE 9 */
-webkit-transform: scale(1,1);  /* Safari 和 Chrome */
-o-transform: scale(1,1); /* Opera */
-moz-transform: scale(1,1); /* Firefox */filter:alpha(opacity:100);opacity:1;}
.cbp-vm-view-list .cbp-list-more.more1 a{line-height: 34px;color: #fff;text-transform: uppercase;font-size: 14px;position: relative;overflow: hidden;padding:2px 40px 0;display: inline-block;}
.cbp-vm-view-list .cbp-list-more.more1 a:hover{background: #222;}
@media screen and (max-width: 1024px) {

  .cbp-vm-view-list ul li .cbp-hover{ display:none}
  .cbp-vm-view-list .cbp-vm-image{ width:34%}
  .cbp-vm-view-list .cbp-list-center{ width:66%}
}
@media screen and (max-width: 992px) {
.cbp-vm-view-grid ul li {width: 50%; }
.cbp-vm-view-grid>ul { margin: 0 -10px;}
}

@media only screen and (max-width: 768px){
  .pro-cat li{margin-bottom:10px;}
  .cbp-vm-options{margin-top:0;}
  .cbp-vm-view-list ul li .cbp-title {font-size: 14px;line-height: 24px; max-height: 48px;}
}

@media screen and (max-width: 620px) {
  .cbp-vm-view-list .cbp-vm-image{ width:40%}
  .cbp-vm-view-list .cbp-list-center{ width:60%}
  .cbp-vm-view-list .pro-list-tags{}
}
@media only screen and (max-width:488px ) {
	.cbp-vm-view-list ul li .cbp-title {font-size: 14px;line-height: 24px; height: 48px;}
	.cbp-vm-view-grid ul li .cbp-title {font-size: 14px;line-height: 24px; height: 48px;}
	
}

@media screen and (max-width: 425px) {
.cbp-vm-view-grid ul li .cbp-list-center { padding: 0 2px 10px;}
  .cbp-vm-view-list .cbp-vm-image{ width:100%}
  .cbp-vm-view-list .cbp-list-center{ width:100%; padding-left:0; margin-top:15px}
  }
@media screen and (max-width: 375px) {
  .cbp-vm-view-grid ul li{}
  }
  /*tags*/
.tags{ padding:5px 0 5px 10px ;background: #F9F9F9;}
.news_web .tags{ margin-bottom:25px;}
.tags span{ font-size:14px;   text-transform:uppercase; color:#444; 
 }
.tags a{font-size:14px; display:inline-block; color:#666; padding:0px 10px 0px; margin:0 6px 0px 0; -moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;line-height: 30px;}
.tags a i{ margin-right:6px; font-size:14px;}
.tags a:hover{ background: #eb7b24; color:#fff; text-decoration:none;}

@media only screen and (max-width:768px ) {
	.tags a { font-size: 13px; padding:0px 6px 0px;margin:0 2px 0px 0;line-height: 20px;}
	.tags span { font-size: 13px; text-transform: uppercase;}
	
}





/*products_main*/
/* CSS for the loading div */

.sp-loading {
	text-align: center;
	width: 100%; height: 100%;
	border-radius: 3px;
	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;
	background: #F7F7F7;
	border: 1px solid #eee;
	border-radius: 3px;
	position: relative;
	margin: 0 0px 15px 0;
	float: left;
	/**************
	  Set max-width to your thumbnail width
	***************/
	
	width: 100%;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: inline-block;
	padding: 10px 0; background: #F7F7F7;
}
.sp-thumbs a { display: inline-block; margin-left: 10px; width: 70px; height: 70px;
-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; position: relative; box-sizing: border-box;
}
.sp-thumbs img {
	width: 100%; 
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 60px;
	height: 45px;
	overflow: hidden;
	opacity: .3;
	
	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;
}

.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 {
	opacity: 1; border: 1px solid #eb7b24;

}

.sp-thumbs a:hover:before{filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative; border: 1px solid #eb7b24;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.sp-large a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.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: 99999999999;
	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: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#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: auto;
		margin-top: 0;
		bottom: 25px;
	}
}


.prom_img{padding:0;text-align:center;padding-bottom:0;margin-bottom:40px;}
.prom_right{padding-left:30px;margin-bottom:20px;padding-top:10px;}
.prom_right>h1{padding:0;margin:0;display:block;font-size:16px;text-transform:capitalize;color:#333;margin-bottom:20px;line-height:24px;font-family:'Kamerik_Bold';}
.prom_right>div.main{font-size:13px;line-height:20px;color:#999;margin-bottom:15px; max-height: 60px; overflow: hidden;}
.prom_right{padding-left:30px;}
.prom_right .pro_table{margin-bottom:20px;border-top:1px solid #e5e5e5;padding-top:20px;}
.prom_right .pro_table ul li{list-style:none;margin-bottom:5px;}
.prom_right .pro_table ul li p{display:inline-block;font-size:13px;color:#4d4d4d;text-transform:capitalize;}
.prom_right .pro_table ul li span{color:#333;display:inline-block;font-size:13px;padding-left:5px;color:#999;}
.mobile_inquiry {  margin-top: 10px; display: inline-block;position: relative;border-radius: 0px;background: #008051;transition: all .5s; overflow: hidden;}
.mobile_inquiry .main_more {display: inline-block; text-transform: capitalize;  font-size: 13px; line-height: 16px; padding: 13px 30px; color: #fff;  background: none; font-family: "Kamerik_Bold";}
.mobile_inquiry:hover .main_more { text-decoration: none; background: #eb7b24;}

.mostBox{margin:0 0 30px 0;}
.mostBox  .page_title em {display: inline-block; font-size: 22px; font-family: "Kamerik_Bold"; color: #333; padding-bottom: 10px; }
.mostBox  .image_line { width: 100%; height: 1px; background: #ddd; margin-bottom: 10px;}

.mostBox{font-size:14px;line-height:24px;}
.mostBox tr td { padding-left: 8px;}
.mostBox .text em{font-style:italic;}
.mostBox .text img{max-width:100%;height:auto;}
.mostBox .text a:hover{color:#f79620;}

.products > .title{display:block;position:relative;text-align:left;margin-bottom:20px;padding:2px 0;}
.products > .title i{background:#0d58cb;color:#fff;padding:10px;font-size:16px;border-radius:50%; vertical-align:middle;}
.products > .title h1{margin:0;display:inline-block;color:#555555;text-transform:uppercase;font-size:28px;line-height:36px;font-family:'CenturyGothicB';position:relative;z-index:2; vertical-align:middle;margin-left:10px;}

@media only screen and (max-width: 992px) {

	.products .pro_img{width:100%;padding:0;}
	.products .pro-right{width:100%;padding:0;padding-left:20px;}
	.send_box.pro_message{display:block;padding:20px 0;margin-bottom:10px;border-bottom:1px solid #fc7f46;}
	.prom_right>h1{font-size:14px;line-height:24px; margin-bottom: 10px;}
	.prom_img{margin-bottom:30px;}
}

@media only screen and (max-width: 768px) {
	.pro-right{padding:0;margin-top:0;margin-bottom:20px;}
	.sp-thumbs{text-align:left;}
	.pro_table{margin-top:20px;}
	.prom_right{padding:0; margin-bottom: 30px;}
	.products .pro_inquiry .message{padding:0;}
	.mostBox{margin-top:0;}
	.mostBox .tab-scroll{margin-left:0;padding-bottom:0;}
	.products .pro-list-tags p{display:block;}
	.pro_message{margin:0;margin-top:20px;}
	.pro_message li .meInput,.pro_message li .meText{width:100%;}
	.pro_message .main_title{text-align:center;}
	.pro_message .main_title>em{background-position:center bottom;}
	.prom_main{padding:40px 0;}
	.prom_main .pro_con{display:none;}
	.pro_message form{max-width:100%;}
	.mobile_inquiry { margin-top: 0;}
}

@media only screen and (max-width: 480px) {
	.products .pro-right{margin-bottom:0;}
}

.pro-main3 > em { font-size: 26px;  color: #474747;  text-transform: uppercase; font-family: "oswald-regular";}
.pro-text-detail .image_line { width: 100%; height: 1px; background: #F0F0F0; margin-bottom: 10px; margin-top: 5px;}
.pro-text-detail .tags { margin-top: 20px;}

.page_turn  { margin-top: 20px;}
.page_turn li { list-style: none; border-radius: 4px; padding: 10px; background: #f9f9f9; margin-bottom: 10px;}
.page_turn li p {color: #474747;font-family: 'Kamerik_Bold'; display: inline-block; text-transform: uppercase;}
.page_turn li .fa { padding-right: 4px;} 
.page_turn li a { font-size: 13px;color: #7f7f7f; text-transform: capitalize; padding-left: 4px;}
.page_turn li:hover a { color: #eb7b24; }
.tags span{ font-size:14px;   text-transform:uppercase; color:#444; font-family: 'Kamerik_Bold';
 }
.tags a{font-size:14px; display:inline-block; color:#666; padding:0px 10px 0px; margin:0 6px 0px 0; -moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;line-height: 30px;}
.tags a i{ margin-right:6px; font-size:14px;}
.tags a:hover{ background: #eb7b24; color:#fff; text-decoration:none;}

.page_emailB { padding-top: 30px; position: relative; width: 100%;}
.page_emailB .page_email { 
	overflow: hidden;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);	
}
.page_emailB .page_email .sentUL { list-style: none;}
.page_emailB .page_email .sentUL li { list-style: none;}
.page_emailB .page_email .sentUL li { width: 100%; margin-bottom: 20px;}
.page_emailB .page_email .sentUL li input { width: 100%; line-height: 48px; height: 48px; color: #999; padding-left: 15px;}
.page_emailB .page_email .sentUL textarea {  width: 100%; line-height: 24px; height: 100px; padding-top: 10px; color: #999; padding-left: 15px; border: 1px solid #ddd;}

.page_emailB .page_email em {margin-top: 20px;
font-family: "Kamerik_Bold";
    color: #474747;
    padding: 4px 0px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 24px; overflow: hidden;}
.page_emailB .page_email  p.text {font-size: 14px;
    color: #777;
    text-align: left;
    line-height: 24px;
       overflow: hidden;
    margin: 10px 0 30px;}


.page_emailB .page_email .subject_title {border: 1px solid #ddd;
    background: #fff;
    border-radius: 0px;
    line-height: 24px; padding: 11px 0;
    padding: 0px 10px;
    margin-bottom: 20px;
    padding-left: 15px; width: 100%;}
.page_emailB .page_email .subject_title p {font-size: 14px;
    color: #777; line-height: 24px; text-transform: capitalize; padding: 12px 0; }
    .page_emailB .page_email .subject_title p a { color: #FF0000;}
  .page_emailB .page_email .sent-email input,.page_emailB .emallM .sent-tel input,.page_emailB .emallM .sentUL li textarea { background-color: #fff; }
.page_emailB .page_email .sentUL li.inputLI input,.page_emailB .emallM .sentUL li textarea {border: 1px solid #ddd;}


@media only screen and (max-width:768px ) {
	.mostBox .page_title em { font-size: 18px;}
.page_emailB .page_email  li {   margin-right: 20px; width: 100%;  margin-right: 0px;}
.page_emailB .page_email {padding: 20px;}
.page_emailB .page_email em {font-size: 22px;}
.page_emailB .page_email p.text {margin: 10px 0 15px; font-size: 13px;     line-height: 20px; }
.page_emailB .page_email .send_m input { font-size: 12px; padding: 12px 20px;margin-top: 0px;}
.page_emailB .page_email .send_m { margin-top: 0; padding-top: 0;}
.page_emailB .page_email .subject_title { margin-bottom: 15px;}
.pro-main3 > em { font-size: 18px; font-family: "oswald-regular"; text-transform: uppercase;}
.pro_textIntr > h1 { font-size: 16px; line-height: 26px; max-height: 52px;}
}




.Hpro_content { padding-bottom: 50px; overflow: hidden; background: #F9F9F9; padding-top: 40px;}
.Hpro_content .bottom { margin-top: 40px;}
.Hpro_content .slider .li .image { display: inline-block; width: 100%; overflow: hidden;}
.Hpro_content .slider .li .image img {transition:all .3s; -ms-transition:all .3s; /* IE 9 */-moz-transition:all .3s; /* Firefox */-webkit-transition:all .3s; /* Safari 和 Chrome */ -o-transition:all .3s; /* Opera */}
.Hpro_content .slider .li .main { margin-top: 15px; padding: 0 10px 20px;}
.Hpro_content .slider .li .title {display: block; text-align: center; font-size:14px;  line-height: 24px; height: 48px; overflow: hidden; word-break: break-word; font-family: "Kamerik_Bold"; text-transform: capitalize;}

.Hpro_content .slider .li .title:hover { color: #eb7b24; text-decoration: none;}
	.Hpro_content .slider .li:hover img  { transform: scale(1.05);}
.Hpro_content .slider .li .text { font-size: 12px; line-height: 22px; height: 44px; overflow: hidden; text-align: center; margin-top: 8px; color: #7f7f7f; word-break: break-word;}	
.Hpro_content .slider .li .box { border: 1px solid #eee; background: #fff; margin: 0 10px;}

.Hpro_content .slider .li .image { overflow: hidden;}
 .Hpro_content .slider .li .image img { width: 100%; height: auto; max-width: 100%;}
 .Hpro_content .slick-next,  .Hpro_content .slick-prev { opacity: 0.5;}
 .Hpro_content .slick-prev{}
.Hpro_content .slick-next{}
.Hpro_content .slick-prev:hover,.Hpro_content .slick-next:hover{ opacity:1;}

 @media only screen and (max-width: 1280px) {
	.Hpro_content .slick-prev{left:-30px;}
	.Hpro_content .slick-next{right:-30px; }
}
 @media only screen and (max-width: 1040px) {
	.Hpro_content .slick-prev{left:-10px;}
	.Hpro_content .slick-next{right:-10px; }
}
 @media only screen and (max-width:768px ) {
	.Hpro_content {padding-bottom: 40px;     padding-top: 40px;}
	.Hpro_content .bottom { margin-top: 30px;}
}
 @media only screen and (max-width:488px ) {
	.Hpro_content {padding-bottom: 30px;     padding-top: 30px;}
	.Hpro_content .bottom { margin-top: 20px;}
}






/*news*/

.news li{position:relative;list-style:none;margin-bottom:30px;border:1px solid #e3e3e3;padding:15px 10px;border-radius:5px;}
.news li .image{float:left;width:33%;display:block;overflow:hidden;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.news li .image>a{z-index:3;position:absolute;left:0;top:0;width:100%;height:100%;display:block;}
.news li .image{position:relative;text-align:center;overflow:hidden;}
.news li .image img{max-width:100%;width: 100%; height:auto;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.news li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.news li .main{float:left;width:67%;padding-left:20px;  }
.news li .main h4{margin:0;}
.news li .title{color:#474747;display:block;font-size:14px;margin-bottom:10px;overflow:hidden;line-height:24px;max-height:48px;  word-break: break-word; font-family: "Kamerik_Bold";}
.news li:hover .title{color:#eb7b24;text-decoration:none;}
.news li .text{color:#808080;font-size:13px;height:40px;line-height:20px;overflow:hidden;margin-top:12px; overflow: hidden;word-break: break-word;}
.news li .date{display:block;color:#eb7b24;font-size:13px; padding-left:20px;background:url(../images/new_time.png) no-repeat left 1px; line-height: 21px;}
.news  .page_more { margin-top: 20px; display: inline-block; font-size: 13px; line-height: 24px; padding: 7px 20px; text-transform: capitalize; color: #fff; background: #008051; text-decoration: none;}
.news  .page_more:hover { background: #eb7b24;}



@media only screen and (max-width: 768px){
	.news li .title{font-size:14px;}
	
}
@media only screen and (max-width: 480px){
	.news li{margin-bottom:20px;}
	.news li .image{width:48%;}
	.news li .main{width:52%;}
	.news li .title{font-size:14px;line-height:24px;max-height:48px;}
	.news li .text{ font-size: 12px; line-height: 20px; height: 40px;}
	.news li .date p.date002{}
	.page_num{margin-top:0;}
	.news li .more{ font-size: 12px;    margin-top: 10px;}
}

@media only screen and (max-width: 450px){
	.news li .image ,.news li .main{ width: 100%;}
	.news li .main{ padding-top: 10px; padding-left: 0;} 
	.news  .read_more { margin-top: 10px;} 
	
}


.news_main .title{color: #474747; display:block;font-size:16px;line-height:26px;margin-bottom:10px; font-family: "Kamerik_Bold";}
.news_main .date{display:inline-block;color:#eb7b24;font-size:12px;line-height: 20px; padding-left:20px;background:url(../images/new_time.png) no-repeat left 1px;}
.news_main .text{font-size:14px;line-height:26px;margin-top:20px;border-top:1px solid #f0f0f0;padding-top:20px;}
.news_main .text img{max-width:100%;height:auto;}
.news_main .text a{color:#eb7b24;}
@media only screen and (max-width:768px ) {
	.news_main .title{font-size:14px;}
	.news_main .text{font-size:13px;}
}


/*contact*/
.page_comp_c { margin-top: 40px;}
.page_comp_c ul {border-bottom: 1px solid #ecebeb; padding-bottom: 60px;}
.page_comp_c ul li {
    border-right: 1px solid #ecebeb;
    list-style: none;
    width: 33.3333%;
   
    padding: 20px 5px;
    float: left;
    text-align: center;
}

.page_comp_c ul li .tubiao {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    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: 50%;
    
}
.page_comp_c ul li .tubiao:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eb7b24;  border-radius: 50%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.page_comp_c ul li .tubiao span img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_comp_c ul li:hover .tubiao {
	 -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH; transform: rotateY(180deg);
}
.page_comp_c ul li:last-child { border-right: 0px solid #ecebeb;}
.page_comp_c ul li em { font-size: 18px; display:block; text-align: center; text-transform: capitalize; margin-top: 30px; margin-bottom: 10px; font-family: "Kamerik_Bold";}
.page_comp_c ul li p {  font-size: 13px; line-height:24px ;
color: #808080; }
.page_comp_c ul li p span { color: #474747;}
.page_comp_c ul li p a { color: #7f7f7f; font-size: 13px;}
.page_comp_c ul li p a:hover {color: #eb7b24;}
@media only screen and (max-width:768px ) {
	.page_comp_c ul li {
   border-right: 0px solid #CCCCCC;
    width: 100%; margin: 0;
   border-bottom: 1px solid #CCCCCC;
    padding: 30px 0px;
    float: left;
    text-align: center;
    
}
.page_comp_c ul li em { font-size: 16px;}
.page_comp_c { margin-top: 0;}

.page_comp_c ul {   border-bottom: 0px solid #ecebeb;   padding-bottom: 0px;}

}

.page_comp_c2  { padding: 60px 0 0px; overflow: hidden;}
.page_comp_c2 .left { width: 50%; float: right; padding-left: 50px;}
.page_comp_c2 em.title { font-size: 22px; font-family: "Kamerik_Bold"; text-transform: uppercase; margin-bottom: 20px; display: inline-block; } 
.page_comp_c2 .text { font-size: 13px; line-height: 24px; color: #777;}
.page_comp_c2 .right { width: 50%; float: right;}
.page_comp_c2 .page_emailB { padding-top: 0;}
.page_comp_c2 .map { margin-top: 40px; overflow: hidden;}
.page_comp_c2 .map img { max-width: 100%; height: auto; width: 100%;}
@media only screen and (max-width: 768px) {
	.contact_oth { margin-top: 20px; padding: 0;}
	.con_info { padding: 0;}
	.page_comp_c2 .map { margin-bottom: 0px; padding-right: 0;}
	
}

@media only screen and (max-width: 768px) {

	.con_infop p.text { font-size: 13px; line-height: 24px;}
.con_infop p.p2 {font-size: 13px; line-height: 24px;}
.con_infop p.p2 span { font-size: 13px;line-height: 24px; }
.con_infop p.p2 a {font-size: 13px;}
.page_comp_c ul li p,.page_comp_c ul li p a {font-size: 13px;}
.page_comp_c ul li em {margin-bottom: 2px;    margin-top: 22px;}
.page_comp_c ul li {padding: 30px 0px 20px;}
}
@media only screen and (max-width:768px ) {
	.page_comp_c2  { padding: 40px 0 10px; }
	.page_comp_c2 .left { width: 100%; padding-left: 0; margin-bottom: 40px;}
	.page_comp_c2 .right { width: 100%;}
	.page_comp_c2 em.title { margin-bottom: 10px;}
}


/*blog*/

.blog_box .block { border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; margin-bottom: 20px;}
.blog_box .modules .block:last-child { border: none;} 
.blog_box .n_left {border: 0px solid #f0f0f0; padding: 20px; float: right;} 
.blog_box .n_right { float: right; padding-left: 0; padding-right: 60px;}
.n_left .blog_nav_h4 { margin-bottom: 15px; color: #333; font-size: 20px; line-height: 36px; text-transform: uppercase; font-family: "Kamerik_Bold"; position: relative; border-bottom: 1px solid #ddd; }
.n_left .blog_nav_h4:before {content: ""; position: absolute; width: 60px; height: 2px; background: #eb7b24; left: 0; bottom: -1px;}
.n_left .blogUL1  li {padding-bottom: 2px; list-style: none; font-size: 14px; line-height: 22px; margin-bottom: 10px; transition:all .3s; 
-ms-transition:all .3s; /* IE 9 */
-moz-transition:all .3s; /* Firefox */
-webkit-transition:all .3s; /* Safari 和 Chrome */
-o-transition:all .3s; /* Opera */}
.n_left .blogUL1  li i { color:#808080 ; margin-right: 10px; display: none;}
.n_left .blogUL1  li  a {color: #808080; text-transform: capitalize; display: inline-block; width: 100%;}
.n_left .blogUL1  li:hover { margin-left: 10px;}
.n_left .blogUL1  li:hover a,.n_left .blogUL1  li:hover a i { color: #eb7b24; text-decoration: none;}

@media only screen and (max-width:768px ) {
.blog_box .n_left  { padding: 0; border: 0; background: none;}
.blog_nav_h4 {  position: relative;  margin-bottom: 20px;  background: none;  text-align: left !important;  background: #008051 !important;    padding: 0px 10px;    line-height: 36px;  color: #fff !important;   font-size: 16px !important;    border-bottom: none;   border-radius: 5px;}

.blog_nav_h4:after {  display: block;  content: "\f107";   font-family: "FontAwesome";   position: absolute;   right: 15px;   cursor: pointer;    font-size: 20px;    top: 0px;    color: #fff;  font-style: normal;}
    
 .blog_nav_h4.active:after {   content: "\f106";}

.blog_box .block { border-bottom: 0px solid #f0f0f0; padding-bottom: 0px; margin-bottom: 10px;}
.blog_box .modules .block:last-child { border: none;} 
.n_left .blog_nav_h4:before { display: none;}
.n_left .blog_nav_h4  { border-bottom: 0; margin-bottom: 10px;}
.blog_box .n_right  { padding-right: 0; margin-top: 0px;}
}


.n_left .blog_left_h4 { margin-bottom: 15px; color: #333; font-size: 20px; line-height: 36px; text-transform: uppercase; font-family: "Kamerik_Bold"; position: relative; border-bottom: 1px solid #ddd;}
.n_left .blog_left_h4 :before {content: ""; position: absolute; width: 60px; height: 2px; background: #eb7b24; left: 0; bottom: -1px;}
@media only screen and (max-width:768px ) {

.blog_left_h4 {
    position: relative;
    margin-bottom: 20px;
    background: none;
    text-align: left !important;
    background: #008051 !important;
    padding: 0px 10px;
    line-height: 36px;
    color: #fff !important;
    font-size: 16px !important;
    border-bottom: none;
    border-radius: 5px;
}

.blog_left_h4:after {
    display: block;
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    top: 0px;
    color: #fff;
    font-style: normal;}
    
    .blog_nav_h4.active:after {
    content: "\f106";
}

.n_left .blog_left_h4 :before { display: none;}
.n_left .blog_left_h4 { border-bottom: 0;}

}


.n_left .blog_tags_h4 {margin-bottom: 15px; padding-bottom: 4px; color: #333; font-size: 20px; line-height: 32px;text-transform: uppercase; font-family: "Kamerik_Bold"; position: relative; border-bottom: 1px solid #ddd;}
.n_left .blog_tags_h4:before {content: ""; position: absolute; width: 60px; height: 2px; background: #eb7b24; left: 0; bottom: -1px;}
.n_left .blog-list1 li { display: inline-block; margin: 5px 2px;}
.n_left .blog-list1 li a {  text-transform: capitalize; font-size: 12px;
    display: block;
    text-decoration: none;
    background: #fff;  border: 1px solid #ddd;
    color: #999;
    padding: 7px 10px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
}

.n_left .blog-list1 a:hover { background: #eb7b24; color: #fff; border: 1px solid #eb7b24;}
@media only screen and (max-width:768px ) {

.blog_tags_h4 {
    position: relative;
    margin-bottom: 20px;
    background: none;
    text-align: left !important;
    background: #01509f !important;
    padding: 0px 10px;
    line-height: 36px;
    color: #fff !important;
    font-size: 16px !important;
    border-bottom: none;
    border-radius: 5px;
}

.blog_tags_h4:after {
    display: block;
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    top: 0px;
    color: #fff;
    font-style: normal;}
    
    .blog_nav_h4.active:after {
    content: "\f106";
}

}


/*blog右边*/
.blog_list>li:hover em{color:#D7000F;}
ul.blog-list{ margin-top:15px}
ul.blog-list, ul.blog-list1{padding: 0;list-style: none;margin-bottom:0;text-align:left;}
ul.blog-list li {margin:0 20px 14px 0;}
ul.blog-list li a i{color:#D7000F; font-size:13px; opacity:0.6; margin-right:10px;}
ul.blog-list li a {color:#808080;font-size:13px;vertical-align: initial;text-decoration: none;display: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;  }
ul.blog-list li a:hover{color:#D7000F;text-decoration:underline; padding-left:10px;}
.blog_list{ margin-top:0px}
.blog_list li{ list-style:none;     border-bottom: 1px solid #e5e5e5;padding-bottom: 15px; margin-bottom:20px;}

.blog_list li .image{display:block;overflow:hidden;margin-bottom:20px;}
.blog_list li .image img{
	max-width:100%;
	height:auto;
	-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.blog_list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}



.blog_list li h4{ margin-top:0; padding-top:0}
.blog_list li .entry-content-top-right a{ font-size:16px; color:#444; display:block; line-height:26px; overflow:hidden;   margin-bottom:15px; font-family: 'Kamerik_Bold';}
.blog_list li:hover .entry-content-top-right a { color:#eb7b24; text-decoration:none}
.blog_day{ margin-bottom: 0px;}
.blog_day i{ margin-right:6px; color:#7F7F7F;}
.blog_day span{ display: block;
    color: #eb7b24;
    font-size: 13px; line-height: 20px;
    padding-left: 20px;
    background: url(../images/new_time.png) no-repeat left 1px; }

.blog_list li .p{ font-size:14px; color:#7F7F7F;  overflow:hidden; max-height:48px; line-height:24px; margin:10px 0 16px;}
.blog_list  .page_more { margin-top: 20px; display: inline-block; font-size: 13px; line-height: 24px; padding: 7px 20px; text-transform: capitalize; color: #fff; background: #008051; text-decoration: none;}
.blog_list  .page_more:hover { background: #eb7b24;}



.blog_list .p_hot_2 { width: 100%;}
.blog_tag{padding:5px 12px;text-align:left;
margin-top:15px; background: #F7F7F7;}
.blog_tag>p{display:inline-block;font-size:13px;margin-right:5px;text-transform:uppercase; color: #4C4C4C;}
.blog_tag>p i{padding-right:2px; color: #4C4C4C;}
.blog_tag li{display:inline-block;margin:5px;border:none;padding:0;}
.blog_tag li:last-child{padding:0;}
.blog_tag li a{display:inline-block;padding:2px 10px;color:#808080;font-size:13px;text-transform:capitalize;border: 1px solid #CCCCCC; border-radius:11px;}
.blog_tag li a i { color: #808080;}
.blog_tag li i{padding-right:5px;color:#4d4d4d;}
.blog_tag li:hover a{border: 1px solid #eb7b24; color:#fff;text-decoration:none;background:#eb7b24;}
.blog_tag li:hover i{color:#fff;}
.blog_list li .read_more { margin-top: 20px;}

/*blog_main*/
.blog_detail .title{margin-bottom:15px;border-bottom:1px solid #e5e5e5;padding-bottom:15px;text-align:left;}
.blog_detail .title em{font-size:16px;display:block; margin-bottom:15px; line-height: 26px;  color: #333; font-family: "Kamerik_Bold";}
.blog_detail .title p{font-size:14px;color:#7F7F7F;font-weight:400; display:inline-block;    border: 1px solid #e5e5e5;    padding: 3px 10px;}
.blog_detail .title p:before{content:"-";padding-right:5px;}
.blog_detail .title p:after{content:"-";padding-left:5px;}
.blog .blog_detail .title{text-align:left;}

.blog_detail .text{font-size:14px;font-weight:400;line-height:24px;}
.blog_detail .text img{max-width:100%;height:auto;}

@media only screen and (max-width: 768px){
	.blog_list li .entry-content-top-right a { font-size: 15px;}
	.blog_detail .title em{font-size:15px; margin-bottom: 10px;   }
	.blog_detail .title {  padding-bottom: 10px;}	
	.blog_detail .text { font-size: 13px; line-height: 24px;}
}


/*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:16px;text-transform:capitalize;display:block;text-transform:capitalize;color:#444; font-family: "Kamerik_Bold"; }
.stp-top a:hover{text-decoration:none;color:#eb7b24;}
.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; color: #666; font-size: 14px; line-height: 18px;}
.stp-top a:hover i{padding-left:12px; color:#eb7b24;}
.stp-listB{display:block;padding:10px 0;border-top:1px solid #eee;list-style:none;margin-top:5px; }
.stp-listB>li{float: left; width:25%;padding:8px 0px;overflow:hidden;}
.site_proje .stp-listB >li {width:33%;}
.stp-listB>li>a{font-size:14px;line-height:22px;display:block;color:#666; }
.stp-listB>li>a:hover{color:#eb7b24;}
.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:#eb7b24;}
.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%;}
}



.page_factory { padding: 60px 0; overflow: hidden;}
.page_factory ul li {width: 33.3333%; float: left; padding:0 10px; margin-bottom: 20px; list-style: none;}
.page_factory ul li .box { width: 100%; position: relative;}
.page_factory ul li .box .image { width: 100%; overflow: hidden; position: relative;}
.page_factory ul li .box .image .pic img { width: 100%; height: auto; max-width: 100%;}
.page_factory ul li .box .image .icon{transition: all .5s; position: absolute; top: -100%; left: 50%;  transform: translate(0%,-50%);-webkit-transform:translate(0%, -50%);
 -moz-transform:translate(0%, -50%);-ms-transform: translate(0%, -50%);  
-o-transform: translate(0%, -50%);   z-index: 2;} 
.page_factory ul li .box:hover .image .icon {top: 50%; left: 50%; transform: translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);
 -moz-transform:translate(-50%, -50%);-ms-transform: translate(-50%, -50%);  
-o-transform: translate(-50%, -50%);  }

.page_factory ul li .box  .main {padding: 15px 0; z-index: 2; background: rgba(0,0,0,0.3); position: absolute; bottom: 0; width: 100%; text-align: center;}
.page_factory ul li .box  .main .title  { display: inline-block; color: #fff; font-size: 18px; font-family: "Kamerik_Bold"; line-height: 20px; height: 20px; overflow: hidden;}
.page_factory ul li .box:hover  .main { background: rgba(0,0,0,0); }
.page_factory ul li .box:hover .hei {transition: all .5s; position: absolute; top: 0; background: rgba(0,0,0,0.3); left: 0; width: 100%; height: 100%; z-index: 1;}

@media only screen and (max-width:768px ) {
.page_factory { padding-top: 40px; padding-bottom: 20px; overflow: hidden;}
.page_factory ul li { width: 50%;}
}

.page_video { padding: 60px 0 30px; overflow: hidden; background: #FCFCFC;}
.page_video ul { list-style: none;}
.page_video ul li {margin-bottom: 30px; list-style: none; width: 25%; float: left; padding: 0 15px; overflow:hidden;}
.page_video ul li .image { position: relative; overflow: hidden;}
.page_video ul li .image > a > img { width: 100%; height:auto; max-width: 100%; }
.page_video ul li .image .icon {width: 60px; height: 60px; border-radius: 100%; transition: all .5s; position: absolute; top: 300%; left: 50%; transform: translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);
 -moz-transform:translate(-50%, -50%);-ms-transform: translate(-50%, -50%);  
-o-transform: translate(-50%, -50%);   
}
.page_video ul li .image .icon img { max-width: 100%; height: auto;}
.page_video ul li .title {margin-top: 20px; text-decoration: none; text-transform: capitalize; display: block; text-align: center; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; font-family: "Kamerik_Bold";}
.page_video ul li:hover  .title { color: #eb7b24;}
.page_video ul li:hover  .image .icon { top: 50%;}

 @media only screen and (max-width:768px ) {
 	.page_video { padding: 40px 0 20px;}
 	.page_video ul li {width: 50%; margin-bottom: 10px; padding: 0 10px;}
 }
 @media only screen and (max-width:480px ) {
 	.page_video ul li .image .icon {width: 40px; height: 40px;}
 	.page_video ul li .title { margin-top: 10px; font-size: 13px;}
 }
 

.faq_l{list-style:none;}
.faq_l li.question{overflow:hidden;border-radius:25px;padding:5px;padding-right:20px; background: #F9F9F9;}
.faq_l li.question > i{display:inline-block;margin-right:10px;background:#ccc;width:36px;height:36px;float:left;border-radius:50%;text-align:center;margin-top:1px;margin-left:1px;font-style:normal;}
.faq_l li.question > i:before{content:"\f105";font-family:'FontAwesome';line-height:36px;font-size:18px;color:#fff;}
.faq_l li.question > h4{margin:0;display:inline-block;max-width:80%;line-height:24px; font-family: "Kamerik_Bold";  margin-top:7px;float:left;color:#333333;font-size:14px;}
.faq_l li.answer{color:#808080;font-size:12px;line-height:24px;overflow:hidden;display:none; margin: 15px;}
.faq_l li.answer a{text-decoration:underline;}
.faq_l li.answer a:hover{color:#e33c38;}
.faq_l div.clearfix{height:10px;display:block;}

.faq_l li i.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background:#eb7b24;
}

@media only screen and (max-width: 768px) {
	.faq_l li.question > h4{font-size:14px;margin-top:4px;line-height:20px;}
	.faq_l li.question > i{width:28px;height:28px;}
	.faq_l li.question > i:before{line-height:28px;}
}
@media only screen and (max-width: 480px) {
	.faq_l li.question{background-image:none;padding:0;border-bottom:1px solid #eee;background:none;padding-bottom:5px;border-radius:0;}
	.faq_l li.answer{padding:10px 0;}
	.faq_l li.question > h4{max-width:82%;}
}

.page_process { padding: 60px 0; overflow: hidden; color: #555;  background: #FCFCFC;}
.page_process .nav-tabs>li>a {list-style: none;cursor: pointer; text-transform:capitalize;color:#333; line-height:46px; border:none; border-top:1px solid #f6f6f6 !important;border-bottom:1px solid #f6f6f6 !important; border-left:1px solid #f6f6f6 !important; text-align:center; background:#fafafa !important; float:left; padding: 0; }
.page_process .nav-tabs>li:last-child>a { border-right:1px solid #f6f6f6 !important ;}

.page_process .nav-tabs {width: 100%;    border-bottom: 0px solid #ddd; margin: 0px auto;padding: 0px; color:#333; line-height:30px; text-transform:capitalize;font-size:16px; display:inline-block;border-right:none;  margin-bottom:0px;}
.page_process .nav-tabs>li {position: relative; list-style: none;cursor: pointer; text-transform:uppercase;color:#eb7b24; line-height:46px; border:none;  text-align:center; background:#fff !important; padding:0px; font-size:16px; float:left;  margin-bottom: 20px; width: 20%; float: left; display: block;  text-align: center;}
.page_process .nav-tabs>li a {width: 100%; border-radius: 0;margin-right: 0;font-size:14px; font-family:'Kamerik_Bold';}
.page_process .nav-tabs>li:after {content: ""; right:-12px; top: 10px; z-index: 999; position: absolute; width: 28px; height: 28px;  border-radius: 100%; border: 2px solid #fff; background:#eeeeee url(../images/proce_jiantou.png) no-repeat left top;}
 .page_process .nav-tabs>li.active>a,  .page_ab .nav-tabs>li.active>a:focus, .page_ab .nav-tabs>li.active>a:hover {color:#fff;z-index:99; background-color:#eb7b24 !important; border: 0;}
.page_process .nav-tabs>li:last-child:after { display: none;}
.page_process .nav-tabs>li.active:after, .page_ab .nav-tabs>li.active:after, .page_ab .nav-tabs>li.active:after {background:#eb7b24 url(../images/proce_jiantou.png) no-repeat left -24px; }
.page_process .nav-tabs>li a:hover { background: #eb7b24 !important; color: #fff;}
.page_process  img { max-width: 100%; height: auto;}
.page_process .img  { font-size: 13px; line-height: 24px; margin-top: 20px;}

@media only screen and (max-width:1200px ) {
	.page_process .nav-tabs>li { width: 32.33333%; margin-right: 1%;}
}


@media only screen and (max-width:768px ) {
	.page_process .nav-tabs>li { width: 49%;}
	.page_process  { padding: 40px 0;}
}
@media only screen and (max-width:480px ) {
	.page_process .nav-tabs>li { width: 99%; margin-bottom: 10px;}

}
