@charset "gb2312";
html,body{background:#f4f4f3; margin:0; padding:0; font-size:12px; font-family:"微软雅黑";}
div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{list-style:none;padding:0;margin:0;}
a{text-decoration:none;}
img{border:none;}
.clear{clear:both;}

/*===================================================================================*/
.top{
	background:url(../jinet-images/top.jpg) repeat-x;
	height:126px!important;
	width:100%;
}
.head{
	height:121px;
	margin:0 auto;
	padding:5px 0 0 0;
	position:relative;
	width:1200px;
}
.logo{
	float:left;
	padding:20px 0 0 0;
	width:500px;
}
.logo_l a{
	background:url(../jinet-images/logo.png) no-repeat;
	_background:url(../jinet-images/logo_ie.png) no-repeat;  /* IE6支持 */
	*background:url(../jinet-images/logo_ie.png) no-repeat;  /* IE6、IE7支持 */
	+background:url(../jinet-images/logo_ie.png) no-repeat;  /* IE7支持 */
	background:url(../jinet-images/logo_ie.png) no-repeat\9; /* IE6、IE7、IE8、IE9支持 */
	background:url(../jinet-images/logo_ie.png) no-repeat\0; /* IE8、IE9支持 */
	background-size:100%;
	display:block;
	float:left;
	height:72px;
	margin:0;
	width:148px;
}
.logo_r{
	float:left;
	height:60px;
	margin:0 0 0 10px;
	padding:7px 0 0 0;
	width:262px;
}
.logo_r .dropdown .btn-default{
	background:#b2b2b2;
	border:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	color:#fff;
	padding:2px 12px;
	line-height:40px;
}
.logo_r .open>.dropdown-toggle.btn-default:focus,.logo_r .open>.dropdown-toggle.btn-default:hover{
	background:#961f2d;
	color:#fff;
}
.logo_r .btn-default.active.focus,.logo_r .btn-default.active:focus,.logo_r .btn-default.active:hover,.logo_r .btn-default:active.focus,.logo_r .btn-default:active:focus,.logo_r .btn-default:active:hover,.logo_r .open>.dropdown-toggle.btn-default.focus,.logo_r .open>.dropdown-toggle.btn-default:focus,.logo_r .open>.dropdown-toggle.btn-default:hover{
	background-image:none;
}
.logo_r .dropdown-menu{
	width:900px;
}
.logo_r .dropdown-menu dl{
	font-size:14px;
	height:40px;
	margin:0;
	width:100%;
}
.logo_r .dropdown-menu dl:hover{
	background:#efefef;
}
.logo_r .dropdown-menu dl dt{
	color:#961f2d;
	float:left;
	height:100%;
	width:70px;
}
.logo_r .dropdown-menu dl dt a{
	color:#961f2d;
}
.logo_r .dropdown-menu dl dd{
	float:left;
	margin:0;
	padding:0 10px;
	width:auto;
}
.logo_r .dropdown-menu dl dd a{
	color:#666;
}
.logo_r .dropdown-menu .l_qgls2{
	height:60px;
}
.logo_r .l_qgls1,.logo_r .l_qgls3,.logo_r .l_qgls5,.logo_r .l_qgls7{
	background:#fafafa;
	padding:10px 15px 0 15px;
}
.logo_r .l_qgls2,.logo_r .l_qgls4,.logo_r .l_qgls6,.logo_r .l_qgls8{
	background:#fff;
	padding:10px 15px 0 15px;
}
.logo_r .l_qgls_hover{
	background:#961f2d;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.logo_r .dropdown-menu dl .l_qgls_hover a{
	color:#fff;
}

.logo_r span{ height:25px;background:url(../jinet-images/logo_g.png) no-repeat;font-weight:normal;text-indent:-1000000px;display:block;}
.logo_r b{
	background:url(../jinet-images/logo_t.png) no-repeat;
	display:block;
	float:left;
	font-weight:normal;
	height:42px;
	margin-top:5px;
	overflow:hidden;
	text-indent:-1000000px;
	width:100%;
}
.t_ggy{
	background:url(../jinet-images/t_ggy.png) no-repeat;
	height:55px;
	left:45%;
	position:absolute;
	top:40px;
	width:214px;
}
.t_right{
	float:right;
	width:390px;
}
.t_right ul{
	margin:0;
	padding:0;
	width:390px;
}
.t_right li{
	float:left;
	padding:0 0 0 10px;
}
.t_right li span{
	background-image:url(../jinet-images/t_right.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:20px;
	width:20px;
}
.t_right li a{
	color:#7f7f7f;
}
.t_right li a:hover{
	color:#961f2d;
}
.t_gftm span{
	background-position:0px 1px;
}
.t_gfwb span{
	background-position:0px -23px;
}
.t_gfwx span{
	background-position:0px -48px;
}
.t_zxth span{
	background-position:0px -74px;
}
.t_gfjd span{
	background-position:0px -101px;
}
.top_weixin,.top_weibo{
	cursor:pointer;
	position:relative;
}
.top_weixin_ewm,.top_weibo_ewm{
	cursor:context-menu;
	top:35px;
	left:-80px;
	opacity:0;
	position:absolute;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */ 
	-webkit-transition:all .3s; /* Safari and Chrome */ 
	-o-transition:all .3s; /* Opera */ 
	visibility:hidden;
	z-index:999999999;
}
.top_weixin:hover .top_weixin_ewm,.top_weibo:hover .top_weibo_ewm{
	opacity:1;
	top:25px;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */ 
	-webkit-transition:all .3s; /* Safari and Chrome */ 
	-o-transition:all .3s; /* Opera */ 
	visibility:visible;
}
.top_weixin_img,.top_weibo_img{
	background:#fff;
	height:200px;
	position:relative;
	width:200px;
}
.top_weixin_img p,.top_weibo_img p{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(255,255,255,1);
	top:-8px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:86px;
}
.top_weixin_img img,.top_weibo_img img{
	border:none;
	height:200px;
	width:200px;
}


.t_400{
	background:url(../jinet-images/t_400.png) no-repeat;
	bottom:20px;
	height:45px;
	position:absolute;
	right:10px;
	width:203px;
}
/*-----------------------------------------------------------------------------------*/
.menu{
	background:#961f2d;
	color:#fff;
	height:45px;
	_height:46px;  /* IE6支持 */
	*height:46px;  /* IE6、IE7支持 */
	+height:46px;  /* IE7支持 */
	height:46px\9; /* IE6、IE7、IE8、IE9支持 */
	height:46px\0; /* IE8、IE9支持 */
	width:100%;
	z-index:9999;
}
.nav{
	margin:0 auto;
	width:1200px;
}
.nav a{
	text-decoration:none;
}
.nav_l{
	float:left;
	height:45px;
	width:300px;
}
.nav .nav_l .nav{
	width:100%;
	position:relative;
	z-index:999999;
}
.nav_l .nav-qgzyls .nav-qgzsls-bta{
	background:url(../jinet-images/nav_img.png) no-repeat 60px center #7f0d1a;
	color:#fff;
	display:block;
	font-size:16px;
	line-height:45px;
	padding:0 0 0 20px;
	text-align:center;
}
.nav_l .nav-qgzyls .nav-qgzyls-list{
	background:
	radial-gradient(circle at top left,
	transparent 0px,#1e1e1e 0)top left,
	radial-gradient(circle at top right,
	transparent 0px,#1e1e1e 0)top right,
	radial-gradient(circle at bottom right,
	transparent 12px, #1e1e1e 0)bottom right,
	radial-gradient(circle at bottom left,
	transparent 12px,#1e1e1e 0)bottom left;
	background-size:90% 90%;
	background-repeat:no-repeat;
	text-transform:none;
	opacity:0;
	position:absolute;
	padding:0 0 15px 0;
	transition:300ms;
	visibility:hidden;
	width:300px;
}
.nav_l .nav-qgzyls li a{
	display:block;
	padding:0 0 0 0px;
	transition:300ms;
}
.nav_l .nav-qgzyls li:hover a{
	color:#fff!important;
	display:block;
	padding:0 0 0 5px;
	transition:300ms;
}
.nav_l .nav-qgzyls:hover .nav-qgzyls-list{
	background:#1e1e1e;
	opacity:1!important;
	padding:0 0 15px 0;
	visibility:visible;
	z-index:9999;
	transition:300ms;
}
.nav_l .nav-qgzyls:hover .nav-qgzyls-list{
	background:
	radial-gradient(circle at top left,
	transparent 0px,#1e1e1e 0)top left,
	radial-gradient(circle at top right,
	transparent 0px,#1e1e1e 0)top right,
	radial-gradient(circle at bottom right,
	transparent 12px, #1e1e1e 0)bottom right,
	radial-gradient(circle at bottom left,
	transparent 12px,#1e1e1e 0)bottom left;
	background-size:90% 90%;
	background-repeat:no-repeat;
	width:300px;
}
.nav_l .nav-qgzyls .nav-qgzyls-list .n-q-l-t{
	background:url(../jinet-images/n-q-l-t.png) no-repeat center;
	height:10px;
	margin:10px auto 0 auto;
	width:300px;
}
.nav_l .nav-qgzyls .nav-qgzyls-list .n-q-l-m{
	border-left:solid 1px #444;
	border-right:solid 1px #444;
	margin:0 auto 0 auto;
	width:270px;
}
.nav_l .nav-qgzyls .nav-qgzyls-list .n-q-l-f{
	background:url(../jinet-images/n-q-l-f.png) no-repeat center;
	height:10px;
	margin:0 auto;
	width:300px;
}
.nav_l .nav-qgzyls .nav-qgzyls-list ul{
	margin:0 0 0 -1px;
	padding:0;
}
.nav_l .nav-qgzyls .nav-qgzyls-list ul li{
	border-left:solid 1px #444;
	float:left;
	font-size:14px;
	line-height:30px;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
	width:130px;
}
.nav_l .nav-qgzyls .nav-qgzyls-list ul li a{
	color:#999;
}
.nav_l .nav-qgzyls .nav-qgzyls-list ul li i{
	color:#666;
	font-style:normal;
	margin:0 0 0 5px;
}


.nav-qgzyls-list li .nav-dan{
	width:400px;
}
.nav-qgzyls-list li .nav-shuang{
	width:800px;
}
.nav-qgzyls-list li .nav-qgzyls-main{
	text-transform:none;
	opacity:0;
	position:absolute;
	padding:0 0 -1px 0;
	transition:all .1s;
	-moz-transition:all .1s; /* Firefox 4 */ 
	-webkit-transition:all .1s; /* Safari and Chrome */ 
	-o-transition:all .1s; /* Opera */ 
	top:-5px;
	left:150px;
	visibility:hidden;
	z-index:9;
}
.nav-qgzyls-list li:hover .nav-qgzyls-main{
	background:#f1f0ed;
	border-radius:10px;
	opacity:1!important;
	padding:0px;
	z-index:9;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */ 
	-webkit-transition:all .3s; /* Safari and Chrome */ 
	-o-transition:all .3s; /* Opera */ 
	top:-5px;
	left:120px;
	visibility:visible;
}
.nav-qgzyls-list li .nav-qgzyls-main:before{
    content:"";
    width:5px;
    height:5px;
    right:100%;
    top:10px;
    position:absolute;
    border-top:8px solid transparent;
    border-right:8px solid #f1f0ed;
    border-bottom:8px solid transparent;
	z-index:999;
}
.nav-qgzyls-list li .nav-qgzyls-main .nav-hidden{
	overflow:hidden;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list{
	border-bottom:solid 1px #CCC;
	float:left;
	margin:10px 0 -1px 0;
	padding:0px 10px 10px 10px;
	width:400px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list dd{
	height:90px;
	width:100%;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list dd a{
	padding:0;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list dd a:hover .n-q-m-l-m{
	text-decoration:underline;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */ 
	-webkit-transition:all .3s; /* Safari and Chrome */ 
	-o-transition:all .3s; /* Opera */ 
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-img{
	float:left;
	width:110px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-img img{
	border:solid 1px #000;
	border-radius:10px;
	height:90px;
	width:110px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-m{
	color:#000;
	float:left;
	line-height:18px;
	padding:0 0 0 10px;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */ 
	-webkit-transition:all .3s; /* Safari and Chrome */ 
	-o-transition:all .3s; /* Opera */ 
	width:260px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-m .qgzyls-title{
	font-family:;
	font-size:20px;
	line-height:50px;
}
.qgzyls-add,.qgzyls-tel,.qgzyls-phone,.qgzyls-user{
	background-image:url(../jinet-images/n-q-m-l-m-pic.png);
	background-repeat:no-repeat;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-m .qgzyls-add{
	background-position:0 5px;
	font-size:12px;
	height:45px;
	padding:0 0 0 15px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-m .qgzyls-tel{
	background-position:0 -43px;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 15px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-m .qgzyls-phone{
	background-position:0 -96px;
	float:left;
	font-size:12px;
	padding:0 0 0 15px;
	width:120px;
}
.nav-qgzyls-list li .nav-qgzyls-main dl.nav-qgzyls-m-list .n-q-m-l-m .qgzyls-user{
	background-position:0 -150px;
	float:right;
	font-size:12px;
	padding:0 0 0 15px;
	width:80px;
}
/*===================================================================================*/
.nav_r{
	float:left;
	line-height:45px;
	padding:0 0 0 10px;
	width:900px;
}
.nav-menu{
	line-height:45px;
	text-transform:uppercase;
}
.nav-menu em{
	display:block;
	float:left;
	font-style:normal;
	position:relative;
	width:auto;
}
.nav-menu em a{
	color:#fff;
	display:block;
	font-size:16px;
	text-align:center;
}
.nav-menu em a span{
	font-size:8px;
	margin:0 0 0 5px;
}

em.nav1 a{
	width:100px;
}

em.nav2 a{
	width:237px;
}
.nav2 .nav-submenu{
	width:237px;
}
em.nav3 a{
	width:191px;
}
.nav3 .nav-submenu{
	width:191px;
}
em.nav4 a{
	width:177px;
}
.nav4 .nav-submenu{
	width:177px;
}
em.nav5 a{
	width:143px;
}
.nav5 .nav-submenu{
	width:143px;
}
.nav-submenu{
	text-transform:none;
	opacity:0;
	position:absolute;
	padding:0;
	transition:300ms;
	visibility:hidden;
}
.nav-menu .nav-submenu  a{
	padding:0;
	text-align:center;
}
.nav-menu em:hover {
  background-color:#7f0d1a;
}
.nav-menu em:hover .nav-submenu{
	background:#333;
	opacity:1!important;
	visibility:visible;
	z-index:99999;
	transition:300ms;
}

/*===================================================================================*/
.banner{
	width:100%;
}
.banner .carousel .carousel-control,.banner .carousel .carousel-control:active,.banner .carousel .carousel-control:focus,.banner .carousel .carousel-control:visited,.banner .carousel .carousel-control:link,.banner .carousel .carousel-control:hover{
	background-image:none;
	color:#961f2d;
	filter:none;
}
.banner .carousel .carousel-control.left{
	left:10%;
}
.banner .carousel .carousel-control.right{
	right:10%;
}


.banner .carousel-inner .item{
	background-color:#000;
	text-align:center;
}
.banner .carousel-inner .item{
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:top center;
	height:570px;
	text-align:center;
	overflow:hidden;
}
.banner .carousel-inner>.item>a>img,.banner .carousel-inner>.item>img,.banner .img-responsive,.banner .thumbnail a>img,.banner .thumbnail>img{
	height:570px;
	max-width:none;
}
@media screen and (min-width:1024px){
.banner .carousel-inner>.item>a>img,.banner .carousel-inner>.item>img,.banner .img-responsive,.banner .thumbnail a>img,.banner .thumbnail>img{
	margin-left:-50%;
}
}
@media screen and (min-width:1280px){
.banner .carousel-inner>.item>a>img,.banner .carousel-inner>.item>img,.banner .img-responsive,.banner .thumbnail a>img,.banner .thumbnail>img{
	margin-left:-17.8%;
}
}
@media screen and (min-width:1600px){
.banner .carousel-inner>.item>a>img,.banner .carousel-inner>.item>img,.banner .img-responsive,.banner .thumbnail a>img,.banner .thumbnail>img{
	margin-left:-5.5%;
}
}
@media screen and (min-width:1920px){
.banner .carousel-inner>.item>a>img,.banner .carousel-inner>.item>img,.banner .img-responsive,.banner .thumbnail a>img,.banner .thumbnail>img{
	height:570px;
	max-width:none;
	margin-left:0px;
}
}
@media screen and (min-width:2000px){
.banner .carousel-inner>.item>a>img,.banner .carousel-inner>.item>img,.banner .img-responsive,.banner .thumbnail a>img,.banner .thumbnail>img{
	margin:0 auto;
}
}

/*===================================================================================*/
.i-about{
	background:url(../jinet-images/i-a-bg.jpg);
	height:168px;
	padding:0;
	width:100%;
}
.i-about_m{
	margin:0 auto;
	width:1200px;
}
.i-about_l{
	background:url(../jinet-images/i-about-l.png) no-repeat;
	float:left;
	height:150px;
	margin:10px 0 0 0;
	padding:28px 0 0 20px;
	width:28%;
}
.i-about_l h2{
	color:#f3dc96;
	font-family:"仿宋";
	font-size:30px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.i-about_l strong{
	color:#d8a03b;
	display:block;
	font-size:16px;
	font-weight:normal;
	padding:8px 0 3px 0;
}
.i-about hr{
	background:#f3dc96;
	border:none;
	height:1px;
	margin:10px 0 0 0;
	padding:0;
	width:100px;
}
.i-about_r{
	float:left;
	width:72%;
}
.i-about_r ul{
	width:100%;
}
.i-about_r li{
	float:left;
	margin:20px 0;
	padding:20px 0;
	text-align:center;
	width:25%;
}
.i-about_r .i-about_zz,.i-about_r .i-about_cs,.i-about_r .i-about_zy{
	border-right:solid 1px #333;
}
.i-about_r .i_about_mq{
	border:none;
}
.i-about_r li b{
	color:#f3dc96;
	font-family:"Brie Light";
	font-size:42px;
	font-weight:normal;
}
.i-about_r li i{
	color:#fff;
	font-size:17px;
	font-style:normal;
	vertical-align:top;
}
.i-about_r li em{
	color:#fff;
	font-size:16px;
	font-style:normal;
}
.i-about_r li span{
	color:#fff;
	display:block;
	font-size:16px;
}
/*===================================================================================*/
.i-aboutus{
	background:#FFF;
	padding:35px 0;
	width:100%;
}
.i-aboutus-m{
	border:solid 2px #d2d2d2;
	margin:0 auto;
	padding:30px 0;
	width:1200px;
}
.i-aboutus-m .row{
	margin:0 auto;
	width:1160px;
}
.i-aboutus-m .col-md-3{
	float:left;
	text-align:center;
	width:25%;
}
.i-aboutus-m .col-md-3 a{
	text-decoration:none;
}
.i-aboutus-m .col-md-3 a:hover .i-aboutus-img{
	border:solid 3px #961f2d;
	transition:300ms;
}
.i-aboutus-m .col-md-3 a:hover .i-aboutus-media{
	margin:0px auto;
	transition:300ms;
}
.i-aboutus-m .col-md-3 a:hover em,.i-aboutus-m .col-md-3 a:hover b{
	color:#961f2d;
	transition:300ms;
}
.i-aboutus-m .i-aboutus-img{
	border:solid 3px #6a6a6a;
	margin:0 auto;
	padding:8px;
	transition:300ms;
	width:100%;
}
.i-aboutus-m .i-aboutus-img img{
	width:100%;
}
.i-aboutus-m .i-aboutus-media{
	margin:10px auto 0 auto;
	transition:300ms;
	width:100%;
}
.i-aboutus-m .i-aboutus-media em{
	color:#333;
	display:block;
	font-size:24px;
	font-style:normal;
	transition:300ms;
}
.i-aboutus-m .i-aboutus-media b{
	color:#777;
	display:block;
	font-size:14px;
	font-weight:normal;
	transition:300ms;
}
/*===================================================================================*/
.i-ychdzx{
	background:#f4f4f3;
	overflow:hidden;
	padding:50px 0 0 0;
	width:100%;
}
.i-ychdzx-title{
	text-align:center;
}
.i-ychdzx-menu{
	border-top:solid 2px #b2b2b2;
	border-bottom:solid 2px #b2b2b2;
	margin:40px 0 0 0;
	width:100%;
}
.i-ychdzx-menu .nav-tabs{
	border:none;
	margin:0 auto;
	width:800px;
}
.i-ychdzx-menu li{
	margin:0 40px;
	padding:0px;
	text-align:center;
}
.i-ychdzx-menu .nav-tabs li a{
	background:url(../jinet-images/i-ychdzx-dt.png) no-repeat;
	border-left:solid 2px #b2b2b2;
	border-right:solid 2px #b2b2b2;
	border-top:none;
	border-bottom:none;
	border-radius:0;
	color:#a33c46;
	font-size:36px;
	height:67px;
	line-height:28px;
	padding:12px 0 0 0;
	width:183px;
}
.i-ychdzx-menu em{
	display:block;
	font-size:10px;
	font-style:normal;
}
.i-ychdzx-menu .nav-tabs>li.active>a,.i-ychdzx-menu .nav-tabs>li.active>a:focus,.i-ychdzx-menu .nav-tabs>li.active>a:hover{
	background:url(../jinet-images/i-ychdzx-dt.png) no-repeat #a33c46;
	border-left:solid 2px #b2b2b2;
	border-right:solid 2px #b2b2b2;
	border-top:none;
	border-bottom:none;
	color:#fff;
}

.i-ychdzx-main{
	background:url(../jinet-images/i-dzxlq-bg.jpg) bottom right no-repeat;
	margin:85px auto 0 auto;
	width:1200px;
}
.i-ychdzx-main .i-y-m-l{
	float:left;
	width:520px;
}
.i-ychdzx-main .i-y-m-r{
	float:right;
	width:640px;
}
.i-dzxlk .i-y-m-l{
}
.i-dzxlk .i-y-m-r .nav-tabs,.i-dzxlk .i-y-m-r .nav-tabs li,.i-dzxlq .i-y-m-r .nav-tabs,.i-dzxlq .i-y-m-r .nav-tabs li,.i-dzxlh .i-y-m-r .nav-tabs,.i-dzxlh .i-y-m-r .nav-tabs li{
	border:none;
}
.i-dzxlk .i-y-m-r .nav-tabs li a,.i-dzxlq .i-y-m-r .nav-tabs li a,.i-dzxlh .i-y-m-r .nav-tabs li a{
	background:none;
	border:none;
	color:#961f2d;
	font-size:20px;
}
.i-dzxlk .i-y-m-r .nav-tabs>li.active>a,.i-dzxlk .i-y-m-r .nav-tabs>li.active>a:focus,.i-dzxlk .i-y-m-r .nav-tabs>li.active>a:hover,
.i-dzxlq .i-y-m-r .nav-tabs>li.active>a,.i-dzxlq .i-y-m-r .nav-tabs>li.active>a:focus,.i-dzxlq .i-y-m-r .nav-tabs>li.active>a:hover,
.i-dzxlh .i-y-m-r .nav-tabs>li.active>a,.i-dzxlh .i-y-m-r .nav-tabs>li.active>a:focus,.i-dzxlh .i-y-m-r .nav-tabs>li.active>a:hover{
	border:none;
	color:#a33c46;
	border-bottom:solid 3px #961f2d;
}
.i-dzxlk .tab-content ul,.i-dzxlq .tab-content ul,.i-dzxlh .tab-content ul{
	margin:10px 0 0 0;
}
.i-dzxlk .tab-content li,.i-dzxlq .tab-content li,.i-dzxlh .tab-content li{
	float:left;
	margin:0 10px 10px 10px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:190px;
}
.i-dzxlk .tab-content li a,.i-dzxlq .tab-content li a,.i-dzxlh .tab-content li a{
	border:solid 2px #b6b6b6;
	color:#575757;
	display:block;
	font-size:24px;
	overflow:hidden;
	padding:20px 0;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
}
.i-ychdzx-main li span{
	background:#d9d5ca;
	color:#333;
	display:block;
	font-size:16px;
	height:85px;
	left:0;
	line-height:25px;
	opacity:0;
	padding:13px 0 0 0;
	position:absolute;
	top:0;
	transition:all .3s;
	width:190px;
}
.i-dzxlk .tab-content li a:hover,.i-dzxlq .tab-content li a:hover,.i-dzxlh .tab-content li a:hover{
	border:solid 2px #961f2d;
	color:#961f2d;
	transition:all .3s;
}
.i-dzxlk .tab-content li a:hover span,.i-dzxlq .tab-content li a:hover span,.i-dzxlh .tab-content li a:hover span{
	opacity:1;
	top:0;
	transition:all .3s;
}
.i-dzxlk .tab-content li a hr,.i-dzxlq .tab-content li a hr,.i-dzxlh .tab-content li a hr{
	background:#c7c7c7;
	height:2px;
	margin:0px auto;
	padding:0;
	transition:500ms;
	width:60px;
}
.i-dzxlk .tab-content li a span hr,.i-dzxlq .tab-content li a span hr,.i-dzxlh .tab-content li a span hr{
	background:#999!important;
	border:none;
	height:1px;
}
.i-dzxlk .tab-content li a:hover hr,.i-dzxlq .tab-content li a:hover hr,.i-dzxlh .tab-content li a:hover hr{
	background:#961f2d;
	transition:500ms;
}
/*===================================================================================*/
.i-sldx{
	background:url(../jinet-images/i-sldx-bg.jpg) no-repeat bottom right #fff;
	padding:100px 0;
}
.i-sldx-main{
	margin:0 auto;
	width:1100px;
}
.i-sldx-m-l{
	float:left;
	width:780px;
}
.i-sldx-m-l .i-x-l-img{
	width:100%;
}
.i-sldx-m-l .i-x-l-main{
	background:#961f2d;
	padding:20px 0;
	position:relative;
	width:100%;
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-title{
	background:url(../jinet-images/i-sldx-title.png) no-repeat;
	font-size:21px;
	height:76px;
	left:100px;
	line-height:21px;
	padding:13px 30px;
	position:absolute;
	text-align:center;
	top:-30px;
	width:109px;
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-dt{
	color:#fff;
	font-size:21px;
	text-align:center;
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-list{
	margin:10px auto;
	overflow:hidden;
	width:300px;
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-list li{
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-list li a{
	border-top:solid 1px #dbb57d;
	border-bottom:solid 1px #dbb57d;
	color:#fff;
	float:left;
	font-size:16px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	width:70px;
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-list .border a{
	border-left:solid 1px #dbb57d;
	border-right:solid 1px #dbb57d;
}
.i-sldx-m-l .i-x-l-main .i-x-l-m-content{
	color:#fbd8dc;
	font-size:12px;
	line-height:17px;
	text-align:center;
}

.i-sldx-m-r{
	float:right;
	width:235px;
}
.i-sldx-m-r li{
	position:relative;
}
.i-sldx-m-r li .glyphicon{
	color:#b2b2b2;
	font-size:25px;
	position:absolute;
	left:-20px;
	top:80px;
	opacity:0;
	transition:500ms;
}
.i-sldx-m-r.nav-tabs>li.active>a,.i-sldx-m-r.nav-tabs>li.active>a:focus,.i-sldx-m-r.nav-tabs>li.active>a:hover{
	border:solid 1px #b2b2b2;
	border-radius:0px;
}
.i-sldx-m-r.nav-tabs>li.active>a em,.i-sldx-m-r.nav-tabs>li.active>a:focus em,.i-sldx-m-r.nav-tabs>li.active>a:hover em{
	opacity:0;
	transition:500ms;
}
.i-sldx-m-r.nav-tabs>li.active>.glyphicon,.i-sldx-m-r.nav-tabs>li.active>a:focus .glyphicon,.i-sldx-m-r.nav-tabs>li.active>a:hover .glyphicon{
	left:-25px;
	opacity:1;
	transition:500ms;
}
.i-sldx-m-r li hr{
	background:#b4b4b4;
	height:1px;
	margin:10px auto;
	width:210px;
}
.i-sldx-m-r li a em{
	background:#961f2d;
	color:#fff;
	display:block;
	font-size:14px;
	font-style:normal;
	height:30px;
	line-height:30px;
	margin:-30px 0 0 0;
	opacity:1;
	position:relative;
	text-align:center;
	transition:500ms;
	z-index:99;
}
/*===================================================================================*/
.i-qgmd{
	background:url(../jinet-images/i-qgmd-bg.jpg) no-repeat center top;
	margin:0;
	padding:10px 0 80px 0;
	position:relative;
	width:100%;
}
.i-qgmd .i-qgmd-bgup{
	background:url(../jinet-images/i-qgmd-bgup.png) no-repeat top center;
	height:81px;
	left:0;
	position:absolute;
	top:-81px;
	width:100%;
}
.i-qgmd .i-qgmd-main{
	margin:0 auto;
	padding:80px 0 0 0;
	position:relative;
	width:1200px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-map{
	float:left;
	width:700px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-map img{
	margin:0 0 0 -20px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content{
	float:right;
	padding:50px 0 0 0;
	position:absolute;
	right:10px;
	text-align:right;
	top:50px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content h2{
	color:#fff;
	font-size:36px;
	line-height:60px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content strong{
	color:#666;
	display:block;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content strong a{
	color:#666;
	text-decoration:none;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content em{
	display:block;
	font-style:normal;
	margin:40px 0 0 0;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content em a{
	background:#961f2d;
	color:#fff;
	font-size:18px;
	padding:5px 10px;
	text-decoration:none;
	transition:300ms;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-content em a:hover{
	background:#c4b49a;
	transition:300ms;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi{
	background:rgba(40,40,40,0.7);
	height:80px;
	margin:30px 0 0 0;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi ul{
	margin:0 auto;
	padding:0;
	width:1200px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi li{
	background-color:rgba(40,40,40,0);
	color:#775948;
	float:left;
	height:80px;
	padding:20px 10px;
	text-align:center;
	transition:400ms;
	width:200px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi li a{
	background-image:url(../jinet-images/i-youshi-img.png);
	background-repeat:no-repeat;
	color:#775948;
	display:block;
	height:45px;
	padding:0 0 0 45px;
	text-decoration:none;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi li:hover{
	background-color:rgba(40,40,40,2);
	transition:400ms;
}
.youshi2 a{
	background-position:0px -53px;
}
.youshi3 a{
	background-position:0px -106px;
}
.youshi4 a{
	background-position:0px -159px;
}
.youshi5 a{
	background-position:0px -212px;
}
.youshi6 a{
	background-position:0px -265px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi li em{
	font-size:14px;
}
.i-qgmd .i-qgmd-main .i-qgmd-m-youshi li em,.i-qgmd .i-qgmd-main .i-qgmd-m-youshi li i{
	display:block;
	font-size:12px;
	font-style:normal;
}
/*===================================================================================*/
.i-dt{
	text-align:center;
}
.i-dt a{
	border:solid 2px #b3b3b3;
	display:inline-block;
	padding:5px 15px;
	text-decoration:none;
}
.i-dt a strong{
	color:#4d4d4d;
	display:block;
	font-family:"宋体";
	font-size:26px;
	font-weight:normal;
}
.i-dt a em{
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
}
.i-dt a hr{
	background:#961f2d;
	height:5px;
	margin:0 auto -9px auto;
	padding:0;
	width:30px;
}
/*===================================================================================*/
.i-haoxiebiaozhun{
	background:url(../jinet-images/i-haoxiebiaozhun-bg.jpg) no-repeat top center;
	max-height:800px;
	padding:30px 0;
	width:100%;
}
.i-haoxiebiaozhun-m{
	margin:0 auto;
	padding:0;
	width:1100px;
}
.i-haoxiebiaozhun-dd{
	padding:15px 0 0 0;
}
.i-haoxiebiaozhun-dd ul{
	border-bottom:none;
	height:40px;
	line-height:40px;
	margin:0 auto;
	width:680px;
}
.i-haoxiebiaozhun-dd ul li{
	float:left;
	padding:0 15px;
}
.i-haoxiebiaozhun-dd ul li a{
	border:none;
	color:#000;
	font-family:"宋体";
	font-size:18px;
	text-decoration:none;
}
.i-haoxiebiaozhun-dd{
	text-align:center;
}
.i-hxbz-m,.i-hxbz-m:hover{
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	height:588px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:898px;
}
.i-hxbz-pr{
	overflow:hidden;
	position:absolute;
}
.i-hxbz-pr .text{
	position:relative;
	width:100%;
	z-index:99;
}
.i-hxbz-pr p{
	background:rgba(0,0,0,.5);
	color:#fff;
	display:block;
	height:300px;
	overflow:hidden;
	padding:20px 10px 0 10px;
	position:absolute;
	top:0px;
	transition:300ms;
	width:100%;
}
.i-hxbz-4 p{
	right:0;
	width:325px;
}
.i-hxbz-pr p strong{
	display:block;
	font-size:20px;
	margin:0 0 10px 0;
}
.i-hxbz-pr p em{
	display:block;
	font-size:14px;
	font-style:normal;
}
.i-hxbz-pr:hover p{
	top:-120px;
	transition:300ms;
}
.i-hxbz-2:hover p,.i-hxbz-6:hover p{
	top:-150px;
	transition:300ms;
}
.i-hxbz-pr img{
	opacity:.8;
	transition:300ms;
}
.i-hxbz-pr:hover img{
	opacity:1;
	transition:300ms;
}
.i-hxbz-1{
	height:157px;
	left:0;
	top:0;
	width:346px;
}
.i-hxbz-2{
	height:157px;
	left:362px;
	top:0;
	width:193px;
}
.i-hxbz-3{
	height:157px;
	right:0px;
	top:0;
	width:326px;
}
.i-hxbz-4{
	height:228px;
	left:0;
	top:175px;
	width:898px;
}
.i-hxbz-5{
	height:154px;
	left:0;
	top:250px;
	width:343px;
}
.i-hxbz-6{
	bottom:0px;
	height:338px;
	left:360px;
	width:195px;
}
.i-hxbz-7{
	bottom:0;
	height:169px;
	left:0;
	width:343px;
}
.i-hxbz-8{
	bottom:0;
	height:169px;
	right:0;
	width:326px;
}
/*===================================================================================*/
.i-pinxie{
	background:#fff;
	padding:60px 0;
	width:100%;
}
.i-pinxie-dd{
	margin:0 auto;
	padding:30px 0;
	width:1200px
}
.i-pinxie-dd li{
	float:left;
	height:500px;
	margin:10px;
	position:relative;
	width:220px;
}
.i-pinxie-dd li .flip-box{
	background:#efeadd;
	padding:10px;
}
.i-pinxie-dd li .fan .i-pinxie-img{
	height:165px;
	padding:0 0 10px 0;
}
.i-pinxie-dd li .fan .i-pinxie-main{
	border:solid 1px #63615d;
	height:335px;
	padding:10px;
}
.i-pinxie-dd li .fan a{
	border:none!important;
	padding:0px;
}
.i-pinxie-dd li a{
	border:solid 1px #63615d;
	display:block;
	height:500px;
	padding:20px 10px;
	text-decoration:none;
}
.i-pinxie-dd  li .i-pinxie-title{
	background:url(../jinet-images/i-pinxie-title.png) no-repeat;
	height:54px;
	margin:0 auto;
	width:176px;
}
.i-pinxie-dd li .i-pinxie-title p{
	color:#000;
	font-family:"宋体";
	font-size:20px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:50px;
}
.i-pinxie-dd li .i-pinxie-img{
	padding:10px 0;
	text-align:center;
}
.i-pinxie-dd li .i-pinxie-img img{
	height:160px;
	width:100%;
}
.i-pinxie-dd li .i-pinxie-main .i-pinxie-m-dt{
	color:#131313;
	font-size:18px;
	line-height:40px;
	text-align:center;
}
.i-pinxie-dd li .i-pinxie-main .i-pinxie-m-dd{
	color:#6a6153;
	font-size:14px;
	line-height:18px;
}
/*===================================================================================*/
.i-news{
	background:url(../jinet-images/i-news-bg.jpg) no-repeat bottom center #fff;
	padding:10px 0;
	width:100%;
}
.i-news-dd{
	margin:0 auto;
	overflow:hidden;
	padding:50px 0 30px 0;
	width:1200px;
}
.i-news-dd .nav-tabs{
	border-bottom:none;
	line-height:30px;
	margin:0 0 10px 0;
}
.i-news-dd .nav-tabs li{
	padding:0px;
}
.i-news-dd .nav-tabs li a{
	border:none;
	color:#000;
	font-family:"宋体";
	font-size:18px;
	padding:5px 10px;
}
.i-news-dd .nav-tabs>li.active>a,.i-news-dd .nav-tabs>li.active>a:focus,.i-news-dd .nav-tabs>li.active>a:hover,.i-news-dd .nav-tabs>li>a:hover{
	background:none;
	border:none;
	color:#a33c46;
	
}
.i-news-dd .i-news-more{
	line-height:38px;
	position:absolute;
	right:10px;
	top:0px;
}
.i-news-dd .i-news-more a{
	color:#282528;
}
.i-news-dd .media a{
	text-decoration:none;
}
.i-news-dd .i-news-dd-l{
	float:left;
	position:relative;
	width:580px;
}
.i-news-dd .i-news-dd-l .media{
	margin:10px 0 0 0;
	height: 90px;
	overflow: hidden;
}
.i-news-dd .i-news-dd-l .media a{
	background:#fff;
	display:block;
	padding:10px;
	transition:300ms;
}
.i-news-dd .i-news-dd-l .media a:hover{
	background:#961f2d;
	transition:300ms;
}
.i-news-dd .i-news-dd-l .media a:hover .media-body{
	color:#fff;
	transition:300ms;
}
.i-news-dd .i-news-dd-l .media .media-left{
	height:70px;
	overflow:hidden;
	width:70px;
}
.i-news-dd .i-news-dd-l .media .media-left img.media-object{
	height:70px;
	width:70px;
}
.i-news-dd .i-news-dd-l .media .media-body{
	color:#282528;
	font-size:12px;
	transition:300ms;
	width:500px;
}
.i-news-dd .i-news-dd-l .media .media-body .media-heading{
	font-size:14px;
	line-height:25px;
	position:relative;
}
.i-news-dd .i-news-dd-l .media .media-body .media-heading span{
	position:absolute;
	right:10px;
	top:0;
}

.i-news-dd .i-news-dd-r{
	float:right;
	position:relative;
	width:600px;
}
.i-news-dd .i-news-dd-r .nav-tabs{
	border-bottom:solid 1px #961f2d;
	width:100%;
}
.i-news-dd .i-news-dd-r .i-news-lunhuan{
	height:190px;
}
.i-news-dd .i-news-dd-r .i-news-lunhuan img{
	height:190px;
}
.i-news-dd .i-news-dd-r .media{
	border-bottom:solid 1px #961f2d;
	height: 48px;
	overflow: hidden;
}
.i-news-dd .i-news-dd-r .media .media-left span{
	background:url(../jinet-images/i-news-pic.png) no-repeat;
	display:block;
	color:#282528;
	font-family:"agency FB";
	font-size:14px;
	height:27px;
	text-align:center;
	width:27px;
}
.i-news-dd .i-news-dd-r .media .media-body{
	color:#282528;
	font-size:12px;
}
.i-news-dd .i-news-dd-r .media .media-body .media-heading{
	font-size:14px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
/*===================================================================================*/
.i-kehuazhashi{
	background:#961f2d;
	padding:30px 0;
	width:100%;
}
.i-kehuazhashi-m{
	background:#f4f4f3;
	margin:0 auto;
	padding:20px;
	width:1200px;
}
.i-kehuazhashi-m .i-khzs-dt{
	border:solid 1px #961f2d;
	border-bottom:none;
}
.i-kehuazhashi-m .i-khzs-dt em{
	background:url(../jinet-images/i-khzs-dt.jpg) no-repeat;
	color:#4d4d4d;
	display:block;
	font-size:14px;
	font-style:normal;
	height:18px;
	margin:-10px auto 0 auto;
	text-align:center;
	width:154px;
}
.i-kehuazhashi-m .i-khzs-dd{
	border:solid 1px #961f2d;
	border-top:none;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	padding:5px 0 0 0;
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll { /* Customisable base class for style override DIV */
	margin:0 auto;
	width: 1100px;
	height: 90px;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	margin:0 auto;
	width: 1100px;
	height: 100px;
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 180px;
	margin:0 10px 0 0;
	height:90px;
}
.simply-scroll .simply-scroll-list li img { border:solid 1px #ccc;}

/*===================================================================================*/
.foot{
	background:url(../jinet-images/i-a-bg.jpg);
	padding:50px 0 30px 0;
	width:100%;
}
.f_youshi{
	margin:0 auto;
	width:1200px;
}
.f_youshi dl{
	background:#f0e6de;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:context-menu;
	float:left;
	margin:0 5px;
	padding:5px 0;
	transition:300ms;
	width:230px;
}
.f_youshi dt{
	background-color:rgba(203,2,2,1);
	background-image:url(../jinet-images/f-youshi-dt.png);
	background-repeat:no-repeat;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	color:#961f2d;
	float:left;
	font-family:"Noto Sans S Chinese Thin";
	font-size:30px;
	height:50px;
	line-height:50px;
	margin:0 0 0 8px;
	text-align:center;
	transition:400ms;
	width:50px;
}
.f_youshi2 dt{
	background-position:0px -50px;
}
.f_youshi3 dt{
	background-position:0px -100px;
}
.f_youshi4 dt{
	background-position:0px -150px;
}
.f_youshi5 dt{
	background-position:0px -200px;
}
.f_youshi dd{
	float:left;
	padding:5px 0 0 10px;
	width:170px;
}
.f_youshi dd h2{
	color:#131313;
	font-size:21px;
	font-weight:normal;
	margin:0;
	padding:0;
	transition:300ms;
}
.f_youshi dd strong{
	color:#131313;
	font-weight:normal;
	transition:300ms;
}
.f_youshi dl:hover{
	background:#666;
	transition:300ms;
}
.f_youshi dl:hover dt{
	background-color:#baa492;
	transition:300ms;
}
.f_youshi dl:hover dd h2{
	color:#f0e6de;
	transition:300ms;
}
.f_youshi dl:hover dd strong{
	color:#f0e6de;
	transition:300ms;
}


.f-menu{
	margin:0 auto;
	padding:30px 0 0 0;
	width:1200px;
}
.f-menu .f-logo{
	float:left;
	width:100px;
}
.f-menu .f-logo img{
	width:100px;
}
.f-menu dl{
	float:left;
	margin:0;
	padding:0 30px;
	text-align:center;
}
.f-menu dl:hover dt{
	color:#961f2d;
	transition:300ms;
}
.f-menu dt{
	color:#9a9999;
	font-size:20px;
	font-weight:normal;
	line-height:30px;
	padding:0 0 5px 0;
	position:relative;
	transition:300ms;
}
.f-menu dd{
	color:#9a9999;
	font-size:14px;
	line-height:30px;
	margin:0;
	padding:0;
}
.f-menu dd a{
	color:#9a9999;
	display:block;
	text-decoration:none;
	width:auto;
}
.f-menu dd a:hover{
	color:#961f2d;
	transition:300ms;
}
.f-right{
	float:right;
	margin:15px 30px 0 0;
}
.f-right .f-bzzx-weibo{
	margin:10px 0 0 5px;
	color:#ccc;
}
/*===================================================================================*/
.f-copy{
	background:#282828;
	color:#555;
	line-height:20px;
	padding:20px 0;
}
.f-copy div{
	text-align:center!important;
	width:1000px;
	margin:0 auto;
}
.f-copy strong{
	color:#666;
}
.f-copy a{
	color:#444;
}
/*===================================================================================*/
.right-fd{
	position:fixed;
	right:5px;
	top:20%;
	width:103px;
	z-index:1000;
}
.right-fd a{
	display:block;
	margin:0;
	padding:0;
}
.right-fd-xcp{
	background:url(../jinet-images/right-xcp.png) no-repeat;
	border:none;
	border-radius:0px;
	margin:0;
	overflow:hidden;
	padding:0;
	height:84px;
	width:103px;
}
.banner-fd-xcp{
	background:url(../banner/2.jpg) no-repeat;
	border:none;
	border-radius:0px;
	margin:0;
	padding:0;
	height:570px;
	width:1920px;
}
.right-fd .btn.active.focus,.right-fd .btn.active:focus,.right-fd .btn.focus,.right-fd .btn:active.focus,.right-fd .btn:active:focus,.right-fd .btn:focus{
	background:url(../jinet-images/right-xcp.png) no-repeat;
}
.right-fd .btn-primary.focus,.right-fd .btn-primary:focus{
	background-color:inherit;
	border-color:inherit;
}
.modal-backdrop.fade.in{
	background:rgba(0,0,0,.5)
}
.xcp-main{
	margin:15% auto;
}
/*===================================================================================*/
.ban2{
	background:url(../jinet-images/ban2-dzxlq.jpg) no-repeat center top;
	height:360px;
	width:100%;
}
.ban3{
	background:url(../jinet-images/ban2-dzxlk.jpg) no-repeat center top;
	height:360px;
	width:100%;
}
.ban4{
	background:url(../jinet-images/ban2-dzxlh.jpg) no-repeat center top;
	height:360px;
	width:100%;
}
/*===================================================================================*/
.dqwz{
	color:#848484;
	line-height:60px;
	margin:0 auto;
	width:1200px;
}
.dqwz a{
	color:#848484;
}
/*===================================================================================*/
.dzx-menu,.dzx-menua{
	background:#FFF;
	width:100%;
	z-index:9999;
}
.dzx-menu-m{
	background:#fff;
	margin:0 auto;
	width:1200px;
}
.dzx-menu-m ul{
	border-bottom:solid 1px #a33c46;
	height:50px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:1200px;
}
.dzx-menu-m li{
	font-family:"思源黑体 CN Light";
	font-size:24px;
	float:left;
	line-height:50px;
}
.dzx-menu-m a{
	color:#961f2d;
	display:block;
	margin:0 10px 0 0;
	padding:0 15px;
	text-decoration:none;
}
.dzx-menu-m a:hover{
	background:#961f2d;
	color:#fff;
}
.dzx-hover a{
	background:#961f2d;
	color:#fff;
}
/*===================================================================================*/
.dzx-main{
	background:#f4f4f3;
	padding:20px 0 0 0;
}
.dzx-main-title{
	border-bottom:solid 1px #d7d0ca;
	height:23px;
	margin:20px auto 30px auto;
	text-align:center;
	width:1200px;
}
.dzx-main-title em{
	background:url(../jinet-images/i-ychdzx-dt.png) no-repeat #961f2d;
	border:solid 2px #b2b2b2;
	color:#fff;
	font-family:"宋体";
	font-size:30px;
	font-style:normal;
	margin:0 auto;
	padding:10px 40px;
}
.dzx-m-main{
	margin:0 auto;
	width:1200px;
}
.dzx-m-main .nav-tabs{
	border:none;
	padding:20px 0 0 0;
	width:600px;
}
.dzx-m-main .nav-tabs li{
	margin:0 10px;
}
.dzx-m-main .nav-tabs li a,.dzx-m-main .nav-tabs li a,.dzx-m-main .nav-tabs li a{
	background:#fff;
	border:none;
	border-radius:0;
	color:#7d7d7d;
	font-size:14px;
	padding:5px 25px;
}
.dzx-m-main .nav-tabs>li.active>a,.dzx-m-main .nav-tabs>li.active>a:focus,.dzx-m-main .nav-tabs>li.active>a:hover{
	background:#961f2d;
	border:none;
	border-radius:0;
	color:#fff;
}
.dzx-m-main .tab-content{
	background:#FFF;
	margin:30px auto 0 auto;
	padding:10px;
}
.dzx-m-main .dzx-list{
}
.dzx-m-main .dzx-list li{
	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(239,235,230,0)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,0), rgba(239,235,230,0)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,0), rgba(239,235,230,0)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(255,255,255,0), rgba(239,235,230,0)); /* 标准的语法 */
	float:left;
	margin:6.5px;
	position:relative;
	transition:all .3s;
	width:380px;
}
.dzx-m-main .dzx-list li:hover{
	background: -webkit-linear-gradient(rgba(248,246,245,1), rgba(239,235,230,1)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(248,246,245,1), rgba(239,235,230,1)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(248,246,245,1), rgba(239,235,230,1)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(248,246,245,1), rgba(239,235,230,1)); /* 标准的语法 */
	transition:all .3s;
}
.dzx-m-main .dzx-list li a{
	text-decoration:none;
}
.dzx-m-main .dzx-list li .dzx-img{
	float:left;
	width:200px;
}
.dzx-m-main .dzx-list li .dzx-m{
	float:left;
	padding:0 0 0 20px;
	width:180px;
}
.dzx-m-main .dzx-list li .dzx-m .dzx-m-title{
	color:#5a5a5a;
	font-family:"宋体";
	font-size:22px;
}
.dzx-m-main .dzx-list li .dzx-m .dzx-m-xinghao{
	color:#5a5a5a;
	font-family:"宋体";
	font-size:22px;
}
.dzx-m-main .dzx-list li .dzx-m .dzx-m-guige{
	border:solid 1px #961f2d;
	color:#848484;
	font-size:17px;
	margin:10px 0 0 0;
	padding:5px 10px;
	width:130px;
}
.dzx-m-main .dzx-list li .dzx-m .dzx-m-guige em{
	color:#848484;
	display:block;
	font-style:normal;
}
.dzx-m-main .dzx-list li .dzx-m .dzx-m-xiaoliang{
	color:#848484;
	font-size:11px;
	line-height:30px;
}
.dzx-m-main .dzx-list li .dzx-m .dzx-m-xiangqing{
	background:#961f2d;
	bottom:10px;
	color:#fff;
	padding:2px 10px;
	position:absolute;
}


.dzx-sldx{
	height:400px;
	padding:20px 0 0 0;
}
.dzx-sldx .dzx-sldx-img{
	width:100%;
}
.dzx-sldx .dzx-sldx-main{
	background:#961f2d;
	padding:10px 0;
	position:relative;
	width:100%;
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-title{
	background:url(../jinet-images/i-sldx-title.png) no-repeat;
	font-size:21px;
	height:76px;
	left:10%;
	line-height:21px;
	padding:13px 30px;
	position:absolute;
	text-align:center;
	top:-30px;
	width:109px;
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-dt{
	color:#dbb57d;
	font-size:21px;
	text-align:center;
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-list{
	margin:5px auto;
	overflow:hidden;
	width:280px;
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-list dd{
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-list dd a{
	border-top:solid 1px #dbb57d;
	border-bottom:solid 1px #dbb57d;
	color:#dbb57d;
	float:left;
	font-size:16px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	width:70px;
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-list .border a{
	border-left:solid 1px #dbb57d;
	border-right:solid 1px #dbb57d;
}
.dzx-sldx .dzx-sldx-main .dzx-sldx-content{
	color:#fbd8dc;
	font-size:12px;
	line-height:17px;
	text-align:center;
}

.wrap {
    width:1200px;
    margin:0px auto;
}
.dzx-sldx .slide {
    height:300px;
    position:relative;
}
.dzx-sldx .slide li {
    position:absolute;
    left:200px;
    top:0;
}
.dzx-sldx .slide li img {
    width:100%;
}
.dzx-sldx .arrow {
    opacity:1;
    position:absolute;
    top:0;
    z-index:9000;
    width:100%;
}
.dzx-sldx .arrow a span{
	top:40%;
}
.dzx-sldx .arrow a:hover span{
	color:#03F;
}
.dzx-sldx .prev,.dzx-sldx .next {
	color:#fff;
	font-size:40px;
	height:360px;
    position:absolute;
    z-index:99;
	width:300px;
}
.dzx-sldx .arrow a:hover span{
	color:#961f2d;
}
.dzx-sldx .prev {
    left:0px;
}
.dzx-sldx .next {
    right:0px;
}
.dzx-sldx a.prev span{
	left:80px;
}
.dzx-sldx a.next span{
    right:-180px;
}

/*===================================================================================*/


.dzx-dingzhi{
	background:url(../jinet-images/dzxlq-dingzhi.jpg) no-repeat center top;
	height:804px;
	margin:20px 0 0 0;
	padding:100px 0 0 0;
	text-align:center;
}
.dzx-dingzhi h2{
	color:#333;
	font-family:"思源黑体 CN Light";
	font-size:38px;
	font-weight:normal;
}
.dzx-dingzhi h3{
	color:#5a5a5a;
	font-family:"思源黑体 CN Light";
	font-size:20px;
	font-weight:normal;
	padding:5px 0;
}
.dzx-dingzhi em{
	color:#5a5a5a;
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:14px;
	font-style:normal;
}
.dzx-dingzhi a{
	background:#a74750;
	border-radius:30px;
	-o-border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	color:#fff;
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:20px;
	line-height:30px;
	margin:10px auto;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	width:150px;
}
.dzx-dingzhi a:hover{
	background:#961f2d;
	font-size:24px;
	margin:5px auto;
	padding:5px 0;
	transition:all .3s;
	width:160px;
}
/*===================================================================================*/
.dzx-qgmd{
	background:url(../jinet-images/dzx-qgmd-bg.jpg) no-repeat center top;
	margin:0;
	padding:10px 0 80px 0;
	position:relative;
	width:100%;
}
.dzx-qgmd .dzx-qgmd-main{
	margin:0 auto;
	padding:80px 0 0 0;
	position:relative;
	width:1200px;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-map{
	float:left;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-map img{
	margin:0 0 0 -20px;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content{
	position:absolute;
	padding:0;
	right:10px;
	text-align:right;
	top:100px;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content h2{
	color:#961f2d;
	font-family:"思源黑体 CN Light";
	font-size:36px;
	line-height:60px;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content strong{
	color:#666;
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	font-weight:normal;
	line-height:24px;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content strong a{
	color:#666;
	text-decoration:none;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content em{
	display:block;
	font-style:normal;
	margin:40px 0 0 0;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content em a{
	background:#961f2d;
	color:#fff;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	padding:5px 10px;
	text-decoration:none;
	transition:300ms;
}
.dzx-qgmd .dzx-qgmd-main .dzx-qgmd-m-content em a:hover{
	background:#c4b49a;
	transition:300ms;
}
/*===================================================================================*/
.dzx-details{
	background:#f4f4f3;
	overflow:hidden;
	width:100%;
}
.dzx-d-buy{
	background:#FFF;
	box-shadow:0 0px 5px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0px 5px rgba(0,0,0,.2);
	margin:0 auto 10px auto;
	padding:0;
	width:1200px;
}
.dzximg-list{
	border-right:dashed 1px #eee9e4;
	box-shadow:none;
	float:left;
	height:620px;
	margin:0;
	padding:10px 0;
	position:relative;
	width:580px;
	z-index:999;
}
.info-details-up,.info-details-foot{
	background-image:url(../jinet-images/info-details-hr.jpg);
	background-repeat:no-repeat;
	height:13px;
	position:absolute;
	right:-11px;
	width:20px;
}
.info-details-up{
	background-position:left top;
	top:-5px;
}
.info-details-foot{
	background-position:bottom left;
	bottom:-5px;
}

.info{
	float:right;
	margin:0 15px;
	padding:0;
	position:relative;
	width:590px;
}
.info_title{
	border-bottom:dashed 1px #aaa;
	padding:20px 0 15px 0;
	width:100%;
}
.info_title h1{
	color:#961f2d;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.info_title h2{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:5px 0 0 0;
}
.info_title p{
	background:url(../jinet_images/info_sldx.gif) no-repeat;
	color:#fff;
	display:none;
	font-size:14px;
	height:89px;
	line-height:16px;
	margin:0;
	padding:5px 10px;
	position:absolute;
	right:20px;
	text-align:center;
	top:0px;
	width:31px;
}
.info_jg{
	padding:10px 0 0 0;
}
.info_jg em{
	color:#5b5b5b;
	font-size:14px;
	font-style:normal;
}
.info_jg em strong{
	color:#961f2d;
	font-size:24px;
	margin:0 5px;
}
.info_jg i{
	color:#a1a1a1;
	font-size:12px;
	font-style:normal;
	margin:0 0 0 10px;
}
.info_jg b {
    background: url(../jinet-images/info_yh.gif) no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 0px;
    height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: -100000px;
    width: 100px;
}
.info-details{
	background:#f7f5f4;
	margin:10px 0 0 0;
	position:relative;
}
.info_ggxh{
	margin:0;
	padding:10px;
}
.info_ggxh ul{
	margin:0;
	padding:0;
}
.info_ggxh li{
	cursor:context-menu;
	float:left;
	margin:0 50px 0 0;
	text-align:center;
	width:90px;
}
.info_ggxh li:hover > em{
	background:rgba(71,66,61,1);
	color:#fff;
	transition:400ms;
}
.info_ggxh li:hover > strong{
	border-bottom:solid 1px #443f3a;
}
.info_ggxh li em{
	background:rgba(71,66,61,0);
	border:solid 1px #443f3a;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	display:block;
	font-family:"Noto Sans S Chinese Thin";
	font-size:35px;
	font-style:normal;
	height:60px;
	line-height:60px;
	margin:0 auto;
	position:relative;
	text-align:center;
	transition:400ms;
	width:60px;
}
.info_ggxh li em i{
	bottom:0px;
	color:#443f3a;
	display:block;
	font-size:12px;
	font-style:normal;
	height:14px;
	line-height:14px;
	position:absolute;
	right:-12px;
}
.info_ggxh li strong{
	color:#443f3a;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	padding:0 5px;
	text-align:center;
}

.info_xx{
	padding:10px 20px;
	width:550px;
}
.info_xxl{
	border-top:solid 1px #e1dddb;
	float:left;
	width:160px;
}
.info_xxr{
	border-top:solid 1px #e1dddb;
	float:right;
	width:325px;
}
.info_xx em{
	background:rgba(97,84,73,0);
	border-bottom:solid 1px #e1dddb;
	color:#615449;
	cursor:context-menu;
	display:block;
	font-style:normal;
	line-height:30px;
	transition:400ms;
}
.info_xx em:hover{
	background:rgba(97,84,73,1);
	color:#fff;
	transition:400ms;
}
.sfby{
	border:solid 1px #5a5a5a;
	bottom:10px;
	color:#5a5a5a;
	font-size:12px;
	height:65px;
	right:11px;
	line-height:14px;
	padding:3px 0;
	position:absolute;
	text-align:center;
	width:30px;
}
.sfby span{
	background:url(../jinet-images/fx_sfby.png);
	bottom:63px;
	display:block;
	height:35px;
	right:5px;
	position:absolute;
	width:20px;
}
.info-xinhaolist{
	border-top:dashed 1px #aaa;
	margin-top:20px;
	padding-top:20px;
}
.info-xinhaolist dl{
	height:35px;
}
.info-xinhaolist dt{
	color:#5d5d5d;
	float:left;
	font-family:"思源黑体 CN Light";
	font-size:14px;
	line-height:25px;
}
.info-xinhaolist dd{
	float:left;
	width:62px;
}
.info-xinhaolist dd a{
	background:#fff;
	border:solid 1px #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#5d5d5d;
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	height:25px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	width:54px;
}
.info-xinhaolist dd a:hover{
	background:#961f2d;
	border:solid 1px #961f2d;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
}
.info-foot{
	padding:0;
}
.info-buy{
	float:left;
	padding:0;
	width:284px;
}
.info-buy em{
	color:#5d5d5d;
	font-family:"思源黑体 CN Light";
	font-size:14px;
	font-style:normal;
}
.info-buy ul{
	margin:10px 0 0 0;
	padding:0;
}
.info-buy li{
	border-right:solid 1px #e0d7d0;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}
.info-buy li a,.info-buy li .btn-lg{
	display:block;
	font-size:12px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:50px;
}
.info-buy li .btn-lg{
	background:none;
	border:none;
	margin:0;
	padding:0;
}
.info-buy li a span,.info-buy li .btn-lg span{
	background-color:#961f2d;
	background-image:url(../jinet-images/info-buy-img.png);
	background-repeat:no-repeat;
	border-radius:5px;
	display:block;
	height:42px;
	margin:0 auto 5px auto;
	overflow:hidden;
	padding:0;
	transition:all .3s;
	width:42px;
}
.buy-jsq .modal-dialog{
	margin:190px auto;
}
.buy-jsq .btn-lg span{
	background-position:8px 2px;
	height:29px;
	width:32px;
}
.buy-cpbj a span{
	background-position:-63px 2px;
	height:33px;
	width:33px;
}
.buy-zxzx a span{
	background-position:-132px 2px;
	height:33px;
	width:32px;
}
.buy-zxxd a span{
	background-position:-202px 2px;
	height:33px;
	width:35px;
}
.info-buy li a strong,.info-buy li .btn-lg strong{
	color:#848484;
	display:block;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	transition:all .3s;
}
.info-buy li a:hover span,.info-buy li .btn-lg:hover span{
	margin:5px auto 0 auto;
	transition:all .3s;
}
.info-buy li a:hover strong,.info-buy li .btn-lg:hover strong{
	color:#961f2d;
	transition:all .3s;
}
.info-weixin{
	float:left;
	text-align:center;
	width:100px;
}
.info-weixin img{
}
.info-weixin em{
	color:#848484;
	display:block;
	font-style:normal;
}
.info_zzcn{
	background:#961f2d;
	border-radius:10px;
	color:#fff;
	float:right;
	font-size:12px;
	height:60px;
	line-height:14px;
	margin:30px 0 0 0;
	padding:8px 8px 0 25px;
	position:relative;
	width:200px;
}
.info_zzcn:before{
	background:#fff;
    content:"";
    width:5px;
    height:5px;
    left:10px;
    top:10px;
    position:absolute;
	border-radius:20px;
	z-index:999;
}
/*===================================================================================*/
#xh-388 .xh-388 a,
#xh-528 .xh-528 a,
#xh-768 .xh-768 a,
#xh-1158 .xh-1158 a,
#xh-498 .xh-498 a,
#xh-668 .xh-668 a,
#xh-988 .xh-988 a,
#xh-1398 .xh-1398 a,
#xh-1598 .xh-1598 a,
#xh-2098 .xh-2098 a,
#xh-598 .xh-598 a,
#xh-818 .xh-818 a,
#xh-1198 .xh-1198 a,
#xh-1698 .xh-1698 a,
#xh-1998 .xh-1998 a,
#xh-2698 .xh-2698 a,
#xh-3598 .xh-3598 a,
#xh-4688 .xh-4688 a{
	background:#961f2d;
	border:solid 1px #961f2d;
	color:#fff;
}
/*===================================================================================*/
.dzx-menu-fd{
	margin:0;
}
.dzx-details-menu{
	background:url(../jinet-images/i-a-bg.jpg);
	margin:0;
	width:100%;
	z-index:9999;
}
.dzx-details-menu .nav-tabs{
	border:none;
	padding:0;
	width:1200px;
}
.dzx-details-menu .nav-tabs li{
	margin:0;
}
.dzx-details-menu .nav-tabs li a{
	border:none;
	border-radius:0;
	color:#fff;
	font-size:18px;
	height:60px;
	line-height:60px;
	padding:0 35px;
}
.dzx-details-menu .nav-tabs li a:hover{
	background:none;
	border-bottom:solid 3px #961f2d;
}
.dzx-details-menu .nav-tabs>li.active>a,.dzx-details-menu .nav-tabs>li.active>a:focus,.dzx-details-menu .nav-tabs>li.active>a:hover{
	background:#961f2d;
	border:none;
	border-radius:0;
	color:#fff;
}
/*===================================================================================*/
.news-ban{
	background:url(../jinet-images/news-ban.jpg) no-repeat center top;
	height:360px;
}
.news-menu{
	background:#fff;
	width:100%;
}
.news-menu ul{
	height:145px;
	margin:0 auto;
	width:1200px;
}
.news-menu ul li{
	float:left;
	text-align:center;
	width:133px;
}
.news-menu ul li a{
	background:#fff;
	color:#252525;
	display:block;
	font-size:14px;
	height:145px;
	padding:40px 0 0 0;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
}
.news-menu ul li a:hover{
	background:#f7f7f7;
	transition:all .3s;
}
.news-menu ul li a span{
	background-image:url(../jinet-images/news-menu-img.png);
	background-repeat:no-repeat;
	display:block;
	height:43px;
	margin:0 auto 10px auto;
	width:45px;
}
#dzxsp .dzxsp a,
#sxgdt .sxgdt a,
#dzxxw .dzxxw a,
#dzxzs .dzxzs a,
#dzxwh .dzxwh a,
#dzxzf .dzxzf a,
#dzxcf .dzxcf a,
#dzxwd .dzxwd a,
#mtbd .mtbd a
{
	background:#e5e5e5;
	transition:all .3s;
}
.sxgdt a span{
	background-position:-45px 0;
}
.dzxxw a span{
	background-position:-90px 0;
}
.dzxzs a span{
	background-position:-135px 0;
}
.dzxwh a span{
	background-position:-180px 0;
}
.dzxzf a span{
	background-position:-225px 0;
}
.dzxcf a span{
	background-position:-270px 0;
}
.dzxwd a span{
	background-position:-315px 0;
}
.mtbd a span{
	background-position:-360px 0;
}
/*===================================================================================*/
.news-dt{
	margin:40px 0 30px 0;
	text-align:center;
}
.news-dt a{
	border:solid 2px #b3b3b3;
	display:inline-block;
	padding:10px 0 5px 0;
	position:relative;
	text-decoration:none;
	width:190px;
	background: url(../jinet-images/i-ychdzx-dt.png) no-repeat center;
}
.news-dt a strong{
	color:#4d4d4d;
	display:block;
	font-family:"宋体";
	font-size:26px;
	font-weight:normal;
	line-height:26px;
}
.news-dt a em{
	color:#4d4d4d;
	display:block;
	font-family:"宋体";
	font-size:14px;
	font-style:normal;
	font-variant:small-caps;
	padding:0 0 5px 0;
}
.news-dt a hr{
	background:#961f2d;
	height:5px;
	margin:0 auto -9px auto;
	padding:0;
	width:10px;
}
.news-dt .news-dt-fl{
	background:url(../jinet-images/news-dt-fl.png) no-repeat;
	display:block;
	height:11px;
	left:-70px;
	position:absolute;
	top:50px;
	width:66px;
}
.news-dt .news-dt-fr{
	background:url(../jinet-images/news-dt-fr.png) no-repeat;
	display:block;
	height:16px;
	position:absolute;
	right:-90px;
	top:0px;
	width:86px;
}
/*===================================================================================*/
.news-zxdt{
	margin:0 auto 50px auto;
	width:1200px;
}
.news-zxdt-imglist{
	background:#000;
	float:left;
	height:380px;
	margin:10px 0 0 0;
	width:540px;
}
.news-zxdt-imglist .item img{
	height:380px;
	overflow:hidden;
	width:540px;
}

.news-zxdt-list{
	float:right;
	width:640px;
}
.news-zxdt-list ul{
	margin:0;
	padding:0;
}
.news-zxdt-list li{
	background:#fff;
	margin:11px 0 0 0;
	padding:10px;
	position:relative;
}
.news-zxdt-list li a{
	border:solid 1px #fff;
	display:block;
	padding:10px 0;
	text-decoration:none;
	transition:all .3s
}
.news-zxdt-list li a:hover{
	border:solid 1px #959595;
	transition:all .3s;
}
.news-zxdt-list .news-time{
	color:#615449;
	float:left;
	text-align:center;
	width:100px;
}
.news-zxdt-list .news-time i{
	display:block;
	font-size:60px;
	font-style:normal;
	line-height:60px;
}
.news-zxdt-list .news-time b{
	display:block
	font-size:14px;
	font-weight:normal;
	line-height:14px;
}
.news-zxdt-list li h2{
	color:#5a4d42;
	font-family:"宋体";
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.news-zxdt-list li h2 b{
	border-bottom:solid 2px #961f2d;
	margin:-2px 0 0 0;
	padding:0 5px;
}
.news-zxdt-list li span{
	color:#444;
	font-size:12px;
	padding:5px 0 0 10px;
}
.news-zxdt-list li em{
	color:#8f8984;
	display:block;
	font-size:14px;
	font-style:normal;
	height:54px;
	line-height:20px;
	overflow:hidden;
	padding:10px 0;
}
/*===================================================================================*/
.news-pindao-main{
	margin:20px auto 0 auto;
	width:1200px;
}
.news-sxgdt,.news-dzxwh,.news-dzxwd{
	margin:0 20px;
}
.news-pd-list{
	background:#fff;
	float:left;
	margin-bottom:20px;
	padding:20px;
	width:386px;
}
.news-pd-dt{
	color:#4d4d4d;
	position:relative;
}
.news-pd-dt strong{
	font-family:"宋体";
	font-size:26px;
	font-weight:normal;
	display:block;
	line-height:26px;
}
.news-pd-dt i{
	font-family:"仿宋";
	font-size:12px;
	font-style:normal;
	font-variant:small-caps;
	display:block;
}
.news-pd-dt span{
	position:absolute;
	right:0px;
	top:15px;
}
.news-pd-dt span a{
	color:#333;
}
/*===================================================================================*/
.news-pd-dd{
}
.news-pd-hot{
}
.news-pd-h-img{
	height:260px;
	margin:10px 0 0 0;
	overflow:hidden;
	width:380px;
}
.news-pd-h-img img{
	height:260px;
	overflow:hidden;
	width:350px;
}
.news-pd-h-title{
	padding:20px 0 0 0;
}
.news-pd-h-title h2{
	color:#5a4d42;
	font-family:"宋体";
	font-size:18px;
}
.news-pd-h-title h2 b{
	border-bottom:solid 2px #961f2d;
	margin:-2px 0 0 0;
	padding:0 5px;
}
.news-pd-h-title em{
	color:#4d4d4d;
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:13px;
	font-style:normal;
	height:38px;
	line-height:18px;
	overflow:hidden;
	padding:5px 0 0 0;
}
.news-dzxsp ul li:hover{
	border-bottom:solid 1px #fff;
}
.news-pd-dzxsp{
	padding:10px 0 0 0;
}
.news-pd-dzxsp a{
	display:block;
}
.news-pd-dzxsp a:hover{
	display:block;
	text-decoration:underline;
}
.news-pd-dzxsp-img{
	float:left;
	height:70px;
	overflow:hidden;
	width:90px;
}
.news-pd-dzxsp-img img{
	height:70px;
	overflow:hidden;
	width:90px;
}
.news-pd-dzxsp-main{
	float:right;
	padding:5px 0 0 5px;
	width:255px;
}
.news-pd-dzxsp-main h2{
	font-family:"宋体";
	font-size:18px;
	font-weight:normal;
}
.news-pd-dzxsp-main h2 b{
	border-bottom:solid 2px #961f2d;
	margin:-2px 0 0 0;
	padding:0 5px;
}
.news-pd-dzxsp-main em{
	color:#666;
	display:block;
	font-family:"宋体";
	font-size:12px;
	font-style:normal;
	height:38px;
	line-height:18px;
	overflow:hidden;
	padding:2px 0 0 0;
}


.news-pd-dd ul{
	border-top:solid 1px #ccc;
	margin:15px 0 0 0;
	padding:10px 0 0 0;
}
.news-pd-dd li{
	border-bottom:solid 1px #fff;
	font-family:"宋体";
	font-size:18px;
	line-height:45px;
	position:relative;
}
.news-pd-dd li b{
	border-bottom:solid 2px #961f2d;
	margin:-2px 0 0 0;
	padding:0 5px;
}
.news-pd-dd li span{
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	position:absolute;
	right:0px;
	top:0px;
}
.news-pd-dd li a{
	color:#5a4d42;
	text-decoration:none;
}
.news-pd-dd li:hover{
	border-bottom:solid 1px #ccc;
}
/*===================================================================================*/
.news-list-main{
	margin:0 auto;
	padding:0;
	width:1200px;
}
.news-list-main li{
	background:#fff;
	margin:20px 0 0 0;
	padding:20px;
	position:relative;
	transition:400ms;
}
.news-list-main .news_img{
	float:left;
	height:150px;
	overflow:hidden;
	width:150px;
}
.news-list-main .news_img img{
	height:150px;
	overflow:hidden;
	width:150px;
}
.news-list-main .news_m{
	border:solid 1px #fff;
	float:left;
	height:150px;
	margin:0 0 0 20px;
	padding:20px 90px 20px 20px;
	position:relative;
	transition:400ms;
	width:990px;
}
.news-list-main li:hover .news_m{
	border:solid 1px #c8b4a0;
}
.news-list-main .news_m h2{
	color:#5a4d42;
	font-family:"宋体";
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.news-list-main .news_m h2 a{
	color:#5a4d42;
}
.news-list-main .news_m h2 b{
	border-bottom:solid 2px #961f2d;
	margin:-2px 0 0 0;
	padding:0 5px;
}
.news-list-main .news_m span{
	color:#444;
	display:block;
	font-size:14px;
	padding:5px 0 0 0;
}
.news-list-main .news_m em{
	color:#8f8984;
	display:block;
	font-size:14px;
	font-style:normal;
	height:54px;
	line-height:20px;
	overflow:hidden;
	padding:10px 0;
}
.news-list-main .news_m .glyphicon{
	border:solid 1px #ccc;
	border-radius:20px;
	height:30px;
	padding:7px 0 0 7px;
	position:absolute;
	right:20px;
	top:60px;
	width:30px;
}
/*===================================================================================*/
#PageStyle{
	background:#FFF;
	font-size:14px;
	height:50px;
	line-height:50px;
	text-align:center;
}
#PageStyle span{
	border:solid 1px #eee9e4;
	padding:2px 8px;
}
#PageStyle span a{
	color:#666;
}
#PageStyle span:hover{
	background:#eee9e4;
	color:#666;
}
#PageStyle .pages{
	background:#eee9e4;
	border:solid 1px #eee9e4!important;
	color:#666;
}
#PageStyle .Current{
	background:#961f2d;
	border:solid 1px #961f2d!important;
	color:#fff;
	font-weight:bold;
}
/*===================================================================================*/
.newsxx-main{
	margin:0 auto;
	width:1200px;
}
.nxx-main{
	float:left;
	width:900px;
}
.nxx-title{
	background:#fff;
	padding:30px 30px 0 30px;
}
.nxx-title h1{
	color:#4d4d4d;
	font-family:"宋体";
	font-size:26px;
	margin:0;
	padding:0;
}
.nxx-title span{
	display:block;
	padding:5px 0 0 0;
}
.nxx-title span b{
	color:#616161;
	font-size:14px;
	font-weight:normal;
	margin:0;
}
.nxx-zy{
	background:#fff;
	padding:10px 30px;
}
.nxx-zy em{
	color:#8f8984;
	display:block;
	font-size:14px;
	font-style:normal;
	padding:10px;
}
.nxx-zy em i{
	display:inline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:50px;
	font-style:normal;
	line-height:1px;
	vertical-align:bottom;
}
.nxx-content{
	background:#fff;
	color:#606060;
	font-size:14px;
	line-height:26px;
	padding:0 30px 30px 30px;
}
.nxx-content a{
	color:#961f2d;
}
.nxx-content a:hover{
	color:#961f2d;
	text-decoration:underline;
}
.nxx-content img{ border:#CCC 5px solid; padding:2px; margin:5px;}

.nxx-fy{
	background:#fff;
	border-top:solid 1px #e5e5e5;
	color:#818181;
	font-size:14px;
	padding:30px 20px;
}
.nxx-fy a{
	color:#818181;
}
.nxx-fy-l{
	float:left;
}
.nxx-fy-r{
	float:right;
}
.nxx-fy div a:hover{
	color:#961f2d;
	text-decoration:underline;
}

.nxx-fx{
	color:#818181;
	float:right;
	padding:20px 0;
}
.nxx-fx a{
	color:#818181;
}
/*===================================================================================*/
.newsxx-m-list{
	float:right;
	width:270px;
}
.newsxx-m-l-dt{
	background:#fff;
	color:#5a4d42;
	font-family:"宋体";
	font-size:18px;
	height:40px;
	line-height:40px;
	padding:0 0 0 20px;
	position:relative;
}
.newsxx-m-l-dt:before{
	background:#5a4d42;
    content:"";
    width:3px;
    height:3px;
    left:10px;
    top:18px;
    position:absolute;
	border-radius:20px;
	z-index:999;
}
.newsxx-m-l-dt .glyphicon{
	font-size:12px;
	position:absolute;
	right:10px;
	top:12px;
}
.newsxx-m-l-dt .glyphicon a{
	color:#5a4d42;
	padding:0 0 0 5px;
}
.newsxx-m-l-dd{
	background:#fff;
	margin:10px 0 0 0;
	padding:10px;
}
.newsxx-m-l-dd ul{
}
.newsxx-m-l-dd li{
	border-bottom:solid 1px #8f8984;
	font-size:14px;
	line-height:30px;
	margin:0 0 15px 0;
}
.newsxx-m-l-dd li a{
	color:#8f8984;
}
/*===================================================================================*/
.about-ban{
	background:url(../jinet-images/ban2-about.jpg) no-repeat center top;
	height:360px;
	width:100%;
}
.about-dt{
	color:#961f2d;
	margin:30px auto 0 auto;
	text-align:center;
}
.about-dt strong{
	display:block;
	font-family:"宋体";
	font-size:36px;
	line-height:45px;
}
.about-dt b{
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:14px;
	font-variant:small-caps;
	font-weight:normal;
}
.about-dt hr{
	background:#961f2d;
	border:none;
	height:4px;
	margin:10px auto 0 auto;
	padding:0;
	width:80%;
}
.about-gysxg{
	background:#ededed;
	padding:20px 0;
	width:100%;
}
.about-gysxg .about-dt{
	text-align:left;
	margin:30px 0 0 0;
	width:200px;
}
.about-gysxg .about-dt hr{
	margin:10px 0 0 0;
}
.a-gysxg-m{
	background:url(../jinet-images/about-gysxg.jpg) no-repeat right;
	height:500px;
	margin:0 auto;
	width:1200px;
}
.a-gysxg-m .about-dd{
	color:#4e4e4e;
	font-family:"思源黑体 CN Light";
	font-size:16px;
	line-height:25px;
	margin:30px 0 0 0;
	width:600px;
}
.a-gysxg-m .about-dd-img{
	margin:70px 0 0 0;
}
/*===================================================================================*/
.about-qywh{
	background:url(../jinet-images/about-qywh.jpg) no-repeat center top;
	height:760px;
	padding:20px 0;
	width:100%;
}
.about-qywh .about-dt{
	width:160px;
}
.a-qywh-m{
	padding:0 0 0 500px;
	margin:0 auto;
	width:1200px;
}
.a-qywh-m .about-dd dl{
	color:#131313;
	font-family:"思源黑体 CN Light";
	font-size:24px;
	line-height:40px;
	padding:30px 0 0 0;
	text-align:center;
}
.a-qywh-m .a-qywh-img{
	margin:50px auto 0 auto;
	width:690px;
}
.a-qywh-m .a-qywh-img img{
	border:solid 2px #9d9ea0;
	height:270px;
	padding:10px;
	width:690px;
}
/*===================================================================================*/
.about-khal{
	background:#ededed;
	padding:40px 0;
	width:100%;
}
.a-khal-m{
	margin:0 auto;
	width:1200px;
}
.about-khal .about-dt{
	width:160px;
}
.about-khal .about-dd h3{
	color:#5a5a5a;
	font-family:"思源黑体 CN Light";
	font-size:30px;
	font-weight:normal;
	margin:0 0 50px 0;
	padding:10px 0 0 0;
	text-align:center;
}
.about-khal .a-khal-img{
	float:left;
	height:600px;
	width:600px;
}
.about-khal .a-khal-img img{
	height:600px;
	overflow:hidden;
	width:600px;
}
.about-khal .a-khal-main{
	background:#dbdbdb;
	float:left;
	font-family:"思源黑体 CN Light";
	height:650px;
	padding:150px 0 0 30px;
	width:600px;
}
.a-khal-main h2{
	color:#961f2d;
	font-size:36px;
	font-weight:bold;
}
.a-khal-main h4{
	color:#961f2d;
	font-size:24px;
	font-weight:normal;
}
.a-khal-main ul{
	border-left:solid 5px #961f2d;
	font-size:24px;
	margin:130px 0 0 0;
	padding:0 0 0 10px;
}
.a-khal-main em{
	background:#961f2d;
	color:#fff;
	display:inline-block;
	font-size:24px;
	font-style:normal;
	margin:40px 0 0 0;
	padding:5px 10px;
}
/*===================================================================================*/
.about-zzzm{
	background:#696969;
}
.a-zzzm-m{
	background:url(../jinet-images/about-zzzm.jpg) no-repeat center bottom;
	color:#fff;
	font-family:"思源黑体 CN Light";
	height:600px;
	padding:30px 0;
}
.a-zzzm-m .about-dt{
	color:#fff;
	width:210px;
}
.a-zzzm-main{
	padding:30px 0 0 0;
}
.a-zzzm-main h2{
	text-align:center;
}
.a-zzzm-main ul{
	font-size:18px;
	margin:0 auto;
	padding:20px 0 0 0;
	width:200px;
}
/*===================================================================================*/
.about-job{
	background:#eee9e4;
	padding:0 0 30px 0;
}
.a-job-m{
	font-family:"思源黑体 CN Light";
	height:600px;
	padding:30px 0;
}
.a-job-m .about-dt{
	width:160px;
}
.a-job-m{
	margin:0 auto;
	width:1200px;
}
.a-job-m li{
	height:210px;
	margin:20px 0 0 0;
}
.job-l{
	background:url(../jinet-images/about_jobhr.png) no-repeat right 0px #fff;
	float:left;
	height:210px;
	margin:0;
	padding:30px;
	width:295px;
}
.job-l dt h2{
	color:#961f2d;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
}
.job-l dd{
	color:#757575;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
.job-c{
	background:url(../jinet-images/about_jobhr.png) no-repeat 721px 0px #fff;
	color:#757575;
	float:left;
	font-size:14px;
	height:210px;
	line-height:24px;
	padding:20px 10px 20px 30px;
	width:625px;
}
.job-r{
	background:url(../jinet-images/about_jobhr.png) no-repeat -4px 0px #f2f2f2;
	color:#757575;
	float:right;
	height:210px;
	padding:40px 20px 20px 20px;
	text-align:center;
	width:280px;
}
.job-r a{
	color:#757575;
}
.job-r a:hover{
	border-bottom:solid 1px #961f2d;
	color:#961f2d;
}
.job-email{
	background:url(../jinet-images/about_jobemail.png) no-repeat center top;
	padding:30px 0 20px 0;
}
.job-tel{
	background:url(../jinet-images/about_jobtel.png) no-repeat center top;
	padding:40px 0 0 0;
}
/*===================================================================================*/
.fzlc-ban{
	background:url(../jinet-images/ban2-fzlc.jpg) no-repeat center top;
	height:360px;
	width:100%;
}
.fzlc-menu{
	background:#f4f4f3;
	border-bottom:solid 1px #635646;
	margin:0 auto;
	padding:0 0 3px 0;
	width:100%;
}
.fzlc-menu ul{
	margin:0 auto;
	width:1100px;
}
.fzlc-menu li{
	float:left;
	width:180px;
}
.fzlc-menu li a{
	color:#848484;
	display:block;
	font-size:18px;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
}
.fzlc-menu li a:hover{
	background:#961f2d;
	color:#fff;
}
#fzlc1 .fzlc1 a,
#fzlc2 .fzlc2 a,
#fzlc3 .fzlc3 a,
#fzlc4 .fzlc4 a,
#fzlc5 .fzlc5 a,
#fzlc6 .fzlc6 a{
	background:#961f2d;
	color:#fff;
}
.fzlc-main{
	margin:0 auto;
	width:1105px;
}
.fzlc-dt{
	padding:50px 0 0 0;
	text-align:center;
}
.fzlc-dt h2{
	color:#961f2d;
	font-family:"宋体";
	font-size:24px;
	font-weight:bold;
}
.fzlc-dt em{
	color:#5a5a5a;
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	font-style:normal;
	padding:5px 0 0 0;
}
.fzlc-main hr{
	background:#5a5a5a;
	border-radius:20px;
	height:3px;
	margin:15px 0 0 0;
}
.fzlc-dd{
	background:url(../jinet-images/fzlc-bg.jpg) no-repeat center top #fff;
	margin:0 auto;
	padding:30px;
	width:1150px;
}
.fzlc-dd ul{
	padding:50px 0 0 0;
	width:100%;
}
.fzlc-dd li{
	height:180px;
	overflow:hidden;
	width:100%;
}
.fzlc-dd .fzlc-img{
	float:left;
	width:190px;
}
.fzlc-dd .fzlc-img img{
	border:solid 1px #ccc;
	padding:5px;
}
.fzlc-dd .fzlc-content{
	float:left;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	padding:5px 0 0 20px;
	width:310px;
}
.fzlc-dd .fzlc-content em{
	display:block;
	font-style:normal;
}
.fzlc-dd .fzlc-content strong{
	display:block;
	font-weight:normal;
}
.fzlc-dd-l{
	padding:0 580px 0 0;
}
.fzlc-dd-l .fzlc-img{
	float:right;
}
.fzlc-dd-l .fzlc-content{
	text-align:right;
	padding:5px 10px 0 0;
}

.fzlc-dd-r{
	padding:0 0 0 580px;
}

/*===================================================================================*/
.qgmd{
	background:url(../jinet-images/qgmd-bg.jpg) no-repeat center top;
	padding:0 0 30px 0;
}
.qgmd-main{
	margin:0 auto;
	padding:0;
	position:relative;
	width:1200px;
}
.qgmd-main .fd{
	left:0;
	position:absolute;
	top:0;
	z-index:9;
}
.qgmd-list{
	float:left;
	width:330px;
}
.qgmd-list:hover a{
	z-index:8888;
}
.qgmd-list-title{
	background-color:#e4e1db;
	background:
	radial-gradient(circle at top left,
	transparent 0px,#e4e1db 0)top left,
	radial-gradient(circle at top right,
	transparent 0px,#e4e1db 0)top right,
	radial-gradient(circle at bottom right,
	transparent 7px, #e4e1db 0)bottom right,
	radial-gradient(circle at bottom left,
	transparent 7px,#e4e1db 0)bottom left;
	background-size:90% 90%;
	background-repeat:no-repeat;
	height:100px;
}
.qgmd-list-title strong{
	background:url(../jinet-images/qgmd-pic.png) no-repeat 0px 10px;
	color:#8a2b31;
	display:block;
	float:left;
	font-family:"宋体";
	font-size:30px;
	height:50px;
	margin:30px 0 0 20px;
	padding:0 0 0 30px;
	width:130px;
}
.qgmd-list-title span{
	border:solid 1px #8a2b31;
	color:#8a2b31;
	display:block;
	float:left;
	font-style:normal;
	height:65px;
	margin:20px 0 0 20px;
	padding:8px 0 0 8px;
	width:130px;
}
.qgmd-list-title span b{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
}
.qgmd-list-title span i{
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	font-style:normal;
	line-height:18px;
}
.qgmd-list-main{
	background-color:#fff;
	background:
	radial-gradient(circle at top left,
	transparent 7px,#fff 0)top left,
	radial-gradient(circle at top right,
	transparent 7px,#fff 0)top right,
	radial-gradient(circle at bottom right,
	transparent 7px,#fff 0)bottom right,
	radial-gradient(circle at bottom left,
	transparent 7px,#fff 0)bottom left;
	background-size:90% 90%;
	background-repeat:no-repeat;
	padding:10px;
}
.qgmd-list-main .left{
	float:left;
}
.qgmd-list-main .right{
	float:right;
}
.qgmd-list-main ul{
	width:150px;
}
.qgmd-list-main li{
}
.qgmd-list-main li:hover .qgmd-dt{
	background:#e4e1da;
}
.qgmd-list-main li:hover .qgmd-dd{
	display:block;
}
/*--------------------------------*/
#shanghai .shanghai .qgmd-dt,
#tianjin .tianjin .qgmd-dt,
#guangzhou .guangzhou .qgmd-dt,
#fuzhou .fuzhou .qgmd-dt,
#ningbo .ningbo .qgmd-dt,
#jinan .jinan .qgmd-dt,
#xian .xian .qgmd-dt,
#suzhou .suzhou .qgmd-dt,
#taiyuan .taiyuan .qgmd-dt,
#changchun .changchun .qgmd-dt,
#shijiazhuang .shijiazhuang .qgmd-dt,
#hefei .hefei .qgmd-dt,
#guiyang .guiyang .qgmd-dt,
#haerbin .haerbin .qgmd-dt,
#kunming .kunming .qgmd-dt,
#beijing .beijing .qgmd-dt,
#shenzhen .shenzhen .qgmd-dt,
#changsha .changsha .qgmd-dt,
#chongqing .chongqing .qgmd-dt,
#shenyang .shenyang .qgmd-dt,
#wuhan .wuhan .qgmd-dt,
#nanning .nanning .qgmd-dt,
#chengdu .chengdu .qgmd-dt,
#nanjing .nanjing .qgmd-dt,
#zhengzhou .zhengzhou .qgmd-dt,
#qingdao .qingdao .qgmd-dt,
#lanzhou .lanzhou .qgmd-dt,
#wulumuqi .wulumuqi .qgmd-dt,
#dalian .dalian .qgmd-dt,
#huhehaote .huhehaote .qgmd-dt,
#nanchang .nanchang .qgmd-dt,
#wuxi .wuxi .qgmd-dt,
#xuzhou .xuzhou .qgmd-dt,
#hangzhou .hangzhou .qgmd-dt,
#baoding .baoding .qgmd-dt,
#haikou .haikou .qgmd-dt,
#xiamen .xiamen .qgmd-dt{
	background:#e4e1da;
}
#shanghai .shanghai .qgmd-dd,
#tianjin .tianjin .qgmd-dd,
#guangzhou .guangzhou .qgmd-dd,
#fuzhou .fuzhou .qgmd-dd,
#ningbo .ningbo .qgmd-dd,
#jinan .jinan .qgmd-dd,
#xian .xian .qgmd-dd,
#suzhou .suzhou .qgmd-dd,
#taiyuan .taiyuan .qgmd-dd,
#changchun .changchun .qgmd-dd,
#shijiazhuang .shijiazhuang .qgmd-dd,
#hefei .hefei .qgmd-dd,
#guiyang .guiyang .qgmd-dd,
#haerbin .haerbin .qgmd-dd,
#kunming .kunming .qgmd-dd,
#beijing .beijing .qgmd-dd,
#shenzhen .shenzhen .qgmd-dd,
#changsha .changsha .qgmd-dd,
#chongqing .chongqing .qgmd-dd,
#shenyang .shenyang .qgmd-dd,
#wuhan .wuhan .qgmd-dd,
#nanning .nanning .qgmd-dd,
#chengdu .chengdu .qgmd-dd,
#nanjing .nanjing .qgmd-dd,
#zhengzhou .zhengzhou .qgmd-dd,
#qingdao .qingdao .qgmd-dd,
#lanzhou .lanzhou .qgmd-dd,
#wulumuqi .wulumuqi .qgmd-dd,
#dalian .dalian .qgmd-dd,
#huhehaote .huhehaote .qgmd-dd,
#nanchang .nanchang .qgmd-dd,
#wuxi .wuxi .qgmd-dd,
#xuzhou .xuzhou .qgmd-dd,
#hangzhou .hangzhou .qgmd-dd,
#baoding .baoding .qgmd-dd,
#haikou .haikou .qgmd-dd,
#xiamen .xiamen .qgmd-dd{
	display:block;
}
#shanghai #shanghai1 .shanghai1 a,
#shanghai #shanghai2 .shanghai2 a,
#shanghai #shanghai3 .shanghai3 a,
#shanghai #shanghai4 .shanghai4 a,
#shanghai #shanghai5 .shanghai5 a,
#shanghai #shanghai6 .shanghai6 a,
#shanghai #shanghai7 .shanghai7 a,
#shanghai #shanghai8 .shanghai8 a,
#shanghai #shanghai9 .shanghai9 a,
#shanghai #shanghai10 .shanghai10 a,
#guangzhou #guangzhou1 .guangzhou1 a,
#guangzhou #guangzhou2 .guangzhou2 a,
#guangzhou #guangzhou3 .guangzhou3 a,
#nanchang #nanchang1 .nanchang1 a,
#nanchang #nanchang2 .nanchang2 a,
#wuxi #wuxi1 .wuxi1 a,
#wuxi #wuxi2 .wuxi2 a,
#xuzhou #xuzhou1 .xuzhou1 a,
#xuzhou #xuzhou2 .xuzhou2 a,
#hangzhou #hangzhou1 .hangzhou1 a,
#hangzhou #hangzhou2 .hangzhou2 a,
#baoding #baoding1 .baoding1 a,
#baoding #baoding2 .baoding2 a,
#haikou #haikou1 .haikou1 a,
#haikou #haikou2 .haikou2 a,
#tianjin #tianjin1 .tianjin1 a,
#tianjin #tianjin2 .tianjin2 a,
#tianjin #tianjin3 .tianjin3 a,
#tianjin #tianjin4 .tianjin4 a,
#fuzhou #fuzhou1 .fuzhou1 a,
#fuzhou #fuzhou2 .fuzhou2 a,
#fuzhou #fuzhou3 .fuzhou3 a,
#ningbo #ningbo1 .ningbo1 a,
#ningbo #ningbo2 .ningbo2 a,
#ningbo #ningbo3 .ningbo3 a,
#jinan #jinan1 .jinan1 a,
#jinan #jinan2 .jinan2 a,
#jinan #jinan3 .jinan3 a,
#xian #xian1 .xian1 a,
#xian #xian2 .xian2 a,
#xian #xian3 .xian3 a,
#suzhou #suzhou1 .suzhou1 a,
#suzhou #suzhou2 .suzhou2 a,
#suzhou #suzhou3 .suzhou3 a,
#taiyuan #taiyuan1 .taiyuan1 a,
#taiyuan #taiyuan2 .taiyuan2 a,
#taiyuan #taiyuan3 .taiyuan3 a,
#changchun #changchun1 .changchun1 a,
#changchun #changchun2 .changchun2 a,
#changchun #changchun3 .changchun3 a,
#shijiazhuang #shijiazhuang1 .shijiazhuang1 a,
#shijiazhuang #shijiazhuang2 .shijiazhuang2 a,
#shijiazhuang #shijiazhuang3 .shijiazhuang3 a,
#hefei #hefei1 .hefei1 a,
#hefei #hefei2 .hefei2 a,
#hefei #hefei3 .hefei3 a,
#guiyang #guiyang1 .guiyang1 a,
#guiyang #guiyang2 .guiyang2 a,
#guiyang #guiyang3 .guiyang3 a,
#haerbin #haerbin1 .haerbin1 a,
#haerbin #haerbin2 .haerbin2 a,
#haerbin #haerbin3 .haerbin3 a,
#kunming #kunming1 .kunming1 a,
#kunming #kunming2 .kunming2 a,
#kunming #kunming3 .kunming3 a,
#beijing #beijing1 .beijing1 a,
#beijing #beijing2 .beijing2 a,
#beijing #beijing3 .beijing3 a,
#shenzhen #shenzhen1 .shenzhen1 a,
#shenzhen #shenzhen2 .shenzhen2 a,
#shenzhen #shenzhen3 .shenzhen3 a,
#changsha #changsha1 .changsha1 a,
#changsha #changsha2 .changsha2 a,
#changsha #changsha3 .changsha3 a,
#chongqing #chongqing1 .chongqing1 a,
#chongqing #chongqing2 .chongqing2 a,
#chongqing #chongqing3 .chongqing3 a,
#shenyang #shenyang1 .shenyang1 a,
#shenyang #shenyang2 .shenyang2 a,
#shenyang #shenyang3 .shenyang3 a,
#shenyang #shenyang4 .shenyang4 a,
#shenyang #shenyang5 .shenyang5 a,
#shenyang #shenyang6 .shenyang6 a,
#shenyang #shenyang7 .shenyang7 a,
#shenyang #shenyang8 .shenyang8 a,
#shenyang #shenyang9 .shenyang9 a,
#wuhan #wuhan1 .wuhan1 a,
#wuhan #wuhan2 .wuhan2 a,
#wuhan #wuhan3 .wuhan3 a,
#nanning #nanning1 .nanning1 a,
#nanning #nanning2 .nanning2 a,
#nanning #nanning3 .nanning3 a,
#nanning #nanning4 .nanning4 a,
#nanning #nanning5 .nanning5 a,
#nanning #nanning6 .nanning6 a,
#nanning #nanning7 .nanning7 a,
#nanning #nanning8 .nanning8 a,
#nanning #nanning9 .nanning9 a,
#chengdu #chengdu1 .chengdu1 a,
#chengdu #chengdu2 .chengdu2 a,
#chengdu #chengdu3 .chengdu3 a,
#nanjing #nanjing1 .nanjing1 a,
#nanjing #nanjing2 .nanjing2 a,
#nanjing #nanjing3 .nanjing3 a,
#zhengzhou #zhengzhou1 .zhengzhou1 a,
#zhengzhou #zhengzhou2 .zhengzhou2 a,
#zhengzhou #zhengzhou3 .zhengzhou3 a,
#qingdao #qingdao1 .qingdao1 a,
#qingdao #qingdao2 .qingdao2 a,
#qingdao #qingdao3 .qingdao3 a,
#lanzhou #lanzhou1 .lanzhou1 a,
#lanzhou #lanzhou2 .lanzhou2 a,
#lanzhou #lanzhou3 .lanzhou3 a,
#wulumuqi #wulumuqi1 .wulumuqi1 a,
#wulumuqi #wulumuqi2 .wulumuqi2 a,
#wulumuqi #wulumuqi3 .wulumuqi3 a,
#dalian #dalian1 .dalian1 a,
#dalian #dalian2 .dalian2 a,
#dalian #dalian3 .dalian3 a,
#huhehaote #huhehaote1 .huhehaote1 a,
#huhehaote #huhehaote2 .huhehaote2 a,
#huhehaote #huhehaote3 .huhehaote3 a,
#xiamen #xiamen1 .xiamen1 a,
#xiamen #xiamen2 .xiamen2 a,
#xiamen #xiamen3 .xiamen3 a{
	color:#8a2b31;
	border-bottom:solid 1px #8a2b31;
}
/*--------------------------------*/
.qgmd-dt{
	border-bottom:solid 1px #e4e1da;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	line-height:40px;
	padding:5px 5px 0 5px;
}
.qgmd-dt span{
	color:#c5c1b8;
	float:right;
	font-size:12px;
}
.qgmd-dd{
	background:#f7f6f3;
	display:none;
	padding:10px 0;
}
.qgmd-dd dd{
	line-height:22px;
	padding:0 10px;
}
.qgmd-dd dd a{
	color:#5a5a5a;
	display:block;
}
/*--------------------------------*/

/*--------------------------------*/





.thfs{
	background:#efece5;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	margin:30px auto;
	padding:50px 0;
	width:1200px;
}
.thfs-title{
	color:#5a5a5a;
	text-align:center;
}
.thfs-title h2{
	font-family:"思源黑体 CN Light";
	font-size:36px;

}
.thfs-title em{
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	font-style:normal;
	padding:10px 0 0 0;
}
.thfs-main{
	margin:0 auto;
	padding:30px 0;
	width:960px;
}
.thfs-main li{
	background:#efece5;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#5a5a5a;
	float:left;
	font-family:"思源黑体 CN Light";
	margin:0 10px;
	padding:20px 0;
	position:relative;
	text-align:center;
	transition:all .3s;
	width:220px;
}
.thfs-main li:hover{
	background:#e5e1d8;
	color:#961f2d;
	transition:all .3s;
}
.thfs-main li img{
	border:solid 5px #fff;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.thfs-main li i{
	display:block;
	font-size:24px;
	font-style:normal;
	padding:5px 0 0 0;
}
.thfs-main li strong{
	display:block;
	font-size:24px;
}
.thfs-main li em{
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:14px;
	font-style:normal;
	padding:5px 0 0 0;
}
.thfs-main li em a{
	color:#5a5a5a;
}
.thfs-main .wxgzh{
	background:#fff;
	display:block;
	left:200px;
	padding:5px;
	position:absolute;
	top:10px;
}
.thfs-main .wxgzh:before{
    content:"";
    width:5px;
    height:5px;
    right:100%;
    top:60px;
    position:absolute;
    border-top:10px solid transparent;
    border-right:10px solid #fff;
    border-bottom:10px solid transparent;
	z-index:999;
}
.thfs-main .wxgzh img{
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.thfs-main .wxgzh em{
	display:block;
	font-style:normal;
	line-height:14px;
	margin:0;
	padding:0;
}
/*===================================================================================*/
.qgmd-content{
	float:right;
	width:840px;
}
.qgmd-info{
	background-color:#e4e1da;
	min-height:90px;
	padding:30px;
}
.qgmd-info-title{
	float:left;
	padding:10px;
	width:350px;
}
.qgmd-info-title em{
	border-bottom:solid 1px #9f9d9a;
	color:#4d453e;
	display:inline-block;
	font-size:25px;
	font-style:normal;
	line-height:25px;
	padding:0 0 5px 0;
}
.qgmd-info-title strong{
	color:#961f2d;
	display:block;
	font-size:20px;
	font-weight:normal;
	padding:5px 0 0 0;
}
.qgmd-info-title strong span{
	margin:0;
	padding:0;
}
.qgmd-info-main{
	float:left;
	padding:0;
	width:430px;
}
.qgmd-info-main ul{
	margin:0;
	padding:0;
}
.qgmd-info-main li{
	color:#5a5a5a;
	font-size:16px;
	line-height:25px;
	padding:0 0 10px 0;
	width:450px;
}
.qgmd-info-main li span{
	display:block;
	float:left;
	height:18px;
	margin:0 5px 0 0;
	width:18px;
}
.qgmd-info-main li strong{
	display:inline-block;
	font-size:24px;
}
.qgmd-img{
	background:#f9f9f9;
	padding:20px;
}
.qgmd-img ul{
	margin:0 auto;
	padding:0;
	width:830px;
}
.qgmd-img li{
	float:left;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	height:160px;
	margin:10px;
	overflow:hidden;
	text-align:center;
	width:300px;
}
.qgmd-img li img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	height:100%;
	width:100%;
}
.qgmd-img .qgmd-img1{
	float:left;
	height:340px;
	width:460px;
}
.qgmd-img li:hover img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	height:105%;
	margin:-2.5%;
	width:105%;
}
.qgmd-title{
	background:#f9f9f9;
}
.qgmd-title strong{
	background:#e4e1da;
	color:#5a5a5a;
	display:inline-block;
	padding:10px 30px;
}
.qgmd-bus{
	background:#f7f6f3;
	font-family:"思源黑体 CN Light";
	padding:20px;
}
.bus-dt{
	color:#72675c;
	float:left;
	padding:0 10px 40px 0;
	width:60px;
}
.bus-dt p{
	border:solid 1px #72675c;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	display:block;
	font-size:23px;
	height:50px;
	line-height:50px;
	margin:0;
	padding:0;
	text-align:center;
	width:50px;
}
.bus-dt div{
	display:block;
	font-size:24px;
	line-height:24px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
	width:24px;
}
.bus-dd{
	border-left:solid 1px #aea7a2;
	float:left;
	min-height:170px;
	padding:0 0 0 20px;
	width:740px;
}
.bus-dd ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.bus-dd li{
	float:left;
	font-size:16px;
	height:50px;
	line-height:40px;
	margin:0;
	padding:0;
	width:320px;
}
.bus-dd li div{
	border:solid 1px #72675c;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	color:#615449;
	cursor:context-menu;
	float:left;
	font-weight:normal;
	height:40px;
	line-height:38px;
	margin:0 5px;
	min-width:80px;
	padding:0 10px;
	text-align:center;
}
.bus-dd li:hover div{
	background:#72675c;
	color:#fff;
}
.bus-dd li p{
	color:#615449;
	cursor:context-menu;
	float:left;
	font-size:16px;
	margin:0;
	padding:0;
}
/*===================================================================================*/
.info-title
					{
						color: white;
						font-size: 14px;
						background-color:#951928;
						line-height: 26px;
						padding: 0px 0 0 6px;
						font-weight: lighter;
						letter-spacing: 1px;
						width: 400px;
					}
					.info-content
					{
						padding: 5px 5px 10px 5px;
						color: #333;
						line-height: 23px;
						font-size:14px;
					}
					.info-content img
					{
						float: left;
						margin: 1px;
						padding-right: 5px;
						width: 120px;
					}
/*===================================================================================*/
.bzzx_r{
	padding:10px;
	width:100%;
	font-family:微软雅黑;
	font-size:14px;
	color:#766d52;
}
.bzzx_r a{color:#50441f;}
.bzzx_r a:hover{color:#766d52;}
.gywm_rr_dt {
    border-bottom: solid 2px #8c1624;
    color: #8c1624;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 0 0 15px;
}
.bzzx_r h1{
	border-bottom:solid 2px #ccc;
	color:#8c1624;
	font-size:24px;
	line-height:30px;
	padding:0 20px
}
.bzzx_r h1 a{color:#8c1624;}
.bzzx_r h2{
	color:#8c1624;
	font-size:20px;
	margin:0px;
	padding:5px 0;
}
.bzzx_r h2 a{
	color:#8c1624;
}
.bzzx_r p{ padding:5px 0;}
.bzzx_r h3{
	color:#8c1624;
	font-size:20px;
	margin:0px;
	padding:5px 0;
}
.main2 {
    margin: 0 auto;
    width: 1100px;
	list-style: none;
	 padding: 0;
}
.lqny_cjwt{
	width:1100px;
	margin:0 auto;
	text-align:center;
	}
/*===================================================================================*/
.lqlk_xq1{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_01.jpg) no-repeat center;
}
.lqlk_xq2{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_02.jpg) no-repeat center;
}
.lqlk_xq3{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_03.jpg) no-repeat center;
}
.lqlk_xq4{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_04.jpg) no-repeat center;
}
.lqlk_xq5{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_05.jpg) no-repeat center;
}
.lqlk_xq6{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_06.jpg) no-repeat center;
}
.lqlk_xq7{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_07.jpg) no-repeat center;
}
.lqlk_xq8{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_08.jpg) no-repeat center;
}
.lqlk_xq9{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_09.jpg) no-repeat center;
}
.lqlk_xq10{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_10.jpg) no-repeat center;
}
.lqlk_xq11{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_11.jpg) no-repeat center;
}
.lqlk_xq12{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_12.jpg) no-repeat center;
}
.lqlk_xq13{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_13.jpg) no-repeat center;
}
.lqlk_xq14{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_14.jpg) no-repeat center;
}
.lqlk_xq15{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_15.jpg) no-repeat center;
}
.lqlk_xq16{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_16.jpg) no-repeat center;
}
.lqlk_xq17{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_17.jpg) no-repeat center;
}
.lqlk_xq18{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_18.jpg) no-repeat center;
}
.lqlk_xq19{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_19.jpg) no-repeat center;
}
.lqlk_xq20{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_20.jpg) no-repeat center;
}
.lqlk_xq21{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_21.jpg) no-repeat center;
}
.lqlk_xq22{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_22.jpg) no-repeat center;
}
.lqlk_xq23{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_23.jpg) no-repeat center;
}
.lqlk_xq24{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_24.jpg) no-repeat center;
}
.lqlk_xq25{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_25.jpg) no-repeat center;
}
.lqlk_xq26{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_26.jpg) no-repeat center;
}
.lqlk_xq27{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_27.jpg) no-repeat center;
}
.lqlk_xq28{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_28.jpg) no-repeat center;
}
.lqlk_xq29{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_29.jpg) no-repeat center;
}
.lqlk_xq30{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_30.jpg) no-repeat center;
}
.lqlk_xq31{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_31.jpg) no-repeat center;
}
.lqlk_xq32{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_32.jpg) no-repeat center;
}
.lqlk_xq33{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_33.jpg) no-repeat center;
}
.lqlk_xq34{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_34.jpg) no-repeat center;
}
.lqlk_xq35{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_35.jpg) no-repeat center;
}
.lqlk_xq36{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_36.jpg) no-repeat center;
}
.lqlk_xq37{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_37.jpg) no-repeat center;
}
.lqlk_xq38{
	background:#fff;
	height:148px;
	background:url(http://images.suxiege.com/2018_images/lqlk_xq_38.jpg) no-repeat center;
}
/*===================================================================================*/
.lika1{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_01.jpg) no-repeat center;
}
.lika2{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_02.jpg) no-repeat center;
}
.lika3{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_03.jpg) no-repeat center;
}
.lika4{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_04.jpg) no-repeat center;
}
.lika5{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_05.jpg) no-repeat center;
}
.lika6{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_06.jpg) no-repeat center;
}
.lika7{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_07.jpg) no-repeat center;
}
.lika8{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_08.jpg) no-repeat center;
}
.lika9{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_09.jpg) no-repeat center;
}
.lika10{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_10.jpg) no-repeat center;
}
.lika11{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_11.jpg) no-repeat center;
}
.lika12{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_12.jpg) no-repeat center;
}
.lika13{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_13.jpg) no-repeat center;
}
.lika14{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_14.jpg) no-repeat center;
}
.lika15{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_15.jpg) no-repeat center;
}
.lika16{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_16.jpg) no-repeat center;
}
.lika17{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_17.jpg) no-repeat center;
}
.lika18{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_18.jpg) no-repeat center;
}
.lika19{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_19.jpg) no-repeat center;
}
.lika20{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_20.jpg) no-repeat center;
}
.lika21{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_21.jpg) no-repeat center;
}
.lika22{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_22.jpg) no-repeat center;
}
.lika23{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_23.jpg) no-repeat center;
}
.lika24{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_24.jpg) no-repeat center;
}
.lika25{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_25.jpg) no-repeat center;
}
.lika26{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_26.jpg) no-repeat center;
}
.lika27{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_27.jpg) no-repeat center;
}
.lika28{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_28.jpg) no-repeat center;
}
.lika29{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_29.jpg) no-repeat center;
}
.lika30{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_30.jpg) no-repeat center;
}
.lika31{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_31.jpg) no-repeat center;
}
.lika32{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_32.jpg) no-repeat center;
}
.lika33{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_33.jpg) no-repeat center;
}
.lika34{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_34.jpg) no-repeat center;
}
.lika35{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_35.jpg) no-repeat center;
}
.lika36{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_36.jpg) no-repeat center;
}
.lika37{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lika_37.jpg) no-repeat center;
}
.lika38{
	background:#fff;
	height:148px;
	background:url(http://images.suxiege.com/2018_images/lika_38.jpg) no-repeat center;
}
/*===================================================================================*/
.lh_xq1{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_01.jpg) no-repeat center;
}
.lh_xq2{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_02.jpg) no-repeat center;
}
.lh_xq3{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_03.jpg) no-repeat center;
}
.lh_xq4{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_04.jpg) no-repeat center;
}
.lh_xq5{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_05.jpg) no-repeat center;
}
.lh_xq6{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_06.jpg) no-repeat center;
}
.lh_xq7{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_07.jpg) no-repeat center;
}
.lh_xq8{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_08.jpg) no-repeat center;
}
.lh_xq9{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_09.jpg) no-repeat center;
}
.lh_xq10{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_10.jpg) no-repeat center;
}
.lh_xq11{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_11.jpg) no-repeat center;
}
.lh_xq12{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_12.jpg) no-repeat center;
}
.lh_xq13{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_13.jpg) no-repeat center;
}
.lh_xq14{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_14.jpg) no-repeat center;
}
.lh_xq15{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_15.jpg) no-repeat center;
}
.lh_xq16{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_16.jpg) no-repeat center;
}
.lh_xq17{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_17.jpg) no-repeat center;
}
.lh_xq18{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_18.jpg) no-repeat center;
}
.lh_xq19{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_19.jpg) no-repeat center;
}
.lh_xq20{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_20.jpg) no-repeat center;
}
.lh_xq21{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_21.jpg) no-repeat center;
}
.lh_xq22{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_22.jpg) no-repeat center;
}
.lh_xq23{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_23.jpg) no-repeat center;
}
.lh_xq24{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_24.jpg) no-repeat center;
}
.lh_xq25{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_25.jpg) no-repeat center;
}
.lh_xq26{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_26.jpg) no-repeat center;
}
.lh_xq27{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_27.jpg) no-repeat center;
}
.lh_xq28{
	background:#fff;
	height:148px;
	background:url(http://images.suxiege.com/2018_images/lh_xq_28.jpg) no-repeat center;
}
/*===================================================================================*/
.qiuyun_xq1{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_01.jpg) no-repeat center;
}
.qiuyun_xq2{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_02.jpg) no-repeat center;
}
.qiuyun_xq3{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_03.jpg) no-repeat center;
}
.qiuyun_xq4{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_04.jpg) no-repeat center;
}
.qiuyun_xq5{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_05.jpg) no-repeat center;
}
.qiuyun_xq6{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_06.jpg) no-repeat center;
}
.qiuyun_xq7{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_07.jpg) no-repeat center;
}
.qiuyun_xq8{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_08.jpg) no-repeat center;
}
.qiuyun_xq9{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_09.jpg) no-repeat center;
}
.qiuyun_xq10{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_10.jpg) no-repeat center;
}
.qiuyun_xq11{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_11.jpg) no-repeat center;
}
.qiuyun_xq12{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_12.jpg) no-repeat center;
}
.qiuyun_xq13{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_13.jpg) no-repeat center;
}
.qiuyun_xq14{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_14.jpg) no-repeat center;
}
.qiuyun_xq15{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_15.jpg) no-repeat center;
}
.qiuyun_xq16{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_16.jpg) no-repeat center;
}
.qiuyun_xq17{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_17.jpg) no-repeat center;
}
.qiuyun_xq18{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_18.jpg) no-repeat center;
}
.qiuyun_xq19{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_19.jpg) no-repeat center;
}
.qiuyun_xq20{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_20.jpg) no-repeat center;
}
.qiuyun_xq21{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_21.jpg) no-repeat center;
}
.qiuyun_xq22{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_22.jpg) no-repeat center;
}
.qiuyun_xq23{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_23.jpg) no-repeat center;
}
.qiuyun_xq24{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_24.jpg) no-repeat center;
}
.qiuyun_xq25{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_25.jpg) no-repeat center;
}
.qiuyun_xq26{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_26.jpg) no-repeat center;
}
.qiuyun_xq27{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_27.jpg) no-repeat center;
}
.qiuyun_xq28{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_28.jpg) no-repeat center;
}
.qiuyun_xq29{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_29.jpg) no-repeat center;
}
.qiuyun_xq30{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_30.jpg) no-repeat center;
}
.qiuyun_xq31{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_31.jpg) no-repeat center;
}
.qiuyun_xq32{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_32.jpg) no-repeat center;
}
.qiuyun_xq33{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_33.jpg) no-repeat center;
}
.qiuyun_xq34{
	background:#fff;
	height:300px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_34.jpg) no-repeat center;
}
.qiuyun_xq35{
	background:#fff;
	height:58px;
	background:url(http://images.suxiege.com/qiuyun/pc/qiuyun_xq_35.jpg) no-repeat center;
}
/*===================================================================================*/

.dzxlq_m{
	margin:0 auto 30px auto;
	padding:0;
	width:1200px;
}
.dzxlq_li{
	background:#fff;
	float:left;
	height:750px;
	margin:0 1%;
	position:relative;
	width:31.33%;
}
.dzxlq_dt{
	background:url(../jinet_images/dzxlq_title.png) no-repeat;
	color:#fff;
	height:49px;
	padding:10px 0 0 0;
}
.dzxlq_dt h2{
	border:solid 1px #FFF;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	margin:0 auto;
	text-align:center;
	width:150px;
}
.dzxlq_img{
	padding:30px 0;
	text-align:center;
}
.dzxlq_img img{
	margin:0 auto;
	width:90%;
}
.dzxlq_list,.dzxlq_list ul{
	margin:0;
	padding:0;
}
.dzxlq_list li{
	height:50px;
	line-height:50px;
	position:relative;
}
.dzxlq_list li a{
	font-family:"微软雅黑";
	display:block;
	height:50px;
	padding:0 5%;
}
.dzxlq_list a:hover{
	background:#e4e1da;
	color:#000;
}
.dzxlq_xh,.dzxlq_gg,.dzxlq_xx{
	float:left;
}
.dzxlq_xh{
	color:#636363;
	font-size:16px;
	text-align:right;
	width:17%;
}
.dzxlq_gg{
	background:url(../jinet_images/dzxlq_list_xx.jpg) no-repeat center rgba(150,31,45,0);
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	color:#636363;
	font-size:14px;
	height:23px;
	line-height:23px;
	margin:13px 5%;
	padding:0 2%;
	text-align:center;
	transition:300ms;
	width:60%;
}
.dzxlq_gg strong{
	display:block;
	float:left;
	font-weight:normal;
	text-align:center;
	width:50%;
}
.dzxlq_list a:hover > .dzxlq_xh,.dzxlq_list a:hover > .dzxlq_gg,.dzxlq_list a:hover > .dzxlq_xx{
	color:#961f2d;
	transition:300ms;
}
.dzxlq_xx{
	color:#898989;
	font-size:14px;
	width:13%;
}
.dzxlq_hr{
	border-bottom:dashed 2px #eee9e4;
	height:0px;
	position:absolute;
	top:-1px;
	width:100%;
}
.dzxlq_hr i{
	background:#eee9e4;
	border-radius:120px;
	-moz-border-radius:120px;
	-webkit-border-radius:120px;
	display:block;
	float:left;
	height:10px;
	margin:-4px 0 0 -4px;
	padding:0;
	width:10px;
}
.dzxlq_hr p{
	background:#eee9e4;
	border-radius:120px;
	-moz-border-radius:120px;
	-webkit-border-radius:120px;
	display:block;
	float:right;
	height:10px;
	margin:-4px -4px 0 0;
	padding:0;
	width:10px;
}
.dzxlq_foot{
	background:url(../jinet_images/dzxlq_list_ft.png) repeat-x;
	bottom:-26px;
	height:26px;
	left:0;
	position:absolute;
	width:100%;
}
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
.i-haoxiebiaozhun-m{
	background:#fff;
	padding:15px 0 0 0;
}
.i-haoxiebiaozhun-dt{
	padding:20px 0;
	text-align:center;
}
.i-haoxiebiaozhun-dt strong{
	display:block;
	font-family:"思源黑体 CN Light";
	font-size:18px;
	font-weight:normal;
	letter-spacing:0px;
}
.i-haoxiebiaozhun-m .i-haoxiebiaozhun-dd{
	margin:0 auto;
	padding:0 0 10px 0;
	width:1050px;
}
.i-haoxiebiaozhun-m .i-haoxiebiaozhun-dd .carousel-caption{
	background:rgba(0,0,0,.4);
	bottom:0;
	font-family:"思源黑体 CN Light";
	font-size:20px;
	left:0;
	right:0;
	width:100%;
}
.i-haoxiebiaozhun-m .carousel-indicators{
	bottom:0;
	left:0;
	margin-left:0;
	position:relative;
	width:100%;
}
.i-haoxiebiaozhun-m .carousel-indicators li{
	border-left:none;
	border-top:none;
	border-right:solid 1px #d0d0d0;
	border-radius:0;
	color:#999;
	font-family:"思源黑体 CN Light";
	font-size:80px;
	height:90px;
	line-height:80px;
	margin:0;
	position:relative;
	text-align:center;
	text-indent:0px;
	width:16.2%;
}
.i-haoxiebiaozhun-m .carousel-indicators li strong{
	background:#fff;
	color:#333;
	display:inline-block;
	font-size:18px;
	line-height:20px;
	left:25%;
	padding:0px 5px;
	position:absolute;
	top:30px;
	width:50%;
}
.i-haoxiebiaozhun-m .carousel-indicators .active{
	border-bottom:solid 5px #a2a19d;
	border-right:solid 1px #d0d0d0;
}

