/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"xq";
	src:url("../fonts/xq.ttf");
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	height:265px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-bg.jpg);
	padding-top: 15px;
}
.header-1{
	background-color: #bf192a;
}
.header-1 a:hover{
	font-weight: bold;
}
.header-1 .fr+.fr{
	margin-right: 45px;
}
.header-1 .fl,
.header-1 .fr{
	height: 33px;
	line-height: 33px;
	font-size: 15px;
	color: #fff;
}
.logo-wp{
	padding: 20px 50px 0;
}
.logo{
	position: relative;
}
.logo-bg1{
	position: absolute;
	left:0px;
	height: 10px;
	width: 50%;
	top: 18px;
}
.logo-bg1::before{
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	right: 120px;
	bottom: 0;
	background-image: url(../images/logo-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.logo-bg2{
	position: absolute;
	right:0px;
	height: 10px;
	width: 50%;
	top: 18px;
}
.logo-bg2::before{
	position: absolute;
	content:"";
	right: 0;
	top: 0;
	left: 120px;
	bottom: 0;
	background-image: url(../images/logo-bg2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.logo-div{
	width: 129px;
	margin:0 auto;
	position: relative;	z-index: 50;
}
.logo-div a,.logo-div img{
	display: block;
	width: 100%;
}
.nav-wp{
	margin-top: 15px;
}
.nav{
	border-left: 1px solid #c7a482;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	font-size: 0;
	line-height: normal;
}
.nav>ul>li{
	border-right: 1px solid #c7a482;
	padding-top: 6px;
}
.nav>ul>li>a{
	display: block;
}
.nav>ul>li>a h1{
	display: inline-block;
	margin:0;
	font-size: 20px;
	color: #333;
	writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-family:"xq";
  font-weight: bold;
}
.nav>ul>li>a:hover h1{color: #bf192a;}
.nav>ul>li>a h2{
	display: inline-block;
	margin:0;
	font-family: "Arial";
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-align: left;
  vertical-align: top;
  margin-right: 6px;
  padding-top: 5px;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
body.cur{
	overflow: hidden;
}
.main1{
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
	padding: 40px 0 75px;
}
.main1-1::after{
	position: absolute;
	width: 134px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left: -77px;
	top: 50%;
	margin-top: -77px;
	content:"";
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.main1-1{
	width: 975px;
	height: 629px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-1.jpg);
	cursor: pointer;
	position: relative;
}
.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}
.main1-2{
	overflow: hidden;
	height: 629px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main1-2.jpg);
	padding: 20px 35px 0;
	-webkit-background-size: cover;
		background-size: cover;
}
.main-title{
	position: relative;
}
.main-title-upper h1{
	text-transform: uppercase;
}
.main-title h1{
	margin:0;
	font-size: 50px;
	font-family: "xq";
	color:#b58b1a;
}
.main-title h2{
	margin:0;
	font-size: 50px;
	font-family: "xq";
	color:#b58b1a;
	/*font-weight: bold;*/
	margin-top: 5px;
}
.main1-2 .main-title h1{font-size: 34px;}
.main1-2 .main-title h2{font-size: 34px;}
.main1-2-con{
	margin-top: 35px;
}
.main1-2-con h1{
	margin:0;
	font-size: 24px;
	font-family: "xq";
	color:#b58b1a;
}
.main1-2-con p{
	margin:0;
	font-size: 14px;
	color:#fff;
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: justify;
	margin-top: 10px;
}
.main1-2-pic{
	margin-top: 30px;
	margin-left: -35px;
	margin-right: -35px;
}
.main1-2-pic img{
	display: block;
	width: 100%;
}
.main1-2 .more1{
	position: relative;
	top: -8px;
	z-index: 10;
}
.more1 a{
	display: block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	color: #b58b1a;
	letter-spacing: 1px;
	padding-left: 12px;
}
.more1 a:hover{
	font-weight: bold;
}
.main1-bottom{
	margin-top: 24px;
}
.main1-3-a{
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #c1192a;
}
.main1-3-a a:hover,.main1-3-a a.cur{
	font-weight: bold;
}
.main1-3-list-wp{
	margin-top: 50px;
}
.main1-3-pic{
	border:2px solid #c6a755;
	position: relative;
}
.main1-3-pic_left_top{
	position: absolute;
	width: 15px;
	height: 15px;
	border-right: 2px solid #c6a755;
	border-bottom: 2px solid #c6a755;
	top: -2px;
  left: -2px;
  border-radius: 0 0 15px 0;
  z-index: 50;
  background-color: #f5f4f3;
}
.main1-3-pic_right_top{
	position: absolute;
	width: 15px;
	height: 15px;
	border-left: 2px solid #c6a755;
	border-bottom: 2px solid #c6a755;
	top: -2px;
  right: -2px;
  border-radius: 0 0 0 15px;
  z-index: 50;
  background-color: #f5f4f3;
}
.main1-3-pic_left_bottom{
	position: absolute;
	width: 15px;
	height: 15px;
	border-right: 2px solid #c6a755;
	border-top: 2px solid #c6a755;
	bottom: -2px;
  left: -2px;
  border-radius: 0px 15px 0 0;
  z-index: 50;
  background-color: #f5f4f3;
}
.main1-3-pic_right_bottom{
	position: absolute;
	width: 15px;
	height: 15px;
	border-left: 2px solid #c6a755;
	border-top: 2px solid #c6a755;
	bottom: -2px;
  right: -2px;
  border-radius: 15px 0 0 0;
  z-index: 50;
  background-color: #f5f4f3;
}
.main1-3-pic .imgbox_a{
	padding-bottom: 60.6%;
	z-index: 15;
}
.main1-3-con{
	margin-top: 4px;
	background-color: #c11829;
	padding: 15px 25px 20px;
	position: relative;
}
.main1-3-con_left_bottom{
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 0px;
  left: 0px;
  border-radius: 0 15px 0 0 ;
  z-index: 50;
  background-color: #f5f4f3;
}
.main1-3-con_right_bottom{
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 0px;
  right: 0px;
  border-radius:15px 0 0 0 ;
  z-index: 50;
  background-color: #f5f4f3;
}
.main1-3-con h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-family: "xq";
	color: #fff;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
}
.main1-3-con-wei{
	margin-top: 15px;
}
.main1-3-con-wei .fl{
	font-family: "xq";
	font-size: 18px;
	color: #fff;
}
.main1-3-con-wei .fr{
	border:1px solid #e7a9ab;
	font-size: 12px;
	color: #e8b2af;
	padding: 4px 12px;
	border-radius: 4px;
}
.main2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
}
.main2-div{
	min-height: 627px;
	padding-top: 70px;
	position: relative;
}
.main2-yz{
	position: absolute;
	right: 0;
	height: 69%;
	top: 15.5%;
}
.main2-yz img{
	height: 100%;display: block;
}
.main2-con-p{
	font-size: 13px;
	color: #b58b1a;
	line-height: 1.8;
	width: 380px;
	letter-spacing: 3px;
	margin-top: 30px;
}
.main3{
	padding: 55px 0 75px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
}
.main3 .main1-3-a.visible-xs-block{
	display: inline-block!important;
	position: relative;
	bottom: 0;
	margin:30px auto 0;
}
.main3-list-wp{
	padding: 70px 0;
}
.main3-hong{
	display: block;
	width: 215px;
	height: 141px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-hong.png);
	padding-right: 53px;
	padding-top: 25px;
	font-size: 24px;
	color: #fff;
	font-family: "xq";
	text-align: center;
	cursor: pointer;
}
.main3-hong:hover{
	font-weight: bold;
}
.main3-list .item .main3-hong img{
	width: 66px;
	margin:0 auto 5px;
}
.main3-dl dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.main3-dl{
	position: relative;
}
.main3-dl dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.main3-dl dd:first-child{
	width: 65.956666%;
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.main3-dl dd:first-child+dd{
	margin-left: 68.666666%;
}
.main3-pic .imgbox_a{
	padding-bottom: 92%;
}
.main3-dl dd:first-child .main3-pic .imgbox_a{
	padding-bottom: 44.58%;
}
.main3-h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 8px 15px;
	font-family: "xq";
	background-color: #c11829;
}
.main4{
	padding: 95px 0;
	min-height: 891px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main4-bg.jpg);
}
.main4-con{
	width: 380px;
	margin-top: 60px;
}
.main4-con h1{
	margin:0;
	font-size: 24px;
	color: #b58b1a;
	font-family: "xq";
}
.main4-con p{
	margin:0;
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 3px;
	margin-top: 15px;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-image: url(../images/erji.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 130px 0 80px;
	position: relative;
}
.footer-1-line{
	position: absolute;
	left: 50px;
	right: 50px;
	top: 66px;
	height: 10px;
}
.footer-1-line::before{
	position: absolute;
	left: 0;
	right: 20px;
	top: 0;
	bottom: 0;
	content:"";
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/foo1-line1.png);
}
.footer-1-line::after{
	position: absolute;
	left: 20px;
	right: 0px;
	top: 0;
	bottom: 0;
	content:"";
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/foo1-line2.png);
}
.footer-1-list{
	position: relative;
}
.search{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 230px;
	border:1px solid #c0192a;
	border-radius: 999em;
	padding: 0 45px 0 22px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	border:0;
	color: #333;
	line-height: 1.428571;
	background-color:transparent;;
	font-size: 14px;
	padding: 8px 0px;
}
.search input[type="image"]{
	position: absolute;
	right: 15px;
	top: 8px;
	width:22px;
}
.footer-1-list ul{
	margin:0;
}
.footer-1-list li{
	float: left;
}
.footer-1-list li+li{
	margin-left: 93px;
}
.footer-1-list li h1{
	margin:0;
	font-size: 20px;
	color: #333;
	letter-spacing: 2px;
}
.footer-1-list dl{
	margin:0;
	padding-top: 12px;
}
.footer-1-list dd{
	font-size: 15px;
	color: #333;
	margin-top: 5px;
	letter-spacing: 2px;
}
.footer-1-list dd a:hover{
	color: #c21e2e;
}
.footer-2{
	background-image: url(../images/footer-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.footer-2-div{
	min-height: 820px;
	padding: 460px 0 0px;
}
.footer-3{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	background-color: rgba(192,25,42,0.5);
	padding: 20px 0;
	line-height: 1.8;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
}
.foo2-1{
	height: 41px;
	line-height: 41px;
	font-size: 39px;
	color: #fff;
	padding-left: 220px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/phone.png);
}
.foo2-2{
	padding: 22px 0 27px;
}
.foo2-2 dl{
	margin:0;
}
.foo2-2 dd{
	float: left;
}
.foo2-2 dd+dd{
	border-left: 2px solid #fff;
}
.foo2-2 dd{
	padding: 0 25px;
}
.foo2-2 dd:first-child{
	padding-left: 0;
}
.er{
	width: 55px;
	margin-right: 10px;
	margin-top: 2px;
}
.er img{
	display: block;
	width: 100%;
}
.er-con{
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1.2;
}
.foo2-3{
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-image: url(../images/footer-1.jpg);
	background-color: #fff;
	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	background-image: url(../images/footer-1.jpg);
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 18px;
	width: 100%;
	color:#333;
	font-family: "xq";
	text-transform: uppercase;
	font-weight: bold;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 15px;
	padding-left: 25px;
	font-family: "xq";
	width: 100%;
	color:#333;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 110px;
   margin-left: 15px;
   margin-top: 14px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.erji{
	background-image: url(../images/erji.jpg);
	padding: 60px 0 0px;
}
.erji-content{
	margin-top: 30px;
}
.xinwen dl{
	margin:0;
}
.xinwen dd{
	background-color: #fff;
	padding: 21px;
	border:2px solid #c6a755;
	position: relative;
}
.xinwen dd+dd{margin-top: 40px;}
.xinwen-pic{
	width: 259px;
	margin-right: 28px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 66%;
}
.xinwen-con{
	overflow: hidden;
	padding-top: 15px;
}
.xinwen-con h1{
	margin:0;
	font-size: 28px;
	color: #000;
	font-family: "xq";
}
.xinwen-con h1 a:hover{
	color: #c11829;
}
.xinwen-con h2{
	margin:0;
	font-size: 18px;
	color: #000;
	font-family: "xq";
	margin:15px 0 13px;
}
.xinwen-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.fenye ul{
	margin:0;
}
.fenye{
	margin-top: 60px;
	text-align: center;
}
.danpian{
	background-color: #fff;
	padding: 30px;
	border:2px solid #c6a755;
	position: relative;
}
.danpian-h1{
	font-size: 32px;
	color:#333;
	text-align: center;
	font-family: "xq";
}
.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 16px;
	color:#666;
}
.dan-a a:hover{
	color:#c11829;
}
.erji1{
	background-image: url(../images/er-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 832px;
	padding-top: 255px;
}
.erji2-top{
	background-image: url(../images/erji2-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 90px 0 35px;
}
.erji2-bottom{
	background-image: url(../images/erji2-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 85px 0 100px;
}
.erji2-bottom1 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-family: "xq";
}
.erji2-bottom1 h2{
	margin:0;
	font-size:19px;
	color: #fff;
	font-family: "xq";
	margin-top: 10px;
}
.erji-bottom2 {
	padding: 40px 0 170px;
}
.erji-bottom2 dl{
	margin:0;
	display: flex;
	justify-content: space-between;
}
.erji-bottom2 dd{
	width: 379px;
}
.erji-bottom2 dd>a{
	display: block;
	height: 231px;
	background-image: url(../images/erji2-bai.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding-top: 30px;
}
.erji-bottom2 dd>a h1{
	margin:0;
	font-size: 105px;
	font-family: "xq";
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #b58b1a;
}
.erji-bottom2 dd>a h2{
	margin:0;
	font-size: 25px;
	text-align: center;
	color: #b58b1a;
	margin-top: 25px;
}
.erji-bottom3-left{
	width: 40%;
	position: relative;
}
.erji-bottom3-left h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-family: "xq";
}
.erji-bottom3-left p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 20px;
}
.erji-bottom3-left img{
	display: block;
	margin-left: auto;
	margin-top: 15px;
}
.erji-bottom3-left-imgts{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 2;
	font-size: 14px;
	color: #fff;
}
.erji-bottom3-right{
	width: 38.6%;
	position: relative;
}
.erji-bottom3-right img{
	display: block;
	width: 100%;
}
.erji-bottom3-right h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-family: "xq";
}
.erji-bottom3-right p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.erji3{
	background-image: url(../images/erji3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding:135px 0 0px;
	padding-left: calc((100% - 1443px)/2);
}
.erji3-div{
	margin-top: 60px;
	position: relative;
	height: 994px;
}
.erji3-bg{
	position: absolute;
	left: 435px;
	top: 0;
	right: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/erji3-2.jpg);
}
.erji3-con{
	width: 375px;
	padding-top:40px;
}
.erji3-con h1{
	margin:0;
	font-size: 24px;
	color: #b58b1a;
	font-family: "xq";
}
.erji3-con p{
	margin:0;
	font-size: 18px;
	color: #000;
	font-family: "xq";
	line-height: 1.6;
	margin-top: 15px;
}
.erji4{
	background-image: url(../images/erji4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding:100px 0;
}
.erji4-list{
	padding-top: 50px;
}
.erji4-list dl{
	margin:0;
	margin-left: -2%;
}
.erji4-list dd{
	float: left;
	width: 31.33333%;
	margin-left: 2%;
	margin-top: 2%;
}
.erji4-pic .imgbox_a{
	padding-bottom:91.5%;
}
.erji4-con{
	background-color: #c1192a;
	padding: 30px 25px;
}
.erji4-con h1{
	margin:0;
	font-size: 33px;
	font-family: "xq";
	color: #fff;
	text-transform: uppercase;
}
.erji4-con h2{
	margin:0;
	font-size: 36px;
	font-family: "xq";
	color: #fff;
	margin-top: 10px;
}
.erji4-con-r{
	width: 96px;
	margin-top: 50px;
}
.erji4-con-r>a{
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/erji4-a.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 12px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 2px;
}
.erji4-con-r>a:hover{
	font-weight: bold;
}
.pro1{
	padding: 80px 0;
}
.pro2{
	padding: 100px 0 120px;
	background-image: url(../images/pro2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.pro2-2{
	margin-top: 145px;
}
.pro2-div{
	margin-top: 85px;
}
.pro2-pic1{
	width: 863px;
	margin-left: 70px;
}
.pro2-con{
	overflow: hidden;
}
.pro2-con h1{
	margin:0;
	font-size: 24px;
	color: #b58b1a;
	font-family: "xq";
	padding-bottom: 25px;
}
.pro2-con p{
	font-size: 14px;
	color: #333;
	/*font-family: "xq";*/
	line-height: 1.8;
}
.pro2-con1{
	max-width: 360px;
}
.pro2-con2{
	margin-top: 40px;
}
.pro2-pic3{
	width: 567px;
	margin-left: 120px;
}
.pro-con3{
	padding-bottom: 50px;
}
.pro-con3 img{
	display: block;
}
.pro-con3 h2{
	margin:0;
	font-size: 24px;
	color: #b58b1a;
	font-family: "xq";
	padding-bottom: 25px;
}
.pro3{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pro3-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}
.pro3-title{
	width: 383px;
	height: 69px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pro3-title.png);
	font-size: 43px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	font-family: "xq";
	letter-spacing: 8px;
	margin:0 auto;
}
.pro3-list-wp{
	margin-top: 80px;
	position: relative;
	padding-left: 78px;
	min-height: 735px;
}
.pro3-list-wp::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 498px;
	content:"";
	background-image: url(../images/pro3-list-title.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pro3-list .item img{
	max-width: 173px;
}
.pro1-menu{
	width: 236px;
	margin-right: 54px;
}
.pro1-menu dl{
	margin:0;
}
.pro1-menu dd+dd{
	margin-top: 35px;
}
.pro1-menu dd>a{
	display: block;
	padding: 20px 15px 20px 25px;
	font-size: 24px;
	font-family: "xq";
	color:#fff;
	background-color: #c11829;
	border-radius: 8px;
}
.pro1-menu dd>a:hover,
.pro1-menu dd.cur>a{
	font-weight: bold;
}
.pro1-menu dd>a img{
	margin-top: -3px;
	margin-right: 15px;
	width: 47px;
}
.pro1-con,.pro1-list{
	overflow: hidden;
}
.pro1-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.pro1-list dd{
	float: left;
	width: 31.33333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.pro1-list dd>a{
	display: block;
	background-image: url(../images/pro1-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 416px;
	padding: 20px 10px 0;
}
.pro1-pic .imgbox_a>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pro1-list dd>a:hover .pro1-pic .imgbox_a>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pro1-list dd>a:hover .pro1-h1{font-weight: bold;}
.pro1-pic .imgbox_a{
	padding-bottom: 79.19%;
}
.pro1-h1{
	font-size: 20px;
	color: #fff;
	font-family: "xq";
	text-align: center;
	margin-top: 43px;
}
.shichang{
	padding: 60px 0;
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.shichang-div{
	width: 1200px;
	margin:50px auto 0;
}


.map_tc{
	max-width: 380px;
}

.map_tc-top{
	background-color: #c11829;
	font-size: 24px;
	color: #fff;
	font-family: "xq";
	padding: 12px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.map_tc-bottom{
	border:1px solid #c6a755;
	border-top: 0;
	padding: 10px 20px 13px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.map_tc-bottom dl{
	margin:0;
}

.map_tc-bottom dd+dd{
	margin-top: 3px;
}

.map_tc-bottom dd{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
}

.map_tc-bottom dd span{
	float: left;
	font-family: "xq";
}

.map_tc-bottom-con{
	overflow: hidden;
	font-family: "xq";
}

.shichang-div.hidden-lg{
	width: 100%;
	margin-top: 0
}

.shichang-list ul{
	margin:0;
	margin-left: -4%;
	font-size: 0;
	line-height: normal;
}

.shichang-list li{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-left: 4%;
	margin-top: 4%;
}
.shichang-list li .map_tc{
	max-width: 100%;
}

.zbdh{
	font-size: 32px;
	color: #c1192a;
	font-family: "xq";
	margin-top: 25px;
  text-align: center;
}


.cebian dl{
	margin:0;
}

.cebian{
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 104px;
	z-index: 955;
}

.cebian dd:nth-child(4){display: none;}
.cebian.cur dd:nth-child(4){display: block;}
.cebian dd{
	background-repeat: no-repeat;
	background-position: center;
}
.cebian dd>a{
	display: block;
	height: 100px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 66px;
}
.cebian dd>a:hover{
	font-weight: bold;
}
.cebian dd+dd{
	margin-top: 10px;
}