@charset "utf-8";
html {
	color:#000;
	background:#FFF;
}
body {
	color:block;
	font:12px/1.231 "Microsoft YaHei","Microsoft YaHei",Microsoft YaHei;
	min-width: 1200px;
}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:bold;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input,button,textarea,select {
	*font-size:100%;
}
input,select {
	vertical-align:middle;
}
select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*::-webkit-scrollbar {/*滚动条整体样式*/

/*width: 10px; /*高宽分别对应横竖滚动条的尺寸*/

/*border-radius: 5px;*/

/* height: 5px; */

/*}*/

/*::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

/*background-color: #3bb200;*/

/*border-radius: 5px;*/

/*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/

/*}*/

/*::-webkit-scrollbar-track {/*滚动条里面轨道

/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

/*background: #acffef;*/

/*}*/

/*title*/
	h1 {
	font-size:32px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
.mt10 {
	margin-top:10px;
}
a {
	color:#000;
	text-decoration:none;
}
/*for ie f6n.net*/
	a:focus {
	outline:0;
}
/*for ff f6n.net*/
	a:hover {
	text-decoration:none;
}
.vam {
	vertical-align:middle;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
p {
	word-spacing:-1.5px;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pa {
	position:absolute;
}
.pr {
	position:relative
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	*zoom:1;
}
nav

/* index_top */
.index_top{
	background: #FFF;
	width: 100%;
	min-width: 1200px;
	line-height: 35px;
}
.index_top .index_top_wel{
	float: left;
	color: #676767;
	font-size: 14px;
}
.index_top .index_top_small_menu{
	float: right;
}
.index_top .index_top_small_menu ul{
	margin: 5px 0;float: left
}
.index_top .index_top_small_menu ul li{
	float:left;margin-left: 10px;
}
.index_top .index_top_small_menu a{
	color: #676767;
	font-size: 14px;
	line-height: 35px;
}
.index_top .index_top_small_menu a:hover{
	color: #0067b7
}


/* nav */
.nav{
	/*padding: 10px 0;*/
	width: 100%;
	background: #6d1d2a;
}
.nav .nav_logo{
	float: left;
	width: max-content;
	/*position: absolute;*/
	height: 100%;
	overflow:hidden;
}
.nav .nav_logo a{
	display: block;
	height: 100%;
	width: 100%;
}
.nav .nav_menu{
	float: right;
	width: 65%;
	text-align: center;
}
.nav_menu ul{
	/*width: 100%;*/
	/*overflow: hidden;*/
	background: #c7a368;
	border-radius: 0 0 5px 5px ;
}
.nav_menu ul li{
	width: 11%;
	height: 80px;
	float: left;
	position: relative;
	list-style: none;
	z-index: 5;
}
.nav_menu li ul{
	display: none;
	/*width: 100%;*/
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99;
}
.nav_menu li ul li{

	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.nav_menu ul li div{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	float: left;
}
.nav_menu ul li div img{
	width: 20px;
	height: 20px;
}
.nav .nav_menu  li:hover{
	background: #c7a368;
}
.nav .nav_menu  li:hover ul {
	display: block;
}
.nav .nav_menu ul li a{
	display: block;
	width: 100%;
    margin-left: auto;
	margin-right: auto;
	/*margin-top: 15px;*/
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	float: left;
}
.nav .nav_menu ul li .ona:hover{
	color: #6d1d2a;
	background: #FFF;
	font-weight: bold;
}
.ona{
    text-indent: 20px;
}
.nav_menu ul li ul li{
    text-align: left !important;
}
.nav_ser{
    width: 50px;
	right: 35px;
	position: fixed;
}
.nav_ser input{
	width:150px;
	height:20px;
	margin-top: 25px;
	border-radius: 10px;
}
.nav_ser img{
	width: 20px;height:20px;
	margin-top:25px;
	float: right;
}
.banner{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.banner-wrapper{
	width:100%;margin:0 auto
}
.guodu{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.banner-text{
	position: absolute;
	z-index: 10;
	width: 100%;
	height:100%;

}
.guodu-text{
	position: absolute;
	z-index: 10;
	width: 100%;
	height:50px;
}
.banner-text-head{
	width: 1200px !important;
	height: 50px;
	color: #FFF;
	margin: 0 auto;
	line-height: 50px;
	font-size: 15px;
}
.guodu-text-head{
	width: 1200px !important;
	height: 50px;
	color: #FFF;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	font-size: 30px;
}
.guodu-text-head span{
	font-size: 20px;
}
.guodu-text-xia{
	width: 1200px !important;
	height: 40px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.guodu-text-xia button{
	width: 125px;
	height: 40px;
	background: #006cb7;
	font-size: 15px;
}
.text-con{
	width: 1200px !important;
	height: 100px;
	margin: 100px auto;
	font-size: 50px;
	color: #FFF;
}
/*  public title css */
.intitle{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*background: red;*/
}
.intitle-left{
	width: 100%;
	height: 100%;
	float: left;
	/*background: aqua;*/
	margin: 50px auto;
}
.intitle-left-shang{
	color: #939393;
	font-size: 16px;
    line-height: 25px;
}

.intitle-left-shang span{
	color:#6d1d2a;
	font-size: 17px;
	font-weight: bold;
}
.intitle-left-zhong{
	color: #939393;
	font-size: 16px;
	margin-top: 20px;
	line-height: 25px;
}
.intitle-left-xia{
	width: 60%;
	height: 50px;
	margin-top: 30px;
}
.intitle-left-xia-text{
	width: 50%;
	float: left;
	margin: 5px 0;

}
.intitle-left-xia-text a{
	float: left;
	color: #4cbfff;
	border-bottom: 1px #4cbfff solid;
}
.intitle-left-xia-text i{
	width: max-content;
	height: max-content;
	float: left;
}
.intitle-left-xia-text p{
	color: #4cbfff;
	float: right;
	margin-left: 5px;
}

.intitle-right{
	width: 30%;
	height:230px;
	float: right;
	background: #f2f1ec;
	border-radius: 10px;
	margin: 50px auto;
}
.intitle-right h1{
	width: 90%;
	margin: 20px auto;
	font-size: 20px;
	color: black;
}
.intitle-right p{
	width: 90%;
	margin: 10px auto;
	font-size: 13px;
	color: #595959;
}
.intitle-right_button{
	width: 90%;
	height: 40px;
	margin:30px auto;
}
.intitle-right_button button{
	width: 50%;

	line-height: 40px;
	font-size: 14px;
	background: #6d1d2a !important;
}
.type{
	width: 100%;
	height: 100%;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*margin-top: 30px;*/
	/*margin-bottom: 30px;*/
	/*background: red;*/
}
.type-head{
	width: 1170px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
.type-botom{
	width: 100%;
	height: 450px;
	margin-top: 20px;

}
.type-botom_text{
	width: 25%;
	height: 100%;
	
	float: left;

}
.type-botom_textend{
	width: 96%;
	margin:0 auto;
	background: #f2f1ec;
	border: 1px solid #dfdfdf;
}
.type-botom_text_img{
	width: 100%;
	margin:0 auto;
	height: 350px;
}
.type-botom_text_img img{
	width: 100%;
	height: 100%;
}
.type-botom_text_con{
	width: 90%;
	margin: 0 auto;
	height: 50px;
	line-height: 25px;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #6f1d29;
	padding-top: 15px;
}
.type-botom_text_tan{
	width: 90%;
	margin: 0 auto;
	height: 40px;
	line-height: 30px;
	font-size: 15px;
	color: #a3a3a3;
}
/* business */
.business{
	margin: 45px auto;
}
.business .business_luohu,.business .business_renshi{
	width: 100%;
	background: #fcfcfc;
	padding: 35px 0;
	margin-top: 30px;
	overflow: hidden;
}
.business .business_luohu .business_luohu_left,
.business .business_renshi .business_renshi_right {
	width: 616px;
	float: left;
	border-right: 1px #0067b7 solid;
}
.business .business_luohu .business_luohu_left h2,
.business .business_renshi .business_renshi_right h2{
	font-size: 30px;
	color: #0067b7;
	letter-spacing:20px;
	line-height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
}
.business .business_luohu .business_luohu_left h2 i,
.business .business_renshi .business_renshi_right h2 i{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}
.business .business_luohu .business_luohu_left p,
.business .business_renshi .business_renshi_right p{
	font-size: 16px;
	color: #303030;
	line-height: 30px;
	margin-left: 5px;
}
.business .business_luohu .business_luohu_left p b,
.business .business_renshi .business_renshi_right p b{
	font-weight: bold;
}
.business .business_luohu .business_luohu_right{
	float: right;
}
.business .business_renshi{
	margin-top: 10px;
}
.business .business_renshi .business_renshi_left{
	float: left;
}
.business .business_renshi .business_renshi_right{
	float: right;
	width: 516px;
	border-left: 1px #0067b7 solid;
	border-right: 0;
	padding-left: 150px;
}

/* index about css*/
.index_about .index_about_img{
	width: 454px;
	float: right;
}
.index_about .index_about_info{
	width: 700px;
	float: left;
}
.index_about .index_about_info p{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	text-indent: 32px;
}
.index_about_info_more{
	display: block;
	width: 168px;
	height: 40px;
	background: #0067b7;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	margin-top: 20px;
}

/*	index_adv css	*/
.index_adv{
	background: url(../images/youshi_bg.jpg) top center no-repeat;
	width: 100%;
	height: 430px;
	margin-top: 77px;
	padding: 80px 0;
	overflow: hidden;
}
.index_adv .index_adv_title{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}
.index_adv .index_adv_list{
	background: #0067b7;
	width: 510px;
	height: 220px;
	float: left;
	padding: 40px 20px;
	margin-left: 25px;
}
.index_adv .index_adv_list h2{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}

.index_adv .index_adv_list h2 span{
	margin-left: 20px;
	padding-left: 30px;
	line-height: 32px;
	font-size: 12px;
	color: rgba(255,255,255,.54);
	text-transform: uppercase;
	border-left: 1px #ffa018 solid;
}
.index_adv .index_adv_list dl{
	margin-top: 20px;
	border-top: 1px rgba(255,160,24,.42) solid;
	padding-top: 10px;
}
.index_adv .index_adv_list dl dt{
	font-size: 19px;
	color: #fff;
	margin-top: 10px;
}
.index_adv .index_adv_list dl dd{
	display: block;
	line-height: 25px;
	font-size: 12px;
	color: rgba(255,255,255,.50);
	text-transform: uppercase;
	margin-top: 10px;
}
.index_adv .index_adv_list:nth-of-type(2) dl dd{
	font-size: 16px;
	color: rgba(255,255,255,.75);
	line-height: 30px;
}


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

/*	index_news css	*/
.index_news{
	margin:40px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index_news dl{
	background: #fff;
	border:1px #ccc solid;
	padding: 4px;
	width: 557px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.index_news dl:nth-of-type(2){
	float: right;

}
.index_news dl dd{
	display: none;
}
.index_news dl dd a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px #ccc dashed;
}
.index_news dl dd:last-child a{
	border:1px #005a9f solid;
	width: 160px;
	line-height: 40px;
	color: #005a9f;
	border-radius: 40px;
	margin: 20px auto;
	text-align: center;
}
.index_news dl:hover dd{
	display: block;
}
.index_news dl:hover dd a:hover{
	color: #005a9f;
}
.index_news dl:hover dd:last-child a:hover{
	color: #fff;
	background: #005a9f;
}


/*	index_liucheng css	*/
.index_liucheng{
	background: #f6f6f6;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	height: 743px;
	position: relative;
}
.index_liucheng h2{
	margin-bottom: 30px;
}

/*	index_client css	*/
.index_client{
	padding-top: 40px;
	padding-bottom: 80px;
}
.index_client h2{
	color: #054685;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
.index_client ul{
	margin-top: 40px;
}
.index_client ul li{
	float: left;
	border:1px #ccc solid;
	margin: 4px;
}

/*	index_honor css	*/
.index_honor{
	background: #f7f7f7;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	overflow: hidden;
}
.index_honor h2{
	color: #054685;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
.index_honor ul {
	margin-top: 40px;
}
.index_honor ul li{
	float: left;
	width: 288px;
	background: #fff;
	margin: 6px;
	text-align: center;
	padding: 10px 0 0 0;
}
.index_honor ul li a{
	display: block;
}
.index_honor ul li a.index_honor_img img{
	max-width: 100%;
	max-height: 180px;
	box-shadow: 1px 2px 4px #999;
}
.index_honor ul li a.index_honor_text{
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.index_honor ul li:hover a.index_honor_text{
	background: #004dc4;
	color:#fff;
}

/*	footer css*/
.footer{
	background: #ffffff;
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
	margin-top: 20px;
	border-top: 3px #6f1d29 solid;
}
.footer .footer_top{
	width: 100%;
	height: 200px;
}
.footer .footer_left{
	width: 60%;
	height: 100%;
	float: left;
}
.footer .footer_left_shang_con{
	width: 20%;
	float: left;
}
.footer .footer_left_shang_con_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: left;
	white-space: nowrap;
}
.footer .footer_left_shang_con_title ul{
	width: 100%;
}
.footer .footer_left_shang_con ul li{
	width: 100%;
	padding: 5px 0;
	font-size: 15px;
	text-align: left;
}
.footer .footer_right{
	width: 30%;
	height: 100%;
	float: right;
}
.footer .footer_right_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.footer .footer_right ul{
	width: 100%;
}
.footer .footer_right ul li{
	 width: 100%;
	 padding: 5px 0;
	 font-size: 15px;

 }
.footer .footer_right ul li p{
	float: left;
	padding: 0 5px;

}
.footer .footer_bottom{
	width: 100%;
}
.footer .footer_bottom_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: left;
}
.footer .footer_bottom p{
	margin-bottom: 40px;
	color: #006cb7;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
.footer .footer_bottom p a{
	color: #006cb7;
	font-size: 15px;
	font-weight: 600;
}
.footer .beian{
	width: 100%;
	height: 160px;
	background: #6d1d2a;
	overflow: hidden;
}
.footer .beian_left{
	width: 50%;
	height: 100%;
	float: left;
}
.footer .beian_left_shang{
	width: 100%;
	/*padding: 10px 0;*/
	margin-top: 20px;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.footer .beian_left_xia{
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	text-align: left;
}
.footer .beian_right{
	width: 50%;
	height: 100%;
	float: right;
}
.footer .beian_right_shang{
	width: 100%;
	padding: 10px 0;
	margin-top: 50px;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	text-align: right;
}
.footer .beian_right_xia{
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	text-align: right;
}
/*footer .footer_left{*/
/*	width: 568px;*/
/*	font-size: 14px;*/
/*	color: rgba(255,255,255,.48);*/
/*	line-height: 30px;*/
/*	float: left;*/
/*	border-right: 1px rgba(255,160,24,.42) solid;*/
/*	padding-top: 20px;*/
/*	padding-bottom: 20px;*/
/*}*/
/*footer .footer_left p{*/
/*	margin-bottom: 10px;*/
/*}*/
/*footer .footer_left a{*/
/*	color: rgba(255,255,255,.48);*/
/*}*/
/*footer .footer_left a:hover{*/
/*	color: #fff;*/
/*}*/
/*footer .footer_right{*/
/*	width: 500px;*/
/*	float: right;*/
/*}*/
/*footer .footer_right h2{*/
/*	background: url(../images/message.png) right no-repeat;*/
/*	width: 80%;*/
/*	height: 44px;*/
/*	font-size: 30px;*/
/*	color: #fff;*/
/*}*/
/*footer .footer_right form {*/
/*	margin-top: 20px;*/
/*}*/
/*footer .footer_right form input{*/
/*	width: 94%;*/
/*	line-height: 40px;*/
/*	background: #4e4e4e;*/
/*	border:1px rgba(255,255,255,.31) solid;*/
/*	margin-bottom: 10px;*/
/*	padding-left: 4%;*/
/*}*/
/*footer .footer_right form textarea{*/
/*	width: 94%;*/
/*	height: 60px;*/
/*	background: #4e4e4e;*/
/*	border:1px rgba(255,255,255,.31) solid;*/
/*	margin-bottom: 10px;*/
/*	padding-left: 4%;*/
/*}*/
button{
	background: #fe9b4f;
	width: 98%;
	line-height: 40px;
	border:1px #fe9b4f solid;
	color: #fff;
	font-size: 16px;
	border:0;
}

/*	zuixindongtai	css */
.shaixuan{
	width: 100%;
	background: #e8eaee;
}
.shaixuan_title{
	width: 90%;
line-height: 20px;
padding: 15px 0;
margin: 0 5%;
}
.shaixuan_con{
	width: 100%;
	height: 60px;
}
.shaixuan_con_text{
	width: 20%;
	height: 30px;
	background: #FFF;
	float: left;
	position: relative;
}
.shaixuan_con_text_title{
	 width: 30%;
	 height: 30px;
	 line-height: 30px;
	 text-align: center;
	 float: left;
 }
.shaixuan_con_text input{
	width: 70%;
	height: 28px;
	line-height:30px;
   position: absolute;
	display: flex;
	right: 0;
	border: 1px #FFF solid;
}
.shaixuan_con_text select{
	width: 70%;
	height: 28px;
	line-height:28px;
	position: absolute;
	display: flex;
	right: 0;
	border: 1px #FFF solid;
}

.dongtai_con{
	width: 100%;
	padding: 50px 0;
}
.dongtai_con_text{
	width: 25%;
	height: 280px;
	float: left;
	padding: 20px 0;
}
.dongtai_con_texton{
	width: 90%;
	margin:0 5%;
	background: #f2f2f2;
	height: 100%;
border: 1px solid #eaeaea;
}
.dongtai_con_texton_zi{
	letter-spacing: 0;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
width: 90%;
margin: 10px auto;
font-size: 16px;
font-weight: 500;
}
.dongtai_con_texton img{
	width: 100%;height: 65%;
	object-fit: cover;
}
.dongtai_con_texton p{
	 width: 90%;
	 margin: 0 auto;

	font-size: 15px;
	color: #222222;
 }
.dongtai_con_texton h1{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.tuandui{
	width: 100%;
	background:#09425a;
}
.tuandui_con{
	width: 100%;
	/*padding: 30px 0;*/
}
.tuandui_con_text{
	width: 50%;
	height: 200px;

	float: left;
	padding: 15px 0;

}
.tuandui_con_texton{
	width: 95%;
	height: 100%;
	background: #FFF;
	/*border: 1px #e7e3eb solid;*/
	margin: 0 auto;
	box-shadow: 1px 2px 2px #040404;
}
.tuandui_con_texton img{
	width: 28.6%;
	float: left;
	height: 200px;
	object-fit: cover;
}
.tuandui_con_texton_right{
	width:71.4%;
	height:100%;
	float: left;
}
.tuandui_con_texton_right_one{
	padding: 20px 5%;
	font-size: 20px;
	color: black;
	font-weight: 100;
}
.tuandui_con_texton_right_two{
	padding: 0 5%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3; /** 显示的行数 **/
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #a2a2a2;
}
.tuandui_con_texton_right_three{
	padding: 0 5%;
	font-size: 16px;
	color: #036db9;
	font-weight: bold;
	margin-top: 30px;
}
.xiangqing_nav{
	width: 100%;
	background: #FFF;
}
.xiangqing_nav_text{
	width: 100%;
	line-height: 30px;
	font-size: 15px;
}
.xiangqing {
	width: 100%;
	background:#fff;
	padding: 50px 0;
}
.w1120{
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	*zoom:1;
}
.xiangqing_left{
    width: 70%;
	float: left;
}
.xiangqing_left img{
	/*max-width: 100% !important;*/
	/*height: auto !important;*/
}
.xiangqing_left_title{
	width: 100%;
	padding: 20px 0;
	font-size: 30px;
	color: black;
}
.xiangqing_left_time{
	padding: 15px 0;
}
.xiangqing_left_time p{
	padding: 0 15px;
	width: max-content;
	float: left;
	font-size: 14px;
}
.xiangqing_left_text{
	color: #000000;
	width: 100%;
	padding: 30px 0;
	margin-top: 20px;
	border-bottom: 1px #b3b3b3 solid;
	border-top: 1px #b3b3b3 solid;
	font-size: 16px;
	line-height: 200%;
}
.xiangqing_left_xia{
	width: 100%;
	/*background: red;*/
	margin:10px 0;
}
.xiangqing_left_xia_top{
	font-size: 14px;
	padding: 5px 0;

}
.xiangqing_left_xia_img{
	width: 100%;
	height: 30px;
}
.xiangqing_left_xia_img ul{
    width: 100%;
	float: right;
}
.xiangqing_left_xia_img li{
	float: right;
	width: 30px;
	height: 30px;
}
.xiangqing_right{
	width: 22%;
	float: right;
	margin-top: 20px;
	border-radius: 10px;
	border: 1px #d7d7d7  solid;
	background: white;
}
.xiangqing_right_title{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-top: 30px;
}
.xiangqing_right_text{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
.xiangqing_right_text ul{
	width: 100%;
	/*margin: 0 auto;*/
}
.xiangqing_right_text li{
	width: 100%;
	/*height: 15%;*/
	/*margin: 0 auto;*/

}
.xiangqing_li{
	width: 100%;
	height: 100px;
	/*padding: 10px 0;*/
	border-bottom: 1px #b3b3b3 dashed;
}
.xiangqing_li_left{
	width: 10%;
	height: 100%;
    float: left;

}
.xiangqing_li_right{
	width: 90%;
	height: 100%;
    float: left;
	font-size: 16px;
	line-height: 30px;
}
.xiangqing_li_right p{
	width: 100%;
	float: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3; /** 显示的行数 **/
	overflow: hidden;
}
.xiangqing_li_left p{
	width: 10px;
	height: 10px;
    margin-top: 5px;
	border-radius: 50%;
	background: #6d1d29;

}
.lianxi{
	width: 100%;
	padding: 50px 0;
}

.lianxi_title{
	width: 100%;
	font-size: 35px;
	text-align: center;
	color: #111111;
}
.lianxi_titleon{
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #6e6e6e;
	padding: 20px 0;
}
.lianxi_img{
	width: 1200px !important;
	height: 375px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.lianxi_img_cantent{
	width: 6000px;
	position: absolute;
	left: 0px;
}
.lianxi_img_cantent li{
	width: 1200px !important;
	float: left;
}
.address{
	width: 100%;

}
.address_content{
	width: 100%;
	height: 100%;

}
.address_con{
	width: 100%;

	float: left;
}
.address_con_left{
	width: 100%;
	/*background: red;*/
	/*float: left;*/
	padding: 20px;
}
.address_con_left_one{

	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: center;
}
.address_con_left_two{
	font-size: 15px;
	padding: 10px 0;
	color: #6e6e6e;
	text-align: center;
}
.address_con_right{
	width: 100%;
	padding: 20px 0;

}
.address_con_right_one{
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: center;
}
.address_con_right_two{
	font-size: 15px;
	padding: 10px 0;
	color: #6e6e6e;
	text-align: center;
}
.jigou{
	width: 100%;
	padding: 50px 0;
}
.jigou_con{
	width: 1200px !important;
	margin: 0 auto;
	padding: 20px 0;
}
.jigou_title{
	padding: 10px 0;
	font-size: 35px;
	color: black;
	font-weight: 300;
}
.jigou_con{
	width: 100%;
	padding: 10px 0;
}

.jigou_con ul{
	width: 100%;
	float: left;
}
.jigou_con li{
	width: 24%;
	height: 250px;

	float: left;
}
.jigou_cntent{
	width: 95%;
	margin: 0 auto;
	background: #f2f1eb;
	border-radius: 10px;
	height: 250px;
}
.jigou_li_one{
	 width: 90%;
	 margin: 0 auto;
	 padding: 10px;
	 font-size: 22px;
	 color:#6d1d29;

 }
.jigou_li_two{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	color:#777777;
}
.yanjiu{
	width: 100%;
	padding: 50px 0;
}
.yanjiu_con{
	width: 100%;
}
.yanjiu_con ul{
	width: 100%;
	float: left;
}
.yanjiu_con li{
	width: 33%;

	padding: 15px 0;

	float: left;
}
.yanjiu-text{
	width: 95%;
	margin: 0 2.5%;
	background: #f9f9f9;
	border-radius: 10px;
	height: 300px;
	border: 1px solid #ececec;
}
.yanjiu-text-top{
	width: 90%;
	margin: 0 auto;
	height: 50%;
}
.yanjiu-text-top-one{
	padding-top:30px;
	font-size: 14px;
}
.yanjiu-text-top-two{
	/*padding: 10px 0;*/
	margin: 10px 0;
	color: #6d1d2b;
	font-size: 18px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3; /** 显示的行数 **/
	overflow: hidden;
}
.yanjiu-text-top-three{
	width: 95%;
	margin: 0 2.5%;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 6; /** 显示的行数 **/
	overflow: hidden;
	line-height: 20px;
}
.rushi{
	width: 100%;
	padding: 30px 0;
	background: #e8eaee;
}
.rushi_title{
	width: 1200px !important;
	margin: 0 auto;
	padding: 10px;
	font-size: 30px;
	color: black;
	text-align: center;
}
.rushi_con{
	width: 100%;
	height: 100%;
	padding: 50px 0;
}
.rushi_con_left{
	width: 48%;
	padding: 0 1%;
	float: left;
}
.rushi_con_right{
	width: 50%;
	height: 421.8px;

	float: left;
}
.rushi_con_right_text{
	width: 90%;
	height: 100%;
	padding: 0 5%;
}
.rushi_con_right_text ul{
	width: 100%;
	height: 100%;
}
.rushi_con_right_text li{
	width: 100%;
	height: 30%;
	padding: 1.5% 0;
}
.rushi_con_right_text_one{
	font-size: 18px;
	color: black;
	font-weight: 700;
	padding: 10px 0;
}
.rushi_con_right_text_two{
	font-size: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2; /** 显示的行数 **/
	overflow: hidden;
	line-height: 18px;
}
.rushi_con_right_text_three{
	font-size: 15px;
	color: #006cb8;
	padding: 15px 0;
}
.xiazai{
	width: 100%;
	padding: 30px 0;
}
.xiazai_title{
	width: 1200px !important;
	margin: 0 auto;
	padding: 10px;
	font-size: 30px;
	color: black;
	text-align: center;
}
.xiazai_con{
	width: 1200px !important;
	margin: 0 auto;
}
.xiazai_con ul{
	width: 100%;
	float: left;
}
.xiazai_con li{
	width: 30.3%;
	padding: 20px 1.5%;
	float: left;
}
.xiazai_con_text{
	height: 300px;
	background: #f2f1eb;
	border-radius: 10px;
}
.xiazai_con_text_top{
	width: 100%;
	height: 40%;
}
.xiazai_con_text_top p{
	width: 90%;
	padding: 0 5%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2; /** 显示的行数 **/
	overflow: hidden;
}
.xiazai_con_text_botom{
	width: 100%;
	height: 60%;
}
.xiazai_con_text_botom p{
	width: 90%;
	padding: 10px 5%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检bai索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 6; /** 显示的行数 **/
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}
/*分页*/
.page{
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	height: 60px;
}

.page  li{
	width: max-content;
	height: max-content;
	padding: 10px 12px;
	background: #FFF;
	color: #6e6e6e;
	float: left;
	border-radius: 5px;
	border: 1px #c5c5c5 solid;
	margin: 0 10px;
}
.now{
	width: max-content;
	height: max-content;
	padding: 10px 12px;

	background: #6d1d29 !important;
	color: #FFF !important;
	border-radius: 5px;
	border: 1px #c5c5c5 solid;
}
.rushi{
	width: 100%;

	padding: 50px 0;
}
.rushi-now{
	width: 100%;
	height:100%;
	background:#FFF;
}
.rushi-head{
	width: 100%;
	height: 100%;
	text-align: center;
	padding:30px 0;
	font-size: 30px;
	color:#111111;
}
.rushi-now-all{
	width:100%;
		height: 1000px;
	padding-top: 20px;
}
.rushi-all-left{
	width: 30%;
	height:100%;
	float: left;
	/*background: red;*/
}
.rushi-all-left ul{
	width: 100%;
}
.rushi-all-left-li{
	width: 80%;
	height:60px;
	color:#5d5d5d;
	line-height: 60px;
	text-align: center;
	font-size:20px;
	background:#f2f1eb ;
	margin:15px auto;
}
.rushinow{
	background:#6d1d29 ;
	color:#FFF;
}
.rushi-all-right{
	width: 70%;
	height:100%;
	float: left;
	
}
.rushi-all-right-head{
	width: 90%;
	height:80px;
	margin:15px auto;
	display:none;
	/*background:red ;*/
}
.rushi-all-right-head-top{
	width: 100%;
	height:30px;
	line-height: 30px;
	color:#b7b7b7;
	font-size:20px;
}
.rushi-all-right-head-bottom{
	width: 100%;
	height:50px;
	line-height: 50px;
	color:#6d1d29;
	font-size:28px;
	font-weight: 600;
}
.rushi-all-right-xia{
	width: 90%;
	margin:0 auto;
	height:max-content;
}
.tuanduihead-one{

}
.xinwen-xueshu{
	width: 100%;
}
.xinwen-xueshu-now{
	width: 100%;
	height:100%;
	padding: 50px 0;
}
.xinwen-xueshu-now ul{
	width: 100%;
	margin:0 auto;
}
.xinwen-xueshu-now li{
	width: 48%;
	height:80px;
	border-bottom: 1px #111111 dashed;
	margin:0 1%;
	float:left;
}
.xueshu-title{
	width: 90%;
	height:40px;
	line-height: 40px;
	font-size: 20px;
	color:#222222;
	margin:0 auto;
	overflow:hidden;

text-overflow:ellipsis;

white-space:nowrap;
}
.xueshu-yuedu{
	width: 90%;
    height:30px;
	line-height: 30px;
	font-size: 14px;
	margin:0 auto;
	color:#a42036;
}
.yanjiu-zhuanli{
	width: 95%;
	margin:0 auto;
	height:50px;
	
}
.yanjiu-zhuanli-left{
	width: 50%;
	height:50px;
	line-height: 50px;
	font-size:22px;
	color:#222222;
	float: left;
}
.yanjiu-zhuanli-right{
	width: 50%;
	height:50px;
	line-height: 50px;
	font-size:13px;
	color:#666666;
	float: left;
	text-align: right;
	
}
.yj-zhuanli{
	width: 50%;
	height:100%;
	/*background:red;*/
	/*margin:0 2.5%;*/
	float: left;
}
.yj-zhuanzhu{
	width: 50%;
	height:100%;
	/*background:red;*/
	/*margin:0 2.5%;*/
	float: left;
}
.yj-lunwen{
	width: 50%;
	height:100%;
	/*background:red;*/
	/*margin:0 2.5%;*/
	margin-top: 100px;
	float: left;
}
.yj-head{
	width: 95%;
	height:30px;
	margin:20px auto;
}
.yj-head img{
	border-radius: 0px 5px 5px 0px;
}
.yj-head-left{
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	float:left;
	color:#6d1d2a;
	font-weight: 600;
}
.yj-head-right{
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	float:left;
	text-align: right;
	color: #666666;
}
.yj-zhuanli ul{
	width: 100%;
}
.yj-zhuanli li{
	width: 100%;
	height:60px;
	border-bottom: 1px solid #c7c7c7;
	font-size:16px;
	line-height: 30px;
	word-break:break-all;
     display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
     overflow:hidden;
}
.yj-zhuanzhu li{
	width: 100%;
	height:60px;
	border-bottom: 1px solid #c7c7c7;
	font-size:16px;
	line-height: 30px;
	word-break:break-all;
     display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
     overflow:hidden;
}
.yj-lunwen li{
	width: 100%;
	height:60px;
	border-bottom: 1px solid #c7c7c7;
	font-size:16px;
	line-height: 30px;
	word-break:break-all;
     display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
     overflow:hidden;
}