*{
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body{
	width: 100%;
	max-height: 100%;
	color: #333333;
	font-size: 14px;
}
.width1200{
	width: 1200px;
	margin: 0 auto;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
}
/* head */
.index-head-content{
	padding: 10px 0;
}
.index-head-logo{
	display: block;
	float: left;
}
.index-head-logo>img{
	display: block;
	max-width: 100%;
	height: 70px;
}
.index-head-right-content{
	float: right;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	height: 70px;
}
.index-head-right-content>p{
	color: #999999;
	font-size: 16px;
	letter-spacing: 2px;
	margin-right: 90px;
}
.index-head-language-type{
	display: flex;
	align-items: center;
}
.index-head-language-type>span{
	line-height: 32px;
	padding: 0 30px;
	font-size: 14px;
	color: #434343;
	background: #F7BF3B;
}
.index-head-language-type>span a{
    color: #434343;
}
.index-head-language-type>p{
	display: flex;
	align-items: center;
	margin-left: 20px;
	cursor: pointer;
}
.index-head-language-type>p>img{
	margin-right: 6px;
}
.index-head-nav-box{
	background: #000000;
}
.index-head-nav{
	/* overflow: hidden; */
}
.index-head-nav>div{
	display: inline-block;
	line-height: 80px;
	margin-right: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.index-head-nav>div:last-child{
	margin-right: 0;
}
.index-head-nav>div.active::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 4px;
	background: #F7BF3B;
	z-index: 2;
}
.index-nav-more>div{
	background: rgba(51, 127, 199, .75);
	padding: 20px 20px 0 20px;
	width: 600px;
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 0;
	line-height: initial;
	border-radius: 5px;
	display: none;
}
.index-head-nav>div.active>div{
	display: block;
}
.index-nav-more>div>a{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	font-style: italic;
}
.index-nav-more>div>a:hover{
	color: #F8BF3C;
	text-decoration: underline;
}
.index-head-language-type-list{
	border-color: #eee;
	padding: 10px 0;
}
.index-head-language-type-list>li{
	padding: 0 10px;
	line-height: 30px;
	cursor: pointer;
}
/* index content */
.index-content-box{
	position: relative;
}
.index-conetnt-back-img{
	width: 100%;
	display: block;
}
.index-conetnt{
	position: absolute;
	width: 1200px;
	top: 0;
	left: 50%;
	margin-left: -600px;
	padding-top: 60px;
}
.index-conetnt-title{
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	font-family: Adobe Heiti Std;
	line-height: 58px;
}
.index-conetnt-subtitle{
	font-size: 42px;
	color: #F7BF3B;
	letter-spacing: 4px;
	line-height: 42px;
	margin-top: 40px;
	font-family: Adobe Heiti Std;
}
.index-conetnt-text{
	width: 100%;
	padding: 10px 60px 50px;
	background: rgba(26, 26, 26, .57);
	border-radius: 5px;
	margin-top: 50px;
}
.index-conetnt-search-title{
	font-size: 26px;
	color: #FFFEFE;
	line-height: 26px;
}
.index-conetnt-search-title>span{
	margin-right: 30px;
	cursor: pointer;
}
.index-conetnt-search-title>span.active{
	color: #F7BF3B;
}
.index-conetnt-search-box{
	overflow: hidden;
	padding: 20px 10px 20px 40px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #9F9F9F;
	margin-top: 40px;
}
.index-conetnt-search-box>img{
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 20px;
}
.index-conetnt-search-box>input{
	float: left;
	border: none;
	height: 34px;
	font-size: 16px;
	outline: none;
	width: 860px;
}
.index-conetnt-search-box>button{
	border: none;
	padding: 0;
	outline: none;
	background: #F8C03C;
	height: 34px;
	line-height: 34px;
	color: #fff;
	width: 90px;
	margin-left: 10px;
	border-radius: 4px;
}
.index-conetnt-search-type-box{
	overflow: hidden;
	padding: 20px 10px 20px 40px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #9F9F9F;
}
.index-conetnt-search-type{
	float: left;
	display: flex;
	height: 30px;
	align-items: center;
	font-size: 16px;
	color: #535353;
	margin-right: 20px;
	cursor: pointer;
}
.index-conetnt-search-type>p{
	border-radius: 50%;
	border: 1px solid #9F9F9F;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	padding: 4px;
	transition: all .3s;
}
.index-conetnt-search-type>p>i{
	transition: all .3s;
}
.index-conetnt-search-type.active>p{
	border-color: #F8C03C;
}
.index-conetnt-search-type.active>p>i{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #F8C03C;
}
.index-conetnt-search-faq{
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	margin-left: 40px;
}
.index-conetnt-search-faq>img{
	margin-right: 30px;
}
/* footer */
.index-footer-box{
	background: url(../img/footer-back.png) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
	border-top: 1px solid #fafafa;
}
.index-footer-content{
	overflow: hidden;
}
.index-footer-content>div>div{
	font-size: 16px;
	color: #EBE9E9;
	line-height: 16px;
	margin-bottom: 30px;
}
.index-footer-content>div>p{
	font-size: 14px;
	margin-bottom: 20px;
	color: #EBE9E9;
}
.index-footer-content>div>p:last-child{
	margin-bottom: 0;
}
.index-footer-content>div>img{
	max-width: 100%;
	display: block;
}
.index-footer-info{
	float: left;
}
.index-footer-code{
	float: right;
}
/* list */
.article-content-search-box{
	background: url(../img/back1.png) no-repeat;
	background-size: 100%;
	padding: 10px 0;
}
.article-content-search-box .index-conetnt-text{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 140px 20px 120px;
}
.article-content-search-box .index-conetnt-search-box>input{
	width: 720px;
}
.list-box .index-conetnt-search-title{
	font-size: 18px;
	line-height: 18px;
}
.list-box .index-conetnt-search-faq{
	line-height: 14px;
	font-size: 14px;
	margin-top: 26px;
}
.path-nav-box {
    padding: 12px 0 10px;
    border-bottom: 1px solid #545454;
}
.path-nav-box>a {
    color: #535353;
    font-size: 16px;
    text-decoration: none;
    margin-right: 40px;
    position: relative;
	display: inline-block;
    line-height: 20px;
}
.path-nav-box>a::after {
    content: '|';
    position: absolute;
    right: -20px;
}
.path-nav-box>a:last-child::after{
	display: none;
}
.list-content-box{
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.list-left-lable-box{
	width: 200px;
	float: left;
}
.list-right-content-box{
	float: right;
	width: 980px;
}
.article-left-filter-list{
	margin-bottom: 30px;
}
.article-left-filter-list:last-child{
	margin-bottom: 0;
}
.article-left-filter-list>p{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
	color: #FF0000;
}
.article-left-filter-list>div{
	max-height: 160px;
	overflow: hidden;
}
.article-left-filter-list>div>a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
	color: #535353;
}
.article-left-filter-list>div>a.active{
	color: #FF0000;
}
.article-left-filter-list>span{
	color: #FF0000;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
.article-right-content-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article-right-content-title>p{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.article-right-content-title>div{
	display: flex;
	align-items: center;
}
.article-sort{
	display: flex;
	height: 34px;
	align-items: center;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #666;
	margin-right: 20px;
	cursor: pointer;
}
.article-sort>i{
	margin-right: 10px;
}
.article-page-nav{
	height: 34px;
}
.article-page-nav>ul{
	margin: 0;
}
.key-words{
	display: flex;
	flex-wrap: wrap;
}
.key-words>a{
	width: 25%;
}
.list-right-content-box .pagination>li>a,.list-right-content-box .pagination>li>span{
	color: #C16F28;
}
.list-right-content-box .pagination>.active>a,
.list-right-content-box .pagination>.active>span{
	background: #C16F28;
	border-color: #C16F28;
	color: #fff;
}
.content-list-box{
	margin-top: 20px;
}
.content-list{
	display: flex;
	text-decoration: none !important;
	margin-bottom: 30px;
}
.content-list-name{
	/*width: 160px;
	height: 160px;*/
	background: #EEEEEE;
	box-shadow: 1px 4px 10px 1px rgba(113, 113, 113, 0.41);
	border-radius: 4px;
	padding: 20px;
}
.content-list-name>div{
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content-list-name>span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #696969;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	text-decoration: underline;
	height:54px;
}
.content-list-name>p{
	font-size: 14px;
	line-height: 14px;
	color: #727272;
	margin-top: 16px;
}
.content-list-name>p>span{
	color: #FF0000;
}
.content-list-info-box{
	width: 810px;
    margin-left: 30px;
	display: flex;
	justify-content: space-between;
	transition: all .3s;
	padding-left: 10px;
	border-radius: 4px;
}
.content-list-info-box>div:first-child{
	width: 290px;
}
.content-list-info-box>div:last-child{
	width: 500px;
}
.content-list-info{
	border-top: 1px solid #EEEEEE;
	padding-top: 20px;
}
.content-list-info>p{
	font-size: 14px;
	color: #7B7B7B;
	line-height: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	word-wrap:break-word; 
}
.content-list-info>p>span{
	color: #010101;
}
.content-list-info>div{
	display: flex;
	flex-wrap: wrap;
}
.content-list-info>div>span{
	line-height: 26px;
	padding: 0 10px;
	border-radius: 2px;
	/*background: #F8C03C;*/
	color: #4D4D4D;
	margin-right: 10px;
	height:150px;
	overflow:hidden
}
.content-list-info>div>span:last-child{
	margin-right: 0;
}
.content-list:hover .content-list-info-box{
	background: #EEEEEE;
	box-shadow: 1px 2px 16px 1px rgba(15, 4, 7, 0.45);
}
/* detail */
.detail-content-box{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.detail-content-box>div{
	width: 580px;
}
.detail-content-name{
	background: #959595;
	border-radius: 4px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
}
.detail-content{
	margin-top: 20px;
}
.detail-content-info{
	display: flex;
	padding: 10px 20px;
	background: #EEEEEE;
	border-radius: 4px;
	justify-content: space-between;
	min-height:220px
}
.detail-content-info>div{
	width: 300px;
}
.detail-content-info>div>p{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	/*display: flex;*/
}
.detail-content-info>div>p:last-child{
	margin-bottom: 0;
}
.detail-content-info>div>p>span{
	color: #333;
	line-height: 20px;
}
.detail-content-info>img{
	max-width: 100%;
	height: 200px;
}
.detail-content-overview{
	margin-top: 20px;
}
.detail-content-overview>p{
	font-size: 15px;
	color: #FF0101;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.detail-content-overview>div{
	line-height: 24px;
	color: #616060;
	margin-top: 10px;
	text-align: justify;
}
.other-detail-info-title{
	margin-top: 30px;
	line-height: 34px;
	border-bottom: 1px solid #eee;
	color: #FF0101;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}
.other-detail-info>div{
	margin-bottom: 30px;
}
.other-detail-info>div>p{
	color: #FF0101;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.other-detail-info>div>div{
	line-height: 24px;
    color: #616060;
    text-align: justify;
}
.intro-detail-box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.intro-detail-content{
	width: 800px;
	margin-bottom: 30px;
}
.intro-detail-content>h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 12px;
}
.intro-detail-content>p{
	line-height: 14px;
	color: #6B6B6B;
}
.intro-detail-content>div>p{
	margin-top: 30px;
	color: #545454;
	line-height: 26px;
	font-size: 16px;
}
.intro-contact{
	color: #545454;
	font-size: 16px;
	line-height: 28px;
}