





/*====================================INDEX===========*/

.in-topbar{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #099464; 
	font-size: 16px; 
	color: #fff;
}

.in-topbar .in-topbar-left{
	float: left;
}
.in-topbar .in-topbar-left ul{
	padding: 0 20px;
	width: auto;
	overflow: hidden;
	margin-bottom: 0;
	background: #007652;
}
.in-topbar .in-topbar-left ul li{
	float: left;
	list-style: none;
	padding: 10px;
	font-size: 14px;
}

.in-topbar .in-topbar-left ul li:hover{color:#fff697}

.in-topbar .in-topbar-right{
	float: right;
	padding-top: 5px;
}
.in-topbar .in-topbar-right img{ background:#13b382; width:35px; height: 35px; border-radius: 50%;}
.in-topbar2{
	width:96%;
	max-width: 1700px;
	margin: auto;
	/*justify-content: space-between;*/
	position: relative;
	padding: 1% 0;
}



.in-topbar3{
	width:100%;
	margin: auto;
	background: #93683b;
	position: relative;
	padding: 10px 0;
	overflow: hidden;
	color: #fff;
}

.in-topbar3 .in-topbar3-left{
	width:
	calc(100% - 350px);
	float: left;
	display: flex;
}
.in-topbar3 .in-topbar3-left li{
	
margin-right: 2%;
	
font-size: 17px;
}
.in-topbar3 .in-topbar3-right{
	width:350px;
	float: right;
	text-align: right;
	font-size: 17px;
}






.top-box{
	position: relative;
	color: #fff;
	float: right;
	width: 100%;
	text-align: right;
	font-size: 18px;
	display: flex;
	justify-content: flex-end;
	margin-top: 2%;
}


.top-box .top-box-tel{}
.top-box .top-box-tel span{
	font-size:28px;
}
.top-box .top-box-tel img{ margin-right:10px;}


.top-box .top-box-search{
    margin-left: 2%;
}









/*--------1440---------*/

@media (max-width: 1440px) {
	
	.in-topbar3 .in-topbar3-left li{font-size:15px;
}
	.in-topbar3 .in-topbar3-right{font-size:15px;}
}

@media (max-width: 750px) {
	.in-topbar3{}
	.in-topbar3 .in-topbar3-right{display:none}
	.in-topbar3 .in-topbar3-left{width:100%;    flex-wrap: wrap;}
	.top-box{display:none}
	
.in-topbar3 .in-topbar3-left li {
    font-size: 15px;
    width: 100%;
}
	
}










/*===========in-news1===========*/
.in-news-title1{ font-size:35px; font-weight: bold; color: #242323; line-height: 1;}
.in-news-title1 span{}
.in-news-title1 span::after{content:''; display:block; width:30px; height: 5px; background: #006dff; margin-top: 3%;}

.in-news-title2{ color: #05327a;}
.in-news-title2::after{content:''; display:block; width:30px; height: 5px; background: #006dff; margin-top: 3%;}
.in-news-title2-font{font-weight: bold;}

.font-35{font-size:35px;}
.font-26{font-size:26px;}

.in-news-title2 span{float: right;}
.in-news-title2-span-more1{width:150px; height: 35px; background: #228afa; color: #fff; line-height: 35px; text-align: center; border-radius: 8px; font-size: 16px;}





.in-news1{
	width:100%;
	margin: auto;
	overflow: hidden;
	background:url(in-news-bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 3%;
}


.in-news-xydt{
	margin: auto;
	width: 100%;
	overflow: hidden;
	float: left;
}



.in-news-xydt .focus{
	width: 51%;
	float: left;
	position: relative;
}

.in-news-xydt .focus .pic{
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.in-news-xydt .focus .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}

.in-news-xydt .focus:hover .pic img {
    width: 103%!important;
    transition: all 0.6s;
    opacity: 0.8;
}


.in-news-xydt .focus .title{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    text-align: left;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    line-height: 50px;
}


.in-news-xydt .list-tab{
	width: 100%;
	float: left;
	margin-top: 6%;
}


.in-news-xydt .list-tab .list{
	width: 44%;
	float: right;
}

.in-news-xydt .list li{
	width:100%;
	margin: auto;
	overflow: hidden;
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 2%;
	margin-top: 2%;
	background: url(in-news-list.png) no-repeat left center;
	padding-left: 35px;
}




.in-news-xydt .list li .date{
    width: 110px;
    float: right;
    text-align: center;
    font-size: 15px;
}
.in-news-xydt .list li .date span{
    display: block;
    font-size: 26px;
}
.in-news-xydt .list li .info{
    width: calc(99% - 125px);
    float: left;
    margin: 10px 0;
    line-height: 20px;
}
.in-news-xydt .list li .info .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #494949;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.in-news-xydt .list li .info .text{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}




.in-news-xydt .list-tab .nav-tabs-lined.nav-tabs-lined-bottom > li.active{}


.in-news-xydt .nav-tabs-lined:not(.flex-center) > li{margin: 0 3% 0 0;font-family: 'font-syst';display: flex;}
.in-news-xydt .nav-tabs-lined:not(.flex-center) > li > a::before{
	content:'';
	display:inline-block;
	width:15px;
	height: 19px;
	float: left;
	margin-right: 10px;
	background: url(in-news-title-l.png);
}
.in-news-xydt .nav-tabs-lined:not(.flex-center) > li > a::after{
	content:'';
	display:inline-block;
	width:15px;
	position: relative;
	height: 19px;
	float: right;
	margin-left: 10px;
	background: url(in-news-title-r.png);
}


.in-news-xydt .list-tab .nav-tabs-lined.nav-tabs-lined-bottom > li.active > a:after {border-bottom: 0px solid #d70321;}

.in-news-xydt .list-tab .nav-tabs > li > a{
	font-size: 30px;
	padding-bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	line-height: 45px;
	}

.nav-tabs > li > a:hover *, .nav-tabs > li.active > a, .nav-tabs > li.active > a *, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color:#333; font-weight: bold; }
.in-news .nav-tabs > li.active > a{
	color: #fff;
}
.in-news-xydt .list-tab .nav-tabs > li > a:hover{
	
}
.in-news-xydt .nav-tabs > li.active > a{}

.in-news-xydt .in-news-more{float:right;color: #5c5c5c;font-size: 22px;width: 165px;height: 57px;background: url(in-news-more.png) no-repeat;text-align: center;line-height: 57px;}
.in-news-xydt .nav-tabs-lined.nav-tabs-lined-bottom{border-bottom: 1px solid rgba(0, 0, 0, 0.2);margin-bottom: 2%;}
.in-news-xydt .nav-tabs-lined.nav-tabs-lined-bottom::after{
	content:
	'';
	display:
	block;
	width:70px;
	height:10px;
	background:#ad8858;
	margin-top: 20px;
}

.in-news-xydt-tt{
	width:100%!important;
}
.in-news-xydt-tt-date{ float:left!important;text-align: left!important;margin-bottom: 10px;}
.in-news-xydt-tt-title{font-size: 22px!important;line-height: 1;}







/*--------1440---------*/

@media (max-width: 1440px) {
	.in-news-xydt .list-tab .nav-tabs > li > a{font-size:26px;}
	.in-news-xydt-tt-title{    font-size: 20px!important;}
	.in-news-xydt .list li{    margin-top: 0%;    margin-bottom: 1%;}
}

@media (max-width: 991px) {
	.in-news-xydt .focus{width:100%}
	.in-news-xydt .list-tab .list{width:100%; margin-top:5%}
	
	.in-news-xydt .list-tab .nav-tabs > li > a{font-size:18px;}
	.in-news-xydt .nav-tabs-lined.nav-tabs-lined-bottom{display:flex;}
	.in-news-xydt .gd{display:none}
	
	.in-news-xydt .nav-tabs-lined:not(.flex-center) > li > a::before{display:none}
	.in-news-xydt .nav-tabs-lined:not(.flex-center) > li > a::after{display:none}
	.in-news-xydt .nav-tabs-lined:not(.flex-center) > li{text-align:center;}
	.in-news-xydt .nav-tabs-lined.nav-tabs-lined-bottom::after{display:none}
}


















/*===========in-bg-gray===========*/
.in-bg-gray{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(in-bg.jpg) repeat;
	padding: 3% 0;
}
.in-bg-gray-title{
	color: #333;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 40px;
}

.in-bg-gray-title::after{
	content:'';
	display:block;
	width:70px;
	height:7px;
	background:#ad8858;
	margin-top:20px;
}

.in-bg-gray-title img{margin-left:15px;}



.in-bg-gray-title span{
	float: right;
    color: #5c5c5c;
    font-size: 22px;
    width: 165px;
    height: 57px;
    background: url(in-news-more.png) no-repeat;
    text-align: center;
    line-height: 57px;
}




/*--------1440---------*/

@media (max-width: 1440px) {
	.in-bg-gray-title{font-size:32px;}
}

@media (max-width: 991px) {
	
}
















/*===========in-keshi===========*/
.in-keshi{
	width: calc(100% - 524px);
	margin: auto;
	overflow: hidden;
	float: left;
}

.in-keshi .in-keshi-content{
	background: url(in-keshi-bg.jpg)bottom center no-repeat #fff;
	background-size: 100%;
	padding: 6% 5%;
	height: 600px;
}

.in-keshi .in-keshi-content .nav-tabs-lined:not(.flex-center) > li{    
	background: #e4e4e4;
    width: calc((100% - 30px)/4);
    margin: 0 0 0 10px;
	text-align: center;
}

.in-keshi .nav-tabs > li > a{
	font-size: 24px;
	font-weight:bold;
line-height: 1;
padding-top: 20px;
color: #333;}


.in-keshi .nav-tabs > li svg{fill:#8e8e8e; margin-right:10px;}
.in-keshi .nav-tabs-lined.nav-tabs-lined-bottom > li.active svg{fill:#fff}


.in-keshi .nav-tabs-lined.nav-tabs-lined-bottom > li.active {
	background: #ad8962;
}
.in-keshi .nav-tabs-lined.nav-tabs-lined-bottom > li.active > a{
	color: #fff;}


.in-keshi .in-keshi-content .nav-tabs-lined:not(.flex-center) > li:nth-child(1){
	margin: 0 0 0 0px;
}


.in-keshi .nav-tabs-lined.nav-tabs-lined-bottom{border-bottom:none;}
.in-keshi .nav-tabs-lined.nav-tabs-lined-bottom > li.active > a:after{border-bottom:none;}


.in-keshi .unordered-list{
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	margin-top: 3%;
}

.in-keshi .unordered-list li{
	border: 1px solid #bebebe;
	border-radius: 15px;
	width: 24%;
	background: url(in-news-title-r1.png) no-repeat right 20px center;
	padding:2% 3%;
	list-style: none;
	list-style-position: outside;
	font-size: 21px;
	text-align: center;
	margin-bottom: 3%;
	margin-left: 1%;
}
.in-keshi .unordered-list > li:before{display:none;}



.in-keshi .unordered-list li:hover{
	color:#9a6e3f;
	border: 1px solid #9a6e3f;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}



/*科室介绍*/
.keshi{width:100%; margin: auto; overflow: hidden}

.keshi-nav{width:100%; margin: auto; overflow: hidden}
.keshi-nav ul{width:102%; margin: auto; overflow: hidden; margin-left: -2%;}
.keshi-nav ul li{width:calc((85% - 0px)/7); margin: auto; overflow: hidden; margin-left: 2%; float: left; background: #9a6e3f; color: #fff; text-align: center; margin-bottom: 1%; border-radius: 5px; font-size: 17px; padding: 1% 0}
.keshi-nav ul li a{color:#fff;}
.keshi-nav ul li:hover{background:#9a6e3f;}
.keshi-jieshao{width:100%; margin:2% auto 0; overflow: hidden}
.keshi-jieshao p{color: #626262; font-size: 15px;}

.keshi-list{width:100%; margin: auto; overflow: hidden; margin-top:2%}
.keshi-list ul{width:102%; margin: auto; overflow: hidden;margin-left: -2%;}
.keshi-list ul li{width:calc((96% - 0px)/2);margin: auto; overflow: hidden;margin-left: 2%; border:1px solid #d1d1d1; float: left; padding: 2%; margin-bottom: 2%}
.keshi-list ul li .title{ color: #333; font-size: 22px; font-weight:bold; background:  url(../images/keshi-title-line.jpg) no-repeat bottom left;padding-bottom: 15px;}
.keshi-list ul li .title2{ color: #464646; font-size: 15px; margin: 10px 0; border-bottom: 1px dashed #e0e0e0; padding-bottom: 15px;}
.keshi-list ul li .text{ width:100%; margin: auto; overflow: hidden; margin-top: 8px; min-height:100px;}
.keshi-list ul li .text .pic{ width:140px; float: left;max-height:100px;  }
.keshi-list ul li .text .pic-zhuanjia{ width:200px; float: left;  }
.keshi-list ul li .text .pic img{ width:100% }
.keshi-list ul li .text .pic-zhuanjia img{ width:100% }
.keshi-list ul li .text .font{ width:calc( 96% - 140px); float: right; font-size: 15px;  color: #707070; line-height: 28px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.keshi-list ul li .text .font span{ color:#f00}
.keshi-list ul li .text .font a{ color: #707070; }
.keshi-list ul li .text .font a:hover{ color: #9a6e3f; }



.keshi-list ul li .text .font-zhuanjia{width:calc( 96% - 200px); float: right; font-size: 15px;  color: #707070; line-height: 28px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;}


.keshi-list ul li .text .font-zhuanjia .name{width:100%; margin: auto; overflow: hidden; font-size: 22px; color: #0166cd; margin-top: 10px;font-weight: bold;}
.keshi-list ul li .text .font-zhuanjia .leibie{width:100%; margin: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5;margin-top: 10px; margin-bottom: 10px; padding-bottom: 10px;}
.keshi-list ul li .text .font-zhuanjia .leibie .leibie-50{width:99%; float: left; margin-right: 1%}
.keshi-list ul li .text .font-zhuanjia .leibie .leibie-100{width:99%; float: left; margin-right: 1%}
.keshi-list ul li .text .font-zhuanjia .jieshao{width:100%; float: left; margin: auto; overflow: hidden ;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;}

.keshi-list ul li .text .font-zhuanjia .jieshao a{ color: #707070;}








/*--------1440---------*/

@media (max-width: 1440px) {
	.in-keshi .in-keshi-content{height:500px;}
	.in-keshi .nav-tabs > li > a{font-size: 20px;}
}

@media (max-width: 991px) {
	.in-keshi{width:100%}
	.in-keshi .nav-tabs-lined.nav-tabs-lined-bottom{display:flex;}
	.in-keshi .nav-tabs > li > a{padding:10px 8px; font-size: 17px;}
	.in-keshi .nav-tabs > li > a svg{display:none}
	.in-keshi .unordered-list li{font-size:17px; text-align: left;}
	.in-keshi .in-keshi-content{height:400px;}
}








/*===========in-zhuanjia===========*/
.in-zhuanjia{
	width:524px;
	margin: auto;
	overflow: hidden;
	float: right;
}

.in-zhuanjia .in-zhuanjia-content{
	width:100%;
	margin: auto;
	overflow: hidden;
	background:#ad8962;;
	height: 600px;
	padding: 8% 8%;
	color: #fff;
}

.in-zhuanjia .in-zhuanjia-content .title{
    font-size: 36px;
    line-height: 1.5;
}
.in-zhuanjia .in-zhuanjia-content .pic{
    margin: 9% 0;
}
.in-zhuanjia .in-zhuanjia-content .pic img{}
.in-zhuanjia .in-zhuanjia-content .text{
    font-size: 20px;
    line-height: 1.75;
}



/*--------1440---------*/

@media (max-width: 1440px) {
	.in-zhuanjia .in-zhuanjia-content{height:500px;    }
	.in-zhuanjia .in-zhuanjia-content .title{font-size:28px;}
	.in-zhuanjia .in-zhuanjia-content .text{font-size:18px;}
	.in-zhuanjia .in-zhuanjia-content .pic{margin: 7% 0;}
}

@media (max-width: 991px) {
	.in-zhuanjia{width:100%; margin-top:4%;}
	.in-zhuanjia .in-zhuanjia-content{ height:auto;  background-size: cover;    padding: 6% 8%;}
	.in-zhuanjia .in-zhuanjia-content .pic img{width:100%}
}











/*===========in-zhongdian===========*/
.in-zhongdian{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.in-zhongdian .list{
	
width: 32.33%;
	
position: relative;
}


.in-zhongdian .list .pic{
    position: relative;
}
.in-zhongdian .list .pic img{
    width: 100%;
}
.in-zhongdian .list .ico{
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: 15%;
	transition: all 0.3s;
}
.in-zhongdian .list .dot{
    position: absolute;
    z-index: 99;
    width: 8px;
    height: 8px;
    background: #dbcdbe;
    border-radius: 50%;
    left: 50%;
    margin-left: -4px;
    top: 34%;
}
.in-zhongdian .list .title{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 99;
    top: 41%;
    font-size: 32px;
    color: #93683b;
	font-weight: bold;
}
.in-zhongdian .list .lb{
    position: absolute;
    z-index: 99;
    width: 80%;
    left: 10%;
    top: 50%;
}
.in-zhongdian .list .lb li{
    list-style: none;
    float: left;
    border-left: 1px solid #ccc;
    font-size: 18px;
    padding-left: 18px;
    margin: auto;
    margin-left: 18px;
    margin-bottom: 10px;
	color: #5c5b5b;
}
.in-zhongdian .list .lb li:nth-child(1){
    border-left: none;
    padding-left: 0px;
}
.in-zhongdian .list .arrow{
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    bottom: 26%;
}





.in-zhongdian .list:hover .ico{ top: 14%;transition: all 0.3s;}



/*--------1440---------*/

@media (max-width: 1440px) {
	.in-zhongdian .list .ico img{width:70px;}
	.in-zhongdian .list .title{font-size:28px;}
	.in-zhongdian .list .lb li{font-size: 16px; margin-left: 12px; padding-left: 13px;}
	.in-zhongdian .list .arrow{bottom: 20%;}
}

@media (max-width: 991px) {
	.in-zhongdian{display:none;}
}



















/*===========in-news===========*/
.in-pic-news{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.in-pic-news li{
    list-style: none;
    width: 24%;
}
.in-pic-news li .pic{
    float: left;
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}
.in-pic-news li .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.in-pic-news li .title{
    font-size: 22px;
    color: #333;
    line-height: 1.75;
    margin: 12px 0 0px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.in-pic-news li .text{
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #919191;
}
.in-pic-news li .date{
    color: #919191;
}







/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 991px) {
	.in-pic-news li{width:48%; margin-bottom: 4%}
	.in-pic-news{    flex-flow: wrap;}
}


















/*===========in-pic-link===========*/
.in-pic-link{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}


.in-pic-link li{
    width: 48%;
    position: relative;
    list-style: none;
    color: #fff;
}
.in-pic-link li .pic{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
}
.in-pic-link li .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.in-pic-link li .title{
    position: absolute;
    z-index: 99;
    top: 30%;
    font-size: 42px;
    left: 10%;
}
.in-pic-link li .more{
    position: absolute;
    z-index: 99;
    left: 10%;
    top: 60%;
    font-size: 18px;
}
.in-pic-link li .more::before{
	content:
	'';
	display: inline-block;
	float: left;
	width:25px;
	height: 9px;
	background: url(in-pic-link-l.png) no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	transition: all 0.3s; 
}
.in-pic-link li .more::after{
	content:
	'';
	display: inline-block;
	float: right;
	width:25px;
	height: 9px;
	background: url(in-pic-link-r.png) no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	transition: all 0.3s; 
}



.in-pic-link li:hover .pic img{transition: all 0.3s; width:102% !important}
.in-pic-link li:hover  .more{color:#fff}
.in-pic-link li:hover  .more::before{margin-right: 15px;transition: all 0.3s; }
.in-pic-link li:hover  .more::after{left: 15px;transition: all 0.3s; }

/*--------1440---------*/

@media (max-width: 1440px) {
	.in-pic-link li .title{font-size:32px}
}

@media (max-width: 991px) {
}
























/*===========in-zhuanti===========*/
.in-zhuanti{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(in-zhuanti-bg.jpg) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 3%
}

.in-zhuanti .title{
	font-size: 42px;
	font-weight: bold;
	color: #333;
	width:100%;
	text-align: center;
	line-height: 1.75;
	margin: 4% 0 2%;
}

.in-zhuanti .title img{
	margin:0 20px;
}

/*--------1440---------*/

@media (max-width: 1440px) {
	.in-zhuanti .title{font-size:32px;}
}

@media (max-width: 991px) {
}











/*===========bottom===========*/	

.zyy-footer{background:url(bottom-bg.jpg) no-repeat bottom center; background-size: cover; color: rgba(255,255,255,0.85);font-size: 16px;}


.bottom-link{
	width:100%;
	margin: auto;
	overflow: hidden;
	color: #fff;
	padding: 20px 0;
	background: #a57f57;
}

.bottom-link .title{
	font-size: 20px;
	width: 150px;
	float: left;
}
.bottom-link .list{
	
display: flex;
	
width: 100%;
	
position: absolute;
	
left: 100px;
}
.bottom-link .list li{
	
list-style: none;
	
list-style-position: outside;
	
margin: 0 2%;
	
font-size: 18px;
}




.bottom-footer1{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 2%;
    display: flex;
    justify-content: space-between;
} 

.bottom-footer1 .footer-info{
	width: 79%;
	float: left;
	text-align: left;
	list-style: none;
	list-style-position: outside;
	font-size: 15px;
	line-height: 2.25;
	display: flex;
	justify-content: space-between;
}


.bottom-footer1 .footer-info .info1{
    width: 50%;
    float: left;
	background: url(bottom-line.png) no-repeat right top
}
.bottom-footer1 .footer-info .info1 li{line-height: 2;font-size: 17px;}
.bottom-footer1 .footer-info .info1 li img{margin-bottom:3%}
.bottom-footer1 .footer-info .info2{
    width: 50%;
	background: url(bottom-line.png) no-repeat right top;
	padding-left: 5%;
}
.bottom-footer1 .footer-info .info2 li{line-height: 1.5;font-size: 17px;}
.bottom-footer1 .footer-info .info2 li span{font-size: 42px;color: #fff;}

.bottom-footer1 .footer-list{
    width: 15%;
    max-width: 240px;
    margin-right: 3%;
}

.bottom-footer1 .footer-list li{
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 8px;
	text-align: center;
	list-style: none;
	padding: 12px;
	margin-bottom: 20px;
	font-size: 17px;
}

.bottom-footer1 .footer-list li img{margin-right:10px}




.bottom-footer1 .footer-code{
	width: 150px;
    float: right;
    font-size: 16px;
    text-align: center;
}

.bottom-footer1 .footer-code img{margin: 0px 0 10px;}



.bottom-footer2{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-size: 15px;
	padding-top: 0;
	text-align: center;
}


.bottom-footer2 .bf-left{
    width: calc(100% - 150px);
    text-align: left;
    float: left;
} 

.bottom-footer2 .bf-right{
    width: 150px;
    float: right;
    text-align: right;
} 

.bottom-footer2 a{color:#fff;}


#scrollUp .btn::after{
	content:
	'回到顶部';
	display: block;
	font-size: 15px;
	margin-top: 10px;
}
#scrollUp .btn::before{
	content:
	'TOP';
	width: 80px;
	text-align: center;
	margin: auto;
	font-size: 22px;
	margin-top: 6px;
	display: block;
}
#scrollUp .btn-icon i{display:none;}







/*--------1440---------*/

@media (max-width: 1440px) {
	.bottom-footer1 .footer-info{width: 64%;}
	.bottom-footer1 .footer-info .info2 li span{font-size: 32px;}
	.bottom-footer1 .footer-list{margin-right: 0%;    width: 16%;}
	.bottom-link .list li{font-size:16px;}
}

@media (max-width: 1200px) {
	

}

@media (max-width: 991px) {
	
	
	
	
#scrollUp .btn::after{
	content:'';
	display: none;
}
#scrollUp .btn::before{
	content:'TOP';
	display: none;
}
#scrollUp .btn-icon i{display:block;}

	
	.bottom-footer1{display: block;}
	.bottom-footer1 .footer-info{width:100%;display: block;}
	.bottom-footer1 .footer-info .info1{width:100%; float: left;}
	.bottom-footer1 .footer-info .info2{width:100%; padding-left: 0; float: left; margin-top:4%}
	.bottom-footer1 .footer-code{width:100%;margin-top: 3%; text-align: center}
	.bottom-footer1 .footer-right{width:100%}
	.bottom-footer1 .footer-right .list{display:none}
	
	.bottom-footer1 .footer-list{width:100%; max-width: 100%; margin-top:5%;   float: left;}
	.bottom-footer1 .footer-code img{display:block;margin: auto;    margin-bottom: 10px;}
	
}












/*===========public===========*/

.w-1920{width:100%; max-width:1920px; margin: auto;}
.w-1700{width:100%; max-width:1700px; margin: auto;}
.w-1600{width:100%; max-width:1600px; margin: auto;}
.w-1500{width:100%; max-width:1500px; margin: auto;}
.w-1470{width:100%; max-width:1470px; margin: auto;}
.w-1400{width:100%; max-width:1400px; margin: auto;}
.w-1350{width:100%; max-width:1350px; margin: auto;}


.font-blue{color:#036fb3}

@media (max-width: 1780px) {
	.w-1700{width:92%;}
}


@media (max-width: 1680px) {
	.w-1600{width:92%;}
}



@media (max-width: 1580px) {
	.w-1500{width:92%;}
}

@media (max-width: 1380px) {
	.w-1350{width:96%;}
	.w-1500{width:92%;}
}







.nei-top{width:100%; margin: auto; overflow: hidden; position: relative;}

.nei-top .tp{position: relative;z-index: 0;}
.nei-top .tp img{max-width: none;width: 100%;}

.nei-top .about-top-text{color:#fff;position: absolute;overflow: hidden;text-align: left;z-index: 99;    top: 40%;}
.nei-top .about-top-text .line{width:80px; height: 1px; background: #fff; display: block; overflow: hidden; margin: 5% 0}
.nei-top .about-top-text h1{font-size: 55px;text-transform: uppercase; font-weight:bold;}
.nei-top .about-top-text h2{font-size: 72px;text-transform: uppercase;margin: auto;letter-spacing: 1px;font-weight:bold;color: #fff;line-height: 1;}
.nei-top .about-top-text h3{font-size: 32px;width: 60%;min-width: 500px;color: #fff;line-height: 1;text-transform: uppercase;margin: 5% 0;}




/**/

.nei-top-menu-box{width:100%;background: #fff;position: relative;z-index: 9;margin:3% auto;overflow: hidden; margin-bottom: 20px}
.nei-top-menu-box-line{
	width:100%;
	height: 18px;
	margin: auto;
	overflow: hidden;
	background: url("nei-top-line-bg.jpg") repeat-x top center;
}
.nei-top-menu-box-line::before{
	content:'';
	display: block;
	width:30px;
	height:17px;
	float: left;
	background: url("nei-top-line-l.jpg") no-repeat;
	margin-bottom: 10px;
}
.nei-top-menu-box-line::after{
	content:'';
	display: block;
	width:30px;
	height:17px;
	float: right;
	background: url("nei-top-line-r.jpg") no-repeat;
	margin-bottom: 10px;
}
.nei-top-menu-title{width: 26%;float: left;height: 83px;line-height: 83px;font-size: 16px;color: #6c6c6c;    padding-left: 1%;}
.nei-top-menu-title img{ margin-right:10px;}
.nei-top-menu-title span{ font-size: 32px; color: #5f5a4c; font-weight:normal;}

.nei-top-menu{width: 74%;float: right;overflow: hidden;justify-content: flex-end;}
.nei-top-menu .submenu{width:auto;text-align: center;float: right;color: #8c8c8c;font-size: 16px;justify-content: flex-end;}
.nei-top-menu .submenu li{float:right;  width:140px; line-height: 83px; text-align: center; list-style: none; background: url(nei-nav-bg.jpg) no-repeat left center; }
.nei-top-menu .submenu li a{color: #6c6c6c;}
.showbtn{ background:url(nei-nav-bg2.jpg)  center no-repeat;  color: #fff}

.nei-top-menu .submenu li:hover{ background:url(nei-nav-bg2.jpg)  center no-repeat;  color: #fff}
.nei-top-menu .submenu li:hover a{  color: #fff}


/*--------1440---------*/

@media (max-width: 1440px) {
	.nei-top .about-top-text h2{ font-size:35px}
}
/*--------1200---------*/

@media (max-width: 1200px) {
	.nei-top-menu .submenu li{width:140px; font-size:14px;}
}
/*--------1024---------*/

@media (max-width: 1024px) {
	.nei-top .about-top-text h2{ margin: 20px 0 15px;font-size:30px}
	.nei-top .about-top-text h3{}
	
	
}






/*--------991---------*/
@media (max-width: 991px) {
	.nei-top-menu-box{height:50px;}
	.nei-top-menu{height:50px;display: none;}
	.nei-top-menu .submenu li{width:90px;}
	.nei-top-menu .sim-button{line-height: 50px; font-size:14px; }
	
	.nei-top .about-top-text h2{display:none}
	.nei-top .about-top-text h3{display:none}
	.nei-top .about-top-text .line{display:none}
	
	.nei-top-menu-title{height:50px;line-height: 50px;text-align: left;padding-left: 0;width:100%}
	
	
	.nei-top-menu-title span{font-size:26px;}
}








/*===========about===========*/
.about{
	width:100%;
	margin: 4% auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.about .ab-left{width: 54%;}
.about .ab-left .info{
    width: 100%;
    border-top: 1px dashed #c9995b;
    border-left: 1px dashed #c9995b;
    border-bottom: 1px dashed #c9995b;
    border-right: 1px dashed #c9995b;
    padding: 18% 10%;
    background: url(ab-bg.jpg) no-repeat left bottom;
}
.about .ab-left .info .title{
    font-size: 42px;
    line-height: 2;
    color: #333;
}
.about .ab-left .info .text{
    color: #8d8a82;
    font-size: 17px;
    line-height: 1.75;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 6%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
.about .ab-left .info .more{
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    background: url(ab-more.jpg);
    margin-top: 12%;
}
.about .ab-left .pic{
    width: 61%;
}
.about .ab-left .pic img{}
.about .ab-right{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 32%;
    position: relative;
    overflow: hidden;
}


.about .ab-right img{width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;}






















/*===========ab-leader===========*/
.ab-leader{
	width:100%;
	margin: 4%auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ab-leader .list{
	    width: 100%;
    margin: auto;
    overflow: hidden;
}

.ab-leader .list .item.post figure{margin-bottom:0px;}
.ab-leader .list .info{
    border: 1px solid #e3e3e5;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: url(ab-leader-bg.jpg);
    padding: 8%;
}
.ab-leader .list .info .name{
    width: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333;
	background:url(ab-leader-ico.png) no-repeat left center;
	padding-left:30px;
}



.ab-leader .list .info .title{
    font-size: 17px;
    color: #666;
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 4%;
}
















/*===========ab-piclist===========*/
.ab-piclist{
	width:100%;
	margin: 0% auto;
	overflow: auto;
	background: url("ab-pic-bg.jpg");
	background-size: 100%;
	padding: 1% 0 5%;
}



.ab-piclist ul{padding-left: 0;display: flex;justify-content: space-between;}
.ab-piclist ul li{
    list-style: none;
    width: 31%;
}
.ab-piclist ul li .pic{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
}
.ab-piclist ul li .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.ab-piclist ul li .info{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 5%;
    text-align: center;
}
.ab-piclist ul li .info .title{
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ab-piclist ul li .info .date{}







.ab-piclist .more {
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    background: url(ab-more.jpg);
    margin: 5% auto 0;
}



/*===========991===========*/
@media (max-width: 991px) {	
	.ab-piclist ul{display:block;}
	.ab-piclist ul li{width:100%}
}













/*===========ab-honor===========*/
.ab-honor{
	width:100%;
	margin: 1% auto 0;
	overflow: auto;
	background: url("ab-honor-bg.jpg");
	background-size: 100%;
	padding: 1% 0 3%;
}

.ab-honor .list{
    width: 102%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 1%;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
}
.ab-honor .list .item.post figure{
	width:80%;
	margin:0  auto 12%;
}


.ab-honor .list .slick .item{ 
background:url("ab-honor-box.jpg") no-repeat; background-size: 100%; }

.ab-honor .list .title{width:100%; text-align: center; margin:9% auto 5%; overflow: hidden; font-size: 22px; color: #333;}





/*===========1580===========*/
@media (max-width: 1580px) {	
	.about .ab-left{    width: 49%;}
}

/*===========1440===========*/
@media (max-width: 1440px) {	
	.about .ab-left{        width: 44%;}
}

/*===========1366===========*/
@media (max-width: 1366px) {	
	.about .ab-left{        width: 41%;}
}

/*===========991===========*/
@media (max-width: 991px) {	
	.about{display:block;}
	.about .ab-left{width:100%}
	.about .ab-right{width:100%;padding-bottom: 64%;}
	.about .ab-left .info{    padding: 7% 5%;}
	.about .ab-left .info .title{font-size:24px;}
}













/*===========news===========*/
.news{
	width:100%;
	margin: 4% auto 0;
	overflow: hidden;
}

.news ul{
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: 0%;
	padding-left: 0;
	margin-left: 0%;
	border-top: 1px solid #f2f2f2;
}
.news ul li{
    width: 100%;
    margin: 3% auto 3%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 3%;
}
.news ul li .new-content{
    width: 67%;
    float: right;
    height: 100%;
}
.news ul li .new-content .news-date{
    width: calc(94% - 120px);
    height: 60px;
    color: #acacac;
    text-align: left;
    line-height: 60px;
    font-size: 14px;
}

.news ul li .new-content .news-date img{ margin-right:10px;}

.news ul li .new-content .title{
    color: #323232;
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1%;
}

.news ul li .new-content .title a{
	color:#1a1a1a;
}

.news ul li .new-content .title a:hover{
	color:#404040;
}

.news ul li .new-content .text{
    width: 100%;
    margin-top: 4%;
    font-size: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2;
    color: #505050;
}


.news ul li .new-content .news-info{width: 100%;float: left;margin-top: 6%;display: inline-flex;justify-content: space-between;}



.news ul li .new-content .news-info .news-date span{
	font-size: 20px;
	font-weight: bold;
}
.news ul li .new-content .news-info .more{
    align-items: center;
    width: 160px;
    background: #896238;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    transition: all .3s;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
}
.news ul li .new-pic{
    width: 26%;
    float: left;
    margin: auto;
    overflow: hidden;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 18%;
    border-radius: 20px;
}
.news ul li .new-pic img{

	    position: absolute;
	    top: 50%;
	    left: 50%;
	    object-fit: cover;
	    transform: translate(-50%, -50%) scale(1.0);
	    height: 100%;
	    min-width: 100%;
	    transition: all .5s ease;
}


.news ul li:hover .new-content .news-info .more{width:140px;transition: all .3s;}



@media (max-width: 991px) {
	.news ul li .new-content{width:100%;position:relative; padding-bottom: 3%}
	.news ul li .new-pic{display:none}
	.news ul li .new-content .news-info .title{font-size:20px}
	.news ul li .new-content .news-info .text{font-size:14px}
	
	.news ul li .new-content .title{font-size:20px}
	.news ul li .new-content .text{font-size:15px}
	
	
	.news ul li .new-content .news-date{display:none}
}






.news-top{
	width:100%;
	margin:3% auto 4%;
	overflow: hidden;
}



.news-top-left{width: 50%;float: left;margin: auto;overflow: hidden;position: relative;}
.news-top-left .pic{width: 100%;padding-bottom: 68%;position: relative;overflow: hidden;}
.news-top-left .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news-top-left .info{position: absolute;z-index: 999;width: 95%;color: #fff;font-size: 20px;bottom: 8%;left: 2%;overflow: hidden;}
.news-top-left .info .date{
	width:100%;
	margin: auto;
	overflow: hidden;
	font-size: 16px;
}
.news-top-left .info .title{
	width:100%;
	margin: auto;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	}

.news-top-right{width: 48%;float: right;}
.news-top-right .news-top-right-row{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #eef2f5;
    margin-bottom: 1%;
}
.news-top-right .news-top-right-row .pic1{
    width: 50%;
    float: left;
	padding-bottom: 35%;
    position: relative;
    overflow: hidden;
}
.news-top-right .news-top-right-row .pic1 img{
	    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news-top-right .news-top-right-row .pic2{
    width: 50%;
    float: right;
	padding-bottom: 35%;
    position: relative;
    overflow: hidden;
}
.news-top-right .news-top-right-row .pic2 img{
	    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news-top-right .news-top-right-row .info{
    width: 50%;
    float: left;
    padding: 5% 5% 0;
}
.news-top-right .news-top-right-row .info .title{
    color: #232323;
    font-size: 21px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.news-top-right .news-top-right-row .info .date{
    color: #999;
    font-size: 18px;
    margin-top: 4%;
}
.news-top-right .news-top-right-row .info .arrow{
    color: #095fd6;
    font-size: 20px;
    margin-top: 20%;
}




.news-top .slick-nav-container .slick-nav .slick-next{display:none;}
.news-top .slick-nav-container .slick-nav .slick-prev-wrapper{display:none!important;}
.news-top .slick-nav-container .slick-nav .slick-dots li.slick-active{background: rgba(17, 119, 255, 1);}
.news-top .slick-nav-container .slick-nav .slick-dots li{display: inline-block;
    width: 100px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin: 0 5px;
    border-radius: 15px;
    cursor: pointer;}






/*===========1440===========*/
@media (max-width: 1440px) {	
	.news-top-right .news-top-right-row .info .title{font-size:18px;}
	.news-top-right .news-top-right-row .info .date{font-size:16px;}
	.news-top-right .news-top-right-row .info .arrow{margin-top: 10%;}
}


/*===========991===========*/
@media (max-width: 991px) {	
	.news-top{display:none;}
}


















/*===========news2===========*/
.news2{
	width:100%;
	margin: 4% auto 0;
	overflow: hidden;
}


.news2 ul{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-left: 0;
}
.news2 ul li{
    width: 98%;
    margin: 1% 1%;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
}
.news2 ul li .title{
	width:calc(95% - 100px);
	font-size:24px;
	line-height: 80px;
	color:#3a3938;
	background: url("news-ico1.jpg") no-repeat left center;
	padding-left: 30px;
	display: inline-block;
 white-space: nowrap;
 text-overflow: ellipsis;  overflow: hidden;

}
.news2 ul li .title a{color:#3a3938;}
.news2 ul li .date{
    width: 120px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
}

.news2 ul li:hover{box-shadow: 1px 2px 5px rgba(0,0,0,0.1);}
.news2 ul li:hover .date{ background:#896238; color:#fff}
.news2 ul li:hover .title{background: url("news-ico2.jpg") no-repeat left center;}






/*fenye*/
.fanye{width: 100%;float: left;margin-top: 2%;margin-bottom: 4%;text-align: center;font-size: 0.875em;}
.fanye-box{width:700px;float: none;text-align: center;line-height: 45px;margin: auto;}
.fanye-Previous{width: 98px;float:left;background: #fff;border: 1px solid #ccc;height: 45px;color: #666666;margin-right: 5px;}
.fanye-Next{width: 98px;float:left;background: #fff;height: 45px;color: #414040;margin-left: 5px;border: 1px solid #ccc;}
.fanye-Number{width: 45px;float:left;color: #414040;margin: 0 5px;background: #fff;border: 1px solid #ccc;}
.fanye-Number-current{width: 45px;float:left;color: #fff;background: #896238;margin: 0 5px;}










/*===========contact===========*/
.contact{
	width:100%;
	max-width: 1200px;
	margin: 5% auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.contact li{width:30%; list-style: none;}
.contact li .bg{}
.contact li .bg .pic{width:176px;height: 176px;background: url(contact-bg1.jpg);text-align: center;margin: auto;}
.contact li .bg .pic svg{ fill:#a08b7a;margin: auto;margin-top: 55px;transition: all 0.3s;}
.contact li .bg .pic img{
    margin-top: 45px;
}
.contact li .text{color: #333333;font-size: 20px;text-align: center;margin-top: 28px;}


.contact li:hover .pic svg{margin-top: 50px;transition: all 0.3s;}


.map{width: 100%; height: 600px;  position: relative}


/*===========991===========*/
@media (max-width: 991px) {	
	.map{ height: 300px;}
	
	.contact{display:block;}
	.contact li{width:100%}
	
	.contact li .bg .pic{background:none; height: auto;}
	.contact li .bg .pic svg{margin-top:0}
	.contact li .text{margin-top: 8px; margin-bottom: 20px;    font-size: 18px;}
}









/*===========luxian===========*/

.luxian-map{
	
}
.luxian-box{
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.luxian{
	width:100%;
	max-width: 500px;
	position: absolute;
	top: 10%; right: 10%;
	background: #fff;
	z-index: 9999;
	padding: 3%
}


.luxian li{
	width:100%;
	list-style: none;
	line-height: 1.85;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
.luxian li span{
	display: block;
	font-size:19px;
	font-weight: bold;
}
.luxian li:nth-child(1) span::before{
	content:'';
	display: inline-block;
	width:15px;
	height: 21px;
	background: url(luxian-ico1.jpg);
	margin-left: -28px;
    margin-right: 13px;
}
.luxian li:nth-child(2) span::before{
	content:'';
	display: inline-block;
	width:15px;
	height: 21px;
	background: url(luxian-ico2.jpg);
	margin-left: -28px;
    margin-right: 13px;
}
.luxian li:nth-child(3) span::before{
	content:'';
	display: inline-block;
	width:17px;
	height: 21px;
	background: url(luxian-ico3.jpg);
	margin-left: -28px;
    margin-right: 13px;
}


/*===========1440===========*/
@media (max-width: 1440px) {	
	.luxian{padding:3% 5%;}
}
/*===========991===========*/
@media (max-width: 991px) {	
	.luxian{ position:relative;max-width: 90%; right:0; left:5%}
	
	
}













/*===========zhuanjia===========*/

.zhuanjia{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}


.zhuanjia li{
    width: 48%;
    background: #fff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 5px;
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 7%);
    margin-bottom: 3%;
}
.zhuanjia li .pic{
    width: 47%;
    position: relative;
    float: left;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.zhuanjia li .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.zhuanjia li .info{
	background: url(zhuanjia-bg.jpg) no-repeat top right;
	width: 48%;
	padding-right: 4%;
	padding-top: 3%;
}
.zhuanjia li .info .name{
    font-size: 30px;
    color: #896238;
    font-weight: bold;
    line-height: 2;
}
.zhuanjia li .info .title{
    font-size: 20px;
    color: #333;
    line-height: 2;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.zhuanjia li .info .bt{
	height: 41px;
	background: url(zhuanjia-bt-bg.jpg) no-repeat;
	width: 112px;
	color: #fff;
	text-align: center;
	line-height: 41px;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zhuanjia li .info .text1{
    font-size: 17px;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zhuanjia li .info .text2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333;
}
.zhuanjia li .info .more{
	background: url(zhuanjia-more.jpg) no-repeat;
	width: 104px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	float: right;
	margin-top: 10%;
}


/*===========1580===========*/
@media (max-width: 1580px) {	
	.zhuanjia li .info{padding-top: 1%;}
	.zhuanjia li .info .more{}
}

/*===========1440===========*/
@media (max-width: 1440px) {	
	.zhuanjia li .info .name{ font-size:24px;}
	.zhuanjia li .info .title{font-size:16px;}
	.zhuanjia li .info .bt{margin-top: 5px;    margin-bottom: 8px;}
	.zhuanjia li .info .more{margin-top: 7%;}
}

/*===========1280===========*/
@media (max-width: 1280px) {	
	.zhuanjia li .info .name{font-size: 22px;line-height: 1.5;}
	.zhuanjia li .info .title{font-size:16px;line-height: 1.5;}
	.zhuanjia li .info .bt{margin-top: 5px;    margin-bottom: 8px;}
	.zhuanjia li .info .more{margin-top: 7%;}
	.zhuanjia li .info .text1{font-size:15px;}
	.zhuanjia li .info .text2{font-size:15px; line-height: 1.5}
}

/*===========991===========*/
@media (max-width: 991px) {	
	.zhuanjia li{    width: 100%;}
	.zhuanjia li .pic{ width: 44%;}
	.zhuanjia li .info{  width: 51%;}
	.zhuanjia li .info .bt{font-size: 15px; margin-top: 0px; margin-bottom: 5px}
}





















/*===========keshi===========*/
.keshi-index{
	width:100%;
	margin: 4% auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	max-width: 950px;
}


.keshi-index li{
	width:434px;
	height: 90px;
	margin: auto;
	overflow: hidden;
	background: url(keshi-bg1.jpg) no-repeat center;
	text-align: center;
	color: #3a3938;
	line-height: 90px;
	list-style: none;
	font-size: 24px;
 }


.keshi-index li:hover{
	background: url(keshi-bg2.jpg) no-repeat center;
	color: #fff;
 }





.keshi-zhuyuan img{
	width:50%;
	max-width: 778px;
}



.keshi-menzhen img{
	width:100%;
	max-width: 1353px;
}




/*===========public-title===========*/
.public-title{
	width:100%;
	margin:	3% auto;
	overflow: hidden;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	line-height: 1.5;
}
.public-title span{
	display:block;
	font-size: 26px;
	font-weight: normal;
}

.public-title span img{margin-left:15px;}






.public-nei-title{
	    color: #3c3c3c;
    font-size: 45px;
    font-family: fangsong;
    line-height: 1;
    text-align: center;
    margin: 3% 0 3%;
    font-weight: bold;
}

.public-nei-title span{
	display: block;
	font-size: 68px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #3c3c3c;
}

.public-nei-title::before{
	content:'';
	display: inline-block;
	width:21px;
	height: 32px;
	background: url("public-nei-title-l.jpg");
	margin-right:30px;
}
.public-nei-title::after{
	content:'';
	display: inline-block;
	width:21px;
	height: 32px;
	background: url("public-nei-title-r.jpg");
	margin-left:30px;
}



/*===========1440===========*/
@media (max-width: 1440px) {	
	.public-nei-title span{font-size: 48px;}
}


/*===========991===========*/
@media (max-width: 991px) {	
	.public-title{font-size:32px}
	.public-nei-title{font-size:24px}
	
	.public-nei-title span{font-size: 18px;margin-bottom: 10px;}
}













