@charset "utf-8";
/* CSS Document */
/*@import url(reset.css);*/
/*公共样式*/
@font-face {
    font-family: 'MatildeSketch';
    src: url('fonts/matilde_sketch.eot');
    src: url('fonts/matilde_sketch.woff') format('woff'),
         url('fonts/matilde_sketch.ttf') format('truetype'),
         url('fonts/matilde_sketch.svg#MatildeSketch') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?iefix') format('embedded-opentype'),
    	 url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
}
h1, h2, h3, h4, h5, h6{ font-family:"微软雅黑","Lucida Grande","Lucida Sans Unicode","STHeitiTC-Light","Helvetica","Arial","Verdana","sans-serif";}
.banner_all {
	max-height: 270px;
	overflow: hidden;
}
.banner_all img {
	width: 100%;
}
html, body {
	height: 100%;
	min-height: 100%;
	height: calc(100vh);
}
body {
	background: #fafafa;
	color: #323232;
/*	font-family:"Lucida Grande", "Lucida Sans Unicode", "STHeitiTC-Light", "Helvetica","Arial","Verdana","sans-serif";*/
}
.padding10 {
	padding: 10px;
}
.padding0 {
	padding: 0px;
}
.padding10_l_b {
	padding: 0px 0 0px 0;
}
a {
	text-decoration: none;
	color: #000000;
}
.indexnews a:hover {
	color: #00a2e0;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	overflow: hidden;
}
ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
.all_padd {
	padding: 0px;
}
.bank {
	height: 12px;
	overflow: hidden;
}
.bank1 {
	height: 32px;
	overflow: hidden;
}
.container .fl {
	float: left;
}
.container .fr {
	float: right;
}
.nav-brand{  line-height: 50px;
  font-weight: bold;
  font-size: 1.5em;}
.navbar-inverse .navbar-inner {
	background-color: #00beff;
	background-image: linear-gradient(to bottom, rgb(0, 190, 255), rgb(0, 175, 239));
	background-repeat: repeat-x;
	border-color: rgb(0, 175, 239);
	background: #00beff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00beff', endColorstr='#00beff', GradientType=0);
 *zoom: 1;
}
.navbar-inverse .navbar-inner .nav {
}
.navbar-inverse .navbar-inner .nav li a {
	font-family:"微软雅黑","Lucida Grande","Lucida Sans Unicode","STHeitiTC-Light","Helvetica","Arial","Verdana","sans-serif";
	color: #f9f5ff;
	font-size: 14px;
}
.navbar-inverse .nav .hover > a {
	color: #FFF;
	background-color: none;
}
.navbar .nav > li > a {
	margin: 10px 10px;
	color: #323232;
	padding: 0 0 5px 0;
-webkit-transition: all .4s linear;
-moz-transition: all .4s;
-ms-transition: all .4s;
transition: all .4s;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00a2e0;
	background: #f8f8f8;
	border-bottom: 3px solid #00a2e0;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
-webkit-transform: rotateY(-20deg);
-webkit-transform-origin: 100% 100%;
-webkit-transform-style: preserve-3d;
-moz-transform: rotateY(-20deg);
-moz-transform-origin: 100% 100%;
-moz-transform-style: preserve-3d;
-ms-transform: rotateY(-20deg);
-ms-transform-origin: 100% 100%;
-ms-transform-style: preserve-3d;
transform: rotateY(-20deg);
transform-origin: 100% 100%;
transform-style: preserve-3d;
position:relative;
  color: #00a2e0;
  background: #f8f8f8;

}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar {
	margin-bottom: 0px;
	border-color: rgb(245,245,245)
}
#animation{
-webkit-animation:bounceInDown 1s .2s ease both;
-moz-animation:bounceInDown 1s .2s ease both;}
@-webkit-keyframes bounceInDown{
0%{opacity:0;
-webkit-transform:translateY(-200px)}
60%{opacity:1;
-webkit-transform:translateY(0px)}
80%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes bounceInDown{
0%{opacity:0;
-moz-transform:translateY(-200px)}
60%{opacity:1;
-moz-transform:translateY(0px)}
80%{-moz-transform:translateY(-10px)}
100%{-moz-transform:translateY(0)}
}
.masthead {
	display: table;
	width: 100%;
	position: relative;
	background: url("") no-repeat scroll center 20% / cover;
	text-align: center;
	min-height: 350px;
	max-height: 580px;
}
.masthead2 {
	display: table;
	width: 100%;
	position: relative;
	background: url("") no-repeat /*scroll center 40% /*/ cover;
	background-size: 100% 100%;
	text-align: left;
	min-height: 350px;
	height: 580px;
	background-repeat:no-repeat;
}
.split_user_icon {
	padding-top: 100px;
}
.tit_all {
	color: #00a2e0;
/*	width: 200px;*/
	margin-bottom: 50px;
	margin-top:50px;
}
.paddingtb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.re_more {
	padding: 0px;
	background: #fff;
	border-radius: 0px;
	border-color: #00a2e0;
	padding: 0 0 0 10px;
	color: #00a2e0;
}
.re_more1 {
	padding: 0px;
	background: #fff;
	border-radius: 0px;
	border-color: #00a2e0;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
	color: #00a2e0;
}
/*产品轮播图*/
.paddingtb80 {
	padding-bottom: 80px;
	padding-top: 80px;
}
.carousel-control.backgroud_null {
	background: none;
	background-image: none;
}
.carousel-control .re_top {
	margin-top: -78px;
	font-size: 0px;
	width: 120px;
	height: 156px;
}
.carousel-control.right, .carousel-control.left{ overflow:hidden;}
.carousel-control .glyphicon-chevron-left {
	left: 0px
}
.carousel-control .glyphicon-chevron-right {
	right: 0px
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-inner .item img{ max-width:100%;}
.white {
	color: #fff;
/*	line-height: 70px;*/
margin-bottom:80px;
font-size:32px;
}
.carousel-indicators li{ margin:1px 10px;}
.carousel-indicators {
  bottom: -80px;
}
.carousel {
	margin-bottom:80px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    margin: 1px 10px;
}
/*产品轮播图结束*/
.indexnews p a{ color:#00a2e0; font-weight:bold;}
.index_about_content {
	line-height: 1.8em;
	padding-right: 3em;
margin-bottom: 3em;
}
.navbar-inverse .nav-brand {
	color: #fff;
	line-height: 50px;
	font-weight: bold;
}
.indexfooter {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
}
.footer {
}
/*public bg_alpha*/
.relative {
	position: relative;/*实现IE文字不透明*/
}
.alpha {
	background: rgba(0,162,224,1) !important;/*实现FF背景透明，文字不透明*/
	background: rgb(0,162,224);
	filter: alpha(opacity=100);/*实现IE背景透明*/
	/* div透明处理	

    opacity:0.31;
    filter:"alpha(opacity=31)";
    filter:alpha(opacity=31);
    -moz-opacity:0.31;
	background:#fff;
*/
	float: left;
	width: 100%;
	min-height: 39px;
	behavior: url(http://fetchak.com/ie-css3/ie-css3.htc);
}
.alpha1 {
	background: rgba(0,0,0,0.4) !important;/*实现FF背景透明，文字不透明*/
	background: rgb(0,0,0);
	filter: alpha(opacity=0.4);/*实现IE背景透明*/
	/* div透明处理	

    opacity:0.31;
    filter:"alpha(opacity=31)";
    filter:alpha(opacity=31);
    -moz-opacity:0.31;
	background:#fff;
*/
	float: left;
	width: 100%;
	min-height: 19px;
	text-align:center;
	behavior: url(http://fetchak.com/ie-css3/ie-css3.htc);
}
.alpha2 {
	background: rgba(245,245,245,1) !important;/*实现FF背景透明，文字不透明*/
	background: rgb(245,245,245);
	filter: alpha(opacity=1);/*实现IE背景透明*/
	/* div透明处理	

    opacity:0.31;
    filter:"alpha(opacity=31)";
    filter:alpha(opacity=31);
    -moz-opacity:0.31;
	background:#fff;
*/
	float: left;
	width: 100%;
	min-height: 19px;
	behavior: url(http://fetchak.com/ie-css3/ie-css3.htc);
}
.padding5_w{ padding:5px 0; width:139px; float:right; border-top:5px solid #fff;}

.alpha2 .footer_body {
	color: #fff;
}

.footer_body {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	text-align: center;
}
.footer_body a {
	color: #fff;
	padding: 0 8px;
}
body.loaded .masthead .site-wrapper-inner, body.loaded .masthead2 .site-wrapper-inner {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.site-wrapper {
	display: table;
	width: 100%;
	height: 580px;
}
.site-wrapper-inner {
	display: table-cell;
	opacity: 0;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.site-wrapper-inner {
	vertical-align: middle;
	color: rgba(255, 255, 255, 1);
}
}
.cover-container {
	margin: 0 auto;
}
.cover-heading {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-bottom: 10px;
}
.lead {
	color: rgba(255, 255, 255, 1);
/*	text-shadow: 1px 1px 2px #9782EA;
*/}
.lead .btn {
	background: rgba(148, 46, 201, 0.89);
	border-color: rgba(198, 94, 252, 0.9) rgba(204, 94, 252, 0.9) rgb(204, 94, 252);
	color: #fff;
	text-shadow: none;
}
.chi-en {
	color: #45474b;
	line-height: 4em;
}
.chi-en a {
	color: #45474b;
	padding: 0 1em;
}
.chi-en a:hover, .chi-en a.hover {
	color: #00a2e0;
}
.indexnews p {
	/*height: 60px;
	overflow: hidden;*/
	color: #626262;
}
.navcurr {
	color: #45474b;
	line-height: 4em;
}
.navcurr a {
	color: #45474b;
}
.all_body {
	color: #323232;
	padding-bottom: 40px;
	padding-top: 0px;
	float: left;
	line-height: 1.5em
}
h1 {
	font-size: 32px;
}
.all_body h3, .all_body h1 {
	color: #00a2e0; margin-bottom: 25px;
}
.hero.vintageGirl {
	background: url(../images/about_split.png) no-repeat;
/*	padding: 200px 0;*/
	height: 270px;
	background-size: cover;
	background-position: center center;
}
.hero.vintageGirl2 {
	background-image: url(../images/contact.png);
	padding: 171px 0;
	/*	height: 235px;*/
	background-size: cover;
	background-position: center center;
}

.hero.product_bg {
	background-image:url(../images/product_backgroud.png);
	padding: 75px 0 125px;
	/*	height: 235px;*/
	background-size: cover;
	background-position: center center;
}
.color_white{ color:#fff; font-size:30px;  white-space: nowrap;}
.hero.vintageGirl h1 {
	margin-bottom: 50px;
	color: #fff;
}
/*about navbar-inner style*/
.about_ol {
	font-size: 2.4em;
	height: 45px;
/*	overflow: hidden;*/
	display: inline-block;
	padding-right: 10px;
}
.navbar-inner {
}
.navbar-inverse .hiddened {
}
.navbar-inverse .showed {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 190, 255, 0), rgba(0, 175, 239, 0));
	background-repeat: repeat-x;
	border-color: transparent;
	background: transparent;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00beff', endColorstr='#00beff', GradientType=0);
	filter: alpha( opacity=0);
 *zoom: 1;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.000);
	transition: all 0.6s linear 0s;
}
@media (max-width: 767px) {
.navbar-inverse .showed {
	background-color: transparent;
	background-color: #00beff;
	background-image: linear-gradient(to bottom, rgb(0, 190, 255), rgb(0, 175, 239));
	background-repeat: repeat-x;
	border-color: rgb(0, 175, 239);
	background: #00beff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00beff', endColorstr='#00beff', GradientType=0);
 *zoom: 1;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.000);
	transition: all 0.6s linear 0s;
}
}
.opacity1 {
	opacity: 0;
	transition: all 0.6s linear 0s;
}
.product {
	/*	border: 1px solid #f1f1f1;
	box-shadow: 0px 2px 2px 1px #e2e1e2;
	background: #fff;
	border-radius: 4px;*/
	height: 460px;
	padding: 7px;
	margin: 25px 0;
}


.indexnews .product_pic {
	background-position: top center;
	    background-color: #f5f5f5;

}
.product_pic img{ max-width:100%;}
.product h3 {
	text-align: center;
	color: #00a2e0;
	font-size: 1.8em;
}
.product p {
	height: 60px;
	overflow: hidden;
	color: #323232;
}
.product:hover {
/*	border: 1px solid #f1f1f1;
	border-bottom: 2px solid #009dd5;*/
}
.product:hover h3 {
	color: #009dd5;
}
.pro_tit2 {
	padding: 30px 0;
}
.product_tit_bg {
	background: url(../images/product_tit_bg.png) no-repeat center;
	height: 57px;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
}
.product_tit_bg span {
	display: inline-block;
	background: #fafafa;
	margin-top: 4px;
	font-size: 47px;
	font-weight: bold;
	padding: 0 12px;
	text-shadow: 2px 2px 5px #999;


  font-family: "ErasITC";
  text-shadow: 0px 5px 5px rgba(12, 3, 6, 0.19);


}
.map_bantu {
	text-align: center;
	margin-bottom: 60px;
}
.map_bantu img {
	max-width: 100%;
	text-align: center;
}
.service_tit1 {
	color: #0daa66;
}
.service_tit2 {
}
.product_icon {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	padding-left:40px;
	height:140px;
}
.product_icon span{ display:table-cell; /* padding-top:30px; padding-bottom:30px;*/ height:110px; vertical-align:middle; }
.product_icon1, .product_icon2, .product_icon3, .product_icon4, .product_icon5, .product_icon6, .product_icon7, .product_icon8 {
	background: url(../images/product_icon.png?v=2) no-repeat;
	width: 100px;
	height: 100px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 15px;
	float:left;
}

.product_icon1 {
	background-position: -1px -1px;
}
.product_icon2 {
	background-position: -517px -1px;
}
.product_icon3 {
	background-position: -1px -142px;
}
.product_icon4 {
	background-position: -517px -142px;
}
.product_icon5 {
	background-position: -1px -282px;
}
.product_icon6 {
	background-position: -517px -282px;
}
.product_icon7 {
	background-position: -1px -422px;
}
.product_icon8 {
	background-position: -517px -422px;
}
/*news style*/
.new_menu {
	font-size: 36px;
}
.news_body {
	border: 1px solid #f1f1f1;
	box-shadow: 0px 2px 2px 1px #fafafa;
	background: #fff;
	border-radius: 4px;
	margin-top: 18px;
	float: left;
}
.title-nei {
	position: relative;
	line-height: 32px;
	/*	border-bottom: 1px dotted #ccc;*/
	width: 100%;
	float: left;
	height: 32px;
}
.new_page {
	/*	width:936px;*/
	background: url(../images/time_line.png) repeat-y 168px 0;
	padding-top: 0px;
	margin-top: 7px;
	padding: 0 7px 7px;
}
.new_page1 {
	padding: 7px;
}
.new_title {
	float: left;
	width: 190px;
	height: 33px;
	background: #2c76c0;
	border-radius: 8px 0 0 0;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.triangle {
	border-color: #2c76c0 transparent;
	border-style: solid;
	border-width: 8px 8px 0;
	bottom: -8px;
	height: 0;
	position: absolute;
	left: 154px;
}
.timeline-cat {
	width: 100%;
	clear: both;
	margin-top: 8px;
	float: left;
}
.sperate {
	height: 26px;
}
.timeline-year-ind {
	margin-left: 55px;
}
.year-label {
	background: none repeat scroll 0 0 #C4CDD6;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 70px;
}
.ind-arr {
	border-color: transparent #C4CDD6;
	border-style: solid;
	border-width: 13px 0 13px 13px;
	float: left;
	height: 2px;
	width: 0;
}
.timeline-rec-timestamp {
	color: #999999;
	margin-left: 100px;
	margin-top: 10px;
	text-align: right;
	padding-right: 16px;
	float: left;
	width: 70px;
}
.timeline-rec-cnt {
	float: left;
	position: relative;
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 6px;
	/*	height:140px;*/
	margin-left: 4px;
	/*	width:743px;*/
	width: 100%;
}
.rec-arr {
	height: 32px;
	position: absolute;
	top: 8px;
	left: -43px;
	width: 43px;
	background: url(../images/tl_1.png) no-repeat;
}
.new_thanuml {
	padding-right: 0px;
}
 @media (min-width: 768px) and (max-width: 979px) {
.new_thanuml {
	padding-right: 15px;
}
.nav-brand img{ padding-left:15px;}
}
@media (max-width: 767px) 
{
.nav-brand img{ padding-left:15px;}
.new_thanuml {
	padding-right: 15px;
}
}
.new_thanuml img {
	width: 100%;
}
.timeline-rec-cnt:hover .rec-arr {
	background: url(../images/tl_2.png) no-repeat;
}
.timeline-rec-cnt.hover .rec-arr {
	background: url(../images/tl_2.png) no-repeat;
}
.preview_news {
	padding: 10px 10px 18px;
}
.rec-title {
	/*	border-bottom: 1px solid #EFEFEF;*/
	margin-bottom: 15px;
	line-height: 1.2em;
	padding: 5px 0px;
	font-family:"微软雅黑","Lucida Grande","Lucida Sans Unicode","STHeitiTC-Light","Helvetica","Arial","Verdana","sans-serif";
}
.rec-title-txt {
	font-size: 14px;
	color: #555;
	font-weight: bold;
}
.rec-title-txt a {
	color: #555;
}
.rec-title-txt a:hover {
	color: #2C76C0;
}
.s-desc {
	width: 100%;
	/*	max-height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	line-height: 18px;
	width: 100%;
}
.s-desc-de {
	padding-top: 20px;
	width: 100%;
	text-overflow: ellipsis;
	color: #999;
	line-height: 22px;
	width: 100%;
}
.cardapp_Memorabilia {
	background: transparent url(../images/logo_bottom.png) no-repeat scroll 118px 0px;
	width: 203px;
	height: 88px;
	margin-bottom: -8px;
}
.cardapp_Memorabilia_t {
	background: transparent url(../images/logo_top.png) no-repeat scroll 118px 0px;
	width: 203px;
	height: 88px;
	margin-bottom: -8px;
}
.timeline-main {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.rec-title-from {
	float: right;
	color: #999;
	padding-right: 6px;
}
.timeline-rec-cnt:hover .rec-title-from {
	color: #2c76c0;
}
 @media (min-width: 768px) and (max-width: 979px) {
.timeline-rec-cnt {
	margin-left: 0px;
}
.new_page {
	background: none;
}
}
@media (max-width: 767px) {
.timeline-rec-cnt {
	margin-left: 0px;
}
.new_page {
	background: none;
}
}
/*cardapp英文版本style 修改调整*/
.nav-right1 {
	margin-right: 2px;
}
.rec-title-d {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 2px;
	float: left;
	width: 100%;
	padding: 6px 0;
}
.rec-title-txt-d {
	margin: 0 auto;
	width: 800px;
}
.title-nei h3 {
	line-height: 32px;
	height: 32px;
	color: #bababa;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
}
.new-desc {
	width: 100%;
	line-height: 1.8em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	/*	-moz-column-rule: 1px dotted #ccc;
	-webkit-column-rule: 1px dotted #ccc;
	column-rule: 1px dotted #ccc;*/
	padding-top: 20px;
}
.new-desc img {
	width: 100%;
}
@media (max-width: 767px) {
.new-desc {
	width: 100%;
	line-height: 1.8em;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	-moz-column-rule: 1px dotted #ccc;
	-webkit-column-rule: 1px dotted #ccc;
	column-rule: 1px dotted #ccc;
}
}
body.loaded .site-new-inner {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.site-new-inner {
	opacity: 0;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s
}
@media (min-width: 992px) and (max-width: 1199px) {
.md-padding-left {
	padding-left: 49px;
}
}
.border_bottom {
	width: 100%;
	border-bottom: 1px solid #bababa;
	padding: 20px 0;
	margin-bottom: 20px;
}
/*下载页面样式	 */
.download_body {
	padding: 7px;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 2px 2px 1px #e2e1e2;
	background: #fff;
	border-radius: 4px;
	margin-top: 18px;
	float: left;
}
ul.downloadlist {
	margin: 0px;
	margin-bottom: 50px;
	float: left;
}
.left-boder {
	border-left: 1px dotted #ccc;
}
.downloadlist {
	width: 100%;
	padding-top: 10px;
}
.downloadlist-1 {
	float: left;
	width: 100px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.downloadlist-1 img {
	width: 100px;
	height: 100px;
}
.title-nei_bg {
	border-bottom: 0px;
	border-top: 1px dotted #ccc;
	background: #f1f1f1;
}
.title-nei_bg h3 {
	padding-left: 10px;
}
.download {
	padding: 7px;
	margin-bottom: 30px;
}
.download_pic {
	height: 387px;
	max-height: 387px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-color: #e7e7e6;
}
.download h3 {
	color: #323232;
	font-size: 1.8em;
	height: 1.8em;
}
.download p {
	height: 60px;
	overflow: hidden;
	color: #626262;
	overflow:auto;
}
.download:hover {
}
.download:hover h3 {
	color: #009dd5;
}
.download_link {
	/*text-align: center;*/
	min-height: 48px;
	margin: 0px;
	padding: 25px 0;
}
.download_link a {
	width: 100%;
	float: left;
	padding: 8px 4px;
	border-radius: 0px;
	margin-top: 6px;
	height:42px;
	cursor: text;
}
.download_link a:hover {
	color: inherit;
}
.iphone {
	color: #bababa;
	/*border: 1px solid #bababa;*/
}
.ipad {
	/*border: 1px solid #bababa;*/
	color: #bababa;
}
.android {
	/*border: 1px solid #bababa;*/
	color: #bababa;
}
.web {
	/*border: 1px solid #bababa;*/
	color: #bababa;
}
.icon-phone, .icon-ipad, .icon-android, .icon-e {
	background: url(../images/iconweb.png) no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.icon-phone {
	background-position: -21px -17px;
}
.icon-ipad {
	background-position: -150px -17px;
}
.icon-android {
	background-position: -256px -17px;
}
.icon-e {
	background-position: -378px -17px;
}
.download_link .had_data a {
	cursor: pointer;
	position:relative;
}
.had_data .icon-phone {
	background-position: -21px -96px;
	color: #00bbdd;
}
.had_data .icon-ipad {
	background-position: -150px -96px;
	color: #00bbdd;
}
.had_data .icon-android {
	background-position: -256px -96px;
	color: #b5d333;
}
.had_data .icon-e {
	background-position: -378px -96px;
	color: #4e93e1;
}
.had_data .iphone {
	color: #00bbdd;
}
.had_data .ipad {
	color: #00bbdd;
}
.had_data .android {
	color: #b5d333;
}
.had_data .web {
	color: #4e93e1;
}
.download_menu {
	line-height: 4em;
}
.download_menu a {
	padding: 0 10px;
}
.download_menu a:hover {
	color: #00A2E0;
}
.download_menu a.hover {
	color: #00A2E0;
}
.googleplay{position: absolute;
    left: 0;
    top: 0px;
    right:0px;
    height: 42px;
    z-index: -1;}
 @media (min-width: 768px) and (max-width: 979px) 
 {
.googleplay{position: absolute;
    left: 0;
    top: 0px;
    right:0px;
    height: 31px;
    z-index: -1;}  
     }
.android .googleplay{ text-align:right;}
.googleplay img{
	   
	/*position: absolute;
    left: 0;
    top: 0px;*/
    max-height: 100%;
    max-width:100%;
}
.hr_line {
	border: 0px;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.map {
	max-height: 320px;
	overflow: hidden;
}
.map img {
	width: 100%;
}
.contact {
	margin-bottom: 100px;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #fff;
}

.c_icon_phone, .c_icon_email, .c_icon_web, .c_icon_address {
	background: url(../images/iconweb.png) no-repeat;
    background-size: 240px;
	width: 36px;
	height: 36px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.c_icon_phone {
	background-position: -30px -65px;
	margin-right: 10px;
}
.c_icon_email {
	background-position: -30px -114px;
	margin-right: 10px;
}
.c_icon_web {
	background-position: -30px -163px;
	margin-right: 10px;
}
.c_icon_address {
	background-position: -30px -212px;
	margin-right: 10px;
}
.all_body .tip2 h3 {
	color: #5b6ab3;
	margin-top: 10px;
	margin-bottom: 20px;
}
.all_body .contact:nth-child(2) .tip2 h3 {
	color: #1985bd;
	margin-top: 10px;
	margin-bottom: 20px;
}
.all_body .contact:nth-child(3) .tip2 h3 {
	color: #009981;
	margin-top: 10px;
	margin-bottom: 20px;
}
.all_body .tip2 div {
	margin-bottom: 6px;
	line-height: 34px;
}
.smallpic_contact {
	float: left;
}
.smallpic_contact img {
	width: 100%;
}
@media(max-width: 767px){
	.smallpic_contact{ /*max-height:150px;*/
	overflow:hidden;
	width: 100%;
}}
.banner_detail {
	float: left;
	width: 100%;
	background: #0099e8;
	padding: 20px 0;
	text-align: center;
}
.banner_p {
	float: left;
	width: 100%;
	background: #0099e8;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
.banner_p2 {
	float: left;
	width: 100%;
	background: #fafafa;
	padding: 60px 0;
	text-align: center;
	color: #000;
	border-bottom:1px solid #eeeeee;
}
@media(max-width: 767px){
.banner_p2 {
	float: left;
	width: 100%;
	background: #fafafa;
	padding: 10px 0;
	text-align: center;
	color: #000;
	border-bottom:1px solid #eeeeee;
}}
.p_download {
	margin-top: 65%;
	display: inline-block;
	background: url(../images/download.png) no-repeat;
	background-size:100%;
	max-width: 220px;
	width:100%;
	height: 112px;
	color: #fff;
	padding-top:9%;
	font-size: 23px;
}
.pro_banner {
	margin-bottom: 80px;
	font-size: 1.5em;
}
.max_pic {
	max-width: 100%;
}
.max_pic img{
	max-width: 100%;
}
.product_detail{ display: table-cell;  height: 314px;  vertical-align: middle; text-align:left; line-height:22px;}
.product_detail2{ display: table-cell;  height: 156px;  vertical-align: middle; text-align:left; line-height:22px;}
.product_detail2 h3{ font-size:2.4em; color:#00a2e0;}
.product_detail2 p{ font-size:1.3em; color:#626262;}

.product_detail3{ padding:4rem 1rem;}
.Successful{ margin-top:2rem;}
@media(max-width: 767px){
.product_detail2 h3{ font-size:1.6rem; color:#00a2e0;}
.product_detail2 p{ font-size:1em; color:#626262;}
.product_detail3{ padding:1rem 1rem;}
.Successful{ margin-top:1rem;}
}
.icon_down_pro {
	background: url(../images/iconweb.png) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right:5px;
}
.icon_down_pro {
	background-position: -25px -438px;
}
a:hover .icon_down_pro, a:focus .icon_down_pro  {
	background-position: -25px -438px;
	color:#fff;
	opacity:0.5;
}

.pro_banner h3 {
	font-size: 30px;
	margin-bottom:30px;
}
.heroTitle {
	font-size: 48px;
	font-family: "Myriad Pro";
	color: rgb(0, 76, 147);
	line-height: 0.646;
	text-shadow: 0px 5px 7px rgba(12, 3, 6, 0.27);
}
@media(max-width: 767px){
	.hero.vintageGirl2 {
	background-image: url(../images/contact.png);
	padding: 10px 0 40px 0;
	/*	height: 235px;*/
	background-size: cover;
	background-position: center center;
}
.heroTitle {
	font-size: 1.8em;
	font-family: "Myriad Pro";
	color: rgb(0, 76, 147);
	line-height: 0.646;
	text-shadow: 0px 5px 7px rgba(12, 3, 6, 0.27);
}}
@media(max-width: 767px){
	.hero.product_bg{
	background-image:url(../images/product_backgroud.png);
	padding: 10px 0 20px 0;
	/*	height: 235px;*/
	background-size: cover;
	background-position: center center;
}
.color_white {
  color: #fff;
  font-size: 0.5em;
	font-weight:bold;
	text-shadow:1px 1px 2px #CCCCCC;
	white-space: nowrap;
}
.paddingtb100 {
    padding-top: 19px;
    padding-bottom: 19px;
}
.footer_body {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
}

.tit_pr {
	padding: 30px 0;
	float: left;
	width: 100%;
}
.appview img{ height:245px; max-height:245px; float:right; width:139px;}
.qrcodeview img{ max-height:127px; max-width:100%;}
.app_right_pic{ float:right; width:139px; background:#fff;
}
/*job*/
.job_bg {
	background: url(../images/jop_bg.png) no-repeat #0080c2;
	width: 100%;
}
.left_job_p, .right_job_p {
	position: absolute;
	bottom: 0px;
	z-index: 5;
}
.left_job_p {
	left: -206px;
}
.right_job_p {
	right: -206px;
}
.bank30 {
	height: 30px;
}
.middle_job {
	margin: 0 auto;
	width: 84%;
	overflow:hidden;
}
/* @media (min-width: 768px) and (max-width: 979px) {
.middle_job {
	margin: 0 auto;
	width: 84%;
	overflow:hidden;
}
}*/
@media (max-width: 767px) {
.middle_job {
	margin: 0 auto;
	max-width: 480px;
/*	min-width:480px;
*/	overflow:hidden;
}
}
@media (max-width: 500px) {
.middle_job {
	margin: 0 auto;
	max-width: 240px;
/*	min-width:480px;
*/	overflow:hidden;
}
}
.job_top {
	font-family: "Times New Roman";
	color: rgb(0, 43, 59);
	text-transform: uppercase;
	line-height: 1.4;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.51);
	padding-right: 30px;
}
.job_top h3 {
	font-size: 31px;
	font-family: "News706 BT";
	color: rgb(47, 186, 239);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.083;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.61);
	font-size: 24px;
}
.job_top p {
	font-size: 1.0;
}


 li.timeline-rec:hover .timeline-rec-timestamp
 { 
     color:#6699C9;
 }
 @media (min-width: 1200px){
.product_pic {
	height: 400px;
	max-height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.product_pic {
	height: 375px;
	max-height:375px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
}
}
@media(min-width: 768px) and (max-width: 979px){
.product_pic {
	height: 284px;
	max-height:284px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
}
}
@media (max-width: 767px){
.product_pic {
	height:280px;
	max-height:280px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
}}
@media (min-width: 1200px){
.case_pic {

	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
	background-color:#F1F1F1;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.case_pic {

	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
	background-color:#F1F1F1;
}
}
@media(min-width: 768px) and (max-width: 979px){
.case_pic {

	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
	background-color:#F1F1F1;
}
}
@media (max-width: 767px){
.case_pic {

	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align:center;
	background-color:#F1F1F1;
}
.h5_t{ margin:0 0 30px 0;}
.paddingtb80 {
    padding-bottom: 40px;
    padding-top: 40px;
}
}

.navbar-toggle{ 
    width: 50px;
    height: 48px;
    position: fixed;
    transform: rotate(0deg);
    cursor: pointer;
    top: 9px;
    right: 14px;
    z-index: 100;
    padding: 0px ;margin: 0px;
    
    }
   	.navbar-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 32px;
    opacity: 1;
    left: 9px;
    transform: rotate(0deg);
   
    background: #ececec;
}
.navbar-toggle span:first-child, .navbar-toggle span:nth-child(4) {
    top: 21px;
    width: 0;
    
}
.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
     transition: .25s ease-in-out, background-color .3s ease-out;
}
.navbar-toggle span:nth-child(3) {
    transform: rotate(-45deg);
     transition: .25s ease-in-out, background-color .3s ease-out;
} 

.navbar-toggle.collapsed  span:first-child {
    top: 13px;
    width: 32px;
    transition: .25s ease-in-out, background-color .3s ease-out;
}
.navbar-toggle.collapsed  span:nth-child(2), .navbar-toggle.collapsed  span:nth-child(3) {
    top: 21px;
    transform: rotate(0deg);
    transition: .25s ease-in-out, background-color .3s ease-out;
    width: 32px;
}
.navbar-toggle.collapsed  span:nth-child(4) {
    top: 29px;
    width: 32px;
    transition: .25s ease-in-out, background-color .3s ease-out;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0px; 
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.indexnews{text-align:left;}
.client_body{display: flex;
align-items: center;
 justify-content: center;}
.client{background-color: #fff;    border-radius: 40px; margin:15px 0; position:relative;}
.client img{ max-width:100%;     border: 1px solid #dbd4d4;
    border-radius: 43px;}
.client_name{ position:absolute; left:0px; right:0px;top:0px;;bottom:0px;display: flex;
align-items: center;
 justify-content: center;
    background: #00a2e0d6;
        border-radius: 38px;
        color:#fff;
        font-size:1.4em;
            visibility: hidden;
       
 }
 .client:hover .client_name{visibility: hidden;-webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;}
.masthead5 {
    display: table;
    width: 100%;
    position: relative;
    background: url(style.css) no-repeat /*scroll center 40% /*/ cover;
    background-size: 100% 100%;
    text-align: left;
    background-repeat: no-repeat;
}
.carousel-indicators{  width: 65%;}



/*epatrol*/
.zoomable-image{ background:url(../images/epatrol/month_bg.png) no-repeat;  color:#fff; background-size: cover; padding:10px 0; margin:0 10px;    /*height: 450px;*/ text-align:center;
    border-radius: 20px;}
.zoomable-image h3{padding:0 20px}

.zoomable-image {
  width: 240px; /* 设置图片的初始大小 */
  overflow: hidden; /* 隐藏超出容器的部分 */
  transition: width 0.3s ease; /* 动画过渡效果 */
}
.zoomable-image img{ max-width:100%;}
.zoomable-image h3{ text-align:left;}
.zoomable-image:hover {
  width: 300px; /* 鼠标悬停时图片放大到的大小 */
}
			.flex-container {
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: -webkit-flex;
				display: flex;
				width: 100%;
			}
			
			.flex-item2 {
				-webkit-box-flex: 1;
				-webkit-flex: 1;
				-ms-flex: 1;
				flex: 1;
			}
			.flex-item2-3 {
				-webkit-box-flex: 3;
				-webkit-flex: 3;
				-ms-flex: 3;
				flex:3;
			}
			
			.flex-item2-2 {
				
				animation: changeFlex 0.5s forwards;
			}
			
			@keyframes changeFlex {
    0% {
      flex: 1; /* No space allocated to the item */
    }
    100% {
      flex: 2; /* The item takes all available space */
    }
  }
  .mt-4{ padding:10px 0; margin:0;}
  .epatrol_tit{ padding:30px 0;}
  .price_Bg{ background:#101C3D; border-radius: 10px; color:#fff;}
  .price_line{ border-bottom:1px solid #EAECED;}
  .price_Bg .price_line{ border-bottom:1px solid #101C3D;}
  .price_contact{ color:rgba(0,162,224,1) !important; font-weight:bold; text-decoration:underline; }
  .tabimg{ max-width:100%;}
  .nav-pills>li>a{ border-radius:25px !important; border:1px solid #337ab7; margin-right:10px}
  .epatrolvs{ padding-bottom:20px; overflow:auto;}
   .nav-link, .nav-link .icon{ font-size:30px !important;}
   
   /* 去掉所有iframe的边框 */
iframe {
  border: none;
}
 
/* 只去掉class为.no-border的iframe的边框 */
iframe.no-border {
  border: none;
}
 
/* 只去掉id为#unique-iframe的iframe的边框 */
#unique-iframe {
  border: none;
}
.mask_whith{ position:absolute; height:60px; width:350px; right:15px;top:0px; z-index:9999;background: #fafafa;}
.call{ font-size:1.5em !important; color:#416FF4; margin-left:-35px;}
.email{ font-size:1.5em  !important; color:#2BD67B; margin-left:-35px;}
.wenjuan{ font-size:1.5em  !important; color:#416FF4; margin-left:-35px;}
/*.wenjuantit{ position:absolute; top:20px;}*/
.tab-content{text-align: center;}

.leaveamessge
{
    border-radius: 2.6042vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1vw 1.5625vw;
    margin-bottom: 1.9792vw;
    border: 1px solid #D3D3D3;
    background: #fff;
    line-height: 1.1;}
    
    .leaveamessge input,.radio-inline textarea
    {
            background: none;
    border: none;
    outline: none;
    box-shadow: none;
        display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;}
    
    .leaveamessge input:focus {
    box-shadow: none;
}
.form-group label{ font-weight:400;}
.radio-inline{    border: 1px solid #D3D3D3;;
    border-radius: 19px;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    padding: 7px 24px 7px 12px;
    width: 100%;
    margin-left:10px;
    margin-bottom:10px
    }
    
    .flex_box{
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    padding: 7px 24px 7px 24px;
    width: 100%;}
    
    .ud__button
    {  border-style: none;
            height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 30px;
    min-width: 150px;
    
    
   
    
        color: #fff;
    background: #245bdb;
    border-color:  #245bdb;
    
            box-sizing: border-box;
    margin: 0;
    padding: 0;
   
    font-size: 14px;
    line-height: 1.5715;
    list-style: none;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;

    transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in, width .2s ease-in;
    touch-action: manipulation;
    text-decoration: none;}
    
    .leaveamessge_bg{background: #ebedf0; border-radius: 2.6042vw; padding:20px 0;    overflow: auto; margin-bottom:10px}
    
    .liuyuanlink{ position:absolute;
                  width:30%;
                  height:12%;
                  left:26%;
                  top:48.7%;
                  
                  }
     .zoomable-image { position:relative;}
     .tip_content{ position:absolute;
                   bottom:0px;
                   left:0;
                   right:0;
                   text-align:left;
                   color:#ffffff;
                   background:#0000008f;
                   padding:12px;
                   line-height:1.5em; 
                    opacity: 0;           
                   
                   }
     
       
       /* 首先定义keyframes来控制元素的显示状态 */
@keyframes fadeIn {
    from { /* 开始状态，透明度为0 */
        opacity: 0;
    }
    to { /* 结束状态，透明度为1（完全不透明） */
        opacity: 1;
    }
}
 
/* 然后应用动画到目标元素上，并设置延迟时间 */
 .zoomable-image:hover .tip_content{
    animation: fadeIn 0.4s ease-in-out 0.4s forwards; /* 动画名称 | 持续时间 | 缓动函数 | 延迟时间 | 填充模式 */
    
}
       
       @media (max-width: 767px){
.zoomable-image .tip_content{ opacity: 1; position:relative; }

.phoneshow{ display:block; }
.zoomable-image{ width:93% !important; margin-bottom:10px;}
.nav-link, .nav-link .icon {
    font-size: 20px !important;
}
.nav-justified>li{    display: table-cell;
    white-space: nowrap;}

}
                  