﻿
@charset "utf-8";

*{
	-moz-box-sizing: border-box;  
	 -webkit-box-sizing: border-box; 
	 -o-box-sizing: border-box; 
	 -ms-box-sizing: border-box; 
	 box-sizing: border-box; 
}
html{
	width: 100%;
	height: 100%;
}
.i-bg {
	width: 100%;
	height: 100%;
	background: url(../images/4581.png) no-repeat top center;
}

.i-header{
	width: 100%;
}
.i-header-main{
	width: 1160px;
	margin: 0px auto;
}
.logo{
	display: inline-block;
	float: left;
}
.top-link{
	padding-top: 15px;
	overflow: hidden;
}
.top-link a{
	margin-right:30px ;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	float: left;
	text-decoration: none;
	transition: all .3s ease;
}
.top-link a:hover{
	color: #efefef;
}
.top-search{
	width: 485px;
	height: 45px;
	margin-left: 70px;
	display: inline-block;
	float: left;
	border-radius: 2px;
	background-color: #FFFFFF;
}
.top-search input{
	width: 380px;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	float: left;
	display: block;
	border: 0;
	outline: none;
}
.top-search button{
	width: 100px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	background-image: linear-gradient(0deg, #940b08 0%, #ae1b16 100%), linear-gradient(#fff4f2, #fff4f2);
	background-blend-mode: normal, normal;
	border-radius: 2px;
	float: right;
	display: block;
	cursor: pointer;
	outline: none;
}
.top-search button:hover{
	background: #6f0906; 
}
.i-main{
	width: 1160px;
	margin: 0px auto;
}
.i-main .nav{
	width: 100%;
	height: 60px;
	margin-top: 35px;
	border-radius: 10px;
	background:-moz-linear-gradient(top,#f2e5e7, #ffffff);
	background: -o-linear-gradient(top,#f2e5e7, #ffffff);
	background:-webkit-linear-gradient(top,#f2e5e7, #ffffff);
}
.i-main .nav a{
	width: 267px;
	height: 47px;
	margin-top: 15px;
	line-height: 47px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #4d4d4d;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
}
.i-main .nav a.on{
	color: #e9280c;
	background: url(../images/4576.png) no-repeat top center;
}
.i-main .nav a:hover{
	color: #e9280c;
}
.slideTxtBox{ 
	width:100%; 
	position: relative;
}
.slideTxtBox .hd{ 
	width: 115px;
	position: absolute;
	top: 0;
	left: 0;
}
.slideTxtBox .hd ul{ 
	
}
.slideTxtBox .hd ul li{ 
	width: 115px;
	height: 172px;
	background-color: #f7f8fa;
	border: solid 1px #e7e8ed;
	cursor:pointer;  
}
.slideTxtBox .hd ul li.on{ 
	width: 115px;
	height: 172px;
	border: solid 1px #e9280c;
	background-color: #e9280c;
}
.slideTxtBox .hd ul li p{
	font-size: 18px;
	text-align: center;
	color: #404040;
}
.slideTxtBox .hd ul li.on p{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
.slideTxtBox .bd{ 
	width: 1038px;
	height: 344px;
	
	margin-left: 115px;
	
}
.bd-red{
	padding: 0 5px;
	border: solid 2px #e9280c;
}
.pd-lr1{
	padding: 0 5px;
}
.tab-icon1{
	width: 50px;
	height: 50px;
	margin: 30px auto 20px;
	background: url(../images/4558.png) no-repeat center;
	display: block;
}
.slideTxtBox .hd ul li.on .tab-icon1{
	width: 50px;
	height: 50px;
	margin: 30px auto 20px;
	background: url(../images/4559.png) no-repeat center;
	display: block;
}
.tab-icon2{
	width: 50px;
	height: 50px;
	margin: 30px auto 20px;
	background: url(../images/4560.png) no-repeat center;
	display: block;
}
.slideTxtBox .hd ul li.on .tab-icon2{
	width: 50px;
	height: 50px;
	margin: 30px auto 20px;
	background: url(../images/4561.png) no-repeat center;
	display: block;
}
.tb-icon{
	width: 100%;
}
.tb-icon tr td{
	height: 167px;
	border: dashed 1px #fbd4ce;
}
.tb-icon tr td a{
	width: 100%;
	height: 100%;
	padding: 10px;
	display: block;
	transition: all .3s ease;
}
.tb-icon tr td a:hover{
	text-decoration: none;
	cursor: pointer;
	background-color: #efefef;
}
.tb-icon tr td p{
	padding: 0 50px;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0px;
	color: #4d4d4d;
}
.f-icon img{
	display: block;
	margin: 20px auto;
}
.tb-icon tr td.bd-tp-none{
	border-top: 0px;
}
.tb-icon tr td.bd-bt-none{
	border-bottom: 0px;
}
.bt-boxbg{
	padding: 20px 0;
	background: #f7f8fa;
}
.bt-box{
	width: 1160px;
	margin: 0px auto;
}
.bm-tag{
	width: 371px;
	height: 225px;
	padding: 0 5px;
	background: #FFFFFF;
	border: solid 1px #e8eaec;
	float: left;
}

.rd-tag{
	width: 755px;
	height: 225px;
	padding: 0 5px;
	background: #FFFFFF;
	border: solid 1px #e8eaec;
	float: right;
}

.bt-tit{
	padding: 20px 25px 0 25px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #323232;
}
.tag-wrap a{
	width: 149px;
	height: 33px;
	margin-top: 15px;
	margin-left: 20px;
	line-height: 33px;
	padding: 0 10px;
	font-size: 14px;
	font-weight:bold;
	color: #4d4d4d;
	background-color: #f3f4f5;
	display: block;
	float: left;
}

.interaction{
	width: 1160px;
	margin: 0px auto;
}

.interaction-tit{
	height: 35px;
	background: url(../images/4580.png) repeat-x center;
}
.interaction-tit p{
	width: 130px;
	margin: 0 auto;
	padding:0 20px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #323232;
	background: #FFFFFF;

}
.interaction-tit .hotspot{
	width: 130px;
	margin: 0;
	padding:0 20px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #323232;
	background: #FFFFFF;

}
.in-box{
	width: 175px;
	height: 77px;
	border: solid 1px #e8eaec;
	display: block;
	float: left;
	text-decoration: none;
	transition: all .3s ease;
}
.in-box:hover{
	border: solid 1px #e9280c;
	text-decoration: none;
}
.in-box p{
	margin: 20px 0 15px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #4f4f4f;
	text-align: center;
}

.in-icon{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #FFFFFF;
	border: solid 1px #e8eaec;
	border-radius: 50%;
}
.in-box:hover .in-icon{
	border: solid 1px #e9280c;
}
.in-icon img{
	display: block;
	margin: 12px auto;
}
.tel{
	padding: 10px 0;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #4f4f4f;
	text-align: center;
}
.tel span{
	font-size: 21px;
	font-weight:bold;
	color: #d93118;
	display: block;
}

.rbg{
	width: 100%;
	height: 100px;
	padding:30px;
	background-color: #e9280c;
}
.zc-lf{
	width: 300px;	
	float: left;
}
.c-ico{
	width: 30px;
	height: 39px;
	background: url(../images/4502.png) no-repeat center;
	display: block;
	float: left;
}
.lf-tit{
	margin-left: 5px;
	float: left;
	display: inline-block;
}
.lf-tit p{
	font-size: 24px;
	line-height: 20px;
	color: #ffffff;
}

.lf-tit span{
	display: block;
	font-size: 18px;
	color: #f49486;
}


.c-ico{
	width: 37px;
	height: 37px;
	background: url(../images/4517.png) no-repeat center;
	display: block;
	float: right;
}
.fl-table{
	width: 100%;
}
.fl-table tr td{
	padding: 19px 10px;
	background-color: #f7f8fa;
	border: solid 1px #e8e7ed;
	font-size: 16px;
	color: #6f6f6f;
	text-align: center;
}
.fl-table tr td a{
	font-size: 16px;
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.fl-table tr td .cols{
	color: #e9280c;
}
.fl-table tr td a:hover {
	color: #e9280c;
}
.fl-table tr td.tdbg{
	background-color: #fff0f0;
}
.zc-rt{
	margin-left: 20px;
	display: inline-block;
	float: left;
}
.xxk_txt{
	padding-bottom: 25px;
	border-bottom: dashed 1px #6F6F6F;
}
.xxk_txt li{
	margin-top: 25px;
	font-size:16px;
	height:31px;
	line-height:31px;
}
.dot{
	display:inline-block;
	width:4px;
	height:4px;
	background:#e9280c;
	margin:15px 15px 0 5px;
	float:left;
}
.xxk_txt li a{
	overflow:hidden;
}
.txt-s{
	display:inline-block;
	float:left;
	width:660px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xxk_txt em{
	display:inline-block;
	color:#999;
	float:right;
	font-size:16px;
	padding-right:5px;
}
.xxk_txt li a:hover span,.xxk_txt li a:hover em{color:#106abb;}
.paging-1{
	background-color: #f7f8fa;
	border: solid 1px #e8e7ed;
	overflow: hidden;
}
.paging-1 span{
	width: 43px;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	text-align: center;
	color: #404040;
	border-right: solid 1px #e8e7ed;
	display: block;
	float: left;
}
.paging-1 span:hover{
	cursor: pointer;
	color: #e9280c;
}
.paging-1 .paging-sum{
	width: 120px;
}

.paging-1 .clik{
	color: #FFFFFF;
	background-color: #d93019;
}

.paging-mess div input{
	width: 62px;
	padding: 0 10px;
	margin: 6px 15px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	text-align: center;
	color: #404040;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
	display: block;
	float: left;
}

.paging-mess div button{
	margin: 6px 0;
	line-height: 29px;
	background: none;
	border: 0px;
	cursor: pointer;
	display: inline-block;
	float: left;
}
.paging-mess div button:hover{
	color:#106abb;
}


.g-bd{
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.g-sd{
	width: 200px;
	float: left;
	padding-bottom: 4000px;
    margin-bottom: -4000px;
	background-color: #eeeeee;
}
.g-sd p{
	width: 200px;
	height: 100px;
	font-size: 24px;color:#FFF;text-align: center;
	padding-top: 30px;
	/*background: url(../images/4579.png) center center no-repeat;*/
	background-color: #b73535;
}
.g-sd ul{
	width: 200px;
	overflow: hidden;
	margin-right: 31px;
}
.g-sd ul li{
	width: 200px;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background:url(../images/4577.png) 175px center no-repeat;
	background-color: #eeeeee;
	cursor: pointer;
	transition: all 0.1s;
}
.g-sd ul li.current,
.g-sd ul li:hover{
	border-left: 4px solid #b73535;
	background:url(../images/4578.png) 175px center no-repeat;
	background-color: #FFFFFF;
	color: #b73535;
}
.g-sd ul li a{
	display: block;
	color: #666666;
}
.g-sd ul li:hover a{
	color: #b73535;
}
.g-mn{
	width: 950px;
	float: left;
	background: #FFFFFF;
}
.g-mn>p{
	width: 950px;
	height: 100px;
	padding: 0 40px;
	line-height: 100px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #646464;
	background: url(../images/4516.jpg) center center no-repeat;
}
.g-mn .list-item{
	padding: 25px 0 0 31px;
}
/*列表*/
.list-item>.tit{
	margin-bottom: 28px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	background: url(../images/4551.png) right center no-repeat;
}
.list-item .list-fold,
.list-item .list-normal{
	background: #eeeeee;
	margin-bottom: 20px;
}
.list-item .list-fold>.tit,
.list-item .list-normal>.tit{
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-weight: bold;
	color: #b73535;
	border-left:4px solid #b73535;
	padding:0 21px 0 29px;
}
.list-item .list-fold>.tit>h2,
.list-item .list-normal>.tit>h2{
	font-size: 18px;
	float: left;
}
.list-item .list-fold>.tit>p{
	float: right;
	background: url(../images/4513.png) right center no-repeat;
	padding-right: 40px;
	cursor: pointer;
	font-size: 16px;
}
.list-item .list-fold>.tit>p.current{
	background: url(../images/4514.png) right center no-repeat;
}
.list-item .list-fold>.cont{
	padding:0 21px 0 29px;
	color: #444444;
}
.list-item .list-fold>.cont>ul>li{
	height: 59px;
	line-height: 59px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px dashed #cccccc;
	overflow: hidden;
	list-style: url(../images/4515.png) inside;
}
.list-item .list-fold>.cont>ul>li a,
.list-item .list-normal a{
	display: inline-block;
	padding: 0 18px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: normal;
}
.list-item .list-fold>.cont>ul>li a.bszn,
.list-item .list-normal a.bszn{
	background: url(../images/4544.png) left center no-repeat;
}
.list-item .list-fold>.cont>ul>li a.zxbl,
.list-item .list-normal a.zxbl{
	background: url(../images/4546.png) left center no-repeat;
}
.list-item .list-fold>.cont>ul>li a.zxbl.disabled,
.list-item .list-normal a.zxbl.disabled{
	background: url(../images/4547.png) left center no-repeat;
}
.list-fold a{
	cursor: pointer;
	text-decoration: none;
}
.list-fold a:hover{
	color: #b73535;
}
.f-dn {
    display: none;
}
.form-item{
	margin-left: 20px;
}
.form-hint{
	border: solid 1px #e8e7ed;
}
.form-hint-tit{
	height: 39px;
	line-height: 39px;
	background-image: linear-gradient(#fff0f0, #fff0f0), linear-gradient(#646464, #646464);
	background-blend-mode: normal, 	normal;
	border-bottom: solid 1px #e8e7ed;
	font-size: 16px;
	color: #646464;
}


.hint-icon{
	width: 21px;
	height: 21px;
	margin: 10px 10px 10px 20px;
	background: url(../images/4535.png) left center no-repeat;
	display: block;
	float: left;
}
.form-hint-txt{
	padding: 20px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c72c2c;
	border-bottom: solid 1px #e8e7ed;
}

.form-hint-txt1{
	padding:0 20px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c72c2c;
	background-image: linear-gradient(#f7f8fa, #f7f8fa), linear-gradient(#646464, #646464);
}


.form-table{
	width: 100%;
	margin-top: 20px;
	border: solid 1px #e8e7ed;
}
.form-table tr th{
	padding: 0 20px;
	height: 39px;
	line-height: 39px;
	background: #f7f8fa;
	border-bottom: solid 1px #e8e7ed;
}
.form-table tr th h3{
	font-size: 16px;
	font-weight: bold;
	color: #646464;
	display: inline-block;
	float: left;
}
.form-table tr th p{
	display: inline-block;
	float: right;
}
.form-table tr td{
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #e8e7ed;
}
.f-td-tit{
	color: #646464;
	text-align: right;
}
.star-txt{
	color: #c72c2c;
}


.tb-put{
	width: 310px;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #646464;
	border: solid 1px #e8e7ed;
	display: inline-block;
	float: left;
}

.sel {
  	width: 310px;
  	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	border: solid 1px #e8e7ed;
    color: #646464;
    font-size: 14px;
    float: left;
    display: block;
}
.sel-wid1{
	width: 140px;
}
.sel-wid2{
	width: 297px;
}
.rd-put{
	width: 18px;
	height: 18px;
	margin: 0 20px 0 5px !important;
	border: solid 1px #e8e7ed;
}
.form-txt{
	width: 768px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #646464;
	text-align: center;
	background:#e7f1ef;
	border: solid 1px #e8e7ed;
}
.tb-put-wid1{
	width: 300px;
}

.tb-put-wid2{
	width: 130px;
}
.f-btn{
	width: 200px;
	margin: 20px auto;
}
.hold-btn{
	width: 85px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #646464;
	background:#f7f8fa;
	border-radius: 3px;
	border: solid 1px #e8e7ed;
	display: block;
	cursor: pointer;
}
.hold-btn:hover{
	background:#EFEFEF;
}
.submit-btn{
	width: 85px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #c72c2c;
	border-radius: 3px;
	display: block;
	cursor: pointer;
}
.submit-btn:hover{
	background:#a02020;
}
.imgbg1{
	background: url(../images/4548.png) left center no-repeat;
	position: relative;
}
.imgbg2{
	background: url(../images/4549.png) left center no-repeat;
	position: relative;
}
.imgbg3{
	background: url(../images/4599.png) left center no-repeat;
	position: relative;
}
.imgbg4{
	background: url(../images/4600.png) left center no-repeat;
	position: relative;
}
.tb-icon tr td .fwjg-img-box p{
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-left: 22px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px 0px #EFEFEF;
}
.fwjg-img-box .arrows{
	width: 42px;
	height:15px;
	margin: 15px 0px 0px 135px;
	background: url(../images/4505.png) left center no-repeat;
	display: block;
}

.triangle{
	width: 7px;
	height:13px;
	margin: 15px 0px 0px 135px;
	background: url(../images/4582.png) left center no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	right: -7px;
	margin-top: -6px;
	z-index: 1;
}
.newboxbg{
	padding-bottom: 30px;
	background: url(../images/4506.png) bottom center no-repeat;
}

.hotspot-tag{
	width: 280px;
	height: 122px;
	background-color: #f9f9f9;
	float: left;
	vertical-align: middle;
    text-align: center;
	border: solid 1px #f1f1f1;
	display: block;
	transition: all .3s ease;
}
.hotspot-tag:hover{
	border: solid 1px #e9280c;
	background-color: #FFFFFF;
}
.hotspot-tag>div{
	padding: 30px;
	display: inline-block;
	float: left;
}

.hotspot-tag>p{
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0px;
	color: #4d4d4d;
	display: inline-block;
	float: left;
}


.hotspot1-tag{
	width: 185px;
	height: 120px;
	background-color: #f9f9f9;
	float: left;
	vertical-align: middle;
    text-align: center;
	border: solid 1px #f1f1f1;
	display: block;
	transition: all .3s ease;
}
.hotspot1-tag:hover{
	border: solid 1px #e9280c;
	background-color: #FFFFFF;
}
.hotspot1-tag>div{
	padding-bottom:30px;
	padding-left:30px;
	padding-right:10px;
	padding-top:30px;
	display: inline-block;
	float: left;
}

.hotspot1-tag>p{
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0px;
	color: #4d4d4d;
	display: inline-block;
	float: left;
}







.tb-bd-sd tr td{
	border: dashed 1px #a3a3a3;
}


.f-footer{
	padding: 30px 0;
	background: #a51414;
	overflow: hidden;
	border-bottom: solid 10px #616060;
}
.f-bottom{
	width: 1000px;
	margin: 0px auto;
}
.f-bottom p{
	line-height: 30px;
	margin-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
}
.bottom-ico{
	margin-left: 150px;
	display: inline-block;
	float: left;
}

.bottom-ico img{
	display: block;
}

.foot-rt{
	margin-left: 10px;
	display: inline-block;
	float: left;
}




.f-foot-link{
	margin-bottom: 30px;
	overflow: hidden;
}
.f-foot-link a{
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #FFFFFF;
	border-right: solid 1px #c2a062;
	display: inline-block;
	float: left;
}


