/* init css */

/*! 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.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Microsoft YaHei' !important;
}

/**
 * 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;
}


/*包含以下五种的链接*/
a {
	text-decoration: none;
	color: inherit;
}

/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* init css end */
.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font55 {
	font-size: 55px;
}

.font46 {
	font-size: 46px;
}

.color-normal {
	color: #333333;
}

.color-deep {
	color: #666666;
}

.color-grey {
	color: #999999;
}

.color-6a6a6a {
	color: #6a6a6a;
}

.color-888888 {
	color: #888888;
}

.color-a0a0a0 {
	color: #a0a0a0;
}

.color-fff {
	color: #FFFFFF;
}

.color-666666 {
	color: #666666;
}

.color-595757 {
	color: #595757;
}

.color-ff6a05 {
	color: #ff6a05;
}

.bg-fff {
	background-color: #FFFFFF;
}

.bg-f7f7f8 {
	background-color: #f7f7f8;
}

.bg-191919 {
	background-color: #191919;
}

.bg-f3f0f0 {
	background-color: #f3f0f0;
}

.bg-ff6700 {
	background-color: #005bac;
}

.text-align-c {
	text-align: center;
}

.text-align-j {
	text-align: justify;
}

.text-align-l {
	text-align: left !important;
}

.pad-row-15 {
	padding: 0 15px;
}


.dis-none {
	display: none !important;
}

.col-1 {
	width: 8.333%;
}

.col-2 {
	width: 16.667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.333%;
}

.col-5 {
	width: 41.667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.333%;
}

.col-8 {
	width: 66.667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.333%;
}

.col-11 {
	width: 91.667%;
}

.col-12 {
	width: 100%;
}

.margin-row-15 {
	margin: 0 15px;
}
.margin-row-20{
	margin: 0 20px;
}

.margin-bot-6 {
	margin-bottom: 6px;
}

.row-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
}

.row-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.color-ec6619 {
	color: #ec6619;
}

.bg-f7f7f7 {
	background-color: #f7f7f7;
}

.main {
	max-width: 1200px;
	margin: 0 auto!important;
}

header .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0 17px 0;
}

header .logo img {
	/* width: 503px;
	height: 44px; */
}

header .search {
	display: flex;
	background: url(../../../pyimg.ponytest.com/public/home/img/tou.jpg) no-repeat center;
	/* background-size: 100% 100%; */
	height: 100px;
	position: relative;
}

header .search .txt { 
	margin-left: 5%;
}

header .search .input-box {
	position: absolute;
	left: 52%;
	top: 56%;
	transform: translate(-50%, -50%);
}

header .search .input-box .input {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

header .search .input-box .input input {
	width: 500px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 4px -5px 7px 0px rgba(0, 0, 0, 0.29);
    border: solid 1px #e6e6e6;
    padding-left: 20px;
	font-size: 14px;
}

header .search .input-box .input div {
	width: 119px;
	height: 40px;
	background-color: #005bac;
	box-shadow: 3px -4px 7px 0px rgba(0, 0, 0, 0.29);
	display: inline-block;
}

header .search .input-box .input div img {
	width: 25px;
	height: 25px;
	position: relative;
	left: 22px;
	top: 6px;
}

header .search .input-box .input div span {
	position: relative;
	left: 32px;
}

header .search .input-box .hot-search {}

input {
	border: none !important;
	padding: 0;
}

.color-b20303 {
	color: #b20303;
}

.index-menu {
	position: relative;
}

.index-menu .menu-box {
	z-index: 9999;
	display: flex !important;
	flex-wrap: nowrap;
}

.index-menu .subMun {
	height: 570px;
	/* background: rgba(255, 255, 255, 0); */
	position: static;
}

.index-menu .subMun .sub-menu {
	height: 570px;
	left: 0;
	position: absolute;
	z-index: 999;
	top: 0;
}

.index-menu .subMun::-webkit-scrollbar {
	width: 1px;
	height: 1px;
	/**/
}

.test::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}

/* .test::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
.test::-webkit-scrollbar-thumb:hover{
  background: #333;
}
.test::-webkit-scrollbar-corner{
  background: #179a16;
} */
.margin-top-72 {
	margin-top: 72px !important;
}

.index-menu .nav-icon {
	width: 18px;
	height: 13px;
}

.index-menu .nav-txt {
	/* margin: 0 60px 0 62px; */
}

.index-menu .sub-menu {
	width: 970px;
	padding: 18px 0 18px 34px !important;
}

.index-menu .sub-menu .title {
	position: relative;
	padding: 10px 14px;
	border-bottom: 1px solid #E8E8E8;
}

.index-menu .sub-menu .title::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 3px;
	height: 11px;
	background-color: #005bac;
	left: 0;
	top: 18px;
}

.index-menu .sub-menu .content {
	display: flex;
	flex-wrap: wrap;
}

.index-menu .sub-menu .content div {
	position: relative;
	padding: 10px 0 16px 10px;
}

.index-menu .sub-menu .content div::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #e8e8e8;
	left: 0;
	top: 12px;
}

.hot-title {
	/* padding: 30px 0; */
	padding: 10px 0;
	
	display: flex;
	justify-content: space-between;
}
.hot-index-title{
	padding: 30px 0;
}
.index-hot .hot-nav {
	display: flex;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	position: relative;
}

.index-hot .hot-nav .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index-hot .hot-nav .item {
	padding: 10px 0;
	/* margin-right: 57px; */
	margin-right: 36px;
}

.index-hot .hot-nav .item.active {
	color: #005bac;
	border-bottom: 2px solid #005bac;

}

.color-b6b6b6 {
	color: #b6b6b6;
}

.index-hot .hot-content {
	display: flex;
	flex-wrap: nowrap;
	/* align-items: center; */
	width: 100%;
	/* margin: 50px 0 64px 0; */
	margin: 20px 0 20px 0;
	justify-content: space-between;
}

.index-hot .hot-content .content-left {
	padding: 0 30px;
	position: relative;
	/* width: 18%; */
	width: 240px;
	height: 391px;
   }
   
.index-hot .hot-content .content-left  .hot-bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.index-hot .hot-content .content-left .top {
	padding-top: 43px;
	padding-bottom: 30px;
	position: relative;
}

.index-hot .hot-content .content-left .mid {
	margin-bottom: 120px;
	position: relative;
}

.index-hot .hot-content .content-left .bot {
	width: 45%;
    height: 30px;
    /* border-radius: 19px; */
    border: solid 1px #ffffff;
    opacity: 1;
    line-height: 30px;
    margin-bottom: 75px;
    margin-left: 51%;
    transform: translate(-50%, 974%);
}

.index-hot .hot-content .content-left .bot img {
	width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    right: -10px;
}

.index-hot .hot-content .content-right {
	display: flex;
	flex-wrap: wrap;
	/* border: solid 1px #000; */
}

.index-hot .hot-content .content-right img {
	/* width: 90%; */
	
}

.index-hot .hot-content .content-right .item {
	text-align: left !important;
	/* margin-right: 10px; */
    padding: 12px 12px;
    box-sizing: border-box;
    border-right: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 300px;
	height: 195.5px;
}

.index-hot .hot-content .content-right .item .mid {
	margin-top: 10px;
	margin-bottom: 8px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-hot .hot-content .content-right .item .bot {
	margin-bottom: 20px;
}

.bg-f9f9f9 {
	background: #f9f9f9;
}

.color-ff6700 {
	color: #005bac;
}

.index-service {
	margin-bottom: 72px;
}

.index-service .index-service-box {
	display: flex;
	justify-content: space-between;
}

.index-service .service-item {
	padding: 0px 4px 20px 4px;
	border: solid 1px #f9f9f9;
	width: 32%;
}

.index-service .service-item.active {
	box-shadow: 0px 0px 17px 0px rgba(38, 21, 21, 0.35);
}

.index-service .service-item .bg {
	width: 100%;
}

.index-service .service-item .item-mid {
	margin-top: 28px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e9e9e9;
}

.bg-e9eeee {
	background-color: #e9eeee;
}

.index-service .service-item .item-bot {
	display: flex;
	padding-top: 10px;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	flex-wrap: wrap;
}

.index-service .service-item .item-bot div {
	margin-bottom: 10px;
	text-align: center;
}

.index-map {
	height: 627px;
	background: url('../../../pyimg.ponytest.com/public/home/img/2.png') no-repeat center;
	position: relative;
}

.index-map .map-item {
	display: flex;
	flex-direction: column;
	position: absolute;
}

.index-map .map-item.item0 {
	/* left: 14%; */
	/* top: 49%; */
	left: 19%;
	top: 55%;
}

.index-map .map-item.item1 {
	left: 25%;
	top: 80%;
}

.index-map .map-item.item2 {
	/* left: 30%; */
	left: 26%;
	top: 44%;
}

.index-map .map-item.item3 {
	left: 38%;
	top: 72%;
}

.index-map .map-item.item4 {
	/* left: 45%; */
	left: 40%;
	/* top: 36%; */
	top: 38%;
}

.index-map .map-item.item5 {
	/* left: 56%; */
	left: 55%;
	top: 62%;
}

.index-map .map-item.item6 {
	/* left: 64%;
	top: 28%; */
	left: 54%;
    top: 25%;
}

.index-map .map-item.item7 {
	/* left: 70%; */
	top: 52%;
	left: 65%;
}

.index-map .map-item.item8 {
    /* left: 80%;
	top: 18%; */
	left: 70%;
    top: 14%;
}

.index-map .map-item.active {
	color: #fd8534;
}

.no-flex {
	display: block;
}

.text-indent-32 {
	text-indent: 32px;
}

.index-credentials {
	height: 910px;
}

.index-credentials-two {
	height: 650px;
}

.index-credentials .credentials-top {
	width: 566px;
	border: 1px solid #e8e8e8;
	margin: 0 auto;
}

.index-credentials .credentials-imgs {
	display: flex;
	margin-top: 46px;
}

.index-credentials .credentials-imgs .imgs-item {
	width: 25%;
	height: 125px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.index-credentials .credentials-imgs .imgs-item::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 80px;
	background-color: #e8e8e8;
	position: absolute;
	top: 6px;
	right: 0;
}

.index-credentials .credentials-imgs .imgs-item:nth-child(4)::after {
	display: none;
}

footer .number {
	display: flex;
	position: relative;
	text-align: center;
}

footer .number::after {
	width: 100%;
	height: 1px;
	content: '';
	display: inline-block;
	bottom: 0;
	left: 0;
	background: #666666;
	position: absolute;
}

footer .number .item {
	padding: 44px 0;
}

footer .number .item .top {
	margin-bottom: 12px;
}

.color-8f8f8f {
	color: #8f8f8f;
}

footer .msg {
	display: flex;
	padding-bottom: 2px;
}

footer .msg .msg-item {
	text-align: left;
	margin-top: 50px;
	border-right: 1px solid #666666;
	padding-left: 40px;
}

footer .msg .msg-item:nth-child(4) {
	border: none;
}

footer .msg .msg-item .item-tit {
	margin-bottom: 8px;
}

footer .msg .msg-item .item-content {
	padding: 9px 0;
}

.pad-bot-28 {
	padding-bottom: 28px;
	border-bottom: 1px solid #666666;
}

.color-454545 {
	color: #454545;
}

.pad-bot-32 {
	padding-bottom: 32px;
}

.pad-bot-60 {
	padding-bottom: 60px;
}

.font40 {
	font-size: 40px;
}

.index-perf {
	position: relative;
}
                   
.index-perf-icon {       
	position: absolute;                            
	top: 53%;
	/* top: 57%;                        */
	left: 50%;
	transform: translate(-50%, -50%);
}

.index-perf .pref-content {
	background: url(../img/01.png) no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 490px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-perf .pref-content.active {
	background: url(../img/02.png) no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 490px;
}

.color-333333 {
	color: #333333;
}

.bg-f8f8f8 {
	background-color: #f8f8f8;
}

.font22 {
	font-size: 22px;
}

.margin-bot-22 {
	margin-bottom: 15px;
}

.margin-bot-100 {
	margin-bottom: 50px !important;;
}

.pad-top-100 {
	padding-top: 50px !important;;
}

.pad-bot-100 {
	padding-bottom: 50px !important;;
}

.opacity-25 {
	opacity: .25;
}

.pref-content .col-4:nth-child(odd) {
	margin-right: 30px;
}

.pref-content .col-4:nth-child(1),
.pref-content .col-4:nth-child(2) {
	bottom: 15px;
}

.pref-content .col-4:nth-child(3),
.pref-content .col-4:nth-child(4) {
	/* transform: translateY(-34%); */
	transform: translateY(-4%); 
}

.pref-content .col-4 {
	position: relative;
	bottom: -40px;
}

.index-input {
	background: rgba(8, 11, 23, 0.98);
}

.index-input .gap {
	padding: 40px 0;
	display: flex;
	align-items: center;
}

.index-input input {
	padding: 0px 10px;
	border-radius: 5px;
	border: solid 1px #83858b;
	width: 169px;
	height: 40px;
}

.index-input .btn {
	width: 142px;
	height: 47px;
	background-color: #ffdd00;
	border-radius: 10px;
	font-size: 22px;
	text-align: center;
	line-height: 47px;
}

.index-input .f {
	font-size: 30px;
	border: 1px solid #fff;
	color: #FFFFFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	position: relative;
	top: -38px;
	right: 0;
}

.font30 {
	font-size: 30px;
}

.index-group {
	background: url(../img/22.jpg) no-repeat center;
	background-size:cover;
}

.index-group .gap {
	padding: 58px 0 102px 0;
	display: flex;
	justify-content: space-between;
}

.index-group .item {
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 20px;
	width: 20%;
}

.index-group .item .top{
	margin-top: 48px;
	margin-bottom: 40px;
}

.index-group .item .bot{
	margin-bottom: 52px;
	line-height: 25px;
}

.pref-content .active {
	color: #fd8534 !important;
}

.service-toggle {
	display: flex;
	margin-left: 62% !important; 
	transform: translateX(-60%);
	padding: 50px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.service-toggle .toggle-btn {
	background-color: #f5f5f5;
	border: solid 1px #dcdcdc;
	width: 168px;
	height: 66px;
	text-align: center;
	line-height: 66px;
}

.service-toggle .toggle-btn.active {
	color: #FFFFFF;
	background-color: #005bac;
}

.bg-b3998a {
	background-color: #b3998a;
}

.bg-f2f6f7 {
	background-color: #f2f6f7;
}

.service-href {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.service-href .href-item {
	padding: 24px 0;
	border: 1px solid #fff;
	width: 14%;
	text-align: center;
}

.service-href .href-item.active {
	color: #FFFFFF;
	background-color: #999999;
}

.bg-f2f1f1 {
	background-color: #f2f1f1;
}


.service-content .content-item {
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 2px 18px 0px rgba(206, 206, 206, 0.44);
	border: solid 1px #d3d5da;
	margin-bottom: 30px;
}

.service-content .content-item .left img {
	/* width: 86px;
	height: 86px; */
	margin-bottom: 12px;
}

.service-content .content-item .right {
	display: flex;
	flex-wrap: wrap;
}

.service-content .content-item .right .item {
	padding: 12px 16px;
	min-width: 18.333%;
}

.color-595757 {
	color: #595757;
}

.bg-f4f2f2 {
	background-color: #f4f2f2;
}

.credentials {
	margin-bottom: 120px;
}

.credentials .artical {
	text-indent: 16px;
	line-height: 20px;
}

.credentials .credentials-title {
	border-bottom: 1px dotted #c9c9c9;
	padding-bottom: 6px;
	padding-top: 16px;
}

.credentials .credentials-title i {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid #005bac;
	transform: rotate(45deg);
	margin-right: 4px;
}

.credentials .credentials-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 16px;
}

.credentials .credentials-content div {
	padding-bottom: 9px;
}

.credentials .credentials-content .list {
	padding-left: 20px;
	position: relative;
}

.credentials .credentials-content .list:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000000;
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 2px;
}

.pad-row-10 {
	padding: 0 10px;
}

.margin-bot-30 {
	margin-bottom: 30px;
}

.pad-row-20 {
	padding: 0 20px;
}

.pad-bot-15 {
	padding-bottom: 15px;
}

.pad-bot-20 {
	padding-bottom: 20px;
}

.pad-bot-30 {
	padding-bottom: 30px;
}

.find .artical {
	line-height: 32px;
}

.find .item {
	padding: 30px 20px;
}

.font-bold {
	font-weight: bold;
}

.find .more-item {
	background-color: #ec6619;
	width: 165px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
}

.find .location {
	border-bottom: 1px dotted #9b9a9a;
}

.find .title {
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
}

.find .show-btn {
	border-radius: 50%;
}

.find .icon-cart img {
	width: 27px;
	height: 27px;
}

.find .icon-cart {
	display: flex;
	align-items: center;
}

.find .title .show-btn {
	width: 20px;
	height: 20px;
}

.find .hide-mode {
	display: none;
}

.pad-cou-40 {
	padding: 0 40px;
}

.pad-cou-20 {
	padding: 20px 0;
}

.margin-cou-20 {
	margin: 20px 0;
}


.border-bot {
	border-bottom: 1px solid #e8e8e8;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

.color-1e2629 {
	color: #1e2629;
}

.color-586d74 {
	color: #586d74;
}

.color-8aa0a6 {
	color: #8aa0a6;
}

.pad-cou-10 {
	padding: 10px 0;
}

.margin-cou-10 {
	margin: 10px 0;
}

.color-ec6619 {
	color: #ec6619;
}

.margin-top-100 {
	margin-top: 50px !important;
}

.bg-f7f7f7 {
	background-color: #f7f7f7;
}

.row-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
	text-align: center;
}

.row-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	
}

.news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-banner {
	/* margin: 30px 50px; */
	padding: 20px;
	border: 1px solid #e8e8e8;
}

.news-banner .banner-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}

.news-banner .banner-img {
	width: 100%;
}

.news-content {
	/* margin: 30px 50px; */
}

.news-content .content-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px dotted black;
}

.no-border {
	border: none !important;
}

.news-content .title {
	text-align: center;
	padding: 32px;
}

.news-content .title .logo {
	margin-top: 20px;
	position: relative;
}

.news-content .title .logo:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #000000;
	position: absolute;
	right: -34px;
	top: 50%;
	transform: translateY(-50%);
}

.news-content .title .logo:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #000000;
	position: absolute;
	left: -34px;
	top: 50%;
	transform: translateY(-50%);
}

.news-content .content {
	padding: 10px;
	display: flex;
	align-items: center;
	border: solid 1px #e5ebeb;
}

.content-normal {
	padding: 0 !important;
}

.news-content .content .img {
	width: 232px;
	margin-right: 26px;
	height: 139px;
}

.news .content-type2 {}

.pad-top-22 {
	padding-top: 22px;
}

.border-bot-dotted {
	border-bottom: 1px dotted #8aa0a6;
}

.news-content .content .right {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}

.news-content .content .right .btn {
	/* padding: 8px 24px; */
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 176px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #e5ebeb;
}

.color-4f646a {
	color: #4f646a;
}

.font26 {
	font-size: 26px;
}

.news-content .content .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* border-right: 1px solid #c2c2c2; */
}

.news-content .content .right .add {
	position: absolute;
	right: -1px;
	top: 4px;
	background-color: #999898;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 14px;
	color: #fff;
}

.pad-r-20 {
	padding-right: 20px;
}

/* .pad-cou-20 {
	padding: 0 20px;
} */

.color-ff4614 {
	color: #ff4614;
}

.swiper-slide.banner img {
	background-size: cover;
 height: 480px;
}
.lg-24{
	/* line-height: 24px; */
	line-height: 24px; 
}
.catelistwen {
	line-height: 40px;
	box-shadow: 0px 1px 9px 0px #cecece;
	border: solid 1px #d3d5da;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.catelist {
	box-shadow: 0px 1px 9px 0px #cecece;
	border: solid 1px #d3d5da;
	margin: 15px;
	align-items: center;
	padding: 0 10px;
	min-height: 102px;
	width: 80%;
    margin: 0 auto;
}
.book_font {
	width: 50%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 27%;
	font-size: 24px;
	text-align: center;
}

.book_font2 {
	font-size: 18px;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #666666;
}
.book_search {
	width: 40%;
	margin-top: 1%;
	/* margin-bottom: 5%; */
	/* height: 50%; */
	margin-left: 7%;
}
.infodiv {
	line-height: 24px;
	margin: 0 auto;
	width: 100%;
	margin-top: 5px;
}
.line24{
	line-height: 24px;
}
.swiper-button-diy {
	height: 128px !important;
	background: #fff;
	opacity: 1 !important;
	top: 28px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0 !important;
}
.hot-title2{
    padding: 0px 0 15px 0;
    display: flex;
    justify-content: space-between;
}
.search_show{
	display: none;
}



.cate-seletc-title{
	display: flex;
	margin: 20px auto !important;
	border-bottom: 1px solid #f2f2f2;
}
.cate-seletc-title>div{
	/* padding: 20px 0 ; */
	margin-right: 25px;
	/* margin-left: 36px; */
	font-size: 15px;
	margin-top: 5px;
	cursor: pointer;
}
.small-active{
	color: #005bac;
    border-bottom: 2px solid #005bac;
}
.small-active2{
	color: #fff;
	background-color: #005bac;
}

.smallcontent{
	display: flex;
	flex-wrap: wrap;
}    
.classcontent{
	width: 240px;
	/* border: 1px solid #000; */
	/* margin-left: 46px; */
	margin-right: 60px;
    margin-top: 30px;
	display: grid;
}
.classcontent-span{
	text-align: center;
	height: 35px;
    line-height: 35px;
	background-color: #f9f9f9;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
}
.classcontent-span-div{
	text-align: center;
	height: 24px;
    line-height: 14px;
	background-color: #f9f9f9;
	color: #b6b6b6;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.classcontent:hover{
	animation:ttt 1s 1 forwards; 
}



.down_num{
	text-align: center;
    display: flex;
    justify-content: center;
	margin-top: 20px;
}
.hua_num{
	margin-left: 10px;
	border: 1px solid #000 ;
	border-radius: 50px;
	width: 20px;
    height: 20px;
	cursor: pointer;
}


.nav-index{
	display: flex;
    width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
.nav-index-one{
	width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
	position: relative;
	justify-content: center;

}
.nav-index-two{
	position: relative;
	width: 1200px;
	z-index: 999;
	transform: translate(-13.8%,0%);
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	height: 360px;
}
.nav-index-two>div{
	/* width: 213px;
    text-align: justify;
	padding-left: 72px;
	margin-left: 12px; */

	width: 248px;
    text-align: justify;
    padding-left: 29px;
    margin-left: 17px;
}
.nav-index-three{
	font-size: 13px;
	border-bottom:1px dashed #636363;
	width: 110px;
	height: 40px;
}
.nav-index-three:hover{
	color: #fa690c;
}
.nav-index-two-two{
	position: relative;
	z-index: 999;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	width: 110px;
    transform: translate(-4.5%,0%);
}
.nav-hover{
	display: none;
}
.nav-index-one:hover{
	background-color: #fa690c;
	color: #fff;
}

.show-one-cate{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto 40px auto !important;
}

.show-one-cate2{
	/* border: 1px solid #000; */
	width: 276px;
	height: 150px;
	margin-top: 15px;
}
.show-one-cate2-span{
	display: block;
    text-align: center;
    margin: -31% auto;
    font-size: 18px;
    font-weight: bold;
	color: #fff;
}
.show-one-cate2:hover{
	/* transform: scale(1.1); */
	
	/*鼠标放上之后元素变成1.4倍大小*/
	/* box-shadow: 10px 10px 10px 10px #b4b4b4; */
	/* box-shadow: #b4b4b4 0px 0px 10px;  */
	/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
	transition: 0.4s;
	transform: translate3d(0, -3px, 0);
}
.showaaa:hover{
	animation:ttt 0.5s 1 forwards;
}

.bigimgspan{
	display: none;
}
.bigimgspandiv{
	display: none;
}


.small-title:hover{
	background-color: #fa690c;
	color: #fff;
}
.catenameshow{
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    margin: 0px 5px;
	font-size: 18px;
	background-color: #f5f5f5;
	color: #333;
}
.catenameshow:hover{
	background-color: #ea5404;
	color: #fff;
	font-weight: bold;
}
.catenameshowcheck{
	background-color: #ea5404;
	color: #fff;
	font-weight: bold;
}

.hua_num-select{
	background-color: #ea5404;
	color: #fff;
	border: 1px solid #fff;
}

.baout-image-div{
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fffcfa; */
	margin: 15px auto !important;
	padding-bottom: 30px;
}
.baout-image-div-one{
	margin-top: 40px;
	display: flex;
}



.heihei2{
    margin-left: 14px;
}


.companydiv{
    line-height: 28px;
    width: 62%;
    margin-top: 8px;
    font-size: 16px !important;
    padding-top: 9px;
}
.about-company{
	display: flex;
}

@keyframes ttt {
    /* 0%{
        opacity:0;
    }
    66%{ 
        opacity:0;
    } */
    100%{
		transform: scale(1.0);/*鼠标放上之后元素变成1.4倍大小*/
		box-shadow: 5px 5px 5px #d8d5d5;	
    }
}
.company-about-top{
	text-indent: 2em;
	line-height: 34px;
}
.company-about-top-title{
	font-size: 20px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:1px;
}
.lianxi {
        font-weight: 1000;
    color: #0f367a;
    font-size: 1rem;
    font-family: Arial;
}

.company-about-top-color{
	color: #005bac;
}
.company-about-top-a{
	background-color: #ec6619;
    text-align: center;
    display: inline-block;
	text-indent: 0;
	width: 135px;
	padding: 5px;
	font-size: 14px;
	height: 20px;
    line-height: 20px;
	margin-left: 32px;
	color: #fff;
}
.classcontent-span2{
	text-align: left;
    /* height: 24px; */
    line-height: 24px;
    background-color: #f9f9f9;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    font-size: 14px;
	padding-left: 40px;
	color: #454545;
	width: 540px;
}
.newfootnav{
	color: #666666;width: 40%;text-align: left;margin-left: 58px;
}
.newfootnav2{
	color: #666666;width: 55%;text-align: left;margin-left: 58px;
}
.newfootnavdiv{
	margin-top: 10px;
}
.bodynavtitle{
	font-size: 14px;
}
.companyinfoimg{
	position: absolute;
    transform: translate(209%,-245%);
}
.companyinfodisplay{
	display: flex;
}

.searchlist-content{
	display: flex;
}
.searchlist-content-left{
	width: 70%;
}
.searchlist-content-right{
	width: 30%;
}
.searchcontent{
    border-bottom: 1px solid #e8e6e6;
    height: 100px;
    /* padding-left: 10px;
    padding-right: 10px; */
}
.searchcontent:hover{
	background-color: #f3f2f2;
}
.searchcontent:hover .searchcontent-title-one{
	color: #005bac;
}
.searchcontent-title{
	padding-top: 15px;
	margin-bottom: 15px;
}
.searchcontent-title-one{
	font-size: 16px;
	font-weight: bold;
}
.searchcontent-title-two{
    font-size: 12px;
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
    margin-left: 10px;
}
.searchcontent-desc{
	font-size: 14px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
	line-height: 22px;
}
.searchlist-hot-content{
	background-color: #f9f9f9;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 532px;
    width: 275px;
    margin-left: 50px;
}
.searchlist-hot-content-title{
	font-size: 18px;
    font-weight: bold;
	height: 40px;
    line-height: 40px;
}
.searchlist-hot-content-desc{
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.searchlist-hot-content-class{
    border-bottom: 1px solid #d9d9d9;
}
.youshi-title{
	vertical-align: middle;
	margin-left: 5px;
	line-height: 24px;
}
.youshi-zi{
	margin-left: 19px;
	margin-top: 10px;
}
.youshi-img{
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin-top: 5px;
}




