@charset "utf-8";

/* 
    说明，为了做图片响应式，所有图片相关都是用绝对定位改的，这块有疑问可以咨询我 我给讲下，最好别改那

*/
/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}



code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

ul,
ol {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #99141b;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
}

q:before,
q:after {
	content: "";
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0;
}

body {
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
	/* padding: 0 2%; */
	box-sizing: border-box;
}

.wraps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@keyframes updown {

	0%,
	100% {
		transform: translateY(0);
	}

	25%,
	75% {
		transform: translateY(-12px);
	}

	50% {
		transform: translateY(12px);
	}
}

.h5-nav {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}
.main-tit span{
font-size:42px;
}
.h5-nav dl {
	width: 80%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.h5-nav dl dt {
	margin-bottom: 15px;
}

.h5-nav dl dt a {
	color: #99141b;
	font-size: 16px;
}

.h5-nav dl dt .line {
	margin-top: 5px;
	width: 14px;
	height: 1px;
	background: #99141b;
}

.h5-nav dl dd {
	line-height: 32px;
}

.h5-nav dl dd a {
	opacity: 0.6;
}

.phone-menu>li:hover>a {
	color: red;
}

.phone-menu>li>ul {
	display: none;
	margin-left: 30px;
}

.phone-menu>li:hover ul {
	display: block;
}

.cover-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:rgba(0, 0, 0, 0.8);
	background-size: 90% auto;
	color: #fff;
}

.cover-box a {
	color: #fff;
}

.cover-box .closebtn {
	position: absolute;
	right: 17px;
	top: 17px;
	width: 14px;
	height: 14px;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.searchbox {
	margin: 140px auto;
	max-width: 400px;
	text-align: center;
	position: relative;
}

.searchbox .text {
	width: 100%;
	line-height: 20px;
	padding: 9px 50px 9px 30px;
	box-sizing: border-box;
	border: none;
	border-radius: 18px;
}

.searchbox .btn {
	position: absolute;
	right: 20px;
	top: 50%;
	transition: all ease 0.3s;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: url(../images/search-icon.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 16px;
	transition: all ease 0.3s;
	box-sizing: border-box;
	z-index: 99;
	background: url(../images/english/navbgh_01.png) no-repeat;
}

.header .r1 {
	color: #fff;
	/* background: #99141b; */
	line-height: 30px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.header .r1 .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden
}

.header .r1 .max1920 {
	max-width: 1920px;
	padding: 10px 40px;
	box-sizing: border-box;
	overflow: hidden;
}

.header .r1 a {
	color: #fff;
}

.header .r1 span {}

.header .r1 .c1 {
	font-size: 14px;
}

.header .r1 .c2 .search {
	display: inline-block;
	width: 20px;
}

.header .r1 .c2 .zww {
	background: #fff;
	color: #99141b;
	padding: 2px 6px;
	border-radius: 3px;
}

.header .r1 .c2 .search img {
	width: 20px;
}

.header .r1 .c2 .search,
.header .r1 .c2 span,
.header .r1 .c2 a {
	vertical-align: middle;
}

.header .r2 {
	margin-top: 30px;
	padding-bottom: 125px;
}

.header .r2 .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .r1 .nav-ctrl {
	display: none;
}

.header .r1 .nav-ctrl img {
	height: 18px;
	margin-top: -4px;
}

.header .r1 span,
.header .r1 .search,
.header .r1 a {
	vertical-align: middle;
}


.header .r1 .logo img {
	max-width: 100%;
	height: 68px;
	transition: all ease 0.2s;
}

.header .r2 .main-nav {
	width: 100%;
	margin: auto;
}

.header .r2 .main-nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .r2 .main-nav li {
	text-align: left;
	line-height: 44px;
	white-space: nowrap;
	position: relative;
	font-size: 16px;
}

.header .r2 .main-nav li .dropDown {
	/* border-top: 1px rgba(255, 255, 255, .2) solid;
	border-bottom: 1px rgba(255, 255, 255, .2) solid; */
	width: auto;
	display: block;
	left: -99999px;
	font-size: 16px;
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	padding: 20px 0px;
	box-sizing: border-box;
}

.header .r2 .main-nav li .dropDown li {
	height: 0px;
	padding: 0px 20px;
	position: relative;
}

.header .r2 .main-nav li:hover .dropDown li {
	height: 44px;
	transition: ease 0.4s height;
}

.header .r2 .main-nav li .dropDown li a {
	display: block;
}

/* .header .r2 .main-nav li .dropDown li a:hover {
	text-decoration:underline;
} */

.header .r2 .main-nav li:hover .dropDown {
	left: 0px;
}

.header .r2 .main-nav li .dropDown li .dropDown-children {
	width: auto;
	display: none;
	position: absolute;
	top: -10px;
	left: 100%;
	font-size: 15px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	padding: 20px 0px;
	box-sizing: border-box;
}

.header .r2 .main-nav li .dropDown li .dropDown-children li {
	width: auto;
	height: 44px;
}

.header .r2 .main-nav li .dropDown li:first-child .dropDown-children {
	top: -20px;
}

.header .r2 .main-nav li .dropDown li:hover .dropDown-children {
	display: block;
}

.header .r2 .main-nav li .nav_title {
	font-size: 18px;
	margin: 0 20px;
	color: #fff;
	display: block;
	cursor: pointer;
}

/* .header .r2 .main-nav li:hover a,
.header .r2 .main-nav li.on a {
	color: #fff;
} */

.header .r2 .main-nav li:hover a::after,
.header .r2 .main-nav li.on a::after {
	width: 100%;
}

.header .r2 .main-nav li a {
	color: #fff;
}

.header .r2.hide {
	transform: translateY(-100%);
}

.header.active .r2 {
	transition: linear 0.1s;
	background: rgba(153, 20, 27, 0.8);
	margin-top: 0;
	padding: 0;
}

.header.active .r1 {
	background-color: #99141b;
	box-sizing: border-box;
}

.header.active .r1 .logo img {
	/* height: 34px; */
	margin-top: 0px;
}

.header.active .r2 .main-nav li a {
	font-size: 16px;
}

.more-page {
	position: fixed;
	right: 0;
	top: 35%;
	transform: translateY(-50%);
	z-index: 20;
	animation-name: updown;
	animation-iteration-count: infinite;
	animation-duration: 4s;
}

.banner {
	position: relative;
	z-index: 1;
}

.banner img {
	max-width: 100%;
}

.banner .slick-dots {
	position: absolute;
	right: 0;
	bottom: 8px;
	text-align: right;
	padding-right: 10%;
}

.banner .slick-dots li {
	background: url(../images/dote.png) no-repeat center center;
	width: 16px;
	height: 16px;
}

.banner .slick-dots li.slick-active {
	background: url(../images/dote-on.png) no-repeat center center;
}

.banner .slick-prev {
	position: absolute;
	z-index: 999;
	width: 43px;
	height: 43px;
	display: block;
	background: url(../images/english/left.png) no-repeat center;
      display: none !important;
}

.banner .slick-next {
	width: 43px;
	height: 43px;
	display: block;
	background: url(../images/english/right.png) no-repeat center;
        display: none !important;
}

.banner2{display:none;}


.jiuban{display: initial; float:left;}
    
@media only screen and (max-width:1200px) {
.jiuban{display:none;}
}

@media only screen and (max-width:415px) {

.banner{display:none;}

.banner2 {
	position: relative;
	z-index: 1;
}

.banner2 img {
	max-width: 100%;
}

.banner2 .slick-dots {
	position: absolute;
	right: 0;
	bottom: 15px;
	text-align: right;
	padding-right: 10%;
}

.banner2 .slick-dots li {
	background: url(../images/dote.png) no-repeat center center;
	width: 16px;
	height: 16px;
}

.banner2 .slick-dots li.slick-active {
	background: url(../images/dote-on.png) no-repeat center center;
}

.banner2 .slick-prev {
	position: absolute;
	z-index: 999;
	width: 43px;
	height: 43px;
	display: block;
	background: url(../images/english/left.png) no-repeat center;
      display: none !important;
}

.banner2 .slick-next {
	width: 43px;
	height: 43px;
	display: block;
	background: url(../images/english/right.png) no-repeat center;
        display: none !important;
  }

}


.main-tit {
	text-align: center;
	padding: 40px 0;
	font-size: 32px;
	font-weight: 700;
}

.item2 .main-tit {
	padding-top: 75px;
}

.main-tit span::after {
	content: '';
	display: block;
	height: 1px;
	width: 140px;
	background-color: #99141B;
	margin: 15px auto;
}

.main-tit a {
	color: #99141B;
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 100px;
	margin: auto;
}

.main-list ul {
	margin: 0 -1%;
}

.main-list li {
	font-size: 15px;
	line-height: 30px;
}

.main-list li .date {
	float: right;
}

.main-list li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-right: 100px;
}

.index-row1 {
	box-sizing: border-box;
	overflow: hidden;
}

.index-row1 .item {
	margin: 0px 0 50px 0;
}

.index-row1 .item .round_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.index-row1 .item .round_box .round {
	width: 15%;
	height: auto;
	padding-bottom: 14.55%;
	position: relative;
	overflow: hidden;
	/* width: 200px;
	height: 200px;*/
	border-radius: 50%;
	text-align: center;
	display: table;
	margin: 20px -10px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}

.index-row1 .items {
	padding: 0 10px;
}

.index-row1 .item .round_box .round a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index-row1 .item .round_box .round:hover {
	cursor: pointer;
	/* animation: turn .5s ease; */
}

.index-row1 .item .round_box .round:hover a {
	color: #fff;
}

.index-row1 .item .round_box .r1:hover,
.index-row1 .item .round_box .r3:hover,
.index-row1 .item .round_box .r5:hover {
	background: url(../images/english/ar_bg1.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.index-row1 .item .round_box .r2:hover,
.index-row1 .item .round_box .r4:hover,
.index-row1 .item .round_box .r6:hover {
	background: url(../images/english/ar_bg2.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.index-row1 .item .round_box .round:hover {
	border: 4px solid #f0cd9c;
	box-sizing: border-box;
}

.active .r2 {
	padding-bottom: 0;
}

@keyframes turn {

	0% {
		-webkit-transform: translateY(-10px);
	}

	50% {
		-webkit-transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(-20px);
	}

	/* 0% {
		transform: translateZ(0) scale(1);
	}

	50% {
		transform: translateZ(0) scale(1.1);
	}

	100% {
		transform: translateZ(0) scale(1.2);
	} */
}

.index-row1 .item .round_box .round a {
	display: table-cell;
	vertical-align: middle;
}

.index-row1 .item .round_box .r1 {
	border: 4px solid #EA6024;
	background-color: #FEF9F7;
}

.index-row1 .item .round_box .r1 a {
	color: #EA6024;
	word-break: break-all;
}

.index-row1 .item .round_box .r2 {
	border: 4px solid #F7A80F;
	background-color: #FEFAF3;
}

.index-row1 .item .round_box .r2 a {
	color: #F7A80F;
}

.index-row1 .item .round_box .r3 {
	border: 4px solid #51AF7E;
	background-color: #F6FBF8;
}

.index-row1 .item .round_box .r3 a {
	color: #51AF7E;
}

.index-row1 .item .round_box .r4 {
	border: 4px solid #38B7AF;
	background-color: #F5FAFA;
}

.index-row1 .item .round_box .r4 a {
	color: #38B7AF;
}

.index-row1 .item .round_box .r5 {
	border: 4px solid #348BDC;
	background-color: #F5F9FD;
}

.index-row1 .item .round_box .r5 a {
	color: #348BDC;
}

.index-row1 .item .round_box .r6 {
	border: 4px solid #4380EE;
	background-color: #F7F9FE;
}

.index-row1 .item .round_box .r6 a {
	color: #4380EE;
}


.index-row1 .item .text h6 {
	font-size: 24px;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-row1 .item .text h6 a {
	color: #99141b;
}

.index-row1 .item .text h6 a:hover {
	opacity: 0.8;
}

.index-row1 .item .text .desc {
	line-height: 28px;
	height: 84px;
	overflow: hidden;
}


.index-row1 .item1 .pic {
	background: #ebebeb;
}

.index-row1 .item1 .pic img {
	left: 34px;
}

.index-row1 .item1 .text {
	margin-right: 50px;
	margin-left: 48%;
}

.index-row2 {
	background-image: linear-gradient(to right, #FFF6F3, #EBFBFE);
	padding: 30px 0;
	box-sizing: border-box;
}

.index-row2 .wrap .main_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-row2 .wrap .main_content .card {
	width: 22%;
	background-color: #fff;
	margin: 15px 0;
}

.index-row2 .wrap .main_content_100 .card {
	width: 100%;
}

.index-row2 .wrap .main_content .card:hover {
	cursor: pointer;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.index-row2 .wrap .main_content .card:hover .title {
	color: #99141B;
}

.index-row2 .item1 .main_content .card .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index-row2 .item1 .main_content .card .img img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.index-row2 .wrap .main_content .card .title {
	margin: 10px 10px 0px;
	font-weight: bold;
	font-size: 17px;
	height: 33px;
	overflow: hidden;
	line-height: 33px;
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	/* line-height: 2.1; */
}

.index-row2 .item2 .main_content .card .title {
	font-size: 20px;
	font-family: arial;
}

.index-row2 .wrap .main_content .card .text {
	margin: 10px;
	font-size: 15px;
	/* height: 66px; */
	line-height: 33px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 3; */
	/* -webkit-box-orient: vertical; */
	/* line-height: 2.1; */
}

.index-row2 .wrap .main_content .card .more {
	margin: 50px 10px 15px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #99141B;
}

.index-row2 .item2 .main_content {
	display: block;
}

.index-row2 .item2 .main_content .card {
	max-width: 100%;
	/* display: flex; */
	outline: none;
	padding: 15px;
	box-sizing: border-box;
}

.index-row2 .item2 .main_content .card .date {
	min-width: 60px;
	background-color: #F8F8F8;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	float: left;
padding:0px 5px;
}

.index-row2 .item2 .main_content .card .date .num {
	font-size: 24px;
	font-weight: bold;
}

.index-row2 .item2 .main_content .card .date .txt {
	font-size: 16px;
	color: #999;
}

.index-row2 .item2 .main_content .card .mark {
	width: 15px;
	float: left;
	margin: 20px 15px 0 15px;
}

.index-row2 .item2 .main_content .card .mark .cube {
	display: inline-block;
	width: 15px;
	height: 20px;
	float: left;
}

.index-row2 .item2 .main_content .card .mark .c1 {
	background-color: #9E9E9E;
}

.index-row2 .item2 .main_content .card .mark .c2 {
	background-color: #B1B1B1;
}

.index-row2 .item2 .main_content .card .mark .c3 {
	background-color: #C4C4C4;
}

.index-row2 .item2 .main_content .card .mark .c4 {
	background-color: #D8D8D8;
}

.index-row2 .item2 .main_content .card .summary {
	margin: 0 10px;
	height: 93px;
	line-height: 30px;
	overflow: hidden;
}

.index-row2 .item2 .main_content .card:hover .date {
	background-color: #FDF6F4;
}

.index-row2 .item2 .main_content .card:hover .num,
.index-row2 .item2 .main_content .card:hover .txt {
	color: #99141B;
}

.index-row2 .item2 .main_content .card:hover .c1 {
	background-color: #99141B;
}

.index-row2 .item2 .main_content .card:hover .c2 {
	background-color: #AD4349;
}

.index-row2 .item2 .main_content .card:hover .c3 {
	background-color: #C27276;
}

.index-row2 .item2 .main_content .card:hover .c4 {
	background-color: #D6A1A4;
}

.index-row2 .item2 .main_content .card:hover .summary {
	color: #99141B;
}

.index-row3 {
	padding-bottom: 50px;
}

.m-section3 {
	background-image: linear-gradient(to right, #FFF6F3, #EBFBFE);
}

.section {
	overflow: hidden;
}
.section-last{ overflow: visible;}

.ul-list5 {
	/*overflow: hidden;*/
	margin: -21px -10px 0;
}

.ul-list5 li {
	width: 33.33%;
	float: left;
	outline: none;
	padding: 0 10px;
	margin-top: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ul-list5 .con {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 17px 22px 18px;
	color: #585858;
	font-size: 16px;
	border-bottom: 2px solid #ccc;
}

.ul-list5 span {
	display: block;
	float: left;
	font-size: 32px;
	margin-right: 25px;
}

.ul-list5 .txt {
	overflow: hidden;
	line-height: 23px;
	height: 46px;
}

.m-section3 .ul-list3 a:after {
	background: #c5c5c5;
}

.ul-list5 .con:hover {
	color: #99141B;
}

.footer {
	background: #212121;
	color: #fff;
	padding: 50px 0 0 0;
}

.footer a {
	color: #fff;
}

.footer .r1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer .r1 .c1 {
	/* flex: 1; */
	display: flex;
	/* margin-bottom: 30px; */
	flex-wrap: wrap;
	justify-content: center;
}

.footer .r1 .h5 {
	/* display: none;
	width: 100%; */
}

.footer .r1 .c1 .item {
	box-sizing: border-box;
	flex: 1;
	border-left: 1px solid #2C2C2C;
	border-right: 1px solid #2C2C2C;
	text-indent: 20%;
	max-width: 230px;
	min-width: 230px;
	margin-bottom: 25px;
}

.footer .r1 .c1 .item:first-of-type {
	border-left: 2px solid #2C2C2C;
}

.footer .r1 .c1 .item:last-of-type {
	border-right: 2px solid #2C2C2C;
}

.footer .r1 .c1 .item .title {
	margin-bottom: 20px;
	font-size: 14px;
}

.footer .r1 .c1 .item ul li a {
	font-size: 12px;
	/* color: #4C4D4A; */
	line-height: normal;
	cursor: pointer;
	color: rgba(255, 255, 255, .25);
}

.footer .r1 .c1 .item ul li a:hover {
	color: #fff;
}

.footer .r1 .panel {
	display: none;
	margin: 10px auto;
	min-width: 300px;
}

.footer .r1 .panel .panel-header {
	cursor: pointer;
	margin: 25px 0;
	font-size: 16px;
}

.footer .r1 .panel .panel-header .icon {
	height: 20px;
	float: right;
	transform: rotate(0deg);
	transition: all .5s ease;
}

.footer .r1 .panel .panel-header .icon.active {
	transform: rotate(180deg);
}

.footer .r1 .panel .panel-body {
	/* padding: 10px 0; */
	text-indent: 10px;
}

.footer .r1 .panel .panel-body li a {
	color: #4C4D4A;
	line-height: 2.5;
}

.footer .r1 .panel .panel-body:not(:nth-child(2)) {
	display: none;
}

.footer .r1 .panel .panel-body:not(:nth-child(1)) {
	display: none;
}

.footer .r1 .c2 {
	padding-left: 30px;
}

.footer .r1 .c2 .friend1 {
	display: none;
}

.footer .r1 .c2 .friend {
	margin-bottom: 35px;
}

.footer .r1 .c2 .friend a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	background-color: #595959;
	margin: 8px;
}

.footer .r1 .c2 .friend a:hover {
	background-color: #99141B;
}

.footer .r1 .c2 .friend a img {
	max-width: 50px;
	max-height: 50px;
}

.footer .r1 .c2 .flink a {
	display: inline-block;
	margin: 8px;
}

.footer .r2 {
	line-height: 50px;
	background: #000000;
	text-align: center;
	font-size: 12px;
	color: #4C4D4A;
}

#navctr2 {
	display: none;
}


.footer .r1 .c1 .item{
text-indent:0rem;
}

.footer .r1 .c1 .item{padding-left: 30px;padding-right: 20px;}

.searchbox .ser{
position: absolute;
    right: 20px;
    top: 50%;
    transition: all ease 0.3s;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;

}

.footer .r1 .c1 .item ul li{

padding:5px 0;

line-height: normal;
}




.m-pic1{position: relative;/* margin-right: -12px; */margin-top: 9px;}
.m-pic1 .slick-next,.m-pic1 .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 50px;height: 50px;font-size: 0;line-height: 0;z-index: 999;
    background: none;border: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-pic1 .slick-prev{left: -56px;background-image: url();}
.m-pic1 .slick-next{right: -46px;background-image: url();}
.m-pic1 .slick-prev:hover,.m-pic1 .slick-next:hover{
    opacity: .6;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.m-pic1 .con{
    position: relative;
    display: block;
    /* background: #fff; */
    width: 100%;
    padding: 0 35px;
    overflow: hidden;
    margin-right: 14px;
    box-sizing: border-box;
}
.m-pic1 .con:hover{
 
}
.m-pic1 .pic{
    position: relative;
    float: left;
    width: 555px;
    height: 312px;
    margin-right: 15px;
    overflow: hidden;
    z-index: 99;
}
.m-pic1 .pic img{
    display: block;width: 100%;height: 100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-pic1 .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

@media screen and (max-width: 768px){
.m-pic1 .pic img{ height: auto;}
}

@media screen and (max-width: 415px){

.m-pic1 .slick-dots{ 
    position: absolute;
    z-index: 10;
    bottom: -18px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.m-pic1 .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
 
    width: 12px;
    height: 12px;
    border-radius: 50%;
}




.m-pic1 .slick-dots li button {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #999;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.m-pic1 .slick-dots li.slick-active button {
   background: #9d0a12;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}

}


.m-pic1 .txt{
    position: absolute;
    left: 0;
    height: 268px;
    margin: 22px 0;
    background: #fff;
    overflow: hidden;
    /*font-family: "Arial";*/
    font-size: 12px;
    color: #515151;
    line-height: 24px;
    width: 100%;
}
.m-pic1 .txt .title{
    /* border-bottom: 1px #555 dotted; */
    /* padding-bottom: 7px; */
    margin-bottom: 15px;
    }
.m-pic1 .txt h4{
    font-size: 22px;
    color: #333;
    line-height: 25px;
    height: 27px;
    overflow: hidden;
}
.m-pic1 .con:hover .txt h4{color: #9d0a12;}
.m-pic1 .txt p span{
    color: #000;font-weight: bold;
}
.m-pic1 .con:hover .txt,.m-pic1 .con:hover .txt p span{color: #fff;}
.m-pic1 .txt2{width: calc(100% - 640px - 35px);float: right;padding-right: 35px;margin: 50px 0;border-right: 6px solid #9d0a12;}

.m-pic1 .zy22 p{font-size: 16px;color: #333;line-height: 25px;/* height: 84px; */overflow: hidden;}
