﻿@charset "utf-8";

@import url("swiper.min.css");
@import url("global.min.css");

@font-face {
	font-family: SourceHanSerifCN;
	src:url("SourceHanSerifCN-Regular.otf");
}


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2021-07-02
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
	/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
	html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/
	
}
/** * Remove default margin.*/
	body {
	margin: 0;
}
/* HTML5 display definitions ==========================================================================*/
	/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
	article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
	audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;
	
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
	audio:not([controls]) {
	display: none;
	height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
	[hidden],
template {
	display: none;
}
/* Links ==========================================================================*/
	/** * Remove the gray background color from active links in IE 10.*/
	
a {
	color: #666;
	background: transparent;
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .2s;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: none;
	text-decoration: none;
}
/* Text-level semantics ==========================================================================*/
	/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
	abbr[title] {
	border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
	b,
strong {
	font-weight: bold;
}
/** * Address styling not present in Safari and Chrome.*/
	dfn {
	font-style: italic;
}
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
	h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9.*/
	mark {
	background: #ff0;
	color: #000;
}
/** * Address inconsistent and variable font size in all browsers.*/
	small {
	font-size: 80%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
	sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content ==========================================================================*/
	/** * Remove border when inside `a` element in IE 8/9/10.*/
	img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/** * Correct overflow not hidden in IE 9/10/11.*/
	svg:not(:root) {
	overflow: hidden;
}
/* Grouping content ==========================================================================*/
	/** * Address margin not present in IE 8/9 and Safari.*/
	figure {
	margin: 1em 40px;
}
/** * Address differences between Firefox and other browsers.*/
	hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/** * Contain overflow in all browsers.*/
	pre {
	overflow: auto;
}
/** * Address odd `em`-unit font size rendering in all browsers.*/
	code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms ==========================================================================*/
	/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
	/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
	button,
input,
optgroup,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #A2A2A2;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #A2A2A2;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #A2A2A2;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #A2A2A2;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #D80011;}
::selection{color: #fff;background-color: #D80011;}


/* -------------------------------
Globals
----------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	word-break:break-word;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	cursor: auto;
	color: #666;
	font-family: 'SourceHanSerifCN', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
}
body,html {
	background-color: #fff;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
td {
	padding: 0.5em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
input,select,button {
	border: none;
}
ul,ol {
	padding-left: 24px;
}
/*p {
	margin: 0;
}*/

@keyframes 
opacityn {
	0% {
	opacity: 0;
	filter: alpha(opacity=0);
	}
	100% {
	opacity: 1;
	filter: alpha(opacity=100);
	}
}
 @-webkit-keyframes 
opacityn {
	0% {
	opacity: 0;
	filter: alpha(opacity=0);
	}
	100% {
	opacity: 1;
	filter: alpha(opacity=100);
	}
}

@keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}
 @-webkit-keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}

@-webkit-keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.opacity-n {
    -webkit-animation: opacityn 0.3s linear;
    animation: opacityn 0.3s linear;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    opacity: 1;
}
#loading .loading-main {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #003365;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
}
	


/* -------------------------------
container
----------------------------------*/
.container, .container1000 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

@media (min-width: 961px) {
	.container {
		max-width: 1400px;
		width: 88%;
	}
	.container1000 {
		max-width: 1000px;
		width: 80%;
	}
}
@media (max-width: 960px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
}



/* ---------------------------------
* public
------------------------------------*/
.bgcoverwpt {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb-scale {
	overflow: hidden;
}

.thumb-scale img {
	display: block;
	width: 100%;
  transition: all .5s ease-out;	
}
.thumb-scale:hover img,
a:hover .thumb-scale img {
    transform: scale(1.2,1.2);
}

.all-content-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}
.all-content-wrapper p,	
.all-content-wrapper ul {
	margin: 0;
}
.all-content-wrapper>p:first-child,
.pper>p:first-child {
	margin-top: 0;
}
.all-content-wrapper>p:last-child,
.pper>p:last-child {
	margin-bottom: 0;
}
.all-content-wrapper .tcenter {
	text-align: center;
}

.has-tables table, .customerstsr {
	width: 100%;
}
.all-content-wrapper table thead {
	text-align: center;
}
.all-content-wrapper table th,
.all-content-wrapper table td {
	vertical-align: middle;
	padding: 8px;
	word-break: break-all;
	border: 1px solid #CFCFCF;
}
.all-content-wrapper table th {
	font-weight: normal;
}
.all-content-wrapper table td a {
	color: #D80011;
}
.all-content-wrapper table td a:hover {
	text-decoration: underline;
}


.sitebanner {
	position: relative;
	z-index: 4;
}
.sitebanner .gallery {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sitebanner .gallery img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.innerwrapper {
	position: relative;
	z-index: 6;
	background-color: #fff;
}

.hasScrollbar {
	overflow: auto;
}
.hasScrollbar::-webkit-scrollbar-track-piece {
	width:4px;
	background-color:#F6F6F6
}
.hasScrollbar::-webkit-scrollbar {
	width:4px;
	background-color:#C1C1C1
}
.hasScrollbar::-webkit-scrollbar-thumb {
	width:4px;
	background-color:#C1C1C1
}
.hasScrollbar::-webkit-scrollbar-thumb:hover {
	width:4px;
	background-color:#C1C1C1
}
.listsWrap {
	display: flex;
	flex-wrap: wrap;
}
.listsWrap .item,
.listsWrap .item .link {
	position: relative;
}
.listsWrap .item .link {
	display: block;
}


.contentdfix {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10003;
	background: rgba(5,5,5, 0.66);
}
.contentdfix .closer {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 60px;
	height: 60px;
	cursor: pointer;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-image: url(../images/closeb.svg);
}
.contentdfix .boxwr {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 800px;
	width: 86%;
	margin: 0 auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.contentdfix .boxwr .bgytitle {
	margin-bottom: 12px;
	font-size: 16px;
}
.contentdfix .swiper-container .gallery img {
	display: block;
	width: 100%;
}
.contentdfix .thumb-wrapper {
	position: relative;
	margin-top: 16px;
}
.contentdfix .boxwr .content {
	max-height: 86vh;
	padding: 20px;
}
.contentdfix .gallery-thumbs .swiper-slide {
	border: 2px solid transparent;
}
.contentdfix .gallery-thumbs .swiper-slide-thumb-active {
	border-color: #E60012;
}


@media (min-width: 961px) {
	.contentdfix .boxwr .content {
		padding: 40px;
	}
	.contentdfix .boxwr .bgytitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
}




@media (max-width: 640px) {
	.has-tables {
		position: relative;
		overflow: auto;
	}
	.has-tables table, .customerstsr {
		min-width: 640px;
	}
	.all-content-wrapper .has-tables::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 20px;
		background-color: rgba(0,0,0, .1);
	    -webkit-filter: blur(9px);
	    filter: blur(9px);
	}
}
.siteheader ul,
.sitefooter ul,
.innercolumn ul,
.innercolumnbusiness ul,
.webmaplist ul {
	padding-left: 0;
	margin: 0;
}

.siteheader ul li,
.sitefooter ul li,
.innercolumn ul li,
.innercolumnbusiness ul li,
.webmaplist ul li {
	list-style: none;
}
.content-isHidden {
	overflow: hidden;
}


.mapContainer {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: 1px solid #DADADA;
	margin-left: auto;
	margin-right: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%); */
}
.mapContainer img,
.mapContainer canvas {
	max-width: none;
}
.mapContainer .MicrosoftMap .Infobox .infobox-info {
		padding-top: 0;
}
.mapContainer .icon {background-repeat: no-repeat;height: 40px; width: 28px;background-image: url(../images/marker_01.png); }
.mapContainer .BMap_bubble_title {
	white-space: normal!important;
	font-weight: bold;
}
.mapContainer .amap-info-content h5 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 16px;
	color:#E60012;
}
.mapContainer .amap-info-content {
	color: #666;
}
.mapContainer .amap-info-content p {
	margin: 0;
}
.mapContainer .amap-info-content .tit,
.mapContainer .amap-info-content .txt {
	display: inline;
}
.mapContainer .amap-toolbar {
	left: 0 !important;
}
.mapContainer .amap-toolbar	.amap-zoomcontrol {
	left: 4px !important;
}
.mapContainer .amap-copyright {
	bottom: 3px;
}
.mapContainer .myinfowindow p {
	margin: 0;
}

@media (max-width: 960px) {
	.mapContainer {
		height: 280px;
	}
}

/* ---------------------------------
* pagination
------------------------------------*/
.pagination {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
.pagination a {
	display: inline-block;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0 8px;
	min-width: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #bbb;
	border: 1px solid #bbb;
	background-color: #fff;
	cursor: pointer;
}
.pagination a:hover,
.pagination a.active{
	color: #fff;
	border-color: #E60012;
	background-color: #E60012;
}
.banner-btn,
.banner-btn2,
.banner-btn3,
.pagination .prev,
.pagination .next {
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .2s;
}
.banner-btn,
.banner-btn2,
.banner-btn3 {
	position: absolute;
	top: 50%;
	z-index: 4;
	cursor: pointer; 
}
.banner-btn {
	width: 44px;
	height: 44px;
	transform: translate(0, -50%);
}
.banner-btn2 {
	top: 10px;
	width: 21px;
	height: 21px;
}
.banner-btn3 {
	width: 9px;
	height: 15px;
	transform: translate(0, -50%);
}
.banner-btn.banner-prev {
	background-image: url(../images/iprev.png);
}
.banner-btn.banner-next {
	background-image: url(../images/inext.png);
}
.banner-btn.banner-prev:hover {
	background-image: url(../images/iprev_r.png);
}
.banner-btn.banner-next:hover {
	background-image: url(../images/inext_r.png);
}

.banner-btn2.banner-prev {
	background-image: url(../images/jt_prev.png);
}
.banner-btn2.banner-next {
	background-image: url(../images/jt_next.png);
}
.banner-btn2.banner-prev:hover {
	background-image: url(../images/jt_prev_r.png);
}
.banner-btn2.banner-next:hover {
	background-image: url(../images/jt_next_r.png);
}

.banner-btn3.banner-prev,
.banner-btn3.banner-prev.swiper-button-disabled:hover {
	background-image: url(../images/col_prev.png);
}
.banner-btn3.banner-next,
.banner-btn3.banner-next.swiper-button-disabled:hover {
	background-image: url(../images/col_next.png);
}
.banner-btn3.banner-prev:hover {
	background-image: url(../images/col_prev_r.png);
}
.banner-btn3.banner-next:hover {
	background-image: url(../images/col_next_r.png);
}
.banner-prev {
	left: 0;
}
.banner-next {
	right: 0;
}
.pagination .prev {
	background-image: url(../images/dprev.png);
}
.pagination .next {
	background-image: url(../images/dnext.png);
}
.rightMenuBtn {
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 100;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.rightMenuBtn span,
.rightMenuBtn span:after,
.rightMenuBtn span:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.rightMenuBtn span {
	top: 16px;
}
.rightMenuBtn span:after,
.rightMenuBtn span:before {
	content: "";
}
.rightMenuBtn span:before {
	top: -8px;
}
.rightMenuBtn span:after {
	top: 8px;
}
.rightMenuBtn.active span {
	background-color: transparent;
}
.rightMenuBtn.active span:after,
.rightMenuBtn.active span:before {
	background-color: #666;
}
.rightMenuBtn.active span:before {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.rightMenuBtn.active span:after {
	-webkit-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

@media (min-width: 961px) {
	.pagination {
		margin-top: 60px;
	}
	.pagination a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.banner-btn3.banner-prev {
		left: -30px;
	}
	.banner-btn3.banner-next {
		right: -30px;
	}
}
@media (max-width: 1200px) and (min-width: 961px) {
}
@media (max-width: 960px) {
	.banner-btn {
		width: 34px;
		height: 34px;
	}
	.banner-btn3 {
		margin-top: 7px;
	}
}

.positionrel {
	position: relative;
}

/* ---------------------------------
* header
------------------------------------*/
.headcover {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 80;
	background: rgba(0,0,0,0.30);
}
.siteheader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all .2s;
	background-color: #fff;
}
#page-wrapper::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 123;
	height: 4px;
	background-color: #E60012;
}
.siteheader .container {
	display: flex;
	justify-content: space-between;
}
.siteheader .logo {
	display: flex;
	align-items: center;
}
#siteName {display: none;}
.siteheader .logo a {
	display: inline-block;
}
.siteheader .mmenu li {
	position: relative;
}
.siteheader .mmenu {
	font-size: 0;
}
.siteheader .mmenu li a {
	display: block;
	position: relative;
	font-size: 14px;
}

.mm-menu {
	background: #fff;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	background: rgba(0,0,0,.3);
}
.mm-panel_opened-parent {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
}

.siteheader .riginfos {
	display: flex;
}
.searchbox .ict,
.searchbox .iptsub {
	font-size: 0;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.searchbox .ict {
	display: block;
	width: 30px;
	cursor: pointer;
}
.searchbox .select {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
	background-color: #fff;
}
.searchbox .iptkey {
	position: relative;
	z-index: 3;
	width: 206px;
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
	padding-right: 50px;
	border: 2px solid #E60012;
	background-color: transparent;
}
.searchbox .iptsub {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	width: 40px;
	padding: 0;
	text-align: center;
	font-size: 0;
	border: none;
}
.siteheader .searchbox.open .select {
	display: block;
}
.searchbox .ict:hover,
.siteheader .searchbox.open .ict {
	background-image: url(../images/search_r.png);
}

.siteheader.navActive,
.siteheader.navActive2 {
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}
.siteheader .lang .line {
	position: relative;
	font-size: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.siteheader .lang .line::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #666;
}
.siteheader .lang a.active,
.siteheader .mmenu li a:hover,
.siteheader .mmenu .menu>li:hover>a,
.siteheader .mmenu .list>li:hover>a,
.siteheader .mmenu .menu>li.active>a,
.siteheader .lang a:hover {
	color: #E60012;
}
.siteheader .mmenu .menu>li>a::after,
.colwrapt .cloumntw .itmr a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	width: 0;
	height: 2px;
	transform: translate(-50%, 0);
	transition: all .2s;
	background-color: #E60012;
}
.colwrapt .cloumntw .itmr a::after {
	bottom: -2px;
}
.siteheader .mmenu .menu>li:hover>a::after,
.siteheader .mmenu .menu>li.active>a::after,
.colwrapt .cloumntw .itmr:hover a::after,
.colwrapt .cloumntw .itmr.active a::after {
	width: 100%;
}

@media (min-width: 961px) {
	.siteheader,
	.headheigr,.siteheader .container,
	.searchbox .ict {
		height: 130px;
	}
	.rightMenuBtn {
		display: none;
	}
	.siteheader {
		white-space: nowrap;
		font-weight: 500;
	}
	.siteheader .mmenu li a {
		display: inline-block;
	}
	.siteheader .mmenu {
		display: block !important;
		width: 72%;
		padding-left: 28px;
	}
	.siteheader .mmenu .menu>li {
		display: inline-block;
		width: 14%;
		max-width: 140px;
		margin-right: 3px;
	}
	.siteheader .mmenu .menu>li:last-child {
		margin-right: 0;
	}
	.siteheader .mmenu .menu>li>a,
	.siteheader .lang {
		line-height: 130px;
	}
	.siteheader .mmenu .menu>li>a {
		display: block;
		text-align: center;
	}
	.siteheader .mmenu .menu>li>a::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		z-index: -1;
		width: 100%;
		height: 40px;
		transform: translate(0, -50%);
		background-color: #EFEFEF;
	}

	.siteheader .mmenu .menu .list {
		display: none;
		position: absolute;
    left: 50%;
		top: 100%;
		width: 100%;
		padding: 10px 0;
    text-align: center;
    box-shadow: -3px 10px 10px rgb(0 0 0 / 10%);
    border: 1px solid #DBDBDB;
		transform: translate(-50%, 0);
		background-color: #EFEFEF;
	}
	.siteheader .mmenu .menu .list>li {
		transition: all .2s;
	}
	.siteheader .mmenu .menu .list>li>a,
	.siteheader .mmenu .menu .sanjilist>li>a {
		display: block;
		padding: 5px 0;
		font-size: 16px;
	}

	.siteheader .mmenu .menu .sanjilist {
		display: none;
		position: absolute;
	    left: 100%;
	    top: -6px;
		background-color: #EFEFEF;
		box-shadow: 3px 10px 10px rgb(0 0 0 / 10%);
	}
	.siteheader .mmenu .menu .sanjilist>li {
		padding: 0 20px;
	}
	.siteheader .mmenu .menu .sanjilist>li:first-child {
		padding-top: 7px;
	}
	.siteheader .mmenu .menu .sanjilist>li:last-child {
		padding-bottom: 7px;
	}


	.siteheader .mmenu .menu>li:hover .list,
	.siteheader .mmenu .menu .list>li:hover .sanjilist {
		display: block;
	}

	.siteheader .lang {
		margin-right: 34px;
		margin-left: 30px;
	}
}


@media (max-width: 960px) {
	.siteheader,
	.headheigr,
	.siteheader .container,
	.searchbox .ict {
		height: 50px;
	}
	.siteheader {
		box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
	}
	.siteheader #mmenu {
		display: none;
	}
	.siteheader .logo img {
		height: 32px;
	}
	.siteheader .riginfos {
		margin-right: 50px;
	}
	.siteheader .riginfos .searchbox {
		margin-left: 10px;
	}
	.searchbox .select,
	.searchbox .iptkey {
		width: 100%;
	}
	.siteheader .lang {
		line-height: 50px;
	}
}




.sitefooter {
	line-height: 24px;
}
.sitefooter .container {
	padding: 23px 0;
}
.sitefooter .footerinfo {
	background-color: #EFEFEF;
}

.sitefooter .menu {
	margin-top: -60px;
	padding: 0 60px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sitefooter .menu li {
	display: inline-block;
}
.sitefooter .menu li a {
	display: block;
	color: #fff;
}
.sitefooter .menu li a:hover {
	color: rgba(255,255,255,  .8);
	color: #E60012;
}
.sitefooter .content .allcontent {
	line-height: 1.8;
}
.sitefooter .content .allcontent p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.sitefooter .content .desc1 .copyright {
	font-size: 12px;
}
.sitefooter .content .desc1 .copyright,
.sitefooter .content .desc1 .copyright a {
	color: rgb(165, 165, 165);
}



@media (min-width: 961px) {
	.sitefooter {
		padding-top: 36px;
	}
	.sitefooter .menu,
	.sitefooter .content {
		display: flex;
		justify-content: space-between;
	}
	.sitefooter .content {
		flex-direction: row-reverse;
	}
	.sitefooter .menu {
		margin-bottom: 26px;
	}
	.sitefooter .menu li a {
		line-height: 80px;
	}
	.sitefooter .content .desc1 {
		width: 204px;
		flex: 0 0 204px;
		text-align: right;
	}
	.sitefooter .content .desc2 {
		flex:1;
		padding-right: 20px;
	}
	.sitefooter .content .desc1 .copyright {
		margin-top: 32px;
	}
}
@media (max-width: 960px) {
	.sitefooter .menu {
		display: none;
	}
}


.innerbanner,
.innerbanner .content .box,
.homebanner,
.homebanner .content .box {
	position: relative;
}
.innerbanner .content,
.homebanner .content {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.innerbanner .content .box,
.homebanner .content .box {
	padding-left: 20px;
	text-transform: uppercase;
}
.innerbanner .content .box::after,
.homebanner .content .box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background-color: #E60012;
}
.innerbanner .content .p2,
.homebanner .content .p2 {
	font-weight: bold;
}

@media (min-width: 961px) {
	.innerbanner .content,
	.homebanner .content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 6;
		font-size: 14px;
	}
	.innerbanner .content .p2,
	.homebanner .content .p2 {
		line-height: 36px;
		font-size: 28px;
	}
}
@media (max-width: 960px) {
	.innerbanner{
		min-height: 21vw;
	}
	.innerbanner .gallery {
		display: none;
	}
	.innerbanner .content,
	.homebanner .content {
		position: relative;
		z-index: 5;
		padding: 40px 20px;
		font-size: 12px;
	}
	.innerbanner .content .box::after,
	.homebanner .content::after {
		width: 4px;
	}
	.innerbanner .content .p2,
	.homebanner .content .p2 {
		line-height: 24px;
		font-size: 14px;
	}
	.homebanner .innerbanner {
		position: absolute;
		left: 0;
		right: 0;
    	top: 0;
		bottom: 0;
	}
	.homebanner .innerbanner {
		min-height: 41vw;
	}
}



/* ---------------------------------
* share
------------------------------------*/
.share-wrapper {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.share-wrapper .words {
	display: inline-block;
}
.share-wrapper .bdsharebuttonbox {
	display: inline-block;
	z-index: 4;
	font-size: 0;
}
.share-wrapper .words,
.share-wrapper .bdsharebuttonbox a {
	line-height: 26px;
}
.share-wrapper .bdsharebuttonbox a {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .2s ease-out;
}
.share-wrapper .bdsharebuttonbox .bds_tsina {
	background-image: url(../images/s_weibo.png);
}
.share-wrapper .bdsharebuttonbox .bds_weixin {
	background-image: url(../images/s_weixin.png);
}
.share-wrapper .bdsharebuttonbox .bds_sqq {
	background-image: url(../images/s_qq.png);
}
.share-wrapper .bdsharebuttonbox .bds_more,
.share-wrapper .bdsharebuttonbox .bds_qzone {
	display: none;
}

.share-wrapper .icon-weibo {
	background-image: url(../images/s_weibo.png);
}

.share-wrapper .icon-qzone {
	background-image: url(../images/s_qq.png);
}

.share-wrapper .icon-wechat {
	background-image: url(../images/s_weixin.png);
}

.share-wrapper .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}

.share-wrapper .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.share-wrapper .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.share-wrapper .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.share-wrapper .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.share-wrapper .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.share-wrapper .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.share-wrapper .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.share-wrapper .icon-wechat:hover .wechat-qrcode {
	display: block
}




@media (min-width: 961px) {
	/*.share-wrapper .bdsharebuttonbox a {
		width: 46px;
		height: 46px;
	}
	.share-wrapper .words,
	.share-wrapper .bdsharebuttonbox a {
		line-height: 46px;
	}*/
}

@media (max-width: 960px) {}


/* ---------------------------------
* lightbox
------------------------------------*/
.lightboxOverlay{display:none;position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(opacity=80);opacity:.8;}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;line-height:0;}
.lightbox .lb-image{
	display:block;
	max-width: none;
	/* max-height:684px; */
	/* max-width:684px; */
}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{display: none !important; position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-prev,.lb-next{display:block !important; position: absolute; width: 32px;height: 45px;top: 50%; margin-top: -22px;background-repeat: no-repeat;background-position: center;-webkit-background-size: 32px;background-size: 32px; cursor:pointer;}
.lb-nav a.lb-prev{left:0;background-image:url(../images/prev.png);}
.lb-nav a.lb-next{right:0;background-image:url(../images/next.png);}
.lb-dataContainer{margin:0 auto;*zoom:1;width:100%;background-color: #fff;}
.lb-dataContainer:after{content:"";display:table;clear:both}

.lb-data .lb-caption {
	padding: 10px 16px;
	text-align: center;
}
.lb-data .lb-caption2,
.lb-data .lb-caption3 {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.lb-data .lb-caption3 {
	display: block;
}
.lb-data .lb-number {
	display: none !important;
}
.lb-data .lb-close {
		position: fixed;
		z-index: 110;
		cursor: pointer;
		width: 30px;
		height: 30px;
		top: 20px;
		right: 20px;
		font-size: 0;
		border-radius: 50%;
}
.lb-data .lb-close:before,
.lb-data .lb-close:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
.lb-data .lb-close:before {
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		height: 0;
		width: 24px;
		margin-top: -1px;
		margin-left: -12px;
}
.lb-data .lb-close:after {
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
		height: 24px;
		width: 0;
		margin-left: -1px;
		margin-top: -12px;
}
.lb-data .lb-close,
.lb-data .lb-close:before,
.lb-data .lb-close:after {
	border-color: #fff;
}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}


@media (min-width: 961px) {
	.lb-data .lb-caption2, .lb-data .lb-caption3 {
		font-size: 16px;
	}
	.lb-data .lb-caption {
		padding-bottom: 20px;
	}
	.lb-data .lb-close {
		width: 40px;
		height: 40px;
	}
	.lb-data .lb-close:before {
		width: 40px;
		margin-left: -20px;
	}
	.lb-data .lb-close:after {
		height: 40px;
		margin-top: -20px;
	}
	.lb-nav a.lb-prev{left:-60px;}
	.lb-nav a.lb-next{right:-60px;}
}

.hasbginner {
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.sitcolumn {
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
}
.font36 {
	line-height: 34px;
	font-size: 26px;
}
.font24 {
	line-height: 24px;
	font-size: 18px;
}
.paddingtop60,
.paddingtop90,
.paddingtop140,
.paddingtop146 {
	padding-top: 30px;
}
.paddingbottom80,
.paddingbottom110,
.paddingbottom120 {
	padding-bottom: 50px;
}
.allcontent {
	position: relative;
}
.allcontent a:hover,
.colorred {
	color: #E60012;
}
.positionrel {
	position: relative;
}
.getmorewrapper {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 40px;
	text-align: center;
}
.getmorewrapper::after {
	content: '';
	position: absolute;
	left: 10px;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 40px;
	border: 1px solid #E60012;
}
.getmorewrapper .getmore,
.getmorewrapper .nogetmore {
	display: block;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	background-color: #E60012;
}
.getmorewrapper .getmore .wod {
	position: relative;
	display: block;
	left: 0;
	transition: all .2s;
}
/*.getmorewrapper .nogetmore {
	position: relative;
    top: 10px;
}*/


.getmorewrapper .bgsqr1,
.getmorewrapper .bgsqr2 {
	display: none;
    background: #E60012;
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0.5;
}



.gallery-hovers {
	position: relative;
	display: flex;
	align-items: center;
}
/* .gallery-hovers img {
	vertical-align: middle;
} */
.gallery-hovers .unit,
.gallery-hovers .hover {
	display: inline-flex;
	align-items: center;
}
.gallery-hovers .unit {
	position: relative;
	z-index: 3;
	transition: 0.2s;
}
.gallery-hovers .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	transition: 0.2s;
}

.gallery-hovers .imgsbox,
.gallery-hovers .glas,
.gallery-hovers .glas .unit,
.gallery-hovers .glas .hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.gallery-hovers .imgsbox {
	width: 80px;
	height: 80px;
	background-color: rgba(255,255,255,  .2);
}
.gallery-hovers .glas {
	position: relative;
	background-color: #fff;
}
.gallery-hovers .glas img {
	max-width: 54px;
}
.gallery-hovers .glas .unit,
.gallery-hovers .glas .hover {
	width: 64px;
	height: 64px;
}
.colwrapt .cloumntw .active .unit,
.link:hover .gallery-hovers .unit {
	opacity: 0;
}
.colwrapt .cloumntw .active .hover,
.link:hover .gallery-hovers .hover {
	opacity: 1;
}

.colwrapt {
	position: relative;
}
.colwrapt a:hover {
	color: #E60012;
}
.colwrapt::after,
.colwrapt .container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.colwrapt::after {
	background-color: #D0D0D0;
}

.colwrapt .cloumntw {
	position: relative;
}
.colwrapt .cloumntw .itmr {
	position: relative;
}
.colwrapt .cloumntw .itmr .gallery {
	margin-right: 5px;
	font-size: 0;
}
.colwrapt .cloumntw .itmr a {
	display: flex;
	position: relative;
	border-bottom: 2px solid transparent;
}
.colwrapt .cloumntw .active a,
.colwrapt .cloumntw .itmr a:hover {
	color: #E60012;
	border-bottom-color: #E60012;
}

.colwrapt .cloumntw .swiper-slide {
	width: auto;
}

.colwrapt .position img {
	vertical-align: text-top;
}


.colwrapt .cloumntw .swiper-container .lisrwpy {
	float: left;
	list-style: none;
}
.colwrapt .cloumntw .roll__list {
	position: absolute;
	width: 99999px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

@media (min-width: 961px) {
	.sitcolumn {
		line-height: 34px;
		font-size: 28px;
	}
	.font36 {
		line-height: 50px;
		font-size: 36px;
	}
	.font24 {
		line-height: 30px;
		font-size: 24px;
	}
	.paddingtop60 {
		padding-top: 30px;
	}
	.paddingtop90 {
		padding-top: 50px;
	}
	.paddingtop140 {
		padding-top: 60px;
	}
	.paddingtop146 {
		padding-top: 60px;
	}
	.paddingbottom80 {
		padding-bottom: 80px;
	}
	.paddingbottom110 {
		padding-bottom: 80px;
	}
	.paddingbottom120 {
		padding-bottom: 80px;
	}
	.paddingbottom196 {
		padding-bottom: 196px;
	}
	
	.colwrapt .container {
		display: flex;
		justify-content: space-between;
	}
	.colwrapt .container::after {
		background-color: #C7BBA9;
	}
	.colwrapt .cloumntw {
		display: flex;
	}
	.colwrapt {
		line-height: 100px;
		font-size: 16px;
	}
	.colwrapt .cloumntw .itmr {
		margin-right: 50px;
	}
	.colwrapt .cloumntw .swiper-container {
		width: 520px;
		height: 100px;
	}

	.colwrapt .leftr {
		position: absolute;
		top: -36px;
		left: 0;
		line-height: 26px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	.colwrapt .leftr::after {
		content: '';
		display: block;
		width: 6px;
		height: 15px;
		margin-top: 3px;
		background-color: #E60012;
	}
	.colwrapt .position {
		font-size: 14px;
	}
	.getmorewrapper {
		line-height: 60px;
	}
	.getmorewrapper::after {
		height: 60px;
	}
	.getmorewrapper .getmore:hover .wod {
		left: 10px;
	}
}
@media (min-width: 1201px) {
	.colwrapt .cloumntw .swiper-container {
		width: 570px;
	}
}
@media (max-width: 1200px) and (min-width: 961px) {
	.colwrapt .cloumntw .swiper-container .itmr {
		margin-right: 30px;
	}
}
@media (max-width: 960px) {
	.colwrapt {
		padding-top: 10px;
		padding-bottom: 24px;
	}
	.colwrapt .leftr {
		display: none;
		text-align: center;
		font-size: 20px;
	}
	.colwrapt .cloumntw .itmr {
		display: inline-block;
		margin-top: 14px;
		margin-right: 14px;
	}
	.colwrapt .cloumntw .itmr .gallery {
		display: none;
	}
	.colwrapt .cloumntw .itmr a {
		padding: 2px 8px;
	}
	.colwrapt .cloumntw .active a, .colwrapt .cloumntw .itmr a:hover {
    color: #fff;
		background-color: #E60012;
	}
	.colwrapt .cloumntw .swiper-container {
		width: 100%;
		/* margin: 0 30px; */
		height: 50px;
	}
	.colwrapt .position {
		margin-top: 20px;
	}

	.getmorewrapper {
		padding-right: 6px;
		padding-bottom: 6px;
	}
	.getmorewrapper::after {
		left: 6px;
	}
}



.professionallistin .item {
	width: 100%;
	border-bottom: 2px solid #C7BBA9;
	transition: all .2s;
}
.professionallistin .item .nameoccupation {
	color: #333;
	font-size: 16px;
	transition: all .2s;
}
.professionallistin .item .ucontent {
	margin-top: 6px;
	color: #b0b0b0;
}
.professionallistin .item .ucontent p {
	margin: 0;
}
.professionallistin .item:hover {
	border-color: #E60012;
}
.professionallistin .item:hover .nameoccupation {
	color: #E60012;
}

.qualificationlistin .item {
	text-align: center;
}
.qualificationlistin .item .pic,
.qualificationlistin .item .desc {
	transition: all .2s;
}
.qualificationlistin .item .pic {
	position: relative;
	z-index: 3;
	border: 2px solid #C7BBA9;
	overflow: hidden;
	    background-image: none!important;
}
.qualificationlistin .item .pic .ulp {
	/*display: none;*/
    display: flex;
    align-items: center;
	height: 100%;
}
.qualificationlistin .item .desc {
	margin-top: 6px;
}
.qualificationlistin .item .hover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(239,239,239, .9);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
}
.qualificationlistin .item .hover .word {
    margin-top: 2px;
    font-weight: bold;
}
.qualificationlistin .item .hover .word {
    display: block;
    text-align: center;
    color: #E60012;
}
.qualificationlistin .item .link:hover .pic {
	border-color: #E60012;
}
.qualificationlistin .item .link:hover .desc {
	color: #E60012;
}

.qualificationlistin .item .link:hover .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


@media (min-width: 961px) {
	.qualificationboxin {
		padding-top: 30px;
	}
	.professionalboxin .pagination {
		margin-top: 40px;
	}
	.professionallistin .item {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.professionallistin .item:first-child {
		margin-top: 50px;
	}

	.qualificationlistin .item {
		width: 18.4%;
	    margin-right: 2%;
		margin-top: 3%;
	}
	.qualificationlistin .item:nth-child(5n) {
		margin-right: 0;
	}
	.qualificationlistin .item:nth-child(1),
	.qualificationlistin .item:nth-child(2),
	.qualificationlistin .item:nth-child(3),
	.qualificationlistin .item:nth-child(4),
	.qualificationlistin .item:nth-child(5) {
		margin-top: 0;
	}
	.qualificationlistin .item .desc {
		margin-top: 20px;
		font-size: 14px;
	}

}
@media (max-width: 960px) {
	.professionallistin .item {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.professionallistin .item:first-child {
		margin-top: 0;
	}
	.qualificationlistin .item {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.qualificationlistin .item:nth-child(2n) {
		margin-right: 0;
	}
	.qualificationlistin .item:nth-child(1),
	.qualificationlistin .item:nth-child(2) {
		margin-top: 0;
	}
}





.informationlistin .item {
	width: 100%;
}
.informationlistin .item .link {
	border-bottom: 1px solid #C7BBA9;
}
.informationlistin .item .timer .date,
.informationlistin .item .timer .year {
	transition: all .2s;
}
.informationlistin .item .timer .date,
.informationlistin .item .timer .year {
	color: #C7BBA9;
}
.informationlistin .item .timer .date {
	font-weight: bold;
}
.informationlistin .item .title {
	font-weight: bold;
}
.informationlistin .item .desc {
	margin-top: 4px;
	color: #999;
}

.informationlistin .item .link:hover .date {
	color: #E60012;
}



@media (min-width: 961px) {
	.informationboxin {
		padding-bottom: 50px;
	}
	.informationlistin .item .link {
		padding: 60px 45px;
		font-size: 18px;
	}
	.informationlistin .item .positionrel {
		display: flex;
		justify-content: space-between;
		padding-right: 60px;
	}
	.informationlistin .item .timer {
		width: 100px;
		flex: 0 0 100px;
		text-align: center;
	}
	.informationlistin .item .timer .bor {
		position: relative;
	}
	.informationlistin .item .timer .bor::after {
		content: '';
		position: absolute;
		right: 0;
		top: 12px;
		bottom: 6px;
		width: 2px;
		background-color: #bbb;
		transition: all .2s;
	}
	.informationlistin .item .infor {
		padding-left: 40px;
	}
	.informationlistin .item .timer .year .d {
		display: none;
	}
	.informationlistin .item .desc {
		max-height: 72px;
		line-height: 24px;
		font-size: 14px;
		transition: all .2s;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden
	}
	.informationlistin .item .rightr {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 60px;
		font-size: 0;
		background-position: right center;
		background-repeat: no-repeat;
		background-image: url(../images/icinfo.png);
		transition: all .2s;
	}
	.informationlistin .item .link:hover .timer .bor::after {
		background-color: transparent;
	}
	.informationlistin .item .link:hover .rightr {
		background-image: url(../images/icinfo_r.png);
	}
	.informationlistin .item .link:hover {
		border-bottom-color: #F6F4F1;
		background-color: #F6F4F1;
	}
	.informationlistin .item .link:hover .year {
		color: #666;
	}
	.informationlistin .item .link:hover .desc {
		font-size: 16px;
	}
}
@media (max-width: 960px) {
	.informationlistin .item .timer .date,
	.informationlistin .item .rightr {
		display: none;
	}
	.informationlistin .item {
		margin-top: 20px;
	}	
	.informationlistin .item:first-child {
		margin-top: 0;
	}
	.informationlistin .item .link {
		padding-bottom: 20px;
	}
	.informationlistin .item .infor {
		margin-top: 6px;
	}
	.informationlistin .item .link:hover .title {
		color: #E60012;
	}
}





.detailtop {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #E60012;
}
.aboutcontent,
.areacontent,
.detailcontent {
	margin-top: 30px;
	color: #999;
}
.aboutcontent {
	color: #afafaf;
}
.aboutcontent p,
.areacontent p,
.detailcontent p {
	margin: 0;
}
.aboutcontent a,
.areacontent a,
.detailcontent a {
	color: #E60012;
}
.detailtop .timer {
	width: 100px;
	flex: 0 0 100px;
	height: 100px;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border-radius: 10px;
}
.detailtop .infor .txt .hot {
	margin-left: 10px;
}
.detailtop .infor .txt .hot i {
	font-style: normal;
}

.columnstop .en {
	color: #999;
}
.detailcontrol {
	position: relative;
	margin-top: 16px;
	padding-top: 14px;
	font-size: 0;
	border-top: 1px solid #D6D6D6;
	    overflow: hidden;
}
.detailcontrol .item-r {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detailcontrol .item-r a {
	display: inline-block;
	z-index: 3;
    line-height: 20px;
    color: #77777a;
    font-size: 14px;
	padding-left: 20px;
	background-image: url(../images/col_prev.png);
    background-repeat: no-repeat;
	background-position: left center;
    background-size: 8px;
    transition: all .3s ease-out;
}
.detailcontrol a:hover {
	color: #E60012;
	font-weight: bold;
}
.detailcontrol .item-r:hover a {
	background-image: url(../images/col_prev_r.png);
}

@media (min-width: 961px) {
	.areacontent,
	.detailcontent {
		margin-top: 46px;
	}
	.detailtop,
	.detailcontent {
		font-size: 14px;
	}
	.areacontent {
		line-height: 1.8;
		font-size: 16px;
	}
	.aboutcontent {
		font-size: 16px;
	}
	.aboutcontent,
	.detailcontent {
		line-height: 2.2;
	}
	.detailtop {
		display: flex;
		justify-content: space-between;
		padding: 0 40px 30px;
	}
	.detailtop .timer .date {
		color: #C7BBA9;
	}
	.detailtop .timer .year {
		color: #E60012;
		font-weight: bold;
		font-size: 18px;
	}
	.detailtop .infor {
		width: 100%;
		padding-top: 6px;
		padding-left: 44px;
		padding-right: 44px;
	}
	.detailtop .infor .txt,
	.detailtop .share-wrapper {
		color: #999;
	}
	.detailtop .infor .txt {
		margin-top: 20px;
	}
	.detailtop .infor .txt .hot {
		margin-left: 20px;
	}
	.detailtop .share-wrapper {
		margin-top: 54px;
		width: 176px;
		flex: 0 0 176px;
	}
	.detailcontrol {
		margin-top: 60px;
	}
	.detailcontrol .item-r {
		display: inline-block;
		width: 40%;
	}
	.detailcontrol .item-next {
		text-align: right;
		float: right;
	}
	.detailcontrol .item-next a {
		padding-right: 20px;
		padding-left: 0;
		background-image: url(../images/col_next.png);
		background-position: right center;
	}
	.detailcontrol .item-next:hover a {
		background-image: url(../images/col_next_r.png);
	}
}
@media (max-width: 960px) {
	.detailtop .timer {
		display: none;
	}
	.detailtop .infor .txt {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.detailcontrol .item-next {
		margin-top: 8px;
	}
}


.regulationsboxin {
	position: relative;
}
.regulationsboxin .link {
	display: block;
	height: 100%;
	padding: 10px;
}
.regulationsboxin .link .pic,
.regulationsboxin .link .tit {
	text-align: center;
}
.regulationsboxin .link .tit {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	transition: all .2s;
}
.regulationsboxin .link .contet {
	padding-top: 14px;
	padding-bottom: 14px;
	height: 100%;
	background: #F4F4F4;
	transition: all .2s;
}
.regulationsboxin .link .txt {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	max-height: 72px;
	overflow: hidden;
}
.regulationsboxin .link .des {
	margin-top: 16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 24px;
	border-top: 1px solid #D8D8D8;
}
.regulationsboxin .link:hover .contet {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.regulationsboxin .link:hover .tit {
    color: #E60012;
}


@media (min-width: 961px) {
	.regulationsboxin {
		padding-left: 100px;
		padding-right: 100px;
	}
	.regulationsboxin .link .contet {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.regulationsboxin .link .tit {
		margin-top: 22px;
		font-size: 16px;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.regulationsboxin .link .des {
		margin-top: 20px;
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 960px) {
	.regulationsboxin {
		padding-left: 30px;
		padding-right: 30px;
	}
	.regulationsboxin .banner-prev {
		left: -10px;
	}
	.regulationsboxin .banner-next {
		right: -10px;
	}
}




.contactboxin .coninfo .ctit {
	text-transform: uppercase;
}
.contactboxin .coninfo .allcontent .title {
	font-weight: bold;
	font-size: 18px;
	color: #E60012;
}
.contactboxin .coninfo .its {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
}
.contactboxin .coninfo .its::after,
.contactboxin .coninfo .its::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}

.contactboxin .coninfo .its::before {
	width: 100%;
	background-color: #C5C5C5;
}
.contactboxin .coninfo .its::after {
	width: 80px;
	background-color: #E60012;
}
.contactboxin .coninfo .its:last-child::before,
.contactboxin .coninfo .its:last-child::after {
	display: none;
}


@media (min-width: 961px) {
	.contactboxin {
		display: flex;
		justify-content: space-between;
	}
	.contactboxin .leftr {
		width: 51%;
		min-height: 400px;
	}
	.contactboxin .coninfo {
		width: 44%;
	}
	.contactboxin .coninfo .ctit {
		letter-spacing: 6px;
	}
	.contactboxin .coninfo .ctit2 {
		margin-top: 8px;
	}
	.contactboxin .coninfo .allcontent .title {
		margin-bottom: 20px;
	}
}
@media (max-width: 960px) {
	.contactboxin .coninfo {
		margin-top: 20px;
	}
	.contactboxin .coninfo .its {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contactboxin .coninfo .its:last-child {
		padding-bottom: 0;
	}
}

.downloadboxin .getmorewrapper {
	padding-top: 30px;
}
.downloadlistin .item {
	width: 100%;
	margin-top: 20px;
}
.downloadlistin .item:first-child {
	margin-top: 0;
}
.downloadlistin .item .icors {
	position: relative;
	color: #ccc;
}
.downloadlistin .item .icors {
	display: inline-block;
	margin-left: 16px;
	padding-left: 18px;
}
.downloadlistin .item .icors::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.downloadlistin .item .look::before {
	background-image: url(../images/ilook.png);
}
.downloadlistin .item .look:hover::before {
	background-image: url(../images/ilook_r.png);
}
.downloadlistin .item .down::before {
	background-image: url(../images/idown.png);
}
.downloadlistin .item .down:hover::before {
	background-image: url(../images/idown_r.png);
}

.downloadlistin .item .icors:first-child {
	margin-left: 0;
}
.downloadlistin .item .icors:hover {
	color: #E60012;
}

@media (min-width: 961px) {
	.downloadboxin {
		padding-top: 30px;
	}
	.downloadboxin .getmorewrapper {
		padding-top: 60px;
	}
	.downloadlistin .item .link {
		display: flex;
		justify-content: space-between;
		line-height: 30px;
	}
	.downloadlistin .item .link,
	.downloadlistin .item .title,
	.downloadlistin .item .icors::before {
		transition: all .2s;
	}
	.downloadlistin .item .title {
		font-size: 16px;
	}
	.downloadlistin .item .icors {
		padding-left: 40px;
		margin-left: 30px;
	}
	.downloadlistin .item .icors::before {
		width: 30px;
	}
	.downloadlistin .item .link {
		padding: 30px 20px 30px 94px;
		border: 1px solid #E1E1E1;
	}
	.downloadlistin .item .link:hover {
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
		border-color: transparent;
	}
	.downloadlistin .item .link:hover .title {
		color: #E60012;
	}
}
@media (max-width: 960px) {
	.downloadlistin .item {
		padding-bottom: 14px;
		border-bottom: 1px solid #E1E1E1;
	}
	.downloadlistin .item .rightr {
		margin-top: 8px;
		text-align: right;
	}
}

.searchforms {
	position: relative;
	padding-right: 70px;
}
.searchforms .iptkey {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #BFBFBF;
}
.searchforms .iptsub {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	width: 60px;
	padding: 0;
	text-align: center;
	color: #fff;
	transition: all .2s;
	background-color: #E60012;
}
.searchforms .iptsub:hover {
	background-color: #D80011;
}
.search-list .item .belong a:hover {
	color: #E60012;
}
.searchinfos {
	margin-top: 8px;
}
.search-list .item {
	border-bottom: 1px solid #D6D6D6;
}
.search-list .item .belong,
.search-list .item .title {
	color: #333;
}
.search-list .item .titlew {
	margin-top: 4px;
}
.search-list .item .des {
	line-height: 22px;
	max-height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
	overflow: hidden;
}


@media (min-width: 961px) {
	.searchwrps {
		padding-top: 30px;
		padding-left: 85px;
		padding-right: 150px;
	}
	.searchinfos,
	.searchforms .iptkey,
	.searchforms .iptsub,
	.search-list .item .titlew {
		font-size: 18px;
	}
	.searchforms .iptkey,
	.searchforms .iptsub {
		height: 64px;
	}
	.searchforms {
		padding-right: 260px;
	}
	.searchforms .iptsub {
    	width: 220px;
	}
	.search-list .item {
		margin-top: 60px;
		padding-bottom: 30px;
		transition: all .2s;
	}
	.search-list .item .titlew {
		margin-top: 15px;
		margin-bottom: 12px;
	}
	.search-list .item:hover {
		border-bottom-color: #E60012;
	}
	.search-list .item:hover .title {
		color: #E60012;
	}
	.searchwrps .pagination {
		margin-top: 40px;
	}
}
@media (max-width: 960px) {
	.searchforms .iptkey,
	.searchforms .iptsub {
		height: 34px;
	}
	.search-list .item {
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.search-list .item .titlew {
		font-weight: bold;
	}
	.search-list .item .title:hover {
		color: #E60012;
	}
}



.professionalfield .alltirt {
	text-align: center;
}
.professionalfield .fieldbox {
	position: relative;
}
.professionalfield .fieldlist {
	margin-top: 20px;
}
.professionalfield .fieldlist .item  {
	width: 50%;
	text-align: center;
}
.professionalfield .fieldlist .item .cir {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #E60012;
	border-radius: 50%;
	border: 2px solid #E60012;
	background-color: #fff;
	transition: all .2s;
}
.professionalfield .fieldlist .item .xiaot {
	display: inline-block;
	width: 26px;
	height: 23px;
	margin-top: 18px;
	font-size: 0;
	background-image: url(../images/h_down.png);
	transition: all .2s;
	-webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
	animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}
.professionalfield .fieldlist .item .text {
	margin-top: 10px;
}
.professionalfield .fieldlist .item .text a:hover {
	color: #E60012;
}

.homeabout .rightr .allcontent {
	max-height: 78px;
	line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.homeabout .rightr .tmore {
	margin-top: 20px;
}
.homeabout .rightr .tmore .link {
	display: inline-block;
	position: relative;
	right: 0;
	color: #333;
	text-align: center;
	background-color: #fff;
}

.inforregus .listitrp .topr {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.inforregus .listitrp .topr::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	height: 1px;
	background-color: #D6D6D6;
}
.inforregus .listitrp .topr .t,
.inforregus .listitrp .topr .link {
	position: relative;
	z-index: 2;
}
.inforregus .listitrp .topr .t {
	padding-right: 10px;
	background-color: #fff;
}
.inforregus .listitrp .topr .link {
	width: 90px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
}
.inforregus .listitrp .topr .link:hover {
	background-color: #E60012;
}

.inforregus .listitrp .listrw .item .link {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.inforregus .listitrp .listrw .item .bor {
	width: 96px;
	flex: 0 0 96px;
	text-align: center;
	color: #D9D9D9;
	 border: 1px solid #D9D9D9;
	 transition: all .2s;
}
.inforregus .listitrp .listrw .item .bor .date {
	color: #fff;
	background-color: #D9D9D9;
	transition: all .3s;
}
.inforregus .listitrp .listrw .item .ritxt {
	flex: 1;
	overflow: hidden;
}
.inforregus .listitrp .listrw .item .title {
	position: relative;
	left: 0;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s;
} 
.inforregus .listitrp .listrw .item .desc {
	line-height: 26px;
	color: #737373;
	max-height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.inforregus .listitrp .listrw .item .link:hover .bor .date {
	color: #fff;
	background-color: #E60012;
}
.inforregus .listitrp .listrw .item .link:hover .bor {
	color: #333;
	border-color: #E60012;
}
.inforregus .listitrp .listrw .item .link:hover .title {
	left: 10px;
	color: #E60012;
}



@media (min-width: 961px) {
	.professionalfield {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.professionalfield .alltirt .bigt {
		letter-spacing: 3px;
	}
	.professionalfield .fieldbox::before {
		content: '';
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #D6D6D6;
	}
	.professionalfield .fieldlist .item  {
		width: 25%;
	}

	.professionalfield .fieldlist .item .cir {
		width: 150px;
		height: 150px;
		line-height: 30px;
		font-size: 24px;
	}
	.professionalfield .fieldlist .item .text {
		line-height: 2.2;
		font-size: 16px;
	}
	.professionalfield .fieldlist .item:hover .cir {
		color: #fff;
		background-color: #E60012;
	}
	.professionalfield .fieldlist .item:hover .xiaot {
		background-image: url(../images/h_down_w.png);
	}

	.homeabout {
		background-color: #EFEFEF;
	}
	.homeabout .container {
		display: flex;
		justify-content: flex-end;
	}
	.homeabout .leftr {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		/*width: 29%;*/
		width: 406px;
	}
	.homeabout .rightr {
		min-height: 240px;
		position: relative;
		z-index: 1;
		/*width: 77%;*/
		margin-left: 320px;
		padding: 60px 50px 30px 120px;
		font-size: 16px;
		color: #fff;
		background-color: #D80011;
	}
	.homeabout .rightr .allcontent {
		letter-spacing: 3px;
	}
	.homeabout .rightr .tmore {
		text-align: right;
	}
	.homeabout .rightr .tmore .link {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.homeabout .rightr .tmore .link:hover {
		right: 20px;
		color: #E60012;
	}

	.inforregus {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.inforregus .container {
		display: flex;
		justify-content: space-between;
	}
	.inforregus .listitrp {
		width: 46%;
	}
	.inforregus .listitrp .topr .t,
	.inforregus .listitrp .topr .link {
		line-height: 44px;
	}
	.inforregus .listitrp .topr .link,
	.inforregus .listitrp .listrw .item .desc {
		font-size: 14px;
	}
	.inforregus .listitrp .listrw,
	.inforregus .listitrp .listrw .item {
		margin-top: 30px;
	}
	.inforregus .listitrp .listrw .item:nth-child(1) {
		margin-top: 0;
	}
	.inforregus .listitrp .listrw .item .ritxt {
		padding-left: 30px;
	}
	.inforregus .listitrp .listrw .item .bor .date {
		line-height: 70px;
	}
	.inforregus .listitrp .topr .t {
		font-size: 24px;
	}
	.inforregus .listitrp .listrw .item .title {
		font-size: 18px;
	}
}
@media (min-width: 1501px) {
	.professionalfield .fieldlist .item .cir {
		width: 200px;
		height: 200px;
		line-height: 40px;
		font-size: 30px;
	}
}
@media (max-width: 1200px) and (min-width: 961px) {}


@media (max-width: 960px) {
	.professionalfield,
	.inforregus {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.professionalfield .fieldlist .item {
		margin-top: 20px;
	}
	.professionalfield .fieldlist .item:nth-child(1),
	.professionalfield .fieldlist .item:nth-child(2) {
		margin-top: 0;
	}
	.professionalfield .fieldlist .item .cir {
		width: 100px;
		height: 100px;
		line-height: 26px;
		font-size: 18px;
	}
	.professionalfield .fieldlist .item .xiaot {
		display: none;
	}
	.homeabout .leftr {
		text-align: center;
	}
	.homeabout .rightr {
		margin-top: 20px;
	}
	.homeabout .rightr .tmore {
		margin-top: 14px;
	}
	.homeabout .rightr .tmore .link {
		padding: 8px 16px;
		color: #fff;
		background-color: #E60012;
	}

	.inforregus .listitrp .topr .link {
		line-height: 34px;
	}
	.inforregus .regusbox {
		margin-top: 30px;
	}
	.inforregus .listitrp .listrw, 
	.inforregus .listitrp .listrw .item {
		margin-top: 20px;
	}
	.inforregus .listitrp .listrw .item:first-child {
		margin-top: 0;
	}
	.inforregus .listitrp .listrw .item .bor .date {
		line-height: 50px;
	}
	.inforregus .listitrp .listrw .item .ritxt{
		padding-left: 10px;
	}
	.inforregus .listitrp .listrw .item .desc{
		line-height: 22px;
		max-height: 44px;
	}
}





.toorbar {
	display: none;
	position: fixed;
	top: 50%;
	right: 8px;
	z-index: 19;
	transform: translate(0, -50%);
}
.toorbar .item {
	display: block;
	position: relative;
	min-width: 40px;
	margin-top: 10px;
	cursor: pointer;
}
.toorbar .item:first-child {
	margin-top: 0;
	border-top: none;
}
.toorbar .item .pic {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
}
.toorbar .showinfo,
.icontactbox {
	display: flex;
	align-items: center;
	position: absolute;
	right: -560px;
	z-index: 1;
	min-width: 120px;
	line-height: 22px;
	color: #1c1c1c;
	cursor: default;
	transition: all 0.3s;
}
.icontactbox,
.toorbar .showinfo .tbox {
	min-height: 40px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	background-color: #fff;
}
.toorbar .showinfo {
	display: none;
	top: 0;
	right: 0;
	padding-right: 10px;
}
.toorbar .showinfo .tbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.toorbar .showinfo a:hover {
	color: #E60012;
}


.icontactbox {
	position: fixed;
	padding: 30px;
	padding-top: 40px;
}
.icontactbox .boxs {
	width: 100%;
}
.icontactbox .boxs .closer {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 5;
	width: 24px;
	height: 24px;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/close.png);
	cursor: pointer;
}

.icontactbox .tit {
	color: #333;
}
.icontactbox .item01 {
	position: relative;
	border-bottom: 1px solid #BFBFBF;
}
.icontactbox .item01,
.icontactbox label {
	padding-left: 20px;
}
.icontactbox .ucontent,
.icontactbox .tijiao {
	padding-left: 0;
	border-bottom: none;
}
.icontactbox label,
.icontactbox input.ipt {
	position: relative;
	display: block;
	height: 34px;
	line-height: 34px;
	color: #A2A2A2;
}
.icontactbox .item01::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D80011;
}
.icontactbox .tijiao::before {
	display: none;
}

.icontactbox textarea.ipt {
	width: 100%;
	height: 200px;
	padding: 10px;
	color: #A2A2A2;
	resize: none;
	border: 1px solid #BFBFBF;
}

.icontactbox .item01.tijiao {
	margin-top: 20px;
	text-align: center;
}
.icontactbox .tijiao .links {
	display: inline-block;
	padding: 8px 14px;
	color: #fff;
	background-color: #E60012;
}


.toorbar .tkefu .pic {
	background-image: url(../images/tkefu.png);
}
.toorbar .tkefu:hover .pic {
	background-image: url(../images/tkefur.png);
}
.toorbar .tcontatct .pic {
	background-image: url(../images/tcontatct.png);
}
.toorbar .tcontatct:hover .pic {
	background-image: url(../images/tcontatctr.png);
}
.toorbar .ttop .pic {
	background-image: url(../images/ttop.png);
}
.toorbar .ttop:hover .pic {
	background-image: url(../images/ttopr.png);
}

@media (min-width: 961px) {
	.toorbar {
		right: 20px;
	}
	.toorbar .item .pic {
		width: 48px;
		height: 48px;
	}
	.toorbar .showinfo .tbox {
		min-height: 48px;
	}
	.toorbar .item:hover .showinfo {
		display: block;
		right: 48px;
	}
	.toorbar .tcontatct.active .pic {
    background-image: url(../images/tcontatctr.png);
	}
	.icontactbox {
    width: 400px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
		font-size: 16px;
	}
	.icontactbox .tit {
		font-size: 18px;
	}
	.icontactbox .item01 {
		margin-top: 20px;
	}
	.icontactbox textarea.ipt {
		height: 100px;
	}
	.icontactbox.active {
		right: 70px;
	}
}

@media (max-width: 1500px) and (min-width: 961px) {
	.siteheader, .headheigr, .siteheader .container, .searchbox .ict {
    height: 110px;
	}
	.siteheader .mmenu .menu>li>a, .siteheader .lang {
		line-height: 110px;
	}
}

@media (max-width: 960px) {
	.toorbar {
		top: auto;
		bottom: 20px;
		transform: none;
	}
	.icontactbox {
		display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 102;
    background-color: rgba(0,0,0, .7);
	}
	.icontactbox.active {
		display: block;
	}
	.icontactbox .boxs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 290px;
		padding: 20px;
		padding-top: 40px;
		transform: translate(-50%, -50%);
		background-color: #fff;
	}
	.icontactbox textarea.ipt {
		height: 100px;
	}
	.icontactbox .item01 {
		margin-top: 20px;
	}
}










/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}
