@charset "utf-8";
/* CSS Document */
*,
p {
  margin: 0;
  padding: 0 ;
}
html {
  -webkit-text-size-adjust: none;
  /*只针对低版本谷歌*/
}
body {
  _overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  *cursor: default;
  background: #fff;
}
@font-face {
  font-family: 'PRODUCT-SANS-REGULAR-2';
  src: url('../fonts/PRODUCT-SANS-REGULAR-2.eot');
  src: url('../fonts/PRODUCT-SANS-REGULAR-2.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/PRODUCT-SANS-REGULAR-2.woff2') format('woff2'), url('../fonts/PRODUCT-SANS-REGULAR-2.woff') format('woff'), url('../fonts/PRODUCT-SANS-REGULAR-2.ttf') format('truetype'), url('../fonts/PRODUCT-SANS-REGULAR-2.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
ol,
table,
tr,
td,
ul,
li,
dt,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "PRODUCT-SANS-REGULAR-2", "Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
li {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}
/*-------将特定标签设成块---------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #413930;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
a:active,
a:hover {
  text-decoration: none;
  color: #653500;
}
:focus {
  -moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
  color: #fff;
  background-color: #000;
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
/*更改浏览器滚动条颜色兼容*/
html,
body {
  /*更改ie内核滚动条颜色*/
  scrollbar-face-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-dlight-color: #000;
  scrollbar-arrow-color: #222;
  scrollbar-track-color: #222;
  scrollbar-darkshadow-color: #000;
}
.blackwhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.blackwhite:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* AvantGarde Bk BT */
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #211F1F;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*清除默认样式*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*-------表单居中、清理描边---------*/
input,
button,
select,
textarea {
  outline: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
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;
}
/*----- 表格重置-----*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
caption {
  display: none;
}
/*----- clearfix-----*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*清除浮动*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
/*-----display-----*/
.clear {
  clear: both;
}
.disno,
.hide {
  display: none;
}
.disbk {
  display: block;
}
.distb {
  display: table;
}
.fl {
  float: left;
}
/*-----针对webkit的hack写法-----*/
/*----- 超出省略号///-----*/
.toe {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block {
  width: 1280px;
  margin: 0 auto;
}
.block {
  *zoom: 1;
}
.block:before,
.block:after {
  display: table;
  content: '';
  line-height: 0;
}
.block:after {
  clear: both;
}
#header {
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  z-index: 20;
}
#header .block {
  position: relative;
}
#header .logo {
  height: 43px;
  width: 200px;
  float: left;
  margin: 0 auto;
  padding: 28.5px 0 0 0;
}
#header .logo img {
  height: 43px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
#header #nav {
  width: auto;
  min-width: 600px;
  float: left;
  margin-left: 100px;
}
#header #nav li.navitem {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#header #nav li.navitem a.nav_a {
  width: auto;
  padding: 0 26px;
  line-height: 100px;
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  font-weight: bold;
}
#header #nav li.navitem a.nav_a:hover,
#header #nav li.navitem a.nav_a.active {
  color: #10458f;
}
#header .hright {
  float: right;
  width: auto;
  height: 36px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  padding: 31px 0;
}
#header .hright a {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  height: 36px;
  padding: 0 15px;
  vertical-align: middle;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  line-height: 36px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
#header .hright a:hover {
  color: #fff;
  background: #10458f;
  border-color: #10458f;
}
.headerbg {
  height: 100px;
  background: #fff;
}
#header.mini {
  height: 70px;
}
#header.mini .logo {
  height: 43px;
  padding: 13.5px 0 0 0;
}
#header.mini .logo img {
  height: 43px;
}
#header.mini #nav li.navitem a.nav_a {
  line-height: 70px;
}
#header.mini .hright {
  padding: 21px 0;
}
.ibanner .swiper-slide {
  position: relative;
}
.ibanner .swiper-slide .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.ibanner .swiper-slide .txt p {
  text-shadow: 0 1px 2px #a57f6e;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 1.1;
}
.ibanner .swiper-slide .txt .title {
  font-size: 50px;
  transform: translateY(-50px);
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
}
.ibanner .swiper-slide .txt .title_en {
  font-size: 30px;
  transform: translateY(-50px);
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  line-height: 2;
}
.ibanner .swiper-slide .txt .desc {
  font-size: 30px;
  transform: translateY(50px);
  transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  padding-top: 20px;
}
.ibanner .swiper-slide .pic img {
  text-align: right;
}
.ibanner .swiper-slide.swiper-slide-active .txt .title {
  transform: translateY(0);
}
.ibanner .swiper-slide.swiper-slide-active .txt .title_en {
  transform: translateY(0);
}
.ibanner .swiper-slide.swiper-slide-active .txt .desc {
  transform: translateY(0);
}
.iproduct,
.market {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.iproduct .list li,
.market .list li {
  width: calc(20% - 1.6px);
  margin-right: 2px;
  height: 412px;
  float: left;
  background: none;
  display: block;
  position: relative;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.iproduct .list li *,
.market .list li * {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.iproduct .list li .pic,
.market .list li .pic {
  width: 100%;
  overflow: hidden;
}
.iproduct .list li .pic img,
.market .list li .pic img {
  width: 100%;
}
.iproduct .list li .txt,
.market .list li .txt {
  padding: 180px 40px 0 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 80px);
  height: calc(100% - 180px);
  background: rgba(41, 111, 209, 0.8);
}
.iproduct .list li .txt .title,
.market .list li .txt .title {
  padding: 30px 0 0 0;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 22px;
  color: #fff;
  height: 52.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.iproduct .list li .txt .desc,
.market .list li .txt .desc {
  font-size: 14px;
  line-height: 1.715;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
  height: 72px;
  margin-bottom: 10px;
}
.iproduct .list li .txt span,
.market .list li .txt span {
  display: block;
}
.iproduct .list li .txt span img,
.market .list li .txt span img {
  display: block;
}
.iproduct .list li:nth-child(5n),
.market .list li:nth-child(5n) {
  margin-right: 0;
}
.iproduct .list li:hover,
.market .list li:hover {
  margin-top: -30px;
}
.iproduct .list li:hover .pic img,
.market .list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.iproduct .list li:hover .txt,
.market .list li:hover .txt {
  background: rgba(18, 42, 136, 0.8);
}
.iproduct .list li:hover .txt span,
.market .list li:hover .txt span {
  padding-left: 10px;
}
.more {
  display: block;
  width: 150px;
  height: 50px;
  border: 1px solid #334257;
  color: rgba(78, 74, 75, 0.6);
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #323232;
  margin-top: 70px;
}
.more::after {
  content: "";
  display: block;
  width: 0;
  height: 50px;
  background-color: #10458f;
  margin-top: -50px;
  transition: all 0.6s ease 0s;
}
.more:hover::after {
  width: 150px;
  height: 50px;
}
.more:hover {
  color: #fff;
  border: 1px solid #10458f;
}
.iabout {
  padding: 140px 0 0 0;
  display: flex;
  height: 953px;
}
.iabout .left {
  width: 50%;
  float: left;
  background: #f7f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iabout .left .box {
  width: 100%;
}
.iabout .left .boxc {
  width: 480px;
  margin-right: 150px;
  float: right;
}
.iabout .left .title .cn {
  font-size: 30px;
  color: #454545;
  font-weight: bold;
}
.iabout .left .title .en {
  font-size: 18px;
  color: #454545;
}
.iabout .left .desc {
  margin: 40px auto 0 auto;
}
.iabout .left .desc p {
  line-height: 1.7;
  font-size: 14px;
  color: #7f7f7f;
  word-wrap: break-word;
  word-break: normal;
}
.iabout .right {
  width: 50%;
  float: right;
  background: url(../images/about_bg.jpg) center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iabout .right ul {
  width: 600px;
  display: block;
}
.iabout .right li {
  display: block;
  width: calc(25% - 30px);
  margin: 15px 40px 15px 0;
  float: left;
}
.iabout .right li .pic {
  text-align: center;
  height: 53px;
}
.iabout .right li .pic img {
  display: inline-block;
}
.iabout .right li .txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 10px;
  text-align: center;
}
.iabout .right li:nth-child(4n) {
  margin-right: 0;
}
.inews {
  display: flex;
  height: 482px;
}
.inews .left {
  width: 50%;
  background: url(../images/new_bg.jpg) right top no-repeat;
}
.inews .left img {
  width: 100%;
}
.inews .right {
  width: auto;
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inews .right .box {
  width: 420px;
  padding: 0 0 0 140px;
}
.inews .right .txt .title {
  font-size: 18px;
  color: #303030;
  line-height: 1.1;
  height: 70px;
}
.inews .right .txt .desc {
  font-size: 14px;
  line-height: 30px;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.inews .right .txt .imore {
  padding-right: 32px;
  background: url(../images/icon_more.png) right center no-repeat;
  font-size: 12px ;
  color: #858585;
  line-height: 2;
  display: inline-block;
  margin-top: 50px;
}
.inews .right .txt .imore:hover {
  color: #10458f;
  padding-right: 40px;
}
.footer {
  background: #f7f8ff;
  padding: 110px 0 40px 0;
}
.footer .topbox .logo {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  padding-right: 80px;
}
.footer .topbox .logo img {
  height: 28px;
}
.footer .topbox #nav {
  display: inline-block;
  vertical-align: middle;
}
.footer .topbox #nav li {
  display: inline-block;
}
.footer .topbox #nav li a {
  color: #7a7a7a;
  line-height: 28px;
  padding: 0 20px;
}
.footer .topbox #nav li:after {
  content: '|';
  line-height: 28px;
  color: #d2d2d2;
}
.footer .footinfo {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #d2d2d2;
}
.footer .footinfo p {
  color: #7a7a7a;
  line-height: 24px;
}
.footer .footinfo a,
.footer .footinfo span {
  color: #7a7a7a;
  line-height: 24px;
}
.footer .footinfo a:hover {
  color: #10458f;
}
.footer .footinfo a.wechat {
  width: 24px;
  height: 24px;
  background: #fff;
  color: #1aad19;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.footer .footinfo a.wechat i {
  font-size: 12px;
  line-height: 24px;
}
.footer .footinfo a.wechat:hover {
  background: #10458f;
}
.footer .footinfo a.wechat:hover i {
  color: #fff;
}
#fixed_weixin {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  z-index: 100;
  display: none;
}
#fixed_weixin .fixed-container {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  width: 220px;
  height: auto;
  padding: 20px 20px 0 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -140px;
}
#fixed_weixin .fixed-container img {
  width: 220px;
  height: 220px;
}
#fixed_weixin .fixed-container p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.icon_top {
  opacity: 0;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 35px;
  bottom: -48px;
  z-index: 100;
}
.icon_top img {
  position: absolute;
  left: 0;
  top: 0;
}
#pages {
  padding: 50px 0 0 0;
  text-align: center;
}
#pages a,
#pages span {
  display: inline-block;
  line-height: 30px;
  min-width: 10px;
  margin: 0 2px;
  padding: 0 10px;
}
#pages a {
  background: none;
  color: #10458f;
  border: 1px solid #10458f;
  border-radius: 15px;
  font-size: 14px;
}
#pages a i {
  color: #10458f;
  font-size: 14px;
}
#pages span.current,
#pages a:hover {
  background: #10458f;
  color: #fff;
  border: 1px solid #10458f;
  border-radius: 15px;
}
#pages span.current i,
#pages a:hover i {
  color: #fff;
}
#pages span.pageindex,
#pages span.all {
  display: none;
}
.banner {
  position: relative;
}
.banner .pic {
  height: 489px;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .block {
  height: 489px;
}
.banner .txt {
  position: absolute;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  bottom: 150px;
}
.banner .txt span {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  display: inline-block;
  margin-right: 25px;
}
.about .head {
  text-align: center;
  padding: 140px 0 120px 0;
}
.about .head .cn {
  font-size: 40px;
  line-height: 1.1;
}
.about .head .en {
  font-size: 22px;
  font-family: 'PRODUCT-SANS-REGULAR-2';
  padding-top: 15px;
  line-height: 1.1;
  color: #454545;
}
.about .info {
  display: flex;
  margin-bottom: 100px;
}
.about .info .pic {
  width: 50%;
}
.about .info .pic .box {
  width: 100%;
  text-align: right;
}
.about .info .pic .box img {
  width: auto;
  max-width: 100%;
}
.about .info .txt {
  width: 50%;
}
.about .info .txt .box {
  width: 100%;
}
.about .info .txt .box .con {
  width: 580px;
  margin-left: 60px;
}
.about .info .txt .box p {
  font-size: 14px;
  line-height: 2;
  color: #323232;
}
.about .info_2 .pic .box {
  text-align: left;
}
.about .info_2 .txt .box .con {
  float: right;
  margin-left: 0;
  margin-right: 60px;
}
img.lazy {
  background: url(../images/loading.gif) center center no-repeat;
}
.product {
  padding: 0 0 50px 0;
}
.product .nav {
  height: 80px;
  display: flex;
  margin-top: -40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product .nav a {
  line-height: 80px;
  height: 80px;
  display: block;
  flex: 1;
  position: relative;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #10458f;
}
.product .nav a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 21px;
  height: 38px;
  width: 1px;
  background: #1277c4;
}
.product .nav a.active {
  background: #1277c4;
}
.product .nav a:hover {
  letter-spacing: 2px;
}
.product .title {
  padding: 120px 0 90px 0;
}
.product .title .cn {
  font-size: 40px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
}
.product .title .en {
  font-size: 22px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto ;
  padding-top: 10px;
}
.product .piclist {
  margin-bottom: 50px;
}
.product .piclist li {
  width: calc(33.33% - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #ececec;
}
.product .piclist li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .piclist li .pic img {
  width: 100%;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}
.product .piclist li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product .piclist li:nth-child(3n) {
  margin-right: 0;
}
.product .con {
  padding: 0 0 50px 0;
}
.product .con p,
.product .con * {
  font-size: 14px;
  line-height: 2;
  color: #323232;
}
.product .con img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.help .con {
  padding: 0 0 140px 0;
}
.help .con .title {
  padding: 120px 0 90px 0;
}
.help .con .title .cn {
  font-size: 40px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
}
.help .con .title .en {
  font-size: 22px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto ;
  padding-top: 10px;
}
.help .con .info p {
  font-size: 14px;
  line-height: 2;
  color: #323232;
}
.help .con .info img {
  width: auto;
  max-width: 100% !important;
}
.contact {
  padding: 0 0 150px 0;
  position: relative;
}
.contact .title {
  padding: 120px 0 90px 0;
}
.contact .title .cn {
  font-size: 40px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
}
.contact .title .en {
  font-size: 22px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto ;
  padding-top: 10px;
}
.contact .info {
  width: 1180px;
  position: relative;
  height: 220px;
  background: #fafafa;
  margin-top: -110px;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.contact .info span {
  display: inline-block;
  max-width: 500px;
  color: #7a7a7a;
  font-size: 18px;
}
.contact .info span img {
  width: auto;
  padding-right: 15px;
}
.contact .info span:nth-child(2) {
  margin: 0 40px;
  padding: 0 40px;
  border-left: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
}
.contact #dituContent {
  width: 100%;
  height: 800px;
}
.news {
  padding: 0 0 100px 0;
}
.news .title {
  padding: 120px 0 0 0;
}
.news .title .cn {
  font-size: 40px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
}
.news .title .en {
  font-size: 22px;
  color: #454545;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto ;
  padding-top: 10px;
}
.news .list .item {
  padding: 90px 0 100px 0;
}
.news .list .item .pic {
  width: 50%;
  float: left;
  overflow: hidden;
}
.news .list .item .pic img {
  width: 100%;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}
.news .list .item .txt {
  width: calc(50% - 80px);
  float: right;
  padding-left: 80px;
  position: relative;
}
.news .list .item .txt .date {
  font-size: 12px;
  color: #5f6168;
}
.news .list .item .txt .tit {
  font-size: 18px;
  color: #323232;
  line-height: 1.1;
  height: 80px;
  padding-top: 60px;
  font-weight: bold;
}
.news .list .item .txt .desc {
  color: #323232;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.news .list .item .txt:before {
  content: '';
  width: 0;
  left: -100px;
  height: 2px;
  background: #10458f;
  top: 70px;
  position: absolute;
  z-index: 9;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.news .list .item .txtlong {
  width: 100% !important;
  float: none;
  padding: 0 !important;
  padding-top: 0 !important;
}
.news .list .item .txtlong .tit {
  padding-top: 0 !important;
}
.news .list .item .txtlong:before {
  left: 0;
  top: 50px !important;
}
.news .list .item:hover {
  background: #f7f8ff;
}
.news .list .item a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news .list .item a:hover .txt:before {
  width: 170px;
}
.news .list .item a:hover .txtlong:before {
  width: 170px !important;
}
.news .list .item_2 .pic {
  float: right;
}
.news .list .item_2 .txt {
  float: left;
  padding-top: 50px;
  padding-right: 80px;
  padding-left: 0;
}
.news .list .item_2 .txt:before {
  top: 50px;
  left: 0;
}
.news .list .item_2 a:hover .txt:before {
  width: calc(100% + 50px);
}
.showcontent {
  padding: 100px 0;
}
.showcontent .title {
  font-size: 36px;
  color: #000;
  line-height: 1.1;
  height: 110px;
  text-align: center;
}
.showcontent .title_left,
.showcontent h1.title_con {
  line-height: 76px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
  color: #000;
}
.showcontent .left {
  width: 245px;
  float: left;
}
.showcontent .left .item a {
  font-size: 14px;
  line-height: 1.3;
  color: #606060;
  display: block;
  padding: 13px 0;
}
.showcontent .left .item a span {
  font-size: 12px;
  color: #5f6168;
  display: block;
  padding-top: 5px;
}
.showcontent .con .title_con {
  font-weight: normal;
  text-align: center;
}
.showcontent .con .info {
  padding-top: 30px;
}
.showcontent .con .info p,
.showcontent .con .info * {
  font-size: 14px;
  line-height: 2;
  color: #616161;
}
.showcontent .con .info img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.mobile {
  display: none !important;
}
.pc {
  display: block !important;
}
.right_side {
  width: 190px;
  height: 146px;
  position: fixed;
  z-index: 999999;
  top: 200px;
  right: 0;
}
.right_side_m {
  position: relative;
  top: 0;
  float: right;
  right: 0;
  width: 89px;
  height: 146px;
  cursor: pointer;
}
.right_side_c {
  width: 180px;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  position: fixed;
  right: -200px;
  top: 200px;
}
#olx_head {
  padding: 20px;
  line-height: 16px;
  height: 16px;
  background: #6198d8;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  width: 140px;
  overflow: hidden;
}
#olx_head i {
  cursor: pointer;
  float: right;
  width: 18px;
  height: 18px;
  background: url(../images/icon_close.png);
  display: block;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
#olx_qq,
#olx_tel {
  background-color: #fff;
}
#olx_qq li a {
  padding: 12px 30px;
  height: 18px;
  line-height: 18px;
  background: #f5f5f5;
  color: #353434;
  display: block;
  border-bottom: #fff 1px solid;
  transition: all ease-out 0.3s;
  font-size: 12px;
}
.right_side_c span {
  margin-right: 18px;
  display: block;
  float: left;
  width: 14px;
  height: 18px;
}
.right_side_c span.icon_qq {
  background: url(../images/icon_qq2.png);
  width: 16px;
  height: 17px;
  float: left;
}
.right_side_c span.icon_phone {
  background: url(../images/iocn_phone2.png) center no-repeat;
  margin-right: 15px;
}
#olx_qq li a:hover {
  color: #fff;
  background: #565656;
}
#olx_qq li a:hover span {
  background-position-y: -17px;
}
#olx_tel {
  padding: 20px 30px;
}
#olx_tel div {
  color: #434343;
  line-height: 14px;
  height: auto;
  margin-bottom: 10px;
}
#olx_tel p {
  line-height: 18px;
  font-size: 12px;
}
#olx_tel div img {
  width: 120px;
}
