@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
a {
	color: #333;
	text-decoration: none;
	transition: all ease-out .7s;
}
a:hover{
	color: #a2192b;
}

img {
	border: none;
	width: auto;
	max-width: 100%;
	display: block;
}
ul, li {
	list-style-type: none;
}
html, body {
	color: #555;
	font: 14px "Microsoft YaHei", "微软雅黑", "宋体", Arial, sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}
em, i, b {
	font-style: normal;
}
input {
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	border: 0;
}
p, span {
	width: auto;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.flex {
	display: flex;
	flex-direction: row;
}
.ac {
	align-items: center;
}
.js {
	justify-content: space-around;
}
.jb {
	justify-content: space-between;
}
.f1 {
	flex: 1;
}
.oh {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ov {
	overflow: hidden;
}
.tc {
	text-align: center;
}
.dn {
	display: none;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.b {
	font-weight: bold;
}
.w {
	width: 100%;
}
.w12 {
	width: 1200px;
}
.bx {
	box-sizing: border-box;
}
.zi {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.red {
	color: #a2192b;
}
.nav {
	top: 0;
	left: 0;
	z-index: 999;
}
.nav-box {
	margin: 0 auto;
	padding: 15px 0;
}
.nav-list {
	padding-top: 10px;
}
.nav-list>ul>li {
	/* width: 100px; */
	padding-bottom: 10px;
	padding: 0 20px 10px;
}
.nav-list ul {
	margin-right: 0px;
}
.nav-list>ul>li>a {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	width: auto;
	/* padding-bottom: 10px; */
}
.nav-list>ul>li>a:hover {
	color: #a2192b;
}

.nav-list>ul>li>a:hover:after{
    background: #9c000f none repeat scroll 0 0;
    transform: scaleX(1);
}

.nav-list>ul>li>a:after {
    content: "";
    background: #9c000f none repeat scroll 0 0;
    display: block;
    height: 3px;
    transform: scaleX(0);
    transition: transform 400ms ease-out 0s;
    width: auto;
    margin: 10px auto 0;
}











/*修改导航*/
.sub-nav {
	position: absolute;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.5);
	/* margin-top: 10px; */
	text-align: center;
}
.sub-nav>li>a {
	color: #fff;
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
	opacity: 0.7;
	letter-spacing: 1px;
	font-weight: 700;
}
.nav-list .sub-nav>li {
	width: 110px;
	display: inline-block;
	text-align: center;
}
.nav-list li:nth-child(6) .sub-nav{
	padding-left: 50%;
}
.nav-list li .sub-nav>li>a:hover{
	opacity: 1;
	color: #a2192b;
}


.banner {
	overflow: hidden;
	position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	background: #000;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #a2192b;
}
.index-news {
	margin-top: 60px;
}
.index-news-box {
	margin: 0 auto;
}
.index-tit span {
	font-size: 24px;
	margin-bottom: 12px;
}
.index-tit p {
	font-size: 30px;
}
.index-tit p:after {
	content: '';
	display: block;
	width: 16px;
	height: 4px;
	background: #A2192B;
	margin-top: 16px;
}
.index-tit p em {
	color: #A2192B;
	padding-right: 14px;
}
.index-news-tit p:after {
	margin: 16px auto 0;
}
.index-news-con {
	margin-top: 31px;
}
.index-news-list {
	padding: 0px 0 0;
}
.index-news-item {
	border-bottom: 1px solid #ececec;
	padding: 17px 0;
}
.index-news-time {
	color: #fff;
	background: #bbbbbb;
	width: 72px;
	height: 72px;
	padding: 0;
	margin-right: 10px;
}
.index-news-item:hover .index-news-time {
	background: #A2192B;
}
.index-news-time p {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1;
}
.index-news-txt {
	width: 534px;
}
.index-news-txt p {
	font-size: 18px;
	padding: 0px;
	line-height: normal;
}
.index-news-txt span {
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	-webkit-line-clamp: 2;
}
.index-news-item:hover .index-news-txt p {
	color: #A2192B;
}
.news-more a {
	display: block;
	margin-top: 17px;
	color: #fff;
	background: #A2192B;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #A2192B;
}
.news-more a:hover {
	color: #A2192B;
	background: #fff;
	border: 1px solid #A2192B;
}
.news-more a {
	font-size: 16px;
}
.index-ab {
	margin-top: 60px;
	background: #fafafa;
	background: url(../images/index-ab-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.index-about {
	width: 70%;
	padding: 40px 8% 18%;
}
.index-about-con {
	padding: 34px 0 0;
}
.index-about-con p {
	font-size: 18px;
	text-indent: 36px;
	line-height: 26px;
	text-align: justify;
	transition: all ease-out .3s;
}
.index-about-con span {
	font-size: 12px;
	color: #999;
	text-align: justify;
	text-indent: 24px;
	margin-top: 20px;
	transition: all ease-out .3s;
}
.about-brand {
	width: 30%;
}
.idnex-about-btn {
	margin-top: 30px;
	width: 40px;
	height: 40px;
	background: url(../images/h-view-btn.png) no-repeat;
	margin-bottom: 20px;
}
.idnex-about-btn:hover {
	background: url(../images/red-view-btn.png) no-repeat;
}
.about-brand-txt {
	z-index: 999;
	top: 40px;
	left: 40px;
	padding-left: 20px;
}
.index-brand-tip {
	margin-top: 40px;
	font-size: 14px;
}
.index-speech {
	bottom: 0;
	padding-left: 8%;
}
.index-speech-con {
	width: 857px;
}
.index-speech-txt {
	z-index: 999;
	color: #fff;
	bottom: 40px;
	left: 40px;
}
.index-speech-txt p {
	font-size: 20px;
	margin-bottom: 10px;
}
.index-speech-txt span {
	font-size: 24px;
}
.index-speech-btn {
	margin-top: 10px;
	width: 30px;
}
.index-process {
	margin-top: 60px;
}
.index-process:after {
	content: '';
	height: 1px;
	display: block;
	position: absolute;
	border-top: 0 solid #cdcdcd;
	top: 353px;
	z-index: -1;
	width: 100%;
}
.index-process-box {
	margin: 0 auto;
}
.index-process-top {
	margin-bottom: 50px;
}
.index-process-nav {
	color: #A2192B;
	padding-top: 30px;
}
.index-process-nav .process-yq {
	width: 22px;
	height: 22px;
	border: 2px solid #A2192B;
	border-radius: 50%;
}
.index-process-nav>div {
	line-height: 28px;
	font-size: 28px;
	cursor: pointer;
}
.index-process-item {
	width: 240px;
	margin-right: 0px;
}
.index-process-list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.index-process-pic {
	width: 240px;
	height: 150px;
	margin-bottom: 16px;
}
.index-process-item span {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
	border-bottom: 4px solid #A2192B;
}
.index-process-item p {
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	margin-top: 15px;
}
.index-ln {
	margin-top: 60px;
	background: #fafafa;
}
.index-ln-left {
	width: 55%;
}
.index-ln-right {
	width: 45%;
	padding: 60px 60px;
}
.index-ln-txt {
	margin-top: 28px;
}
.index-ln-txt p {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.index-ln-txt span {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #999999;
}
.index-lb-btn {
	margin-top: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/h-view-btn.png) no-repeat;
}
.index-lb-btn:hover {
	background: url(../images/red-view-btn.png) no-repeat;
}
.index-honor {
	margin-top: 80px;
	background: #fafafa;
}
.index-honor-left {

	width: 30%;
}
.index-honor-list {
	width: 70%;
	overflow: hidden;
}
.index-honor-left-txt {
	top: 60px;
	padding: 0 40px;
	z-index: 999;
}
.index-honor-left-txt a {
	width: 40px;
	height: 40px;
	background: url(../images/h-view-btn.png) no-repeat;
	display: block;
}
.index-honor-left-txt a:hover {
	background: url(../images/red-view-btn.png) no-repeat;
}
.index-honor-left-txt>p {
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	margin: 50px 0;
	text-indent: 28px;
}
.index-honor-list a {
	width: auto;
	text-align: center;
	min-height: 199px;
	margin-top: 80px;
}
.index-honor-item img {
	display: inline-block;
	width: 80%;
	max-height: 300px;
	transition: all ease-out .7s;
}
.index-honor-item{
	overflow: hidden;
}
.index-honor-item:hover img{
	transform: scale(1.05, 1.05);
	
}


.index-industry {
	margin-top: 60px;
}
.index-industry-list {
	margin-top: 60px;
}
.index-industry-mask {
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.6);
	transition: all ease-out .7s;
}
.index-industry-btn {
	color: #fff;
	background: #A2192B;
	width: 180px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	border-radius: 5px;
	margin: 21% auto 0;
	display: none;
	transition: all ease-out .3s;
}
.index-industry-item:hover .index-industry-mask {
	background: transparent;
}
.index-industry-item:hover .index-industry-mask .index-industry-btn {
	display: block;
}
.index-factory {
	margin-top: 60px;
}
.index-factory-con {
	margin-top: 60px;
}
.index-factory-left img{
	transition: all ease-out .7s;
}
.index-factory-img-2 img{
	transition: all ease-out .7s;
}
.index-factory-right-bot img{
	transition: all ease-out .7s;
}
.index-factory-img-3 img{
	transition: all ease-out .7s;
}
.index-factory-con div{
	overflow: hidden;
}

.index-factory-left:hover img{
	transform: scale(1.05, 1.05);
}
.index-factory-img-2:hover img{
	transform: scale(1.05, 1.05);
}
.index-factory-img-3:hover img{
	transform: scale(1.05, 1.05);
}
.index-factory-right-bot:hover img{
	transform: scale(1.05, 1.05);
}


.index-factory-left {
	width: 49.5%;
}
.index-factory-right {
	width: 49.5%;
}
.index-factory-img-2, .index-factory-img-3 {
	width: 49.5%;
}
.index-factory-right-top {
	margin-bottom: 1%;
}
.index-contact {
	margin-top: 60px;
}
.index-contact-left {
	width: 30%;
}
.index-contact-right {
	width: 70%;
}
.index-contact-txt {
	z-index: 999;
	top: 40px;
	padding: 0 20px;
}
.index-contact-name {
	margin-top: 60px;
}
.index-contact-name p {
	color: #A2192B;
	font-size: 20px;
}
.index-contact-name span {
	font-size: 12px;
}
.index-contact-list {
	margin-top: 60px;
}
.index-contact-item {
	margin-bottom: 30px;
}
.index-contact-item-pic {
	text-align: center;
	width: 37px;
	margin-right: 5px;
}
.index-contact-item-pic img {
	width: 80%;
	display: inline-block;
}
.index-contact-item-txt span {
	font-size: 12px;
	color: #a7a7a7;
}
.footer {
	background: #333;
}
.footer a {
	color: #fff;
}
.footer-box {
	margin: 0 auto;
}
.footer-left {
	padding: 60px 0;
}
.footer-item {
	margin-right: 68px;
}
.footer-tit a {
	font-size: 16px;
	margin-bottom: 30px;
}
.footer-item>a {
	color: #a2a2a2;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer-right {
	padding: 60px 0;
}
.footer-right p {
	color: #fff;
	margin-top: 10px;
}
.fixed-nav {
	right: 0;
	bottom: 50%;
	z-index: 9999;
}
.fixed-nav .fixed-item {
	width: 52px;
	height: 52px;
	text-align: center;
	background: #333;
	margin-top: 3px;
	
}
.fixed-item img {
	display: inline-block;
	margin-top: 14px;
	transition:transform 0.4s ease-out;
}
.fixed-item:hover {
	background: #A2192B;
	
}
.fixed-item:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}


.about-pt {
	padding-top: 66px;
}
.about-jj {
	margin-top: 100px;
	min-height: 557px;
}
.about-jj-left, .about-jj-right {
	width: 50%;
}
.about-jj-right {
	background: #fafafa;
	padding: 20px 25px 0;
}
.about-jj-right-tit {
	margin-bottom: 25px;
}
.about-jj-right-tit p {
	font-size: 50px;
	color: #f1f1f1;
	line-height: 1;
}
.about-jj-right span {
	bottom: 0;
	left: 0;
	color: #a2192b;
	font-size: 24px;
	letter-spacing: 1px;
}
.about-jj-right-con p {
	text-align: justify;
	color: #333;
	font-size: 13px;
	line-height: 22px;
	text-indent: 26px;
	margin-bottom: 18px;
	letter-spacing: 1px;
}
.about-ln {
	margin-top: 60px;
}
.about-ln-box {
	margin: 60px auto;
}
.about-ln-item {
	width: 600px;
	height: 250px;
	background-size: 100% 100%;
}
.ln1 {
	background: url(../images/ln1-pic.jpg) no-repeat;
}
.ln2 {
	background: url(../images/ln2-pic.jpg) no-repeat;
}
.ln3 {
	background: url(../images/ln3-pic.jpg) no-repeat;
}
.ln4 {
	background: url(../images/ln4-pic.jpg) no-repeat;
}
.about-ln-item-con {
	margin-top: 80px;
	transition: all ease-out 1s;
}
.about-ln-item-con span {
	font-size: 30px;
	color: #a2192b;
	margin-bottom: 12px;
	line-height: 1;
}
.about-ln-item-con em {
	font-size: 22px;
	color: #000000;
}
.about-ln-item-mark {
	color: #fff;
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(142,42,42,0.8);
	padding: 14px 16px;
	transition: all ease-out 1s;
}
.about-ln-item-mark-con {
	border: 2px solid #fff;
	height: 219px;
	box-sizing: border-box;
}
.about-ln-item-mark-con span {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 12px;
	margin-top: 30px;
	letter-spacing: 1px;
}
.about-ln-item-mark-con em {
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 1;
}
.about-ln-item-mark-con em:after {
	display: block;
	background: #fff;
	width: 11px;
	height: 3px;
	content: '';
	margin: 20px auto;
}
.about-ln-item:hover .about-ln-item-mark {
	top: 0;
}
.about-ln-item:hover .about-ln-item-con {
	display: none;
}
.about-zc {
	margin-top: 60px;
}
.about-zc-right {
	width: 50%;
}
.about-zc-left {
	width: 55%;
	background: #fafafa;
	left: 0;
	top: 20px;
	padding: 40px 40px 0;
	z-index: 9999;
}
.about-zc-left-tit p {
	font-size: 50px;
	color: #f1f1f1;
	line-height: 1;
}
.about-zc-left-tit em {
	bottom: 0;
	left: 0;
	color: #a2192b;
	font-size: 24px;
	letter-spacing: 1px;
}
.about-zc-left-tit {
	margin-bottom: 30px;
}
.about-zc-left-con p {
	margin-bottom: 20px;
	text-indent: 28px;
	font-size: 14px;
	text-align: justify;
	color: #333;
	line-height: 24px;
	letter-spacing: 1px;
}
.about-zc-left-con p.txt-right {
	text-align: right;
}
.about-ry {
	margin-top: 60px;
	background: url(../images/about-ry-bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0 2px;
}
.about-ry-box {
	margin: 60px auto;
}
.about-ry-list {
	margin-right: -50px;
}
.about-ry-list a {
	width: 262px;
	margin-right: 50px;
}
.about-ry-nav span {
	border-radius: 50%;
	width: 38px;
	height: 38px;
	border: 1px solid #666666;
	line-height: 38px;
	font-size: 26px;
	cursor: pointer;
	top: 50%;
	margin-top: -16px;
}
.about-ry-nav span:hover {
	border: 1px solid #a2192b;
	color: #a2192b;
}
.about-ry-nav-left {
	left: 4%;
}
.about-ry-nav-right {
	right: 4%;
}
.about-hj {
	margin: 60px auto;
}
.about-hj-list {
	margin-top: 47px;
	margin-right: 0px;
}
.about-hj-list a {
	width: auto;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 20px;
	height: 254px;
}
.about-hj-nav {
	right: 0;
	top: 40px;
}
.about-hj-nav span {
	border-radius: 50%;
	width: 38px;
	height: 38px;
	border: 1px solid #666666;
	line-height: 38px;
	font-size: 26px;
	cursor: pointer;
}
.about-hj-nav span:hover {
	border: 1px solid #a2192b;
	color: #a2192b;
}
.about-hj-nav-left {
	margin-right: 10px;
}
.yy {
	background: url(../images/ly-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.yy-con {
	padding: 120px 0;
}
.yy-con-box {
	margin: 60px auto;
	background: #fff;
	padding: 34px 34px;
}
.yy-con-tit {
	font-size: 24px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	line-height: 1;
}
.yy-con-left-item {
	margin-bottom: 30px;
}
.yy-con-left-item p {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 14px;
}
.yy-con-left-item input[type=text] {
	display: block;
	border: 1px solid #c3c3c3;
	width: 460px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 10px;
}
.yy-con-left-item input[type=radio] {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: #d5d8d8;
	-webkit-appearance: radio;
	vertical-align: middle;
}
.yy-con-left-item span {
	margin-right: 50px;
	vertical-align: middle;
}
.yy-con-right-item {
	margin-bottom: 13px;
}
.yy-con-right-item p {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 14px;
}
.yy-con-right-item textarea {
	display: block;
	resize: none;
	width: 550px;
	height: 241px;
}
.yy-con-right-txt img {
	margin-right: 30px;
	width: 120px;
}
.yy-con-right-p {
	padding-top: 30px;
}
.yy-con-right-p p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.yy-con-btn {
	margin-top: 30px;
	border-top: 1px solid #333;
	padding: 20px 0 0;
}
.yy-con-btn a {
	background: #444444;
	color: #fff;
	font-size: 16px;
	width: 160px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
}
.zp-con {
	margin: 100px auto;
}
.zp-con-item {
	border: 1px solid #cccccc;
	padding: 20px 20px;
	margin-bottom: 30px;
}
.zp-con-tit {
	border-right: 1px solid #ccc;
	padding-bottom: 26px;
	padding-top: 30px;
	width: 360px;
	box-sizing: border-box;
	
}
.zp-con-tit span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #a2192b;
	margin-bottom: 15px;
	margin-top: 30px;
}
.zp-con-txt {
    width: 660px;
    margin-left: 30px;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
}
.zp-con-txt p {
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.zp-con-btn {
	border: 1px solid #a2192b;
	color: #a2192b;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}
.zp-con-item:hover {
	background: #a2192b;
	color: #fff;
}
.zp-con-item:hover .zp-con-tit span {
	color: #fff;
}
.zp-con-item:hover .zp-con-btn {
	background: #fff;
	color: #a2192b;
}
.news-con {
	margin: 60px auto;
}
.news-con-tit p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news-con-tit a {
	width: 82px;
	height: 35px;
	border: 1px solid #ccc;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 10px;
}
.news-con-list {
	margin-top: 40px;
}
.news-con-item {
	margin-bottom: 40px;
}
.news-con-item-txt {
	padding: 43px 53px;
}
.news-con-item-pic, .news-con-item-txt {
	width: 50%;
}
.news-con-item-pic {
	height: 300px;
	overflow: hidden;
}
.news-con-item-txt span {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.news-con-item-txt p {
	text-align: justify;
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	margin-bottom: 30px;
}
.news-con-item-txt em {
	font-size: 18px;
	color: #888888;
	padding-top: 15px;
	border-top: 3px solid #333;
}
.news-con-item-txt p {
	-webkit-line-clamp: 2;
}


.content {
	position: relative;
	min-height: 100px;
	border: 1px solid #eaeaea;
	box-shadow: 1px 1px 4px rgba(11,11,11,.06);
	background: #fff;
	box-sizing: border-box;
	margin: 20px auto;
	
	padding: 30px 30px;
	border-radius: 10px;
}
.content h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}
.content h3 {
	font-size: 16px;
	color: #ccc;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	margin-bottom: 10px;
}
.hj-more a {
	margin: 20px auto;
}
.tc-item {
	position: absolute;
	left: -160px;
	top: -14px;
	display: none;
	width: 160px;
	height: 160px;
	max-width: 160px;
}
.news-process {
	margin: 20px auto;
}
.news-process-item {
	position: relative;
	padding-top: 127px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}
.scaleimg img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.news-process-item .img {
	width: 190px;
	height: 142px;
	overflow: hidden;
	float: left;
	margin-right: 55px;
}
.news-process-item h1 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 26px;
	font-style: normal;
	color: #474747;
	font-weight: normal;
}
.news-process-item p {
	color: #707070;
}
.news-process-nav {
	margin-right: 20px;
}
.process-top {
	margin-bottom: 10px;
}
.process-bot {
	margin-top: 10px;
}
.news-process-nav i {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #333;
}
.news-process-nav font:before {
	content: '';
	width: 1px;
	height: 70px;
	background: #333;
	margin: 0 auto;
	display: block;
}
.process-next {
	background: url(../images/date_arr.png) center bottom no-repeat;
	width: 39px;
	height: 39px;
	display: block;
	margin: 0 auto;
}
.process-pre {
	display: block;
	background: url(../images/date_arr.png) center top no-repeat;
	width: 39px;
	height: 39px;
	margin: 0 auto;
}
.ys-input {
	text-align: center;
	padding: 20px 0;
	display: block;
	font-size: 30px;
	width: 100px;
}
/* timeline */
#timeline {
	width: 1200px;
	height: 480px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;/* background: url('../images/dot.gif') 3px top repeat-y; */
}
#dates {
	width: 100px;
	height: auto;
	float: left;
	margin-top: 0;
	min-height: 390px;
}
.year {
	height: 390px;
	overflow-y: auto;
	float: left;
	width: 120px;
	margin-top: 40px;
}
.year {
	-ms-overflow-style: none;
}
.year {
	overflow: -moz-scrollbars-none;
}
 .year::-webkit-scrollbar {/*滚动条整体样式*/
 width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
 height: 1px;
}
.year::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 background: #535353;
}
.year::-webkit-scrollbar-track {/*滚动条里面轨道*/
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 border-radius: 10px;
 background: #EDEDED;
}
#dates li {
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding-left: 10px;
	/* background: url('../images/biggerdot.png') left center no-repeat; */
	padding-top: 10px;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	height: 400px;
	overflow: hidden;
}
#issues li {
	width: 1043px;
	height: 480px;
	overflow-y: auto;
}
#issues li {
	-ms-overflow-style: none;
}
#issues li {
	overflow: -moz-scrollbars-none;
}
 #issues li::-webkit-scrollbar {/*滚动条整体样式*/
 width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
 height: 1px;
}
#issues li::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 background: #535353;
}
#issues li::-webkit-scrollbar-track {/*滚动条里面轨道*/
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 border-radius: 10px;
 background: #EDEDED;
}
.selected {
	margin-top: 0;
}
#issues li img {
	margin: 0;
}
#issues li h1 {
}
#issues li p {
}
#grad_top, #grad_bottom {
	width: 500px;
	height: 80px;
	position: absolute;
}
#next, #prev {
	position: absolute;
	left: 1%;
	font-size: 70px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover, #prev:hover {
	background-position: 0 0;
}
#next {
	bottom: 0;
	background-image: url('../images/next_v1.png');
}
#prev {
	top: 0;
	background-image: url('../images/prev_v1.png');
}
#next:hover {
	background-image: url('../images/red_next_v1.png');
}
#prev:hover {
	background-image: url('../images/red_prev_v1.png');
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
.process-item {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 20px;
}
.process-item-pic {
	width: 240px;
	height: 150px;
	margin-right: 20px;
}



.process-item-con {
	width: auto;
	overflow: hidden;
	height: 150px;
}
.process-item-con h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}
.process-item-con p {
	text-align: justify !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-family: "微软雅黑" !important;
	color: #333 !important;
}
.index-btn {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	background: #A2192B;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #A2192B;
	letter-spacing: 1px;
}
.index-btn:hover {
	color: #A2192B;
	background: #fff;
	border: 1px solid #A2192B;
}
.speech-btn {
	color: #fff;
	border: 1px solid #fff;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}
.speech-btn:hover {
	color: #A2192B;
	border: 1px solid #A2192B;
}
.index-map{
	z-index: 999;
	width: 100%;
	height: 100%;
	top:0;
	right: 0;
	overflow: hidden;
}

.index-news-pic{
	width: 541px;
	height: 468px;
}
.index-news-pic img{
	transition: all ease-out .7s;
}

.index-news-pic:hover img{
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);	
	opacity: 0.8;
}
.index-about-con p:hover{
	color: #A2192B;
	
}
.index-about-con span:hover{
	color: #000;
	
}
.index-speech-txt p,.index-speech-txt span{
	transition: all ease-out .7s;
}
.index-speech-txt:hover p,.index-speech-txt:hover span{
	color: #A2192B;
}
.index-speech-pic{
	overflow: hidden;
	
}
.index-speech-pic img{
	transition: all ease-out .7s;
}

.index-speech-pic:hover img{
	opacity: 0.8;
	transform: scale(1.05, 1.05);
}
.process-item-pic img{
	transition: all ease-out .7s;
}
.process-item-pic:hover img{
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);	
}
.process-item-con p,.process-item-con h1{
	transition: all ease-out .7s;
}

.process-item-con h1:hover{
	color: #A2192B;
	opacity: 0.7;
}
.process-item-con p:hover{
	color: #A2192B;
	opacity: 0.7;
}
.index-ln-left{
	overflow: hidden;
}

.index-ln-left img{
	transition: all ease-out .7s;
}
.index-ln-left:hover img{
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);	
	opacity: 0.8;
}
.about-ry-list a img{
	transition: all ease-out .7s;
}
.about-ry-list a:hover img{
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);	
	
}
.about-hj-list a img{
	transition: all ease-out .7s;
}
.about-hj-list a:hover img{
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);	
}

.about-zc-right-pic img,.about-jj-left-pic img{
	transition: all ease-out .7s;
}

.about-zc-right-pic:hover img,.about-jj-left-pic:hover img{
	transform: scale(1.05, 1.05);
}
.footer a{
	transition: all ease-out .7s;
}
.footer a:hover{
	color: #A2192B;
}
.news-con-item-pic img{
	transition: all ease-out .7s;
}
.news-con-item-pic:hover img{
	transform: scale(1.05, 1.05);
}

.index-contact-item-pic img{
	transition: transform 0.4s ease-out;
}
.index-contact-item-pic:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.art_text img{
	display: inline !important;
}




.anli{
	margin: 30px auto;
	padding: 50px 0 0;
	
}
.anli-list{
	margin-right: -74px;
}

.anli-item{
	width: 375px;
	margin-right: 37px;
	margin-bottom: 38px;
}
.anli-pic{
	height: auto;
	width: 375px;
	
}
.anli-pic img{
	
	transition: all ease-out .3s;
}


.anli-item:hover .anli-pic img {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);	
}
.anli-item:hover .anli-pic{
	opacity:0.5;
}

.anli-item:hover .anli-txt {
	color:#f6ab00;
}

.anli-txt{
	margin-top: 12px;
	
}
.anli-txt span{
	font-size: 20px;
}

.anli-txt p{
	margin:20px auto;
	color: #999999;
	font-size: 18px;
}

.zp-item-btn{
	padding-top: 48px;
}

.copyright a{
	background: #333;
	color: #fff;
	padding-bottom: 20px;
}
