/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.444444; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

body { color: #333; }

ul, li { list-style: none; padding: 0; margin: 0; }

a { color: #333; cursor: pointer; text-decoration: none; background-color: transparent; outline: none; transition: color 0.3s; }

.full { width: 100%; min-width: 1200px; }
.full-wrap { width: 1200px; margin: auto; }

.bg-gray { background-color: #f5f5f5; }

.bg-white { background-color: #ffffff; }

@media (max-width: 768px) { .full { width: 100%; min-width: 320px; }
  .full-wrap { width: 100%; margin: auto; } }
.header .top { display: flex; justify-content: space-between; align-items: center; height: 120px; }
.header .top-contact { display: flex; align-items: center; }
.header .top-contact .icon { width: 53px; height: 53px; margin-right: 10px; background: url("../images/head_phone_icon.png"); }
.header .top-contact .block .tit { font-size: 18px; }
.header .top-contact .block .phone { font-size: 30px; font-weight: bold; }
.header .full-navbar { background-color: #333333; }
.header .navbar { display: flex; }
.header .navbar li { flex: 1; }
.header .navbar li a { display: block; line-height: 60px; color: #fff; font-size: 20px; text-align: center; }
.header .navbar li a:hover { color: #22509d; }

@media (max-width: 768px) { .header .top { height: 60px; padding: 10px 0; }
  .header .top .top-logo { margin-left: 15px; }
  .header .top .top-logo img { height: 30px; width: auto; }
  .header .top-contact { margin-right: 15px; }
  .header .top-contact .icon { width: 30px; height: 30px; background-size: cover; }
  .header .top-contact .block .phone { font-size: 20px; }
  .header-wrap { width: 100%; margin: auto; }
  .header .navbar { flex-wrap: wrap; }
  .header .navbar li { flex: 0 0 20%; }
  .header .navbar li a { font-size: 14px; line-height: 36px; border-right: 1px solid #999; border-bottom: 1px solid #999; } }
.column-title { width: 100%; font-size: 32px; text-align: center; line-height: 1.4em; padding: 55px 0; }
.column-title .cn, .column-title .en { padding: 0; margin: 0; font-weight: normal; }
.column-title .cn { color: #333; }
.column-title .en { color: #999; position: relative; padding-bottom: 12px; }
.column-title .en::after { position: absolute; left: 50%; bottom: 0; margin-left: -35px; content: ' '; display: inline-block; width: 70px; height: 2px; line-height: 2px; font-size: 0; background-color: #22509d; }

.carousel { width: 100%; }
.carousel .wrap-carousel { position: relative; }
.carousel .c-img { height: 550px; position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background-position: center; background-repeat: no-repeat; }

@media (max-width: 768px) { .carousel { height: 170px; }
  .carousel .c-img { height: 170px; background-size: cover; }
  .column-title { font-size: 20px; padding: 20px 0; } }
.gsyewufanwei { padding-bottom: 80px; }
.gsyewufanwei .full-wrap { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
.gsyewufanwei .full-wrap .zi { width: 580px; background-color: #fff; }
.gsyewufanwei .full-wrap .zi .img, .gsyewufanwei .full-wrap .zi .img img { width: 100%; height: 280px; }
.gsyewufanwei .full-wrap .zi .title { height: 70px; line-height: 70px; font-size: 24px; text-align: left; position: relative; padding: 0 20px; }
.gsyewufanwei .full-wrap .zi .title .more { width: 70px; height: 70px; position: absolute; top: -35px; right: 35px; background: url("../images/plus.png") no-repeat center center #22509d; }

@media (max-width: 768px) { .gsyewufanwei { padding: 10px; }
  .gsyewufanwei .full-wrap { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; }
  .gsyewufanwei .full-wrap .zi { width: auto; }
  .gsyewufanwei .full-wrap .zi .img, .gsyewufanwei .full-wrap .zi .img img { height: auto; }
  .gsyewufanwei .full-wrap .zi .title { height: 30px; line-height: 30px; font-size: 14px; text-align: left; }
  .gsyewufanwei .full-wrap .zi .title .more { display: none; } }
.xiangmushili { width: 100%; padding-bottom: 80px; }
.xiangmushili .full-wrap { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
.xiangmushili .full-wrap .zi { width: 100%; height: 387px; position: relative; overflow: hidden; }
.xiangmushili .full-wrap .zi img { width: 100%; height: 100%; transition: transform .3s; }
.xiangmushili .full-wrap .zi .title { position: absolute; bottom: 0; color: #fff; font-size: 24px; padding: 0 50px 20px 50px; }
.xiangmushili .full-wrap .zi .title p { margin: 0; }
.xiangmushili .full-wrap .zi .title p.more { padding-top: 12px; font-size: 22px; transition: all .3s; }
.xiangmushili .full-wrap .zi .video { position: absolute; background: url("../images/play_icon.png") no-repeat center center; background-size: cover; width: 70px; height: 70px; left: 50%; top: 50%; margin: -35px 0 0 -35px; display: none; }
.xiangmushili .full-wrap .zi a { transition: all .3s; }
.xiangmushili .full-wrap .zi a:hover img { transform: scale(1.1); }
.xiangmushili .full-wrap .zi a:hover .title p.more { color: #315ca3; }

@media (max-width: 768px) { .xiangmushili { padding-bottom: 20px; }
  .xiangmushili .full-wrap { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; width: auto; margin: 0 10px; }
  .xiangmushili .full-wrap .zi { height: auto; }
  .xiangmushili .full-wrap .zi .video { width: 20px; height: 20px; margin: -10px 0 0 -10px; }
  .xiangmushili .full-wrap .zi .title { font-size: 14px; padding: 0 5px 5px 5px; }
  .xiangmushili .full-wrap .zi .title .more { display: none; } }
.baojia { padding-bottom: 70px; }
.baojia .full-wrap { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px 0; }
.baojia .full-wrap .zi { display: flex; line-height: 44px; }
.baojia .full-wrap .zi .ks { font-size: 22px; background-color: #d6d6d6; text-align: center; width: 225px; margin-right: 30px; }
.baojia .full-wrap .zi .cs { flex: 1; }
.baojia .full-wrap .zi .cs a.i { margin-right: 20px; font-size: 22px; }

@media (max-width: 768px) { .baojia { padding-bottom: 0px; }
  .baojia .full-wrap { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 10px 0; }
  .baojia .full-wrap .zi { line-height: 30px; padding: 0 10px; }
  .baojia .full-wrap .zi .ks { width: 60px; margin-right: 15px; font-size: 16px; }
  .baojia .full-wrap .zi .cs a.i { font-size: 16px; margin-right: 12px; } }
.lanmu-list { padding-bottom: 42px; }
.lanmu-list .lanmu-wrap ul { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 11px; }
.lanmu-list .lanmu-wrap ul li { display: block; margin-bottom: 30px; }
.lanmu-list .lanmu-wrap ul li img { vertical-align: top; width: 100%; height: 200px; }
.lanmu-list .lanmu-wrap ul li a { display: block; }
.lanmu-list .lanmu-wrap ul li .biaoti { padding: 10px; line-height: 40px; font-size: 18px; background-color: #f9f9f9; text-align: center; }

@media (max-width: 768px) { .lanmu-list { padding-bottom: 0; }
  .lanmu-list .lanmu-wrap ul { margin: 0 10px; grid-template-columns: repeat(2, 1fr); grid-column-gap: 10px; }
  .lanmu-list .lanmu-wrap ul li { margin-bottom: 10px; }
  .lanmu-list .lanmu-wrap ul li img { height: 125px; }
  .lanmu-list .lanmu-wrap ul li .biaoti { font-size: 12px; line-height: 22px; } }
.gsjianjie { padding-bottom: 80px; }
.gsjianjie .full-wrap { display: flex; }
.gsjianjie .full-wrap .ship_tu { flex: 0 0 550px; margin-right: 40px; background-color: #000; }
.gsjianjie .full-wrap .jjneirong { flex: 1; }
.gsjianjie .full-wrap .jjneirong .biaotitao { height: 41px; display: flex; padding-bottom: 2px; background: linear-gradient(to right, #315ca3, #ffffff); }
.gsjianjie .full-wrap .jjneirong .biaotitao .name, .gsjianjie .full-wrap .jjneirong .biaotitao .info { border-bottom: 1px solid #fff; }
.gsjianjie .full-wrap .jjneirong .biaotitao .name { flex: 0 0 128px; padding-right: 20px; font-size: 24px; color: #fff; background: url("../images/guanyu_nav_xt.png") no-repeat right top #22509d; line-height: 40px; text-align: center; }
.gsjianjie .full-wrap .jjneirong .biaotitao .info { flex: 1; padding-left: 20px; background-color: #dfe4ec; color: #22509d; font-size: 24px; line-height: 40px; }
.gsjianjie .full-wrap .jjneirong .wenzi { margin-bottom: 30px; }
.gsjianjie .full-wrap .jjneirong .wenzi p { text-indent: 2em; }
.gsjianjie .full-wrap .jjneirong .wenzi a { color: #22509d; }
.gsjianjie .full-wrap .jjneirong .tubiao { display: flex; justify-content: space-around; }
.gsjianjie .full-wrap .jjneirong .tubiao .zi { flex: 1; display: flex; }
.gsjianjie .full-wrap .jjneirong .tubiao .zi .biao { width: 66px; height: 66px; border: 1px solid #d7d7d7; border-radius: 50%; margin-right: 10px; display: flex; justify-content: center; align-items: center; }
.gsjianjie .full-wrap .jjneirong .tubiao .zi .wz { display: flex; flex-direction: column; justify-content: center; }
.gsjianjie .full-wrap .jjneirong .tubiao .zi .wz h3 { font-size: 22px; margin: 0; color: #000; font-weight: normal; }
.gsjianjie .full-wrap .jjneirong .tubiao .zi .wz p { font-size: 16px; margin: 0; color: #999; }

@media (max-width: 768px) { .gsjianjie { padding-bottom: 20px; }
  .gsjianjie .full-wrap { flex-direction: column; }
  .gsjianjie .full-wrap .ship_tu { flex: 1; margin: 10px; }
  .gsjianjie .full-wrap .ship_tu video { width: 100%; height: auto; }
  .gsjianjie .full-wrap .jjneirong { flex: 1; }
  .gsjianjie .full-wrap .jjneirong .wenzi { padding: 0 10px; }
  .gsjianjie .full-wrap .jjneirong .biaotitao .info { font-size: 16px; padding-left: 8px; }
  .gsjianjie .full-wrap .jjneirong .tubiao .zi { flex-wrap: wrap; justify-content: center; text-align: center; }
  .gsjianjie .full-wrap .jjneirong .tubiao .zi .wz h3 { font-size: 18px; padding-top: 5px; } }
.tuandui { background-color: #f5f5f5; padding-bottom: 75px; display: none; }
.tuandui .full-wrap ul { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 26.66665px; grid-row-gap: 30px; }
.tuandui .full-wrap ul li { background-color: #fff; cursor: pointer; }
.tuandui .full-wrap ul li .avatar { position: relative; overflow: hidden; }
.tuandui .full-wrap ul li .avatar, .tuandui .full-wrap ul li .avatar img { width: 100%; aspect-ratio: 1 / 1; transition: all 0.3s; }
.tuandui .full-wrap ul li .avatar .qrcode { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.48); transition: all 0.3s; }
.tuandui .full-wrap ul li .avatar .qrcode img { width: 100px; height: 100px; }
.tuandui .full-wrap ul li .profile { height: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.3s; }
.tuandui .full-wrap ul li .profile .name { font-size: 24px; margin-bottom: 4px; transition: all 0.3s; }
.tuandui .full-wrap ul li .profile .role { font-size: 18px; transition: all 0.3s; }
.tuandui .full-wrap ul li:hover .avatar img { transform: scale(1.1); }
.tuandui .full-wrap ul li:hover .avatar .qrcode { display: flex; }
.tuandui .full-wrap ul li:hover .profile { background-color: #22509d; }
.tuandui .full-wrap ul li:hover .profile .name, .tuandui .full-wrap ul li:hover .profile .role { color: #fff; }

@media (max-width: 768px) { .tuandui { padding-bottom: 10px; }
  .tuandui .full-wrap ul { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; margin: 0 10px; }
  .tuandui .full-wrap ul li .profile { height: auto; padding: 10px; }
  .tuandui .full-wrap ul li .profile .name { font-size: 18px; }
  .tuandui .full-wrap ul li .profile .role { font-size: 16px; } }
.zizhi { padding-bottom: 40px; }
.zizhi .full-wrap ul { display: flex; justify-content: space-around; }
.zizhi .full-wrap ul li { flex: 0 0 24%; }
.zizhi .full-wrap ul li .tu img { width: 100%; height: auto; }
.zizhi .full-wrap ul li .text { text-align: center; padding: 15px 0; font-size: 24px; }

@media (max-width: 768px) { .zizhi { padding-bottom: 20px; margin: 0 5px; }
  .zizhi .full-wrap ul { flex-wrap: wrap; }
  .zizhi .full-wrap ul li { flex: 0 0 48%; }
  .zizhi .full-wrap ul li .text { font-size: 14px; padding: 8px 0; } }
.dashuju { background-color: #f5f5f5; }
.dashuju .full-wrap { background: url("../images/bg_dashuju.jpg") no-repeat center; }
.dashuju .full-wrap ul { height: 450px; display: flex; justify-content: space-around; align-items: center; }
.dashuju .full-wrap ul li { text-align: center; }
.dashuju .full-wrap ul li .icon { display: flex; justify-content: center; align-items: center; width: 118px; height: 118px; border-radius: 50%; border: 1px solid #e8e8e8; background-color: #fff; }
.dashuju .full-wrap ul li .value { font-size: 36px; color: #22509d; padding: 10px 0; }
.dashuju .full-wrap ul li .name { font-size: 24px; }

@media (max-width: 768px) { .dashuju .full-wrap { background-size: cover; }
  .dashuju .full-wrap ul { flex-wrap: wrap; justify-content: center; height: 300px; padding: 15px 0; }
  .dashuju .full-wrap ul li { flex: 0 0 48%; display: flex; flex-direction: column; align-items: center; }
  .dashuju .full-wrap ul li .icon { width: 70px; height: 70px; }
  .dashuju .full-wrap ul li .icon img { width: 40px; }
  .dashuju .full-wrap ul li .value { padding: 5px; font-size: 22px; }
  .dashuju .full-wrap ul li .name { font-size: 18px; } }
.footer { background-color: #222222; color: #ccc; padding-top: 25px; }
.footer .lianjie { margin-bottom: 25px; }
.footer .lianjie .biaoti { font-size: 18px; font-weight: bold; margin-bottom: 8px; }
.footer .lianjie .lian-list { font-size: 14px; }
.footer .lianjie .lian-list a { display: inline-block; margin-right: 15px; color: #ccc; }
.footer .lianjie .lian-list a:hover { color: #fff; }
.footer .banquan { border-top: 1px solid #444444; padding: 35px 0; text-align: center; }
.footer .banquan p { padding: 0; line-height: 1.66; }
.footer .banquan p a { color: #ccc; }
.footer .banquan p a:hover { color: #fff; }

@media (max-width: 768px) { .footer .lianjie { margin-right: 10px; margin-left: 10px; }
  .footer .banquan { padding: 15px 10px; font-size: 14px; } }
.yewufanwei .column-wrap { display: grid; grid-template-columns: repeat(2, 1fr); }
.yewufanwei .column-wrap .unit { height: 188px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.yewufanwei .column-wrap .unit.unit-1 { background-image: url("../images/business_scope_01.jpg"); }
.yewufanwei .column-wrap .unit.unit-2 { background-image: url("../images/business_scope_02.jpg"); }
.yewufanwei .column-wrap .unit.unit-3 { background-image: url("../images/business_scope_03.jpg"); }
.yewufanwei .column-wrap .unit.unit-4 { background-image: url("../images/business_scope_04.jpg"); }
.yewufanwei .column-wrap .unit.unit-5 { background-image: url("../images/business_scope_05.jpg"); }
.yewufanwei .column-wrap .unit.unit-6 { background-image: url("../images/business_scope_06.jpg"); }
.yewufanwei .column-wrap .unit a { display: block; padding: 38px 280px 37px 54px; }
.yewufanwei .column-wrap .unit a .biaoti { padding: 0; margin: 0; font-size: 24px; font-weight: normal; line-height: 30px; height: 60px; color: #fff; display: flex; align-items: center; margin-bottom: 36px; }
.yewufanwei .column-wrap .unit a .more { display: block; background: url("../images/double_arrows_icon.png") no-repeat center; width: 22px; height: 17px; }
.yewufanwei .column-wrap .unit a:hover .more { background-position: -22px; }

.xiangmu { background: url("../images/bg_object.jpg") no-repeat top scroll; padding-top: 65px; }
.xiangmu .column-title { margin-bottom: 64px; }
.xiangmu .column-title .cn, .xiangmu .column-title .en { color: #fff; }
.xiangmu .row-unit a { display: block; width: 100%; height: 100%; position: relative; }
.xiangmu .row-unit a .img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.xiangmu .row-unit a .img img { width: 100%; height: 100%; }
.xiangmu .row-a { display: flex; }
.xiangmu .row-a .row-unit { height: 435px; }
.xiangmu .row-a .row-unit-video { width: 705px; }
.xiangmu .row-a .row-unit-pic { width: 495px; }
.xiangmu .row-b { display: flex; }
.xiangmu .row-b .row-unit { height: 300px; flex: 1; }

.neirong { padding-top: 55px; }
.neirong .column-title { margin-bottom: 35px; }
.neirong .full { background-color: #f5f5f5; }
.neirong .citys-tabs { display: flex; padding: 38px 0 48px 0; }
.neirong .citys-tabs a { flex: 1; height: 50px; line-height: 50px; text-align: center; background-color: #eeeeee; font-size: 24px; color: #999999; margin: 0 2px; }
.neirong .citys-tabs a:hover { background-color: #22509d; color: #fff; }
.neirong .liebiao ul { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 40px; }
.neirong .liebiao ul li { display: block; margin-bottom: 40px; }
.neirong .liebiao ul li a { display: block; }
.neirong .liebiao ul li .pc { height: 280px; overflow: hidden; }
.neirong .liebiao ul li .pc img { width: 100%; height: 280px; display: inline-block; }
.neirong .liebiao ul li .link { height: 120px; background-color: #fff; padding: 16px 40px 9px 40px; position: relative; }
.neirong .liebiao ul li .link h3, .neirong .liebiao ul li .link p { padding: 0; margin: 0; }
.neirong .liebiao ul li .link h3 { font-size: 24px; font-weight: normal; line-height: 1.6em; margin-bottom: 4px; }
.neirong .liebiao ul li .link p { font-size: 18px; color: #666; }
.neirong .liebiao ul li .link .more { position: absolute; top: -35px; right: 35px; width: 70px; height: 70px; background: #22509d url("../images/plus.png") no-repeat center; }

.jianjie .column-title { padding: 55px 0; }
.jianjie .full-wrap { display: flex; align-items: center; margin-bottom: 80px; }
.jianjie .shiping { width: 600px; height: 365px; margin-right: 60px; background: #000; }
.jianjie .jieshao { flex: 1; }
.jianjie .jieshao p.more { padding: 40px 0 15px 0; }
.jianjie .jieshao p.more a { color: #22509d; }

.column_nav .btl .full-wrap { display: flex; color: #fff; }
.column_nav .btl { display: flex; color: #fff; background-color: #333333; }
.column_nav .dabiaoti { height: 40px; font-size: 30px; padding: 25px; line-height: 40px; }
.column_nav .zilanmu { flex: 1; background: url("../images/colunm_jt.png") no-repeat left center #ca122e; display: flex; flex-wrap: wrap; align-items: center; min-height: 90px; font-size: 24px; padding-right: 20px; }
.column_nav .zilanmu li { padding: 0 20px; position: relative; line-height: 30px; height: 30px; }
.column_nav .zilanmu li a { color: #fff; }
.column_nav .zilanmu li::before { content: ' '; position: absolute; top: 5px; right: 0; height: 20px; width: 2px; background-color: rgba(255, 255, 255, 0.5); }
.column_nav .zilanmu li:last-child::before { display: none; }

@media (max-width: 768px) { .column_nav .dabiaoti { font-size: 16px; padding: 10px; height: auto; line-height: 60px; }
  .column_nav .zilanmu { flex-wrap: wrap; align-items: center; font-size: 14px; padding: 0 10px; height: auto; }
  .column_nav .zilanmu li { padding: 0 10px; }
  .column_nav .zilanmu li::before { top: 8px; right: 0; height: 14px; width: 1px; } }
.pagination { font-size: 20px; display: inline-block; padding-left: 0; border-radius: 4px; vertical-align: bottom; }

.pagination > li { display: inline-block; line-height: 38px; height: 38px; border: 1px solid #eee; background-color: #fff; padding: 0 12px; margin-left: -1px; }

.dibu_tel { display: none; font-size: 12px; border-radius: 50%; width: 50px; height: 50px; background-color: red; color: #fff; line-height: 50px; bottom: 30%; position: fixed; text-align: center; box-shadow: 0 2px 6px 0 rgba(227, 233, 237, 0.35); }

@media (max-width: 768px) { .dibu_tel{display: inline-block;} }