@charset "utf-8";



/*初始化*/

*{ 

	padding:0;

	margin:0;

	outline: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



html{

	font-size: calc(100vw/19.2);

}



html, body{

	width: 100%;

	height: auto;

	min-height: 100%;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

body {

	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;

	font-size: 16px;

	line-height: 1.5em;

	color: #333;

	background: #fff;

}

input,button{

	-webkit-appearance:none;

	border-radius: 0;

}

a,a:hover,a:focus {

	text-decoration: none;

}

textarea{

	resize: none;

	overflow: auto;

}

input,button {

	border: 0;

}

img {

	border: 0;

	vertical-align: top;

}

li {

	list-style: none;

}

ul,ol,p,h1,h2,h3,h4,h5,h6 {

	margin:0;

}

/* placeholder修改 */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */

	color: #666 !important;

}

input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

	color: #666 !important;

	opacity: 1;

}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

	color: #666 !important;

	opacity: 1;

}

input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */

	color: #666 !important;

}

select {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	white-space: nowrap;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}

select::-ms-expand { display: none; }



/*公共样式*/

.c-clear { zoom: 1; }

.c-clear:after { content:''; display: block; clear: both; }

.c-fl { float: left; }

.c-fr { float: right; }

.c-container { position: relative; width: 100%;padding:0 2rem;}

body.c-open{overflow: hidden;}

.c-bg-color1 {background: #fff !important;}

.c-bg-color2 {background: #f9f9f9 !important;}

.c-pt1 {padding-top: 130px !important;}

.c-text-center {text-align: center;}

/* 公共背景 */

#c-common-bg {

	position: fixed;

	z-index: -2;

	top: 0;

	left: 0;

	width: 100%;

	height: 6.4rem;

}

#c-common-bg.c-dt {

	height: 100%;

}

/* 顶部背景 */

#c-top-bg {

	height: 6.4rem;

	background:rgba(0,0,0,.3) url(../images/mbl.png)repeat;

	display: flex;

	justify-content: center;

	align-items: center;

}

#c-top-bg .c-enTitle {

	font-size: 72px;

	line-height: 1em;

	color: #fff;

}

#c-top-bg .c-title {

	padding-top: 10px;

	font-size: 36px;

	line-height: 56px;

	color: #fff;

}

#c-top-bg .c-btn {

	display: block;

	margin: 40px auto 0;

	padding: 0 32px;

	width: 180px;

	height: 50px;

	border-radius: 25px;

	font-size: 16px;

	line-height: 50px;

	text-align: left;

	color: #333;

	background: #fff url(../images/jt4.png) no-repeat right 32px center;

	background-size: 14px auto;

	transition: .5s;

}

#c-top-bg .c-btn:hover {

	color: #fff;

	background: #bb1c14 url(../images/jt4-h.png) no-repeat right 32px center;

	background-size: 14px auto;

}



/* 公共按钮 */

.c-common-btn {

	display: block;

	position: relative;

	width: 128px;

	height: 57px;

	border-bottom: 1px solid #ddd;

	line-height: 56px;

	color: #fff;

	background: url(../images/jt1.png)no-repeat right 0 center;

	background-size: 12px auto;

}

.c-common-btn:hover{

	color: #fff;

}

.c-common-btn.c-unique {

	color: #222;

	background: url(../images/jt2.png)no-repeat right 0 center;



}

.c-common-btn::before {

	content: "";

	display: block;

	position: absolute;

	bottom: -1px;

	left: 0;

	width: 30px;

	border-bottom: 2px solid #bb1c14;

	transition: all 0.5s;

}

.c-common-btn:hover::before {

	width: 100%;

}

.c-common-btn2 {

	text-align: center;

}

.c-common-btn2 .c-btn {

	display: inline-block;

	vertical-align: top;

	padding: 0 40px;

	line-height: 60px;

	color: #fff;

	background: #bb1c14;

}

.c-common-btn2 .c-btn i {

	margin-left: 15px;

	font-size: 20px;

}

/* 公共标题 */

.c-common-title {

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

	padding-bottom: 30px;

}



.c-common-title .c-en-title{

	font-size: 56px;

	line-height: 1em;

	color: #222;

}

.c-common-title .c-cn-title {

	padding-top: 10px;

	font-size: 36px; font-weight: bold;

	line-height: 56px;

	color: #222;

}

.c-common-title .c-cn-title span{

	color: #bb1c14;

}

.c-common-title .c-text {

	padding: 20px 0 30px;

	line-height: 30px;

}

.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{

	color: #fff;

}



/*顶部*/

#c-header {

	position: fixed;

	top:0;

	left:0;

	z-index: 900;

	width: 100%;

	line-height: 100px;

	text-align: center;

	transition: all 0.5s;

	border-bottom: 2px solid transparent;

}

#c-header.c-head-hide,.c-open #c-header  {

	line-height: 80px;

	color: #333;

	background: #fff;

	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);

}

#c-header.c-head-move{

	-webkit-transform: translateY(-100%);

	transform: translateY(-100%);

}

#c-header a {

	color: #fff;

	transition: all 0.5s;

}

#c-header.c-head-hide a,.c-open #c-header a {

	color: #333;

}

#c-header:hover {

	border-bottom: 2px solid #bb1c14;

}



/*顶部logo*/

#c-header .c-logo a {

	float: left;

	text-align: left;

}

#c-header .c-logo a img {

	height: 60px;

	vertical-align: middle;

}

#c-header .c-logo a img:nth-child(2),#c-header.c-head-hide .c-logo a img:nth-child(1),.c-open #c-header .c-logo a img:nth-child(1){

	display: none;

}

#c-header.c-head-hide .c-logo a img:nth-child(2),.c-open #c-header .c-logo a img:nth-child(2){

	display: inline-block;

}

#c-header .c-logo a p {

	display: inline-block;

	vertical-align: top;

}

#c-header .c-logo a p strong{

	margin-right: 22px;

	padding-left: 15px;

}

#c-header .c-logo a p span {

	padding-left: 22px;

	border-left: 1px solid #ddd;

}



/*顶部pc导航*/

#c-header .c-nav {

	display: block;

	text-align: center;

}

#c-header .c-nav>li {

	padding: 0 30px;

	display: inline-block;

	vertical-align: top;

}

#c-header .c-nav li a {

	position: relative;

	display: inline-block;

	vertical-align: top;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

}

#c-header .c-nav li ul {

	position: absolute;

	top:102px;

	left:0;

	display: none;

	width: 100%;

	background: #fff;

	box-shadow: 0 2px 4px rgba(0,0,0,.1);

}

#c-header .c-nav li ul li a{

	display: block;

	padding: 5px 15px;

	border-bottom: 1px solid #f1f1f1;

	line-height: 26px;

	text-align: center;

}

#c-header .c-nav li ul li:last-child a{

	border-bottom:0;

}

#c-header .c-nav>li>a::before {

	content: "";

	position: absolute;

	left: 50%;

	bottom: 25px;

	margin-left: -6px;

	border: 6px solid transparent;

	transition: all 0.5s;

}

#c-header .c-nav>li.active>a::before,#c-header .c-nav>li:hover>a::before {

	border-bottom: 6px solid #fff;

}

#c-header.c-head-hide .c-nav>li.active>a::before,#c-header.c-head-hide .c-nav>li:hover>a::before {

	border-bottom: 6px solid #bb1c14;

	bottom: 0;

}

#c-header.c-head-hide .c-nav>li.active>a,#c-header.c-head-hide .c-nav>li:hover>a {

	color: #bb1c14;

}





#c-header .c-nav .c-language {

	position: relative;

	padding: 0 ;

	margin-left: 35px;

}

#c-header .c-nav .c-language .c-list{

	display: none;

	position: absolute;

	top: 100px;

	right: 0;

	width: 80px;

	text-align: left;

	background: #fff;

	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);

}

/* #c-header.c-head-hide .c-nav .c-language .c-list {

	top: 81px;

} */

#c-header .c-nav .c-language .c-list .c-item{

	line-height: 30px;

}

#c-header .c-nav .c-language .c-list .c-item a{

	padding: 0 15px;

	display: block;

	color: #333;

	transition: .5s;

	border-bottom: 1px solid #f1f1f1;

}

#c-header .c-nav .c-language .c-list .c-item:last-child a {

	border: 0;

}

#c-header .c-nav .c-language .c-list .c-item a:hover {

	color: #fff;

	background: #bb1c14;

}

#c-header .c-nav .c-search-box {

	position: relative;

	padding-right: 0 ;

}

#c-header .c-nav .c-search-box form {

	display: none;

	position: absolute;

	top: 90px;

	right: 0;

	background: #fff;

	width: 250px;

	height: 40px;

	line-height: 40px;

	border-radius: 0px;

	overflow: hidden;

	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);

}

/* #c-header.c-head-hide .c-nav .c-search-box form {

	top: 81px;

} */

#c-header .c-nav .c-search-box form input {

	float: left;

	padding: 0 15px;

	width: 180px;

	height: 40px;

	font-size: 16px;

}

#c-header .c-nav .c-search-box form button {

	float: right;

	width: 70px;

	height: 40px;

	color:#fff;

	background: #bb1c14;

}

#c-header .c-nav .c-list-box {

	padding:1rem 2rem;

	position: absolute;

	top:100px;

	left:0;

	width:100%;

	background: #fff;

	display: none;

	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);

}



#c-header .c-nav .c-list-box .c-list {

	margin: 0 -.3rem;

	display: flex;

	align-items:flex-start;

}

#c-header .c-nav .c-list-box .c-list .c-item {

	padding:0 .3rem;

	width: 33.33%;

	border-right: 1px solid rgba(0,0,0,.1);

}

#c-header .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item {

	width: 50%;

}

#c-header .c-nav .c-list-box .c-list .c-item:last-child {

	border: 0;

}

#c-header .c-nav .c-list-box .c-list .c-top-box {

	display: block;

}

#c-header .c-nav .c-list-box .c-list .c-top-box .c-text {

	padding-top: 25px;

	font-size: 22px;

	line-height: 32px;

	color:#333;

	transition: .5s;

}

#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {

	color:#bb1c14;

}

#c-header .c-nav .c-list-box .c-list .c-img-box {

	height: 3rem;

	overflow: hidden;

}

#c-header .c-nav .c-list-box .c-list .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: .5s;

}

#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {

	transform:scale(1.1,1.1);

	-o-transform:scale(1.1,1.1); 

}

#c-header .c-nav .c-list-box .c-list .c-a-box {



	display: flex;

	align-items: flex-start;

	display: none;

}

#c-header .c-nav .c-list-box .c-list .c-a-box a {

	width: 25%;

	border-right: 1px solid #999;

	font-size: 14px;

	line-height: 14px;

	color: #999;

	transition: .5s;

}

#c-header .c-nav .c-list-box .c-list .c-a-box a:hover{

	color: #bb1c14;

}

#c-header .c-nav .c-list-box .c-list .c-a-box a:last-child {

	border:0;

}

#c-header .c-nav .c-list-box .c-list-wrap {

	display: flex;

	justify-content: space-between;

	align-items: center;

	text-align: left;

}



#c-header .c-nav .c-list-box .c-list1 {

	width: 22%;

}

#c-header .c-nav .c-list-box .c-list1 .c-item {

	display: block;

	padding: 10px 90px 10px 0;

	border-bottom: 1px solid transparent;

	transition: .5s;

	background: url(../images/jt5.png)no-repeat right 0 bottom 35px;

	background-size: auto 6px;

}

#c-header .c-nav .c-list-box .c-list1 .c-item .c-title {

	font-size: 20px;

	line-height: 50px;

	color: #333;

	transition: .5s;

}

#c-header .c-nav .c-list-box .c-list1 .c-item .c-text {

	font-size: 14px;

	line-height: 24px;

	color: #999;

	transition: .5s;

}

#c-header .c-nav .c-list-box .c-list1 .c-item.active {

	border-bottom: 1px solid rgba(0,0,0,.1);

	background: url(../images/jt5-h.png)no-repeat right 0 bottom 35px;

	background-size: auto 6px;

}

#c-header .c-nav .c-list-box .c-list1 .c-item.active .c-title {

	color: #bb1c14;

}

#c-header .c-nav .c-list-box .c-list2 {

	position: relative;

	width: 70%;

}



#c-header .c-nav .c-list-box .c-list2 .c-item {

	opacity: 0;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 100%;

	overflow: hidden;

}

#c-header .c-nav .c-list-box .c-list2 .c-item.active {

	opacity: 1;

	z-index: 2;

}

#c-header .c-nav .c-list-box .c-list2 .c-item img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: .5s;

}

#c-header .c-nav .c-list-box .c-list2 .c-item:hover img {

	transform:scale(1.1,1.1);

	-o-transform:scale(1.1,1.1); 

}

/*顶部移动端导航*/

#c-header .c-nav2 {

	position: fixed;

	top:80px;

	left:0;

	width: 100%;

	height: 0;

	font-size:14px;

	line-height: 50px;

	overflow-y: auto;

	background:#fff;

	transition: all 0.5s;

}

#c-header.c-head-hide .c-nav2 {

	top: 60px;

}

body.c-open #c-header .c-nav2 {

	height: calc(100% - 80px);

	height: -webkit-calc(100% - 80px);

}

body.c-open #c-header.c-head-hide .c-nav2 {

	height: calc(100% - 60px);

	height: -webkit-calc(100% - 60px);

}

#c-header .c-nav2 a {

	display: block;

	margin: 0 20px;

	border-bottom:1px solid #f1f1f1;

	text-align:left;

	color: #333;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}

#c-header .c-nav2>li:first-child {

	border-top:1px solid #f1f1f1;

}

#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {

	color: #bb1c14;

}

#c-header .c-nav2 li a i {

	float: right;

	margin-top: 15px;

	font-size:20px;

}

#c-header .c-nav2 li ul {

	display: none;

}

#c-header .c-nav2 li ul a {

	padding-left: 15px;

}

#c-header .c-nav2 .c-language {

	float: left;

	position: relative;

	padding: 20px 0 0 20px;

}

#c-header .c-nav2 .c-language>a {

	margin:0;

	display: block;

	padding: 0 5px;

	width: 80px;

	height: 40px;

	line-height: 38px;

	border: 1px solid #f1f1f1;

}

#c-header .c-nav2 .c-language>a i {

	margin-top: 9px;

}

#c-header .c-nav2 .c-language .c-list {

	display: none;

	background: #fff;

	line-height: 40px;

	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);

}

#c-header .c-nav2 .c-language .c-list a {

	display: block;

	padding: 0 5px;

	margin: 0;

}

#c-header .c-nav2 .c-language .c-list .c-item:last-child a {

	border-bottom: 0;

}

#c-header .c-nav2 .c-search-box {

	float: right;

	width: -webkit-calc(100% - 120px);

	width: calc(100% - 120px);

	padding: 20px 20px 0 0;

}

#c-header .c-nav2 .c-search-box form {

	position: relative;

	border: 1px solid #f1f1f1;

	line-height: 38px;

}

#c-header .c-nav2 .c-search-box form input {

	float: left;

	padding: 0 5px;

	width: -webkit-calc(100% - 15px);

	width: calc(100% - 50px);

	height: 38px;

}

#c-header .c-nav2 .c-search-box form button {

	float: right;

	width: 50px;

	height: 38px;

	color: #fff;

	background:#bb1c14;

}

/*顶部导航开关*/

#c-header .c-switch {

	position: absolute;

	top:50%;

	right: 15px;

	display: none;

	width: 24px;

	height: 20px;

	margin-top: -10px;

	cursor: pointer;

}

#c-header .c-switch i { 

	position: relative;

	display: block;

	height: 2px;

	background:#fff;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}

#c-header.c-head-hide .c-switch i,.c-open #c-header .c-switch i {

	background:#333;

}

#c-header .c-switch i:nth-child(1) {

	top: 0;

}

#c-header .c-switch i:nth-child(3) {

	bottom: 0;

}

#c-header .c-switch i:nth-child(2) {

	margin: 6px 0;

}

body.c-open #c-header .c-switch i:nth-child(2) {

	opacity: 0;

}

body.c-open #c-header .c-switch i:nth-child(1) {

	top: 8px;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

}

body.c-open #c-header .c-switch i:nth-child(3) {

	bottom: 8px;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

}







dl,dd{ list-style:none;}

.tab{ width:100%; text-align: left;}

.tab-hd { overflow:hidden; zoom:1; width: 15%; float: left;}

.tab-hd dd{ float:left; width:100%; color:#333;  cursor:pointer; line-height: 55px; font-size:20px;}

.tab-hd dd.active{ border-right:3px solid #bb1c14; color: #bb1c14;}

	



	

.tab-bd dd{display:none;  font-size:20px; width: 85%; float: right; border-left: 2px solid #ddd; padding:0 1% 0 1%;  height: 380px; overflow: auto;}

.tab-bd dd.thisclass{ display:list-item;}

.tab-bd dd .dd { width:18%; float: left; margin-left:2%; overflow: hidden; }

.tab-bd dd .dd .tp {overflow: hidden; width: 100%; height: 170px; }

.tab-bd dd .dd img{ width: 100%; object-fit: cover; height: 100%;}

.tab-bd dd .dd img:hover {transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05); transition: all 0.5s;  }

.tab-bd dd .dd p { font-size: 14px; text-align: center; height: 50px; line-height: 50px; color: #333; }









/*首页轮播图*/

.c-banner1 {

	background: #fff;

}

.c-banner1 .swiper-slide{

	position: relative;

	overflow: hidden;

}

.c-banner1 .swiper-slide img {

	width: 100%;

	height: 98vh;

	object-fit: cover;

	-webkit-transition: all 7s;

	transition: all 7s;

}

.c-banner1 .swiper-slide .c-bg2 {

	display: none;

}

.c-banner1 .swiper-slide-active img{

	transform:scale(1.1,1.1);

	-webkit-transform:scale(1.1,1.1); 

}

.c-banner1 .swiper-slide .c-wrap {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	color: #fff;

	background: url(../images/mbl.png)repeat;

}

.c-banner1 .swiper-slide .c-wrap .c-title{

	font-size: 70px; text-align: center;

	line-height: 100px;

	text-shadow: 0 2px 10px rgba(0,0,0,.3);

}

.c-banner1 .swiper-slide .c-wrap .c-text {

	padding: 30px 0 75px;text-align: center;

	font-size: 40px;

	line-height: 56px;

	text-shadow: 0 2px 10px rgba(0,0,0,.3);

}

.c-banner1 .swiper-pagination-bullet {

	opacity: 1;



}

.c-banner1 .c-dot {

	position: absolute;

	bottom: 20px;

	left: 35%; 

	width: 100%;

}

.c-banner1 .swiper-pagination{

	position: relative;

	text-align: left;

}



.loading {

  margin: 0 10px 0px 0px;

  width: 38px;

  height: 38px;

	position: relative;

	border: 0px solid transparent;

	background: transparent;

}

.loading.swiper-pagination-bullet-active {

	border-color: rgba(255,255,255,.2);

}

.loading .c-progress {

  position: absolute;

  width: 30px;

  height: 4px;

  background-color: #fff;

  border-radius:0%;

	left:0;

	top: 11px;

  line-height: 120px;

  text-align: center;

}

.loading.swiper-pagination-bullet-active .c-progress {

	background-color: #bb1c14;

}

.loading .left,

.loading .right {

	opacity: 0;

  width: 0px;

  height: 0px;

  overflow: hidden;

  position: absolute;

  left: -4px;

	top: -4px;

	overflow: hidden;

}

.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {

	opacity: 1;

}

.loading .right {

	left: auto;

	right: -4px;

	top: -4px;

}

.loading .left:after,

.loading .right:after {

  content: "";

  position: absolute;

	display: block;

	top: 0;

	left: 0;

  width: 0px;

  height: 0px;

	border: 0px solid #fff;

	border-radius: 19px 0 0 19px;

	border-right: 0;

}

.loading .right:after {

  content: "";

	position: absolute;

  display: block;

	border-radius: 0 19px 19px 0;

	border: 4px solid #fff;

	border-left: 0;

}

.loading.swiper-pagination-bullet-active .left:after {

  transform-origin: right center;

  /* animation-iteration-count: infinite; */

  animation-fill-mode: forwards;

  animation-duration: 3.9s;

  animation-timing-function: linear;

  animation-name: spin-left;

}



.loading.swiper-pagination-bullet-active .right:after {

  transform-origin: left center;

  animation-duration: 3.9s;

  /* animation-iteration-count: infinite; */

  animation-timing-function: linear;

  animation-name: spin-right;

}

@keyframes spin-right {

  0% {

    transform: rotate(180deg);

  }

  50% {

    transform: rotate(360deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



@keyframes spin-left {

  0% {

    transform: rotate(180deg);

  }

  50% {

    transform: rotate(180deg);

  }

  100% {

    transform: rotate(360deg);

  }

}

@-webkit-keyframes c-zoom {

  0% {

    transform:scale(1,1);

    -webkit-transform:scale(1,1); 

  }

  100% {

    transform:scale(1.1,1.1);

    -webkit-transform:scale(1.1,1.1); 

  }

}



@keyframes c-zoom {

  0% {

    transform:scale(1,1);

    -webkit-transform:scale(1,1); 

  }

  100% {

    transform:scale(1.2,1.2);

    -webkit-transform:scale(1.2,1.2); 

  }

}



.c-zoom {

  -webkit-animation-name: c-zoom;

  animation-name: c-zoom;

}



/* 关于祥鑫 */

#c-about {

	padding: 120px 0 50px;

	background: #fff;

}

#c-about .c-left-box {

	float: left;

	width: 46%;

}

#c-about .c-left-box .c-img-box {

	padding-top: 2rem;

	overflow: hidden; text-align: justify;

}

#c-about .c-left-box .c-img-box img {

	width: 100%;

}

#c-about .c-right-box {

	position: relative;

	float: right;

	width: 43.4%;

	height:4.2rem;

	overflow: hidden;

}

#c-about .c-right-box .c-img{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-about .c-right-box video {

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

	min-height: 100%;

	min-width: 100%;

    -webkit-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

#c-about .c-right-box .c-play {

	opacity: 0;

	display: flex;

	justify-content: center;

	align-items: center;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 10;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.5);

	transition: .5s;

	cursor: pointer;

}

#c-about .c-right-box:hover .c-play{

	opacity: 1;

}

#c-about .c-right-box .c-play p{

	width: 100px;

	height: 100px;

	border-radius: 50%; vertical-align: middle;

	background: rgba(242,51, 43, .7);

	font-size: 36px;

	line-height: 100px;

	text-align: center;

	color: #fff;

}

/* 视频 */

#c-video-box{

	display: none;

	position:fixed;

	top: 0;

	left: 0;

	z-index: 1000;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.7);

	text-align: center;

}

#c-video-box .c-btn {

	position:fixed;

	top: 85%;

	left: 50%;

	margin-left: -25px;

	width: 50px;

	height: 50px;

	color: #fff;

	background: #fff;

	border-radius: 50%;

	transition: .5s;

}

#c-video-box .c-btn:after,#c-video-box .c-btn:before {

	content: "";

	position: absolute;

	bottom: 24px;

	left: 10px;

	width: 30px;

	height: 2px;

	background: #333;

	transition: .5s;

}

#c-video-box .c-btn:hover {

	background: #bb1c14;

}

#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before {

	background: #fff;

}

#c-video-box .c-btn:after{

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

}

#c-video-box .c-btn:before{

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg);

}

#c-video-box video {

	position:fixed;

	left: 50%;

	top: 50%;

	height: 60%;

	max-width: 100%;

	-webkit-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

	background: #000;

}











/* 产品 */

#c-product {

	padding: 0 0 80px;

	background: #fff;

	background: -webkit-linear-gradient(top, #fff 60%, #f7f7f7 60%);

	background: linear-gradient(to bottom, #fff 60%, #f7f7f7 60%);

}

#c-product .c-list{

	padding:0px 2rem;

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

}

#c-product .c-list li,#c-product2 .c-list li{

	width: 32.5%; margin-bottom: 1.5%;

}

#c-product .c-list li .c-wrap,#c-product2 .c-list li .c-wrap {

	display: block;

	position: relative;

	z-index: 1;

	height: 3.7rem;

	overflow: hidden;

}

#c-product2 .c-list li .c-wrap {

	height: 6.56rem;

}

#c-product .c-list li .c-wrap::before,#c-product2 .c-list li .c-wrap .c-box1::before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, .05);

}





#c-product .c-list li:hover .c-wrap::before,#c-product2 .c-list li .c-wrap .c-box1::before{background: rgba(0, 0, 0, .4);}





#c-product .c-list li .c-wrap img,#c-product2 .c-list li .c-wrap .c-box1 img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.5s;

}

#c-product .c-list li .c-wrap:hover img,#c-product2 .c-list li .c-wrap:hover .c-box1 img {

	transform:scale(1.05,1.05);

	-webkit-transform:scale(1.05,1.05); 

}

#c-product .c-list li .c-wrap .c-text-box {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 0 30px 40px; text-align: center;

	z-index: 4;

	width: 100%;

	color: #fff;

	transition: all 0.5s; 

}

#c-product .c-list li .c-wrap:hover .c-text-box {

	bottom: 20px;

}

#c-product .c-list li .c-wrap .c-text-box .c-title {

	margin-bottom: 10px;

	font-size: 32px; 

	line-height: 50px;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

}

#c-product .c-list li .c-wrap .c-text-box .c-title .c-text {

	line-height: 36px;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

}

#c-product .c-list li .c-wrap .c-mask-red,#c-product2 .c-list li .c-wrap .c-box1 .c-mask-red {

	display: none;

	position: absolute;

	bottom: -100%;

	left: 0;

	z-index: 3;

	width: 100%;

	height: 260px;

	background: rgba(187,28,20,.7);

	transition: all 0.5s;

}

#c-product2 .c-list li .c-wrap .c-box1 .c-mask-red {

	height: 220px;

}

#c-product .c-list li .c-wrap:hover .c-mask-red,#c-product2 .c-list li .c-wrap:hover .c-box1 .c-mask-red {

	bottom: 0;

}

#c-product2 {

	padding: 90px 0 170px;

	background: #fff;

	background: -webkit-linear-gradient(top, #fff 50%, #f7f7f7 50%);

	background: linear-gradient(to bottom, #fff 50%, #f7f7f7 50%);

}

#c-product2 .c-list {

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

}

#c-product2 .c-list li .c-wrap .c-box1{

	position: relative;

	display: block;

	height: 100%;

	color: #fff;

}

#c-product2 .c-list li .c-wrap .c-box1 .c-title{

	position: absolute;

	bottom: 45px;

	left: 0;

	z-index: 4;

	margin: 0 50px;

	font-size: 36px;

	line-height: 56px;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	transition: all 0.5s;

}

#c-product2 .c-list li .c-wrap .c-box2 {



	opacity: 0;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 5;

	width: 100%;

	padding: 0 50px;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: space-between;

	transition: all 0.5s;

	display: none;

}

#c-product2 .c-list li .c-wrap .c-box2 a{

	display: block;

	width: 24%;

	height: 40px;

	font-size: 18px;

	line-height: 40px;

	color: #fff;

	background: rgba(255,255,255,.3);

	transition: all 0.5s;

}

#c-product2 .c-list li .c-wrap .c-box2 a:hover {

	color: #333;

	background: #fff;

}

#c-product2 .c-list li .c-wrap:hover .c-box1 .c-title {

	bottom: 120px;

}

#c-product2 .c-list li .c-wrap:hover .c-box2 {

	opacity: 1;

	bottom: 50px;

}

#c-product3 {

	padding: 60px 0 90px;

	background: #fff;

}

#c-product3 .c-list li{

	margin-bottom: 70px;

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

	height: 4.72rem;

	background: #fbfbfb;

}

#c-product3 .c-list li:last-child .c-btn {

	opacity: 0 !important;

}

#c-product3 .c-list li .c-img-box {

	position: relative;

	width: 32.7%;

	height: 100%;

	background: #2b2b2b;

	overflow: hidden;

}

#c-product3 .c-list li .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-product3 .c-list li .c-img-box .c-title {

	position: absolute;

	bottom: 0;

	left:0;

	z-index: 2;

	padding: 0 40px 60px;

	font-weight: bold;

	font-size: 36px;

	line-height: 1em;

	color: #fff;

}

#c-product3 .c-list li .c-text-box {

	position: relative;

	z-index: 3;

	padding: 0 114px 0 50px;

	width: -webkit-calc(67.3% - 114px);

	width: calc(67.3% - 114px);

}

#c-product3 .c-list li .c-text-box .c-title {

	position: relative;

	padding-bottom: 15px;

	font-size: 30px;

	line-height: 40px;

	color: #333;

}

#c-product3 .c-list li .c-text-box .c-title::before{

	content: "";

	position: absolute;

	bottom: 0;

	left: -140px;

	width: 200px;

	border-top: 3px solid #bb1c14;

}

#c-product3 .c-list li .c-text-box .c-text1 {

	padding: 40px 0 10px;

	font-weight: bold;

	font-size: 16px;

	line-height: 26px;

	color: #191919;

}

#c-product3 .c-list li .c-text-box .c-text2 {

	font-size: 14px;

	line-height: 24px;

}

#c-product3 .c-list li .c-btn {

	opacity: 0;

	display: block;

	width: 114px;

	height: 50px;

	font-size: 16px;

	line-height: 50px;

	text-align: center;

	color: #fff;

	background: #bb1c14;

	transition: .5s;

}

#c-product3 .c-list li:hover .c-btn {

	opacity: 1;

}

#c-product3 .c-list .c-link {

	padding-top: 40px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-product3 .c-list .c-link .c-item {

	margin: 0 .8% .8% 0;

	position: relative;

	width: 24.2%;

	height: .8rem;

}

#c-product3 .c-list .c-link .c-item img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-product3 .c-list .c-link .c-item .c-text3 {

	opacity: 0;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	font-size: 14px;

	line-height: .8rem;

	text-align: center;

	color: #fff;

	background: rgba(187,28,20,.7);

	transition: .5s;

}

#c-product3 .c-list .c-link .c-item:hover .c-text3{

	opacity: 1;

}



#c-page {

	background: #f9f9f9;

}

#c-product4 {

	padding: 100px 0;

}

#c-product4 form {

	position: relative;

	width: 39%;

	height: 50px;

	border-radius: 25px;

	overflow: hidden;

}

#c-product4 form input {

	padding: 0 20px 0 56px;

	float: left;

	width: 78%;

	height: 50px;

	font-size: 14px;

	color: #666;

}

#c-product4 form button {

	float: right;

	width: 22%;

	height: 50px;

	font-size: 16px;

	color: #fff;

	background: #bb1c14;

}

#c-product4 form i {

	position: absolute;

	left: 20px;

	top: 17px;

	font-size: 16px;

	color: #666;

}

#c-product4 .c-main .c-left-box {

	position: sticky;

	top: 80px;

	float: left;

	width: 28.2%;

	border: 1px solid #e6e6e6;

	background: #fff;

}

#c-product4 .c-main .c-right-box {

	float: right;

	width: 67.3%;

}

#c-product4 .c-main .c-right-box .c-max-wrap {

	margin-bottom: 50px;

	padding: 40px 40px 0;

	border: 1px solid #e6e6e6;

	background: #fff;

}

#c-product4 .c-left-box .c-list>li {

	border-bottom: 1px solid #e6e6e6;

}

#c-product4 .c-left-box .c-list>li:last-child {

	border: 0;

}

#c-product4 .c-left-box .c-list .c-title1 {

	position: relative;

	display: flex;

	justify-content: space-between;

	align-items: center;

	height: 90px;

	padding: 0 40px;

	font-size: 24px;

	line-height: 34px;

	color: #222;

	cursor: pointer;

	transition: .5s;

}

#c-product4 .c-left-box .c-list .c-title1 a {

	color: #222;

}

#c-product4 .c-left-box .c-list .c-title1 i {

	position: absolute;

	right: 40px;

	top: 50%;

	margin-top: -8px;

	width: 16px;

	height: 16px;

}

#c-product4 .c-left-box .c-list .c-title1 i::after,#c-product4 .c-left-box .c-list .c-title1 i::before {

	content: "";

	position: absolute;

	top: 50%;

	left: 0;

	margin-top: -1px;

	width: 100%;

	height: 2px;

	background: #222;

	transition: .5s;

}

#c-product4 .c-left-box .c-list .c-title1 i::after {

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

}

#c-product4 .c-left-box .c-list .c-ul1 {

	display: none;

	padding: 0 40px 40px;

}

#c-product4 .c-left-box .c-list .c-ul2 {

	display: none;

	padding-left: 30px;

}

#c-product4 .c-left-box .c-list .c-ul1>li {

	padding: 24px 0;

	border-bottom: 1px solid #e6e6e6;

}

#c-product4 .c-left-box .c-list .c-title2 {

	margin-bottom: 8px;

	position: relative;

	padding: 6px 0 6px 30px;

	font-size: 18px;

	color: #333;

	line-height: 28px;

	cursor: pointer;

}



#c-product4 .c-left-box .c-list .c-title2 a {

	color: #333;

}

#c-product4 .c-left-box .c-list .c-title2 i {

	position: absolute;

	top: 50%;

	left: 0;

	margin-top: -6px;

	width: 12px;

	height: 12px;

	background: url(../images/jt2.png) no-repeat center center;

	background-size: 12px auto;

	transition: .5s;

}

#c-product4 .c-left-box .c-list .c-ul2>li {

	padding: 6px 0;

	font-size: 14px;

	line-height: 24px;

	transition: .5s;

}

#c-product4 .c-left-box .c-list .c-title3 {

	color: #999;

}

#c-product4 .c-left-box .c-list>li.active .c-title1{

	color: #fff;

	background: #bb1c14;

}

#c-product4 .c-left-box .c-list>li.active .c-title1 a{

	color: #fff;

}

#c-product4 .c-left-box .c-list>li.active .c-title1 i::before{

	background: #fff;

}

#c-product4 .c-left-box .c-list>li.active .c-title1 i::after,#c-product4 .c-left-box .c-list>li.hideI .c-title1 i::after {

	opacity: 0;

}

#c-product4 .c-left-box .c-list .c-ul1>li.active .c-title2 i {

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

}

#c-product4 .c-left-box .c-list .c-ul2>li.active .c-title3 {

	color: #bb1c14;

}

#c-product4 .c-right-box .c-main-title {

	display: block;

	margin-bottom: 40px;

	font-weight: bold;

	font-size: 36px;

	line-height: 90px;

	text-align: center;

	color: #bb1c14;

	background: #f4f4f4;

}

#c-product4 .c-right-box .c-list {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	margin: 0 -15px;

}

#c-product4 .c-right-box .c-list li {

	width: 50%;

	padding: 0 15px;

	margin-bottom: 40px;

}

#c-product4 .c-right-box .c-list li .c-wrap {

	display: block;

}

#c-product4 .c-right-box .c-list li .c-wrap .c-img-box {

	height: 3.06rem;

	overflow: hidden;

}

#c-product4 .c-right-box .c-list li .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-product4 .c-right-box .c-list li .c-wrap .c-title {

	padding-top: 20px;

	font-size: 18px;

	line-height: 28px;

	color: #333;

	text-align: center;

}

/* 底部产品链接 */

#c-common-link {

	padding-bottom: 110px;

}

#c-common-link .c-list {

	display: flex;

	justify-content: flex-start;

	align-items: flex-start;

	flex-wrap: wrap;

	margin: 0 -10px;

}

#c-common-link .c-list li {

	margin-bottom: 20px;

	padding: 0 10px;

	width:25%;

}

#c-common-link .c-list li .c-wrap {

	padding: 60px 38px;

	display: block;

	box-shadow: 0 2px 30px rgba(84,0,0,.07);

	color: #262626;

	background: #fff;

}

#c-common-link .c-list li .c-wrap .c-title {

	margin-bottom: 10px;

	font-weight: bold;

	font-size: 20px;

	line-height: 30px;

}

#c-common-link .c-list li .c-wrap .c-text {

	font-size: 16px;

	line-height: 26px;

}

#c-common-link .c-list li .c-wrap .c-text img {

	margin-left: 20px;

	height: 10px;

	vertical-align: middle;

}





/* 全球布局 */

@-webkit-keyframes yunMove {

  0% {

    left: 0;

  }

  100% {

   left: -100%;

  }

}



@keyframes yunMove {

  0% {

    left: 0;

  }

  100% {

  	left: -100%;

  }

}

#c-layout {

	background: #f7f7f7;

	overflow: hidden;

}

#c-layout .c-b-box{

	position: relative;

	z-index:1;

}



#c-layout .c-earth-box .c-wrap {

	transition: linear .3s;

}

#c-layout .c-earth-box .c-box {

	position: relative;

	z-index: 1;

	transform: scale(1.1,1.1);

	height:3.6rem;

}

#c-layout .c-earth-box .c-box>img{

	width:100%;

	-webkit-transform: translateX(0%);

	transform: translateX(0%);

}

#c-layout .c-earth-box .c-yun-box{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 3;

	width: 200%;

	height: 100%;

	animation: yunMove 100s infinite linear;

}

#c-layout .c-earth-box .c-yun-box img {

	float: left;

	width: 50%;

	height: 100%;

	/* object-fit: cover; */

}

#c-layout .c-text-box {

	position: absolute;

	top:0;

	right:0;

	z-index:10;

	width: 100%;

	padding:1.4rem 2rem 1.4rem 2rem;

	background: rgba(0,0,0,.4);

	color:#fff;

}

#c-layout .c-text-box .c-list {

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-layout .c-text-box .c-list li {

	margin-bottom:70px;

	display: flex;

	align-items: center;

	width: 25%;

}

#c-layout .c-text-box .c-list li .c-num {

	margin-right: 15px;

	font-size: 80px;

	line-height: 1em;

}

#c-layout .c-text-box .c-list li .c-p1 {

	margin-bottom:10px;

	font-size:24px;

	line-height: 34px;

}

#c-layout .c-text-box .c-list li .c-p1 span {

	font-size: 34px;

}

#c-layout .c-text-box .c-list li .c-p2 {

	opacity: .5;

	line-height: 26px;

}

#c-layout .c-common-btn{

	border-bottom: 1px solid rgba(255,255,255,.5);

}

#c-layout .c-common-btn::before{

	border-color: #fff;

}





/* 伙伴 */

#c-partner {

	position: relative;

	padding: 50px 0 50px;

	background: #f6f6f6;

}

#c-partner .c-container {

	z-index:3;

}

.c-banner2 {

	padding-bottom:50px;

}

.c-banner2 .c-wrap{

	height: 1.36rem;

}

.c-banner2 .c-wrap img {

	width: 100%;

	height:100%;

	object-fit: cover;

}

.c-banner2 .swiper-pagination {

	bottom:0;

}

.c-banner2 .swiper-pagination-bullet {

	opacity: 1;

	background: #ddd;

}

.c-banner2 .swiper-pagination-bullet-active {

	background: #bb1c14;

}

#c-partner2 {

	padding: 80px 0 120px;

	background: #fff;

}

#c-partner2 .c-main-wrap {

	box-shadow: 0 2px 30px rgba(84,0,0,.07);

}

.c-banner11-top {

	padding-bottom: 10px;

}

.c-banner11-top .swiper-slide {

	height: 90px;

	font-size: 30px;

	line-height: 90px;

	text-align: center;

	color: #333;

	background: #ddd;

	cursor: pointer;

	transition: .5s;

}

.c-banner11-top .swiper-slide::before{

	content: "";

	position: absolute;

	bottom: -20px;

	left: 50%;

	margin-left: -10px;

	border: 10px solid transparent;

	transition: .5s;

}

.c-banner11-top .swiper-slide-thumb-active::before,.c-banner11-top .swiper-slide:hover::before {

	border-top: 10px solid #bb1c14;

}

.c-banner11-top .swiper-slide-thumb-active,.c-banner11-top .swiper-slide:hover {

	background: #bb1c14;

	color: #fff;

}



.c-banner11-bottom .swiper-slide .c-wrap{

	margin: 0 -10px;

	padding: 45px 35px 30px;

	display: flex;

	flex-wrap: wrap;

	align-items: flex-start;

}

.c-banner11-bottom .swiper-slide .c-img-box {

	margin-bottom: 20px;

	padding: 0 10px;

	width: 14.28%;

	height: .82rem;

}

.c-banner11-bottom .swiper-slide .c-img-box .c-box{

	border: 1px solid #eeeeee;

	height: 100%;

	overflow: hidden;

}

.c-banner11-bottom .swiper-slide .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}





.fwzl { width: 100%; margin: 0px auto;}

.fwzl ul li { width: 31%; margin: 0 3.5% 4% 0; float: left;}

.fwzl ul li:nth-child(3n) { margin-right: 0;}

.fwzl ul li .ztb { width: 22%; float: left;}

.fwzl ul li .ztb img { width: 100%; height: auto;}

.fwzl ul li .ywz { width: 78%; float: right;}

.fwzl ul li .ywz h1 { font-size:20px; height: 30px; font-weight: bold; color:#333;}

.fwzl ul li .ywz p { font-size: 14px; line-height: 24px; color: #666;}

@media screen and (max-width: 992px) {

.fwzl ul li { width: 100%; margin: 0 0% 5% 0; float: none;}	

.fwzl ul li .ywz h1 { font-size:16px; height: 30px;}

}







/* 新闻 */

#c-news {

	background: #fff;

	padding: 80px 0;

}

#c-news .c-list {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-news .c-list li {

	width: 23%;

}

#c-news .c-list li .c-wrap {

	position: relative;

	z-index: 1;

	display: block;

	height: 3.9rem;

	overflow: hidden;

	border-bottom: 1px solid #d0d0d0;

}

#c-news .c-list li .c-wrap:before {

	opacity: 0;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	z-index: 3;

	width: 100%;

	height: 100%;

	background: rgba(255, 255, 255, .2);

	transition: all 0.5s;

}

#c-news .c-list li .c-wrap:after {

	content: "";

	position: absolute;

	bottom: -100%;

	left: 0;

	z-index: 3;

	width: 100%;

	height: 168px;

	background: rgba(187,28,20,.7);

	transition: all 0.5s;

}

#c-news .c-list li .c-wrap:hover:after {

	bottom: 0;

}

#c-news .c-list li .c-wrap img {

	position: relative;

	z-index: 2;

	opacity: 1;

	transition: all 0.5s;

	width: 100%;

	height: auto;

	object-fit: cover;

}

#c-news .c-list li .c-wrap .c-text-box {

	position: absolute;

	bottom: 0;

	left: 0;

	padding: 20px 20px;

	z-index: 5;

	width: 100%;

	color: #fff;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	transition: all 0.5s;

}

#c-news .c-list li .c-wrap .c-text-box .c-time {

	line-height: 36px;

	color: #666;

	transition: all 0.5s;

}

#c-news .c-list li .c-wrap .c-text-box .c-title {

	margin: 10px 0 20px;

	color: #333;

	height: 60px;

	font-size: 16px;

	line-height: 30px;

	transition: all 0.5s;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 2;

}

#c-news .c-list li .c-wrap .c-text-box .c-arrow {

	opacity: 1;

	height: 15px;

	background: url(../images/jt3.png) no-repeat left center;

	background-size: auto 15px;

	transition: all 0.5s;

}

#c-news .c-list li .c-wrap:hover:before,#c-news .c-list li .c-wrap:hover img,

#c-news .c-list li .c-wrap:hover .c-mask-red {

	opacity: 1;

}

#c-news .c-list li .c-wrap:hover .c-text-box .c-arrow{

	display: none;

}

#c-news .c-list li .c-wrap:hover .c-text-box{

	bottom: 0px;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

#c-news .c-list li .c-wrap:hover .c-text-box .c-time,#c-news .c-list li .c-wrap:hover .c-title{

	color: #fff;

}

/* 头条 */

#c-news2 {

	padding:80px 0px;

	background: #fff;

}

#c-news2 .c-wrap {

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

	background: #f6f6f6;

}

#c-news2 .c-wrap .c-img-box {

	width: 57.8%;

	height: 5.48rem;

	overflow: hidden;

}

#c-news2 .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-news2 .c-wrap .c-text-box {

	padding: 70px 80px;

	width: 42.2%;

}

#c-news2 .c-wrap .c-text-box .c-time {

	line-height: 26px;

	color: #333;

}

#c-news2 .c-wrap .c-text-box .c-title {

	margin:10px 0 30px;

	font-size: 30px;

	line-height: 40px;

	color: #333;

}

#c-news2 .c-wrap .c-text-box .c-text {

	margin-bottom: 40px;

	font-size: 14px;

	line-height: 30px;

	color: #333;

} 

.c-banner14 .swiper-slide {

	opacity: 0 !important;

}

.c-banner14 .swiper-slide-active {

	opacity: 1 !important;

}

.c-banner14 .swiper-button-next, .c-banner14 .swiper-button-prev{

	margin-top: 0;

	opacity: 1;

	width: 50px;

	height: 50px;

	transition: .5s;

	border: 1px solid #bb1c14;

}

.c-banner14 .swiper-button-next {

	top: auto;

	right: 0;

	bottom: 0;

	background: url(../images/next2-h.png) no-repeat center center;

	background-size: 16px auto;

	transition: .5s;

}

.c-banner14 .swiper-button-prev {

	top: auto;

	left: auto;

	right: 70px;

	bottom: 0;

	background: url(../images/prev2-h.png) no-repeat center center;

	background-size: 16px auto;

	transition: .5s;

}

.c-banner14 .swiper-button-next:hover {

	background: #bb1c14 url(../images/next22.png) no-repeat center center;

	background-size: 16px auto;

}

.c-banner14 .swiper-button-prev:hover {

	background: #bb1c14 url(../images/prev22.png) no-repeat center center;

	background-size: 16px auto;

}



/* 新闻列表 */

#c-news3 {

	padding: 80px 0;

	background: #f5f5f5;

}

#c-news3 .c-list {

	padding-bottom:0px;

	margin: 0 -15px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-news3 .c-list li {

	margin-bottom: 30px;

	width: 33.33%;

	padding: 0 15px;

}

#c-news3 .c-list .c-wrap {

	display: block;

	background: #fff;

	border-bottom: 1px solid #ddd;

	transition: .5s;

}

#c-news3 .c-list .c-wrap:hover {

	border-color: #bb1c14;

}

#c-news3 .c-list .c-wrap .c-img-box {

	height: 3.02rem;

	overflow: hidden;

}

#c-news3 .c-list .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: .5s;

}

#c-news3 .c-list .c-wrap:hover .c-img-box img {

	transform:scale(1.1,1.1);

	-webkit-transform:scale(1.1,1.1); 

}

#c-news3 .c-list .c-wrap .c-text-box {

	padding: 20px 40px 40px 40px;

}

#c-news3 .c-list .c-wrap .c-text-box .c-time {

	line-height: 26px;

	color: #999;

}

#c-news3 .c-list .c-wrap .c-text-box .c-title {

	margin: 10px 0 25px;

	font-size: 24px;

	line-height: 34px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

}

#c-news3 .c-list .c-wrap .c-text-box .c-text {

	line-height: 30px;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 2;

}

/* 新闻详情 */

#c-news4 {

	padding: 50px 0 150px;

	background: #f9f9f9;

}

#c-news4 .c-main-wrap {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-news4 .c-left-box {

	width: 68.4%;

}

#c-news4 .c-left-box .c-top-box {

	padding: 75px 40px 0;

	background: #fff;

}

#c-news4 .c-left-box .c-top-box .c-title {

	font-size: 30px;

	line-height: 40px;

	color: #262626;

}

#c-news4 .c-left-box .c-top-box .c-time {

	padding: 15px 0 25px;

	line-height: 26px;

	color: #666;

}

#c-news4 .c-left-box .c-top-box .c-text {

	padding-bottom: 30px;

	line-height: 30px;

	color: #666;

}

#c-news4 .c-left-box .c-top-box .c-text img {

	max-width: 100%;

	height: auto !important;

}

#c-news4 .c-left-box .c-top-box .c-share {

	border-top: 1px solid #ddd;

	padding: 30px 0;

	font-size: 18px;

	line-height: 28px;

	color: #262626;

}

#c-news4 .c-left-box .c-pn-box {

	padding-top: 50px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	line-height: 30px;

}

#c-news4 .c-left-box .c-pn-box a{

	font-size: 18px;

	color: #2c2e2f;

	transition: .5s;

}

#c-news4 .c-left-box .c-pn-box .c-prev {

	padding-left: 40px;

	background: url(../images/prev3.png) no-repeat left center;

	background-size: auto 18px;

}

#c-news4 .c-left-box .c-pn-box .c-next {

	padding-right: 40px;

	background: url(../images/next3.png) no-repeat right center;

	background-size: auto 18px;

}

#c-news4 .c-left-box .c-pn-box .c-return {

	padding-left: 40px;

	background: url(../images/menu.png) no-repeat left center;

	background-size: auto 18px;

}

#c-news4 .c-left-box .c-pn-box .c-prev:hover {

	color: #bb1c14;

	background: url(../images/prev3-h.png) no-repeat left center;

	background-size: auto 18px;

}

#c-news4 .c-left-box .c-pn-box .c-next:hover {

	color: #bb1c14;

	background: url(../images/next3-h.png) no-repeat right center;

	background-size: auto 18px;

}

#c-news4 .c-left-box .c-pn-box .c-return:hover {

	color: #bb1c14;

	background: url(../images/menu-h.png) no-repeat left center;

	background-size: auto 18px;

}



#c-news4 .c-right-box {

	/* position: sticky;

	top:80px; */

	width: 28.9%;

}

#c-news4 .c-right-box .c-top-box {

	margin-bottom: 40px;

	background: #fff;

}

#c-news4 .c-right-box .c-top-box .c-bg-title {

	background: #bb1c14;

	font-size:24px;

	line-height: 76px;

	text-align: center;

	color: #fff;

}

#c-news4 .c-right-box .c-top-box .c-list{

	padding: 30px 30px 0;

}

#c-news4 .c-right-box .c-top-box .c-list li{

	padding-bottom: 30px;

}

#c-news4 .c-right-box .c-top-box .c-list .c-wrap {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-news4 .c-right-box .c-top-box .c-list .c-img-box {

	width: 36%;

	height: .9rem;

	overflow: hidden;

}

#c-news4 .c-right-box .c-top-box .c-list .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-news4 .c-right-box .c-top-box .c-list .c-text-box {

	padding-left: 20px;

	width: 64%;

}

#c-news4 .c-right-box .c-top-box .c-list .c-text-box .c-time{

	padding-bottom: 5px;

	font-size: 14px;

	line-height: 24px;

	color: #999;

}

#c-news4 .c-right-box .c-top-box .c-list .c-text-box .c-title {

	font-size: 16px;

	line-height: 26px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

}

#c-news4 .c-right-box form {

	background: #fff;

}

#c-news4 .c-right-box form .c-title {

	font-size: 24px;

	line-height: 76px;

	text-align: center;

	color: #bb1c14;

	background: #e9e9e9;

}

#c-news4 .c-right-box form .c-wrap {

	padding: 30px;

}

#c-news4 .c-right-box form .c-wrap input {

	margin-bottom: 20px;

	width: 100%;

	height: 62px;

	padding: 0 20px;

	font-size: 16px;

	color: #333;

	border: 1px solid #ddd;

}

#c-news4 .c-right-box form .c-wrap button {

	width: 100%;

	height: 60px;

	font-size: 16px;

	color: #fff;

	background: #bb1c14;

}

/* 顶部分类 */

#c-top-menu {

	padding: 50px 0 90px;

	background: #fff;

}

#c-top-menu .c-list {

	text-align: center;

}

#c-top-menu .c-list a {

	margin: 0 5px 10px;

	display: inline-block;

	width: 170px;

	line-height: 50px;

	vertical-align: top;

	background: #f8f8f8;

	color: #191919;

	transition: .5s;

}

#c-top-menu .c-list a.active,#c-top-menu .c-list a:hover {

	background: #bb1c14;

	color: #fff;

}



/* 底部 */

#c-footer {

	padding:80px 0;

	background: #333;

}

#c-footer .c-footer-top .c-left-box {

	float:left;

	width:50%;

	color:#fff;

}

#c-footer .c-footer-top .c-left-box .c-logo {

	line-height:46px;

	font-size:25px;

}

#c-footer .c-footer-top .c-left-box .c-logo img {

	margin-right:10px;

	height: 60px;

}

#c-footer .c-footer-top .c-left-box .c-title {

	padding:20px 0 5px;

	font-size:30px;

	line-height: 40px;

}

#c-footer .c-footer-top .c-left-box .c-text{

	font-size:18px;

	line-height: 28px;

	color:#999;

}

#c-footer .c-footer-top .c-left-box .c-ico-box {

	padding: 55px 0 60px; font-size: 26px; color: #c91124;

}

#c-footer .c-footer-top .c-left-box .c-ico-box .c-item {

	display: inline-block;

	vertical-align: top;

	margin-right:15px;

	width: 36px;

	height:36px;

	border-radius: 50%;

	font-size:20px;

	text-align: center;

	line-height: 36px;

	background: rgba(2555,255,255,.1);

	transition: all 0.5s;

	color:#fff;

	background: #999;

}

#c-footer .c-footer-top .c-left-box .c-ico-box .c-item:hover{

	background: #bb1c14;

}

#c-footer .c-footer-top .c-list-box {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-footer .c-footer-top .c-list-box>li{

	padding-left: 15px;

}

#c-footer .c-footer-top .c-list-box .c-title-box {

	padding-bottom:20px;

}

#c-footer .c-footer-top .c-list-box .c-title-box .c-title {

	font-size:20px;

	line-height:30px;

	color:#fff;

}

#c-footer .c-footer-top .c-list-box .c-title-box i {

	display: none;

	transition: all 0.5s;

}

#c-footer .c-footer-top .c-list-box .c-list li {

	padding: 10px 0;

	line-height:26px;

}

#c-footer .c-footer-top .c-list-box .c-list li a {

	color:#999;

	transition: all 0.5s;

}

#c-footer .c-footer-top .c-list-box .c-list li a:hover {

	color:#bb1c14;

}

#c-footer .c-footer-bottom {

	padding-top:80px;

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-footer .c-footer-bottom a {

	color:#999;

	transition: all 0.5s;

}

#c-footer .c-footer-bottom a:hover{

	color:#bb1c14;

}

#c-footer .c-footer-bottom .c-copyright,#c-footer .c-footer-bottom .c-link {

	font-size: 14px;

	line-height: 24px;

	color:#999;

}

#c-footer .c-footer-bottom .c-link .c-item {

	display: inline-block;

	vertical-align: middle;

	padding:0 15px;

	line-height:1em;

	border-right: 1px solid #999;

}

#c-footer .c-footer-bottom .c-link .c-item:first-child {

	padding-left: 0;

}

#c-footer .c-footer-bottom .c-link .c-item:last-child{

	padding-right: 0;

	border: 0;

}

#c-footer .c-weixin{

	display: none;

	position:fixed;

	z-index: 910;

	top:0;

	left:0;

	width: 100%;

	height: 100%;

	background:rgba(0,0,0,.5);

}

#c-footer .c-weixin .c-img-box {

	position: absolute;

	top:50%;

	left:50%;

	margin: -138px 0 0 -120px;

	padding: 20px;

	width: 240px;

	background:#fff;

	overflow: hidden;

}

#c-footer .c-weixin .c-img-box img {

	width: 100%;

	margin-bottom: 20px;

}

#c-footer .c-weixin .c-img-box p {

	font-size: 16px;

	line-height: 1em;

	text-align: center;

	color: #555;

}



/* 顶部banner */

.c-topBanner {

	position: relative;

	min-width: 1200px;

}

.c-topBanner img {

	width: 100%;

}

.c-topBanner .c-wrap {

	position: absolute;

	top:50%;

	left:0;

	width: 100%;

	max-width: 1200px;

	text-align: center;

	color: #fff;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}

.c-topBanner .c-wrap .c-title {

	font-weight: bold;

	font-size: 36px;

	line-height: 1.5em;

}



/* 顶部当前定位 */

#c-site {

	padding: 30px 0;

	font-size: 16px;

	line-height: 26px;

	color: #666;

	background: #fff;

}

#c-site.c-unique {

	background: #f9f9f9;

}

#c-site a {

	color: #666;

}

#c-site a:hover,#c-site a.active{

	color: #bb1c14;

}



/* 判断有无banner图 */

#c-is-banner {

	display: none;

}

/* 占位标签 */

#c-placeholder {

	height: 80px;

}



/*分页*/

#c-pagination {

	text-align: center;

}

#c-pagination li {

	display: inline-block;

	vertical-align: middle;

	padding: 0 15px;

	font-size:20px;

	line-height: 26px;

}

#c-pagination li a {

	display: inline-block;

	vertical-align: middle;

	border-bottom: 1px solid transparent;

	color: #666;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;

}

#c-pagination li.active a,#c-pagination li:hover a {

	color: #bb1c14;

	border-color: #bb1c14;

}



#particles-js {

	display: none;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 0;

	width: 100%;

}



/* 可视化数据 */

#c-visualization {

	position: relative;

	z-index: 2;

}

#c-visualization .c-wrap {

	position: relative;

}

#c-visualization .c-list {

	position: absolute;

	top: -90px;

	left: 0;

	width: 100%;

	padding: 50px;

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

	background: #fff;

	box-shadow: 0 3px 20px rgba(0,0,0,.1);

}

#c-visualization .c-list li {

	text-align: center;

}

#c-visualization .c-list li:nth-child(1) .c-top-box .c-text span,#c-visualization .c-list li:nth-child(2) .c-top-box .c-text span {

	display: none;

}



#c-visualization .c-list .c-top-box .c-num {

	display: inline-block;

	font-size: 60px;

	line-height: 1;

	color: #bb1c14;

}

#c-visualization .c-list .c-top-box .c-text {

	line-height: 1;

	color: #333;

	display: inline-block;

}

#c-visualization .c-list .c-top-box .c-text span {

	font-weight: bold;

	font-size: 26px;

	color: #bb1c14;

}

#c-visualization .c-list .c-title {

	padding-top: 20px;

	font-size: 18px;

	line-height: 1em;

	color: #333;

}



/* 关于我们列表 */

#c-about-list .c-title {

	margin-bottom: 30px;

	font-size: 48px;

	color: #000;

}

#c-about-list .c-text {

	margin-bottom: 80px;

	line-height: 26px;

	color: #666;

}

#c-about-list li {

	flex-wrap: wrap;

}



#c-about-list li:nth-child(1) {

	display: flex;

	align-items: center;

	padding-top: 80px;

	background: #fff;

	flex-direction: row-reverse;

}

#c-about-list li:nth-child(2) {

	display: flex;

	align-items: center;

	padding-bottom: 80px;

	background: #fff;

}

#c-about-list li:nth-child(1) .c-img-box,#c-about-list li:nth-child(4) .c-img-box,

#c-about-list li:nth-child(2) .c-img-box,#c-about-list li:nth-child(3) .c-img-box{

	width: 50%;

	height: 5.98rem;

	overflow: hidden;

}

#c-about-list li .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



#c-about-list li:nth-child(1) .c-text-box {

	padding: 0 130px 0 2rem;

	width: 50%;

}

#c-about-list li:nth-child(2) .c-text-box {

	padding: 0 2rem 0 130px;

	width: 50%;

}





/* 链接 */

#c-link-box {

	padding: 140px 0;

	background: #fff;

}

#c-link-box .c-list {

	margin: 0 -10px;

}

#c-link-box .c-list li {

	float: left;

	width: 50%;

	padding: 0 10px;

	background: #fff;

}

#c-link-box .c-list .c-wrap {

	position: relative;

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 60px 80px;

	box-shadow: 0 2px 30px rgba(84,0,0,.07);

	transition: .5s;

}

#c-link-box .c-list .c-wrap::before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 100%;

	background: url(../images/ab-link-bg.png)no-repeat left top;

	background-size: auto 100%;

}

#c-link-box .c-list .c-wrap .c-img-box {

	display: flex;

	justify-content: center;

	align-items: center;

	width: 60px;

}

#c-link-box .c-list .c-wrap .c-img-box img {

	width: 100%;

}

#c-link-box .c-list .c-wrap .c-img-box img:last-child,#c-link-box .c-list .c-wrap:hover img:first-child {

	display: none;

}



#c-link-box .c-list .c-wrap:hover img:last-child {

	display: inline-block;

}

#c-link-box .c-list li .c-wrap:hover {

	background: #bb1c14;

}

#c-link-box .c-list .c-wrap .c-title {

	position: relative;

	z-index: 2;

	margin-bottom: 20px;

	font-size: 30px;

	line-height: 1em;

	color: #262626;

	transition: .5s;

}

#c-link-box .c-list .c-wrap .c-text {

	position: relative;

	z-index: 2;

	display: inline-block;

	vertical-align: top;

	padding-right: 35px;

	line-height: 1em;

	color: #262626;

	background: url(../images/jt4.png)no-repeat right center;

	background-size: 12px auto;

	transition: .5s;

}

#c-link-box .c-list .c-wrap:hover {

	background: #bb1c14;

	background: url(../images/jt4-h.png)no-repeat right center;

	background-size: 12px auto;

}

#c-link-box .c-list .c-wrap:hover .c-text{

	background: url(../images/jt4-h.png)no-repeat right center;

	background-size: 12px auto;

}

#c-link-box .c-list .c-wrap:hover .c-title,#c-link-box .c-list .c-wrap:hover .c-text{

	color: #fff;

}



/* 理念列表 */

#c-idea {

	padding: 95px 0 130px;

	background: #fff;

}

#c-idea .c-list li{

	margin-bottom: 40px;

	padding: 60px 0;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-idea .c-list li:last-child {

	margin-bottom: 0;

}

#c-idea .c-list li:nth-child(odd){

	flex-direction:row-reverse;

	background: #fff;

	background: -webkit-linear-gradient(left,#f7f7f7 75%,#fff 75%);

	background: linear-gradient(to right,#f7f7f7 75%,#fff 75%);



}

#c-idea .c-list li:nth-child(even){

	background: #fff;

	background: -webkit-linear-gradient(left,#fff 25%,#f7f7f7 25%);

	background: linear-gradient(to right,#fff 25%,#f7f7f7 25%);

}

#c-idea .c-list .c-img-box {

	width: 50%;

	height: 5rem;

	overflow: hidden;

}

#c-idea .c-list .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-idea .c-list .c-text-box {

	padding: 0 130px;

	width: 50%;

}

#c-idea .c-list .c-text-box .c-title {

	margin-bottom: 30px;

	font-size: 48px;

	line-height: 58px;

	color: #191919;

	transition: .5s;

}

#c-idea .c-list li:hover .c-text-box .c-title {

	color: #bb1c14;

}

#c-idea .c-list .c-text-box .c-text {

	color: #666;

	line-height: 30px;

}



/* 全球布局  */

#c-location1 {

	padding:100px 0 140px;

	background: #fff;

}

#c-location1 .c-wrap{

	position: relative;

	border-radius: 20px;

	overflow: hidden;

}

#c-location1 .c-wrap .c-img-box {

	position: relative;

	overflow: hidden;

}

#c-location1 .c-wrap .c-img-box img {

	width: 100%;

}

#c-location1 .c-wrap .c-img-box .c-dot {

	position: absolute;

	width: 6px;

	height: 6px;

	border-radius: 50%;

	background: #bb1c14;

	display: flex;

	justify-content: center;

	align-items: center;

}

#c-location1 .c-wrap .c-img-box .c-dot i {

	flex: 0 0 40px;

	min-width: 40px;

	height: 40px;

	border-radius: 50%;

	background: rgba(187,28,20,.4);

	border: 1px solid #bb1c14;

	animation: scalemap 2s linear infinite;

	-moz-animation: scalemap 2s linear infinite;

	-webkit-animation: scalemap 2s linear infinite;

}

#c-location1 .c-wrap .c-img-box .c-1 {

	top: 38.016%;

	left: 9.605%;

}

#c-location1 .c-wrap .c-img-box .c-2 {

	top: 40.862%;

	left: 11.578%;

}

#c-location1 .c-wrap .c-img-box .c-3 {

	top: 43.636%;

	left: 10.394%;

}

#c-location1 .c-wrap .c-img-box .c-4 {

	top: 44.958%;

	left: 11.315%;

}

#c-location1 .c-wrap .c-img-box .c-5 {

	top: 50.247%;

	left: 8.552%;

}

#c-location1 .c-wrap .c-img-box .c-6 {

	top: 51.57%;

	left: 18.412%;

}

#c-location1 .c-wrap .c-img-box .c-7 {

	top: 96.859%;

	left: 16.315%;

}

#c-location1 .c-wrap .c-img-box .c-8 {

	top: 67.933%;

	left: 30.5%;

}

#c-location1 .c-wrap .c-img-box .c-9 {

	top: 27.107%;

	left: 35.986%;

}

#c-location1 .c-wrap .c-img-box .c-10 {

	top: 58.347%;

	left: 39.026%;

}

#c-location1 .c-wrap .c-img-box .c-11 {

	top: 53.553%;

	left: 43.6%;

}

#c-location1 .c-wrap .c-img-box .c-12 {

	top: 53.884%;

	left: 46.71%;

}

#c-location1 .c-wrap .c-img-box .c-13 {

	top: 70.743%;

	left: 36.907%;

}

#c-location1 .c-wrap .c-img-box .c-14 {

	top: 78.482%;

	left: 36.973%;

}

#c-location1 .c-wrap .c-img-box .c-15 {

	top: 86.611%;

	left: 39.605%;

}

#c-location1 .c-wrap .c-img-box .c-16 {

	top: 88.76%;

	left: 44.736%;

}

#c-location1 .c-wrap .c-img-box .c-17 {

	top: 97.52%;

	left: 48.026%;

}

#c-location1 .c-wrap .c-img-box .c-18 {

	top: 34.876%;

	left: 73.157%;

}

#c-location1 .c-wrap .c-img-box .c-19 {

	top: 54.545%;

	left: 76.513%;

}

#c-location1 .c-wrap .c-img-box .c-20 {

	top: 71.074%;

	left: 76.184%;

}

#c-location1 .c-wrap .c-img-box .c-21 {

	top: 91.404%;

	left: 83.815%;

}





@keyframes scalemap {

	0% {

	  transform: scale(0.2);

	  opacity: 1;

	}

	100% {

	  transform: scale(1.5);

	  opacity: 0;

	}

  }

  @-moz-keyframes scalemap {

	0% {

	  transform: scale(0.2);

	  opacity: 1;

	}

	100% {

	  transform: scale(1.5);

	  opacity: 0;

	}

  }

  @-webkit-keyframes scalemap {

	0% {

	  transform: scale(0.2);

	  opacity: 1;

	}

	100% {

	  transform: scale(1.5);

	  opacity: 0;

	}

  }

  @-o-keyframes scalemap {

	0% {

	  transform: scale(0.2);

	  opacity: 1;

	}

	100% {

	  transform: scale(1.5);

	  opacity: 0;

	}

  }

#c-location1 .c-wrap .c-text-box {

	position: absolute;

	right: 0;

	bottom: 0;

	width: 45%;

	padding: 40px;

	background: rgba(187,28,20,.9);

}

#c-location1 .c-wrap .c-text-box .c-title {

	margin-bottom:30px;

	font-size: 48px;

	line-height: 48px;

	color: #fefefe;

}

#c-location1 .c-wrap .c-text-box .c-title span {

	margin-left: 30px;

	display: inline-block;

	width: 100px;

	border-top: 2px solid #fefefe;

	vertical-align: middle;

}

#c-location1 .c-wrap .c-text-box .c-text{

	line-height: 30px;

	color: #fff;

	opacity: .8;

}



/* 未来规划 */

#c-location2 {

	padding: 140px 0;

	background: #f2f2f2 url(../images/dw-img2.jpg)no-repeat center center;

	background-size: cover;

}

#c-location2 .c-title {

	margin-bottom: 80px;

	font-size: 48px;

	line-height: 1em;

	color: #222;

}

#c-location2 .c-title span {

	color: #bb1c14;

}

.c-banner3 .swiper-wrapper {

	padding-top: 10px;

}

.c-banner3 .swiper-slide {

	border-top: 1px solid #eaeaea;

}



.c-banner3 .c-wrap {

	position: relative;

	padding: 0 25px;

}

.c-banner3 .c-wrap .c-dot {

	position: absolute;

	top: -10px;

	left: 85px;

	width: 20px;

	height: 20px;

	border-radius: 50%;

	border: 1px solid #9f9f9f;

	background: #9f9f9f;

}

.c-banner3 .c-wrap .c-year {

	position: relative;

	z-index: 2;

	padding: 50px 60px 0;

	font-size: 72px;

	line-height: 1em;

	color: #222;

}

.c-banner3 .c-wrap .c-text {

	margin-top: -36px;

	padding: 50px 60px;

	background: #fff;

	line-height: 36px;

	color: #666;

}

.c-banner3 .swiper-slide-active .c-dot{

	border: 1px solid #bb1c14;

	background: #f2f2f2;

}

.c-banner3 .swiper-slide-active .c-year{

	color: #bb1c14;

}

/* 定位页面列表  */

#c-location3 {

	padding-top: 140px;

	background: #fff;

}

#c-location3 .c-list li {

	padding-bottom: 140px;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-location3 .c-list .c-img-box {

	width: 50%;

	position: relative;

	height: 5rem;

	overflow: hidden;

}

#c-location3 .c-list .c-img-box img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-location3 .c-list .c-text-box {

	width: 50%;

	padding-left: 130px;

}

#c-location3 .c-list li:nth-child(even) {

	flex-direction:row-reverse;

}

#c-location3 .c-list li:nth-child(even) .c-text-box{

	padding: 0 130px 0 0;

}

#c-location3 .c-list .c-text-box .c-title {

	margin-bottom: 40px;

	font-size: 48px;

	color: #191919;

	line-height: 1em;

}

#c-location3 .c-list .c-text-box .c-text {

	color: #666;

	line-height: 30px;

}

/* 公共视频 */

.c-common-video {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

	width: 100%;

	height: 100%;

}

.c-common-video video {

	position: absolute;

	top: 50%;

	left: 50%;

	min-height: 100%;

	min-width: 100%;

    -webkit-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

/* 公司介绍 */

#c-profile1 {

	padding: 100px 0 140px;

	background: #fff;

}

#c-profile1 .c-wrap {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-profile1 .c-wrap .c-img-box {

	position: relative;

	width: 50%;

	height: 4.78rem;

	overflow: hidden;

}

#c-profile1 .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-profile1 .c-wrap .c-img-box .c-play {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center;

	background-size: 80px;

	cursor: pointer;

}

#c-profile1 .c-wrap .c-text-box {

	width: 50%;

	padding-right: 90px;

}

#c-profile1 .c-wrap .c-text-box .c-title {

	margin-bottom: 50px;

	font-size: 48px;

	line-height: 1em;

	color: #222;

}

#c-profile1 .c-wrap .c-text-box .c-title span {

	color: #bb1c14;

}

#c-profile1 .c-wrap .c-text-box .swiper-container {

	height: 210px;

	line-height: 30px;

	color: #666;

}

#c-profile1 .swiper-container .swiper-slide {

	padding-right: 10px;

	height: auto;

}

/* 领导致辞 */

#c-profile2 {

	padding: 140px 0;

	background: #f5f5f5;

}

.c-banner4 .c-item {

	 display: flex;

	 justify-content: space-between;

	 align-items: center;

	 flex-wrap: wrap;

}

.c-banner4 .c-item .c-img-box {

	width: 450px;

}

.c-banner4 .c-item .c-img-box .c-box {

	border: 1px solid #e8e8e8;

	height: 600px;

}

.c-banner4 .c-item .c-img-box .c-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.c-banner4 .c-item .c-img-box .c-title {

	padding: 20px 0;

	font-size: 24px;

	line-height: 40px;

	color: #333;

	text-align: center;

}

.c-banner4 .c-item .c-text-box {

	padding: 0 0 35px 100px;

	width: -webkit-calc(100% - 450px);

	width: calc(100% - 450px);

}

.c-banner4 .c-item .c-text-box .c-title {

	font-size: 48px;

	line-height: 1em;

	color: #191919;

}

.c-banner4 .c-item .c-text-box .c-title span {

	color: #bb1c14;

}

.c-banner4 .c-item .c-text-box .c-subtitle {

	padding: 55px 0 25px;

	font-size: 30px;

	line-height: 40px;

	color: #191919;

}

.c-banner4 .c-button-box {

	position: absolute;

	bottom: 0;

	right: 0;

	z-index: 10;

	height: 80px;

	width: -webkit-calc(100% - 550px);

	width: calc(100% - 550px);

}

.c-banner4 .swiper-button-next,.c-banner4 .swiper-button-prev {

	margin-top:0;

	opacity: 1;

	width: 200px;

	height: 80px;

	transition: .5s;

}

.c-banner4 .swiper-button-next {

	top: auto;

	bottom: 0;

	right: auto;

	left: 230px;

	background: #fff url(../images/next.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner4 .swiper-button-next:hover {

	background: #bb1c14 url(../images/next-h.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner4 .swiper-button-prev {

	top: auto;

	bottom: 0;

	left: 0;

	background: #fff url(../images/prev.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner4 .swiper-button-prev:hover {

	background: #bb1c14 url(../images/prev-h.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner4 .c-item .c-text-box .c-text {

	height: 270px;

	font-size: 16px;

	line-height: 30px;

	color: #666;

}

.c-banner4 .c-item .c-text-box .c-text .swiper-slide {

	padding-right: 10px;

	height: auto;

}



/* 历史 */

#c-profile3 {

	position: relative;

	text-align: center;

}

#c-profile3 .c-mask {

	position: relative;

	z-index:10;

	padding: 140px 0;

	background: url(../images/mbl.png)repeat;

}

#c-profile3 .c-bg-title {

	font-size: 48px;

	line-height: 1em;

	color: #fff;

}

.c-banner5-bg {

	position: absolute;

	top:0;

	left:0;

	z-index: 1;

	width:100%;

	height:100%;

	overflow: hidden;

}



.c-banner5-img {

	height: 100%;

}

.c-banner5-bg img {

	position: relative;

	z-index: 1;

	width: 100%;

	height: 100%;

	object-fit: cover;

	-webkit-transition: all 7s;

	transition: all 7s;

}

.c-banner5-bg .swiper-slide {

	z-index: 1;

}

.c-banner5-bg .swiper-slide-active {

	z-index: 5;

}

.c-banner5-bg .swiper-slide-active img {

	transform: scale(1.1,1.1);

	-webkit-transform: scale(1.1,1.1);

}

.c-banner5 {

	padding: 260px 0 120px;

}

.c-banner5 .c-line1,.c-banner5 .c-line2{

	opacity: .6;

	position: absolute;

	top: 30px;

	left: 0;

	width: -webkit-calc(50% - 120px);

	width: calc(50% - 120px);

	border: 1px solid #fff;

}

.c-banner5 .c-line2 {

	left:auto;

	right: 0;

}

.c-banner5 .c-time{

	opacity: .5;

	font-weight: bold;

	font-size: 60px;

	line-height: 1em;

	color: #fff;

	transition: .5s;

}

.c-banner5 .c-text {

	opacity: 0;

	padding-top: 40px;

	line-height: 26px;

	color: #fff;

	transition: .5s;

}

.c-banner5 .swiper-slide-thumb-active .c-time,.c-banner5 .swiper-slide-thumb-active .c-text,

.c-banner5 .swiper-slide:hover .c-time,.c-banner5 .swiper-slide:hover .c-text {

	opacity: 1;

}



/* 历史 */

#c-profile4 {

	padding: 200px 0 150px;

	background: #fff;

}

.c-banner6-top {

	margin:  0 auto 140px;

	width: 100%;

	max-width: 1100px;

}

.c-banner6-top .swiper-button-next,.c-banner6-top .swiper-button-prev {

	left: 26px;

	width: 26px;

	height: 50px;

	margin-top: -25px;

}

.c-banner6-top .swiper-button-prev {

	background: url(../images/prev2.png) no-repeat center center;

	background-size: auto 50px;

}

.c-banner6-top .swiper-button-prev:hover {

	background: url(../images/prev2-h.png)no-repeat center center;

	background-size: auto 50px;

}

.c-banner6-top .swiper-button-next {

	left: auto;

	right: 26px;

	background: url(../images/next2.png)no-repeat center center;

	background-size: auto 50px;

}

.c-banner6-top .swiper-button-next:hover {

	background: url(../images/next2-h.png)no-repeat center center;

	background-size: auto 50px;

}

.c-banner6-top .swiper-slide {

	display: flex; 

	justify-content: center;

	align-items: center;

}

.c-banner6-top .c-bg-time {

	opacity: .1;

	font-weight: bold;

	font-size: 350px;

	line-height: 1em;

	text-align: center;

	color: #bb1c14;

}

.c-banner6-top .c-text-box {

	position: absolute;

	top: 50%;

	left: 50%;

	padding: 50px 30px;

	width: -webkit-calc(100% - 480px);

	width: calc(100% - 480px);

	background: rgba(187,28,20,.9);

	-webkit-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

}

.c-banner6-top .c-text-box .c-time {

	font-size: 30px;

	line-height: 1em;

	color: #fff;

}

.c-banner6-top .c-text-box .c-text {

	padding-top: 20px;

	line-height: 26px;

	color: #fff;

}

.c-banner6-bottom {

	text-align: center;

}

.c-banner6-bottom .swiper-slide  {

	padding-top: 35px;

}

.c-banner6-bottom::before {

	content: "";

	position: absolute;

	top: 43px;

	left: 0;

	width: 100%;

	border-top: 1px solid #dddddd;

}

.c-banner6-bottom .c-dot {

	display: inline-block;

	vertical-align: top;

	width: 16px;

	height: 16px;

	border: 5px solid #bb1c14;

	border-radius: 50%;

	background: #bb1c14;

	transition: .5s;

}

.c-banner6-bottom .c-time1 {

	opacity: 0;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	font-size: 24px;

	line-height: 1em;

	color: #333;

	transition: .5s;

}

.c-banner6-bottom .c-time2 {

	opacity: .5;

	padding-top: 10px;

	font-size: 14px;

	line-height: 24px;

	color: #333;

	transition: .5s;

}

.c-banner6-bottom .swiper-slide-thumb-active .c-dot {

	background: #fff;

}

.c-banner6-bottom .swiper-slide-thumb-active .c-time1 {

	opacity: 1;

}

.c-banner6-bottom .swiper-slide-thumb-active .c-time2 {

	opacity: 0;

}



/* 荣誉 */

#c-profile5 {

	padding: 160px 0 140px;

	background: #f5f5f5;

}

#c-profile5 .c-bg-title {

	position: relative;

	margin-bottom: -65px;

	font-size: 48px;

	line-height: 1em;

	color: #333;

}

#c-profile5 .c-bg-title span {

	color: #bb1c14;

}

.c-banner7 {

	padding: 140px 2rem 0;

}

.c-banner7 .swiper-slide {

	padding: 0 30px 0;

	text-align: center;

	background: #fff;

}

.c-banner7 .c-img-box{

	display: flex;

	justify-content: center;

	align-items: center;

	height: 4.25rem;

}

.c-banner7 .c-img-box img {

	max-height: 76%;

	max-width: 90%;

}

.c-banner7 .c-title {

	border-top: 1px solid #e8e8e8;

	font-size: 16px;

	line-height: 26px;

	color: #333;

	padding: 35px 0;

}

.c-banner7 .c-button-box {

	position: absolute;

	top: 0;

	left: 2rem;

	width: -webkit-calc(100% - 4rem);

	width: calc(100% - 4rem);

	z-index: 2;

}

.c-banner7 .swiper-button-next,.c-banner7 .swiper-button-prev {

	margin-top:0;

	opacity: 1;

	width: 200px;

	height: 80px;

	transition: .5s;

}

.c-banner7 .swiper-button-next {

	top: 0;

	right: 0;

	background: #fff url(../images/next.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner7 .swiper-button-next:hover {

	background: #bb1c14 url(../images/next-h.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner7 .swiper-button-prev {

	top: 0;

	left: auto;

	right: 220px;

	background: #fff url(../images/prev.png) no-repeat center center;

	background-size: 25px auto;

}

.c-banner7 .swiper-button-prev:hover {

	background: #bb1c14 url(../images/prev-h.png) no-repeat center center;

	background-size: 25px auto;

}



/* 组织构架 */

#c-profile6 {

	padding: 140px 0;

	background: #fff;

}

#c-profile6 .c-wrap {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-profile6 .c-wrap .c-bg-title {

	position: relative;

	margin-bottom: 30px;

	font-size: 48px;

	line-height: 1em;

	color: #333;

}

#c-profile6 .c-wrap .c-bg-title span {

	color: #bb1c14;

}

#c-profile6 .c-wrap .c-img-box {

	width: 100%;

}

#c-profile6 .c-wrap .c-img-box img {

	width: 100%;

}



/* 基地 */

#c-base {

	padding: 80px 0 110px;

	background: #fff;

}

#c-base .c-top-box {

	margin-bottom: 130px;

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-base .c-top-box .c-title {

	margin-bottom: 20px;

	font-size: 48px;

	line-height: 1em;

	color: #191919;

}

#c-base .c-top-box .c-text {

	width: 66%;

	font-size: 18px;

	line-height: 30px;

	color: #666;

}

#c-base .c-list {

	margin: 0 -8px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-base .c-list li {

	width: 50%;

	margin-bottom: 50px;

	padding: 0 8px;

}

#c-base .c-list .c-wrap {

	display: block;

}

#c-base .c-list .c-wrap .c-img-box {

	height: 4.04rem;

}

#c-base .c-list .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-base .c-list .c-wrap .c-title {

	padding-top: 30px;

	font-size: 24px;

	line-height: 34px;

	text-align: center;

	color: #191919;

}

#c-base2 {

	padding: 80px 0 0;

}

#c-base2 .c-wrap {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	background: #f5f5f5;

}

#c-base2 .c-wrap .c-img-box {

	width: 49.6%;

	height: 5.1rem;

	overflow: hidden;

}

#c-base2 .c-wrap .c-img-box img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-base2 .c-wrap .c-text-box {

	padding: 0 80px;

	width: 50.4%;

}

#c-base2 .c-wrap .c-text-box .c-title {

	margin-bottom: 50px;

	font-size: 48px;

	line-height: 1.1em;

	color: #191919;

}

#c-base2 .c-wrap .c-text-box .c-text {

	line-height: 30px;

	color:#666;

}



/* 生成范围 */

#c-base3 {

	padding: 140px 0;

	background: #f5f5f5;

}

#c-base3 .c-bg-title {

	margin-bottom: 60px;

	font-size: 48px;

	line-height: 1em;

	text-align: center;

	color: #333;

}

#c-base3 .c-bg-title span {

	color: #bb1c14;

}

.c-banner8-wrap {

	position: relative;

}

.c-banner8-wrap .swiper-button-prev{

	left: -60px;

	background: url(../images/prev2.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner8-wrap .swiper-button-next{

	right: -60px;

	background: url(../images/next2.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner8-wrap .swiper-button-prev:hover{

	background: url(../images/prev2-h.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner8-wrap .swiper-button-next:hover{

	background: url(../images/next2-h.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner8 .c-img-box{

	height: 4.02rem;

	overflow: hidden;

}

.c-banner8 .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.c-banner8 .c-title {

	font-size: 24px;

	line-height: 34px;

	padding-top: 25px;

	color: #222;

	text-align: center;

}

.c-banner8 .c-box {

	margin: 0 50px;

	position: relative;

	overflow: hidden;

}



/* 生成设备 */

#c-base4 {

	padding: 140px 0 100px;

	background: #fff;

}

#c-base4 .c-bg-title {

	margin-bottom: 60px;

	font-size: 48px;

	line-height: 1em;

	text-align: center;

	color: #333;

}

#c-base4 .c-bg-title span {

	color: #bb1c14;

}

#c-base4 .c-list {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-base4 .c-list li {

	margin-bottom: 40px;

    width: -webkit-calc(50% - 15px);

    width: calc(50% - 15px);

}

#c-base4 .c-list .c-img-box {

	width: 100%;

	height: 5.4rem;

	overflow: hidden;

}

#c-base4 .c-list .c-img-box img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-base4 .c-list .c-title {

	padding-top: 10px;

	font-size: 24px;

	line-height: 34px;

	text-align: center;

	color: #222;

}



/* 基地环境 */

#c-base5 {

	padding: 140px 0;

	background: #fff;

	background: -webkit-linear-gradient(top,#f7f7f7 50%,#fff 50%);

	background: linear-gradient(to bottom,#f7f7f7 50%,#fff 50%);

}

#c-base5 .c-bg-title {

	margin-bottom: 60px;

	font-size: 48px;

	line-height: 1em;

	text-align: center;

	color: #333;

}

#c-base5 .c-bg-title span {

	color: #bb1c14;

}

#c-base5 .c-list {

	margin: 0 -8px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-base5 .c-list li {

	width: 33.33%;

	margin-bottom: 16px;

	padding: 0 8px;

}

#c-base5 .c-list .c-img-box {

	height: 3.2rem;

	overflow: hidden;

	cursor: pointer;

}

#c-base5 .c-list .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: .5s;

}

#c-base5 .c-list .c-img-box:hover img {

	transform:scale(1.1,1.1);

	-webkit-transform:scale(1.1,1.1); 

}

#c-banner15-wrap {

	opacity: 0;

	position: fixed;

	top: 0;

	left: 0;

	z-index: -10;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.7);

	text-align: center;

	transition: .5s;

}

#c-banner15-wrap.active {

	opacity: 1;

	z-index: 1000;

}

#c-banner15-wrap .c-btn {

	position:fixed;

	top: 85%;

	left: 50%;

	margin-left: -25px;

	width: 50px;

	height: 50px;

	color: #fff;

	background: #fff;

	border-radius: 50%;

	transition: .5s;

}

#c-banner15-wrap .c-btn:after,#c-banner15-wrap .c-btn:before {

	content: "";

	position: absolute;

	bottom: 24px;

	left: 10px;

	width: 30px;

	height: 2px;

	background: #333;

	transition: .5s;

}

#c-banner15-wrap .c-btn:hover {

	background: #bb1c14;

}

#c-banner15-wrap .c-btn:hover:after,#c-banner15-wrap .c-btn:hover:before {

	background: #fff;

}

#c-banner15-wrap .c-btn:after{

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

}

#c-banner15-wrap .c-btn:before{

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg);

}

.c-banner15 {

	position: absolute;

	top: 50%;

	left: 50%;

	padding: 0 60px;

	width: 60%;

	max-height: 60%;

	-webkit-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

}

.c-banner15 .swiper-pagination{

	display: none;

}

.c-banner15 img {

	width:100%;

	height: 100%;

	object-fit: cover;

}

.c-banner15 .swiper-button-next {

	right: 0;

	width: 40px;

	height: 60px;

	margin-top: -30px;

	background: #fff url(../images/next2.png)no-repeat center;

	background-size: 20px auto;

	transition: .5s;

}

.c-banner15 .swiper-button-prev {

	left: 0;

	width: 40px;

	height: 60px;

	margin-top: -30px;

	background: #fff url(../images/prev2.png)no-repeat center;

	background-size: 20px auto;

	transition: .5s;

}

.c-banner15 .swiper-button-next:hover {

	width: 40px;

	height: 60px;

	margin-top: -30px;

	background: #bb1c14 url(../images/next22.png)no-repeat center;

	background-size: 20px auto;

	transition: .5s;

}

.c-banner15 .swiper-button-prev:hover {

	width: 40px;

	height: 60px;

	margin-top: -30px;

	background: #bb1c14 url(../images/prev22.png)no-repeat center;

	background-size: 20px auto;

	transition: .5s;

}

/* 基金委员会 */

#c-responsibility {

	padding: 100px 0 160px;

	background: #fff;

}

#c-responsibility .c-wrap {

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

}

#c-responsibility .c-img-box {

	width: 49.6%;

	height: 5rem;

	overflow: hidden;

}

#c-responsibility .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-responsibility .c-text-box {

	width: 43.4%;

}

#c-responsibility .c-text-box .c-title {

	margin-bottom: 40px;

	font-size: 48px;

	line-height: 1.1em;

	color: #191919;

}

#c-responsibility .c-text-box .c-text {

	line-height: 26px;

	color: #666;

}



/* 活动 */

#c-activity {

	padding: 140px 0;

	background: #f8f8f8;

}

#c-activity .c-bg-title {

	margin-bottom: 60px;

	font-size: 48px;

	line-height: 1em;

	color: #222;

	text-align: center;

}

#c-activity .c-bg-title span {

	color: #bb1c14;

}

#c-activity .c-list {

	margin: 0 -15px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-activity .c-list li {

	padding: 0 15px;

	width: 33.33%;

	margin-bottom: 80px;

}

#c-activity .c-list .c-wrap {

	display: block;

	background: #fff;

}

#c-activity .c-list .c-wrap .c-img-box {

	height: 3.02rem;

	overflow: hidden;

}

#c-activity .c-list .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-activity .c-list .c-wrap .c-text-box {

	padding: 40px 30px 50px;

}

#c-activity .c-list .c-wrap .c-text-box .c-title {

	margin-bottom: 15px;

	font-size: 24px;

	line-height: 34px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

}

#c-activity .c-list .c-wrap .c-text-box .c-text {

	line-height: 30px;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 2;

}



/* 荣誉证书 */

#c-honor {

	padding: 0px 0 80px 0px;

	background: #fff;

}

#c-honor .c-bg-title {

	margin-bottom: 60px;

	position: relative;

	font-size: 48px;

	line-height: 1em;

	color: #333;

	text-align: center;

}

#c-honor .c-bg-title span {

	color: #bb1c14;

}

#c-honor .c-list {

	padding-bottom: 0px;

	margin: 0 -15px;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-honor .c-list li {

	margin-bottom: 30px;

	width: 33.33%;

	padding: 0 15px;

}

#c-honor .c-list .c-wrap {

	padding: 0 30px;

	text-align: center;

	background: #f5f5f5;

}

#c-honor .c-img-box{

	display: flex;

	justify-content: center;

	align-items: center;

	height: 3.5rem;

}

#c-honor .c-img-box img {

	max-height: 76%;

	max-width: 90%;

}

#c-honor .c-title {

	border-top: 1px solid #e8e8e8;

	font-size: 16px;

	line-height: 26px;

	color: #333;

	padding: 35px 0;

}

/* 表单 */

#c-contact {

	padding: 80px 0 140px;

	background: #fff;

}

#c-contact .c-list-box {

	background: #fff;

	box-shadow: 0 1px 50px rgba(0,0,0,.1);

}

#c-contact .c-list1 li{

	float: left;

	position: relative;

	width: 50%;

	height: 90px;

	font-size: 30px;

	line-height: 90px;

	text-align: center;

	color: #333;

	background: #ddd;

	cursor: pointer;

}

#c-contact .c-list1 li:before {

	content: "";

	position: absolute;

	bottom: -20px;

	left: 50%;

	margin-left: -10px;

	border: 10px solid transparent;

}

#c-contact .c-list1 li.active {

	color: #fff;

	background: #bb1c14;

}

#c-contact .c-list1 li.active:before {

	border-top: 10px solid #bb1c14;

}

#c-contact .c-list2 li{

	display: none;

	padding: 0 40px 70px;

}

#c-contact .c-list2 li.active {

	display: block;

}

#c-contact .c-list2 .c-title {

	padding: 50px 0;

	font-size: 24px;

	line-height: 34px;

	color: #191919;

}



#c-contact .c-list2 input {

	width: 100%;

	height: 60px;

	background: #f6f6f6;

	font-size: 16px;

	color: #666;

	padding: 0 20px;

	margin-bottom: 16px;

}

#c-contact .c-list2 textarea {

	width: 100%;

	padding: 17px 20px;

	font-size: 16px;

	line-height: 26px;

	color: #666;

	border: 0;

	background: #f6f6f6;

	height: 225px;

	margin-bottom: 16px;

}

#c-contact .c-list2 .c-item2 input {

	float: left;

	width: -webkit-calc(50% - 10px);

	width: calc(50% - 10px);

}

#c-contact .c-list2 .c-item2 select {

	border: 0;

	float: right;

	width: -webkit-calc(50% - 10px);

	width: calc(50% - 10px);

	height: 60px;

	background: #f6f6f6;

	font-size: 16px;

	color: #666;

	padding: 0 20px;

	margin-bottom: 16px;

}

#c-contact .c-list2 .c-item2 input:last-child {

	float: right;

}

#c-contact .c-list2 button {

	display: block;

	margin: 34px auto 0;

	width: 190px;

	height: 60px;

	font-size: 18px;

	color: #fff;

	background: #bb1c14;

}

/* 信息 */

#c-contact2 {

	padding-bottom: 40px;

	background: #fff;

}

#c-contact2 .c-list1 {

	padding-bottom: 50px;

	text-align: center;

}

#c-contact2 .c-list1 li {

	margin: 0 50px;

	display: inline-block;

	font-size: 48px;

	line-height: 1.1em;

	color: #666;

	cursor: pointer;

}

#c-contact2 .c-list1 li.active {

	color: #bb1c14;

}

#c-contact2 .c-list2 {

	position: relative;

}

#c-contact2 .c-list2>li {

	opacity: 0;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 100%;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	background: #f5f5f5;

}

#c-contact2 .c-list2>li.active{

	position: relative;

	z-index: 2;

	width: 100%;

	height: auto;

	opacity: 1;

}

#c-contact2 .c-list2 .c-left-box {

	width: 50%;

	padding: 50px 0 50px 2rem;

}

#c-contact2 .c-list2 .c-right-box {

	position: relative;

	width: 50%;

}



#c-contact2 .c-list2 .c-left-box .c-link{

	float: left;

	width: 39.4%;

}

#c-contact2 .c-list2 .c-left-box .c-link p {

	margin-bottom: 30px;

	font-weight: bold;

	font-size: 24px;

	line-height: 34px;

	color: #999;

	cursor: pointer;

}

#c-contact2 .c-list2 .c-left-box .c-link p:last-child {

	margin-bottom: 0;

}

#c-contact2 .c-list2 .c-left-box .c-link p.active {

	color: #bb1c14;

}

#c-contact2 .c-list2 .c-left-box .c-text-box {

	float: left;

	padding-right: 50px;

	width: 60.6%;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-item {

	display: none;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-item.active {

	display: block;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-title {

	border-bottom: 1px solid #ddd;

	padding-bottom: 10px;

	font-size: 24px;

	line-height: 34px;

	color: #333;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-text{

	padding: 35px 0 20px;

	line-height: 26px;

	color: #666;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-text p {

	margin-bottom: 15px;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn {

	display: block;

	width: 190px;

	height: 60px;

	text-align: center;

	line-height: 58px;

	border: 1px solid #ddd;

	color: #333;

	transition: .5s;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover {

	border-color: #fff;

	background: #bb1c14;

	color: #fff;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box{

	margin-right: 20px;

	vertical-align: middle;

	display: inline-block;

	width: 18px;

	height: 18px;

}



#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img {

	width: 100%;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img:last-child,

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:first-child {

	display: none;

}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:last-child {

	display: inline-block;

}

/* 地图 */

.c-map {

	opacity: 0;

	position: absolute !important;

	top: 0;

	left: 0;

	z-index: 1!important;

	width: 100%;

	height: 6.52rem;

	background: #f5f5f5;

}

.c-map.active{

	opacity: 1;

	position: relative!important;

	z-index: 2!important;

}

.c-map .map-title {

  font-size: 14px;

  font-weight: bold;

  color: #bb1c14;

}

.c-map .map-content {

  font-size: 12px;

  color: #333;

}

.c-map .anchorBL{

	display:none;

}



/* 人才培养理念 */

#c-join {

	padding-bottom: 120px;

	background: #fff;

}

#c-join .c-wrap {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-join .c-wrap .c-img-box {

	width: 50%;

	height: 4.62rem;

	overflow: hidden;

}

#c-join .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-join .c-wrap .c-text-box {

	width: 50%;

	padding: 0 80px;

}

#c-join .c-wrap .c-text-box .c-title {

	margin-bottom: 50px;

	position: relative;

	font-size: 48px;

	line-height: 1.1em;

	color: #333;

}

#c-join .c-wrap .c-text-box .c-title:before {

	content: "";

	position: absolute;

	top: 50%;

	left: -140px;

	width: 120px;

	margin-top: -1px;

	border-top: 3px solid #bb1c14;

}

#c-join .c-wrap .c-text-box .c-text {

	font-size: 18px;

	line-height: 30px;

	color: #666;

}

/* 薪酬福利及办公环境 */

#c-join2 {

	padding: 140px 0;

	background: #f7f7f7;

}

#c-join2 .c-title-box .c-title{

	font-size: 48px;

	line-height: 1.1em;

	color: #191919;

	text-align: center;

}

#c-join2 .c-title-box .c-line {

	margin: 30px auto;

	width: 60px;

	border-top: 4px solid #bb1c14;

}

.c-banner9 {

	margin-bottom: 80px;

	padding: 70px 0;

}

.c-banner9 .swiper-slide {

	padding: 0 30px;

	text-align: center;

	background: #fff;

}

.c-banner9 .c-img-box {

	display: flex;

	justify-content: center;

	align-items: center;

	margin: -50px auto 0;

	width: 100px;

	height: 100px;

	border: 2px solid #eee;

	background: #fff;

	overflow: hidden;

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

}

.c-banner9 .c-img-box img {

	width: 50px;

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg);

}

.c-banner9 .c-title {

	padding: 40px 0 20px;

	font-size: 24px;

	line-height: 24px;

	color: #191919;

	border-bottom: 1px solid #ebebeb;

}

.c-banner9 .c-text {

	padding: 25px 0;

	color: #666;

	line-height: 26px;

	text-align: left;

	text-indent: 2em;

}

.c-banner9 .swiper-pagination {

	bottom: 0;

}

.c-banner9 .swiper-pagination-bullet-active {

	background: #bb1c14;

}

.c-banner10-wrap {

	position: relative;

}

.c-banner10 .c-img-box{

	height: 4.5rem;

	overflow: hidden;

}

.c-banner10 .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.c-banner10-wrap .swiper-button-prev{

	left: -60px;

	background: url(../images/prev2.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner10-wrap .swiper-button-next{

	right: -60px;

	background: url(../images/next2.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner10-wrap .swiper-button-prev:hover{

	background: url(../images/prev2-h.png) no-repeat center center;

	background-size: 15px auto;

}

.c-banner10-wrap .swiper-button-next:hover{

	background: url(../images/next2-h.png) no-repeat center center;

	background-size: 15px auto;

}

/* 社会招聘 */

#c-join3 {

	padding-top: 140px;

	background: #fff;

}

#c-join3 .c-top-box {

	margin-bottom: 60px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

}

#c-join3 .c-top-box .c-title {

	font-size: 48px;

	line-height: 1.1em;

	color: #222;

}

#c-join3 .c-top-box .c-title span {

	color: #bb1c14;

}

#c-join3 .c-top-box form {

	width: 67.7%;

	padding: 20px;

	background: #f7f7f7;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	align-items: center;

}

#c-join3 .c-top-box form .c-wrap {

	width: -webkit-calc(33.33% - 13px);

	width: calc(33.33% - 13px);

	display: flex;

	align-items: center;

}

#c-join3 .c-top-box form select {

	padding: 0 40px 0 20px;

	width: 100%;

	height: 60px;

	border: 1px solid #ddd;

	background: #fff url(../images/san.png)no-repeat right 20px center;

	background-size: 12px auto;

	color: #666;

}

#c-join3 .c-top-box form input{

	padding: 0 20px;

	height: 60px;

	border: 1px solid #ddd;

	width: -webkit-calc(100% - 60px);

	width: calc(100% - 60px);

	border-right: 0;

	color: #666;

}

#c-join3 .c-top-box form button {

	width: 60px;

	height: 60px;

	background: #bb1c14;

}

#c-join3 .c-top-box form button i {

	color: #fff;

	font-size: 18px;

}

#c-join3 .c-list-box{

	box-shadow: 0 1px 50px rgba(0,0,0,.1);

}

#c-join3 .c-list1 {

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

	padding: 40px 0 30px;

	font-size: 18px;

	line-height: 28px;

	color: #191919;

	border-bottom: 2px solid #e3e3e3;

}

#c-join3 .c-item5 {

	padding-right: 40px;

	width: 100px;

	text-align: right;

}

#c-join3 .c-item5 i {

	font-size: 28px;

	transition: .5s;

}

#c-join3 .c-item1,#c-join3 .c-item2,#c-join3 .c-item3,#c-join3 .c-item4 {

	width: -webkit-calc(25% - 25px);

	width: calc(25% - 25px);

}

#c-join3 .c-item1 {

	padding-left: 40px;

}

#c-join3 .c-item2,#c-join3 .c-item3,#c-join3 .c-item4 {

	padding-left: 20px;

}

#c-join3 .c-list2 .c-title-box {

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

	padding: 20px 0;

	border-bottom: 1px solid #f2f2f2;

	line-height: 26px;

	color: #666;

	transition: .5s;

}

#c-join3 .c-list2 .c-title-box .c-item1 {

	font-size: 18px;

	line-height: 28px;

	color: #333;

	transition: .5s;

}

#c-join3 .c-list2 .c-title-box span {

	display: none;

}

#c-join3 .c-list2 .c-text-wrap {

	display: none;

}

#c-join3 .c-list2 .c-text-box {

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

	justify-content: space-between;

	padding: 40px;

	border-bottom: 1px solid #f2f2f2;

}

#c-join3 .c-list2 .c-text-box .c-text {

	width: -webkit-calc(100% - 240px);

	width: calc(100% - 240px);

	line-height: 30px;

	color: #999;

}

#c-join3 .c-list2 .c-text-box .c-btn {

	display: block;

	width: 170px;

	height: 44px;

	line-height: 44px;

	text-align: center;

	color: #fff;

	background: #bb1c14;

}

#c-join3 .c-list2>li.active .c-title-box,#c-join3 .c-list2>li.active .c-title-box .c-item1{

	color: #bb1c14;

}

#c-join3 .c-list2>li.active .c-item5 i {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg);

}

#c-join3 #c-pagination {

	padding:40px 0;

}

/* 校园招聘 */

#c-join4 {

	padding: 140px 0;

	background: #fff;

}

#c-join4 .c-top-box {

	margin-bottom: 60px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

}

#c-join4 .c-top-box .c-title {

	font-size: 48px;

	line-height: 1.1em;

	color: #222;

}

#c-join4 .c-top-box .c-title span {

	color: #bb1c14;

}

#c-join4 .c-top-box .c-delivery {

	display: flex;

	align-items: center;

}

#c-join4 .c-top-box .c-delivery .c-text {

	width: 272px;

	height: 80px;

	font-size: 24px;

	line-height: 76px;

	color: #191919;

	border: 2px solid #e1e1e1;

	text-align: center;

	border-right: 0;

}

#c-join4 .c-top-box .c-delivery .c-btn {

	width: 240px;

	height: 80px;

	font-size: 16px;

	line-height: 76px;

	text-align: center;

	color: #fff;

	background: #bb1c14;

}

#c-join4 .c-top-box .c-delivery .c-btn img {

	margin-right: 15px;

	width: 20px;

	vertical-align: middle;

}

#c-join4 .c-list {

	border-top: 1px solid #ddd;

	padding-top: 60px;

}

#c-join4 .c-list .c-wrap {

	padding: 30px 0;

	display: flex;

	align-items: center;

	background: #f5f5f5;

}

#c-join4 .c-list li:nth-child(even) .c-wrap {

	background: #fff;

}

#c-join4 .c-list .c-wrap .c-time{

	padding-left: 60px;

	width: 17%;

	line-height: 26px;

	color: #999;

}

#c-join4 .c-list .c-wrap .c-title {

	width: 67%;

	padding: 0 20px;

	font-size: 18px;

	line-height: 28px;

	color: #666;

	transition: .5s;

}

#c-join4 .c-list .c-wrap .c-btn {

	padding-right: 60px;

	width: 17%;

	text-align: right;

	line-height: 26px;

	color: #666;

	transition: .5s;

}

#c-join4 .c-list .c-wrap:hover .c-title,#c-join4 .c-list .c-wrap:hover .c-btn {

	color: #bb1c14;

}

/* 产品设计 */

#c-design {

	padding-top: 100px;

	background: #fff;

}

#c-design .c-list li{

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

	padding-bottom: 200px;

}

#c-design .c-list li:nth-child(even){

	flex-direction: row-reverse;

}

#c-design .c-list .c-img-box{

	width: 57.8%;

	height: 6.25rem;

}

#c-design .c-list .c-img-box img {

	width: 100%;

	height: 100%;

}

#c-design .c-list .c-text-box {

	padding-left: 1.44rem;

	width: 42.2%;

}

#c-design .c-list li:nth-child(even) .c-text-box {

	padding: 0 1.44rem 0 0;

}

#c-design .c-list .c-text-box .c-title {

	margin-bottom: 30px;

	font-size: 30px;

	line-height: 40px;

	color: #222;

}

#c-design .c-list .c-text-box .c-text {

	line-height: 30px;

	color: #666;

}

/* 设计流程 */

#c-design2 {

	background: #fff;

}

#c-design2 .c-list {

	margin: 0 -8px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-design2 .c-list li {

	margin-bottom: 16px;

	padding: 0 8px;

	width: 33.33%;

}

#c-design2 .c-list .c-wrap {

	position: relative;

	height: 200px;

	display: flex;

	align-items: flex-start;

	box-shadow: 0 2px 30px rgba(84,0,0,.07);

}

#c-design2 .c-list .c-wrap .c-num {

	padding: 30px 0;

	width: 114px;

	font-weight: bold;

	font-size: 60px;

	line-height: 1em;

	text-align: center;

	color: #bb1c14;

	opacity: .2;

}

#c-design2 .c-list .c-wrap .c-text-box {

	padding-right: 30px;

	display: flex;

	align-items: center;

	width: -webkit-calc(100% - 114px);

	width: calc(100% - 114px);

	height: 100%;

}

#c-design2 .c-list .c-wrap .c-text-box .c-text {

	font-size: 30px;

	line-height: 40px;

	color: #262626;

}

#c-design2 .c-list .c-wrap .c-arrow {

	position: absolute;

	bottom: 30px;

	right: 30px;

	width: 12px;

	height: 12px;

	background: url(../images/jt2.png)no-repeat center center;

	background-size: 12px auto;

}

/* 设计成品图展示 */

#c-design3 {

	padding: 130px 0;

	background: #fff;

}

.c-banner12 .c-img-box {

	height: 4.32rem;

	overflow: hidden;

}

.c-banner12 .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



/* 对我们的协同设计感兴趣吗？ */

#c-design4 {

	padding-bottom: 130px;

	background: #fff;

}

#c-design4 .c-main-wrap {

	position: relative;

	border: 1px solid #ccc;

}

#c-design4 .c-main-wrap .c-text-box {

	display: flex;

	align-items: flex-end;

	flex-wrap: wrap;

	width: 59.2%;

}

#c-design4 .c-main-wrap .c-text-box .c-left-box {

	padding: 60px 30px 60px 60px;

	width: 50%;

}

#c-design4 .c-main-wrap .c-text-box .c-right-box {

	padding: 60px 60px 60px 30px;

	width: 50%;

}

#c-design4 .c-main-wrap .c-text-box .c-left-box .c-title{

	margin-bottom:45px;

	font-size: 32px;

	line-height: 42px;

	color:#222;

}

#c-design4 .c-main-wrap .c-text-box .c-left-box .c-text{

	font-size: 18px;

	line-height: 28px;

	color: #666;

}

#c-design4 .c-main-wrap .c-text-box .c-left-box .c-text p {

	padding: 7px 0;

	word-wrap: break-word;

	word-break:break-all;

}

#c-design4 .c-main-wrap .c-text-box .c-right-box .c-text{

	font-size: 14px;

	line-height: 24px;

	margin-bottom: 20px;

	color: #666;

} 

#c-design4 .c-main-wrap .c-text-box .c-right-box .c-box input{

	float: left;

	padding: 0 15px;

	width: -webkit-calc(100% - 80px);

	width: calc(100% - 80px);

	height: 60px;

	font-size: 14px;

	background: #f6f6f6;

	color: #666;

}



#c-design4 .c-main-wrap .c-text-box .c-right-box .c-box button{

	position: relative;

	float: left;

	width: 80px;

	height: 60px;

	background: #f6f6f6 url(../images/sj-ico.png)no-repeat center center;

	background-size: 20px auto;

}

#c-design4 .c-main-wrap .c-text-box .c-right-box .c-box button::before {

	content: "";

	position: absolute;

	top: 50%;

	left: 0;

	margin-top: -11px;

	height: 22px;

	border-left: 1px solid #c5c5c5;

}

#c-design4 .c-main-wrap .c-img-box {

	position: absolute;

	bottom: 0;

	right: 40px;

	width: 36.1%;

}

#c-design4 .c-main-wrap .c-img-box img {

	width: 100%;

}



/* 品质资质 */

#c-ensure {

	padding: 90px 0 130px;

	background: #fff;

}

.c-banner13 .swiper-slide {

	padding: 10px 80px 0;

	text-align: center;

	background: #f4f4f4;

}

.c-banner13 .c-img-box{

	display: flex;

	justify-content: center;

	align-items: center;

	height: 3.9rem;

}

.c-banner13 .c-img-box img {

	max-height: 76%;

	max-width: 90%;

}

.c-banner13 .c-title {

	border-top: 1px solid #e8e8e8;

	font-size: 20px;

	color: #333;

	padding: 35px 0;

}



/* 品质流程 */

#c-ensure2 {

	background: #fff;

}

#c-ensure2 .c-list li {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	padding-bottom: 210px;

}

#c-ensure2 .c-list li:nth-child(even) {

	flex-direction: row-reverse;

}

#c-ensure2 .c-list .c-img-box {

	width:56.2%;

	height: 6.24rem;

	overflow: hidden;

}

#c-ensure2 .c-list .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-ensure2 .c-list .c-text-box{

	padding:0 2rem 0 1.44rem;

	width: 43.8%;

}

#c-ensure2 .c-list li:nth-child(even) .c-text-box {

	padding:0 1.44rem 0 2rem ;

}

#c-ensure2 .c-list .c-text-box .c-title{

	margin-bottom: 40px;

	font-size: 30px;

	line-height: 40px;

	color: #222;

}

#c-ensure2 .c-list .c-text-box .c-text{

	font-size: 16px;

	line-height: 26px;

}

/* 检测设备 */

#c-ensure3 {

	padding-bottom: 140px;

	background: #fff;

}

#c-ensure3 .c-list {

	margin: 0 -8px;

	display: flex;

	align-items: flex-end;

	flex-wrap: wrap;

}

#c-ensure3 .c-list li {

	width: 50%;

	margin-bottom: 30px;

	padding: 0 8px;

}

#c-ensure3 .c-list .c-wrap {

	position: relative;

}

#c-ensure3 .c-list .c-img-box {

	height: 3.2rem;

	overflow: hidden;

	border: 1px solid #f1f1f1;

}

#c-ensure3 .c-list .c-img-box img{

	width: 100%;

	height:100%;

	object-fit: cover;

}

#c-ensure3 .c-list .c-title {

	padding-top: 10px;

	font-size: 24px;

	line-height: 34px;

	text-align: center;

	color: #222;

}





/* 研究理念 */

#c-research {

	padding: 100px 0 130px;

	background: #fff;

}

#c-research .c-wrap {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-research .c-wrap .c-img-box {

	width: 58%;

	height: 6.24rem;

	overflow: hidden;

}

#c-research .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-research .c-wrap .c-text-box {

	padding-left: 1.44rem;

	width: 42%;

}

#c-research .c-wrap .c-text-box .c-title {

	margin-bottom: 40px;

	font-size: 30px;

	line-height: 40px;

	color: #222;

}

#c-research .c-wrap .c-text-box .c-text {

	line-height: 30px;

	color: #666;

}



/* 研究实践 */

#c-research2 {

	padding: 130px 0 100px;

	background: #fafafa;

}

#c-research2 .c-list {

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

	margin: 0 -8px;

}

#c-research2 .c-list li {

	width: 50%;

	margin-bottom: 30px;

	padding:  0 8px;

}

#c-research2 .c-list .c-wrap .c-img-box{

	height: 4.32rem;

	overflow: hidden;

}

#c-research2 .c-list .c-wrap .c-img-box img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-research2 .c-list .c-wrap .c-title {

	padding-top: 35px;

	font-size: 32px;

	line-height: 42px;

	text-align: center;

	color: #222;

}



/* 研究资源 */

#c-research3 {

	padding-top: 130px;

	background: #fff;

}

#c-research3 .c-list li{

	padding-bottom: 200px;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

#c-research3 .c-list li:nth-child(even) {

	flex-direction: row-reverse;

}

#c-research3 .c-list .c-img-box {

	width: 58%;

	height: 6.24rem;

	overflow: hidden;

}

#c-research3 .c-list .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#c-research3 .c-list .c-text-box {

	width: 42%;

	padding-left: 1.44rem;

}

#c-research3 .c-list li:nth-child(even) .c-text-box {

	padding: 0 1.44rem 0 0;

}

#c-research3 .c-list .c-text-box .c-num-box {

	margin-bottom: 60px;

	display: flex;

	align-items: flex-start;

	justify-content: space-between;

	text-align: center;

}

#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p1 {

	display: inline-block;

	font-weight: bold;

	font-size: 48px;

	line-height: 58px;

	color: #bb1c14;

}

#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p1 i {

	display: none;

	font-style: normal;

}

#c-research3 .c-list .c-text-box .c-num-box .c-item:first-child .c-top-box .c-p1 i{

	display: inline;

}

#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p2 {

	display: inline-block;

	font-size: 16px;

	line-height: 26px;

	color: #bb1c14;

}

#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p2 span {

	font-size: 24px;

}

#c-research3 .c-list .c-text-box .c-num-box .c-p3 {

	padding-top: 10px;

	font-size: 22px;

	line-height: 32px;

	color: #666;

	text-align: left;

}

#c-research3 .c-list .c-text-box .c-text {

	line-height: 30px;

	color: #666;

}

#c-research3 .c-list .c-title {

	margin-bottom: 40px;

	font-size: 30px;

	line-height: 40px;

	color: #222;

}



/* 技术文献 */

#c-research4 {

	display: none;

	padding: 130px 0;

	background: #f8f8f8;

}

#c-research4 .c-btn {

	margin: 0 auto;

	display: block;

	width: 220px;

	height: 60px;

	line-height: 60px;

	text-align: center;

	color: #fff;

	background: #bb1c14;

}

#c-research4 .c-list {

	padding-bottom: 50px;

	margin: 0 -15px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-research4 .c-list li {

	margin-bottom: 30px;

	width: 33.33%;

	padding: 0 15px;

}

#c-research4 .c-list .c-wrap {

	display: block;

	background: #fff;

	border-bottom: 1px solid #ddd;

	transition: .5s;

}

#c-research4 .c-list .c-wrap:hover {

	border-color: #bb1c14;

}

#c-research4 .c-list .c-wrap .c-img-box {

	height: 3.02rem;

	overflow: hidden;

}

#c-research4 .c-list .c-wrap .c-img-box img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: .5s;

}

#c-research4 .c-list .c-wrap:hover .c-img-box img {

	transform:scale(1.1,1.1);

	-webkit-transform:scale(1.1,1.1); 

}

#c-research4 .c-list .c-wrap .c-text-box {

	padding: 50px 40px;

}

#c-research4 .c-list .c-wrap .c-text-box .c-time {

	line-height: 26px;

	color: #999;

}

#c-research4 .c-list .c-wrap .c-text-box .c-title {

	margin: 10px 0 25px;

	font-size: 24px;

	line-height: 34px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 1;

}

#c-research4 .c-list .c-wrap .c-text-box .c-text {

	line-height: 30px;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-box-orient: vertical;

	display: -webkit-box;

	-webkit-line-clamp: 2;

}

/* #c-research4 .c-list {

	margin: 0 -8px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-research4 .c-list li {

	margin-bottom: 50px;

	width: 25%;

	padding: 0 8px;

}

#c-research4 .c-list .c-wrap {

	display: block;

	text-align: center;

}

#c-research4 .c-list .c-wrap .c-img-box {

	display: flex;

	justify-content: center;

	align-items: center;

	height: 4rem;

	overflow: hidden;

	background: #fff;

}

#c-research4 .c-list .c-wrap .c-img-box img {

	max-width: 80%;

	max-height: 80%;

}

#c-research4 .c-list .c-wrap .c-title {

	padding: 25px 0 20px;

	font-size: 24px;

	line-height: 34px;

	color: #222;

}

#c-research4 .c-list .c-wrap .c-text {

	font-size: 14px;

	line-height: 24px;

	color: #666;

}

#c-research4 .c-btn {

	margin: 80px auto 0;

	display: block;

	width: 220px;

	height: 60px;

	line-height: 60px;

	text-align: center;

	color: #fff;

	background: #bb1c14;

} */

/* 回到顶部 */

#c-go-top {

	display: none;

	position: fixed;

	z-index: 5;

	bottom: 30px;

	right: 30px;

	width: 50px;

	height: 50px;

	cursor: pointer;

	background: #bb1c14 url(../images/totop.png) no-repeat center;

	transition: all .3s linear;

	background-size: 26px;

	border-radius: 50%;

}



/* 背景视频 */

#c-bg-video{

	position: fixed;

	z-index: -1;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

#c-bg-video video {

	position: absolute;

	top: 50%;

	left: 50%;

	min-height: 100%;

	min-width: 100%;

    -webkit-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}



/* 投递简历弹窗 */

#c-fixed-pop {

	display: none;

	position: fixed;

	z-index: 999;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.7);

}

#c-fixed-pop form {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 90%;

	max-width: 400px;

	background: #fff;

	-webkit-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

}

#c-fixed-pop form .c-title-box {

	position: relative;

	padding: 0 30px;

	background: #bb1c14;

}

#c-fixed-pop form .c-title-box .c-title {

	line-height: 60px;

	font-size: 20px;

	color: #fff;

}

#c-fixed-pop form .c-title-box .c-close {

	position: absolute;

	top: 0;

	right: 0;

	z-index: 5;

	width: 80px;

	height: 60px;

	background: url(../images/close.png) no-repeat center center;

	background-size: 20px auto;

	cursor: pointer;

}

#c-fixed-pop form .c-box {

	padding: 30px;

	font-size: 14px;

}

#c-fixed-pop form input {

	margin-bottom: 30px;

	padding: 0 15px;

	width: 100%;

	height: 50px;

	border: 1px solid #ccc;

}

#c-fixed-pop form button {

	width: 100%;

	height: 50px;

	background: #bb1c14;

	color: #fff;

}

#c-fixed-pop form .c-file {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	margin-bottom: 30px;

}

#c-fixed-pop form .c-file .c-input-box {

	position: relative;

	display: inline-block;

	padding: 9px 15px;

	background: #bb1c14;

}

#c-fixed-pop form .c-file input {

	opacity: 0;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

	margin-bottom: 0;

	padding: 0;

	width: 100%;

	height: 100%;

	border: 0;

}

#c-fixed-pop form .c-file .c-text {

	color: #fff;

	text-align: center;

}

#c-fixed-pop form .c-file .c-text2 {

	padding-left: 15px;

	line-height: 30px;

}

#category4 {

	display: none;

}

.bshare-custom.icon-medium {

	border-top: 1px solid #ddd;

	padding: 30px 0;

	font-size: 18px !important;

	color: #2c2e2f;

}

.bshare-custom #bshare-shareto {

	font-weight: normal !important;

}

#bsWXBox {

	margin-left: -116px !important;

	margin-top: -128px !important;

	height: 256px !important;

	width: 232px !important;

}



/* 生产范围 */

#c-range {

	padding-top: .4rem;

	display: flex;

	align-items: flex-start;

	text-align: center;

	flex-wrap: wrap;

}

#c-range .c-left-box {

	position: relative;

	width: 40px;

	color: #fff;

	background: #bb1c14;

	padding: 10px;

	height: 116px;

	display: flex;

	align-items: center;

	justify-content: center;

}

#c-range .c-left-box::before {

	content: "";

	position: absolute;

	top: 50%;

	right: -18px;

	margin-top: -10px;

	border: 10px solid transparent;

	border-left: 10px solid #bb1c14;

}

#c-range .c-right-box {

	width: -webkit-calc(100% - 50px);

	width: calc(100% - 50px);

	padding-left: 20px;

	display: flex;

	align-items: flex-start;

	flex-wrap: wrap;

}

#c-range .c-right-box li {

	margin: 0 .6% 10px;

	width: 32%;

	padding: .2rem;

	height: 116px;

	display: flex;

	align-items: center;

	justify-content: center;

	border: 1px solid #eee;

	background: #fff;

	color: #191919;

}

#c-range .c-right-box li .c-num {

	font-weight: bold;

	font-size: 28px;

	line-height: 38px;

}

#c-range .c-right-box li .c-text2 {

	font-size: 18px;

	line-height: 28px;

}



#c-contact .f_yanzheng,

#c-fixed-pop .f_yanzheng {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#c-contact .f_yanzheng input {

    margin-bottom: 0;

    width: calc(100% - 256px) !important;

}



#c-contact .f_yanzheng img {

    width: 240px;

}



#c-fixed-pop .f_yanzheng {

    margin-bottom: 20px;

}



#c-fixed-pop .f_yanzheng input {

    margin-bottom: 0;

    width: calc(100% - 146px) !important;

}



#c-fixed-pop .f_yanzheng img {

    width: 130px;

}





.dwz {position:relative;top:-100px;display: block;height:0;overflow: hidden;}

@media only screen and (max-width:992px){

.dwz {top:-60px;}

}









.nban{ width:100%; height:auto; font-size:0; overflow:hidden; position:relative;}

.nban img{ width:100%; height:auto;}

.nban .bj { position: absolute; left: 0; top:0; height: 100%; width: 100%; background:rgba(0,0,0,.1);}

.nban .wz { position: absolute; left: 0; top:50%; z-index: 5; padding: 0 2rem;}

.nban .wz h1 { font-size: 36px; height: 50px; text-shadow: 0px 1px 3px rgba(0,0,0,.5); color: #fff;}

.nban .wz p { font-size: 20px;text-shadow: 0px 1px 3px rgba(0,0,0,.5);color: #fff;}

@media screen and (max-width:1360px) {

.nban .wz { position: absolute; left: 15%; top:32%;}

}

@media screen and (max-width:992px) {

.nban{  height:220px; margin-top:0px;}

.nban img{ position:absolute; height:220px; width:auto; top:0; left:50%; transform:translateX(-50%); z-index:2}

.nban .wz { position: absolute; left: 0%; top:40%; display: none;}

.nban .wz h1 { font-size: 26px; height: 40px; }

.nban .wz p { font-size:16px; padding-right: 15px;}

}







.ndh { width:100%; margin:0px auto; overflow:hidden; height: 75px;}

.ndh ul {background: #f0f0f0;}

.ndh ul li { display:inline-block; width:auto; line-height:60px; font-size:18px;  color:#333;background: #f0f0f0; }

.ndh ul li a {font-size:18px; padding:0px 30px; color:#333; font-weight: bold;  line-height:60px;display:block; }

.ndh ul li:hover a { background:#bb1c14; display:block; color:#FFF;}

.ndh ul li .on {background:#bb1c14; display:block; color:#FFF; position: relative;}

.ndh ul li .on:after {

position: absolute; left:50%; top:63px; margin-left: -10px;

border-left: 10px solid transparent;

border-right: 10px solid transparent;

border-top: 10px solid #bb1c14;

content: "";

width: 0;

}



@media screen and (max-width:1440px) {

.ndh ul {}

.ndh ul li a {font-size:20px; padding:0px 25px; color:#333;  line-height:60px;display:block; }   

}

@media screen and (max-width:992px) {

.ndh { width:100%; margin:0px auto; overflow:hidden; height: auto; background: #f0f0f0; line-height:50px;}

.ndh .c-container { width: 100%; padding: 0;}

.ndh ul {}

.ndh ul li { width:33.3333%; float: left; font-size:16px;color:#333; text-align: center; line-height:50px; }	

.ndh ul li a {font-size:14px; padding:0px 0px; line-height:50px;}

	

.ndh ul li .on:after {

position: absolute; left:50%; top:52px; margin-left: -10px;

}

	

}







.c-bg-titl {

    margin-bottom: 30px;

    position: relative;

    font-size: 48px;

    line-height: 1em;

    color: #333;

    text-align: center;

}

.c-bg-titl span {

    color: #bb1c14;

}









.lxwm { width:80%; margin:0px auto; padding: 60px 0px;}

.lxwm h6 { color: #666; font-size: 16px; text-align: center;}

.lxwm .zi { text-align:center; font-size:18px; line-height:50px; color:#333;}

.lxwm .dy { width:100%; padding-top:30px;}

.lxwm .dy ul li { width:23%; float:left; text-align:center; padding:40px 0px; margin: 0 2.6% 0 0; border: 1px solid #ddd; background: #fff;}

.lxwm .dy ul li h1 { font-size:18px; margin: 20px 0px 0px 0px;}

.lxwm .dy ul li:nth-child(4n) { margin-right: 0;}

.lxwm .dy ul li i{font-size: 30px; color: #bb1c14;}

.lxwm .dy ul li .icon-youxiang { font-weight: bold; font-size: 40px;}

.lxwm .dy ul li p { font-size:18px; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-top: 10px;}

.lx_de { width:100%;  margin-top:50px; text-align: center;}

.lx_de img { width: 100%; height: auto;}

@media only screen and (max-width:1440px) {

.lxwm { width:100%; margin:0px auto;}  

}

@media only screen and (max-width:995px) {

.lxwm {width:100%; margin:0px auto;}

.lxwm h6 {font-size:16px; height: auto; margin-bottom: 10px;}

.lxwm .dy {padding-top:20px;}

.lxwm .zi {font-size:18px; line-height:24px;}

.lxwm .dy ul li { width:100%; float: none; margin-bottom: 10px;}

.lxwm .dy ul li p { font-size:20px;font-family:Arial, Helvetica, sans-serif;}

.lx_de { width:100%;  margin-top:30px; text-align: center;}

}







.ny_lx {width: 80%; margin:50px auto;}

.ny_lx .wz { font-size: 16px; line-height: 28px; color: #666; margin-bottom: 20px;}

.ny_lx .txt { width: 100%; height: 45px; line-height: 45px; background: #f6f6f6; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; border: none;}

.ny_lx .ll { width: 48%; margin-bottom: 20px;}

.ny_lx .text{ width: 160px; height: 45px; line-height: 45px; background: #bb1c14; text-align: center; color: #fff; font-size: 16px;margin-top: 15px;}

.ny_lx .txtt { width: 100%; height:120px; line-height: 45px; background: #f6f6f6; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; border: none; outline: none;}



@media only screen and (max-width:1440px) {

.ny_lx {width: 90%; margin:50px auto;}

}

@media only screen and (max-width:1023px) {

.ny_lx {width: 94%;margin:30px auto;}

.ny_lx .wz { font-size: 14px; line-height: 24px; color: #999; margin-bottom: 15px;}

.ny_lx .txt { font-size: 14px;}

}





.founder-list {width: 80%; margin:30px auto 60px auto;}

.founder-list.nopadding,.founder-list.nopadding ul{padding-top:0;}

.founder-list ul {padding-top:0px;}

.founder-list li {border-bottom: 1px solid #e5e5e5;-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;}

.founder-list h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;padding: 15px 50px 15px 15px;background: url(../images/icon10.png) 97% center no-repeat;}

.founder-list .info {background-color: #f7f7f7;padding: 20px 15px;display: none; font-size: 14px; line-height: 30px;}

.founder-list .info .font18 {padding: 5px 0; }

.founder-list .on {-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;border-bottom: transparent;}

.founder-list .on h4 {background-color:#bb1c14;color: #fff;background-image: url(../images/icon11.png);}

.founder-article {padding-top: 10px;}

.founder-article .article {padding-top: 20px;line-height: 26px;}

.font22 { font-size: 18px; color: #333;}

.font22 a {color: #333;}

.fl { float:left;}

.fl { float:right;}

@media only screen and (max-width:1660px){

.founder-list { width:90%; margin: 50px auto;}

}

@media only screen and (max-width:992px) {

.founder-list { width:94%; margin: 30px auto;}	

.font22 { font-size: 16px;}

}







.cp_xq{width:100%; margin:50px auto;}

.cp_xq .cp_xx{ padding:20px 0px 30px 0px; }

.cp_xq .cp_xx .cp_zs{width:55%; float:left; padding:0;}

.cp_xq .cp_xx .cp_zs img{width:100%; height:auto; display:block;  }

.cp_xq .cp_xx .cp_js{width:40%; float:right; }

.cp_xq .cp_xx .cp_js h3{font-size:32px; padding-bottom: 30px; color: #333; font-weight: bold;}

.cp_xq .cp_xx .cp_js p{font-size:16px; line-height:36px; color:#666; margin-bottom:10px; margin-top:0px;}

.cp_xq .cp_xx .cp_js .ckmr { padding: 0px 40px; height: 40px; line-height: 40px; border-radius: 3px; background: #bb1c14;color: #fff; font-size: 18px; text-align: center;  margin:50px 10px 0px 0px; float: left; vertical-align: middle;}

.cp_xq .cp_xx .cp_js .ckmr a {color: #fff; font-size: 18px;}

.cp_xq .cp_xx .cp_js .ckmr i { margin-right: 5px; font-size: 22px; float: left;}



.cp_xq .cp_xx .cp_js .ckmrr { padding: 0px 40px; height: 40px; line-height: 40px; border-radius: 3px; background: #f6f6f6; font-size: 18px; text-align: center; color: #666666; margin:50px 10px 0px 0px; float: left; vertical-align: middle;}

.cp_xq .cp_xx .cp_js .ckmrr a {color: #666666; font-size: 18px;}

.cp_xq .cp_xx .cp_js .ckmrr i { margin-right: 5px; font-size: 22px; float: left;}

.cp_xq .cp_xx .cp_js .ckmrr:hover  {background: #bb1c14; display: block;}

.cp_xq .cp_xx .cp_js .ckmrr:hover a {color: #fff;}

.cp_xq .cp_xx .cp_js .ckmrr:hover i {color: #fff;}



.cp_xq .cp_xx .cp_js .dhxx { font-size: 20px; line-height: 30px; margin-top: 40px;}

.cp_xq .cp_xx .cp_js .dhxx font {font-size: 32px; font-weight: bold; font-family: Arial;}



.cp_xq .swiper-container {}

.cp_xq .swiper-slide {background-size: cover;background-position: center;}

.cp_xq .swiper-slide img { border:1px solid #dddddd;}

.cp_xq .gallery-topp { width:100%; height:auto;}

.cp_xq .gallery-thumbs {height:160px;box-sizing: border-box; margin-top: 15px; }

.cp_xq .gallery-thumbs .swiper-slide {height: 100%;opacity: 0.4;}

.cp_xq .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}





.cp_xq .cp_ms{width:100%; margin: 0px auto;}





.tabbox {width:75%; padding:20px; float:left; background-color:#f6f6f6; min-height: 500px;}

.tabmenu {width:100%;height:45px; border-bottom:1px solid #dddddd;}

.tabmenu ul {margin:0;padding:0;list-style-type:none;}

.tabmenu li { text-align:center; float:left; width:100px; height:45px; overflow:hidden; line-height:45px; display:inline; font-size:18px; font-weight: bold; color:#333333;}

.tabmenu .cli {text-align:center;float:left; width:100px;height:45px;overflow:hidden;line-height:45px;display:inline;font-size:18px; font-weight: bold;cursor:pointer; border-bottom:2px solid #bb1c14; color:#bb1c14;}

#tabcontent {width:100%; margin-top:15px;}

#tabcontent ul {margin:0;list-style-type: none; font-size:14px; line-height:30px;}

#tabcontent .hidden {display:none;} 

#tabcontent ul p { line-height: 36px; color: #333; font-size: 16px;}



.tabb {border-collapse: collapse; border: 1px solid #ddd; border-color: #ddd; background: #fff;}

.tabb .sx {padding: 14px 0px; font-size: 18px;font-weight: bold; color: #333;}

.tabb .xs {padding: 10px 0px; font-weight: bold;}



.cq_tj { width:22%; padding:20px; float:right; background-color:#f6f6f6;}

.cq_tj h5 {line-height:45px; border-bottom: 1px solid #ddd; font-size: 18px; color:#bb1c14; font-weight: bold; margin-bottom: 20px;}

.cq_tj ul li { width: 100%; margin-bottom: 15px; background: #fff; text-align: center;}

.cq_tj ul li .tp { width: 100%; height: 200px; overflow: hidden; }

.cq_tj ul li .tp img{   object-fit: cover;    width: 100%; height: 100%;}

.cq_tj ul li h6 {font-size: 16px; line-height: 45px;}

.cq_tj ul li .mrr { width: 100%; height: 45px; line-height: 45px;  background: #bb1c14; color: #fff; font-size: 16px; text-align: center; display: none;}

.cq_tj ul li .mrr a {color: #fff; font-size: 16px;}

.cq_tj ul li:hover .mrr { display: block;}



@media screen and (max-width:992px) {

.cp_xq{width:100%; margin:30px auto;}

.cp_xq .cp_xx{ padding:0px 0px 30px 0px; }

.cp_xq .cp_xx .cp_zs{width:100%; float:none; }

.cp_xq .cp_xx .cp_js{width:100%; float:none; }	

.cp_xq .cp_xx .cp_js h3{font-size:22px; color:#000; height: auto; padding:30px 0 10px 0;}

.cp_xq .cp_xx .cp_js h4 { font-size:16px; line-height:40px; margin-top:10px; color:#333;}

.cp_xq .cp_xx .cp_js p{font-size:14px; line-height:28px; }

.cp_xq .cp_xx .cp_js .ckmr { padding: 0px 25px; margin: 10px 10px 0px 0px; font-size: 16px;}

.cp_xq .cp_xx .cp_js .ckmr a { font-size: 16px;}

.cp_xq .cp_xx .cp_js .ckmrr { padding: 0px 25px; margin: 10px 10px 0px 0px; font-size: 16px;}

.cp_xq .cp_xx .cp_js .ckmrr a { font-size: 16px;}

.cp_xq .cp_xx .cp_js .dhxx { font-size: 18px; margin-top: 20px;}

.cp_xq .cp_xx .cp_js .dhxx font {font-size: 26px;}	



.cp_xq .gallery-thumbs {height:100px;box-sizing: border-box;padding: 10px 0;}	

.tabbox {width:100%; margin-bottom: 20px; padding: 10px; float: none;}

#tabcontent {width:100%; margin-top:15px;}

.cq_tj { width:100%; padding:10px; float:none;}	

.cq_tj ul li { width: 49%; margin: 0 2% 2% 0; background: #fff; text-align: center; float: left;}

.cq_tj ul li:nth-child(2n) { margin-right: 0;}

.cq_tj ul li img { width: 100%; height: auto;}

.cq_tj ul li h6 { font-size: 16px; font-weight: bold; height: 30px; }

.cq_tj ul li h4 {font-size: 14px;  height: 30px;}

.cq_tj ul li .mrr {height: 40px; line-height: 40px; font-size: 14px; }

.cq_tj ul li .mrr a {color: #fff; font-size: 14px;}

	

}

	





.ny_xw { width: 80%; margin: 30px auto 60px auto;}

.ny_xw ul li { border-bottom: 1px solid #ddd; padding: 40px 0px;}

.ny_xw .tp { width: 20%; height: 180px; overflow: hidden; float: left;}

.ny_xw .tp img { object-fit: cover; width: 100%; height: 100%;}

.ny_xw .wz { width: 78%; float: right;}

.ny_xw .wz h2 { font-size: 18px; font-weight: 800; color: #333; line-height: 40px; padding-bottom: 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }

.ny_xw .wz h2 a {color: #333;}

.ny_xw .wz h2 a:hover {color: #bb1c14; text-decoration: underline;}

.ny_xw .wz p { line-height: 28px;}

@media only screen and (max-width:1440px) {

.ny_xw { width:90%;}

}

@media only screen and (max-width:992px){

.ny_xw { width: 94%; margin: 20px auto 60px auto;}

.ny_xw ul li {  padding: 20px 0px;}

.ny_xw .tp { width: 100%; float: none;}

.ny_xw .wz { width: 100%; float: none;}

.ny_xw .wz h2 { font-size: 16px; font-weight: 800; line-height: 30px; padding:15px 0 5px 0;}

.ny_xw .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }	

}







.tj_yy{width:100%; height:100vh; position:fixed; top:0; left:0; z-index:99999; display:none;}

.tj_yy .b_j{width:100%; height:100%; background:rgba(0,0,0,.8); position:absolute; top:0; left:0; z-index: 1;}

.tj_yy .n_r{width:50%; margin: 0px auto; position: relative; z-index: 2;}







.nlx { width: 80%; margin: 80px auto;}

.nlx ul { margin-top: 50px;}

.nlx ul li { width: 31%; margin: 0 3.5% 0 0; float: left;}

.nlx ul li:nth-child(3n) { margin-right: 0;}

.nlx ul li h2 { font-size: 20px; font-weight: bold; margin-bottom: 20px;  position: relative;}

.nlx ul li h2 span { border-bottom: 2px solid #bb1c14; padding-bottom: 5px;}

.nlx ul li p { line-height: 45px;}

.nlx ul li i {font-size: 18px; color:#bb1c14; width: 30px;}

.nlx ul li .fa-history { font-size: 20px;}

@media only screen and (max-width:1440px) {

.nlx { width:90%;}

}

@media only screen and (max-width:992px){

.nlx { width:94%; margin: 40px auto;}

.nlx ul { margin-top: 30px;}

.nlx ul li { width: 100%; margin: 0 0% 3.5% 0; float: none;}	

.nlx ul li p { line-height: 30px;}

}







