@charset "utf-8";

/* CSS Document */
@import "../iconfont/iconfont.css";
html,
body {
	height: 100%
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

* {
	padding: 0;
	margin: 0;
}

ul,
ol,
li {
	list-style-type: none;
	line-height: normal;
}

body,
button,
input,
select,
textarea {
	font-family: 'Microsoft yahei', Arial;
	font-size: 12px;
}

code,
kbd,
pre,
samp {
	font-family: 'Microsoft yahei', Arial;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #333;
	cursor: pointer;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'Microsoft yahei', Arial;
}

input,
table,
tr,
td {
	margin: 0;
	padding: 0;
	border: none;
}

button,
table {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

select {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft yahei', Arial;
}

textarea {
	resize: none;
}

input {
	outline: 0;
}



.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}

.clear {
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.pz_top {
	float: left;
	width: 100%;
	overflow: hidden;
}

.pz_banner {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 154px;
}

.pz_main {
	float: left;
	width: 100%;
}

.pz_down {
	float: left;
	width: 100%;
}

.w_0100 {
	float: left;
	width: 100%;
}

.wrap {
	width: 88vw;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:992px) {
	.wrap {
		width: 92vw
	}
}

@media screen and (max-width:1199px) {
	.pz_banner {
		margin-top: 80px;
	}
}

.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.textover-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.textover-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.textover-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.cover-box {
    position: relative;
    display: block;
    overflow: hidden
}

.cover-box .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.cover-box .coverimg.contain {
    background-size: contain
}

.cover-box ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

.cover-box .icon-bofang1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    font-size: .4rem;
    color: #fff;
    transition: .6s
}

@media (min-width: 993px) {
    .cover-box:hover .cover-tip {
        opacity:1;
        filter: alpha(opacity=1)
    }

    .cover-box:hover .coverimg {
        transform: scale(1.05, 1.05)
    }

    .cover-box:hover .icon-bofang1 {
        font-size: .6rem
    }
}

/*图片裁切效果*/
.coverbox {
	position: relative;
	display: block;
	overflow: hidden
}

.coverbox .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.coverbox .coverimg.cover {
	background-size: cover
}

.coverbox ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

@media (min-width:993px) {
	.coverbox.scale:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.coverbox.scale:hover .coverimg {
		transform: scale(1.05, 1.05)
	}

	.coverbox.scale:hover .icon-bofang1 {
		font-size: .6rem
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
	background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

main {
	margin-top: 145px;
	overflow: hidden
}

@media screen and (max-width:1024px) {
	main {
		margin-top: 80px;
	}
}

/*pc版头部*/
.top1 {
	position: fixed;
	width: 100%;
	height: 145px;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1999;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.top1.active {
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.top1 .tt {
	border-bottom: #eeeeee solid 1px;
	height: 100px;
}

.top1 .logo {
	float: left;
	width: 360px;
	height: 50px;
	margin: 25px 0 0 0;
}

.top1 .search-box {
	float: right;
	width: 200px;
	margin: 34px 50px 0 0;
}

.top1 .search-box .hz {
	float: left;
	width: 224px;
	height: 36px;
	border: 1px solid #e5e5e5;
}

.top1 .search-box .hz a {
	float: left;
	width: 16px;
	height: 16px;
	margin: 10px 0 0 13px;
}

.top1 .search-box .hz .fom1 {
	float: left;
	width: 180px;
	height: 36px;
	padding: 0 10px;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	background: 0;
	outline: none;
}

.top1 .search-box .btnright {
	float: right;
	width: 22px;
	height: 22px;
	outline: none;
	background-image: url(../images/top1.png);
	background-size: 22px 22px;
	margin: 5px 5px 0 0;
}

.hd-language {
  float: right;
  margin: 22px 20px 0 0;
  color: #333;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  position: relative;
}
.hd-language::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 0 solid transparent;
  border-bottom-color: #d7001d;
  left: 100%;
  margin-left: -34px;
  bottom: 0;
  transition: border 0.4s ease 0s;
}
.hd-language:hover::after {
  border-width: 8px;
}
.hd-language .icon-down,
.hd-language .txt {
  font-size: 14px;
  text-transform: uppercase;
  font-style:normal;
  margin-left: 5px;
}
.hd-language .iconfont {
  padding: 0 1px;
}
.hd-language:hover {
  color: #d7001d;
}
.hd-language:hover .iconfont {
  color: #d7001d;
}
.hd-language .dropinfo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: 100%;
  margin-top: -1px;
  width: 120px;
  background: #fff;
  transition: all 0.1s ease 0s;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.hd-language .dropinfo a {
  display: block;
  line-height: 40px;
  /* margin-bottom: 10px; */
  color: #666;
  font-size: 14px;
  text-align: center;
  /* padding-left: 50px; */
}
.hd-language .dropinfo a:hover {
  color: #d7001d;
}

.hd-language:hover .dropinfo {
  /* padding: 20px 10px; */
  height: auto;
  border-top: 3px solid #d7001d;
}

.menu {
	background: #d7001d;
}

.menu ul {
	position: relative;
}

.menu ul .nli {
	float: left;
	width: 11.1%;
	position: relative;
}

.menu ul .nli a {
	float: left;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 17px;
	line-height: 45px;
	text-align: center;
	display: block;
}

.menu ul .nli.active,
.menu ul .nli:hover {
	background: #b50008;
}
.menu ul .nli:hover .drop {
	display: block;
}

.menu ul .drop {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	white-space: nowrap;
	z-index: 55;
	padding: 20px 0;
	text-align: left;
	background: #fff;
	/* min-width: 2rem; */
	font-size: 16px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.14);
}

.menu ul .drop a {
	display: block;
	line-height: 2.4;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #666;
	white-space: nowrap
}

.menu ul .drop a:hover {
	color: #d7001d
}


/*phone版头部*/
.top2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 1201;
}

.top2.active {
	-webkit-box-shadow: 0 2px 6px #aaa;
	-moz-box-shadow: 0 2px 6px #aaa;
	-o-box-shadow: 0 2px 6px #aaa;
	box-shadow: 0 2px 6px #aaa;
}

.top2 .logo {
	float: left;
	width: 252px;
	height: 35px;
	margin: 20px 0 0 0;
}

.p-language{
	float: right;
	margin: 0 20px 0 0;
	color: #333;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	position: relative;
}

.p-language::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 0 solid transparent;
  border-bottom-color: #d7001d;
  left: 100%;
  margin-left: -34px;
  bottom: 0;
  transition: border 0.4s ease 0s;
}
.p-language:hover::after {
  border-width: 8px;
}
.p-language .icon-down,
.p-language .txt {
  font-size: 14px;
  text-transform: uppercase;
  font-style:normal;
  margin-left: 5px;
}
.p-language .iconfont {
  padding: 0 1px;
}
.p-language:hover {
  color: #d7001d;
}
.p-language:hover .iconfont {
  color: #d7001d;
}
.p-language .dropinfo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: 100%;
  margin-top: -1px;
  width: 120px;
  background: #fff;
  transition: all 0.1s ease 0s;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.p-language .dropinfo a {
  display: block;
  line-height: 40px;
  /* margin-bottom: 10px; */
  color: #666;
  font-size: 14px;
  text-align: center;
  /* padding-left: 50px; */
}
.p-language .dropinfo a:hover {
  color: #d7001d;
}

.p-language:hover .dropinfo {
  /* padding: 20px 10px; */
  height: auto;
  border-top: 3px solid #d7001d;
}

/*手机按钮*/
.menuph {
	float: right;
	margin: 15px 0 0 0;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #d7001d;
	text-align: center;
}

.menuph .point {
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
	position: relative;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
	width: 28px;
}

.menuph .navbtn {
	position: absolute;
	top: 10px;
	right: 0;

	display: inline-block;

	width: 21px;
	height: 1px;

	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
	position: absolute;
	right: 0;

	display: inline-block;

	width: 28px;
	height: 1px;

	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;

	background: #fff;
}

.menuph .navbtn::after {
	top: -11px;
}

.menuph .navbtn::before {
	top: 10px;
}

.menuph .point.active .navbtn {
	background: transparent;
}

.menuph .point.active .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

.menuph .point.active .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

@media (max-width: 640px) {
	.top2 .logo {
		width: 180px;
		height: 25px;
		margin: 28px 0 0 0;
	}
	.p-language{
		margin: 0 10px 0 0;
	}
	.p-language .icon-down,
	.p-language .txt {
	  font-size: 12px;
	}
	.menuph {
		margin: 20px 0 0 0;
		width: 40px;
		height: 40px;
	}
	.menuph .point {
		margin-top: 10px;
		width: 25px;
		height: 20px;
	}
	.menuph .point:hover .navbtn,
	.menuph .point:hover .navbtn::after,
	.menuph .point:hover .navbtn::before {
		width: 25px;
	}
	.menuph .navbtn {
		width: 18px;
	}
	.menuph .navbtn::after,
	.menuph .navbtn::before {
		width: 25px;
	}
}
/*手机下拉*/
.xialaph {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
	display: none;
	z-index: 10499;
	background: #fff;
}

.xialaph .img_d {
	display: none;
}

.xialaph .ul2,
.xialaph .ul3 {
	display: none;
}

.xialaph h4 {
	position: relative;
}

.xialaph h4 a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

.xialaph h4 .drop .navLink {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
}

.xialaph li:last-child h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	/*opacity: 0.1;*/
}

.xialaph h4::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	/*opacity: 0.1;*/
}

.xialaph h5 a {
	color: #333;
	font-size: 16px;
	line-height: 57px;
}

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e5e5e5;
	/*opacity: 0.05;*/
}

.xialaph li:last-child h5::after {
	display: none;
}

.xialaph h4 img {
	width: 15px;
	height: 8px;
	float: right;
	margin-top: 29px;
	cursor: pointer;
}

.xialaph h5 img {
	width: 11px;
	height: 6px;
	float: right;
	margin-top: 26px;
	margin-right: 18px;
	cursor: pointer;
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

.xialaph .ul2 {}

.xialaph .ul3 {
	padding-top: 12px;
	padding-bottom: 18px;
	padding-left: 15px;
	position: relative;
}

.xialaph .ul3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e5e5e5;
}

.xialaph li:last-child .ul3::after {
	display: none;
}

.xialaph .ul3 li a {
	color: #666;
	font-size: 14px;
	line-height: 35px;
	display: block;
}

.xialaph .ul3 li {
	padding-top: 5px;
}

.xialaph .ul3 li:first-child {
	padding-top: 0;
}

.xialaph .phsou {
	position: relative;
	margin-top: 30px;
}

.xialaph .phsou input {
	width: 100%;
	height: 56px;
	background-color: #fff;
	color: #aaa;
	font-size: 14px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-appearance: none;
}

.xialaph .phsou img {
	cursor: pointer;
	width: 21px;
	height: 22px;
	position: absolute;
	top: 17px;
	right: 29px;
}

.xialaph .try {
	text-align: center;
	padding: 30px 0 0 0;
	font-size: 24px;
	color: #d7001d;
	line-height: 50px;
}

.xialaph .try a {
	color: #d7001d;
}

.xialaph .try span {
	font-size: 14px;
	color: #333;
}

.phonemeng {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	z-index: 196;
	display: none;
}

.phonemeng.active {
	display: block;
}

.index_banner {
    width: 100%;
    height: 760px;
    position: relative;
    color: #fff
}

@media (max-width: 1200px) {
    .index_banner {
        height:400px
    }
}

@media (max-width: 768px) {
    .index_banner {
        height:320px
    }
}

@media (max-width: 640px) {
	.index_banner {
	    height:200px
	}
}


.index_banner .tool {
    position: absolute;
    left: 30%;
    right: 0;
    bottom: 0;
    height: 80px;
    background: rgba(255,255,255,0.9);
    z-index: 55
}

.index_banner .pnext_wrap {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 55
}

.index_banner .pnext_wrap .pnext {
    width: 80px;
    height: 80px;
    line-height: 800px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 34px;
    float: left;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer
}

.index_banner .pnext_wrap .prev {
    background-image: url('../images/ic_l.png')
}

.index_banner .pnext_wrap .prev:hover {
    background-image: url('../images/ic_l_on.png')
}

.index_banner .pnext_wrap .next {
    background-image: url('../images/ic_r.png')
}

.index_banner .pnext_wrap .next:hover {
    background-image: url('../images/ic_r_on.png')
}

.index_banner .swiper-pagination {
   /* padding-left: 40px;
    text-align: left; */
    width: 100%
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
	height: 5px;
	background: #fff;
	opacity: 1;
	border-radius: 5px;
	transition: .6s;
    position: relative;
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d7001d !important
}

.index_banner li {
    position: relative;
    overflow: hidden
}

.index_banner li .img {
    display: block
}

.index_banner li .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
    transform: scale(1.3)
}

.index_banner .content {
    width: 83vw;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 55;
    color: #000;
	text-align: center;
}

@media (max-width: 1360px) {
    .index_banner .content {
        width:92%
    }
}

@media (max-width: 640px) {
    .index_banner .content {
        width:94%;
		left: 30%;
    }
	.index_banner .swiper-pagination .swiper-pagination-bullet {
	    width: 28px;
		height: 3.5px;
		border-radius: 3.5px;
	}
}

.index_banner .tag {
    font-size: 46px;
	font-weight: bold;
    line-height: 1;
    display: inline-block;
    position: relative;
    transition: all 1s cubic-bezier(.24, .77, .25, 1);
    transition-delay: .1s;
    line-height: 1.2
}

.index_banner .desc em {
    color: #d7001d;
    padding: 0 4px;
    display: inline-block
}

.index_banner .desc {
    font-size: 28px;
	color: #9d9e9e;
    transition: all 1s cubic-bezier(.24, .77, .25, 1);
    transition-delay: .2s;
    margin: 30px 0 40px;
    line-height: 1.2
}

@media (max-width: 1360px) {
    .index_banner .swiper-pagination {
        bottom:18px
    }
}

@media (max-width: 1200px) {
    .index_banner .tag {
        font-size:32px
    }

    .index_banner .desc {
        font-size: 24px;
        margin: 15px 0
    }
}

@media (max-width: 768px) {
    .index_banner .tag {
        font-size:28px
    }

    .index_banner .desc {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .index_banner .tag {
        font-size:18px
    }
	.index_banner .desc {
	    font-size: 14px;
	}
}

.index_banner .ani011 {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 1rem);
    transition-duration: .8s;
    transition-property: all;
    transition-timing-function: ease-out
}

.index_banner .ani012 {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, -20vh);
    transition-duration: .8s;
    transition-property: all;
    transition-timing-function: ease-out
}

.index_banner .swiper-slide-active .bg {
    transform: scale(1)
}

.index_banner .swiper-slide-active .ani011,.index_banner .swiper-slide-active .ani012 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0)
}

.index_banner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

@media (min-width: 1920px) {
    .index_banner li {
        background-repeat:no-repeat;
        background-size: cover;
        background-position: center
    }

    .index_banner li .img {
        visibility: hidden
    }
}

@media (max-width: 1919px) and (min-width:993px) {
    .index_banner li {
        background:none !important
    }
}

@media (max-width: 992px) {
    .index_banner .swiper-pagination {
        bottom:10px
    }

    .index_banner li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .index_banner li .img {
        visibility: hidden
    }
}

.home-title {
	text-align: center
}

.home-title h3 {
	font-size: 40px;
	color: #333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px
}

.home-title h3:after {
	content: "";
	display: block;
	width: 170px;
	height: 1px;
	background: #aaa;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -85px;
	z-index: 1
}

.home-title h3:before {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background: #d7001d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	z-index: 2
}

.home-title p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: arial;
	color: #666
}
@media (max-width: 1024px) {
	.home-title h3 {
		font-size: 32px
	}
}
@media (max-width: 768px) {
	.home-title h3 {
		font-size: 28px
	}
}

@media (max-width: 640px) {
	.home-title h3 {
		font-size: 22px
	}

	.home-title h3:before {
		width: 24px;
		height: 3px;
		margin-left: -12px
	}

	.home-title h3:after {
		width: 80px;
		bottom: 1px;
		margin-left: -40px
	}
}

/*main*/
.index_prot1 {
	padding: 80px 0 0;
}

.index_prot1 .wrap{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin-top: 55px;
	background: #e6e6e6;
	padding: 30px;
}
.index_prot1 .video {
	width: 50%;
}

.index_prot1 .video video {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.index_prot1 .content {
	width: 50%;
	padding: 0 67px 0 15px;
	font-size: 16px;
	line-height: 28px;
	color: #000;
} 
@media (max-width: 1024px) {
	.index_prot1 {
		padding: 60px 0 0;
	}
	.index_prot1 .wrap{
		margin-top: 40px;
		padding: 32px;
	}
	.index_prot1 .content {
		font-size: 15px;
		padding: 0 37px 0 15px;
	} 
}
@media (max-width: 768px) {
	.index_prot1 {
		padding: 50px 0 0;
	}
	/* .index_prot1 .video {
		width: 550px;
	} */
	.index_prot1 .video video {
		height: 250px;
	}
	.index_prot1 .content {
		font-size: 14px;
	} 
}

@media (max-width: 640px) {
	.index_prot1 {
		padding: 30px 0 0;
	}
	.index_prot1 .wrap{
		flex-direction: column;
		margin-top: 25px;
		padding: 20px;
	}
	.index_prot1 .video {
		width: 100%;
	}
	.index_prot1 .content {
		width: 100%;
		padding: 0;
	} 
}

.index_prot2 {
	padding: 80px 0 50px 0;
}
.index_prot2 .row {
    margin: 50px 0 0;
	margin-left: -18px !important;
	margin-right: -18px !important
}

.index_prot2 .row>* {
	padding-left: 18px !important;
	padding-right: 18px !important
}

.pro_item {
	border-radius: 16px;
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}

.pro_item .coverbox {
	border-radius: 1.12rem 1.12rem 0 0;
}

.pro_item .info {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	padding: 18px 20px 35px
}

.pro_item .info .tit {
	display: block;
	/* height: 5.6rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2; */
	font-size: 18px;
	color: #444;
	text-align: center;
	font-weight: bold;
	/* margin-bottom: 0.18rem; */
}

.pro_item:hover .tit {
	color: #d7001d
}
@media (max-width: 1024px) {
	.index_prot2 {
		padding: 60px 0 30px 0;
	}
	.index_prot2 .row {
	    margin: 40px 0 0;
		margin-left: -10px !important;
		margin-right: -10px !important
	}
	
	.index_prot2 .row>* {
		padding-left: 10px !important;
		padding-right: 10px !important
	}
}
@media (max-width: 768px) {
	.index_prot2 {
		padding: 50px 0 30px 0
	}
	.pro_item .info{
		padding: 25px 20px 25px;
	}
}
@media (max-width: 640px) {
	.index_prot2 {
		padding: 30px 0 10px 0
	}
	.index_prot2 .row {
	    margin: 25px 0 0;
		margin-left: -8px !important;
		margin-right: -8px !important
	}
	.index_prot2 .row>* {
		padding-left: 8px !important;
		padding-right: 8px !important
	}
	.pro_item .info{
		padding: 20px 15px 20px;
	}
	.pro_item .info .tit {
		font-size: 15px;
	}
}
/*查看更多*/
a.a_more {
	display: block;
	width: 170px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #d7001d;
	border-radius: 21px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 14px;
	color: #d7001d;
	position: relative;
	overflow: hidden;
	z-index: 999;
}

a.a_more::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #d7001d;
	border-radius: 21px;
	position: absolute;
	right: 100%;
	transition: all .3s linear;
	z-index: -1;
}

a.a_more:hover::before {
	right: 0;
}

a.a_more:hover {
	color: #ffffff;
}

@media (max-width: 768px) {
	a.a_more {
		width: 150px;
		height: 38px;
		line-height: 38px;
		margin: 10px auto 0 auto;
	}
}
@media (max-width: 640px) {
	a.a_more {
		width: 120px;
		height: 35px;
		line-height: 35px;
		margin: 20px auto;
	}
}
.index_prot3 {
	padding: 80px 0;
	background: #f7f7f7;
}

.inx_news {
	margin-top: 80px;
}

.inx_news_hot{
	width: 47%;
	position: relative;
}

.inx_news_hot img {
	width: 100%
}

.inx_news_hot p {
    position: absolute;
    bottom: -35px;
	font-size: 14px;
    height: 35px;
    line-height: 35px;
    z-index: 10;
    width: 100%;
    text-align: center
}
.inx_news_hot p a {
    color: #fff;
}
.inx_news_hot p.cover {
    z-index: 0;
    background-color: #000;
    opacity: .8;
    filter: alpha(Opacity=80)
}
.inx_news_hot .pop-desc {
    position: absolute;
    padding: 20px;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	text-align: left;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff;
    z-index: 10;
    cursor: pointer;
}

.inx_news_hot .pop-desc p {
    padding: 20px
}

.inx_news_hot .pop-desc span.date {
	padding-top: 20px
}

.inx_news_hot .pop-desc a {
    font-size: 30px;
    color: #fff;
    float: right;
    margin: 0 20px 0 0
}

.lists-items{
	width: 50%;
}

.lists-items ul li {
    font-size: 14px;
    line-height: 42px
}

.lists-items ul li h1 {
	font-size: 16px;
    font-weight: 400;
	line-height: 42px
}

.lists-items ul li h1 span {
    float: right;
    margin: 0 10px
}

.lists-items ul li h1 a {
    margin: 0 10px;
	
}

.lists-items ul li div.list-items-abstract {
    display: none
}

.lists-items-abs {
    display: block!important
}

.list-items-abstract {
    color: #757575;
    border-bottom: 1px #696969 dotted;
    line-height: 25px;
    padding: 10px
}

.list-items-focus {
    background-color: #d7001d;
    line-height: 40px
}

.list-items-focus a {
    color: #fff;
    font-size: 18px
}

.list-items-focus span {
    color: #fff
}

.lists-items a.a_more{
	margin: 30px 0 0;
}

@media (max-width: 1024px) {
	.index_prot3 {
		padding: 60px 0;
	}
	.inx_news {
		margin-top: 40px;
	}
	.inx_news_hot{
		width: 45%;
	}
	.lists-items{
		width: 53%;
	}
	.lists-items ul li h1 {
		font-size: 15px;
	}
	
}

@media (max-width: 768px) {
	.index_prot3 {
		padding: 50px 0;
	}
	.inx_news_hot{
		width: 40%;
	}
	.lists-items{
		width: 58%;
	}
	.lists-items ul li h1 {
		font-size: 13px;
	}
	.list-items-focus a {
	    font-size: 16px
	}
}

@media (max-width: 640px) {
	.index_prot3 {
		padding: 30px 0;
	}
	.inx_news_hot{
		width: 100%;
	}
	.lists-items{
		width: 100%;
	}
}

/*底部*/
.footer {
	background: #6e6e6e
}

.footer .footer-top {
	overflow: hidden;
	padding: 67px 0 54px 0
}

.footer .footer-top .bt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center
}

.footer .footer-top .bt:after {
	content: '';
	display: block;
	width: 68px;
	height: 1px;
	background: #d7001d;
	margin: 16px auto
}
.footer .footer-top .bt a {
    text-decoration: none;
    color: #fff;
}

.footer .footer-top .footer-serve {
	float: left;
	width: 25%;
	padding-right: 2px;
	border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.footer .footer-top .footer-serve .jsh {
	/* margin-top: 13px */
}

.footer .footer-top .footer-serve .jsh p {
	line-height: 30px;
	font-size: 14px;
	color: #d7001d;
	margin-bottom: 12px
}

.footer .footer-top .footer-serve .jsh p a {
	color: #d7001d;
	font-size: 30px;
}


@media (min-width:1025px) {
	.footer .footer-top .footer-serve .jsh p a:hover {
		color: #fff;
		text-decoration: underline
	}
}

.footer .footer-top .footer-navigation {
	width: 12.5%;
	float: left;
	padding: 0 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.footer .footer-top .footer-navigation .icon-jia {
	float: right;
	transition: .3s;
	display: none;
	margin-right: 10px
}

.footer .footer-top .footer-navigation ul {
	width: 100%;
	/* overflow: hidden; */
}

.footer .footer-top .footer-navigation ul li {
	width: 100%;
	float: left;
	padding-bottom: 12px;
	text-align: center;
}

.footer .footer-top .footer-navigation ul li a {
	display: block;
	font-size: 14px;
	color: #cfcfcf;
}

.footer .footer-top .footer-navigation ul li a:hover {
	color: #fff;
	opacity: 0.8
}

.footer .footer-top .footer-contact {
	float: left;
	width: 30%;
	padding: 0 40px;
	/* border-right: 1px solid rgba(255, 255, 255, 0.1) */
}

.footer .footer-top .footer-contact p {
	font-size: 14px;
	color: #76777e;
	padding-bottom: 12px;
}

.footer .footer-top .footer-attention {
	width: 12.5%;
	float: right;
	/* padding-left: 24px; */
	text-align: center;
}
.footer .footer-top .footer-attention img{
	width: 110px;
}

.footer .footer-bottom {
	padding: 27px 0 20px 0;
	font-size: 14px;
	color: #ccc;
	background: #434343
}

.footer .footer-bottom a {
	color: #ccc;
}

@media (max-width: 992px) {
	.footer .footer-top {
		padding: 25px 0 30px 0
	}

	.footer .footer-top .footer-serve {
		width: 50%;
		border-right: none;
		padding: 0 55px;
	}

	.footer .footer-top .footer-navigation {
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		padding: 0;
		overflow: hidden;
	}
	
	.footer .footer-top .footer-navigation .bt{
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		border-top: 0px solid #989898;
		height: 46px;
		line-height: 46px;
		margin-bottom: 0;
		text-align: left;
	}
	
	.footer .footer-top .footer-navigation .bt:after {
		display: none;
	}
	
	.footer .footer-top .footer-navigation .icon-jia {
		display: block
	}
	
	.footer .footer-top .footer-navigation ul {
		display: none;
		padding: 10px 20px;
		line-height: 2;
	}
	
	.footer .footer-top .footer-navigation ul li{
		text-align: left;
	}
	
	.footer .footer-top .footer-navigation.active .iconfont {
		transform: rotate(135deg)
	}
	
	.footer .footer-top .footer-contact {
		width: 100%;
		float: none;
		padding: 0 25px;
		border-right: none;
		padding-bottom: 25px;
	}
	
	.footer .footer-top .footer-attention {
		width: 100%;
		float: none;
		padding: 0 ;
		margin-top: 20px;
	}
	.footer .footer-top .footer-attention .bt{
		text-align: left;
	}
	.footer .footer-top .footer-attention .bt:after {
		margin: 16px 0;
	}
}

/* @media (max-width: 640px) {
	.footer .footer-top .footer-serve {
		width: 100%;
		border-right: none;
		padding: 0 25px;
		margin-bottom: 25px;
	}

	
} */

/*内页banner*/
.vbanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	height: 500px;
}
.vbanner .wrap {
	width: 92vw;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
}

.vbanner h2 {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 15px;
}

.vbanner .desc {
	font-size: 20px;
	text-transform: uppercase
}

.vbanner .content {
    padding-left: 26px;
    position: relative
}

.vbanner .content::before {
    content: '';
    display: block;
    width: 4px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0;
    background: #d7001d;
}

.vbanner .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.2)
}

.vbanner .bg.animated {
	transform: scale(1)
}

@media (max-width: 1200px) {
	.vbanner {
		height: 300px
	}
}

@media (max-width: 768px) {
	.vbanner {
		height: 250px;
	}

	.vbanner h2 {
		font-size: 42px;
	}

	.vbanner .desc {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.vbanner {
		height: 120px
	}

	.vbanner h2 {
		font-size: 32px;
	}

	.vbanner .desc {
		font-size: 16px;
	}
}


/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #d7001d;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #d7001d;
}

#pages li:hover a {
    color: #fff;
}


