@charset "utf-8";
@import url('public/reset.css');
@import url('public/bootstrap.min.css');
@import url('public/font-awesome.min.css');
@import url('public/nprogress.css');
/* CSS Document */
/*LESS SET*/
/*LESS SET*/
/* S Reset */
a {
  background: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #333;
}
a:hover {
  color: #0072ce;
  text-decoration: underline;
  /*-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;*/
}
::selection {
  background: #0072ce;
  color: #fff;
}
::-moz-selection {
  background: #0072ce;
  color: #fff;
}
.clearBoth {
  clear: both;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  _zoom: 1;
}
* + html .clearfix {
  overflow: auto;
}
ol,
ul,
li {
  list-style: none;
}
/* E Reset */
.none {
  display: none;
}
/* 滚动条 */
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #f8f8f8;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #0072ce;
}
::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #aeaeae;
}
::-webkit-scrollbar-thumb:hover {
  width: 10px;
  background-color: #0072ce;
}
body {
  color: #333;
  line-height: 20px;
  font: 14px 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
  background: #FFF;
}
* {
  font-family: 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.thewidth_full {
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
}
.thewidth_center {
  width: 1170px;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.pa10 {
  padding: 10px;
}
.pa20 {
  padding: 20px;
}
.pa30 {
  padding: 30px;
}
.pa40 {
  padding: 40px;
}
.pa50 {
  padding: 50px;
}
/**
 * 内容公共样式
 */
.Con {
  font-size: 14px;
  line-height: 180%;
  color: #666;
  font-weight: 400;
}
.Con img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.Con img.aligncenter {
  margin-bottom: 10px;
}
.Con p {
  margin: 0;
}
.Con p.ti2 {
  text-indent: 2em;
}
.Con a {
  color: #0072ce;
}
.Con a:hover {
  text-decoration: underline;
}
.Con ul {
  list-style-type: disc;
  margin: 0;
  margin-left: 20px;
}
.Con ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.Con ol {
  list-style-type: decimal;
  margin: 0;
  margin-left: 20px;
}
.Con ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.Con blockquote {
  padding: 0px 15px;
  padding-left: 20px;
  border-left: 3px #DDD solid;
  font-size: 15px;
}
.Con blockquote p {
  margin: 5px 0;
}
.Con .alignleft {
  text-align: left;
}
.Con .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.Con .alignright {
  text-align: right;
}
.Con .panel-title a {
  display: block;
  text-decoration: none;
  color: #666;
}
.Con.__table table {
  border-left: 1px #DDD solid;
  border-top: 1px #DDD solid;
}
.Con.__table table td {
  border-right: 1px #DDD solid;
  border-bottom: 1px #DDD solid;
  padding: 5px 5px;
}
/**
 * Header
 */
.header_top {
  padding: 10px 0;
}
.header_top .header_top_logo {
  float: left;
}
.header_top .header_top_logo a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.header_top .header_top_logo a img {
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  width: auto;
}
.header_top .header_top_search {
  float: right;
  padding-top: 10px;
}
.header_top .header_top_search .searchform {
  border: 1px #DDD solid;
  border-radius: 20px;
  overflow: hidden;
}
.header_top .header_top_search .searchform .___input {
  float: left;
  border: 0 none;
  padding: 9px 20px;
  line-height: 22px;
  outline: none;
}
.header_top .header_top_search .searchform .___submit {
  float: right;
  width: 50px;
  height: 40px;
  border: 0 none;
  overflow: hidden;
  background: url(../images/search.png) center no-repeat;
  text-indent: -9999px;
  outline: none;
}
.header_top .header_top_search .f_r {
  margin-left: 20px;
}
.header_top .header_top_search .f_r ul {
  margin: 0;
  padding: 0;
}
.header_top .header_top_search .f_r ul li {
  float: left;
  margin-left: 10px;
  line-height: 40px;
}
.header_menu ul {
  margin: 0;
  padding: 0;
}
/**
 * owl_banner
 */
#owl_banner {
  position: relative;
}
#owl_banner .item {
  width: 100%;
}
#owl_banner .item a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#owl_banner .item a img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#owl_banner .owl-buttons {
  display: none;
}
#owl_banner .owl-pagination {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
#owl_banner .owl-pagination .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
}
#owl_banner .owl-pagination .owl-page.active {
  background: #0072ce;
}
.solution_list {
  padding: 30px 0 0;
}
.solution_loop {
  margin-bottom: 30px;
}
.solution_loop a {
  display: block;
  text-decoration: none;
  background: #f6f6f6;
  color: #333;
  overflow: hidden;
}
.solution_loop a .__pic {
  float: left;
  width: 580px;
  height: 360px;
  overflow: hidden;
}
.solution_loop a .__pic img {
  width: 100%;
  height: 360px;
  background: #EFEFEF;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.solution_loop a .__right {
  float: right;
  width: 580px;
  padding: 50px 50px;
}
.solution_loop a .__right h3.___title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 20px;
  color: #333;
}
.solution_loop a .__right .___desc {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  font-weight: 300;
  margin-bottom: 50px;
}
.solution_loop a .__right .___desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.solution_loop a .__right .___more span {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px #0072ce solid;
  border-radius: 3px;
  color: #0072ce;
}
.solution_loop a:hover {
  color: #0072ce;
}
.solution_loop.__home:hover {
  color: #0072ce;
}
.solution_loop.__home:hover .__pic img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.solution_loop.__even .__pic {
  float: right;
}
.solution_loop.__even .__right {
  float: left;
}
.product_list {
  margin-bottom: 30px;
}
.product_loop {
  float: left;
  width: 380px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.product_loop.__first {
  margin-left: 0;
}
.product_loop a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 300px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product_loop a .__bottom {
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
  height: 300px;
  padding: 30px 30px;
  color: #FFF;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product_loop a .__bottom h3.___title {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}
.product_loop a .__bottom .___desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}
.product_loop a .__bottom .___desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_loop a .__bottom .___more {
  text-align: center;
}
.product_loop a .__bottom .___more span {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #FFF;
}
.product_loop a:hover .__bottom {
  top: 0;
}
.news_list {
  margin-bottom: 50px;
}
.post_loop {
  float: left;
  width: 380px;
  margin-left: 15px;
}
.post_loop.__first {
  margin-left: 0;
}
.post_loop a {
  display: block;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  background: #F9F9F9;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post_loop a .__pic {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.post_loop a .__pic span {
  display: inline-block;
  background: rgba(37, 126, 194, 0.7);
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.post_loop a .__pic img {
  width: 100%;
  height: 260px;
  background: #EFEFEF;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.post_loop a .__bottom {
  height: 80px;
}
.post_loop a .__bottom h3.___title {
  margin: 0;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post_loop a:hover {
  background: #0072ce;
  color: #FFF;
}
.post_loop a:hover .__pic img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.page_banner {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0072ce;
}
.page_banner.bg1 {
  background-image: url(../images/page_banner/page_banner_1.jpg);
}
.page_banner.bg2 {
  background-image: url(../images/page_banner/page_banner_2.jpg);
}
.page_banner.bg3 {
  background-image: url(../images/page_banner/page_banner_3.jpg);
}
.page_banner.bg4 {
  background-image: url(../images/page_banner/page_banner_4.jpg);
}
.page_banner.bg5 {
  background-image: url(../images/page_banner/page_banner_5.jpg);
}
.page_banner.bg6 {
  background-image: url(../images/page_banner/page_banner_6.jpg);
}
.page_banner.bg7 {
  background-image: url(../images/page_banner/page_banner_7.jpg);
}
.page_banner.bg8 {
  background-image: url(../images/page_banner/page_banner_8.jpg);
}
.page_banner.bg9 {
  background-image: url(../images/page_banner/page_banner_9.jpg);
}
.page_banner.bg10 {
  background-image: url(../images/page_banner/page_banner_10.jpg);
}
.page_banner .page_banner_center {
  padding: 100px 0;
}
.page_banner .page_banner_center h2.__title {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 60px;
  color: #333;
  font-weight: 300;
}
.page_main_crumb {
  padding: 15px 0;
  margin-bottom: 20px;
  position: relative;
}
.page_main_crumb.mb0 {
  margin-bottom: 0;
}
.page_main_crumb h2.__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.archive_list .post_loop {
  margin-bottom: 15px;
}
.singe_main {
  padding: 30px 0 50px;
}
.singe_main h2.singe_main_title {
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 35px;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.singe_main .singe_main_date {
  background: #F9F9F9;
  padding: 15px 20px;
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}
.singe_main .singe_main_date span {
  display: inline-block;
  margin: 0 15px;
}
.singe_main .singe_main_content {
  margin-bottom: 50px;
}
.singe_main .singe_main_nav div {
  margin-bottom: 10px;
}
footer {
  background: #f2f2f2;
}
.footer_menu {
  border-bottom: 1px #e0e0e0 solid;
  padding: 30px 0 30px;
}
.footer_menu .__menu ul {
  margin: 0;
  padding: 0;
}
.footer_menu .__menu ul li {
  float: left;
  width: 20%;
}
.footer_menu .__menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
}
.footer_menu .__menu ul li ul.sub-menu {
  padding-top: 10px;
}
.footer_menu .__menu ul li ul.sub-menu li {
  float: inherit;
  width: 100%;
}
.footer_menu .__menu ul li ul.sub-menu li a {
  font-size: 14px;
  line-height: 22px;
}
.footer_bottom {
  padding: 30px 0 20px;
}
.footer_bottom .__copy {
  float: left;
  width: 60%;
}
.footer_bottom .__qcode {
  float: right;
}
.footer_bottom .__qcode .__qcode_li {
  float: left;
  padding: 5px 5px;
  margin-left: 20px;
  text-align: center;
}
.footer_bottom .__qcode .__qcode_li img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0;
  padding: 0;
}
.footer_bottom .__qcode .__qcode_li span {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
/*分页*/
#Pagenavis {
  text-align: center;
}
#Pagenavis .wp-pagenavi {
  padding: 30px 0;
}
#Pagenavis .wp-pagenavi span,
#Pagenavis .wp-pagenavi a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  color: #666;
  margin: 0 5px;
  border-radius: 2px;
  font-weight: 300;
}
#Pagenavis .wp-pagenavi span {
  color: #999;
}
#Pagenavis .wp-pagenavi span.current {
  background: #0072ce;
  color: #FFF;
  font-weight: 600;
}
#Pagenavis .wp-pagenavi a {
  display: inline-block;
  border: 1px #DDD solid;
  text-decoration: none;
  background: #FFF;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  float: inherit;
}
#Pagenavis .wp-pagenavi a:hover {
  color: #0072ce;
  background: #EFEFEF;
}
/*404*/
#Page_404 {
  text-align: center;
  padding: 80px 0 120px;
}
#Page_404 .page404 p.logo404 {
  text-align: center;
  font-size: 180px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 5px;
  color: #fff;
}
#Page_404 .page404 p.logo404 span {
  z-index: 99999999999;
  cursor: pointer;
  text-shadow: 0px 0px 2px #686868, 0px 1px 1px #dddddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #cccccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbbbbb, 0px 7px 1px #777777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
#Page_404 .page404 p.logo404 span:hover {
  text-shadow: 0px 0px 2px #686868,
					0px 1px 1px #fff,
					0px 2px 1px #fff,
					0px 3px 1px #fff,
					0px 4px 1px #fff,
					0px 5px 1px #fff,
					0px 6px 1px #fff,
					0px 7px 1px #777,
					0px 8px 3px #fff,
					0px 9px 5px #fff,
					0px 10px 7px #fff,
					0px 11px 9px #fff,
					0px 12px 11px #fff,
					0px 13px 15px #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
#Page_404 h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
  color: #0072ce;
}
#Page_404 #post_404_link {
  text-align: center;
}
#Page_404 #post_404_link table {
  width: auto;
  margin: 0 auto;
}
#Page_404 #post_404_link table td {
  padding: 0 10px;
}
#Page_404 #post_404_link table td a {
  font-family: 'Microsoft YaHei', "hiragino sans gb", '黑体', '宋体', Arial, Lucida Grande, Tahoma, sans-serif;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  background: #DDD;
  color: #FFF;
  font-weight: 300;
  width: 200px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}
#Page_404 #post_404_link table td a:hover {
  opacity: 0.86;
}
#Page_404 #post_404_link table td a.the_404_link1 {
  background: #666;
}
#Page_404 #post_404_link table td a.the_404_link2 {
  background: #0072ce;
}
/* Top */
#to_top {
  cursor: pointer;
  background: url(../images/top.png) #333333 center no-repeat;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: none;
}
#to_top:hover {
  background: url(../images/top.png) #0072ce center no-repeat;
}
/*公共Style*/
.nopatop {
  padding-top: 0;
}
.aligncenter {
  text-align: center;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
}
/*公共Style*/
