/* init css */



html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}



body {
	margin: 0;
	font-family: 'SourceHanSansCN-Normal' !important;
}

@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(../font/SourceHanSansCN-Normal.woff2);
    font-display: swap;
}

.jjfa-nr-fwnr-nr p,.jjfa-nr-fwnr-nr span{font-family: 'SourceHanSansCN-Normal' !important;}

tr,td{border: 1px solid #666;}



main {
	display: block;
}
li{list-style: none;}


hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}



pre {
	//font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}



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: 16px;
}

.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: #ff6700;
}

.text-align-c {
	text-align: center;
	/* width: 20%; */
}

.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%;
}

.col-5 {
	width: 41.667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.333%;
}

.col-8 {
	width: 66.667%;
}

.col-9 {
	width: 869px;
}

.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 {

	margin: 0 auto!important;
	width: 1200px;
}

header .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 48px 0 36px 0;
}

header .logo img {
	/* width: 503px;
	height: 44px; */
}

header .search {
	display: flex;
	background: url(../image/tou.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 150px;
	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: 527px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 4px -5px 7px 0px rgba(0, 0, 0, 0.29);
	border: solid 1px #e6e6e6;
	padding-left: 20px;
}

header .search .input-box .input div {
	width: 119px;
	height: 40px;
	background-color: #ff6700;
	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: 470px;
	/* background: rgba(255, 255, 255, 0); */
	position: static;
}

.index-menu .subMun .sub-menu {
	height: 470px;
	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;
} */


.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: #ff6700;
	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: 20px 0;
	margin-right: 57px;
}

.index-hot .hot-nav .item.active {
	color: #ff6700;
	border-bottom: 2px solid #FF6700;

}

.color-b6b6b6 {
	color: #b6b6b6;
}

.index-hot .hot-content {
	display: flex;
	flex-wrap: nowrap;
	/* align-items: center; */
	width: 100%;
	margin: 50px 0 64px 0;
	justify-content: space-between;
}

.index-hot .hot-content .content-left {
	padding: 0 30px;
	position: relative;
	/* width: 18%; */
	width: 339px;
   }
   
.index-hot .hot-content .content-left  .hot-bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.content2-all{background: rgba(0,0,0,.2);position: relative;height: 100%;}
.content2-all:hover .content-left img{transition:1s;}
.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: 80%;
	height: 36px;
	border-radius: 19px;
	border: solid 2px #ffffff;
	line-height: 36px;
	margin-bottom: 75px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.index-hot .hot-content .content-left .bot img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
	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 22px;
    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;
}

.index-hot .hot-content .content-right .item .mid {
	margin-top: 10px;
	margin-bottom: 8px;
}

.index-hot .hot-content .content-right .item .bot {
	margin-bottom: 20px;
}

.bg-f9f9f9 {
	background: #f9f9f9;
}

.color-ff6700 {
	color: #FF6700;
}

.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(../image/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: 112px;
	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: #fff;
	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: center;
	margin-top: 50px;
	border-right: 1px solid #666666;
}

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(../image/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(../image/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(../image/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: #ff6700;
}

.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 #ff6700;
	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;
}

.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: 30px;
	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;
}

.search_show{
	display: none;
}






.hotspot{width: 1200px;margin: 0 auto;padding: 30px 0;}
.hot-one{float: left;width: 10%;border-right: 1px solid #bfbfbf;box-sizing: border-box;height: 66px;}
.hot-one p{color: #ca0b26;text-align: right;padding-right: 10px;font-size: 12px;margin-top: 14px;}
.hot-one h1{color: #1d25e6; font-size: 16px;}
.hotspot-list{float: left;width: 90%}
.hotspot-list-one{float: left;width: 16%;border-right: 1px solid #bfbfbf;box-sizing: border-box;text-align: center;}
.hotspot-list-one a{font-style: none;}
.hotspot-list-one:nth-child(0)


.hotspot-img4:hover div{background: url(../image/hotspot04_blue.png)no-repeat center;}
.hotspot-img5 div{background: url(../image/hotspot05.png)no-repeat center;height: 50px;}
.hotspot-img5:hover div{background: url(../image/hotspot05_blue.png)no-repeat center;}
.hotspot-img6 div{background: url(../image/hotspot06.png)no-repeat center;height: 50px;}
.hotspot-img6:hover div{background: url(../image/hotspot06_blue.png)no-repeat center;}
.hotspot-list-one h1{font-size: 16px;margin-top: 6px;}
.hotspot-list-one:hover{color: #1d25e5;}
.hotspot-list-one:hover h1{color: #1d25e5;}





/*工业制造及材料*/
.hot-title2{margin: 0 auto;text-align: center;}
.hot-title2 h1{font-size: 30px;}
.hot-title2 p{font-size: 14px;margin-top: 10px;}
.hot-title {padding: 10px 0;display: flex;justify-content: space-between;}
.hot-index-title{padding: 30px 0;}

.hot-nav6 {/* display: flex; *//* border-bottom: 1px solid #f2f2f2; */width: 40%;/* position: relative; */margin: 0 auto;}
.hot-nav6 .item span{border-right: 1px solid #bfbfbf;padding: 0 16px;}
.hot-nav6 .item {padding: 16px 0px;/* margin: 0 5%; */float: left;overflow: hidden;}
.hot-nav6 .item.active {color: #1d25e5;border-bottom: 2px solid #1d25e5;}
.hot-content6 {display: flex;flex-wrap: nowrap;width: 100%;margin: 20px 0 40px 0;justify-content: space-between;}




.hot-nav5 {/* display: flex; *//* border-bottom: 1px solid #f2f2f2; */width: 17%;/* position: relative; */margin: 0 auto;}
.hot-nav5 .item span{/* border-right: 1px solid #bfbfbf; */padding: 0 16px;}
.hot-nav5 .item {padding: 16px 0px;/* margin: 0 5%; */float: left;overflow: hidden;}
.hot-nav5 .item.active {color: #1d25e5;border-bottom: 2px solid #1d25e5;}
.hot-content5 {display: flex;flex-wrap: nowrap;width: 100%;margin: 20px 0 40px 0;justify-content: space-between;}



.hot-nav4 {/* display: flex; */border-bottom: 1px solid #bfbfbf;width: 54%;/* margin-left: 20px; */margin: 0 auto;/* margin-left: 20px; */}
.hot-nav4 .item span{padding: 0 20px;}
.hot-nav4 .item {padding: 16px 0px;/* margin: 0 5%; */float: left;overflow: hidden;}
.hot-nav4 .item.active {color: #1d25e5;border-bottom: 2px solid #1d25e5;}
.hot-content4 {width: 1200px;margin: 20px auto;justify-content: space-between;}
..content-top{width: 80%;margin: 0 auto;padding: 20px 0;}
.content-top-left{float: left;padding-left: 25px;}
.content-top-left h1{font-size: 20px;}
.content-top-left p{margin-top: 16px;font-size: 14px;line-height: 20px;}
.content-top-right{float: right;}
.content-top-right a{display: block;background: #3ea13a;width: 100px;text-align: center;color: #fff;padding: 10px 0;border-radius: 120px;font-size: 14px;}
.content-bott-left{float: left;width: 25%;margin-top: 20px;border-right: 1px solid #bfbfbf;box-sizing: border-box;padding: 10px 25px;text-align: justify;}
.content-bott-left:nth-child(4){border-right: none;}
.content-bott-left h1{font-size: 16px;}
.content-bott-left p{font-size: 14px;line-height: 20px;margin-top: 10px;color: #999;}
.content-bott-left a{display: block;font-size: 14px;color: #3940e8;margin-top: 10px;}


.hot-nav3 {border: 1px solid #ececec;width: 99.5%;margin: 0 auto;background: #f4f4f4;}
.hot-nav3 .item span{/* border-right: 1px solid #bfbfbf; */padding: 0 28px;}
.hot-nav3 .item {padding: 16px 0px;/* margin: 0 5%; */float: left;overflow: hidden;}
.hot-nav3 .item.active {padding: 0px;background: #1d25e5;border-radius: 20px;color: #fff;margin-top: 15px;margin-left: 10px;}
.hot-content3 {display: flex;flex-wrap: nowrap;width: 100%;margin: 0 0 40px 0;justify-content: space-between;}


.hot-nav2 {border: 1px solid #ececec;width: 99.5%;margin: 0 auto;background: #f4f4f4;}
.hot-nav2 .item span{/* border-right: 1px solid #bfbfbf; */padding: 0 16px;}
.hot-nav2 .item {padding: 16px 0px;/* margin: 0 5%; */float: left;overflow: hidden;}
.hot-nav2 .item.active {/* border-bottom: 2px solid #1d25e5; */padding: 0px;background: #1d25e5;border-radius: 20px;color: #fff;margin-top: 15px;margin-left: 10px;}
.hot-content2 {display: flex;flex-wrap: nowrap;width: 100%;margin: 0 0 40px 0;justify-content: space-between;}
.color-b6b6b6 {color: #b6b6b6;}
.content-left {/* padding: 0 8px; */position: relative;width: 331px;box-sizing: border-box;/* margin: 4px 0; */height: 416px;}
.content-left:hover{box-shadow: 0px 2px 11px 0px rgba(51, 51, 51, 0.43)}
.content-left  .hot-bg {width: 100%;position: absolute;left: 0;top: 0;height: 100%;}
.content-left .top {padding-top: 70px;padding-bottom: 30px;position: relative;}
.content-left .mid {/* margin-bottom: 140px; */position: relative;height: 160px;}
.content-left .bot {width: 60%;height: 30px;border-radius: 19px;/* background: #3ea13a; */line-height: 30px;margin-bottom: 75px;margin-left: 50%;transform: translateX(-50%);border: 1px solid #fff;color: #fff;font-size: 16px;}
.content-left .bot img {width: 20px;height: 20px;position: relative;top: 3px;right: -10px;}
.content-right {display: flex;flex-wrap: wrap;}
.content-right img {}
.content-right .item {overflow: hidden;/* text-align: left !important; *//* margin: 4px 4px; *//* box-sizing: border-box; *//* border-right: 1px solid #f9f9f9; */border: 1px solid #cccccc;/* border-top: 1px solid #f9f9f9; *//* border-left: 1px solid #f9f9f9; *//* display: flex; *//* flex-direction: column; *//* justify-content: center; *//* margin-top: 7px; */overflow: hidden;height: 206px;}
.content-right .item:hover{box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.13)}
.content-right .item .mid {
  color: #000;
  /* margin-top: -48px; */
  /* position: relative; */
  text-align: center;
  line-height: 48px;
  /* margin-bottom: -20px; */
  transition: 1s;
  background-image: -moz-linear-gradient( 90deg, rgba(3,0,0,0.78039) 0%, rgba(1,0,0,0.4) 58%, rgba(0,0,0,0.01961) 100%);
  /* background-image: -webkit-linear-gradient( 90deg, rgba(3,0,0,0.78039) 0%, rgba(1,0,0,0.4) 58%, rgba(0,0,0,0.01961) 100%); */
  background-image: -ms-linear-gradient( 90deg, rgba(3,0,0,0.78039) 0%, rgba(1,0,0,0.4) 58%, rgba(0,0,0,0.01961) 100%);
  }

.bg-f9f9f9 {background: #f9f9f9;}
.color-ff6700 {color: #FF6700;}


.content-right .item:hover{ 
  box-shadow: 0px 6px 14px 0px rgba(34, 23, 20, 0.34);
  }

.col-4 img{margin-top: -20px;transition: 1s;}
.col-4:hover img{transform: scale(1.1);transition: 1s;}



.dynamic-list2{width: 1200PX;margin: 0 auto;display: flex;}
.dynamic-left{background: #ffffff;margin: 5px 5px;width: 24%;}
.dynamic-left-img{/* margin: 20px; *//* height: 200px; */overflow: hidden;/* margin-top: -10px; */}
.dynamic-left-img img{width: 100%;transition: 1s;}
.dynamic-left-img:hover img{transform: scale(1.1);transition: 1s;}
.dynamic-left-b{margin: 20px;overflow: hidden;}
.dynamic-left-b h1{font-size: 16px;}
.dynamic-left-b h2{font-size: 12px;margin-top: 10px;color: #999999;}
.dynamic-left-b p{font-size: 12px;margin-top: 10px;line-height: 18px;text-align: justify;}
.dynamic .dynamic-btn{text-align: center;display: block;border-radius: 100px;border: 1px solid #ff5e00;color: #ff5e00;width: 175px;font-size: 14px;margin: 0 auto;padding: 6px 0;margin-top: 49px;}


.dynamic-list{width: 1200px;margin: 0 auto;display: flex;}





.about{/* background: url(../images/about.jpg)no-repeat center; */background-size: 100%;/* margin-top: 60px; */padding: 30px 0;}
.about-list{margin-top: 20px;width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;margin-top: 20px;}
.about-left{width: 652px;/* margin-top: 30px; *//* margin-left: 30px; */padding: 50px;background: #e8e7e7;}
.about-left h1{font-size: 30px;font-weight: bold;}
.about-left p{margin-top: 30px;font-size: 14px;line-height: 25px;}
.about-right{width: 492px;}
.about-right img{width: 100%;}



.service{padding-bottom: 60px;padding-top: 20px;}
.service-list{width: 1200px;margin: 0 auto;/* border: 1px solid #ccc; *//* border-radius: 5px; *//* padding: 50px; *//* box-shadow: 3px 4px 6px #d0d0d0; */}
.service-list ul li{/* float: left; *//* width: 12.5%; *//* margin-top: 10px; */}
.service-list ul li img{/* width: 100%; */}



.contact{background: #f6f6f6;height: 105px;overflow: hidden;}
.contact-titl{text-align: center;border-top: 1px solid #ccc;}
.contact-titl h1{font-size: 30px;}
.contact-titl p{font-size: 16px;margin-top: 20px;}
.contact-titl a{background: #3ea13a;display: block;width: 100px;margin: 0 auto;margin-top: 30px;border-radius: 100px;padding: 10px;color: #fff;font-size: 14px;}






.hot-nav12-all{background: #444de9;display: flex;margin-top: -4px;}
.hot-nav12 {display: flex;justify-content: space-between;width: 67%;/* position: relative; */padding-left: 30px;background: #444de9;}
.hot-nav12 .item span{padding: 0 34px;font-size: 18px;border-right: 1px solid #d3d5da;}
.hot-nav12 .item {padding: 19px 0;/* margin: 0 5%; */float: left;overflow: hidden;color: #d3d5da;line-height: 30px;}
.hot-nav12 .item.active {color: #fff;/* border-bottom: 2px solid #1d25e5; */}
.hot-nav12-left{background: #f0f0f0;text-align: center;width: 43%;}
.hot-nav12-left h1{font-size: 18px;color: #444de9;line-height: 61px;}






.new-body{background: #f6f6f6;padding-bottom: 60px;}
.new-nr{padding: 60px 20px;margin: 0 auto;width: 1200px;/* text-align: center; */background: #fff;line-height: 22px;}
.new-nr h1{text-align: center;font-size: 22px;color: #000;}
.new-nr h2{text-align: center;font-size: 12px;color: #999;padding: 20px 0;}
.new-nr h2 span{padding: 0 10px;}
.new-nr p{font-size: 14px;line-height: 24px;text-align: justify;padding: 10px 0;}
.new-nr div{padding: 20px 0;text-align: justify;}


.hot-content12{width: 1200px;margin: 0 auto;}
.new2-list{float: left;width: 48.3%;border:1px solid #eee;box-sizing: border-box;margin: 10px 10px;border-radius: 0;overflow: hidden;}
.new2-list:hover{box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.13);}
.new2-img{overflow: hidden;width: 100%;height: 216px;}
.new2-img img{width: 100%;transition: 1s;height: 216px;}
.new2-img:hover img{transform: scale(1.1);transition: 1s;}
.new2-right{padding: 20px;height: 120px;}
.new2-right h1{font-size: 16px;color: #000;font-weight: bold;}
.new2-right h1:hover{color: #444de9;}
.new2-right p{font-size: 14px;line-height: 24px;color: #999999;margin-top: 20px;}
.new2-s-tow{color: #999;padding: 0 20px;margin: 0 20px;border-left: 1px solid #999;}
.new2-list:hover .new2-right h1{color: #1d25e5;}

.guanjianci{width: 900px;margin: 0 auto;padding: 50px 0;display: flex;font-size: 14px;}
.guanjianci-span{width: 100px;line-height: 26px;}
.guanjianci-a{width: 800px;}
.guanjianci-a a{margin: 0 10px;line-height: 26px;}
.guanjianci-a a:hover{color: #444de9;}
.page{padding: 30px 0;text-align: center;font-style: 14px;}





.pagination {
  margin: 39px 0 20px 0;
  text-align: center;
  font-size: 0
}

.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-right: none;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
  background: #fff;
}

.pagination a.active {
  color: #fff;
  background-color: #a0a0a0
}

.pagination a.next {
  border-right: 1px solid #e5e5e5
}

.pagination input {
  width: 38px;
  height: 40px;
  margin: 0 12px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 12px
}

.pagination span.goPage {
  border-right: 1px solid #e5e5e5;
  background-color: #737373;
  color: #fff;
  cursor: pointer
}







@media(max-width: 1440px){
	.hot-nav4{min-width: 1200px; width: 57%;}
}




@media(max-width: 1366px){
	.hot-nav4{min-width: 1200px; width: 62%;}
}

@media(max-width: 1300px){
	.hot-nav4{min-width: 1200px; width: 64%;}
}


@media(max-width: 1280px){
	.hot-nav4{min-width: 1200px; width: 73%;}
}



@media(max-width: 1024px){
	.hot-nav4{min-width: 1200px; width: 81%;}
}






