@font-face {
	font-family: 'italic';
	src: url('../fonts/compctbi.woff2') format('woff2'), url('../fonts/compctbi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
fieldset, iframe, img {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline
}
button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}
button:disabled {
	cursor: default
}
audio:not([controls]) {
	display: none
}
input {
	font-family: 'å¾®è½¯é›…é»‘'
}
input[type="text"], input[type="tel"], input[type="button"], input[type="reset"], input[type="email"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'Microsoft YaHei'
}
body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555
}
a, a:link, a:visited {
	text-decoration: none;
	display: block;
}
a:active {
	text-decoration: none
}
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
a:hover {
	text-decoration: none
}
ul, li {
	list-style: none
}
img {
	display: block;
	max-width: 100%;
	border: none;
}
b, strong {
	font-weight: 700
}
::selection {
	color: #ffffff;
	background: #0061ae;
}
::-moz-selection {
 color:#ffffff;
 background: rgba(0,0,0,.2);
}
::-webkit-scrollbar {
 width: 6px;
 background-color: #333;
}

::-webkit-scrollbar:hover {
 background-color: transparent;
}

::-webkit-scrollbar-thumb {
 cursor:pointer;
 background-color: #0061ae;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
 display: none;
}
.center {
	max-width: 1200px;
	margin: auto;
}
.clear {
	clear: both
}
html,body{width: 100%}
/*---------------------------------------------------------------------------------------------------------------æ‰‹æœºç«™å¯¼èˆªå¼€å§‹----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	display: none
}
.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}
.sp_logo img {
	margin: auto;
	max-height: 30px;
}
.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.sp_nav span {
	display: block;
	background: #ff0000;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
	width: 0
}
.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}
.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ff0000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	z-index: 99;
	padding: 5px 0;
	border-top: 2px #fff solid;
	height: 54px;
	overflow: hidden;
	display: none
}
.yd_nav ul {
	overflow: hidden;
}
.yd_nav ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 12px;
	border-right: 1px rgba(255,255,255,0.1) solid;
	line-height: 16px
}
.yd_nav ul li:last-child {
	border-right: 0
}
.yd_nav ul li svg {
	width: 23px;
	height: 23px;
	fill: #fff
}
.yd_nav ul li h1 {
	font-size: 12px;
	color: #eee
}
.sjj_nav {
	position: fixed;
	z-index: 999999;
	background: #fff;
	width: 250px;
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	right: -100%;
	border-top: 3px #eee solid;
	border-left: 3px #eee solid;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}
.nav_show {
	right: 0
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.sjj_nav>ul>li {
	border-bottom: 1px #ddd solid;
	padding-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li>ul>li {
	border-top: 1px #eee solid;
	font-size: 14px;
	line-height: 40px;
	padding-left: 10px;
	position: relative
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #ff0000;
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------æ‰‹æœºç«™å¯¼èˆªç»“æŸ----------*/
header {
	height: 120px
}
.logo {
	float: left;
	width: 180px;
	padding-top: 23px
}
.head {
	float: right;
	width: 660px
}
.tel {
	float: right;
	height: 50px;
	line-height: 50px;
	background: url(../images/index_06.jpg) no-repeat left center;
	padding-left: 25px;
	font-size: 22px;
	color: #ff0000
}
.nav {
	float: right;
	width: 770px
}
.nav>ul {
	line-height: 70px
}
.nav>ul>li {
	float: left;
	width: 110px;
	text-align: center;
	position: relative;
	z-index: 99;
}
.nav>ul>li:before {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #ff0000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all ease 0.35s;
	transform: translateX(-50%);
}
.nav>ul>li:hover:before {
	width: 100%
}
.nav>ul>li>a {
	color: #666;
	font-size: 16px
}
.nav ul li>ul {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: #eee;
	text-align: center;
	line-height: 40px;
	display: none
}
.nav ul .nav_cp>ul {
	width: 170px;
	left: -30px
}
.nav ul li>ul>li {
	border-bottom: 1px #ddd solid;
	position: relative;
}
.nav ul li>ul>li a {
	color: #666
}
.nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: 170px;
	width: 200px;
	border-left: 1px #d6d6d6 solid;
	background: #e0e0e0
}
.nav ul li ul li ul li {
	border-top: 1px #d6d6d6 solid;
}
.nav ul li:hover>ul {
	display: block;
}
.nav ul li ul li:hover {
	background: #e0e0e0
}
.nav ul li ul li ul li:hover {
	background: #ff0000
}
.nav ul li ul li ul li:hover a {
	color: #fff
}
.banner{width: 100%;overflow: hidden}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index {
	padding: 3% 0
}
.title {
	text-align: center;
}
.title hgroup {
	font-size: 36px;
	color: #666;
	font-weight: bold;
	background: url(../images/index_03.png) no-repeat center center;
}
.title section {
	color: #999;
	max-width: 600px;
	margin: auto;
}
.index_about a {
	overflow: hidden;
}
.index_about figure {
	float: left;
	width: 45%;
	border: 3px #e3e3e3 solid;
	overflow: hidden;
}
.index_about figure img {
	transition: all ease 0.35s
}
.index_about main {
	width: 55%;
	float: left;
	padding-left: 30px;
	overflow: hidden;
}
.index_about main hgroup {
	font-size: 18px;
	color: #c94242;
	font-weight: bold;
}
.index_about main hgroup span {
	display: block;
	font-weight: normal;
	color: #838383;
	font-size: 14px
}
.index_about main section {
	margin-top: 15px;
	color: #999999;
	font-size: 16px;
	text-indent: 2em
}
.index_about main button {
	width: 140px;
	text-align: center;
	background: #727272;
	border-radius: 20px;
	line-height: 40px;
	color: #fff;
	float: right;
}
.index_about:hover figure img {
	transform: scale(1.1);
}
.index_about:hover main button {
	box-shadow: inset 3px 3px 7px rgba(0,0,0,0.3);
}
.index_about_by img {
	margin: auto;
	margin-top: 30px;
	display: block;
}
.pro {
	overflow: hidden;
}
.pro_left {
	float: left;
	width: 600px;
}
.pro ul li {
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
}
.pro ul li img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 1s;
	opacity: 0
}
.pro ul li .yc {
	width:90%;
	height:90%;
	position: absolute;
	top:5%;
	left:5%;
	background: rgba(0,0,0,0);
	padding: 20px;
	transition: all ease 1s;
}
.pro ul li h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #ff0000;
	display: inline-block;
	padding: 2px 25px
}
.pro ul li h3 {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	opacity: 0;
}
.pro ul li h3 a {
	color: #fff;
	margin-top: 20px;
	opacity: 0;
	transition: all linear 0.5s;
	display: inline-block;
}
.pro ul li h3 a:hover {
	color: #ff0000;
}
.pro ul li:hover img:nth-of-type(2) {
	opacity: 1
}
.pro ul li:hover h3 {
	opacity: 1
}
.pro ul li:hover .yc {
	background: rgba(0,0,0,0.4);
}
.pro ul li:hover h3 a {
	opacity: 1;
	margin: 0
}
.pro ul li:hover h2 {
	background: none;
}
.margin-top1 {
	margin-top: 3%
}
.margin-top2 {
	margin-top: 2%
}
.margin-bottom2 {
	margin-bottom: 2%;
}
.index_case ul {
	overflow: hidden;
	
}
.index_case ul li {
	float: left;
	width:22%;
	margin: 1.5%;;
}
.index_case ul li figure {
	overflow: hidden;
	position: relative;
}
.index_case ul li figure img {
	transition: all ease .35s
}
.index_case ul li figure img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.5);
}
.index_case ul li hgroup {
	font-size: 16px;
	text-align: center;
	background: #545454;
	color: #fff;
	line-height: 40px
}
.index_case ul li:hover figure img:last-child {
	opacity: 1;
	transform: scale(1);
}
.index_case ul li:hover hgroup {
	background: #bb3333
}
.index_case ul li:hover figure img:first-child {
	transform: scale(1.1);
}
.lb_dk {
	position: relative;
	width: 100%;
}
.prev, .next {
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.prev {
	left: 0;
}
.next {
	right: 0px;
}
.lb_xk {
	position: relative;
	width: 95%;
	overflow: hidden;
	margin: auto;
}
.lb_xk ul {
	width: 100%
}
.lb_xk li {
	float: left;
	margin: 0 2%;
	width: 21%;
}
.index_honer ul li hgroup {
	overflow: hidden;
	background: #a6a6a6;
	padding: 0 10px;
	line-height: 40px;
	color: #444
}
.index_honer ul li hgroup span {
	float: right;
	border-left: 1px #bababa solid;
	height: 40px;
	width: 40px;
	display: block;
}
.index_honer ul li hgroup span img {
	padding-top: 10px;
	padding-left: 15px
}
footer {
	background: #d2d2d2
}
.footer_lx {
	background: url(../images/footerbg_03.jpg) no-repeat center top;
	overflow: hidden;
	height: 155px
}
.footer_lx ul li {
	width: 33.333%;
	float: left;
	padding: 20px;
}
.footer_lx ul li a {
	display: flex;
}
.footer_lx ul li a figure {
	width: 70px;
	padding-top: 20px;
}
.footer_lx ul li main {
	flex: 1;
	margin-left: 15px;
	border-left: 1px #f54f4f solid;
	padding-left: 15px
}
.footer_lx ul li main hgroup {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.footer_lx ul li main span {
	display: block;
	width: 50px;
	height: 3px;
	background: #be0202;
	margin: 10px 0
}
.footer_lx ul li main section {
	color: #fff
}
.footer_nav {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px
}
.footer_nav ul li {
	width: 200px;
	float: left;
	padding: 0 30px;
	border-right: 1px #c0c0c0 solid;
	height: 200px
}
.footer_nav ul li h1 a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px #f10303 solid;
	display: inline-block;
	line-height: 30px
}
.footer_nav ul li a {
	color: #888;
}
.footer_nav ul li:last-child {
	border: 0
}
.copy {
	background: #efefef;
	border-top: 3px #ff0000 solid;
	padding: 20px 0
}
.copy a {
	display: inline-block;
	color: #666
}
.copy a:hover {
	color: #f10303
}
.footer_nav ul li a:hover {
	color: #f10303
}
/********************************************å…³äºŽæˆ‘ä»¬******************************************************/
.caption {
	background: url(../images/gsjs_02.jpg) no-repeat center top;
	height: 299px;
	overflow: hidden
}
.caption .cop {
	float: left;
	padding-top: 77px;
}
.capt .cop h1 {
	color: #fff
}
.capt .cop h2 {
	color: #fff
}
.capt .cop h2 a {
	color: #fff
}
.cop h1 {
	font-size: 40px;
	color: #ff0000;
	font-weight: bold
}
.cop h2 {
	background: url(../images/dw_03.png) no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
	margin-left: 65px
}
.cop h2 a {
	display: inline-block;
	color: #1c1c1c
}
.cop h2 a:hover {
	color: #ff0000
}
.cop h2 a:last-child {
	color: #ff0000
}
.caption img:nth-of-type(1) {
	flo