@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
	
#NeiMain {
	overflow: auto;
}

#MainDiv {
	width: 100%;
	float: left;
	font-weight: normal;
}

#topNavs {
	padding: 5px 10px;
	line-height: 2em;
}

.ListTitle {
	font-weight:normal;
	font-size: 23px;
	line-height: 2.5em;
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #f0f0f0;
}

.ListTitle span {
	font-size: 12px;
	color: #666;
	margin-left: 20px;
}

.ListTitle a {
	color:#333;
}




/*嵌套自定义CSS样式写在之上，以下全局CSS请勿修改和删除*/

/*全局CSS开始，请勿删除或修改*/
* {
	font-family: "微软雅黑", verdana, arial;
	margin: 0;
	padding: 0;
};

h1,h2,h3,h4,h5,h6,h7,th {
	font-weight: normal;
}

body {
	font-size: 14px;
	background:#fff;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover {
	color: #ff8c11;
}

.clear {
	clear: both;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.font10 {
	font-size: 10px;
}

.ftBlue {
	color: #06C;
}

.ftOrange {
	color: #F90;
}

.ftYellow {
	color: #FF0;
}

.ftRed {
	color: #F00;
}

.ftGray {
	color: #666;
}

.ftGreen {
	color: #360;
}

.ftStrong {
	font-weight: bold;
}

.ftUnderline {
	text-decoration: underline;
}

.ftOverline {
	text-decoration: line-through;
}

.ftItalic {
	font-style: italic;
}

.mouseHand {
	cursor: pointer;
}

.imgLine {
	padding: 3px;
	border: #E8E8E8 1px solid;
	background: #FFF;
}

/*页面布局*/
.ListTb th {
	font-size: 10px;
	text-align: right;
	width: 70px;
	padding: 2px;
}

.ListTb {
	border: 0;
	width: 100%;
	margin-top: 10px;
}

.ListTb td {
	padding: 3px;
	line-height: 20px;
	background: url(D_r16_c15.jpg) no-repeat left center;
	padding-left: 10px;
}

.formTb,.schTb {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.schTb td, .schTb th {
	padding: 5px;
	text-align: left;
}

.schTb th {
	background: #F9F9F9;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.formTb td, .formTb th {
	padding: 5px;
	text-align: left;
	background: #F8F8F8
}

.formTb td {
	background: #FCFCFC;
}

.formTb th {
	text-align: left;
	font-weight: bold;
}

.formTb input,.formTb select,.schTb input,.schTb select {
	height: 23px;
	border: 1px solid #CCC;
	line-height: 23px;
}

.formTb input[type="checkbox"],.formTb input[type="radio"],.schTb input[type="checkbox"],.schTb input[type="radio"] {
	border: 0;
	height: 12px;
}

.formTb label {
	line-height: 23px;
}

.button {
	background: #E8E8E8;
	color: #333;
	border: 0;
	font-weight: bold;
	padding: 3px;
	height: 30px;
}

.width100 {
	width: 100%;
}

.error {
	border: 1px solid #F00;
	background: #FFECEC;
}

.error th {
	background: url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
	width: 22px;
	height: 20px;
}

.error td {
	padding: 3px;
	color: #F00;
	background: #FFECEC;
}

.success {
	border: 1px solid #690;
	background: #F0FAE7;
}

.success th {
	background: url(../../HdInc/Images/success.png) no-repeat  4px 4px #F0FAE7;
	width: 22px;
}

.success td {
	padding: 3px;
	color: #360;
	background: #F0FAE7;
}

.info {
	border: 1px solid #09C;
	background: #DFF4FF;
}

.info th {
	background: url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
	width: 20px;
}

.info td {
	padding: 3px;
	color: #069;
	background: #DFF4FF;
}

.warning {
	border: 1px solid #F90;
	background: #FCF9DA;
}

.warning th {
	background: url(../../HdInc/Images/warning.png) no-repeat  4px 4px #FCF9DA;
	width: 22px;
}

.warning td {
	padding: 3px;
	color: #C63;
	background: #FCF9DA;
}

input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
	margin-left: 5px;
}

.divSCROLLBAR {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #D2E5F4;
	scrollbar-highlight-color: #D2E5F4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D2E5F4;
}

.frUser {
}

.frUser caption {
	text-align: left;
	font-size: 20px;
}

.frUser th {
	line-height: 30px;
	font-weight: bold;
	width: 60px;
	height: 40px;
	text-align: right;
	padding: 0 5px;
}

.frUser th label {
	font-size: 14px;
}

.UserInput {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #999;
	width: 200px;
}

.AutiInput {
	width: 40px;
}

#uMenu {
	border: 1px solid #E8E8E8;
}

#uMenu li {
}

#uMenu li a {
	height: 30px;
	line-height: 30px;
	color: #333;
	background: #FFF;
	display: block;
	padding: 0 10px;
}

#uMenu li a:hover {
	background: #F5F5F5;
	font-weight: bold;
	font-size: 14px;
}

#fPasswordList p {
	line-height: 25px;
}

.Userlist {
	width: 100%;
	margin: 20px 0;
}

.Userlist th, .Userlist td {
	padding: 5px;
}

.Userlist th {
	width: 30px;
}

.Userlist p {
	line-height: 25px;
}

.DemoDateWidth {
	width: 80px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

#ContentAbout {
	border-top: 1px solid #eee;
	background: #F9F9F9;
	padding: 5px;
	text-align: right;
	color: #999;
	font-size:14px;
}

#ContentDetailUp {
	line-height: 2.2em;
	font-size: 16px;
	padding: 20px;
	color:#999;
}
#ContentDetailUp ul{
	padding-left:20px;	
}
#ContentDetailUp ul li{
	list-style:disc;	
}

#ContentDetail {
	line-height: 2.2em;
	/*两倍行距，此处不要直接用px*/
	font-size: 16px;
	color: #666;
}
#ContentDetail ul{
	padding-left:20px;
	margin-bottom:20px;
}
#ContentDetail ul li{
	list-style:disc;
}
#ContentDetail p {
	/*text-indent:2em;*/
	margin-bottom: 10px;
}

.clsdispTitle, .clsdispTitle2 {
	background: #f9f9f9;
	line-height:2em;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
	border-bottom: 1px solid #f0f0f0;
}

.clsdispTitle2 {
	padding: 0;
}

#ClsXiangguan {
	padding:20px 10px;
}

#ClsXiangguan li {
	font-size:14px;
	line-height:2.4em;
	
}

#ClsXiangguan span {
	font-size: 12px;
	margin-left: 10px;
	color: #CCC;
}

#Xiangguan {
	margin-top: 20px;
}

#ClsReviews {
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}

.LeftMenu {
	padding:30px 30px 50px 0;;
}


/*.mNormal a{
	line-height:2em;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding:10px 15px 5px 0;
	border-bottom:1px solid #f0f0f0;
	color:#666;
	text-align:right;	
}

.mChoose a{
	line-height:2em;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding:10px 15px 5px 0;
	border-bottom:1px solid #f0f0f0;
	color:#FF8C11;
	text-align:right;	
}

.mNormalSub a{
	font-size: 14px;
	display: block;
	line-height:2em;
	padding:5px 15px 5px 0;
	border:0;
	color:#666;
	text-align:right;	
}

.mNormal a:hover ,.mChoose a:hover{
	color:#000;
	background:#f9f9f9;
}

.mNormalSub a:hover, .mChooseSub a:hover {
	color:#000;
	background:#f9f9f9;
}


.mChooseSub a{
	font-size:14px;
	display: block;
	line-height:2em;
	padding:5px 15px 5px 0;
	border:0;
	color:#FF8C11;
	text-align:right;	
	font-weight: normal;
}
*/

#ClsDetail {
	margin: 20px;
}

#ClsDetail h2 {
	font-size: 24px;
	line-height: 1.5em;
	background: none;
}

#ClsDetail h3 {
	font-size: 12px;
	color: #999;
	line-height: 2em;
	background: none;
}

.sLabel {
	display: inline;
	padding: 0px 5px;
	;
	background: #F8F8F8;
	color: #069;
	margin-right: 5px;
	border: 1px solid #F2F2F2;
	line-height: 1.6em;
}

.dispLabel {
	display: inline;
	padding: 5px 10px;
	font-size:14px;
	background: #F8F8F8;
	color: #069;
	border: 1px solid #F2F2F2;
	line-height: 3em;
	margin-right: 6px;
	margin-bottom: 6px;
}

.hightline {
	background: #FF9;
	color: #C30;
}

#ClsReviewsList li {
	margin: 0 0 20px 0;
	background: #F8F8F8;
	padding: 10px;
	border-top: 1px solid #C8C8C8;
}

#ClsReviewsList li h4 {
	line-height: 2em;
	font-size: 12px;
	/*border-bottom:1px dotted #ccc;*/
	font-weight: normal;
}

#ClsReviewsList li h4 a {
	color: #036;
}

#ClsReviewsList li h5 {
	font-size: 10px;
	color: #999;
	line-height: 2em;
	font-weight: normal;
}

.ClsReviewDetail {
	padding: 10px;
	line-height: 1.8em;
	color: #999;
}

.JsPages {
	padding: 5px;
	text-align: right;
	clear: both;
}

#ClsReviewAdd {
	width: 100%;
	margin-top: 15px;
}

#ClsReviewAdd td,#ClsReviewAdd th {
	padding: 5px;
}

#ClsReviewAdd input[type=text] {
	width: 360px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #E8E8E8;
	padding: 5px;
}

#ClsReviewAdd .nmSubmit {
	border: 1px solid #069;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

#ClsReviewAdd textarea {
	width: 360px;
	height: 100px;
	line-height: 30px;
	border: 1px solid #E8E8E8;
	padding: 5px;
}

#ClsReviewAdd #Auti {
	width: 100px;
}

#ClsReviewAdd #ReviewBt {
	width: 80px;
}

#PreNextRs {
	margin: 10px 0;
}

#PreNextRs p {
	line-height: 2em;
	width: 50%;
	float: left;
	text-align: center;
}

.dialogTips {
	font-size: 12px;
}

.dialogTips h3 {
	font-weight: bold;
	line-height: 2em;
	font-size: 12px;
}

.dialogTips p {
	line-height: 2em;
	margin-bottom: 10px;
	color: #999;
}

.dialogTips ul {
	margin-left: 20px;
	padding: 0 0 0 20px;
}

.dialogTips li {
	line-height: 2em;
	list-style-type: disc;
	color: #666;
}
/*头部例子*/
#header,#footer  {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px solid #666;
}

#TopSearch {
	text-align: right;
}

/*中间例子*/
#main {
	width: 1200px;
	background: #FFF;
	margin: 0 auto;
}
/*用户中心*/
#UserMain {
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
}

#UserMain .uRight a {
	color: #06C;
	text-decoration: underline;
}

#UserMain .uLeft {
	width: 200px;
	padding: 20px;
	font-weight: normal;
}

#UserMain .uLeft h3 {
	width: 180px;
	height: 33px;
	background: url(U_Title_Bg.jpg) no-repeat;
	line-height: 33px;
	padding: 0 10px;
	color: #464637;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#UserMain .uLeft ul {
	border: 1px #DFDFD0 solid;
	width: 178px;
	background: #FAFAF3;
	padding: 10px;
	margin-bottom: 20px;
}

#UserMain .uLeft ul li {
	margin-bottom: 5px;
}

.uMenuNormal a {
	background: none;
	display: block;
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #343426;
	line-height: 30px;
	text-align: left;
	padding: 0 20px;
}

.uMenuNormal a:hover {
	font-weight: bold;
}

.uMenuChoose a {
	background: url(U_Menu_Bg.jpg) no-repeat;
	display: block;
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #F0F0E0;
	line-height: 30px;
	text-align: left;
	padding: 0 20px;
}

#UserMain .uRight {

}

#UserMain .uRight h2 {
	background: #8A8A7B;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #F0F0DF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1px;
}

#UserMain .uRight .Zhaiyao {
	width: 704px;
	padding: 15px;
	border: 3px solid #9B9B8C;
}

.UserTb {
	width: 100%;
	background: #DDDDDD;
}

.UserTb td {
	padding: 12px;
	background: #FFF;
	line-height: 2em;
}

.UserTb th {
	padding: 12px;
	background: #FAFAF3;
	line-height: 2em;
	color: #464637;
	text-align: left;
	font-weight: bold;
}

.UserTb caption {
	background: #DFDFD0;
	text-align: left;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #464637;
	font-size: 14px;
	font-weight: bold;
}

#SafeNote {
	width: 200px;
	display: none;
	position: absolute;
	top: 0;
	left: 9px;
	padding: 10px;
}

.uButton {
	width: 80px;
	height: 30px;
	background: url(UserBt.jpg) no-repeat;
	color: #FFF;
	font-size: 14px;
	border: 0;
}

.uInput {
	background: #F0F0DF;
	border: 0;
	color: #464637;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px;
}

#todo {
	margin: 5px 0;
	height: 30px;
}

#todo li {
	width: auto;
	height: 30px;
	margin: 0px 5px 0 0;
	text-align: center;
	float: left;
}

#todo li a {
	background: #FAFAF3;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	color: #FFF;
}

#todo li a:hover {
	background: #8A8A7B;
	font-weight: bold;
	color: #fff;
}

.Pages {
	text-align: right;
	padding: 10px;
	clear: both;
	margin-top: 20px;
	font-size:14px;
}

.Pages a {
	border: 1px solid #E0E0E0;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #FFF;
	color:#666;
}

.Pages a:hover {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #333;
}

.Pages .choose {
	border: 1px solid #eee;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f0f0f0;
	color: #666;
}

.Pages .PageInfo {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #666;
}

#tbUserLogin {
	width: 100%;
}

#tbUserLogin td {
	background: #F0F0DF;
	line-height: 30px;
	padding: 0 10px;
	height: 30px;
}

.listTb {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.listTb td, .listTb th {
	padding: 5px;
	text-align: left;
	background: #F8F8F8;
}

.listTb td {
	background: #FCFCFC;
}

.listTb th {
	text-align: left;
	font-weight: bold;
}

.SchList {
	width: 100%;
	margin: 0 auto;
}

.SchList th {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	line-height: 2.5em;
	border-bottom: 1px dotted #CCC;
	color:#666;
}

.SchList td {
	color: #AAA;
	line-height: 2em;
}

.SchList span {
	color: #C30;
}

.SchList em {
	color: #090;
	font-style: normal;
	font-size: 10px;
	line-height: 3em;
}

#schs {
	width: 500px;
	height: 50px;
	margin-top: 20px;
}

#schtop {
	width:300px; height:25px;
	position:absolute;
	top:5px; right:0;
	text-align:right;
	margin:0; padding:0;
}
#schtop #w {
	height: 25px;
	line-height: 25px;
	padding:0 5px;
	border:0;
	width: 140px;
	font-size: 12px;
	color: #999;
	background:#FCFCFC;
	position:absolute;
	top:0; right:30px;
}

#schtop #schSubmit {
	border:0;
	width: 25px;
	height: 25px;
	position:absolute;
	top:0; right:0;
	background:url(sch.jpg) no-repeat center;
}

#schs #w {
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	width: 400px;
	font-size: 14px;
	color: #666;
	padding: 5px;
}

#schs #schSubmit {
	border: 1px solid #069;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#SeoKeywordsStr {
	margin-top: 20px;
}

.ClsListTb{
	
}

/*全局CSS结束，请勿删除或修改*/
.body{
	width:1520px;
	position:relative;
	margin:0 auto;}
@media only screen and (max-width: 1400px){
  .body {
    width: 1400px !important;
  }
}
.body1400{
	width:1400px;
	position:relative;
	margin:0 auto;}
#logo{
	position:absolute;
	left:0;
	top:60px;}
#toptel{
	position:absolute;
	left:0;
	bottom:0;
	}
.b1_nav {
	position:absolute;
    top: 90px;
	right:0;
    width: 40px;
    height: 40px;
	z-index:20;
}
.b1_menu {
    width: 40px;
    height: 40px;
    background: url(dot1.png) no-repeat center;
    cursor: pointer;
	position:absolute;
	z-index:20;
}
.b1_list {
    position: absolute;
    right: 40px;
    top: 8px;
    display: block;
	width:960px;
	transition:All 0.4s ease-in-out;
}
.b1_list li.b1_li {
    float: left;
    width: 120px;
	position:relative;
}
.b1_cls {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #282828;
}
.b1_cls a {
    color: #fff;
}
.b1_cls_list{
	padding-top:15px;
	display:none;
	width:200px;
	text-align:center;
	position:absolute;
	left:-68px;
	}
.b1_cls_list a{
	color:#fff;
	line-height:1.8em;}

.b1_nav .isshow{
	display:block;
	top: -150px;
	transition:All 0.4s ease-in-out;
	}

#jiaohulist{
	position:absolute;
	right:0;
	bottom:0;}
#jiaohulist li{
	float:left;
	position:relative;
	margin-right:30px;}
#jiaohulist li .erweima{
	position:absolute;
	left:-60px;
	top:-170px;
	display:none;
}
#jiaohulist li.li1 .erweima{
	left:0;}
#jiaohulist li.li3 .erweima{
	left:-120px;}
#shubiao{
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-10px;
	display:none;}
.column{
	position:absolute;
	left:0;
	top:0;
	width:82px;}
.homeright{
	width:1300px;
	position:absolute;
	right:0;
	top:0;}
.gywmpic{
	float:left;
	margin-right:75px;
	padding-top:105px;}
.gywmtext{
	padding-top:105px;
	}
.gywmtext .text1{
	font-size:26px;
	line-height:36px;}
.gywmtext .texten{
	font-size:12px;
	color:#bdbdbd;
	padding-top:20px;
	line-height:18px;}
.gywmtext .text2{
	font-size:16px;
	color:#888;
	padding-top:20px;
	line-height:34px;}
.gywmtext .more{
	padding-top:35px;}
.gywmtext .more a{
	display:inline-block;
	width:105px;
	height:30px;
	line-height:30px;
	color:#8b0102;
	border:1px solid #8b0102;
	text-align:center;
	text-transform:uppercase;}
.txtScroll-top{ width:100%;  overflow:hidden; position:relative; height:680px; margin-top:25px;   }
.txtScroll-top .hd{ overflow:hidden;  height:128px; width:55px; position:absolute; right:0; top:50%; margin-top:-64px; z-index:2;}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:55px; height:55px; margin-bottom:18px;  overflow:hidden;
	 cursor:pointer; background:url(icoarrow.png) no-repeat 0 0;}
.txtScroll-top .hd .next{ background:url(icoarrow.png) no-repeat 0 100%;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding:0;  }
.txtScroll-top .infoList li{ height:215px; width:100%; position:relative; margin-bottom:15px;transition:All 0.4s ease-in-out; }
.txtScroll-top .infoList li .pic{ width:400px; height:215px; overflow:hidden;}
.txtScroll-top .infoList li .pic img{transition:All 0.4s ease-in-out;}
.txtScroll-top .infoList li .num{ font-size:48px; position:absolute; left:500px; top:45px;}
.txtScroll-top .infoList li .text{ position:absolute; left:600px; top:65px; width:600px;}
.txtScroll-top .infoList li .text .text1 a{ font-size:18px;}
.txtScroll-top .infoList li .text .text2{ color:#7f7d7d; line-height:28px; padding-top:15px;}
.txtScroll-top .infoList li:hover{ background: rgba(0,0,0,0.25);}
.txtScroll-top .infoList li:hover .text1 a,.txtScroll-top .infoList li:hover .text2{ color:#000;}
.txtScroll-top .infoList li:hover img{transform:scale(1.2);}

.slideTxtBox{ width:100%; text-align:left;  }
.slideTxtBox .hd{ height:75px;  position:relative; }
.slideTxtBox .hd ul{  position:absolute; right:0; top:0;   }
.slideTxtBox .hd ul li{ height:44px; line-height:44px; border:1px solid #dedede; float:left; padding:0 35px; cursor:pointer; font-size:18px; margin-left:20px;  }
.slideTxtBox .hd ul li.on{ background:#8b0102; border:1px solid #8b0102; color:#fff; }
.slideTxtBox .hd ul li.on a{ color:#fff;}
.slideTxtBox .bd ul{ padding:0;  zoom:1; position:relative; height:670px;}
.slideTxtBox .bd li{ position: absolute; width:310px; overflow:hidden;}
.slideTxtBox .bd li:hover img{transform:scale(1.1);}
.slideTxtBox .bd li .pic{ position:relative; width:310px; height:100%;}
.slideTxtBox .bd li .pic .text{ position:absolute; left:0; bottom:0; width:100%; z-index:2; height:100px; text-align:center; color:#fff; font-size:24px; transition: All 0.4s ease-in-out;}
.slideTxtBox .bd li .pic .text .line{ width:57px; height:1px; background:#fff; display:inline-block; margin-top:15px; transition: All 0.4s ease-in-out;}
.slideTxtBox .bd li.li4,.slideTxtBox .bd li.li8{ margin-right:0;}
.slideTxtBox .bd li img{ width:100%; height:100%;-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;}
.slideTxtBox .bd li.li1{ height:440px;}
.slideTxtBox .bd li.li2{ height:367px; left:330px;}
.slideTxtBox .bd li.li3{ height:283px; left:660px;}
.slideTxtBox .bd li.li4{ height:205px; right:0px;}
.slideTxtBox .bd li.li8{ height:440px; right:0; bottom:0;}
.slideTxtBox .bd li.li7{ height:367px; right:330px; bottom:0;}
.slideTxtBox .bd li.li6{ height:283px; right:660px; bottom:0;}
.slideTxtBox .bd li.li5{ height:205px; left:0px; bottom:0;}
.slideTxtBox .bd li .content{ position:absolute; left:0;top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); color:#fff;display: flex;justify-content:center; align-items: center; font-size:16px; line-height:2em; opacity:0; transition: All 0.4s ease-in-out;}
.slideTxtBox .bd li.hover .content{
	opacity:1;}
.slideTxtBox .bd li.hover .text,.slideTxtBox .bd li.hover .line{
	display:none;}

.lslist{}
.lslist li{
	width:295px;
	height:295px;
	float:left;
	margin-right:37px;
	margin-bottom:37px;
	position:relative;
	text-align:center;
	border:1px solid #000;}
.lslist li .pic{
	position:absolute;
	left:-1px;
	top:-1px;
	z-index:2;
	width:297px;
	overflow:hidden;
	}
.lslist li .pic img{
	transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;

	}
.lslist li:hover .pic img{
	transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
	}
.lslist li .text{
	height:73px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	line-height:73px;
	font-size:18px;}
.lslist li.nomg{
	margin-right:0;}
.lslist .more{
	clear:both;
	padding-top:37px;
	text-align:center;}
.lslist .more a{
	display:inline-block;
	width:210px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	border-radius:22px;
	background:#8b0102;
	font-size:24px;}
.lianxi{
	position:relative;}
.lianxi .touzi{
	position:absolute;
	left:0;
	top:80px;}
.column2{
	font-size:26px;
	font-weight:normal;
	margin-bottom:20px;}
.column2 a{
	color:#fff;
	}
.column2 .en{
	font-size:14px;}

.touzilist{
	width:615px;}
.touzilist li{
	background:#fff;
	border-radius:5px;
	margin-top:20px;
	overflow:hidden;}
.touzilist li span{
	display:inline-block;
	height:55px;
	padding-left:62px;
	line-height:55px;}
.touzilist li.li1 span{
	background: url(dot4.png) no-repeat 30px 50%;}
.touzilist li.li2 span{
	background: url(dot5.png) no-repeat 30px 50%;}
.touzilist li.li3 span{
	background: url(dot6.png) no-repeat 30px 50%;}
.touzilist li .uInputh{
	background:none;
	border:none;
	height:55px;
	line-height:55px;
	width:470px;
	}
.touzilist li.li4{
	background:#000;}

.touzilist li .uButtonh{
	height:55px;
	line-height:55px;
	background:none;
	border:none;
	width:100%;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	}
.touzilist li input.error, .touzilist li textarea.error {
    background: #FFF0F0;
    border: 1px solid #FDD;
    display: inline-block;
}


.lianxi .contact{
	width:620px;
	position:absolute;
	right:0;
	top:80px;}
.contact .pic{
	float:right;}
.contact .text{
	line-height:45px;
	font-size:18px;
	color:#fff;
	padding-top:30px;}
.lianxi .youqinglink{
	width:620px;
	position:absolute;
	right:0;
	top:335px;}
.lianxi .youqinglink .column2{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;}
.linklist{}
.linklist li{
	display:inline-block;
	margin-right:30px;}
.linklist li a{
	color:#fff;}
.footnav{
	overflow:hidden;
	padding:70px 0 40px;}
.footnav li{
	width: calc((100% - 175px) / 6);
	float:left;
	margin-right:35px;}
.footnav li:last-child{
	margin-right:0;}
.footnav li h3{
	border-bottom:1px solid #5c5757;
	padding-bottom:15px;}
.footnav li h3 a{
	font-size:18px;
	color:#fff;
	font-weight:normal;}
.footnav li ul{
	padding-top:10px;}
.footnav li li{
	float:none;
	width:100%;}
.footnav li li a{
	color:rgba(255,255,255,0.7);
	line-height:34px;}
.footinfo{
	text-align:center;
	height:65px;
	line-height:65px;
	color:rgba(255,255,255,0.6);}
.footinfo a{
	color:rgba(255,255,255,0.6);
	}
	
.weizhi{
	width:100%;
	position:absolute;
	left:0;
	top:175px;
	text-align:center;
	color:#fff;
	}
.weizhi a{
	color:#fff;}
.weizhi h2{
	font-size:32px;
	margin-bottom:10px;}

.contentleft {
    width: 100%;
    height: 58px;
    background: #fff;
	border-bottom:1px solid #efefef;
}
.leftmenu li {
    padding: 0 20px;
    margin-bottom: 8px;
    display: inline-block;
}
.leftmenu li a {
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    text-align: center;
}
.leftmenu li a:hover, .leftmenu li.active a {
    border-bottom: 2px solid #8b0102;
}

.contentleft2{
	width:930px;
	float:left;}

.textlist{
    padding:0px ;
}
.textlist li{
    height: 160px;
    background: #fff;
    margin-bottom:30px;
    overflow: hidden;
	border-bottom:1px solid #efefef;
    }
.textlist li .shijian{
    width:130px;
    height:130px;
    float:left;
    background:#f5f5f6;
    color:#8b0102;
    text-align:center;
    margin-right:30px;
    position: relative;
    }

.textlist li .shijian .ri{
    font-size:40px;
    font-weight:bold;
    line-height:40px;
    padding-top:30px;}
.textlist li .shijian .nianyue{
    padding-top:10px;
    font-size: 16px;}
.textlist li .lanmu{
    line-height:18px;
    text-align:right;
    padding-right:25px;}
.textlist li .textbox{
    padding-top: 20px;
    }
.textlist li .text1{
    font-size:18px;
    font-weight: bold;
}

.textlist li .text2{
    padding-top:13px;
    line-height:26px;
    color:#a3a3a3;
    padding-right:20px;}
.textlist li .more{
    text-align:right;
    padding-right:20px;
    margin-top:-20px;}
.textlist li .more a{
    color:#006fc4;}

.textlist li:hover{
    transition:border .4s;}
.textlist li:hover .shijian{
    background:#8b0102;
    transition:background .4s;
    color: #fff;}
.textlist li:hover .text1 a{
    color:#8b0102;}
.nori li .shijian .nianyue{
    padding-top:50px;
    font-size: 20px;}

.textlist li .sj{
    padding-top: 20px;
}
.contentright2{
	width:450px;
	float:right;}
.column3{
	height:60px;
	line-height:60px;
	padding-left:20px;
	color:#fff;
	font-size:20px;
	background:#8b0102;
	}
.tuijianlist li{
	padding:20px;
	border-bottom:1px solid #efefef;}
.tuijianlist li .text1 a{
	font-size:18px;}
.tuijianlist li .shijian{
	color:#9d9d9d;
	padding-top:5px;}

.ClsListUl .box{
	float:left;
	margin-right:20px;
	margin-bottom:20px;}
.ClsListUl .box img{
	width:290px;
	height:217px;}
.ClsListUl .nomg{
	margin-right:0;}
.ClsListUl .box .title{
	height:50px;
	line-height:50px;
	padding:0 20px;
	background:#f6f6f6 url(dot7.png) no-repeat right;}

.d_page .up h2{
	font-size:18px;
	color:#8b0102;}
.d_page .up p{
	height:50px;
	line-height:50px;
	padding:0 20px;
	background:#f5f5f5;
	color:#c1c1c1;
	margin:20px 0;}
.d_page .down{
	line-height:2.2em;
	font-size:16px;}
.jmysbox{
	position:relative;}
.jmysnav{
	position:absolute;
	left:0;
	top:0;
	z-index:2;}
.jmysnav ul{
	position:relative;
	border:1px solid #000;}
.jmysnav li{
	position:absolute;
	left:0;
	top:0;}
.jmysnav li .picbox{
	position:relative;}
.jmysnav li .picbox .pic1{
	position:absolute;
	left:0;
	top:0;
	z-index:2;}
.jmysnav li .picbox .pic2{
	position:absolute;
	left:0;
	top:0;
	z-index:1;}
.jmysnav li.li1{
	left:235px;
	top:172px;}
.jmysnav li.li2{
	left:415px;
	top:172px;}
.jmysnav li.li3{
	left:147px;
	top:324px;}
.jmysnav li.li4{
	left:688px;
	top:324px;}
.jmysnav li.li5{
	left:867px;
	top:324px;}
.jmysnav li.li6{
	left:235px;
	top:475px;}
.jmysnav li.li7{
	left:418px;
	top:475px;}
.jmysnav li.li8{
	left:597px;
	top:475px;}
.jmysnav li.li9{
	left:778px;
	top:475px;}
#fp-nav.right{
	left:80px;}
.section{
	overflow:hidden;}

#fp-nav{
	width:40px;}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 20px;
    width: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
}
