@charset 'utf-8';
* {margin: 0px;padding: 0px;}
body {margin: 0px;padding: 0px;font-size: 16px;font-family: 'Arial';}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0px;padding: 0px;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;}
a {text-decoration: none;border: none;margin: 0;padding: 0;color:#333;}
input, textarea {outline: 0;resize: none;border: none;border: 0;margin: 0;padding: 0;}
select {border: 0;}
input {margin: 0;padding: 0;border: none;}
table, table td {border-collapse: collapse;}
img {max-width: 100%;vertical-align: bottom;}
i{font-style: normal;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.last{margin-right:0px !important;}
.div1200{width:1200px; margin:0px auto;}
.div600{width:600px; margin:0px auto;}
.div920{width:920px; margin:0px auto;}
.banner img{vertical-align: middle;}
.banner{ position:relative; z-index:1; width:100%; text-align:center;}
.wrap {width: 100%;min-width: 1200px;_zoom: 1;position: relative;}
@font-face{
	font-family: 'font1';
	src:url(../fonts/ADOBEHEITISTD-REGULAR_0.ttf);
}
/*公共头部*/
.top{
	background: #f9f9f9;
	font-family: 'Arial';
	font-size: 14px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
}
.top_li{
	margin-right: 10px
}
.top_li li{
	float: left;
	margin-right: 45px;
}
.top_li li:nth-child(3n){
	margin-right: 0 !important
}
.top_li li a{
	color: #333;
	position: relative;
	padding-left: 26px;
	display: block;
}
.top_li li:hover a{
	color: #dcc56b
}
.xml:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 19px;
	background: url(../images/pic_01_03_01.png);
	background-size: 100% 100%;
}
.sp:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 15px;
	background: url(../images/pic_01_06.png);
	background-size: 100% 100%;
}
.rss:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 14px;
	background: url(../images/pic_01_08.png);
	background-size: 100% 100%;
}
.top_li li:hover .xml:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 19px;
	background: url(../images/pic_01_03.png);
	background-size: 100% 100%;
}
.top_li li:hover .sp:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 15px;
	background: url(../images/pic_01_06_01.png);
	background-size: 100% 100%;
}
.top_li li:hover .rss:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../images/pic_01_08_01.png);
}
.top2{
	padding: 13px 0 11px 0
}

/*111*/
.nav{
	margin-top: 6px
}
.nav > ul > li{
	float: left;
	margin-right: 46px;
	position: relative;
}
.nav > ul > li:nth-child(6n){
	margin-right: 0 !important
}
.nav > ul > li  > a{
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;

}
.nav > ul > li > a.down{
	position: relative;
	padding-right: 4px
}
.nav > ul > li > a.down:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 12px;
	height: 6px;
	background: url(../images/pic_03_03.png);
}
.nav_down{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(153,153,153,.5);
	padding: 10px 0;
	width: 210px;
	text-align: center;
	display: none;
	z-index: 11
}
.nav_down > li{
	position: relative;
}
.nav_down > li > a{
	display: block;
	font-size: 15px;
	color: #ffffff;
	line-height: 38px;
}
.nav_down > li:hover > a{
	background: rgba(255,255,255,.5);
}
.nav > ul > li:hover .nav_down{
	display: block;
}
.nav > ul > li:hover > a{
	color: #d3b43c
}
.nav > ul > li:hover > a.down:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 12px;
	height: 6px;
	background: url(../images/pic_04_03.png);
}

.nav_down2{
	position: absolute;
	left: 100%;
	top: -27%;
	background: rgba(153,153,153,.5);
	padding: 10px 0;
	width: 210px;
	text-align: center;
	display: none;
	z-index: 11
}
.nav_down2 li a{
	display: block;
	font-size: 15px;
	color: #ffffff;
	line-height: 38px;
}
.nav_down2 li:hover  a{
	background: rgba(255,255,255,.5);
}

.nav_down > li:hover .nav_down2{
	display: block;
}

/*111结束*/


/*.nav{
	margin-top: 6px
}
.cur > a{color:#d3b43c !important;}
.nav > ul > li{
	float: left;
	margin-right: 46px;
	position: relative;
}
.nav > ul > li:nth-child(6n){
	margin-right: 0 !important
}
.nav > ul > li  > a{
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;

}
.nav > ul > li > a.down{
	position: relative;
	padding-right: 4px
}
.nav > ul > li > a.down:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 12px;
	height: 6px;
	background: url(../images/pic_03_03.png);
}
.nav_down{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(153,153,153,.5);
	padding: 10px 0;
	width: 210px;
	text-align: center;
	display: none;
	z-index: 11
}
.nav_down li a{
	display: block;
	font-size: 15px;
	color: #ffffff;
	line-height: 38px;
}
.nav_down li:hover a{
	background: rgba(255,255,255,.5);
}
.nav > ul > li:hover .nav_down{
	display: block;
}
.nav > ul > li:hover > a{
	color: #d3b43c
}
.nav > ul > li:hover > a.down:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 12px;
	height: 6px;
	background: url(../images/pic_04_03.png);
}*/




.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	background: url(../images/pic_05_03.png);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	right: 362px
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	background: url(../images/pic_05_03.png);
	left: 362px
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 38px;
	height: 38px;
	background-size: 100% 100%
}

.banner .swiper-button-next:hover,.banner .swiper-container-rtl .swiper-button-prev:hover{
	background: url(../images/pic_05_05.png);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.banner .swiper-button-prev:hover,.banner .swiper-container-rtl .swiper-button-next:hover{
	background: url(../images/pic_05_05.png);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #fff
}
.banner .swiper-pagination-bullet-active{
	background: #d3b43c
}
/*index*/
.index{

}
.in_pat-tit{
	text-align: center;
	padding: 70px 0 40px 0
}
.in_pat-tit span{
	font-size: 30px;
	color: #333333;
	position: relative;
	text-transform: uppercase;
	display: block
}
.in_pat-tit span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	width: 406px;
	height: 1px;
	background: #ececec;
	border-bottom: 1px solid #f5f5f5
}
.in_pat-tit span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	width: 406px;
	height: 1px;
	background: #ececec;
	border-bottom: 1px solid #f5f5f5
}

.in_pat1-li > ul > li{
	float: left;
	width: 275px;
	margin-right: 12px
}
.in_pat1-li > ul > li:nth-child(4n){
	margin-right: 0 !important
}
.in_pat1-li > ul > li:nth-child(4){
	width: 339px;
}
.in_pat1-li > ul > li ul li{
	position: relative;
	overflow: hidden;
	margin-bottom: 11px
}
.in_pat1-li > ul > li:nth-child(2) ul li{
	margin-bottom: 12px
}
.in_pat1-li > ul > li:nth-child(3) ul li{
	margin-bottom: 0
}
.in_pat1-li > ul > li:nth-child(4) ul li{
	margin-bottom: 12px
}
.in_pat1-up-p{
	position: absolute;
	top:86%;
	left: 0%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	z-index: 2
}
.in_pat1-up-bg{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pic_06_03.png);
}
.in_pat1-a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.in_pat2{
	margin-bottom: 70px
}
.in_pat2-ul1 > li{
	float: left;
	width: 410px;
	margin-right: 11px
}
.in_pat2-ul1 > li:nth-child(3n){
	margin-right: 0 !important
}
.in_pat2-ul1 > li:nth-child(2){
	width: 404px;
}
.in_pat2-ul1 > li:nth-child(3){
	width: 363px;
}
.in_pat2-ul1 > li ul li{
	position: relative;
	overflow: hidden;
	margin-bottom: 11px
}
.in_pat2-a{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pic_06_03.png);
	/*background: rgba(255,44,32,.3);*/
}
.in_pat2-b{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%
}
.in_pat2-b a{
	display: block;
}
.in_pat2-b p{
	font-size: 30px;
	color: #ffffff;
	margin-top: 42px
}
.in_pat2-ul2{

}
.in_pat2-ul2 li{
	float: left;
	position: relative;
	width: 743px;
	text-align: center;
	overflow: hidden;
	margin-right: 12px
}
.in_pat2-ul2 li:nth-child(2n){
	margin-right: 0 !important
}
.in_pat2-ul2 li:nth-child(2){
	width: 445px
}
.in_pat2-ul2 li:nth-child(1){
	background: #e3e3e3;
	padding: 18px 0 22px 0
}
.in_pat2-text{
	width: 637px;
	position: relative;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	padding: 14px 20px 4px 24px;
	word-spacing: -1px;
	font-style: italic;
}
.in_pat2-text:before{
	content: '';
	position: absolute;
	top: 0;
	left:0;
	width: 24px;
	height: 18px;
	background: url(../images/pic_09_11.png);
}
.in_pat2-text:after{
	content: '';
	position: absolute;
	bottom: 0;
	right:0;
	width: 24px;
	height: 18px;
	background: url(../images/pic_08_15.png);
}
.in_more{
	text-align: center;
	margin-top: 20px
}
.in_pat3{
	background: url(../images/pic_09_18.jpg) center center no-repeat;
	background-attachment:fixed;
	width: 100%;
	height: 685px
}
.in_pat4-li{

}
.in_pat4-li li{
	width: 370px;
	float: left;
	text-align: center;
	margin-right: 45px;
}
.in_pat4-li li:nth-child(3n){
	margin-right: 0 !important
}
.in_pat4-li li span{
	font-size: 20px;
	/*line-height: 60px;*/
	padding: 20px 0px;
	color: 3333333;
	display: block;
}
.in_pat4-li li p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: left;
	display: inline-block;
}
.in_pat4-li li.mb{
	margin-bottom: 50px
}
/*.in_pat5*/
.in_pat5{
	padding-bottom: 70px
}
.in_pat5-li li{
	width: 561px;
	float: left;
	position: relative;
	margin-right: 78px;
	margin-bottom: 11px
}
.in_pat5-li li:nth-child(2n){
	margin-right: 0 !important
}
.in_pat5-img{
	width: 145px
}
.in_pat5-text{
	width: 404px;
}
.in_pat5-text-tit span{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.in_pat5-text-p p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 7px 0 8px 0
}
.in_pat5-text-time p{
	font-size: 12px;
	color: #999999
}
.in_pat5-a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.in_pat5-li li:hover .in_pat5-text-tit span{
	color: #d3b43c
}
.in_pat5-li li:hover .in_pat5-text-p p{
	color: #d3b43c
}
.in_pat5-li li:hover .in_pat5-text-time p{
	color: #d3b43c
}
.in_pat5-more{
	text-align: center;
	margin-top: 30px
}
/*.in_pat6*/
.in_pat6{
	background: url(../images/pic_11_35.jpg) center center no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 705px;
}
/*.in_pat7*/
.in_pat7{
	padding-bottom: 75px
}
.in_pat7-li li{
	width: 290px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 13px
}
.in_pat7-li li:nth-child(4n){
	margin-right: 0 !important
}
.in_pat7-a{
	position: absolute;
	top: 380px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.in_pat7-b{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.in_pat7-b span{
	font-size: 16px;
	color: #ffffff;
	display: block;
	padding: 15px 0 13px 0;
	text-align: center;

}
.in_pat7-b p{
	font-size: 14px;
	color: #cccccc;
}
.in_pat7-more{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
/*ny1*/
.ny1{

}
.ny1_ydy{
	box-shadow: 0 0 7px rgba(174,174,174,1)
}	
.ny1_ydy span{
	font-size: 20px;
	line-height: 45px;
	color: #333333;
	position: relative;
	padding-left: 21px
}
.ny1_ydy span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 13px;
	height: 14px;
	background: url(../images/pic_14_09.png);
}
.ny1_ydy p{
	font-size: 14px;
	color: #999999;
	line-height: 45px
}
.ny1_ydy p a{
	color: #999
}
.ny1_box{
	margin-top: 32px;
	margin-bottom: 63px
}
.ny1_lt{
	width: 271px;
}
.ny1_pro{
	border:1px solid #f3f3f3;
	background: #fafafa;
	padding-bottom: 40px;
	border-radius: 5px
}
.ny1_tit{
	background: url(../images/pic_15_13.png) no-repeat;
	background-size: 100% 100%
}
.ny1_tit span{
	font-size: 20px;
	line-height: 49px;
	color: #ffffff;
	padding-left: 17px;
}
.ny1_pro-li{
	margin-top: 11px
}
.ny1_pro-li > ul > li{
	background: #f2f2f2;
	position: relative;
	margin-bottom: 2px
}
.ny1_pro-li > ul > li > a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 44px;
	padding-left: 17px;
	position: relative;
}
.ny1_pro-li > ul > li > a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	width: 8px;
	height: 7px;
	background: url(../images/pic_16_13.png);
	transition: .3s;
	-webkit-transition: .3s ease;
}
.ny1_pro-li > ul > li.show > a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: url(../images/pic_17_13.png);
	transition: .3s;
	-webkit-transition: .3s ease;
}
.ny1_pro-li > ul > li ul{
	background: #fafafa;
	height: 0;
	overflow: hidden;
	transition: height .3s ease;
	-webkit-transition: height .3s ease;
	-moz-transition: height .3s ease;
	-ms-transition: height .3s ease;
	-o-transition: height .3s ease;
}
.ny1_pro-li > ul > li.show ul{
	height: 100%;
	padding: 5px 0;
	transition: height .3s ease;
	-webkit-transition: height .3s ease;
	-moz-transition: height .3s ease;
	-ms-transition: height .3s ease;
	-o-transition: height .3s ease;
}
.ny1_pro-li > ul > li ul li{
	position: relative;
}
.ny1_pro-li > ul > li ul li a{
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	display: block;
	padding-left: 70px;
	overflow: hidden;
}
.ny1_cont{
	border:1px solid #f3f3f3;
	border-radius: 5px;
	text-align: center;
	margin: 19px 0
}
.ny1_ri{
	width:902px;
}
.ny1_cont{
	text-align: center;
}
.ny1_cont ul{
	width: 235px;
	display: inline-block;
	text-align: left;
	padding: 15px 0 21px 0
}
.ny1_cont{
	border-bottom:1px solid #f1f1f1;
	display:block;
}
.ny1_cont li{
	font-size: 14px;
	line-height: 23px;
	color: #333333;
	margin-bottom: 6px
}
.ny1_inqu{
	border:1px solid #f3f3f3;
	border-radius: 5px;
	padding-bottom: 32px
}
.ny1_inqu-li{
	text-align: center;
}
.ny1_inqu-li ul{
	width: 235px;
	text-align: left;
	display: inline-block;
}
.ny1_inqu-li li{
	margin-top: 12px
}
.ny1_inqu-li li label{
	font-size: 14px;
	line-height: 29px;
	color: #333333;
	position: relative;
	display: block;
}
.ny1_inqu-li li label.xing{
	padding-left: 10px
}
.ny1_inqu-li li label.xing:before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 5px;
	height: 4px;
	background: url(../images/pic_18_21.png);
}
.ny1_inqu-li li input{
	border:1px solid #cccccc;
	border-radius: 5px;
	padding-left: 5px;
	width: 97%;
	font-size: 12px;
	line-height: 29px
}
.ny1_inqu-li li textarea{
	border:1px solid #cccccc;
	border-radius: 5px;
	padding-left: 5px;
	width: 97%;
	font-size: 12px;
	height: 166px;
	padding: 17px 0 0 7px
}
.send{
	text-align: center;
	margin-top: 16px
}
.send input[type='submit']{
	width: 237px;
	border-radius: 5px;
	background-image: -moz-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 100%);
  	background-image: -webkit-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 100%);
  	background-image: -ms-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 100%);
  	text-align: center;
  	font-size: 14px;
  	color: #ffffff;
  	text-transform: uppercase;
  	line-height: 39px;
  	font-weight: bold;
}
.ny1_ri{
	width:902px;
}
.ny1_ri-tit span{
	border-bottom:1px solid #f1f1f1;
	display:block;
	font-size: 30px;
	color: #333333;
	padding-bottom: 18px
}
.ny1_ri-text{
	background: #e7e7e7;
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	border-top: 1px solid #cccccc
}
.ny1_ri-li > ul li img{
	width:290px;
	height: 290px;
}
.ny1_ri-li > ul li{
	width: 290px;
	border:1px solid #cccccc;
	float: left;
	position: relative;
	margin-top: 18px;
	margin-right: 13px
}
.ny1_ri-li > ul li:nth-child(3n){
	margin-right: 0 !important
}
.ny1_ri-a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.ny1_ri-li > ul li:hover{
	border:1px solid #d3b43c;
}
.ny1_ri-li li:hover .ny1_ri-text{
	background-image: -moz-linear-gradient( -45deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(170,148,14) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(170,148,14) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(170,148,14) 100%);
  color: #fff
}
.fy{
	text-align: center;
	margin-top: 57px
}
/*ny2*/
.ny2{
	margin-bottom: 90px
}
.ny1_ri{
	width: 904px
}
#thumbs{
	position: relative;
	margin-top: 12px
}
.ny2_ri-a{
	margin-top: 19px
}
.ny1_ri-ban{
	width: 398px
}
.ny1_ri-ban .swiper-button-next,.ny1_ri-ban .swiper-container-rtl .swiper-button-prev{
	background: url(../images/pic_19_10.jpg);
	right: 0
}
.ny1_ri-ban .swiper-button-prev,.ny1_ri-ban .swiper-container-rtl .swiper-button-next{
	background: url(../images/pic_19_06.jpg);
	left: 0
}
.ny1_ri-ban .swiper-button-next,.ny1_ri-ban .swiper-button-prev{
	width: 19px;
	height: 69px;
	background-size: 100% 100%;
	margin-top: -35px
}
#thumbs .swiper-slide{
	box-sizing: border-box;
}
.ny2_ri-xx{
	width: 484px
}
.ny2_ri-tit{
	font-size: 30px;
	color: #d3b43c;
	border-bottom: 1px dashed #d3b43c;
	padding-bottom: 13px
}
.ny2_ri-li{
	margin-top: 15px;
	min-height: 165px
}
.ny2_ri-li li{
	font-size: 16px;
	line-height: 33px;
	color: #333333;
	font-family: 'Arial'
}
.ny2_ri-b{
	border:1px solid #f3f3f3;
	margin-top: 9px;
}
.ny2_ri-btit{
	background-image: -moz-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 100%);
  	background-image: -webkit-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 100%);
  	background-image: -ms-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 100%);
  	border-top-right-radius: 5px;
  	border-top-left-radius: 5px;
}
.ny2_ri-btit span{
	font-size: 20px;
	color: #fff;
	padding-left: 15px;
	line-height: 51px
}
.ny2_ri-bli{
	text-align: center;
	padding:9px 0 2px 0 
}
.ny2_ri-bli form > ul{
	width: 450px;
	display: inline-block;
	text-align: left;
}
.ny2_ri-bli form > ul > li{
	margin-bottom: 12px
}
.ny2_ri-bli form > ul > li ul li{
	float: left;
}
.ny2_ri-bli form > ul > li ul li label{
	font-size: 12px;
	color: #333333;
	line-height: 29px;
	width: 68px;
	display: block;
}
.ny2_ri-bli form > ul > li ul li input{
	border:1px solid #cccccc;
	border-radius: 5px;
	line-height: 29px;
	padding-left:5px;
}
.ny2_ri-bli form > ul > li:nth-child(1) ul li{
	margin-right: 14px
}
.ny2_ri-bli form > ul > li:nth-child(1) ul li:nth-child(2n){
	margin-right: 0 !important
}
.ny2_ri-bli form > ul > li:nth-child(1) ul li input{
	width: 143px
}
.ny2_ri-bli form > ul > li:nth-child(2) ul li input{
	width: 374px
}
.bli3 ul li{
	margin-right: 12px
}
.bli3 ul li:nth-child(2n){
	margin-right: 0 !important
}
.ny2_ri-bli form > ul > li ul li label.xing{
	position: relative;
	padding-left: 8px
}
.ny2_ri-bli form > ul > li ul li label.xing:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 4px;
	background: url(../images/pic_18_21.png);
}
.bli2 ul li label.xing{
	width: 61px
}
.ny2_ri-bli form > ul > li ul li textarea{
	border:1px solid #cccccc;
	border-radius: 5px;
	height: 52px;
	font-size: 12px;
	line-height: 17px;
	color: #212020;
	width: 218px;
	resize: horizontal;
	padding: 10px
}
.bli3 ul li label.xing{
	width: 61px
}
.bli3 ul li input[type = 'submit']{
	width: 129px;
	line-height: 39px;
	background-image: -moz-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 99%);
  	background-image: -webkit-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 99%);
  	background-image: -ms-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 99%);
  	font-size: 14px;
  	color: #ffffff;
  	margin-top: 20px
}
.ny2_ri-b2{
	margin-top: 35px
}
.ny2_ri-b2tit{
	width: 221px;
	background-image: -moz-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 99%);
  background-image: -webkit-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 99%);
  background-image: -ms-linear-gradient( -65.56deg, rgb(198,174,69) 0%, rgb(224,186,52) 50%, rgb(205,181,35) 99%);
  text-align: center;
}
.ny2_ri-b2tit span{
	font-size: 20px;
	color: #ffffff;
	line-height: 49px
}
.ny2_ri-b2img{
	border:1px solid #ccc;
	text-align: center;
	padding: 11px 0;
	min-height:200px;
}


/*footer*/
.footer{
	background: #161616;
	position: relative;
}
.footer:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../images/pic_13_37.jpg);
}
.foot_nav{
	padding-top: 23px
}
.foot_nav > ul > li{
	float: left;
	margin-right: 140px
}
.foot_nav > ul > li:nth-child(5n){
	margin-right: 0 !important
}
.foot_nav > ul > li span{
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.foot_nav > ul > li ul li a{
	font-size: 14px;
	line-height: 25px;
	color: #ffffff
}
.foot_nav > ul > li ul li:hover a{
	color: #b5b5b5
}
.foot_logo{
	text-align: center;
	margin-top: 24px
}
.foot_link{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 25px
}
.foot_link a{
	color: #009be7;
	text-decoration: underline; 
}
.foot_link-d{
	display: inline-block;
	margin-top: 34px
}
.foot_link-d li{
	float: left;
	margin-right: 24px
}
.foot_link-d li:nth-child(5n){
	margin-right: 0 !important
}
.foot_copy{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 13px 0 25px 0
}


/*right*/
.right{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	width: 61px;
	text-align: left;
}
.right li{
	background: #cccccc;
	position: relative;
	width: 270px;
	height: 61px;
	margin-bottom: 1px
}
.right li a{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%
}
.right li a span{
	font-size: 18px;
	color: #fff;
	    line-height: 61px;
}
.img2{
	width: 61px;
	height: 61px;
	text-align: center;
	position: relative;
}
.img2 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.right li:hover{
	background: #d3b43c
}


.datu img{width: 398px;height:398px;}
.xiaotu img{width: 69px;height:69px;}


/*新闻*/
.information-list-word ul{
	display: none;
}
.information-list-word ul:first-child{
	display: block;
}
.information-list-word > ul > li{
	overflow: hidden;
	padding: 28px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.information-list-pic{
	border: 1px solid #dcdcdc;
	width: 250px;
	height: 170px;
	overflow: hidden;
}
.information-list-pic img{
	transition: all 0.6s;
	width:100%;
	height:100%;
}
.information-list-word ul li:hover .information-list-pic img{
	transform: scale(1.1);
}
.information-list-zi{
	width: 585px;
	margin-right: 40px;
}
.information-list-zi span{
	color: #555555;
	font-size: 20px;
	display: block;
	padding-top: 12px;
	padding-bottom: 5px;
}
.information-list-word ul li:hover .information-list-zi span{
	color: #ddb92e;
}
.information-list-zi p{
	line-height: 30px;
	color: #8b8b8b;
	font-size: 14px;
}
.list-more{
	background: #ddb92e;
	width: 85px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-top: 15px;
}
.list-more a{
	color: #fff;
}
.information-list-zi .information-list-p:before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	background: url(../images/new-pic8.png) no-repeat;
}



.support{margin-top:20px;}
.support > ul li{line-height: 40px;border-bottom: 1px dotted #d8d8d8;margin-left: 20px;list-style: initial;}
.support > ul li span{color:#989898;}
.support > ul li a{color:#333;}


/*1028*/
.right li a span.right_show2{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}





#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:45px;
	background:url(../images/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan{
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:25px;
}
.itext{
	width:400px;
	height:25px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent{
	width:400px;
	height:85px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn{
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
	color:#fff;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}

.ibtn {
    background-color: #dbb93d;
 }