.container {margin:0px auto;width:1200px;clear:both;overflow:hidden;}
.container:before, .container:after {content: " ";display:table;}
.container:after {clear: both;}
.row {margin:0px auto;width:1200px;clear:both;overflow:hidden;}
.row:before, .row:after {content: " ";display:table;}
.row:after {clear: both;}

/*导航*/
#fh5co-header {position:absolute;z-index:99;width:100%;opacity:1;top:0;margin-top:0px;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
#fh5co-header .navbar {padding-bottom: 0;margin-bottom: 0;}
#fh5co-header #navbar li a {font-family:"Microsoft Yahei",Arial,Helvetica,sans-serif;position:relative;font-size:16px;color:rgba(43, 43, 43, 1);} /*导航文字默认颜色;*/

#fh5co-header #navbar li a span {position: relative;display:block;padding-bottom:10px;}
#fh5co-header #navbar li a span:before {content: "";position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:#CA0201;visibility:hidden;   /*导航鼠标经过动画下滑线颜色;*/
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}/*background-color:#BC0A00;*/  /*导航文字鼠标经过下划线颜色;*/
#fh5co-header #navbar li a:hover {color:#CA0201;font-size:16px;}/*导航文字默认经过颜色;*/
#fh5co-header #navbar li a:hover span:before {visibility:visible;-webkit-transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);-o-transform: scaleX(1);transform: scaleX(1);}
#fh5co-header #navbar li.active a {background:transparent;background:none;color:#CA0201;font-size:16px;}/*导航首页鼠标点击颜色;*/
#fh5co-header #navbar li.active a span:before {visibility: visible;-webkit-transform: scaleX(1);transform: scaleX(1);}
#fh5co-header .navbar-brand {float:left;width:380px;height:auto;display:block;font-size:30px;font-weight:700;padding-top:18px;color:#fff;background:url(../en/images/logo.png) no-repeat left;} /*导航logo图;*/

figure {display:block;margin:0;margin:1em 40px;}
/*导航*/

/*导航浮动层导航*/
#fh5co-header.navbar-fixed-top {position:fixed !important;margin-top:0px;top: 0;background:#fff;-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);}
#fh5co-header.navbar-fixed-top .navbar-brand {color:#1A59B8;background:url(../en/images/logo.png) no-repeat left;}/*导航浮动层logo图;*/
#fh5co-header.navbar-fixed-top #navbar li a {color:#2B2B2B;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}/*color:rgba(0, 0, 0, 0.5);*/
#fh5co-header.navbar-fixed-top #navbar li a:hover {color:#CA0201;}/*导航默认文字经过颜色;*/
#fh5co-header.navbar-fixed-top #navbar li.active a {background:transparent;background:none;color:#CA0201;}/*导航鼠标点击颜色;*/
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {visibility: visible;-webkit-transform: scaleX(1);transform: scaleX(1);content: "";position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:#CA0201;}
#fh5co-header .navbar-default {border: transparent;background: transparent;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;border-radius: 0px;}
/*导航浮动层导航*/

.nav {margin-bottom:0;padding-left:0;list-style:none;}
.nav:before, .nav:after {content: " ";display: table;}
.nav:after {clear:both;}
.nav > li {position: relative;display:block;}
.nav > li > a {position:relative;display:block;padding:10px 20px;}/*导航文字间隔*/
.nav > li > a:hover, .nav > li > a:focus {text-decoration:none;background-color:#eeeeee;}
.nav > li > a > img {max-width:none;}

.navbar {position: relative;min-height:80px;margin-bottom:20px;border:1px solid transparent;}
.navbar:before, .navbar:after {content: " ";display: table;}
.navbar:after {clear: both;}
.navbar-header:before, .navbar-header:after {content: " ";display: table;}
.navbar-header:after {clear: both;}

.navbar-header {float:left;}
.navbar-collapse {overflow-x: visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before, .navbar-collapse:after {content: " ";display:table;}
.navbar-collapse:after {clear:both;}
.navbar-collapse.in {overflow-y:auto;}

.navbar-brand {float:left;height:100px;padding:2px 15px;font-size:18px;}/*导航高度*/
.navbar-brand:hover, .navbar-brand:focus {text-decoration:none;}
.navbar-brand > img {display:block;}

.navbar-nav {float:left;margin:0;}
.navbar-nav > li {float:left;}
.navbar-nav > li > a {padding-top:40px;padding-bottom:25px;} /*导航文字偏移上下距离*/ 

.navbar-right {float:right !important;margin-right:0;}
.navbar-default {background-color:#f8f8f8;border-color: #e7e7e7;}
.navbar-default .navbar-brand {color:#777;}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {color: #5e5e5e;background-color:transparent;}
.navbar-default .navbar-nav > li > a {color:#777;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color:#333;background-color:transparent;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {color:#555;background-color:#1A59B8;}
/*导航*/

/*首页banner*/
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;top:132px;}
.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
  
/*首页banner鼠标经过的左右按钮*/
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {top:45%;margin-top:-29px;z-index:9999;position:absolute;-webkit-transition:0.3s;-o-transition:0.3s;transition:dd0.3s;}
  
.owl-carousel .owl-controls .owl-nav .owl-next i:before{width:25px;height:21px;background:url(../images/owl-next-off.png);background-repeat:no-repeat;outline:none;cursor:none;}
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {width:25px;height:21px;background:url(../images/owl-prev-off.png);background-repeat:no-repeat;outline:none;cursor:none;}

.owl-carousel .owl-controls .owl-nav .owl-next {right:0px;width:25px;height:21px;}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {right:10px;width:25px;height:21px;}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {width:25px;height:21px;background:url(../images/owl-next-on.png);background-repeat:no-repeat;outline:none;cursor:pointer;}

.owl-carousel .owl-controls .owl-nav .owl-prev {left:0px;width:25px;height:21px;}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {left:10px;width:25px;height:21px;}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {width:25px;height:21px;background:url(../images/owl-prev-on.png);background-repeat:no-repeat;outline:none;cursor:pointer;}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {background: none !important;outline:none;}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {font-size:30px;outline:none;}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {border:none;outline:none;}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {border:none;outline:none;}

.owl-carousel .owl-controls .owl-nav {opacity: 0;-webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {opacity:1;}

.icon-arrow-left2:before {content: "";z-index:9999;position:absolute;right:0px;}
.icon-arrow-right2:before {content: "";z-index:9999;position:absolute;right:15px;}
/*首页banner鼠标经过的左右按钮*/

/*首页banner圆点按钮*/
.owl-theme .owl-dots {position: absolute;bottom: 0;width:100%;text-align: center;}
.owl-carousel-fullwidth.owl-theme .owl-dots {bottom:-10px;margin-bottom:2.5em;}
.owl-theme .owl-dots .owl-dot span {width:10px;height:10px;background:none;-webkit-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;border:2px solid transparent;}
.owl-theme .owl-dots .owl-dot span:hover {background:none;background:white;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#fff;border:3px solid #fff;}

.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;outline:none;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background-color:#fcff00;color:#fff;text-decoration:none;outline:none;}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default;outline:none;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;outline:none;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 9px;background-color:none;border:2px solid #fff;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;outline:none;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background-color:#fff;outline:none;}
/*首页banner圆点按钮*/


/*banner图片高度*/
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap1 {float:left;width:100%;height:500px;padding-top:100px;text-align:left;} 
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap2 {float:left;width:100%;height:500px;padding-top:100px;text-align:left;} 
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap3 {float:left;width:100%;height:500px;padding-top:100px;text-align:left;} 
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap4 {float:left;width:100%;height:500px;padding-top:100px;text-align:left;} 
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap5 {float:left;width:100%;height:500px;padding-top:100px;text-align:left;} 

.owl-carousel-fullwidth .fh5co-owl-text-wrap1,.owl-carousel-fullwidth .fh5co-owl-text-wrap2,.owl-carousel-fullwidth .fh5co-owl-text-wrap3,.owl-carousel-fullwidth .fh5co-owl-text-wrap4,.owl-carousel-fullwidth .fh5co-owl-text-wrap5 {position:relative;}
.owl-carousel-fullwidth .item {background-repeat:no-repeat;background-size:cover;background-position:top left;position:relative;}
.owl-carousel-fullwidth .item .overlay {position:absolute;top: 0;left: 0;right: 0;bottom:0;z-index:8;}/*background: rgba(0, 0, 0, 0.1);图片最上层盖一层透明颜色*/
.owl-carousel-fullwidth .item img {max-width: 100%;}

.owl-carousel-fullwidth .item .fh5co-owl-text {display:table-cell;vertical-align: middle;z-index:10;position:relative;}
.owl-carousel-fullwidth .item .fh5co-owl-text a {border-bottom:1px solid rgba(255, 255, 255, 0.5);}
.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {background:#818892;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {color:#fff;margin:0;padding:0;}


.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead1 {width:550px;height:auto;line-height:100%;margin-bottom:20px;margin-top:0;letter-spacing: 1px;font-size:44px;font-weight:600;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead1 {width:550px;font-size:30px;line-height:100%;font-weight:100;margin-bottom:30px;color: white;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead2 {width:620px;height:auto;line-height:100%;margin-bottom:20px;margin-top:0;letter-spacing: 1px;font-size:44px;font-weight:600;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead2 {width:620px;font-size:30px;line-height:100%;font-weight:100;margin-bottom:30px;color: white;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead3 {width:500px;height:auto;line-height:100%;margin-bottom:20px;margin-top:0;letter-spacing: 1px;font-size:44px;font-weight:600;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead3 {width:500px;font-size:30px;line-height:100%;font-weight:100;margin-bottom:30px;color: white;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead4 {width:620px;height:auto;line-height:100%;margin-bottom:20px;margin-top:0;letter-spacing: 1px;font-size:44px;font-weight:600;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead4 {width:600px;font-size:30px;line-height:100%;font-weight: 100;margin-bottom:30px;color: white;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead5 {width:620px;height:auto;line-height:100%;margin-bottom:20px;margin-top:0;letter-spacing: 1px;font-size:44px;font-weight:600;}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead5 {width:600px;font-size:30px;line-height:100%;font-weight: 100;margin-bottom:30px;color: white;}

.col-md-8 {float:left;width:100%;}
.col-md-offset-2 {margin-left:0%;}
/*文字渐变*/
.textcolor{color:#fff;background-image:-webkit-linear-gradient(-90deg, #fff, #D5D5D5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;}
/*文字渐变*/
.text-center {text-align:center;}

/*查看更多按钮*/
.btn {padding:10px 20px;line-height:1.42857;letter-spacing:2px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;font-size:14px;
border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.btn.btn-primary {background:#1A59B8;color:#fff;border: none !important;}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {box-shadow:none;color:#fff;}
.btn:hover, .btn:hover, .btn:focus {background:#C32B30 !important;color:#fff;outline:none !important;}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {border-color:transparent;color:#fff;}
/*查看更多按钮*/