/*reset*/
:focus{outline:0;}
body,ul,img,input,dl,dd,tr,th,td{margin:0;padding:0;}
em{font-style:normal;}
img{border:none;max-width:100%;}
a{text-decoration:none;color:#333;}
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;}
iframe{max-width:100%;}
video{max-width: 100%;}
.map iframe{width:100%;}
p{margin:0 0 15px 0;}
ul,li,ol{ list-style:none}  




.single-page ul,.news_info .text ul,.pro_description .text ul{ width:100%;}
.news_info ol{margin-block-start: 0; padding-inline-start: 15px;}
.single-page ul li,.news_info .text ul li,.pro_description .text ul li{ display:block; padding-left: 18px; position: relative}
.single-page ul li:before,.news_info .text ul li:before,.pro_description .text ul li:before{ position:absolute; content:''; width:7px; height: 7px; background: #666; border-radius: 50%; left: 0; top: 13px;}
.news_info .text ul li:before{ top:10px;}
.pro_description .text ul li:before{ top:11px;}
.news_info ol li{list-style-type:decimal}


@font-face {
    font-family: 'BarlowCondensed Bold';
    src:url(../font/BarlowCondensed-Bold.eot);
    src: url(../font/BarlowCondensed-Bold.eot?#iefix) format('embedded-opentype'),
	 url(../font/BarlowCondensed-Bold.woff) format('woff'),
	 url(../font/BarlowCondensed-Bold.woff2) format('woff2'),
	 url(../font/BarlowCondensed-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}  

@font-face {
    font-family: 'Lato Bold';
    src:url(../font/lato-bold.eot);
    src: url(../font/lato-bold.eot?#iefix) format('embedded-opentype'),
	 url(../font/lato-bold.woff) format('woff'),
	 url(../font/lato-bold.woff2) format('woff2'),
	 url(../font/lato-bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} 


@font-face {
    font-family: 'Lato';
    src:url(../font/lato-regular.eot);
    src: url(../font/lato-regular.eot?#iefix) format('embedded-opentype'),
	 url(../font/lato-regular.woff) format('woff'),
	 url(../font/lato-regular.woff2) format('woff2'),
	 url(../font/lato-regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} 

/*share*/
body{font-size:14px; font-family:'Lato', arial, sans-serif; color:#666; line-height:26px; background:#fff; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}
.bold{font-weight:bold;}
.fontRed{color:red;}
.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
#powerby{color: #808080;font-size: 12px;}
#powerby a:hover{color: #fff;}

@media only screen and (max-width: 768px) {
	.row{margin:0;}
}

*: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:-ms-input-placeholder{color:#666;}/* Internet Explorer 10+ */ 
input::-webkit-input-placeholder{color:#666;}/* WebKit browsers */
input::-moz-placeholder{color:#666;}/* Mozilla Firefox 4 to 18 */ 
input:-moz-placeholder{color:#666;}/* Mozilla Firefox 19+ */ 

textarea:-ms-input-placeholder{color:#666;}/* Internet Explorer 10+ */ 
textarea::-webkit-input-placeholder{color:#666;}/* WebKit browsers */
textarea::-moz-placeholder{color:#666;}/* Mozilla Firefox 4 to 18 */ 
textarea:-moz-placeholder{color:#666;}/* Mozilla Firefox 19+ */ 
 
.container{ width:94%; margin: 0 auto; max-width: 1303px;}  
.container-big{ width:94%; margin: 0 auto; max-width: calc(100% - 280px);}  
/*nav*/ 
header .wrapper{display:none;}
.wrapper .toggle{float:right;width:56px;height:77px;cursor:pointer;color:#004d91;text-decoration:none;font-size:14px;text-indent:-9999em;line-height:24px;font-size:1px;display:block;text-align:center;background: none;}

html.hc-yscroll {
	overflow-y: scroll
}
body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}
.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}
.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}
.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}
.hc-mobile-nav .nav-wrapper {
	width: 100%
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.hc-mobile-nav li {
	position: relative;
	display: block
}
.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}
.hc-mobile-nav input[type="checkbox"] {
	display: none
}
.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}
.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}
.hc-mobile-nav a, .hc-mobile-nav a:hover {
	text-decoration: none
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}
.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}
.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}
.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}
.hc-mobile-nav.side-left {
	left: 0
}
.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-right {
	right: 0
}
.hc-mobile-nav.side-right .nav-container {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}
.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 20px;
	z-index: 9980;
	min-height: 24px
}
.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #34495E;
	transition: all .2s ease
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
	content: '';
	width: 100%
}
.hc-nav-trigger span::before {
	top: -10px
}
.hc-nav-trigger span::after {
	bottom: -10px
}
.hc-nav-trigger.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}
.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}
.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {
	background: rgba(0,0,0,0.5)
}
.hc-mobile-nav .nav-wrapper {z-index:2;background:#fafafa;}
.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}
.hc-mobile-nav h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #004d91;
	
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
	background:rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.hc-mobile-nav a {
	padding: 10px 17px;
	font-size: 14px;
	color: #333;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	 
}
.hc-mobile-nav:not(.touch-device) a:hover {
	background: #f2f2f2
}
.hc-mobile-nav li {
	text-align: left
}
.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
	background:rgba(0,0,0,0.05);background-size:100%;text-transform: uppercase;color:#808080;
}
.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
	background: rgba(0,0,0,0.2)
}
.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}
.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width:45px;
	height:100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display:flex;flex-direction:column;justify-content:center;align-items:center;
}
.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {
	content:'';display:inline-block;background:#4d4d4d;width:20px;height:2px;margin:2px 0;
}
.hc-mobile-nav li.nav-close span::before {
	transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);
}
.hc-mobile-nav li.nav-close span::after {
	transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);
}
.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	transform-origin: center
}
.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}

#main-nav {
	display: none
}
header {
	position: relative;
	padding: 50px 0 20px
}
header .git svg {
	width: 15px;
	height: 15px;
	fill: #fffce1;
	position: relative;
	top: 2px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px solid #4daabb;
	transition: border-color .15s ease-in-out
}
header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	min-height: 24px;
	top: 0;
	right:0;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 24px;
}
header .toggle span {
	width: 20px;
	top: 50%;
}
header .toggle span, header .toggle span::before, header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 2px;
	background: #004d91;
	transition: all .1s ease;
	margin-left:-10px;
	border-radius:10px;
}
header .toggle span::before, header .toggle span::after {
	content: '';
	width: 100%;
	border-radius:5px;
}
header .toggle span::before {
	top: -6px
}
header .toggle span::after {
	bottom: -6px
}
header .toggle.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
header .toggle.toggle-open span::before {
	transform: translate3d(0, 6px, 0)
}
header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(6px, 0, 0)
}
header .toggle:hover span, header .toggle:hover span::before, header .toggle:hover span::after {
	
}
header .toggle div {
	display: inline-block;
	margin-right: 15px
}
.hc-mobile-nav .nav-container {
	width: 280px
}
.hc-mobile-nav a {
	font-size: 14px;text-transform:capitalize;
}

.hc-mobile-nav ul li ul li a {
	font-size: 14px; text-transform:capitalize;
}
.hc-mobile-nav ul.first-nav > li > a{text-transform:uppercase;}
.hc-mobile-nav ul.second-nav > li > a{text-transform:uppercase;}


/*mainmenu*/
.mainmenu-area{width:auto; padding-top:38px;float: right;z-index: 5;}
.mainmenu_box{float:left;width:36%;padding-right:0;}
.find .product_vmegamenu>ul li a {
	padding: 14px 10px;
}
.product_vmegamenu ul li a.hover-icon::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 0;
	color: #808080;
	top: 14px;
}

.mainmenu ul li.product_vmegamenu>ul>li .title{font-size: 17px; padding: 0;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;padding-top: 0;text-transform: capitalize;}
.mainmenu ul li.product_vmegamenu>ul>li .nav_list li:hover .title{color: #004d91;}
.mainmenu ul li.product_vmegamenu>ul>li .title:before{display: none;}
.mainmenu ul li.product_vmegamenu>ul>li .title:after{display: none;}
.mainmenu ul li.product_vmegamenu>ul>li:hover > a , .mainmenu ul li.product_vmegamenu>ul>li.active > a{color: #004d91;}
.mainmenu ul li.product_vmegamenu>ul>li > a:before{display: none;}
.mainmenu ul li.product_vmegamenu>ul>li:hover.has-menu::after{color: #004d91;}
.mainmenu ul li.product_vmegamenu>ul>li .list p{margin: 0;margin-bottom: 10px;}
.mainmenu ul li.product_vmegamenu>ul>li .list a{font-size: 14px;}
.mainmenu ul li.product_vmegamenu>ul>li .list a:before{content:"\f105";font-family: FontAwesome;margin-right: 5px;text-decoration: none;}
.mainmenu ul li.product_vmegamenu>ul>li .list a:hover{color: #004d91;}

.product_vmegamenu>ul>li a img {
	max-width:100%;height:auto;
}
.product_vmegamenu>ul>li .vmegamenu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px -1px #666666;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
	opacity: 0;
	z-index: 999999;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	padding: 10px;
}
.product_vmegamenu ul li:hover .vmegamenu {
	opacity: 1;
	top: 52px;
	visibility: visible;
}
.product_vmegamenu ul li .vmegamenu span {
	float: left;
	padding: 15px;
	width: 20%;
}
.product_vmegamenu ul li .vmegamenu span img {
	max-width: 100%;
}
/* mainmenu */
.mainmenu{text-align:left;}
.mainmenu>nav>ul>li {
    display: inline-block; 
    padding:0 0 0 0;
} 
.mainmenu>nav>ul>li:first-child{padding-left:0} 
.mainmenu ul li a{transition:all .3s;}
.mainmenu>nav>ul>li>a {
  color: #333333;
  display:inline-block;
  font-size: 16px;
  line-height:35px;
  padding:0 28px; 
  text-transform:uppercase;
  transition:all .5s; 
  z-index:2;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  font-family: 'Lato Bold'; 
  text-decoration: none; 
  position: relative; 
  border-radius:20px;
}
.mainmenu ul>li>a:after{position:absolute; content:''; background:url("../images/menudq.png") no-repeat; width:27px; height: 16px;  right:12px; top: -16px; opacity: 0; z-index: -1}   
.mainmenu ul li:hover > a, .mainmenu ul li.active > a{color:#fff; background: -moz-linear-gradient(left , #004d91 , #0363b7);
    background: -webkit-linear-gradient(left , #004d91 , #0363b7);
    background: -moz-linear-gradient(left , #004d91 , #0363b7);;} 
.mainmenu>nav>ul>li:hover > a:after, .mainmenu>nav>ul>li.active > a:after,.mainmenu>nav>ul>li#active>a:after{opacity:1}

.mainmenu>nav>ul>li>ul{
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	left: auto;
	opacity: 0;
	position: absolute;
	top: 120px;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px;
	visibility: hidden;
	text-align: left;
	width: 220px;
	background: #fff;
	transition:.3s ease;
	padding:5px 0;
	background:#fff;
} 
.mainmenu ul li:hover > ul{
	opacity:1;
	visibility:visible;
	transform:scaleY(1);
}
.mainmenu ul li > ul li{
	display:block;
	padding:0;
	background:none;
	position:relative;
} 
.mainmenu ul li > ul li > a {
	color: #333333;
	padding:10px 15px;
	text-transform: capitalize;
	font-size:15px;
	line-height: 20px;
	font-style:normal;
	position:relative;
	z-index:1;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
	background-position:90% center; 
	transition:all .5s;
}
.mainmenu ul li > ul li:hover > a{
	text-decoration:none;color:#004d91;background-position:right center;padding-left:17px; background: none
} 
.mainmenu ul li > ul li > a:after{content:'';left:15px;right:15px;background:#e5e5e5;position:absolute;bottom:0;height:1px;z-index: -2;}
.mainmenu ul li > ul li:last-child > a:after{background:#fff;}

.mainmenu ul li > ul li.has-menu::after{content:"\f105";font-family:FontAwesome;font-size:16px;color:#808080;position:absolute;right:15px;top:50%;line-height:20px;margin-top:-15px;z-index: 2;}
.mainmenu ul li > ul li:hover.has-menu::after{color: #fff;}

.mainmenu>nav>ul>li ul.vmegamenu02{
	box-shadow: 10px 10px 20px rgba(0,0,0,.15);
	left: 295px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 10px 10px 20px 10px;
	visibility: hidden;
	text-align: left;
	width: 240px;
	background: #fff;
	transition:.3s ease;
	border-left: 2px solid #e5e5e5;
	margin-top: -10px;
}
.mainmenu ul li:hover > ul.vmegamenu02{
	opacity:1;
	visibility:visible;
	transform:scaleX(1);
}
.mainmenu ul li > ul.vmegamenu02 li > a{padding:10px;font-size: 14px; }
.mainmenu ul li > ul.vmegamenu02 li > a:after{background:#e5e5e5;left:10px;right:10px;}

.mainmenu ul li > ul.nav_icon{background: #f7f7f7;padding: 20px 0;}
.mainmenu ul li > ul.nav_icon li{position:relative;text-align:center;padding:0 10px;}
.mainmenu ul li > ul.nav_icon li:hover a{color: #004d91;}
.mainmenu ul li > ul.nav_icon li a:before{display: none;}
.mainmenu ul li > ul.nav_icon li a:after{display: none;}
.mainmenu ul li > ul.nav_icon li .title{font-size:15px;margin:0;position:relative;padding:5px 10px; }
.mainmenu ul li > ul.nav_icon li .title:hover{padding:5px 10px;color:#004d91;}
.mainmenu ul li > ul.nav_icon li .icon{display:inline-block;margin-bottom:5px;padding:2px;transition: 0.9s all;}
.mainmenu ul li > ul.nav_icon li .icon:hover{padding:2px;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}
.mainmenu ul li > ul.nav_icon li .icon img{max-width:56px;max-height:56px;width:auto;height:auto;}
.mainmenu ul li > ul.nav_icon.about_nav_icon li .icon i{width: 40px;height: 40px;display: block;background-position: 0 0;}

.mainmenu ul li.product_vmegamenu > ul{width: 310px; padding: 15px 15px 0 15px;padding-top: 20px;}

.mainmenu ul li > ul li .nav_list li{padding:0 20px;margin-bottom:10px;border-right:1px solid #ebebeb;}
.mainmenu ul li > ul li .nav_list li:last-child{border-right:none;}
.mainmenu ul li.product_vmegamenu ul li>a.image{display:block;width:100%;height:180px;background-size:cover;background-position:center center;background-repeat:no-repeat;margin-bottom:10px;}
.mainmenu ul li.product_vmegamenu .container{width: 100%;}
.mainmenu ul li.product_vmegamenu .nav_list li{float: left;width: 20%;padding: 0px 15px;}
.mainmenu ul li.product_vmegamenu .nav_list li:nth-child(5n+1){clear: both;}
.mainmenu ul li.product_vmegamenu .nav_list{padding:20px 10px;}
.mainmenu ul li.product_vmegamenu .nav_list li a.title{font-size: 16px;padding: 10px 0;border-bottom: none;}
.mainmenu ul li.product_vmegamenu .nav_list li a:after{left: 0;right: 0;background:#f5f5f5}
.mainmenu ul li.product_vmegamenu .nav_list div p a{ font-size:13px; color:#666; line-height:20px; padding:0; display:inline-block; text-transform:capitalize;}
.mainmenu ul li.product_vmegamenu .nav_list div p a:before{content:"\f105";color:#999;padding-right:5px;font-family:FontAwesome;transition:all .5s;}
.mainmenu ul li.product_vmegamenu .nav_list div p a:hover{ color:#004d91;text-decoration:none;}
.mainmenu ul li.product_vmegamenu .nav_list div p{margin: 0;margin-bottom: 5px;}

.mainmenu ul li.product_vmegamenu .vmegamenu >li{display: flex;align-items: center;border-bottom: 1px solid #e5e5e5;padding-bottom: 10px;margin-bottom: 10px;}
.mainmenu ul li.product_vmegamenu .vmegamenu >li:last-child{ border-bottom:none}
.mainmenu ul li.product_vmegamenu .vmegamenu >li .image{min-width: 50px;max-width: 50px;padding: 0;height: auto;margin: 0;}
.mainmenu ul li.product_vmegamenu .vmegamenu >li .title{padding: 0;margin: 0;padding-left: 0;border: none;font-size: 14px;}
.mainmenu ul li.product_vmegamenu .vmegamenu >li > a:after{display: none;}
 
@media only screen and (max-width: 992px) {
	header .wrapper{display:block;}
	.vmegamenu{ padding:0px 0px !important;}
	.mainmenu-area{margin:0;padding:0; display: none}
	.mobile-menu-area{top:25px;}
	.nav_content > .container{width:100%;} 
}

/*index*/ 
.header{transition:all .5s; position: relative; background: #fff;}  

#logo{float: left; margin:15px 0;}
.header h1{margin:0;padding:0;}
#logo a{padding:0;display:block;position: relative;z-index: 5;transition:all .5s;}
#logo img{height:auto;padding:0;transition:all .5s;max-width:89px;}
 

.header_top{ width:100%; margin: 0 auto; background: #ededed; height: 45px;}  
.header_top .contact{float:left}
.header_top .contact li{ display:inline-block; padding-right:42px; line-height: 45px;} 
.header_top .contact li:last-child{ margin-right:0; padding-right: 0; border: none}
.header_top .contact li a{ display:inline-block; color: rgba(0,0,0,.7); font-size: 14px}
.header_top .contact li img{ display:inline-block; margin-right: 11px;}
.header_top .contact li a:hover{ color:#095395; text-decoration: underline}

.header_top .share{ float: right; display: flex; justify-content: flex-end; margin: 7px 15px 0 0;}
.header_top .share li{ display:inline-block;}
.header_top .share li a{display:flex; align-items: center; width:30px; height:30px; margin-right: 15px; line-height: 30px; justify-content:center; transition: all .5s}
.header_top .share li a:hover{filter:FlipH; transform: rotateY(180deg);}

.language{float:right;list-style: none; position: relative; margin-top: 14px} 
.language:hover{overflow: inherit;}
.language .menu{display: block;position: relative;cursor: pointer;}
.language .menu-title { width:auto; height: 21px; display: flex; align-items: center; position: relative;} 
.language .menu-title img{flex:21px 0 0; margin-right: 13px;} 
.language .menu-title p{display: inline-block; margin:0; color: #222222;font-size: 15px; line-height: 21px; font-family: 'Roboto'; text-transform:capitalize} 
.language .menu-title i{position: relative; margin-left:8px; width: 10px;display: inline-block; height: 6px; vertical-align: middle; text-align: center; background: url(../images/lan_down.png) no-repeat}

.language .menu-dropdown {min-width: 100%; padding: 0;position: absolute; background: #fff; z-index: 100; transition: all .5s; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); opacity: 0; min-width: 120px; left: 0; top:21px; display: none}
.language:hover .menu-dropdown{opacity: 1; display: block}

.language .menu:not(:hover) > .menu-dropdown {background: #fff; z-index: 99;}
.language .menu:not(:hover) > .menu-title:after {border-bottom-color: #fff;}
.language .menu-dropdown > * {
  overflow: hidden;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.language .menu-dropdown > *:hover {background: #2891ec;}c
.language .menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}
.language .menu-dropdown li{border-bottom: 1px solid #e5e5e5; text-align: left;}
.language .menu-dropdown li:last-child{border-bottom:none;}
.language .menu-dropdown li a{display: block; text-decoration: none}
.language .menu-dropdown li p{margin: 0;font-size: 13px;padding-left: 10px;text-transform: capitalize;display: inline-block;}
.language .menu-dropdown li img{max-width: 22px; }
.language .menu-dropdown li:hover p{ color:#fff}

.search{float:right; margin: 34px 0 0 69px; border: 1px #dadada solid; border-radius: 21px; position: relative; max-width: 220px}
.search input{ width:100%; border-radius: 21px; line-height: 40px; padding: 0 50px 0 20px; border: none; outline: none; font-size: 16px;}
.search button{ display:block; width:38px; height:38px; border-radius: 50%; position: absolute; right: 1px; top: 1px; background: -moz-linear-gradient(left , #004d91 , #0363b7); background: -webkit-linear-gradient(left , #004d91 , #0363b7); background: -moz-linear-gradient(left , #004d91 , #0363b7); border:none; outline: none}
 

/* Sizes for the bigger menu */
header{width: 100%;z-index: 9999999;padding: 0;position:fixed;} 
header.large{top:0;}
header.small{left:0;top:0;box-shadow:0 0 20px 2px rgba(0,0,0,0.15);}
header.small .header{background-color:#fff}  
header.small .company_name{ margin:4px 0 0 26px}
header.small .header_top{ display:none}
header.small .header_right{ padding-top:20px}
header.small .company_name:before{height: 60px;}
header.small .mainmenu>nav>ul>li>ul{ top:75px;}

.height{padding-top: 155px; z-index: 5;position: relative;}
.hc-mobile-nav ul.select_lan{ display:none} 

 

@media only screen and (max-width:1366px) {  
	.search{ margin-left:35px;}
}
@media only screen and (max-width:1260px) {
.mainmenu>nav>ul>li>a{ padding:0 10px}    
 
}

@media only screen and (max-width: 992px) {  
.height{padding-top:77px !important;}
	header,header.large{border:none;z-index: 999999;top:0;position: fixed;padding-left: 0;padding-right: 0;} 
	header.large .header,.header,header.small .header{background:#fff;position:relative;padding:0;z-index: 999999; height:77px;}
	.header > .container , header.small .header > .container{width:100%;padding: 0;}
	.header .row{margin:0;}
	.header #logo,header.small #logo,header.large .header.page_header #logo{padding:5px 0;position:relative;z-index:9999999;float:left;margin:0;margin-left:10px;position: relative;transform: translate(0, 0);left: auto;}
	.header #logo .logo_img img,header.small #logo .logo_img img , header.small #logo .logo_img img{max-width: 75px;}  
	.header_top .contact,.header_top .share{ display:none}  
	.header_top{ height:auto; background: none}
	
	.top-search em{font-size:18px;line-height:24px;margin-bottom:10px;display: block; padding-left: 0;}
	.top-search .form-control{width: 100%;height: 50px;line-height: 50px;font-size: 16px;}
	.top-search .search_btn .btn_search1{width: 46px;height: 46px;}
	.top-search .search_btn{line-height: 46px;width: 46px;height: 46px;}
	.top-search .search_btn:before{font-size: 18px;}
	.fixed-search .theme-popbod{padding-right: 0;padding-top: 30px;width: 90%;}
	.search-info p{display: none;}
	.search-info span{display: none;} 
	.search-info i{background-position: -328px -5px;}
	.top-search{width: 100%;}
	.theme-poptit{right: 0;top: 0;border-radius: 0 0 0 5px;}
	.theme-poptit .close{font-size: 36px;}
	.language{ position:absolute; right:250px; top:15px;}
	.hc-mobile-nav ul.select_contact{ display:block; margin-top: 25px}
	.hc-mobile-nav ul.select_contact li{padding: 10px 20px;}
	.hc-mobile-nav ul.select_contact li a{display: block;height: 40px;line-height: 40px;color: #fff;font-size: 14px; font-family: 'Lato Bold';  ;  text-align: center;border:none;background:#004d91;padding: 0;text-transform: uppercase;border-radius:30px;}
	.hc-mobile-nav ul.select_contact li a:after{content:'\f0e0';font-family: 'FontAwesome';margin-left: 15px;position: relative;right: auto;opacity: 1;top: auto;margin-top: 0;background:none;width: auto;height: auto;animation: none; font-size:16px}
	.hc-mobile-nav ul.select_contact li a:hover{background:#004d91;}
	.hc-mobile-nav .social_icons{margin-top: 20px;padding-left: 10px;padding-right: 10px;}
	.hc-mobile-nav .social_icons li{border: none;padding: 0;}
	.hc-mobile-nav .social_icons li a{border: none;padding:5px;}  
	 
	 
	.search{ margin:19px 55px 0 0; max-width: 160px;}
}
@media only screen and (max-width: 768px) {
	.select-modal{width: 90%;height: 90%;top: 5%;}
	.select-show .select-content{position: static;height: 100%;overflow: scroll;overflow-x: visible;overflow-y: auto;margin: 0;}
	.select-content{display: block;background:#fff url(../images/incoming-message.png) no-repeat right top;}
	.select-content .select_title{width: 100%;padding: 30px 20px;}
	.select-content .select_title > p{font-size: 12px;margin-bottom: 10px;}
	.select-content .select_title .text{font-size: 12px;}
	.select-content .select_title .title{font-size: 32px;}
	.select-content .select_title .bottom_title{margin-top: 20px;}
	.select-content .select_title .bottom_title em{margin-bottom: 5px;}
	.select-content .main{width: 100%;padding:30px 20px;border-left: none;} 
}

@media only screen and (max-width: 575px) { 
	.search{ max-width:150px;}
	.language{ right:220px} 
}

@media only screen and (max-width: 992px) {  
.hc-mobile-nav ul.select_lan{padding-left: 10px;margin-top: 25px;border-top: none; display: none}
.hc-mobile-nav ul.select_lan li{padding-right: 10px;width: 33.33%;float: left;margin: 0;}
.hc-mobile-nav ul.select_lan li.title{padding-left: 5px;margin-bottom: 10px;font-size: 18px;text-transform: uppercase; font-family: 'Lato Bold';  ; width: 100%;}
.hc-mobile-nav ul.select_lan li a{border: none;font-size: 14px;padding: 5px;text-align: center;}
.hc-mobile-nav ul.select_lan li a p{font-size: 14px;text-transform: capitalize;margin: 0;margin-top: 5px;}
}


@media only screen and (max-width: 414px) { 
.search{ display:none !important}	
	.language{ right:50px;}
}

/*index*/
/*首页模块的公共部分*/ 
.maintitle{ display:inline-block; width: auto; text-align: center; margin: 0 auto;color: #333333; font-size:36px; line-height: 36px; text-transform: capitalize; font-family: 'BarlowCondensed Bold'; position: relative}  
.maintitle span{ display:block; z-index: 2; position: relative}
.maintitle img{ position: absolute; content:''; width:71px; height:74px; left: 0; right: 0; margin: 0 auto; bottom:-5px; z-index: 1} 
.index_text{ width:88%; max-width:800px; max-height: 52px;  margin:15px auto 28px; text-align: center; color: #787878; font-size:15px; line-height: 26px; overflow: hidden;}

.more_btn a{color: #004d91; font-size:14px; line-height: 35px;  display: inline-block; padding: 0px 20px; background:none;font-family:'Lato Bold'; text-transform: uppercase; margin-top:20px; background: #eee; border: 1px solid #eee; position: relative; border-radius: 25px;}
.more_btn a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;} 
.more_btn a:hover{ background: #004d91; color: #fff; border: 1px solid #004d91; text-decoration: none}


@media only screen and (max-width: 992px) { 
.maintitle{ font-size:24px !important; padding: 10px 0 0 0 !important}  
.index_text{ margin:0 auto 15px; width:94%; max-width:96%; max-height: 100% !important}
}

@media only screen and (max-width: 480px) { 
.maintitle img{ display:none !important}
} 


/*产品分类*/
.cat_content{ width:100%; margin: 0 auto; padding: 0 0 75px 0; background:#fafafa; text-align: center;} 
.cat_content .mtab_box{ width:100%; height:auto; margin:0 auto;}
.cat_content .mtab_nav{ width:100%; position:relative; margin-top:-70px; z-index:99}
.cat_content .mtab_nav ul{ width:100%; display:flex; flex-wrap:nowrap}
.cat_content .mtab_nav ul li{ width:33.333333%; border:1px #ececec solid; box-sizing:border-box;  display:flex; flex-wrap:nowrap; align-items:flex-start; justify-content:flex-start; position:relative; padding:40px 24px 35px; border-right:none; background:url(../images/cat_bg_01.jpg) right center no-repeat #fff; transition: all .5s}
.cat_content .mtab_nav ul li:nth-child(2){background:url(../images/cat_bg_02.jpg) right center no-repeat #fff}
.cat_content .mtab_nav ul li:last-child{border-right:1px #ececec solid; background:url(../images/cat_bg_03.jpg) right center no-repeat #fff}
.cat_content .mtab_nav ul li:after{ position:absolute; content:''; transition: all .5s;width:calc(100% + 2px); height:5px; background:#6eab24; left:0; bottom:0; z-index:5}
.cat_content .mtab_nav ul li:before{ position:absolute; content:''; width:calc(100% + 2px); height: 5px; background: #ff860c; left: 0; bottom: 0; z-index: 6; transition: all .5s; opacity: 0}
.cat_content .mtab_nav ul li.on:before,.cat_content .mtab_nav ul li:hover:before{ opacity:1}
.cat_content .mtab_nav ul li:hover,.cat_content .mtab_nav ul li.on{ padding:45px 24px 45px; margin-top: -15px}
.cat_content .mtab_nav ul li .down{ position:absolute; left: 0; right: 0; margin: 0 auto; bottom: -15px; z-index: 6; transition: all .5; opacity: 0}
.cat_content .mtab_nav ul li:hover .down,.cat_content .mtab_nav ul li.on .down{opacity: 1; bottom: -6px}
.cat_content .mtab_nav ul li .icon{ flex:135px 0 0; margin-right:15px}
.cat_content .mtab_nav ul li .wrap{ text-align:left}
.cat_content .mtab_nav ul li .wrap a.title{ display:block; color:#333; font-size:18px; font-family:'Lato Bold'; line-height:20px; margin-bottom:10px; text-transform:uppercase}
.cat_content .mtab_nav ul li .wrap .text{ display:block; color:#888888; font-size:14px; line-height:22px; max-height:66px; overflow:hidden;}
.cat_content .mtab_nav ul li .wrap a.more{ display:inline-block; color:#004e94; font-size:14px; line-height:20px; margin-top:12px; position:relative; padding-right:12px;}
.cat_content .mtab_nav ul li .wrap a.more:after{ position:absolute; content:''; right:0; top:7px;  border-top: 5px solid transparent;
    border-left: 5px solid #004e94;  border-bottom: 5px solid transparent;}

.cat_content .mtab_content{ width:100%; margin: 0 auto; padding: 80px 0 0 0}  
.cat_content .mtab_content .slider{ margin: 0 -15px 0}
.cat_content .mtab_content .item{ width:100%;}
.cat_content .mtab_content .li{padding: 0 15px 0;  position: relative;}
.cat_content .mtab_content .li .column{position: relative; transition:all .5s; text-align: center; background: #fff; padding-bottom:  25px; overflow: hidden} 
.cat_content .mtab_content .li .image{display: block;overflow: hidden; position: relative; z-index: 9; transition: all .5s;}
.cat_content .mtab_content .li .image img{width: 100%;transition: all .9s;position: relative; z-index: 10}  
.cat_content .mtab_content .li:hover .image img{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05);}
.cat_content .mtab_content .li .title{display: block;margin: 5px 0 5px; font-size: 16px;text-transform: capitalize; line-height: 26px;overflow: hidden;font-family: 'Lato Bold'; max-height: 26px; position: relative; z-index: 9; color: #111;}
.cat_content .mtab_content .li:hover .title,.mtab_content .li .title:hover{text-decoration: underline;color: #0361b4;}
.cat_content .mtab_content .li .text{color: #808080; display: block; padding: 0 5%;  font-size: 14px; line-height: 24px; overflow: hidden; height: 48px; position: relative; z-index: 9}


.cat_content .item {height: 0;visibility: hidden;
    list-style: none;
    width: 100%;
    opacity: 0;}
.cat_content .item.active {height: auto; opacity: 1;visibility: visible;}
.cat_content .slick-prev{ left:-30px;}
.cat_content .slick-next{ right:-30px;} 
.cat_content .slick-dots{ display:none !important;} 

 
@media only screen and (max-width: 1260px) { 
.cat_content .mtab_nav ul li .wrap a.title{ text-transform:capitalize; font-size: 16px;}
.cat_content .mtab_content{padding: 40px 0 0 0} 
.cat_content .mtab_nav ul li .icon{ flex:100px 0 0}
.cat_content .mtab_nav ul li .icon img{ width:100%;}
.cat_content .slick-prev{ left:0px;}
.cat_content .slick-next{ right:0px;} 
.cat_content .slick-prev,.cat_content .slick-next{ background:none}
} 

@media only screen and (max-width: 992px) { 
	.cat_content{ padding-bottom:40px;}
	.cat_content .mtab_nav{ margin-top:30px;}
	.cat_content .mtab_nav ul li{ padding:20px; display: block; text-align: center}
	.cat_content .mtab_nav ul li .icon{flex:100% 0 0; text-align: center;}
	.cat_content .mtab_nav ul li .icon img{ width:auto}
	.cat_content .mtab_nav ul li .wrap{ width:100%; text-align: center;}
	.cat_content .mtab_nav ul li .wrap .text,.cat_content .mtab_nav ul li .wrap a.more{ display:none;}
	.cat_content .mtab_nav ul li:hover, .cat_content .mtab_nav ul li.on{ padding:20px; margin-top: 0}
}
 
@media only screen and (max-width: 768px) { 
	.cat_content .mtab_nav ul li .wrap a.title{ font-size:15px;}
}

@media only screen and (max-width: 480px) { 
	.cat_content .mtab_nav ul{ flex-wrap:wrap}
	.cat_content .mtab_nav ul li .icon{ display:none}
	.cat_content .mtab_nav ul li{width:100%; padding:5px 10px; background: #6eab24 !important;}
	.cat_content .mtab_nav ul li:hover, .cat_content .mtab_nav ul li.on{ padding:5px 10px; background: #ff860c !important;}
	.cat_content .mtab_nav ul li:before,.cat_content .mtab_nav ul li:after{ display:none}
	.cat_content .mtab_nav ul li .wrap a.title{ color:#fff; text-align: left; margin-bottom: 0;}
	.cat_content .mtab_nav ul li:hover .down, .cat_content .mtab_nav ul li.on .down{ display:none; opacity: 0}
.cat_content .mtab_content{padding: 10px 0 0 0} 
}

/*公司介绍*/
.about_content{ width:100%; margin: 0 auto;}
/*优势*/
.advantage{ width:100%; margin: 0 auto; background: url("../images/bgs.jpg") top center no-repeat; padding: 60px 0; background-size: cover !important}
.advantage .container{ display:flex; flex-wrap: wrap}
.advantage .year{ flex:49% 0 0; text-align: left; background: url("../images/kuang.png") left no-repeat}
.advantage .year span{ display:block; padding:70px 0 0 75px; font-size: 90px; font-family: 'BarlowCondensed Bold'; font-style: italic; color: #fff; line-height: 70px; text-transform: uppercase}
.advantage .year span i{ display:block; background-image:linear-gradient(-180deg,#fb900e,#ffd015); background-clip:text; -webkit-background-clip:text; color:transparent; font-size: 30px; font-family: 'Lato Bold'}
.advantage .adv_list{ width:51%;}
.advantage .adv_list .company_name{ display:block; color: #fff; font-size:36px; font-family: 'BarlowCondensed Bold'; text-transform: capitalize}
.advantage .adv_list ul{width:100%; display: flex; flex-wrap: wrap}
.advantage .adv_list ul li{width:50%; display: flex; flex-wrap: nowrap; align-items:center; margin-top: 40px;}
.advantage .adv_list ul li .icon{ margin-right: 20px;}
.advantage .adv_list ul li .wrap em{ display:block; color: #fff; font-size: 32px; font-family: 'Lato Bold'; margin-top: 8px}
.advantage .adv_list ul li .wrap p{ display:block; color: #fff; font-size: 14px; font-family: 'Lato Bold'; text-transform: uppercase; margin: 6px 0 0}

.company_brief{ width:100%; margin: 0 auto; background: url("../images/about_bg.jpg") top center no-repeat; padding: 65px 0 78px 0}
.company_photo{ width:51.5%; max-width:670px; border-radius: 10px; float: left; position: relative}
.company_photo img{width:100%; border-radius: 10px; position: relative; z-index: 2}
.company_photo .overlay{ width:100%; height: 100%; background: rgba(0,77,145,.25); border-radius: 10px; position: absolute; content:''; left: -20px; bottom: -20px; z-index: 1}

.company_text{ width:43.5%; float: right;}
.company_text .maintitle{ margin-top:25px;}
.company_text .maintitle img{left:-14px; right: auto; margin: auto}
.company_text .text{ display:block; color: #787878; font-size:15px; line-height:28px; max-height:252px; overflow: hidden; margin: 18px 0 15px; padding-right: 15px;}
.company_text .more a{ display:inline-block; color: #004d91; padding: 5px 0; font-size:15px; text-transform: uppercase; text-decoration: underline; transition: all .5s; width:auto}
.company_text .more a:hover{ color:#fff; text-decoration: none;  padding: 5px 20px; background: -moz-linear-gradient(left , #004d91 , #0363b7); background: -webkit-linear-gradient(left , #004d91 , #0363b7); background: -moz-linear-gradient(left , #004d91 , #0363b7); border-radius: 20px;}
.company_text ul{ width:100%; display: flex; flex-wrap: nowrap; margin-top: 25px;}
.company_text ul li{ width:100%; display: flex; flex-wrap: nowrap; align-items: center}
.company_text ul li .icon{flex:65px 0 0; margin-right:18px;}
.company_text ul li .text{ display:block; width:calc(100% - 83px); color: #333333; font-size:16px; line-height:24px}

@media only screen and (max-width: 992px) { 
	.advantage .year{flex:40% 0 0}
	.advantage .adv_list{ width:60%}
	.advantage .adv_list ul li .wrap p{ text-transform:capitalize}
	.company_brief{ padding:30px 0}
	.company_photo{ display:none}
	.company_text{ width:100%; background: rgba(255,255,255,.75); padding: 0px 30px 10px;}
	.company_text .text{ margin-top:10px;}
}
@media only screen and (max-width: 812px) { 
	.advantage .year{display:none}
	.advantage .adv_list{ width:100%} 
}

@media only screen and (max-width: 575px) { 
	.advantage{ padding:35px 0}
	.advantage .adv_list .company_name{ font-size:30px;}
	.advantage .adv_list ul li{ flex-wrap:wrap}
	.advantage .adv_list ul li .icon{flex:100% 0 0}
	.advantage .adv_list ul li .wrap em{ font-size:26px; margin-top: 15px;}
	.advantage .adv_list ul li .wrap p{ font-family:'Lato'}
	.company_text ul{flex-wrap:wrap}
	.company_text ul li{ width:100%; margin-bottom: 20px;}
	.company_text ul li .text{font-size:14px; line-height: 20px}
}

/*新闻中心*/
.news_content{ width:100%; margin:0 auto; text-align: center; padding: 88px 0 35px; background: url("../images/news_bg.jpg") top center no-repeat; border-bottom:1px #f2f2f2 solid; background-size: cover} 
.news_content .slider{ width:100%;}
.news_content .slick-list{padding-bottom:25px;}
.news_content .slider .li{ margin:0 20px; background:#fff; border-radius:0 10px 0 10px; box-shadow:0 0 10px rgba(0,0,0,.15);}
.news_content .slider .li figure{ display:block; width:100%; overflow:hidden; border-radius:0 10px 0 0}
.news_content .slider .li figure img{ width:100%; display:block; border-radius:0 10px 0 0; transition:all .5s}
.news_content .slider .li:hover figure img{ transform:scale(1.08); -webkit-transform:scale(1.08); -moz-transform:scale(1.08); -ms-transform:scale(1.08)}
.news_content .slider .li .wrap{ width:100%; padding:36px 40px 20px 20px; text-align:left; position:relative}
.news_content .slider .li .wrap .date{ display:inline-flex; line-height:20px; width:auto; width:80px; height: 90px; background: url("../images/date_bg.png") no-repeat; color:#fff; align-items: center; justify-content: center; flex-wrap: wrap; left:20px; top:-72px; position:absolute; color: #fff; font-size: 16px; font-family: 'Lato Bold'}
.news_content .slider .li .wrap .date em{ width:100%; text-align: center; display:block; font-size:30px; margin-bottom: 10px}
.news_content .slider .li .wrap a.title{ display:block; color:#000000; font-size:16px; font-family:'Lato Bold'; line-height:24px;  text-transform:capitalize; text-decoration:none;  overflow:hidden; height: 48px; }
.news_content .slider .li .text{ display:block; color:#787878; font-size:14px; line-height:22px; overflow:
h; max-height:44px; overflow:hidden; margin:12px 0 15px}
.news_content .slider .li .wrap a.more{ display:block; color:#6a6a6a;font-size:14px; text-transform:uppercase; font-family:'Lato Bold'; text-decoration:none}
.news_content .slider .li .wrap a.more:hover{ color:#005ca8; text-decoration:underline}
.news_content .slider .li:hover .wrap a.title{ color:#005ca8;}
.news_content .more{ display:block; text-align: center;}
.news_content .more a{ display:inline-block; width: auto; color: #333333; text-decoration: underline; padding: 5px 0; text-decoration: underline; text-transform: uppercase; transition: all .5s}
.news_content .more a:hover{ color:#fff; text-decoration: none; padding: 5px 20px; background: -moz-linear-gradient(left , #004d91 , #0363b7); background: -webkit-linear-gradient(left , #004d91 , #0363b7); background: -moz-linear-gradient(left , #004d91 , #0363b7); border-radius: 20px; border-radius: 18px;} 

@media only screen and (max-width: 992px) { 
.news_content{padding:30px 0}
.news_content .slick-prev,.news_content .slick-next{ background:none }
} 

/*询盘框*/
.inquiry_content{width:100%; margin: 0 auto; padding: 60px 0 65px; background: #fff;} 
.inquiry_content .container{border-radius:30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border:6px #fff solid; background: url("../images/contact_bg.jpg") no-repeat; background-size: cover !important; text-align: center; padding: 105px 0 80px}
.inquiry_content .index_text{ color:#666666; font-size: 14px; line-height: 26px; max-width: 665px;}
.inquiry_content span{ display:block; width:100%; max-width: 660px; margin: 0 auto 23px; border-radius: 8px; position: relative}
.inquiry_content span.mail:after{ position:absolute; content:''; width:15px; height:11px; right:15px; top:22px; background: url("../images/mail.jpg") no-repeat}
.inquiry_content span.tel:after{ position:absolute; content:''; width:15px; height:14px; right:15px; top:22px; background: url("../images/phone.png") no-repeat}
.inquiry_content span.message:after{ position:absolute; content:''; width:15px; height:14px; right:13px; top:15px; background: url("../images/message.png") no-repeat}
.inquiry_content input,.inquiry_content textarea{ width:100%; outline: none; border: none; line-height:30px; padding:13px 30px 13px 20px; background: #fff; border-radius: 8px;}
.inquiry_content textarea{max-width: 100%; max-height: 160px; min-height: 142px; overflow: hidden}
.inquiry_content button{ display:inline-block; width:auto; background: #ff860c; border-radius: 25px; line-height: 50px; padding: 0 35px; border: none; outline: none; margin-top: 24px; color: #fff; font-size:16px; cursor: pointer;}
.inquiry_content button img{ display:inline-block; margin-left: 15px;}
.inquiry_content button:hover{background: #004d91;}  

@media only screen and (max-width: 992px) { 
.inquiry_content{padding:30px 0} 
	.inquiry_content .container{ padding:40px 20px}
} 

/*旋转动画*/
@-webkit-keyframes spin{
	from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes spin{
	from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes scroll_right_anim {
0% {
transform: translateX(-3px); }
50% {
transform: translateX(3px); }
100% {
transform: translateX(-3px); } } 

/*上下动画*/
@-webkit-keyframes top{ 
	from{transform:translate(0,0)}
	to{transform:translate(0,-8px)}
}
 
@keyframes spin_right {
	100% {
	transform: rotateZ(360deg); } 
} 
 



/*banner*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{width:60px;height:60px;background:#000;line-height:60px;border-radius:50%;display: inline-flex;align-items: center;justify-content: center; }
.carousel-control.left,.carousel-control.right{background:none;}
.glyphicon-chevron-left:before{content:"";width: 14px;height: 19px;background: url(../images/icon.png) no-repeat;background-position: -190px -32px;display: inline-block;}
.glyphicon-chevron-right:before{content:"";width: 14px;height: 19px;background: url(../images/icon.png) no-repeat;background-position: -226px -32px;display: inline-block;}
#myCarousel .carousel-indicators li{border:1px solid #fff; background: #fff; width:20px; height:8px; border-radius: 10px}
#myCarousel .carousel-indicators .active{border:1px solid #42a4fb;background:#004d91;width:20px;height:8px;margin:1px;}
#myCarousel .carousel-indicators{display: none !important;}
#myCarousel .slide-text-m{position: absolute;left: 50%;top: 60%;transform: translate(-50%, -50%);width: 90%;text-align: center;}
#myCarousel .slide-text-m .title{display: inline-block;font-size: 42px;line-height: 100%;color: #fff;padding: 4px 10px;background:rgba(0,0,0,0.35);margin-bottom: 8px;} 

#myCarousel .down_icon{ position:absolute; content:''; width:223px; height:50px; margin: 0 auto; left: 0; right: 0; bottom: 0; background: url("../images/down_bg.png") bottom center no-repeat;}
#myCarousel .down_icon a{ display:block; width: 100%; height: 100%; text-align: center}
#myCarousel .down_icon a img{ display:inline-block; margin-top: 24px; animation: top 1.3s ease-in-out 1s infinite alternate}

@media only screen and (min-width: 768px) {
	.carousel-control{width:5%;}
	#myCarousel .carousel-control .icon-prev,#myCarousel .carousel-control .glyphicon-chevron-left{left:-100%;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
	#myCarousel:hover .carousel-control .icon-prev,#myCarousel:hover .carousel-control .glyphicon-chevron-left{left:50%;}
	#myCarousel .carousel-control .icon-next,#myCarousel .carousel-control .glyphicon-chevron-right{right:-100%;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
	#myCarousel:hover .carousel-control .icon-next,#myCarousel:hover .carousel-control .glyphicon-chevron-right{right:50%;}
}
@media only screen and (max-width: 1260px) {
	#myCarousel .slide-text-m .title{font-size: 32px}
}
@media only screen and (max-width: 992px) {
	.carousel{margin: 0;}
	#myCarousel .slide-text-m{top: 50%;}
	#myCarousel .slide-text-m .title{font-size: 24px}
}


/*footer*/ 
.footer .fot_title{ display:inline-block; width:auto; color: #fff; font-size:22px; line-height:24px;  text-transform:uppercase; font-family: 'BarlowCondensed Bold'; margin: 25px 0 30px; position: relative} 
.footer .fot_title em{ display:inline-block; position: relative; z-index: 2}
.footer .fot_title:after{position:absolute; content:''; width:27px; height:22px; background: url("../images/f_title.png") no-repeat; right: -21px; top:-6px; z-index: 1}
.footer .no_display{ display:none}
.footer{width:100%; position: relative; background: url("../images/footer_bg.jpg") top center no-repeat; background-size:cover !important}   


.foot_bottom{ width:100%; margin: 0 auto; overflow: hidden;}
.foot_bottom .container{padding:40px 0 30px;}
.foot_contact{ width:33%; float: left; padding-right: 8%;}
.foot_contact ul.contact{ width:100%;  margin-bottom: 0}
.foot_contact ul.contact li{ display:block; padding: 0 0 20px 30px; font-size: 15px; position: relative; color: #d9d9d9; line-height:24px}
.foot_contact ul.contact li a{color: #d9d9d9; text-decoration: none}
.foot_contact ul.contact li a:hover{color: #ff860c; text-decoration:underline}
.foot_contact ul.contact li img{ position: absolute; left: 0; top: 5px;}

.foot_contact ul.share,.contact_text .share{ width:100%; display: flex; flex-wrap: nowrap; margin-top: 15px;}
.foot_contact ul.share li,.contact_text .share li{ flex:30px 0 0; margin-right: 15px;}


.foot_list{ width:20%; float: left; padding-right: 4%} 
.foot_tags{ width:24%; float: left; padding-right: 4%}
.news_letter{ width:23%; float: left;}
.foot_list ul,.foot_pro ul,.foot_tags ul{ width:100%; display: flex; flex-wrap: wrap}
.foot_list ul li,.foot_tags ul li{ width:100%;}
.foot_list ul li a,.foot_tags ul li a{ color:#d9d9d9; font-size: 15px; line-height:22px; padding: 0 0 12px 0; display:block; text-transform: capitalize; transition: all .5s; text-decoration: none;}   
.foot_list ul li a:hover,.foot_pro ul li a:hover,.foot_tags ul li a:hover{ color:#ff860c; text-decoration: underline}  


.letter_box{width:100%;}
.letter_box .text{ display:block; color: #d9d9d9; font-size:15px; line-height: 24px;}
.input_box{ width:100%;margin-top:30px;}
.input_box input{width:100%;border:none; outline: none; background: rgba(255,255,255,.08); line-height:50px; color: #fff; font-size: 14px; padding:0 20px; border-radius: 25px;}
.input_box input:-ms-input-placeholder{color:#b2b2b2;}/* Internet Explorer 10+ */ 
.input_box input::-webkit-input-placeholder{color:#b2b2b2;}/* WebKit browsers */
.input_box input::-moz-placeholder{color:#b2b2b2;}/* Mozilla Firefox 4 to 18 */ 
.input_box input:-moz-placeholder{color:#b2b2b2;}/* Mozilla Firefox 19+ */ 
.input_box button{ background:#004d91; outline: none; border:none; width: auto; line-height: 40px;  padding: 0 25px; border-radius: 25px; margin-top: 30px; color: #fff; font-family: 'Lato Bold'; text-transform: uppercase; display:inline-flex; align-items: center; transition: all .5s; cursor: pointer} 
.input_box button img{ display:inline-block; margin-left: 12px;}
.input_box button:hover{ background:#ff860c}

.footer_bottom{ width:100%; margin: 0 auto; padding: 20px 0; border-top:1px solid rgba(255,255,255,.25)} 
.footer_bottom .container{display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center}
.copright{flex:100% 0 0; color: #fff; font-size: 14px;line-height: 25px;}  
.copright a{color: #fff; display:inline-block; padding: 0 5px;}
.copright img{display:inline-block; margin-left: 18px;} 
 


@media only screen and (max-width: 1260px) {  
	 .foot_contact ul.share li{ margin-right:6px}
	.footer_bottom .container{ flex-wrap:wrap; justify-content: center}
	.copright{ flex:100% 0 0; text-align: center}
	.footer_bottom .links{ width:100%;  text-align: center}
	.foot_bottom .container{ padding:30px 0 35px 0}
	.news_letter { width:28.5%} 
	.letter_box .text{ width:100%}
}

@media only screen and (max-width: 1026px) {  
.foot_contain ul li .icon{ font-size:14px;}
.footer_bottom .foot_left{ display:none}
.footer_bottom .foot_right{ width:100%; text-align: center; border-top:1px #7e84a4 solid; padding-top:20px;}
	 .foot_contact ul.share li{ margin-right:4px}
}
@media only screen and (max-width: 992px) { 
.foot_list,.foot_tags,.foot_box,.foot_contact,.news_letter{ width:100%; padding-right:0; padding-left:0} 
.footer .fot_title{display:block; width:100%;background:rgba(255,255,255,.15);border-radius: 0; padding:12px 10px; cursor:pointer; font-size:20px;position:relative; margin:0 0 10px 0 !important; position: relative}
.footer .fot_title:before{ display:none} 
.footer .fot_title:after{ position:absolute; content:'+'; color: #fff; font-size: 24px; right:0; top: 10px; background: none; left: auto; font-family: 'Lato Bold';  ; line-height: 24px} 
	.footer{ background-size:cover} 
.foot_contact .toggle_content{  margin-bottom:25px;}
	.footer .block_content{ padding-bottom:20px}
	.bottom_top ul li .wrap em{ font-size:16px; margin-top: 0}
	.foot_contact ul.contact,.news_letter .text,.news_letter ul,.foot_contact .text,.foot_list ul, .foot_pro ul, .foot_tags ul{ padding-left:10px}
	.foot_lists,.bottom_foot{ padding:15px 0}  
	.footer_bottom .container{ flex-wrap:wrap}
	.bottom_foot{ width:100%; margin-bottom: 20px;}
	ul.share{ justify-content:flex-start}
	ul.share li{ margin:0 20px 0 0}
	ul.share li:last-child{ margin-right:0} 
	.foot_bottom .container{ padding:25px 0} 
	.letter_box{ margin-top:15px; max-width:100%}
}

@media only screen and (max-width: 768px) {
.footer_bottom{ font-size:12px; line-height: 20px; padding-bottom: 80px;} 
	.bottom_top ul li:first-child{ display:none}
	.bottom_top ul li{ width:50%; padding: 25px 0; text-align: left; justify-content:flex-start}
	.bottom_top ul li:last-child{ padding-left:15px}
	.copright{ padding-left:0; border:none}
	.foot_top .container{ flex-wrap:wrap}
	.foot_top .breadleft{ flex:100% 0 0;}
	.foot_top .foot_search,.foot_top .foot_search .show_box .search_box{ width:100%}
	.foot_top .foot_search .s_button,.foot_top .foot_search .show_box .close_btn{ display:none}
	.foot_top .foot_search .show_box{width:100%; position:static; margin:10px 0 5px 0;}
	.foot_top .foot_search .show_box .search_box input{ width:100% !important}
}



@media only screen and (max-width: 480px) {  
	.bottom_top ul li{ width:100%; padding: 25px 0 0 0; border: none}
	.bottom_top ul li:last-child{ padding-left:0; padding-bottom: 25px}
	.bottom_foot .bottom_logo{ display:none}
	.foot_lists{ text-align:left;}
}
 

.inner_banner{width:100%; margin: 0 auto; position: relative; text-align: center} 
.inner_banner img{ width:100%; margin: 0 auto}
.inner_banner .overlay{ position:absolute; width:100%; height:100%; background: rgba(0,0,0,.45); left:0; right:0; margin:0 auto; top:0; z-index:1}




/*面包屑导航*/
.breadcrumb{width:100%; height:100%; background:none; text-align: center; position:absolute; left:0; right:0; margin:0 auto; top:0; z-index:2} 
.breadcrumb .container{width:100%; height:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center}
.breadcrumb .breadright{ width:100%; text-align:center}
.breadcrumb .maintitle{text-align:center; font-size:40px; color: #fff; line-height:40px; text-transform:capitalize; display:block; font-family: 'Lato Bold'; }
.breadcrumb .maintitle:before,.breadcrumb .maintitle:after{ display:none}
.breadcrumb .breadleft{ width:100%; line-height:22px;font-size: 15px;color:#fff; font-family: 'Lato Bold'; text-transform:capitalize; margin-top:20px; display:inline-flex; align-items:center; justify-content:center;} 
/*.breadcrumb .breadleft > i{margin:0 5px;display:inline-block;color:#333;   }*/
.breadcrumb a{color:#fff;font-size: 16px; line-height:22px;text-transform:capitalize;display: inline-block; position:relative; margin:0 12px}
.breadcrumb a:first-child{ margin-left:0}
.breadcrumb a:after {content: ""; position: absolute; top: 6px; right: -16px; height: 14px; width: 2px; transform: rotate(26deg); background: #fff;}
.breadcrumb a:hover{color:#ff860c;}
.breadcrumb h2,.breadcrumb span{margin:0;display:inline-block;padding:0;font-size: 15px;line-height:22px;max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;color:#fff; vertical-align: middle;font-weight: normal; margin-left:8px} 

 
@media only screen and (max-width: 992px){  
.inner_banner .overlay{ display:none}
.breadcrumb{ position:static; margin-bottom:0; padding: 10px 0; background: #fff}
.breadcrumb .container{width:94%; display:block; text-align: left}
.breadcrumb .breadright{flex:100% 0 0; text-align: left; margin-bottom:5px;}
.breadcrumb .maintitle{font-size:20px !important; color: #333; text-align: center; text-shadow:none; margin:0 !important; padding:0!important; line-height: 24px; text-transform: uppercase}
.breadcrumb .breadleft{margin-top:0; width:100%; text-align: center; display: block;font-size: 12px; font-family: 'Lato';}
.breadcrumb a,.breadcrumb .breadleft > i{ color:#787878; font-size: 13px;} 
.breadcrumb h2{ color:#285b53;font-size: 13px; line-height: 19px; margin-left: 5px;}
	.breadcrumb a:after{ background:#dedede}
} 

 

@media only screen and (max-width: 768px){  
} 


.pagebody{ width:100%; padding:70px 0 80px 0; overflow: hidden; position: relative; background: #f9f9f9}  
.pagebody_des{ border-top:2px #eee solid; padding-top: 0}
.pagebody_pro{ width:100%; padding:60px 0 0 0; position: relative;  background: linear-gradient(to bottom, #f7f7f7, #f7f7f7);}
.pro_des h1{ color:#333; font-size:26px; line-height: 30px;  padding: 0 0 15px 0; margin:20px 0 15px; text-transform: capitalize; font-family: 'Lato Bold'; border-bottom:1px #dedede solid;}
.pagebody_pro .container{ width:100%; padding:25px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.02); border-radius: 5px;}
.pro_title{color: #333; width: 100%; float: left; display:block; font-size: 18px; font-family: 'Lato Bold'; margin:10px 0 0 0}


.inner_title{display:block; color:#333; font-size: 28px; line-height: 35px; text-transform:capitalize;  font-family:'BarlowCondensed Bold'; padding:0 0 10px 0;}

.single-page .text{font-size: 15px; line-height: 26px;} 
.img_center{ width:100%; margin-bottom: 15px;}
.img_center img{ width:100%}


.map{ width:100%; position: relative; margin-top: -20px}
.map img{ width:100%}
.pagebody1 .maintitle{ font-size:28px; margin-bottom:5px}
 

.pro_messagebox{ width:100%; padding: 45px 40px; border-radius: 10px; border: 2px #004d91 solid; margin: 40px 0 30px; background:url("../images/incoming-message.png") top right no-repeat}
.pro_messagebox .maintitle{ font-size:28px; line-height: 28px}
.messagebox_contact{ width:100%; text-align: left; position:relative} 
.messagebox_contact:before{ position:absolute; content:''; width:1px; height:100%; background:#ededed; left:-50px; top:0}
.messagebox_contact .message_top{width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; text-align: left}
.messagebox_contact .message_top .send_mail,.messagebox_contact .message_top .send_tel{ width:calc((100% - 30px) / 2); position: relative}
.messagebox_contact .message_top .send_mail{ margin-right:30px}
.messagebox_contact .message_top .send_mail:before{position: absolute; content: ''; width: 20px;  height: 15px; background: url(../images/box_mail.png) no-repeat; right: 25px;top: 18px;}
.messagebox_contact .message_top .send_tel:before{position: absolute; content: ''; width: 20px;  height: 20px; background: url(../images/box_tel.png) no-repeat; right: 25px;top: 16px;}
.messagebox_contact input,.messagebox_contact textarea{ width:100%;border:none; border-bottom: 1px solid #dedede; line-height: 20px; outline: none !important; padding:15px 20px 15px 0; color: #666; margin-bottom: 20px; background: none; font-size: 15px;} 
.messagebox_contact em{ display:block; color: #000; font-size: 15px; line-height: 20px; padding-bottom: 10px;}
.messagebox_contact .send_word{ text-align:left; position: relative}
.messagebox_contact .send_word:before{position: absolute; content: ''; width: 21px;  height: 22px; background: url(../images/box_text.png) no-repeat; right: 25px;top: 20px;}
.messagebox_contact textarea{ padding: 20px 0; max-height: 120px; min-height: 120px; max-width: 100%;}
.messagebox_contact .meInput,.messagebox_contact .cform-input{ width:65%; margin-right: 5px} 
.messagebox_contact .bottom_send{ display: inline-flex; align-items:center; line-height: 50px; color: #fff; border:none; outline: none; text-align: center; padding:0 40px ; margin-top: 30px; font-size: 18px; text-transform: capitalize; float:left; font-family: 'Lato Bold';  ; outline: none; border-radius: 30px; background:#0363b7; transition: all .9s}
.messagebox_contact .bottom_send img{ display:inline-block; margin-left: 10px;}
.messagebox_contact .bottom_send:hover{background:#ff860c;} 
.messagebox_contact #passport_sign_code{margin-top:-6px !important} 
.messagebox_contact .cform-item__wrap{ margin-top:0 !important;} 
.cform-item__wrap{ width:100% !important; overflow: hidden; display: flex; align-items:flex-end}
.cform-item__wrap input{ margin-bottom:0 !important; width:220px !important;}
.cform-item__wrap img{ display:inline-block; width: auto; margin: 0 0 5px 10px !important}

.get_touch_box{ width:100%; margin: 0 auto;}
.get_touch_box .maintitle,.contact_text .maintitle{ font-size:28px; text-align:left; margin:auto}
.get_touch_box .small_title{ display:block; color:#999; font-size:16px; font-family:'Lato Bold'; text-transform:uppercase; margin-bottom:5px}
.get_touch_box .text{ display:block; color: #787878; font-size: 15px; line-height: 24px; padding: 15px 0; text-align:left}
.contact_left{ width:100%; display:flex; flex-wrap:nowrap; align-items:flex-start; padding:50px; box-shadow: 1px 4px 20px -2px rgba(0,0,0,.1); background: #fff} 
  
ul.contact_info{ flex:30% 0 0; margin-right:100px; padding-top:40px} 
ul.contact_info li{ width:100%; display:flex; flex-wrap:nowrap; align-items:center; margin-bottom:25px} 
ul.contact_info li .icon{flex:45px 0 0; margin-right:25px;} 
ul.contact_info li .wrap{ color: #787878; font-size: 15px; line-height: 24px;}
ul.contact_info li .wrap em{ display:block; color: #333; font-size: 20px; font-family: 'Lato Bold';  margin: 10px 0 8px} 
ul.contact_info li .wrap a{ display:inline-block; color: #787878; font-size: 15px;}
ul.contact_info li .wrap p{ margin-bottom:3px}


.contact_text{ width:100%; float: left; padding-top: 50px}
.contact_text .maintitle,.map .maintitle{ text-align:left}
.contact_text .text{ display:block; margin: 0 0 10px; font-size: 15px;}
.contact_text .share{align-items:center; margin-top: 0;}
.contact_text .share .word{ display:inline-block; margin-right: 10px; color: #333; font-size:20px; font-family: 'Lato Bold';  ;}
 

@media only screen and (max-width: 1366px){
.pagebody_pro .container{ width:94%; padding: 0; box-shadow: none} 
ul.contact_info{ flex:40% 0 0;} 
.messagebox_contact{ width:calc(60% - 100px);} 
}

@media only screen and (max-width: 1260px){ 
.messagebox_contact .message_top .send_mail,.messagebox_contact .message_top .send_tel{ width:100%; margin-right: 0}
	
} 

@media only screen and (max-width: 992px){  
.prom_right .pro_table ul li{ margin-bottom:0 !important}
.pagebody{ padding:40px 0} 
	.contact_left{ flex-wrap:wrap}
	ul.contact_info{ flex:100% 0 0; padding-top:0; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px #dedede solid}
.messagebox_contact{ width:100%;}  
.messagebox{ padding:20px 25px 25px}     
.pagebody_des{ border-top:none}
.contact_text{padding-top: 30px;} 
}

@media only screen and (max-width: 812px){    
.prom_img{ width:100%;}
.prom_right{ width:100%; padding: 20px 0 !important}  
}

@media only screen and (max-width:768px){   
.pro_description{ padding-top:25px !important}
.messagebox .meInput{ width:50%}
.messagebox_contact{ width:100% ; padding-right: 0 ;}
.messagebox_contact input{ width:100%; margin-right: 0}
	.messagebox_contact .message_top .send_mail, .messagebox_contact .message_top .send_tel{ width:100%;}
	.messagebox_contact .message_top .send_mail{ margin-right:0}
	.map{ padding:20px 0 5px 0}
}


@media only screen and (max-width:680px){  
.pagebody .img_right{ width:100%; margin:0 0 30px; box-shadow:none}
.pagebody .img_right::before { display:none}
.foot_contain{ padding:40px 0 0 0; background: none}
.foot_contain ul li{ width:100%; border:none; margin-bottom: 20px; padding-left: 0}
.foot_contain ul li:last-child{ margin-bottom:0}
}

@media only screen and (max-width: 480px) { 
.inquirybox .container .words span{ display:none} 
.footer_sns span.icon a { margin:0 2px} 
.messagebox .meInput{ width:100%}
.pro_description img{ margin-top:0 !important}
	
	.contact_info li{flex-wrap: wrap; align-items: center; justify-content: center;}
	.contact_info li .icon{flex:100% 0 0;}
	.contact_info li .wrap{ padding:10px 0; text-align: center}
}
 

/*案例*/ 
.case_show{ width:100%; display: flex; flex-wrap: wrap;}
.case_show>li{ width:31.33%; margin: 0 3% 35px 0; background: #fff; transition: all .5s; position: relative; overflow: hidden}
.case_show>li:nth-child(3n){ margin-right:0}
.case_show>li figure {width:100%; text-align: center; overflow: hidden}
.case_show>li figure img{ width:100%;  transition: all .8s}  
.case_show>li:hover figure img{ transform:scale(1.08); -webkit-transform:scale(1.08); -moz-transform:scale(1.08); -ms-transform:scale(1.08);}
.case_show>li .wrap{ width:80%; padding: 30px; background: rgba(0,0,0,.65); position: absolute; left: 0; bottom: -25%; opacity: 0; transition: all .5s}
.case_show>li:hover .wrap{ bottom:0; opacity: 1}
.case_show>li .wrap a.title{ color:#fff; font-size: 20px; text-transform: capitalize; line-height: 24px; max-height: 48px; overflow: hidden; font-family: 'URWDINCondDemi'; text-decoration: none}
.case_show>li .wrap .text{display:block; color: #fff; font-size: 14px; line-height: 24px; max-height: 72px; overflow: hidden; margin: 15px 0}
.case_show>li .wrap a.icon{ width:40px; display:block; height: 40px; background: rgba(0,0,0,.5); line-height: 40px; text-align: center}
.case_show>li .wrap a.icon img{ width:15px; display: inline-block; margin-top: 10px}
.case_show>li .wrap a.icon:hover{ background:#004d91}


@media only screen and (max-width: 1260px){   
	.case_show>li .wrap{ position:relative; opacity: 1; bottom: 0; left: 0; width:100%; background: none; padding: 15px 15px 0 0}
	.case_show>li .wrap a.title{ color:#333}
	.case_show>li .wrap .text{ color:#666}
	.case_show>li .wrap a.icon{position:absolute; right: 0; top: -40px;background: rgba(218,37,28,.8);}
}

@media only screen and (max-width: 992px){   
.case_show>li{ width:48.5%; margin: 0 3% 30px 0;}
.case_show>li:nth-child(3n){ margin-right:3%} 
.case_show>li:nth-child(2n){ margin-right:0}
}
@media only screen and (max-width: 768px) {  
.case_show>li .title{font-size:16px; line-height:22px; max-height:44px;}
.case_show>li .text{font-size:14px; line-height:20px; max-height:60px;}
}
@media only screen and (max-width: 480px){  
.case_show>li{ width:100%; margin-right:0 !important}  
}
 
/*FAQ*/
.faq_content .accordion {
	width:100%;
	float: left;
    list-style: none;
    padding: 0;
}

.faq_content .accordion li {
    position: relative;
    margin-bottom: 24px;
    border: 1px solid #dedede;
    border-radius: 5px;
	background: #fff;
    padding:18px 20px
}
.faq_content .accordion li:last-child{
	margin-bottom:0}

.faq_content .accordion li p {
    display: none; 
    color: #333;
    font-size: 15px; 
	line-height:24px ;
	color: #787878;
	margin: 12px 0 0 0;
	padding-top: 15px; 
	border-top:1px #f2f2f2 solid; 
	overflow: hidden
	
}
.faq_content .accordion li p img{ display:inline-block; float: left; width:35px; margin-right: 15px}
.faq_content .accordion li p .text{ margin: 0; color: #787878; font-size: 15px; display: inline-block; width:calc(100% - 50px)}

.faq_content .accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 16px; 
    color: #333333;
    user-select: none; 
	font-family: 'Lato Bold'; 
	text-decoration: none
}
.faq_content .accordion li a  img{ display:inline-block; margin-right: 12px;}

.faq_content .accordion li a i {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

.faq_content .accordion li a.active {
    color: #333333;
    border: 0;
}

.faq_content .accordion li a.active::after {
    background: url("../images/faq_dq.png") no-repeat
}

.faq_content .accordion li a::after {
    width: 25px;
    height: 25px; 
    position: absolute;
    right: 20px;
    content: " ";
    top: 18px;
	background: url("../images/faq.png") no-repeat
}


/*左右部分*/
.right_box{ width:72.5%; float: right}
.sidebar_box{ width:24%; float: left;}
.sidebar_box .maintitle{ font-size:20px; display: block; text-align: left; z-index: 5; position: relative; color: #fff}

/*左侧列表*/
.productlist .inner_title{ text-align:left; padding:3px 0 18px 60px; position: relative; font-size: 28px; line-height: 24px; text-transform: capitalize; color: #333; background:url("../images/list_bg.png") left no-repeat; margin-bottom: 10px} 
.productlist .inner_title:before{ position:absolute; content: ''; width:25px; height: 19px; background:url(../images/icon_list.png) no-repeat; right: 15px; top: 20px}

.productlist,.newspro{ width:100%; }  
.productlist{ margin-bottom:40px}


.blog_list .inner_title{ text-align:left; padding:10px 60px 10px 15px; position: relative; font-size: 22px; line-height: 24px; text-transform: capitalize; color: #333; border-left:3px #008ad5 solid} 
.blog_list .inner_title:before{ display:none}
.blog_list{ margin-bottom:40px; padding-bottom: 10px; background: #fff;}
.blog_list ul.blog,.blog_list ul.tagslist{width:100%; padding:0 15px;border-top:none} 
.blog_list ul.blog,.blog_list ul.blog>li,.blog_list ul.blog>li>ul,.blog_list ul.blog>li>ul>li{ width:100%; display: block; float: left} 
.blog_list ul.blog>li{display: block;border-top: 1px #dedede solid}
.blog_list ul.blog>li:last-child{ border-bottom:none}
.blog_list ul.blog>li>a{ display:block; padding: 10px 0 10px 15px;  color: #666; font-size: 14px; position: relative} 
.blog_list ul.blog>li>a:before{ position:absolute; content:''; width:5px; height: 5px; background: #ddd; border-radius:50%; left: 0; top: 20px}
.blog_list ul.blog>li:last-child>a{ border-bottom:none; padding-bottom: 0}  
.blog_list ul.blog>li>a:hover,.blog_list ul.blog>li.active>a,.blog_list ul.blog>li>ol>li.active>a,.blog_list ul.blog>li>ol>li>a:hover{ color:#004d91; text-decoration: none}
 
.blog_list ul.tagslist{ padding:20px 15px; border:none} 
.blog_list ul.tagslist>li{ width:auto; float: none; margin: 0 8px 8px 0; display: inline-block; padding-bottom: 0}
.blog_list ul.tagslist>li>a{ display:inline-block; width: auto; padding: 4px 10px; color: #183D6F; border:1px #e5e5e5 solid; text-align: center; font-size: 13px; float: none; border-radius: 5px;} 
.blog_list ul.tagslist>li>a:hover{ background:#004d91; color: #fff; text-decoration: none}
 
 
.productlist ul.tagslist>li{ width:auto; float: none; margin: 0 5px 8px 0; display: inline-block; padding-bottom: 0}
.productlist ul.tagslist>li>a{ display:inline-block; width: auto; padding: 3px 10px; color: #666; background: #f9f9f9; text-align: center; font-size: 13px; float: none;} 
.productlist ul.tagslist>li>a:hover{ background:#004d91; color: #fff; text-decoration: none}


ul.mtree{opacity: 0;margin-left: 0;border-bottom:none;border-radius:0; padding:15px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.25)}
ul.mtree>li {list-style: none; position:relative;padding:0 10px 0 0; background: #fff; border-bottom: 1px #e5e5e5 solid; }
ul.mtree>li:last-child{ border-bottom:none}
ul.mtree>li >a{font-size:16px; color:#333; padding:15px 0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;display: flex;align-items: center;text-transform: capitalize; font-family: 'Lato Bold';  ;}	
ul.mtree>li:last-child >a{ border-bottom:none}
ul.mtree>li .top a p{margin: 0;padding-left:5px;}			
ul.mtree>li .top a span{max-width:36px;min-width:36px;}			
ul.mtree a {display: block;font-size:14px; color:#808080;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;padding:10px 0;line-height:22px; padding-right:30px;}			
ul.mtree li ul a{ padding:6px 10px; padding-right:30px;}			
			
ul.mtree.transit > li.mtree-open>b:before,			
ul.mtree .mtree-level-1 li.mtree-open>b:before{			
	content:"\f106";font-family:FontAwesome;font-size:18px; color:#004d91; font-style:normal;  position:absolute;  right:10px; top:0; width:30px; height:50px; text-align:center;z-index:99;display: flex;align-items: center;justify-content: center;		
}			
ul.mtree .mtree-level-1 li.mtree-open>b:before{color:#004d91;height: 40px;}			
			
ul.mtree.transit li.mtree-closed>b:before,			
ul.mtree .mtree-level-1 li.mtree-closed>b:before {			
	content:"\f107";font-family:FontAwesome; font-size:18px; color:#333; font-style:normal;  position:absolute;  right:0; top:0; width:30px; height:100%;text-align:center;z-index:99;display: flex;align-items: center;justify-content: center;		
}			
ul.mtree.transit > li:hover.mtree-closed>b:before{color:#004d91;}			
			
ul.mtree li ul a li a{ padding-left:20px;}			
ul.mtree>li:hover > a{ color:#004d91;}			
ul.mtree>li.mtree-node a ul a{ font-size:14px;}			
ul.mtree>li.mtree-open{padding-bottom:0;}
ul.mtree>li.mtree-open > a{color:#004d91;  }			
ul.mtree>li.mtree-node:hover > a{color:#004d91;}			
ul.mtree>li.mtree-open:hover > a{color:#004d91;}			
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#004d91;text-decoration:none;}			
			
ul.mtree ul {border:none;}			
ul.mtree ul li{list-style:none; position:relative;padding-bottom:0;}			
ul.mtree ul li a{display:block;color:#666;font-size:16px;}			
ul.mtree>li>ul>li>a{ font-size:13px !important;font-weight:normal;position:relative;transition:all .5s;padding:10px 0 10px 10px;border-bottom:1px #fff solid; background: #f7f7f7}			
ul.mtree>li>ul>li:nth-child(2n+2)>a{background: #eee;}					
ul.mtree>li>ul>li>a:hover{color:#004d91;text-decoration:none;padding-left:15px;} 			
ul.mtree>li>ul>li>a:before{content:'';width:3px;background:#edeef0;height:100%;position:absolute;left:-10px;top:0;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;}			
ul.mtree>li>ul>li>a:hover:before{opacity:1;visibility:visible;transform:scaleX(1);}			
			
ul.mtree>li>ul>li>a i{ color:#ccc; font-size:14px; margin-right:10px; margin-left:6px;}			
ul.mtree>li>ul>li>a:before{content:"";}			
ul.mtree ul li:hover a{color:#004d91;}			
ul.mtree li ul li.mtree-open a{color:#004d91;text-decoration:none;}			
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0; }
ul.mtree .mtree-level-2 li:last-child a{border-bottom:none;}	
ul.mtree li ul.mtree-level-2 li a{color:#777;font-weight:normal; text-transform:capitalize; font-size:13px; padding-left:15px;}			
ul.mtree li ul.mtree-level-2 li a:before{	
	content:'';		
	width: 5px;		
    height: 5px;			
    background-color: #d9d9d9;			
    display:inline-block;			
	vertical-align: middle;		
    margin-right:10px;			
	margin-top: -3px;
	border-radius: 50%;
	left: 0
}			
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#004d91;font-weight:normal;}			
ul.mtree .mtree-level-2 li a:hover:before{background:#004d91;}			
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: #004d91;color: #FFF; border-radius: 3px 3px 0px 0px;}			
ul.mtree.jet li > a:hover { background: #004d91;color: #FFF;}			
ul.mtree.jet a { padding: 5px 0px 5px 1em;}			
ul.mtree.jet li li > a { padding-left: 2em;}			
ul.mtree.jet li li li > a {padding-left: 3em;}			
ul.mtree.jet li li li li > a {padding-left: 4em;}			
ul.mtree.jet li li li li li > a {padding-left: 5em;}			
ul.mtree a:hover{text-decoration:none;}			
.mtree-skin-selector{ display:none!important;}			
ul.mtree li ul.mtree-level-2 li.mtree_all a{text-transform:uppercase;color:#4d4d4d;}			
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover{color:#004d91;}	


@media only screen and (max-width: 992px) { 
.pagebody_pro{ background:#fff; padding: 20px 0 0 0}
.right_box,.sidebar_box{ width:100%}
.sidebar_box{ padding-top:0px;}
.productlist, .newspro{ margin-bottom:0;}
.productlist .inner_title{  font-family: 'BarlowCondensed Bold';line-height: 24px; padding:12px 10px;font-size: 20px; color: #333; background: #f2f2f2; text-transform: uppercase;}
.productlist .inner_title::before { display:none}
.productlist .inner_title:after{position:absolute; content:'+'; color: #333; font-size:30px; right:16px; top: 12px;}
.productlist .inner_title:after{ color:#333}
.newspro .inner_title{ background:#f2f2f2;  font-family: 'BarlowCondensed Bold'; color: #333 !important;font-size: 20px; padding: 12px 10px !important; text-transform: uppercase; line-height: 24px; border-left:none !important;}
.newspro .inner_title:before{position:absolute; content:'+'; color: #333; font-size:30px; right:16px; top: 12px; }
.left-adv,.newspro .inner_title::after { display:none}
}

/*左侧询盘*/
.left-adv{ width:100%; margin-bottom: 30px; position: relative; background-size: cover;  background-repeat: no-repeat; text-align: left; overflow: hidden} 
.left-adv .ovrly{position: absolute; width: 100%; height: 100%; background: #000; filter: alpha(opacity=50); -moz-opacity: 0.4;  opacity: 0.4; border-radius: 0;}
.left-adv .main{position:relative;left:0;top:0;padding:40px 30px 50px;z-index:2;text-align: left;}
.left-adv .main .title{font-size:28px;line-height:28px;color:#fff;text-transform: capitalize;  font-family: 'URWDINCondDemi'; margin:0 0 15px;display:block; padding-bottom: 12px; border-bottom: 1px #fff solid}
.left-adv .main .title:hover{text-decoration:none;}
.left-adv .main .text{font-size:14px;color:#fff;line-height:24px;}
.left-adv .main .more_btn{ text-align:left; margin-top: 25px;}
.left-adv .main .more_btn a{ background:#000}

/*左侧新产品*/
.newspro{ width:100%;}
.newspro .inner_title{ position:relative; color: #202020; padding-left: 15px; border-left:3px #39a7f6 solid; padding-bottom: 0; margin-bottom: 15px;}
.newspro .inner_title:after{ position:absolute; content:''; width: 100px; height: 22px; background: url("../images/icon_star.png") repeat-x; right: 0; top: 10px}
.newspro ul{ width:100%; background: #fff;  padding: 15px;}
.newspro ul>li{ width:100%; display: flex; align-items:center; background: #fff; position: relative; padding: 12px 0} 
.newspro ul>li:last-child{ padding-bottom:0}
.newspro ul>li figure{flex:30% 0 0; overflow: hidden; position: relative; transition: all .9s; border-radius: 8px; position: relative}
.newspro ul>li figure:before{ position:absolute; content:'HOT'; width: 35px; height: 30px; background: #39a7f6; color: #fff; font-size:12px; font-family: 'Lato Bold'; text-align: center; right: 0; top: 0; border-radius: 0 8px 0 8px; line-height: 30px} 
.newspro ul>li figure img{ width:100%;}
.newspro ul>li figure .overlay{ position:absolute; width:100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.2); opacity: 0}
.newspro ul>li figure:hover .overlay{opacity: 1}
.newspro ul>li .wrap{ padding:0 8px 0 15px; position: relative}
.newspro ul>li .wrap a{ display:block; color: #333; font-size: 14px;text-transform: capitalize;  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; line-height: 20px; max-height:40px; font-family: 'Lato Bold';}
.newspro ul>li:hover .wrap a{color:#39a7f6; text-decoration: underline} 
.newspro ul > li .wrap a.more{ display:block; text-decoration: none; width:30px; height:30px; position: absolute; right: -15px; top: 42%;} 

@media only screen and (max-width: 1024px) { 
.newspro ul > li .wrap as{ font-size:13px;}
}

@media only screen and (max-width: 992px) { 
.newspro ul > li figure{ flex:10% 0 0}
	.blog_list{ padding-bottom:0; margin-bottom: 15px; box-shadow:none; border:1px #ededed solid}
	.blog_list .inner_title{ border-top:none; background: #f5f5f5; position: relative; padding:10px 60px 10px 15px}
	.blog_list ul.blog>li:first-child{ border-top:none}
.blog_list .inner_title:after{position:absolute; content:'+'; color: #333; font-size:30px; right:16px; top: 12px;}
}

@media only screen and (max-width: 768px) {  
.newspro ul,.newspro ul > li{ display:flex; flex-wrap:wrap}
.newspro ul > li{ width:48.5%; margin-right:3%}
.newspro ul > li:nth-child(2n){margin-right:0}
.newspro ul > li figure{ flex:100% 0 0}
.newspro ul > li .wrap{ padding:10px}
}


@media only screen and (max-width: 575px) { 
}

@media only screen and (max-width: 320px) {  
.newspro ul > li{ width:100%; margin:0 0 10px 0} 
}



.left-adv{margin:20px 0 40px;width:100%;background-size:cover;background-repeat: no-repeat;border-radius:0;position:relative; overflow: hidden; overflow: hidden}
.left-adv .ovrly{position:absolute;width:100%;height:100%;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;border-radius:0;}
.left-adv .main{position:relative;left:0;top:0;padding:40px 6%;z-index:2;;}
.left-adv .main .title{font-size:28px;line-height:24px;color:#fff;font-family:'BarlowCondensed Bold';  text-transform:capitalize; margin-bottom:15px;display:block;  border-bottom: 1px solid rgba(255,255,255,0.3); line-height: 30px; padding: 10px 0;}
.left-adv .main .title:hover{text-decoration:none;}
.left-adv .main .text{font-size: 15px;color:rgba(255,255,255,0.8);line-height:24px;}
.left-adv .main .more a{color: #fff; font-size:14px; line-height: 40px;  display: inline-block; padding: 0px 20px; background:none;font-family:'Lato Bold'; text-transform: uppercase; margin-top: 30px; background: #004d91; border: 1px solid #004d91; position: relative; border-radius: 30px;}
.left-adv .main .more a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;} 
.left-adv .main .more a:hover{ background: #ff860c; color: #fff; border: 1px solid #ff860c;}
@media screen and (max-width:992px) {
.left-adv{ display: none;}
}



/*新闻页面*/ 
.news_list{width:100%; float: left}
.news_list li{width:100%; margin:0 0 30px 0; padding:25px 20px; -webkit-transition: all .5s ease-in;  -o-transition: all .5s ease-in; transition: all .5s ease-in; display: flex; flex-wrap: nowrap; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.06)} 
.news_list li:hover{box-shadow: 0 0 8px rgba(0,0,0,.3)}
.news_list li figure{ flex:30% 0 0; overflow: hidden; display: block; }
.news_list li figure img{ width:100%;transition: all .8s}
.news_list li:hover figure img{ transform:scale(1.08); -webkit-transform:scale(1.08); -moz-transform:scale(1.08); -ms-transform:scale(1.08)}

.news_list li .wrap{ width:calc(100% -34%); text-align: left; transition: all .8s; padding:10px 30px}  
.news_list li .wrap a.title{ display:block; color: #333; font-size:18px; font-family: 'Lato Bold'; line-height: 24px; max-height: 48px; overflow: hidden; text-decoration: none}
.news_list li .wrap .text{ display:block; color: #787878; font-size: 15px; line-height: 24px; max-height: 72px; overflow: hidden; margin: 10px 0;}  
.news_list li .wrap .date{color:#768495; font-size: 14px; margin-top: 14px} 
.news_list li .wrap .date img{ display:inline-block; margin-right: 12px;}
.news_list li .wrap .more a{ display:block; color: #015198; text-decoration: underline; text-transform: uppercase;font-size: 14px; line-height:26px; }  
.news_list li:hover .wrap a.title,.news_list li .wrap a.more:hover{ color:#004d91;}
.news_list li .wrap .more a:hover{text-decoration: none; color:#ff860c;}

@media only screen and (max-width: 1260px) {  
}
 
@media only screen and (max-width: 992px) { 
.news_list{ display:flex; flex-wrap: wrap}
.news_list li{ width:48.5%; margin: 0 3% 35px 0;flex-wrap: wrap}
.news_list li:nth-child(3n){ margin-right:3%}
.news_list li:nth-child(2n){ margin-right:0}
.news_list li figure{ flex:100% 0 0}
.news_list li .wrap{ width:100%; padding: 20px 10px 0}
.news_list li .wrap a.title{ font-size:16px; line-height: 24px; max-height: 48px;}
}

@media only screen and (max-width: 480px) {
.news_list > li{ width:100% !important; margin: 0 0 30px 0; }
}
/*新闻详情页面*/
.news_info{ width:100%; background: #fff; padding: 15px 40px; box-shadow: 0 0 10px rgba(0,0,0,.05)}
.news_info h1{ font-size:18px;}
.news_img{ width:100%; margin: 0 0 30px 0;}
.news_img img{width:100%;}
.news_info .line{margin:0 0 10px}
.news_info .inner_title{ text-align:left; box-sizing: border-box; width:100%; line-height: 26px; color: #474747; font-size:18px; text-transform: capitalize; overflow: hidden; font-family: 'Lato Bold'; padding-bottom: 0}
.news_info .text{ line-height:28px; font-size:15px}
.release_info{ width:100%; margin: 0 0 15px 0; text-align: left}
.release_info .date{ width:auto; display:inline-block; padding: 0 20px 0 0; line-height: 30px;  color: #004d91;}
.release_info .person{ color:#004d91; font-family: 'Lato Bold';  ; }
.release_info .person em,.release_info .date em{ display:inline-block; color:#333; margin-right: 4px; font-size:16px; } 
 

@media only screen and (max-width: 992px) {
.news_info{ padding:0px 15px; background: none}
.news_info .inner_title{ font-size:20px; line-height: 26px;}
.news_info h1{ font-size:16px; line-height: 25px;}
} 

 
/*返回上下页*/
.navigation{ width:100%;float: left; padding:20px 0}
.navigation li{ width:100%;  padding:15px 0 15px 15px; background:#f7f7f7; border: 1px #eee solid; margin-bottom:10px; border-radius: 5px} 
.navigation li span{color:#004d91;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; text-align:center;padding:0px; text-transform:capitalize; font-size:16px; font-family: 'Lato Bold';  ; }
.navigation li i{ margin:0 12px 0 0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; line-height:25px; font-size:14px; text-align:center; border-radius:5px; color:#fff; float:left; width:25px; height:25px; background:#004d91; border-radius:50%;}
.navigation a{ color:#666; font-size:14px; text-decoration: none}
.navigation li:hover{background:#e5e5e5;}  
.navigation a:hover{color:#004d91;}
 
 
 
/*page-number*/
/*翻页*/
.page_p{ margin:0px auto 0px; width:100%; font-size:14px; margin:10px 0 0 0; text-align: left}
.page_p a{ display:inline-block; font-size:16px; line-height:45px; width:45px; text-align: center; margin-right:10px; color:#555; transition: 0.2s; -webkit-transition: 0.2s;-moz-transition: 0.2s;	-o-transition: 0.2s; background:#eee; border-radius: 50%;  text-decoration: none}
.page_p a i{ line-height:45px;}
.page_p a:hover{ background: #004d91;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:#fff !important;}
.page_p>span{ width:45px; text-align: center; line-height:45px; background:#004d91; color:#fff; display:inline-block; margin-right:10px; border-radius: 50%; }
.page_top_0{ margin-top:0}

@media only screen and (max-width:1260px) { 
.page_p{margin: 0 auto 30px;}  
}

@media only screen and (max-width:680px) {  
.page_p{text-align: center;}
.total{width: 100%; }
}

@media only screen and (max-width:480px) {  
.page_p{ margin-top: 30px} 
}
/*Blog页面*/
.bloglist{ width:100%;}
.bloglist>li{ width:100%; margin: 0 0 35px 0; float: left; display: block; background: #fff; padding:30px; box-shadow: 0 0 10px rgba(0,0,0,.05)} 
.bloglist>li figure{ width:100%; position: relative; margin-bottom: 20px;}
.bloglist>li figure .date{ position:absolute; width:auto; display: inline-block; height: 80px; background: #e20a17; color: #fff; font-size: 14px;  border-radius: 5px; left: 40px; bottom: -20px;; text-align: center; line-height: 35px; padding: 5px 15px;}
.bloglist>li figure .date span{ display:block}
.bloglist>li .wrap{ width:100%;}
.bloglist>li .wrap .inner_title{text-align: left; font-size: 20px; line-height: 24px; max-height: 24px; overflow: hidden; font-weight: bold; text-transform: capitalize; text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical; margin-bottom: 15px;}
.bloglist>li .wrap .inner_title a{color:#333; font-size: 20px; font-family: 'Lato Bold'; }
.bloglist>li .wrap .inner_title:hover a{ color:#004d91; text-decoration: none}
.bloglist>li .wrap .bolg_date,.reviews{ width:auto; padding: 0 0 20px 0; position: relative; color: #004d91; font-size: 15px; display: inline-block; margin: 0 10px;} 
.bloglist>li .wrap .bolg_date{margin-left:0}
.reviews i,.bloglist>li .wrap .bolg_date i{ font-size:16px; display:inline-block; margin-right: 8px;} 
.bloglist>li .text_blog{ width:100%; display: block; padding: 20px; background: #f8f8f8; border-left: 3px #008ad5 solid;  ont-style: italic; float: left;}  
.bloglist li .wrap .more{ width:100%; float: left}
.bloglist li .wrap .more a{ display:block; color: #015198; text-decoration: underline; padding-top: 18px; text-transform: uppercase;font-size: 14px; line-height:26px; }  
.bloglist li:hover .wrap a.title,.bloglist li .wrap a.more:hover{ color:#004d91;}
.bloglist li .wrap .more a:hover{text-decoration: none; color:#ff860c;}


@media only screen and (max-width: 992px) {
.bloglist>li:last-child{ padding-bottom: 35px}
}

@media only screen and (max-width: 768px) {
.bloglist > li figure .date{ height:50px; padding:8px 20px; left:30px; font-size:20px;}
.bloglist > li figure .date span{ display:inline-block;}
.bloglist > li .wrap .inner_title{ font-size:20px; margin-bottom: 10px;}
.bloglist > li .wrap{ padding:20px 15px;}
.bloglist .date,.reviews{ font-size:12px; margin-right:5px;}
.reviews{ margin:0 0 0 5px}
	.bloglist>li{ padding-bottom:15px;}
}
@media only screen and (max-width: 414px) {  
.bloglist>li .wrap .inner_title{ 
-webkit-line-clamp: 2;
line-clamp: 2; max-height: 48px; font-size: 18px;}
}
.post_blog_tag{border-radius: 0; margin:20px 0 15px 0;}
.post_blog_tag>p{display:inline-block;font-size:16px; font-family: 'Lato Bold'; text-transform:capitalize; margin:0; color:#000;}
.post_blog_tag>p i{color:#333;margin-right:5px;}
.post_blog_tag li{display:inline-block;margin:5px 0 0 5px;position:relative;border:none;padding:0;}
.post_blog_tag li a{display:inline-block;background:#eee;font-size:14px;border-radius:0;line-height:22px;color:#4d4d4d;padding:5px 15px;transition:all .5s;text-transform: capitalize;}
.post_blog_tag li:hover a{box-shadow:0 2px 4px rgba(0, 0, 0, 0.06);text-decoration:none;background:#004d91;color:#fff;border-color:#004d91;border-radius: 20px;}

/*产品内页*/
.pro_des{ width:100%; z-index: 3} 
.prom_img{  order: 1; margin-top: 0;}
.prom_right{ padding:0 10px 0 40px; order: 2} 
.prom_right .text{ display:block; padding:10px 0 0; font-size: 15px; margin-bottom: 20px; } 
.prom_right .pro_table{margin-bottom:30px; border-bottom: none;border-radius: 0;overflow: hidden; width: 100%;}
.prom_right .pro_table > em{display: block;font-size:16px;letter-spacing: 1px; margin-bottom:10px;}
.prom_right .pro_table ul li{list-style:none;display:flex;align-items:center;} 
.prom_right .pro_table ul li p{display:inline-block;font-size:16px; color:#000;width:auto;margin:0;padding: 10px 10px 0 0;text-transform: capitalize;}
.prom_right .pro_table ul li span{color:#787878;display:inline-block;font-size:14px;padding-left:5px; padding: 10px 10px 0 0;} 

.pes_bottom{ width:100%; display: flex; flex-wrap: wrap; align-items: center}
.contact_con{ width:auto; display:inline-block; float:left; margin:5px 40px 0 0; } 
.contact_con a{color: #fff; background: #004d91; display: inline-block; padding: 0 25px; line-height: 40px; font-size: 14px; font-family: 'Lato Bold'; font-weight: 400; text-transform:capitalize; border-radius: 28px;}    
.contact_con a:hover{ color:#fff; text-decoration: none; background: #004d91; }

.prom_right .news_share{ margin-top:20px;}
 
@media only screen and (max-width: 1024px) {  
.prom_right{ padding:0 0 0 20px;} 
}

.pro_description ol{width:97%; padding-bottom:18px; float:none; margin-bottom:0} 
.pro_description ol li{list-style: decimal;margin:4px 0 5px 20px; line-height:25px;width:97%; float:none}  


.pro_description{ width:100%; height: auto; color: #666; font-size: 15px; line-height: 26px; background: #fff; padding: 30px 30px 20px}
/*products-tab*/  
.pro_description .features-tab{margin:0;text-align:left;padding:0px;text-align:left;}
.pro_description .features-tab .nav-tabs {margin: 0 0 10px 0;padding:0;background:#f5f5f5;overflow: hidden;border-bottom:none; border-radius: 8px;}
.pro_description .features-tab .nav-tabs li{ display:inline-block; border-bottom: none}
.pro_description .features-tab .nav-tabs li > a {display: inline-block;list-style: none;cursor: pointer;color:#333;text-align:center;text-transform:capitalize;margin:0 1px 0 0;padding:15px 25px;border:none;font-size:22px; line-height: 24px;font-family: 'Lato Bold';  ; background-color:transparent; border:none; border-radius: 8px;}
.pro_description .features-tab .nav-tabs > li.active > a,
.pro_description .features-tab .nav-tabs > li.active > a:hover,
.pro_description .features-tab .nav-tabs > li.active > a:focus,.pro_description .features-tab .nav-tabs > li:hover > a,
.pro_description .features-tab .nav-tabs > li:hover > a:hover{
	color:#fff;z-index:99;background:#004d91; 
}
.pro_description .tab-content{ padding-top:15px;} 

.pro_description img{ margin:20px 0} 

.pro_description .messagebox_contact{ width:100%; float:left; text-align: left; padding: 30px 30px 40px 30px; border: 2px #ededed solid;  box-shadow: 0 2px 10px rgb(0 0 0 / 8%); overflow:hidden; border-radius:5px; margin:25px 0 20px; background:url(../images/incoming-message.png)  top right no-repeat}
.pro_description .messagebox_contact p{ margin:5px 0 10px}
.pro_description  .subject_title{border-bottom:1px solid #dedede; background:#fff; text-align:left; line-height:44px; padding:5px 0; margin:0 0 20px;}
.pro_description  .subject_title a{ color:#004d91; display: inline-block}
.pro_description  .subject_title span{ font-size:15px; color:#333; font-family: 'Lato Bold';  ; margin-right:10px; display: inline-block}
.pro_description .cform-item__wrap{ margin:0 !important}

@media only screen and (max-width: 992px) {
	.pro_description .features-tab .nav-tabs li > a{ font-size:18px;}
}

@media only screen and (max-width: 768px) { 
	.pro_description .messagebox{ padding:20px !important;}
	.pro_description .messagebox .send_mail,.pro_description .messagebox .send_tel{ padding:0 !important}
	.pro_description .features-tab .nav-tabs li > a{ font-size:18px;} 
    .contact_con{ margin:5px 0 0 0; } 
	.pagebody1{ padding:20px 0 0 !important}
	.pro_description .messagebox_contact{ padding:20px}
}
.line{ width:100%; height: 1px; background: #ededed; margin:10px 0;}
/*相关产品*/
.related_pro .maintitle{ text-align:center; padding-bottom: 0; font-size:30px} 
.related_pro{ width:100%; padding:70px 0 0; overflow: hidden; margin:50px auto 0; border-top:1px #ededed solid; background:linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.02)); text-align: center}
.related_pro .slider{padding-top: 35px;}
.related_pro .slider .li{padding:0;
    text-align: center;
    border: 2px #f7f7f7 solid;
    border-radius: 0;
    margin: 0 10px;}
.related_pro .slider .li .image{ width:100%; text-align: center; display: block; overflow: hidden; } 
.related_pro .slider .li .image img{display:block; width: 100%; height: 100%;  z-index: 9; overflow: hidden; transition: all .9s;} 
.related_pro .slider .li:hover .image img{ transform: scale(1.09)}
.related_pro .slider .li .wrap{ width:100%; padding:15px 10px; background: #fff} 
.related_pro .slider .li .title{display: block;margin: 10px 0;color: #333;font-size: 16px;line-height: 22px; overflow: hidden;   max-height: 44px; font-family: 'Lato Bold'; text-decoration: none;overflow: hidden; text-transform: capitalize}
.related_pro .slider .li .title:hover{color: #004d91;}
.related_pro .slider .li .text{ line-height: 22px; max-height: 44px; color: #808080; overflow: hidden; font-size: 14px; margin-bottom: 10px}
.related_pro .slider .slick-next,.related_pro .slider .slick-prev{ width:45px; height:45px; background:#004d91; opacity:0; border-radius: 0; right:-50px; left:auto; transition: all .8s; border-radius: 50%}
.related_pro .slider .slick-prev{ right:auto; left:-50px}
.related_pro .slider .slick-next::before {background-position: -214px -26px;}
.related_pro .slider .slick-prev::before {background-position: -192px -26px;}
.related_pro .slider .slick-next:hover,.related_pro .slider .slick-prev:hover{opacity: 1;}
.related_pro .slider .slick-next:hover:before{background-position: -214px -26px;}
.related_pro .slider .slick-prev:hover:before{background-position: -192px -26px;}
.related_pro .line{margin-bottom: 25px;
    position: relative;} 
.related_pro .slider:hover .slick-next,.related_pro .slider:hover .slick-prev{opacity:1;}

@media only screen and (max-width: 1366px) {
	.related_pro .slick-next, .related_pro .slick-prev{right:-5px; }
.related_pro .slick-prev{left:-5px}
}

@media only screen and (max-width: 992px) {
.related_pro{ padding:30px 0; margin-top: 30px}
}
 
@media only screen and (max-width: 768px) {
	.related_pro .slider .li{min-height: inherit;}
	.related_pro .slider .li .title{font-size: 16px;line-height: 20px;max-height: 40px; }  
}

@media only screen and (max-width: 680px) { 
	.related_pro .slider .li .text{ display:none}
	.related_pro .slick-next, .related_pro .slick-prev{ top:42%}
	.related_pro .slick-prev{ left:0; right: auto}
}



/*以下是公共部分*/
/*******bootstrap-touch-slider********/
.bs-slider{
    overflow: hidden;
    position: relative;
}
.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;
	opacity: 0;
}
.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;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}
.control-round .carousel-control.left{left:-70px;-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:-70px;-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 {
	margin: 0 20px;
	width: 50px;
	height: 50px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.control-round .carousel-control.left{margin-right:81px;background-image:url(../images/silde_prev.png);}
.control-round .carousel-control.right{background-image:url(../images/silde_next.png);}

.carousel-control .icon-wrap {
	position: absolute;
	width: 32px;
}
.carousel-control.left .icon-wrap {
	left: 15px;
}
.carousel-control.right .icon-wrap {
	right: 15px;
}
.control-round .carousel-control:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.control-round .carousel-control.left:hover:before,.control-round .carousel-control.right:hover:before{color:#fff;}
.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{
    left: 13%;
    bottom: 20%;
    width: auto;
	max-width:1400px;
    height: 40px;
    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-left:0;
}
.indicators-line .carousel-indicators li{
    color:#b2b2b2;
	background:none;
	margin:0 20px;
	display:inline-block;
	font-size:20px;
	line-height:24px;
	border:none;
	width:auto;
	height:auto;
}
.indicators-line .carousel-indicators li:last-child{
    margin-right: 0;
}

/*******features-tab********/
.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);
}
/* 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: 30px;
	height:60px;
	padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
	background:#000;
	margin-top:-30px;
	overflow:hidden;
	text-align:center;
	transition:all .5s;
	background-repeat:no-repeat;
	background-position: center center;
	border-radius:0;
	opacity: 0.3;filter: alpha(opacity=30);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div i{display: none;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {left:-30px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before{content:"\f104";font-size:28px;color:#fff;line-height:60px;font-family: FontAwesome;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {right:-30px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before{content:"\f105";font-size:28px;color:#fff;line-height:60px;font-family: FontAwesome;}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {background-color:#006db8;border-color:#006db8;opacity: 1;filter: alpha(opacity=100);}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before{color:#fff;}
@media only screen and (max-width: 1300px) {
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-10px;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next{right:-10px;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {background:#f18d0f;color:#fff;}
}

/*index*/
.main_title{margin-bottom:40px;text-align:center;position: relative;z-index: 5;padding-top: 30px;}
.main_title .s_title{margin: 0;margin-bottom: 12px;font-size: 20px;color: #004d91;line-height: 100%;text-transform: capitalize;}
.main_title em{color:#333333;font-size:48px;text-transform:uppercase;line-height:110%;margin:0;position:relative;display: block; z-index: 2;}
.main_title .text{color:#808080;font-size:12px;line-height:24px;max-height:48px;overflow:hidden;max-width:60%;margin:auto;margin-top:20px;}
.main_title .line{display: inline-block;position: relative;margin-top: 20px;width: 60px;height: 12px;}
.main_title .line:before{display: inline-block;content:'';width: 100%;height: 2px;background: #3a9ac1;position: absolute;left: 0;top: 0;}
.main_title .line:after{display: inline-block;content:'';width: 40px;height: 2px;background: #3a9ac1;position: absolute;left:50%;bottom: 0;margin-left: -20px;}
.main_title .title_bg{font-size: 90px;line-height: 90%;text-transform: uppercase;position: absolute;left: 0;top: 0;width: 100%;text-align: center;color: #333333;opacity: 0.03;}

.main_title .title-icon-circle{display: inline-block;position: absolute;width: 50px;height: 50px;top:-10px;left:50%;border-radius: 50%;z-index: -2;background:#004d91;animation:title-icon-circle 3s infinite;-webkit-animation:title-icon-circle 3s infinite;opacity: 0.05;}

@-webkit-keyframes title-icon-circle {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
30% {
-webkit-transform:translate3d(5px, 15px, 0);
transform:translate3d(5px, 15px, 0)
}
50% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
}
@keyframes title-icon-circle {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
30% {
-webkit-transform:translate3d(5px, 15px, 0);
transform:translate3d(5px, 15px, 0)
}
50% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
}
@keyframes move{
	0%{left:0;opacity:0}
	5%{opacity:.0}
	48%{opacity:.2}
	80%{opacity:.0}
	100%{left:82%}
}
@keyframes spin_right {
	100% {
	transform: rotateZ(360deg); } 
}
@keyframes spin_left {
	100% {
	transform: rotateZ(-360deg); } 
}

.main_more{ display:inline-block; width:auto; padding: 0 20px; line-height: 36px; text-align: center; color: #fff; font-size: 15px;  text-transform: capitalize; border-radius: 20px; background: #004d91; position: relative; font-family: 'Lato Bold';  ; } 
.main_more:hover{ background:#000; text-decoration: none}

input.main_more{color:#fff;background: #004d91;border-color: #004d91;}
 
.light_box{position: relative; display:inline-block;}
.light_box::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0,0,0,0.15);
	
}
.light_box::before{content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background:rgba(0,0,0,0.05) url(../images/icon_link.png) no-repeat center center;
    z-index: 1;}
.light_box::after {
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}
.light_box::before{
	border-bottom: 1px solid rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
.light_box:hover::before,
.light_box:hover::after,
.pro_content ul li:hover .light_box::before,
.pro_content ul li:hover .light_box::after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
@media only screen and (max-width: 992px) {
	.main_title .text{max-width:80%;}
	.main_title .title_bg{font-size:80px;}
}
@media only screen and (max-width: 768px) {
	.main_title{margin-bottom:30px;max-width:100%;padding-top: 0;}
	.main_title .s_title{font-size: 18px;margin-bottom: 10px;}
	.main_title em{font-size:32px;margin-bottom:0;}
	.main_title .text{max-width:100%;font-size: 12px;margin-top: 10px;line-height: 24px;max-height: 48px;}
	.main_title .line{margin-top:10px;}
	.main_more{margin-top:20px;font-size: 14px;height: 40px;line-height: 40px;}
	.main_more a,.main_more input, .main_more button{font-size: 14px;height: 40px;line-height: 40px;}
	.main_title .title_bg{display: none;}
}

.tp-mask-wrap{z-index:99999;left:50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%,0);position: absolute;bottom:0;display: block;overflow: hidden;}
.slider-scroll-button {position: relative;width: 57px;height: 57px;border-radius: 100%;display:inline-block;z-index: 5; visibility: inherit; transition: none 0s ease 0s; text-align: inherit; line-height: 14px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-weight: 400; font-size: 8px; white-space: nowrap; min-height: 0px; min-width: 0px; max-height: none; max-width: none; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform-origin: 50% 50% 0px;}
.slider-scroll-button:before{
	content:'';position:absolute;top:50%;left:49%;width:23px;height:34px;border:1px solid #fff;border-radius:15px;transform:translate3d(-50%, -50%, 0);-webkit-transform:translate3d(-50%, -50%, 0);
}
.slider-scroll-button:after{
	content:'';width:6px;height:10px;border-radius:10px;border:1px solid #fff;position:absolute;top:19px;left:49%;transform:translate3d(-50%, 0, 0);-webkit-transform:translate3d(-50%, 0, 0);
	-webkit-animation-name:sliderScrollButton;
	animation-name:sliderScrollButton;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}

@keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}
@media only screen and (max-width: 768px) {
	.tp-mask-wrap{display:none;}
}
 

/*******Slider********/
/* Slider */
.slick-slider{position: relative;display: block;box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{position: relative;top: 0;left: 0; display: block;}
.slick-track:before,
.slick-track:after{
    display: table;content: '';
}
.slick-track:after{clear: both;}
.slick-loaBarlowCondensedg .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide.slick-loaBarlowCondensedg img{ display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loaBarlowCondensedg .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

/* 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, .slick-next.slick-disabled , .slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover { opacity: 0.1; }
/* Dots */
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999;display:none !important;left: 0;}
.slick-dots li { position: relative; display: inline-block;height:10px;width: 10px; margin: 0 5px; padding: 0px; cursor: pointer;border-radius:0;z-index: 10;transition:all .5s;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 10px; width:10px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background: #fff;border-radius:50%;padding:0;transition:all .5s; border: none}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active{opacity: 1;}
.slick-dots li.slick-active button{background: -moz-linear-gradient(left , #81d5c0, #004d91);
    background: -webkit-linear-gradient(left , #81d5c0, #004d91);
    background: -moz-linear-gradient(left , #81d5c0, #004d91); width:10px; height:10px; border-radius:50%;}

.slick-prev,			
.slick-next{			
	opacity: .1;filter: alpha(opacity=30);width:30px;height:50px;position:absolute;top:50%;margin-top:-25px;z-index:99;transition:all .5s;		
}			
.slick-prev:before,			
.slick-next:before{			
	content:'';width:15px;height:27px;background-repeat:no-repeat;background-image: url(../images/icon.png);display: inline-block;		
}			
.slick-prev{left:-30px;}			
.slick-prev:before{background-position:-192px 0;}			
			
.slick-next{right:-30px;}			
.slick-next:before{background-position: -214px 0;}			
			
.slick-prev:hover,			
.slick-next:hover{			
	opacity: 1;filter: alpha(opacity=100);background:#004d91;		
}			
.slick-prev:hover:before{background-position:-192px -26px;}			
.slick-next:hover:before{background-position: -214px -26px;}

@media only screen and (max-width: 768px) {
	.slick-prev{left:-10px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background-color:#000;border-radius:0;width:35px;border:none;}
	.slick-next{right:-10px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background-color:#000;border-radius:0;width:35px;border:none;}
	.slick-prev:hover , .slick-next:hover{background:#004d91;} 
	.slick-prev:after , .slick-next:after{display: none;}
}

/*******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);
}
/* 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: 30px;
	height:60px;
	padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
	margin-top:-30px;
	overflow:hidden;
	text-align:center;
	transition:all .5s;
	background-repeat:no-repeat;
	background-position: center center;
	border-radius:0;
	opacity: 0.3;filter: alpha(opacity=30);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div i{display: none;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {left:-30px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before{content:"\f104";font-size:42px;color:#808080;line-height:60px;font-family: FontAwesome;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {right:-30px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before{content:"\f105";font-size:42px;color:#808080;line-height:60px;font-family: FontAwesome;}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {background-color:#004d91;border-color:#004d91;opacity: 1;filter: alpha(opacity=100);}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before{color:#fff;}
@media only screen and (max-width: 1300px) {
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-10px;background:#000;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before{color: #fff;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next{right:-10px;background:#000;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before{color: #fff;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {background:#f18d0f;color:#fff;}
}

.attachment_line{position: absolute;left: 0;top: -1px;height: 30px;left: 0;right: 0; display: block;background: #fff;}
.attachment_line:before{content:'';position: absolute;left: -59px;top: 0;height: 100%;width: 60px;background: #fff;display: block;clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);}
.attachment_line:after{content:'';position: absolute;right: -59px;top: 0;height: 100%;width: 60px;background: #fff;display: block;clip-path: polygon(0% 0%, 80% 0, 100% 100%, 0% 100%);}

@media only screen and (max-width:768px) {
	.attachment_line{height: 10px;left: 20px;right: 20px;display: none;}
}





/*back-top*/
.back_top{width:40px;height:40px; position:fixed; right:5px;bottom:80px; z-index:99999999;animation: scroll_up_anim 1.5s infinite;} 
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px); }
50% {
transform: translateY(3px); }
100% {
transform: translateY(-3px); } }
.back_top:link{text-decoration:none;}
.back_top:hover:before{color:#fff;text-decoration:none;}
@media only screen and (max-width:768px) {
	.back_top{ display:none}
}


#online_qq_layer{z-index:99999999;position:fixed;right:10px;bottom:10px; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab #floatShow{height:50px; width:200px;float:right;position:relative;border-radius:30px;box-shadow:0 5px 20px 0 rgba(58,154,193,0.1);-webkit-box-shadow:0 5px 20px 0 rgba(58,154,193,0.1);background: -moz-linear-gradient(left , #004d91 , #0363b7);
    background: -webkit-linear-gradient(left , #004d91 , #0363b7);
    background: -moz-linear-gradient(left , #004d91 , #0363b7);padding: 5px 10px 5px 20px; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1);}

#online_qq_tab .animated { opacity: 1; }
#online_qq_tab #floatShow i{height:30px;width:30px;background:url(../images/icon.png) no-repeat -187px -223px;display:inline-block;z-index: 999;position: absolute;left: 15px;top: 50%;margin-top: -15px;}
#online_qq_tab #floatShow:hover{margin-right:0;}
#online_qq_tab #floatShow p{font-size: 15px;color:#fff;margin: 0;text-transform: capitalize;display: inline-block;line-height: 18px;position: absolute;right:15px;top:25px;margin-top: -10px; opacity: 1;transition:all .8s;height: 40px;max-width: 180px; font-family: 'Lato Bold';}
#online_qq_tab #floatShow:hover p{opacity: 1;}
#online_qq_tab .circle { background: rgba(0,77,145,.25); width: 50px; height: 50px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1);left: 5px;top:50%;margin-top: -25px;}
#online_qq_tab .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
#online_qq_tab .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
#online_qq_tab .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
#online_qq_tab.animation-stopped .circle { opacity: 0!important }
#online_qq_tab.animation-stopped .circle { opacity: 0!important }

#online_qq_tab #floatHide{height:30px;color: #fff; width: 30px; border-radius: 50%; text-align: center; position: absolute;right: 15px;top: 15px;}
#online_qq_tab #floatHide:after{border-radius: 0;font-size:18px; content: "";background: #fff; line-height: 30px;width: 16px;height: 2px;display: inline-block;margin-top: 14px;}

#online_qq_tab #floatShow:hover,#online_qq_tab #floatHide:hover{text-decoration:none;}

@keyframes scaleToggleOne {
0% {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 
0% {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 
0% {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}

#onlineService{display:inline;width:350px; overflow: hidden;display:none;background: #fff; font-size:13px;box-shadow:0 0 13px 0 rgba(151,151,151,0.5);-webkit-box-shadow:0 0 13px 0 rgba(151,151,151,0.5);border-top:none;border-radius:0;}
#online_qq_layer .inquiry .main_more{border-width:1px;margin-top:10px;height:36px;line-height:36px;padding-left: 20px;padding-right: 20px;font-size: 14px;text-align: center;width: 100%;border-radius: 0;}
#onlineService .title{display:block;font-size:20px;background:#004d91;padding:15px 20px;padding-bottom: 25px; line-height:24px;text-transform:uppercase;margin-bottom:0;color:#fff;border-radius:  0;}
#onlineService .title b{color:#fff;}
#onlineService .text{ margin-bottom:10px; color:#808080; line-height:20px; font-size:12px;background:#fff;padding: 10px;margin-top: -10px;margin-bottom: 10px;border-bottom: 1px solid #e5e5e5;border-radius: 0; }
.i_message_inquiry .inquiry { padding:20px 10px;border-radius: 0;padding-top: 0;}
.i_message_inquiry .inquiry form{padding: 0 10px;}
.i_message_inquiry .inquiry .form-control{ border:1px solid #ccc; background:none; line-height:40px;height:40px; color:#808080; font-size:12px;width:100%;box-shadow:none;padding-right:45px;background-position:95% 14px;background-repeat:no-repeat;padding-left:15px;border-radius:0;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset; margin-right: 5px;}
.i_message_inquiry .inquiry .form-control:focus{color:#333;background-color:#fafafa;border-color:#004d91;}
.i_message_inquiry .inquiry textarea.form-control{border-radius:0;height: 80px;padding: 15px;padding-right: 40px;}
.i_message_inquiry .inquiry .input-group{  background:#fff; height:32px; margin-bottom:10px;width:100%;border:none;}
.i_message_inquiry .inquiry .input-group span{display:block;position:relative;}
.i_message_inquiry .inquiry .input-group span:before{content:'*';color:red;position:absolute;right:5px;top:0;z-index:2;line-height: 48px;z-index: 111;}
.i_message_inquiry .inquiry .input-group span:after{content:'';position:absolute;right:10px;top:10px;z-index:2;width: 28px;height:23px;z-index: 9;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_p:after{background-position:0 -227px;}
.i_message_inquiry .inquiry .input-group span.ms_e:after{background-position:-40px -227px;}
.i_message_inquiry .inquiry .input-group span.ms_m:after{background-position:-82px -227px;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control{height:100px;padding-top:8px;line-height:20px;max-height: 120px;max-width: 100%;width: 100%;min-height: 100px;}
.i_message_inquiry .inquiry .input-group span.ms_p:before,.i_message_inquiry .inquiry .input-group span.ms_n:before{display:none;}
.i_message_inquiry .inquiry #auth_code1{margin-top: 10px;}
.i_message_inquiry .inquiry .refresh{font-size: 14px;margin-left: 10px;color: #808080;display: inline-block;vertical-align: middle;}
.cform-item__wrap{ margin-top:10px;} 
#passport_sign_code2{ margin-top:-5px !important}
.online_form #passport_sign_code2{ margin-top:5px !important}
#passport_sign_code{ margin-top:2px !important}
.pro_description #passport_sign_refresh{vertical-align: super;}

/*fixed-contact*/
.fixed-contact {
    z-index:999999;
    position:fixed;
    right:0;
    top:40%;
    width:50px;
    margin-top:-90px;
    overflow:hidden;
    opacity:0;
	filter:alpha(opacity=0);
    transition:all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}
.fixed-contact.show{  transform:none; opacity:1;filter:alpha(opacity=100); }
.fixed-contact.active {width:280px;}
.fixed-contact li {position:relative;height:50px;overflow:hidden;transition:all .4s;list-style: none;background: -moz-linear-gradient(left , #004d91 , #0363b7);
    background: -webkit-linear-gradient(left , #004d91 , #0363b7);
    background: -moz-linear-gradient(left , #004d91 , #0363b7);margin-bottom: 2px;border-radius:2px 0 0 2px;border:1px solid rgba(255,255,255,0.3)}
.fixed-contact.active li a {opacity: 1;}
.fixed-contact li a {position:relative;z-index:1000;display:block;}
.fixed-contact li i {
    z-index:1000;
    position:absolute;
    left:0;
    display:block;
    width:50px;
    height:50px;
    transition:all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/icon.png);
}
.fixed-contact.active li:after {
    z-index:1001;
    content:'';
    position:absolute;
    bottom:0;
    left:10px;
	right:10px;
    display:block;
    height:1px;
    background:rgba(255,255,255,.2);
}
.fixed-contact.active li:last-child:after {display:none;}
.fixed-contact li:hover i,.fixed-contact li:hover a{opacity:.7;}
.fixed-contact .online_p i {
	background-position: 0 -262px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
}
.fixed-contact .online_e i {background-position: -50px -262px;}
.fixed-contact .online_w i {background-position: -150px -262px;}
.fixed-contact .online_s i {background-position: -100px -262px;}
.fixed-contact .online_f i {background-position: -250px -262px;}
.fixed-contact .online_i i {background-position: -300px -262px;}
.fixed-contact .online_code i {background-position: -200px -262px;}

.fixed-contact li a {
    position:absolute;
    top:0;
    left:60px;
    display:block;
    width:240px;
	line-height:110%;
    padding:18px 0 0 30px;
    color:#fff;
    white-space:nowrap;
    transition:all .4s;
	font-size:16px;
	text-align: left; 
	font-weight: normal;
	opacity: 0;
}
.fixed-contact.active li a {left:20px;}
.fixed-contact .online_code a img{max-width:80px;}
.fixed-contact.active .online_code{height:130px;}
.fixed-contact.active .online_code a p{margin:0;margin-bottom:5px;}
.fixed-contact li.online_code:hover a{opacity:1;}

@media only screen and (max-width: 768px) {
	.fixed-contact{display:none !important;}
	.fixed-contact.show{opacity:0;}
}

.mobile_nav{position:fixed;left:0;bottom:0;width:100%;padding:5px 0;display:none;z-index:999999; background:#fff;border-top:1px solid #eee;
}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;}
.mobile_nav a i{width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-image: url(../images/icon.png);}
.mobile_nav a p{color:#4d4d4d;padding-top:2px;font-size:14px;text-transform:uppercase;line-height:14px;margin:0;}
.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}

@media only screen and (max-width: 992px){
	#service{display:none;}
	#onlineService01{width:150px;}
	.onlineMenu .call-top{padding:8px 5px;}
	.onlineMenu .call-top p{font-size:16px;}
	.onlineMenu ul{padding:10px;}
	.onlineMenu .call>p{padding-left:20px;font-size:14px;}
	.onlineMenu .call>p a{font-size:14px;}
	.onlineMenu .call>p.ser01,.onlineMenu .call>p.ser02,.onlineMenu .call>p.ser03,.onlineMenu .call>p.ser04,.onlineMenu .call>p.ser05{background-size:14px;}
	.back_top{right:0;bottom:120px;width:40px;height:40px;}
	.back_top:before{font-size:14px;line-height:36px;}
	#online_qq_layer{right: 50px;}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer{right:0;}
	#onlineService{ width:100%;}
	#online_qq_layer{ width:100%;bottom:0;}
	#online_qq_tab #floatShow{ background:#004d91 url(../images/icon.png) no-repeat  -128px -218px;border-radius:0;margin-right:0; width:50px; height:50px; border:3px solid #fff;padding:0;box-shadow:none;border-radius:50%;text-indent:-999999px;z-index:9999999999;right: 50%; margin-right: -25px; bottom: 10px;position: absolute;}
	#online_qq_tab #floatShow p{display: none;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatShow span{ display:none;}
	#online_qq_tab #floatShow:after{display: none;}
	#online_qq_tab .animated-circles{display: none;}
	.mobile_nav{display:block;}
	.mobile_nav a i{width: 25px;height:25px;}
	.mobile_nav a p{text-transform:capitalize;}
	.footer-bottom{padding-bottom:70px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	#onlineService .title{font-size: 20px;padding-top: 13px;line-height: 20px;padding-bottom: 24px;}
    .back_top{ display:none !important}
}
@media only screen and (max-width: 375px) {
	.mobile_nav a p{text-transform:capitalize;font-size: 12px;} 
}
 




/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;list-style:none;margin-bottom: 15px;background:#fff;border-radius: 0;overflow: hidden;}
.stp-top{width:100%;background:#eee;margin-bottom:1px;}
.stp-top .page_info_title{font-size:18px;line-height:24px;text-transform:capitalize;display:block; font-family: 'Lato Bold'; padding:0;padding:15px 20px;transition:all .5s;}
.stp-top .page_info_title:hover{text-decoration:none;color:#fff;background: #004d91;}
.stp-top .page_info_title i{padding-left:5px;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.stp-top .page_info_title:hover i{padding-left:8px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.stp-listB{display:block;padding:15px;border:2px solid #eee;border-top:none;padding:30px 20px;list-style:none;margin-top:-1px;background:#fff;border-radius:0;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;}
.stp-listB>li>a{font-size:14px;line-height:22px;display:block;color:#4d4d4d;}
.stp-listB>li>a i{padding-right:5px;}
.stp-listB>li:hover>a{color:#004d91;}
.stp-listB>li:nth-child(4n+1){clear: both;}

.stp-pro .stp-listB>li{width: 100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee;}
.stp-pro .stp-listB>li:last-child{border-bottom:none;padding-bottom:0;}
.stp-pro .stp-listB>li .top{display: flex;align-items: flex-end;}
.stp-pro .stp-listB>li .image{max-width:48px;min-width:48px;}
.stp-pro .stp-listB>li .title{font-size:14px;line-height:24px;text-transform:capitalize;display:block; }
.stp-pro .stp-listB>li .title:after{content:"\f105";font-family:'FontAwesome';padding-left:6px;color:#ccc;}
.stp-pro .stp-listB>li .title:hover{color:#004d91;text-decoration:none;}
.stp-pro .stp-listB>li .title:hover:after{color:#004d91;}
.stp-listB li .stp-listC{width:100%; padding-top:20px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:8px;float:left;}
.stp-listB li .stp-listC li a{color:#808080;font-size:12px;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.stp-listB li .stp-listC li a i{padding-right:5px;}
.stp-listB li .stp-listC li a:hover{color:#004d91;}


@media only screen and (max-width: 768px){
	.stp-listA{padding: 0;}
	.stp-listB>li{width:50%;padding:4px 0;}
	.stp-listB>li:nth-child(2n+1){clear: both;}
	.stp-listB{border-width:1px;padding:15px;}
	.stp-pro .stp-listB>li .image{max-width:32px;min-width:32px;}
	.stp-listB li .stp-listC li{width: 100%;}
	.stp-listB>li>a{font-size:14px;}
	.stp-top .page_info_title{font-size:14px;padding:10px 10px;}
	.stp-listB li .stp-listC li a{font-size: 12px;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}



.pro-text{ display:block; color: #666; font-size: 15px; line-height: 26px; padding-bottom: 25px}
.cbp-vm-switcher {width:100%;margin-bottom:25px;}
.cbp-vm-options {text-align:left;margin-bottom:0;margin-bottom:15px; background: #fff; padding: 10px;}
.cbp-vm-options em{display:inline-block;float:left; font-size:20px;color:#4d4d4d;text-transform:uppercase;line-height:38px;}
.cbp-vm-options a {display: inline-block; vertical-align:middle; padding:5px; overflow: hidden; white-space: nowrap; border-radius:0; color: #999; margin-right:10px; float:left; font-size: 16px; background: #fff; transition: all .2s}
.cbp-vm-options span{display:inline-block;float:right;font-size:14px;color:#999;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected {color: #fff; background: #004d91;}
.cbp-vm-options a:before {font-size: 14px;text-align: center;display: inline-block;}

/* General list */
.cbp-vm-switcher>ul {list-style: none;padding: 0;}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-switcher ul:after { clear: both; }

.cbp-vm-switcher>ul>li {display: block;position: relative;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;padding:15px;}
.cbp-vm-image .cbp-image-hover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transform: scale(1.05);background: #fff;text-align: center;}
.cbp-vm-image .cbp-image-hover img{max-height: 100%;width: auto;}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;transform: scale(1.0);}
.cbp-vm-switcher ul li > div{position:relative;display:block;padding:0;border-radius:0;transition:all .5s;}

.cbp-vm-switcher>ul>li > div{display: block;position: relative;z-index: 2;transition:all .5s;border-radius:0;}
.cbp-vm-switcher>ul>li:hover > div{border-color:transparent;z-index: 99;border-color:#fff;}
/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 20px 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}
.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image > a{position:absolute;right:0;top:0;display:block;z-index:5;width:100%;height:100%; overflow: hidden}
.cbp-vm-image img{height:auto; display: block; transition:all .5s;width:100%;}
.cbp-vm-image img:hover{transform:scale(1.08); -webkit-transform:scale(1.08); -moz-transform:scale(1.08); -ms-transform:scale(1.08);}
.cbp-vm-switcher>ul>li .cbp-vm-image{display: block;position: relative;z-index: 2;transition:all .5s; } 

.cbp-vm-details{font-size:14px;line-height:24px;height:48px;overflow:hidden;color:#808080;}

/* Large grid view */
.cbp-vm-view-grid ul { width:100%; display: flex; flex-wrap: wrap}

.cbp-vm-view-grid ul li {
	width:31.33%; 
	text-align: center;
	display: inline-block;
	vertical-align: top; 
	position:relative;
	padding:0 0 10px 0;
	margin:15px 3% 20px 0; 
	border-radius:0;
	background: #fff;
	border:2px #f5f5f5 solid;
	transition: all .5s
} 
.cbp-vm-view-grid ul li:nth-child(3n){ margin-right:0}
.cbp-vm-view-grid ul li:hover{ border:2px #004d91 solid; box-shadow:0 5px 9px rgba(0,0,0,0.08); -webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08); -moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cbp-vm-view-grid ul li > div{background: #fff; border-radius: 8px;}
.cbp-vm-view-grid>ul>li:hover > div{border-color:transparent;z-index: 99;}
.cbp-vm-view-grid ul li .cbp-list-left{padding: 0;text-align:center;position:relative;z-index: 999;}
.cbp-vm-view-grid ul li .cbp-title{display:block;color:#333;font-size:16px;line-height:22px; overflow:hidden; max-height:44px; margin:10px 0; position: relative; text-transform: capitalize; font-family: 'Lato Bold';  }
.cbp-vm-view-grid ul li:hover .cbp-title{color:#004d91;text-decoration:none;}
.cbp-vm-view-grid ul li .cbp-vm-details {color:#787878;font-size:14px;line-height:22px;overflow:hidden;max-height:44px;margin-top:8px;transition:all .5s; padding:0 3%}
.cbp-vm-view-grid ul li .cbp-list-more{display:none;}
.cbp-vm-view-grid ul li .more{ position:absolute; left:0;right:0; bottom:-10px; text-align:center; opacity:0;filter:alpha(opacity=0);-moz-opacity:0; z-index:-1; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;padding:5px;width: 100%;background: #fff;}
.cbp-vm-view-grid ul li:hover .more{opacity:0;z-index:22;
	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	bottom: 0;
}
.cbp-vm-view-grid ul li .more .main_more{margin: 0;height: 40px;line-height: 40px;text-align: center;padding: 0 20px;font-size: 14px;background: #004d91;color: #fff;border:none;}
.cbp-vm-view-grid ul li .more .main_more:after{opacity: 1; position: relative;top: auto;right: auto;margin-left: 5px;background-position:-33px -58px;}
.cbp-vm-view-grid ul li .more .main_more:hover:after{animation: scroll_right_anim 1.5s infinite;}
.cbp-vm-view-grid ul li .cbp_line{display: block;background: #eaeaea;height: 1px;margin: 10px 0;}

.cbp-vm-view-grid .post_blog_tag{display:none;}
.cbp-vm-view-grid .cbp-list-center{padding:10px 5%;position:relative;z-index: 999;border-radius:0;background-repeat: no-repeat;background-position: 98% bottom; width: 100%; margin: 0 auto} 
/* List view */
.cbp-vm-view-list>ul{margin:0;margin-top:20px;}
.cbp-vm-view-list>ul>li {text-align:left;padding:15px 15px 20px 15px;border-radius: 2px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.04); margin:0 0 25px;} 
.cbp-vm-view-list > ul > li:hover > div{box-shadow: none;}
.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 ul li:hover{ box-shadow:0 5px 9px rgba(0,0,0,0.08); -webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08); -moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cbp-vm-view-list>ul>li > div{padding:0;border:none;}
.cbp-vm-view-list>ul>li > div:before , .cbp-vm-view-list>ul>li > div:after{display: none;}
.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: 25%;text-align:center;display:inline-block;position:relative; vertical-align:middle;float:left;} 
.cbp-vm-view-list ul li>div .cbp-list-center{width:72%;display:inline-block;}
.cbp-vm-view-list ul li .cbp-title{display:block;color:#333;font-size:18px;line-height:24px;overflow:hidden;max-height:48px;margin:10px 0; font-family: 'Lato Bold'; text-transform: capitalize}
.cbp-vm-view-list ul li:hover .cbp-title{color:#004d91;text-decoration:none;}
.cbp-vm-view-list ul li .cbp-vm-details {margin-top:0;height:auto;padding:0;max-height:48px;font-size:14px;}
.cbp-vm-view-list>ul>li .cbp-list-left .line{display: none;}

.cbp-vm-view-list ul li .post_blog_tag{margin:10px 0px 0px;; overflow: hidden}
.cbp-vm-view-list>ul>li .more_btn a{ margin-top:15px}

.cbp-vm-view-list .cbp-hover{display:none;}
.cbp-vm-view-list .cbp-list-center{width:75%;display:inline-block; vertical-align:middle;padding:0 0 0 25px;}
.cbp-vm-view-list .cbp-list-center .cbp-list-left{padding-left:0;}
.cbp-vm-view-list .cbp-list-more{display:block;margin-top:20px;float:right;padding-right:0;}
.cbp-vm-view-list > ul > li .border{ display:none}
.cbp-list-left .post_blog_tag>p{ font-size:16px;}
.cbp-list-left .post_blog_tag li a{ font-size:12px; padding: 3px 15px}

 
@media screen and (max-width: 992px) { 
	.cbp-vm-view-list ul li > div .cbp-list-center{padding-top: 0;}
	.product_section .page-right{float: none;padding: 0;}
}

@media only screen and (max-width: 768px){
	.cbp-vm-view-grid ul li{ width:48.5%}
	.cbp-vm-view-grid ul li:nth-child(3n){ margin-right:3%}
	.cbp-vm-view-grid ul li:nth-child(2n){ margin-right:0}
	.pro-cat li{margin-bottom:10px;}
	.cbp-vm-options{margin-top:0;}
	.cbp-vm-view-list ul li .cbp-list-left .more{letter-spacing:0;}
	.pro_top .pro-img{display:none;}
	.cbp-vm-view-list>ul>li > div{border-radius:0;padding:0;}
	.cbp-vm-view-grid>ul>li > div{border-width: 1px;padding: 0;}
	.cbp-vm-view-grid ul li .cbp_line{display: none;}
	.cbp-vm-view-list ul li .more .main_more{font-size: 14px; margin-top: 0}
}

@media screen and (max-width: 575px) {
	.pro-text .box{max-height:336px;overflow:hidden;} 
	.cbp-vm-options{text-align:center;}
	.cbp-vm-view-list>ul>li{width:100%;padding-bottom:15px;}
	.cbp-vm-view-list ul li .cbp-vm-details{height:40px;line-height:20px;}
	.cbp-vm-view-list .cbp-list-center{width:100%;margin-top:10px;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;font-size: 12px;}
	.cbp-vm-view-list .cbp-vm-image{width:100%;max-width: 240px;}
	.cbp-vm-view-list ul li>div>div{width:100%;}
	.cbp-vm-view-grid ul li{margin-bottom:0;}
	.cbp-vm-view-list ul li .cbp-title{font-size:14px;line-height: 22px;max-height: 44px;}
	.cbp-vm-view-grid ul li .cbp-title{font-size:14px;margin-bottom:10px;line-height:22px;max-height:44px;height:auto;} 
	.cbp-vm-view-list .cbp-list-view{display:none;}
	.cbp-vm-view-grid ul li .cbp-vm-details{display:none;}
	.cbp-vm-view-list ul li>div .cbp-list-center,.cbp-vm-view-list .cbp-list-center .cbp-list-left{width:100%;padding:0;}
	.cbp-vm-view-list .pro-list-tags p{display:block;}
	.cbp-vm-view-list .cbp-list-more{padding:0;}
	.cbp-vm-view-list .cbp-list-more .main-more{display:inline-block;margin-right:10px;}
	.cbp-vm-view-grid .cbp-list-center{padding:5px;}
	.cbp-vm-switcher>ul>li .cbp-vm-image{border-width: 1px;}
	.cbp-vm-view-grid ul li .line{display: none;}
	.cbp-vm-options em{display:block;float:none;margin-bottom:10px;}
	.cbp-vm-view-grid ul li .more,.cbp-vm-view-list ul li .cbp-list-left .more{display: none;}
	.cbp-vm-view-list ul li .wrap_more{float: none;margin-top:10px;}
	.cbp-vm-view-list ul li .more .main_more{font-size: 12px;border-width: 1px;}
	.page_section .main_title{margin-bottom: 20px;}
	.cbp-vm-switcher{margin-bottom: 20px;} 
}

@media screen and (max-width: 414px) { 
	.pro-text .column{font-size: 12px;} 
	.cbp-vm-view-grid ul li{ width:100%; margin-right: 0}
	.cbp-vm-view-grid ul li .cbp-title{font-size:15px;margin:5px 0;line-height:20px;max-height:40px; padding: 0 15px}
	.cbp-vm-view-grid ul li .cbp-list-left{padding:0;}
	.cbp-vm-image .image_more{display:none;}  
}
/*products main*/

/* CSS for the loading div */
.prom_img{padding:0;text-align:center;padding-right:0;border-radius: 0;}
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding:2px;
	border-radius: 0;
	font-size: 14px;
	color: #888;
}
.sp-loading img{max-width:100%;height:auto;}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	/**************
	  Set max-width to your thumbnail width
	***************/
	text-align:center;
	max-width: 100%;
	width:100%;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: block;
	padding:10px 0;
}
.sp-thumbs a{position:relative;border:1px solid #f7f7f7;}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 68px;
	height: 68px;
	overflow: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	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;
	background-repeat: no-repeat;
	background-position: center center;
	margin:0 3px;
	border-radius:5px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border-color: #f08519;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,.sp-thumbs a.sp-current {
	opacity: 1!important;
	position: relative;
	border-color:#01a4ef;
}

.sp-thumbs a.sp-current:after{transform:scaleX(1);visibility:visible;}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width:100%;
	border-radius: 0;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width:100%;border-radius:0;
}
.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: 99999999;
	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%;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
	text-align:center;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: "\f104";
	font-family:'FontAwesome';
	font-size:24px;
	line-height:46px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size:24px;
	line-height:46px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

.sp-thumbs::-webkit-scrollbar {width: 5px;}
.sp-thumbs::-webkit-scrollbar-track {
	background-color:#f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}

.sp-thumbs::-webkit-scrollbar-thumb {
	background-color:#ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
/*详情主图+视频切换*/

.sp-video-icon{width:68px; height:68px; color:#fff; position:absolute; z-index:99; left:0px; bottom:10px;display: flex;align-items: center;justify-content: center;background: #000;}
.sp-video-icon img{opacity: 0.5;width: 100%;}
.sp-video-icon i{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 14px;color: #fff;line-height: 20px;}
.sp-video{ position:absolute; z-index:99;background:#000;justify-content: center;align-items: center;display: flex;left: 0;top: 0;bottom: 100px;overflow:hidden;right: 0;}
.sp-video video{ width:100%}
.sp-video .video_buttom{ position:absolute;top:35%; left:40%; z-index:999999}
.sp-video .video_buttom i{ font-size:60px;  color:#fff}
.prom_img .current_border{ border:1px solid #f08519}
.prom_img .behind{width:100%; height:100%}
.sp-video .video_iframe{width: 100%;}
.sp-video .video_iframe iframe{max-width: 100%;max-height: 100%;height: 400px;width: 100%;}
.prom_img.sp-wrap-video .sp-thumbs{padding-left:70px ;}

@media only screen and (max-width:1260px){
	.sp-video .video_iframe iframe{height:300px}
}
@media only screen and (max-width:992px){
	.sp-video-icon{width:50px; height:50px;}
	.prom_img.sp-wrap-video .sp-thumbs{padding-left: 50px;}
	.sp-video{bottom: 70px;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:50px;height:50px;}
}
@media only screen and (max-width:768px){
	.sp-video .video_iframe iframe{height: 500px;}
}
@media only screen and (max-width:425px){
	.sp-video .video_iframe iframe{height: 400px;}
}
@media only screen and (max-width:360px){
	.sp-video .video_iframe iframe{height: 280px;}
}

/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
	#sp-prev {left:10px;}
	#sp-next {right:10px;}
}

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 75px;
	}
}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}
 

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
 #baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:99999999;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 @-webkit-keyframes bounceFromRight{
	 0%,100%{margin-left:0}
	 50%{margin-left:-30px}
 }
 @keyframes bounceFromRight{
	 0%,100%{margin-left:0}
	 50%{margin-left:-30px}
 }
 @-webkit-keyframes bounceFromLeft{
	 0%,100%{margin-left:0}
	 50%{margin-left:30px}
 }
 @keyframes bounceFromLeft{
	 0%,100%{margin-left:0}
	 50%{margin-left:30px}
 }
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
 .baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}
 .baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounce{
	 0%,100%{-webkit-transform:scale(0);transform:scale(0)}
	 50%{-webkit-transform:scale(1);transform:scale(1)}
 }
 @keyframes bounce{
	 0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
	 50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
 }

/* Styles for the gallery */

.tz-gallery {   padding: 20px 0 0 0;}
.tz-gallery > div{width: 20%; }
.tz-gallery .thumbnail{background: #fff;padding: 10px;text-align: center; border: 1px #eee solid; border-radius: 0; margin-bottom: 35px !important}
.tz-gallery .thumbnail:hover{background: #f5f5f5; }
.tz-gallery .lightbox{display:block;overflow:hidden;}
.tz-gallery .lightbox:hover{border-color:#1226aa;}
.tz-gallery .thumbnail .light_box::before{background-image: none;}
.tz-gallery .lightbox img{max-width:100%;width:100%;height:auto;transition:all .9s;}
.tz-gallery img { border-radius: 0;}
.tz-gallery .caption{
    padding:15px 0 0 0px;
    text-align: center;
	background-color:transparent;border-top:none;position: relative;} 
.tz-gallery .caption em {
	width: 90%;
    font-size: 14px;
	color: #666;
    margin: 0;
	height:44px;
	line-height:22px;
	overflow:hidden;
	display: block;  
	text-align: left;
}

.tz-gallery .caption .icon{content: ''; width: 24px;height: 24px;transition:all .5s;background: url(../images/zoom.png) no-repeat;display: inline-block;position: absolute;right: 0;top: 20px; filter: grayscale(100%); filter: gray;opacity: 0.5}
.tz-gallery .thumbnail:hover .caption .icon{filter: grayscale(0);filter: none;opacity: 1;}

.baguetteBox-button {
    background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
	.tz-gallery > div{width: 33.33%;}
	.tz-gallery .caption .icon{right: 0;}
}
@media only screen and (max-width: 768px) {
	.tz-gallery > div{width:50%;}	
	.tz-gallery .thumbnail{margin-bottom:2px;}
	.tz-gallery .caption em{font-size: 12px;}
}
@media only screen and (max-width: 375px) {
	.tz-gallery > div{width:100%;}
}


/*left scroll*/
.left_fixed {margin-bottom: 20px;zoom:1;}
.left_fixed .caption {
    border-bottom: 1px solid #dddddd;
    background-color: #dddddd;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}
.left-related{margin-top: 40px;}
.left-related .list{padding-top: 20px;list-style: none;}
.left-related .list li{margin-bottom: 20px;border:1px solid #e5e5e5;padding: 5px;display: flex;align-items: center;background:#fff;position: relative;}
.left-related .list li:before{ position: absolute; left: -1px;  top:-1px; height: 0; content: ''; width:calc(100% + 2px); border-left:1px solid #004d91; border-right: 1px solid #004d91; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.left-related .list li:hover:before{height:calc(100% + 2px);}
.left-related .list li:after{ position: absolute; left: -1px;  top: -1px; height: calc(100% + 2px); content: ''; width: 0; border-top: 1px solid #004d91; border-bottom: 1px solid #004d91; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.left-related .list li:hover:after{width: calc(100% + 2px);}
.left-related .list li .wrap{padding-left: 15px;padding-top: 10px;}
.left-related .list li .image{max-width: 120px;min-width: 120px;display: block;overflow: hidden;position: relative;z-index: 5;}
.left-related .list li .image img{transition: all .9s;width:100%;}
.left-related .list li:hover .image img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}
.left-related .list li .title{display: block;font-size: 14px;line-height: 20px;height: 60px;overflow: hidden;position: relative;z-index: 5;}
.left-related .list li .title:hover{text-decoration: none;color: #004d91;}
.left-related .list li .more{width: 40px;height: 40px;box-shadow: 0 5px 15px 1px rgba(0,0,0,0.1);border-radius: 25px 0 0 25px;display: inline-flex;position: absolute;right: -20px;bottom: 5px; background:#004d91;align-items: center;justify-content: center;opacity: 0;transition:all .5s;z-index: 2;}
.left-related .list li:hover .more{right: 0;opacity: 1;}
.left-related .list li .more i{width: 8px;height: 14px;background:url(../images/icon.png) no-repeat;background-position: -117px -327px;display: inline-block;}

.left_fixed.scrollfixed {margin-top: 0px;margin-left:0;margin-top: 0;}

@media only screen and (max-width:1260px) {
	.left-related .list li .image{max-width: 80px;min-width: 80px;}
}
@media only screen and (max-width:992px) {
	.left_fixed{margin-bottom: 0;}
	.left-related{margin-top: 20px;}
	.left-related .list li .title{font-size: 14px;}
}

@media (min-width: 992px){
	.page_products > .container > .row{
		display: flex;
		flex-wrap: wrap;
		flex-flow: row-reverse;
	}
	.page_products .page-left {flex: 0 0 24%;max-width: 24%;}
	.page_products .page-right {flex: 0 0 76%;max-width: 76%;}
	.page_products .page-left div.left_fixed {
		position: sticky !important;
		top:100px;
		}
}
 

