@charset "utf-8";

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
div,
p,
ul,
li,
dl,
dd {
	margin: 0px;
	padding: 0px;
	/* letter-spacing: 1px; */
}

html,
body {
	font: 12px/1.5 Microsoft YaHei, sans-serif, arial, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu !important;
	/* background-color: #F9F9F9 !important; */
	width: 100%;
	/* overflow-x: hidden; */
	/* 	font-weight: lighter; */
	min-height: 100vh;



}

p {
	letter-spacing: initial;
}

ul,
li,
dl,
dd,
ol {
	list-style-type: none;
}

img {
	outline: none;
}

input {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
}

:root {
    /* --theme-color: #AB2026; */
}

/* 字体 */


@font-face {
	font-family: 'AvenirLT-Black';
	src: url('./font/Avenir LT 55 Oblique.ttf'),
		url('./font/Avenir LT 55 Roman.ttf'),
		url('./font/Avenir LT 65 Medium.ttf'),
}


@font-face {
	font-family: 'AvenirLT-Roman';
	src: url('./font/Avenir LT 55 Roman.ttf');
}

@font-face {
	font-family: 'Didot-HTF-L24-Light-Ital';
	src: url('./font/didot-htf-l24-light-ital.ttf');
}

@font-face {
	font-family: 'AvenirNextLTPro-DemiCn';
	src: url('./font/AvenirNextLTPro-DemiCn.otf');
}

@font-face {
	font-family: 'AlibabaSans-Regular';
	src: url('./font/AlibabaSans-Regular.otf');
}




/* 页面样式 */
.flex_div {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

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


.layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}



.content p {
	word-wrap：break-word;
	font-size: 16px;
	font-family: AlibabaSans-Regular;
	color: #000000;
	line-height: 26px;
}
.content img{
	transition: 0.8s;
	max-width: 100%;
	cursor: pointer;
	overflow: hidden;
	
}
/* .content img:hover  {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);

} */

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-jc {
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-sb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-fw {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.float {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.zhong {
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.xend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.pageBox {
	margin: 40px auto 0px auto;
	overflow: hidden;
}



.flexCenter {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.newpage a {
	color: #889196;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	border: 1px solid #889196;
	padding: 3px;
	background-color: #fff;
}


.newpage b {
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	padding: 3px;
	background-color: #333;
	color: #fff;
}

.flexFloat {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.flexBetween {
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}


input,
p {
	margin-bottom: 0;
	padding: 0;
	outline: none;
}

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

a:link{text-decoration:none !important; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none !important; }/*指已经访问过的链接*/

a:hover{text-decoration:none !important;}/*指鼠标在链接*/

a:active{text-decoration:none !important;}/* 指正在点的链接*/ 

button,
input {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0px;
	margin: 0;
}

button:after {
	border: none;
}

.pick {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*border: 0;*/
	background: transparent;
	outline: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../images/sj.png") no-repeat scroll right 0.8rem transparent;
	background-size: 100% 100%;
}

.widthCen {
	width: 1200px;
	margin: 0 auto;
}


.cf {
	clear: both;
}

.popup {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/*ie8以下*/

.ieBody {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ieBg {
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.ieBg p {
	width: 60%;
	height: auto;
	background-color: #ff3040;
	margin: 200px auto 0 auto;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}


/*----------------- 头部开始  -------------------*/
.shou {
	cursor: pointer;
}

/* 
.shou:hover {
    opacity: 0.7;
}
 */

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

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

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


.img_bai {
	width: 100%;
	height: 100%;
	display: block;
}

/* crumbs-nav */
.crumbs-nav {
	width: 100%;
	height: auto;
	/* background-color: #b5cbd9; */
	padding: 15px 0;
}

.crumbs-nav-li {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.crumbs-nav-li ,
.crumbs-nav-li  a {

    font-size: 18px;
    font-family: AlibabaSans-Regular;
    font-weight: 400;
    color: #777777;
    line-height: 43px;
}

@media screen and (max-width: 850px) {
	.crumbs-nav-li {
		/*width: calc(100% - 30px);*/
		margin: 0 auto;
		height: auto;
		/* padding: 0 15px; */
		flex-wrap: wrap;
	}

	.crumbs-nav-li li,
	.crumbs-nav-li li a {
		font-size: 12px;
	}

	.flex_child {
		margin-top: 49px;
	}

	.db_li {
		width: 100% !important;
	}

	.db_li a {
		transform: scale(0.7);
	}


}



.daxie {
	text-transform: uppercase;
}

.bssk {
	font-family: BazoukSSK;
}

.mt {
	font-family: ArialMT;
}

.two {
	font-family: TerminatorTwo;
}


a:hover {
	text-decoration: none !important;
}


.db_li {
	width: 50%;
	height: 77px;
	overflow: hidden;
	background: url(../images/dba.png) no-repeat left top;
	background-size: 100% 100%;
}

.db_li img:first-child {
	display: block;
	width: 51px;
	height: 47px;
}

.db_li h6 {
	font-size: 30px;
	color: #f1f6f8;
	margin: 0 20px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

.db_li img:last-child {
	display: block;
	width: 10px;
	height: 20px;
	margin-top: 7px;
}

.db_li:last-child {
	border-left: solid 1px #e0f2fc;
}

.db_li a {
	width: 100%;
	height: 100%;
}

.category_title {
	font-size: 36px;
	font-family: AlibabaSans-Regular;
	font-weight: bold;
	color: #332C2B;
	line-height: 36px;
	text-align: center;
	margin-top: 55px;
	/* margin-bottom: 60px; */
}
.category_title_desc{
	display: block;
	font-size: 20px;
	font-family: Alibaba Sans;
	font-weight: 400;
	color: #C9C9C9;
	line-height: 60px;
	text-align: center;
}
.container {
	margin: 0 auto !important;
	padding: 0 !important;
}

.cat_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.cat_box .icon{
    margin-right: 18px;
    max-width: 77px;
}
.cat_box .icon img{
    max-width: 100%;
}
.new_category_title{
    
    font-size: 55px;
    font-family: AlibabaSans-Regular;
    font-weight: bold;
    color: #313131;
    /* line-height: 33px; */
}


@media screen and (max-width: 500px) {
	.container {
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.cat_box{
	    margin-top: 0;
	    
	}
	.new_category_title{
	    font-size: 30px;
	}
	.cat_box .icon {
    margin-right: 10px;
    
    transform: scale(.7);
    }
}


.mtop {
	margin-top: 60px !important;
}

img {
	max-width: 100%;
}

.img_change {
	overflow: hidden;
}

.img_change img {
	transition: 0.8s;
	max-width: 100%;
	cursor: pointer;
	

}

.img_change:hover  img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);

}


.img_reduce {
	overflow: hidden;
}

.img_reduce img {
	transition: 0.8s;
	max-width: 100%;
	cursor: pointer;
	

}

.img_reduce:hover  img{
	-webkit-transform: scale(0.95);
	transform: scale(0.95);

}




.footer_about {
	margin-top: 40px;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer_about .wenzi {
	position: absolute;
	width: 780px !important;
	font-family: AlibabaSans-Regular;
	left: 21%;
	top: 18%;
}

.footer_about .wenzi h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: -2px;
}

.footer_about .wenzi span {
	font-size: 16px;
	font-weight: bold;
	color: #FF6A39;
	margin-bottom: 22px;
	display: inline-block;
}

.footer_about .wenzi p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 30px;
}

.contanct_btn {
	/* width: 193px; */
	height: 41px;
	background-color: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #3928AC;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: inline-block;
	text-align: center;
	line-height: 40px;
	/* padding: 0 33px; */
	width: 193px;

}

.contanct_btn img {

	width: 0 !important;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.contanct_btn:hover img {
	margin-left: 10px;
	width: 10px !important;
	opacity: 1;
	transition: all 0.2s;
}
.w1200 {
    width: 1200px !important;
    margin: 0 auto;
    max-width: 100%;
    
}
.w1280 {
    width: 1280px !important;
    margin: 0 auto;
    max-width: 100%;
}
.w1600 {
    width: 1600px !important;
    margin: 0 auto;
    max-width: 100%;
}

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

	.footer_about .wenzi {
		width: 100% !important;
		padding: 0 20px !important;
		left: 0 !important;
	}
}
@media screen and (max-width: 1300px) {
    .w1200 , .w1280 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media screen and (max-width: 1620px) {
    .w1600 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 850px) {
	.footer_about .wenzi {
		width: 100% !important;
		padding: 20px !important;
		left: 0 !important;
		top: 0 !important;
	}

	.footer_about .wenzi h1,
	.footer_about .wenzi p {
		padding-left: 0 !important;
	}

	.footer_about .wenzi p {
		width: 100% !important;
	}
}



.content{
    max-width: 100%;
    text-align: justify;
}
.content img{
    height: auto !important;
}
video{
    max-width: 100%;
}

#pages{
	display: flex;
	justify-content: center;
	margin-top: 40px;

}
#pages li{
	width: 28px;
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	border:1px solid ;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: var(--theme-color);
}
#pages li a{
	color: var(--theme-color);
	width: 100%;
    height: 100%;
    display: inline-block;
}


#pages li.active{
	background-color: var(--theme-color);
	color: #FFFFFF;
}
#pages li:last-child ,#pages li:first-child{
    position: relative;
	/*border: none;*/
}
#pages li:first-child{
	transform:scaleX(-1);
	
}
/*
#pages li:first-child a:after ,#pages li:last-child a:after,#pages li:first-child span:after ,#pages li:last-child span:after{
    content: '';
    width: 30px;
    height: 34px;
    z-index: 9;
    position: absolute;
    top: -3px;
    left: 0;
    background-image:url('../images/page_jiantou.png') ;
    background-repeat: no-repeat;
}
*/
.image_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58.1%;
}
.img_cover{
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.img_object-fit{
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    
}

p span{
    text-wrap: wrap !important;
}

.jiange{
    margin-top: 50px;
}



@media screen and (max-width: 850px) {
    .jiange{
        margin-top: 40px;
    }
}










@charset "UTF-8";
/*重置样式*/
*{margin: 0;padding: 0;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 77px;
}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight: 400;line-height: 1.2;color: inherit;}
ul,li{list-style: none;}
a{text-decoration: none;color: inherit;}
img{vertical-align: middle;outline: none;border: 0;}
body {
    font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background:#fff;
}
input,button,textarea,select{
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand { display: none;} 
iframe{border: none;vertical-align: top;}
:before, :after {
    box-sizing: border-box;
}
em{font-style: normal;}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.section table{
  width:100%!important;
}
/*字体*/
@font-face {
  font-family: "DIN";
  src: url("../fonts/DINEngschriftStd.eot");
  src: url("../fonts/DINEngschriftStd.eot?#iefix") format("embedded-opentype"), url("../fonts/DINEngschriftStd.woff") format("woff"), url("../fonts/DINEngschriftStd.ttf") format("truetype"), url("../fonts/DINEngschriftStd.svg") format("svg")
}
/*全局样式*/
.mCSB_inside>.mCSB_container{
  margin-right: 20px;
}
.dis-table{
  display: table;
  width: 100%;
  height: 100%;
}
.dis-cell{
  display: table-cell;
  vertical-align: middle;
}
.section{width: 100%;
  /* overflow:hidden; */
}
.text-center{
  text-align: center;
}
.flex-wrap-row{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.container-full,
.container,
.container-middle{
  padding-right: 15px;
  padding-left: 15px;
  /* margin:0 auto; */
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.container-full::before,.container-full::after,
.container::before,.container::after,
.container-middle::before,.container-middle::after,
.clearfix::before,.clearfix::after,
.row::before,.row::after{
  display: table;
  content: " ";
}
.container-full::after,
.container::after,
.clearfix::after,
.container-middle::after,
.row::after{
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  html{font-size: 85px;}
  .container-middle,.container{
    width: 750px;
  }
  .pull-left{float: left;}
  .pull-right{float: right;}
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-35{
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-24 {
    width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .container-middle,.container{
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1260px) {
  .container,.container-middle{
    width: 1230px;
  }
  .container-full{
    padding:0 30px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1500px) {
  html{font-size: 100px;}
  .container-middle {
    width: 1430px;
  }
  .container-full{
    padding:0 60px;
  }
}
