/**************************************/
/*************[公用start]**************/
/**************************************/



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;
}

.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 {
	background-color: #fff;
	position: relative;
	z-index: 888;
	height: 106px;
}


#header.header-index {
	background-color: transparent;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(../images/heidi.png);
}



.logo {
	width: 138px;
	margin-top: 9px;
}

.logo img,
.logo a {
	display: block;
	width: 100%;
}


.nav ul {
	margin: 0;
}

.nav>ul>li {
	float: left;
}

.nav>ul>li+li {
	margin-left: 60px;
}

.nav>ul>li>a {
	display: block;
	height: 106px;
	line-height: 106px;
	font-size: 18px;
	color: #333;
}



.nav>ul>li.cur>a,
.nav>ul>li:hover>a {
	color: #E93918;
}

.nav>ul>li {
	float: left;

	position: relative;

}



.nav>ul>li>ul {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top: 100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	border-top: 1px solid #fff;
	box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.15);
}

.nav>ul>li>ul>li+li {
	border-top: 1px solid #eee;
}

.nav>ul>li>ul>li>a {
	display: block;
	padding: 13px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	/*transition: .3s;*/
	text-align: center;

}

.nav>ul>li>ul>li>a:hover {
	color: #E93918;
}



.header-index .nav>ul>li>ul {
	box-shadow: none;
	background-color: transparent;
	background-image: url(../images/heidi.png);
	border-top: 0;
}

.header-index .nav>ul>li>ul>li {}

.header-index .nav>ul>li>ul>li>a {
	color: #fff !important;
}

.header-index .nav>ul>li>ul>li>a:hover {
	font-weight: bold;
}

.header-index .nav>ul>li>ul>li+li {
	border-top: 0px solid #eee;
}








#header.header-index .nav>ul>li>a {
	color: #fff;
}

#header.header-index .nav>ul>li.cur>a,
#header.header-index .nav>ul>li:hover>a {
	color: #fff;
	font-weight: bold;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main {}

.fafa .slides>li {
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li img.phone-img {
	display: none;
	width: 100%;
}



.banner {
	position: relative;
}

.banner-a {
	position: absolute;
	left: 0;
	bottom: 183px;
	width: 100%;
	z-index: 100;
}

.banner-a dl {
	margin: 0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.banner-a dd {
	display: inline-block;
	width: 130px;
	margin: 0 28px;
	vertical-align: middle;
}

.banner-a dd>a {

	display: block;
	height: 130px;
	background-color: #fff6f4;
	border-radius: 50%;
	transition: background-color .3s, color .3s;
	font-size: 16px;
	color: #ec4b15;
	line-height: 1;
	padding-top: 37px;
	text-align: center;
	position: relative;
	font-size: 0px;
}

.banner-a dd>a:hover {
	font-size: 16px;
	padding-top: 60px;
	color: #fff;
	background-color: #E93918;
}

.banner-a dd>a:hover .banner-a-ico {
	display: none;
}

.banner-a-ico {
	width: 56px;
	height: 56px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 6px;
	transition: background-image .3s;
}

.banner-a-ico1 {
	background-image: url(../images/banner-a-ico1.png);
}

.banner-a-ico2 {
	background-image: url(../images/banner-a-ico2.png);
}

.banner-a-ico3 {
	background-image: url(../images/banner-a-ico3.png);
}

.banner-a-ico4 {
	background-image: url(../images/banner-a-ico4.png);
}

.banner-a-ico5 {
	background-image: url(../images/banner-a-ico5.png);
}



.banner-a dd>a:hover .banner-a-ico1 {
	background-image: url(../images/banner-a-ico1h.png);
}

.banner-a dd>a:hover .banner-a-ico2 {
	background-image: url(../images/banner-a-ico2h.png);
}

.banner-a dd>a:hover .banner-a-ico3 {
	background-image: url(../images/banner-a-ico3h.png);
}

.banner-a dd>a:hover .banner-a-ico4 {
	background-image: url(../images/banner-a-ico4h.png);
}

.banner-a dd>a:hover .banner-a-ico5 {
	background-image: url(../images/banner-a-ico5h.png);
}


.search {
	position: absolute;
	width: 457px;
	left: 50%;
	margin-left: -228px;
	bottom: 74px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 120;
	padding-left: 56px;
}

.search input:focus {
	outline: none;
}

.search input[type="text"] {
	display: block;
	width: 100%;
	height: 52px;
	background-color: transparent;
	border: 0;
	font-size: 16px;
	color: #000;
	line-height: 1.428571;
}

.search input[type="button"] {
	position: absolute;
	width: 112px;
	height: 52px;
	color: #fff;
	background-color: transparent;
	border: 0;
	background-image: url(../images/search-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	right: 0;
	top: 0;
}

.search input[type="button"]:hover {
	/*font-weight: bold;*/
}



.main0 {
	background-color: #e3d4ab;


}


.tianqi {
	width: 205px;
	height: 87px;
	overflow: hidden;
}

.main0-2 {
	width: 180px;
	margin-left: 50px;
	padding-top: 20px;
}

.main0-2 h1 {
	margin: 0;
	font-size: 16px;
	color: #a57544;
}

.main0-2 h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #a57544;
	margin-top: 8px;
}



.main0-1 {
	width: 545px;

	padding-left: 128px;
	position: relative;
}

.main0-1 span {
	font-size: 18px;
	color: #a57544;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main0-1.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 87px;
	line-height: 87px;
	padding-left: 40px;
}

.fmain0 .slides>li {
	height: 87px;
	line-height: 87px;

	color: #a57544;
	padding-right: 90px;
	position: relative;
}

.fmain0 .slides>li i {
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
}

.fmain0 .slides>li a {
	font-size: 16px;
	color: #a57544;
}

.fmain0 .slides>li a:hover {
	font-weight: bold;
}

.main1 {
	padding: 60px 0;
	background-color: #fff;
}


.main1-1 {
	padding-bottom: 60px;
	border-bottom: 1px solid #dedede;
	min-height: 245px;
	position: relative;
	padding-left: 208px;
}


.main1-1-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 245px;
}

.main1-1-title h1 {
	margin: 0;
	font-size: 16px;
	color: #333;
}


.main1-1-title h1 a:hover {
	color: #E93918;
}


.main1-1-title h2 {
	margin: 0;
	font-size: 28px;
	color: #333;
	margin: 17px 0 23px;
}

.main1-1-dl dl {
	margin: 0;
}

.main1-1-dl dd {
	float: left;
	position: relative;
	width: 23px;
}

.main1-1-dl dd+dd {
	margin-left: 16px;
}

.main1-1-dl dd>a,
.main1-1-dl dd>a>img {
	display: block;
	width: 100%;
}

.main1-1-er {
	position: absolute;
	width: 100px;
	left: 0;
	top: 35px;
	border: 1px solid #ddd;
	display: none;
}

.main1-1-dl dd:hover .main1-1-er {
	display: block;
}


.main1-1-list .item h1 {
	margin: 0;
	font-size: 22px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.main1-1-list .item h1 a:hover {
	color: #E93918;
}

.main1-1-list .item h2 {
	margin: 0;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin: 25px 0 35px;
}

.main1-1-list .item .chi-a {
	margin-top: 0;
}

.main1-2-h1 {
	font-size: 28px;
	color: #333;
	text-align: center;
	padding: 30px 0;
}


.main1-2-div .imgbox_a {
	padding-bottom: 35.25%;
	display: none;
}



.main1-2-div-wp .main1-2-div .imgbox_a.cur {
	display: block;
}

.main1-2-div-wp {
	position: relative;
}

.main1-2-dl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 50;
	background-image: url(../images/heidi.png);
}


.main1-2-dl dl {
	margin: 0;
}

.main1-2-dl dd {
	float: left;
	width: 25%;
	height: 66px;
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	padding-top: 22px;
	transition: padding-top .3s;
	cursor: pointer;
}

.main1-2-dl dd::after {
	position: absolute;
	width: 1px;
	left: 50%;
	background-color: #fff;
	content: "";
	bottom: 0;
	height: 12px;
	transition: height .3s;
}

.main1-2-dl dd.cur {
	padding-top: 11px;
}

.main1-2-dl dd.cur::after {
	height: 25px;
}

.main1-2-con-wp .main1-2-con {
	display: none;
}

.main1-2-con-wp .main1-2-con:first-child {
	display: block;
}


.main1-2-dl22 {
	padding: 40px 0 30px;
}

.main1-2-dl22 dl {
	margin: 0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.main1-2-dl22 dd {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding-top: 9px;
	padding-left: 82px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 63px;
	max-width: 470px;
}


.main1-2-dl22 dd+dd {
	margin-left: 70px;
}


.main1-2-p {
	padding: 0 80px;
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-align: center;
}


.main1-2-a {
	margin-top: 40px;
}

.main1-2-a a {
	display: block;
	width: 154px;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	border-radius: 999em;
	background-color: #79b02c;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.main1-2-a a:hover {
	font-weight: bold;
}

.main2 {
	padding: 90px 0;
	background-image: url(../images/main2-bg.jpg);
}

.main2-dl dl {
	margin: 0;
	margin-left: -2%;
}

.main2-dl dd {
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}

.main2-item .imgbox_a {
	padding-bottom: 77.78%;
	border-radius: 10px;
	overflow: hidden;
}

.main2-item.main2-item-middle .imgbox_a {
	padding-bottom: 162.08%;

}

.main2-item+.main2-item {
	margin-top: 25px;
}


.main2-item .imgbox_a h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/hei.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 50px 40px 28px;
}


.main3 {
	position: relative;
}

.main3-a {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 68px;
	z-index: 50;
}

.main3-a a {
	display: block;
	width: 154px;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	border-radius: 999em;
	background-color: #79b02c;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.main3-a a:hover {
	font-weight: bold;
}

.main3>a {
	display: block;
	/*height: 439px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-bg.jpg);
	position: relative;
	z-index: 15;
}


.main3-con {
	padding: 60px 0 180px;
}


.main3-con img {
	display: block;
	margin: 0 auto;
	width: 93px;
}

.main3-con h1 {
	margin: 0;
	font-size: 42px;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	margin-top: 30px;
}





/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer {
	background-color: #E73524;
}

#footer a {
	transition: color .3s;
}

#footer a:hover {
	color: #fff;
}


.footer-1 {
	padding: 50px 0 70px;
}

.footer-1 h1 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
	background-image: url(../images/hhh1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.foo1-1 {
	margin-right: 50px;
}

.foo1-1 ul {
	margin: 0;
}

.foo1-1 li {
	float: left;
}

.foo1-1 li+li {
	margin-left: 120px;
}

.foo1-1 dl {
	margin: 0;
	padding-top: 3px;
}

.foo1-1 dd {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}


.foo1-2 {
	width: 370px;
	margin-left: 50px;
}

.foo1-2 h1 {
	color: #fff;
}

.er {
	width: 111px;
	margin-right: 25px;
}

.er-con {
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}

.er-wp {
	margin-top: 24px;
}

.foo1-1-p {
	font-size: 14px;
	line-height: 2.4;
	color: #fff;
	margin-top: 25px;
}

.foo1-3 {
	overflow: hidden;
}

.foo1-3-a {
	padding-top: 21px;
}

.foo1-3-a a {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	transition: color .3s;
	line-height: 1.5;
}

.foo1-3-a a:hover {
	color: #fff;
}


.footer-2 {
	border-top: 1px solid #fff;
	padding: 17px 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}

/**************************************************************/
/*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-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.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: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;

}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.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: 135px;
	margin-left: 15px;
	margin-top: 8px;
}

.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样式要求区域]**********/
/**************************************/



.banner-2 {
	height: 330px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


.banner-2 img {
	display: none;
	width: 100%;
}


.erji-top {
	border-bottom: 1px solid #f6f6f6;
}

.erji-nav dl {
	margin: 0;
}

.erji-nav dd {
	float: left;
}

.erji-nav dd+dd {
	margin-left: 40px;
}

.erji-nav dd>a {
	display: block;
	height: 67px;
	line-height: 67px;
	border-bottom: 3px solid #fff;
	font-size: 18px;
	color: #878787;
	padding: 0 8px;
}

.erji-nav dd>a:hover {
	color: #E93918;
}

.erji-nav dd.cur>a {
	color: #E93918;
	border-color: #E93918;
}

.mianbaoxie {
	height: 67px;
	line-height: 67px;
	font-size: 16px;
	color: #878787;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}


.erji-bottom {
	padding: 60px 0;
}


.xinwen-list ul {
	margin: 0;
}

.xinwen-list li {
	padding: 60px 0;
	border-bottom: 1px solid #dadada;
}

.xinwen-list li:first-child {
	padding-top: 0;
}

.xinwen-pic {
	width: 305px;
	margin-right: 56px;
}

.xinwen-pic .imgbox_a {
	padding-bottom: 63%;
}

.more11 {
	padding-top: 60px;
}

.more11 a {
	display: block;
	width: 139px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-image: url(../images/more11.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.more11 a:hover {
	/*background-color: #b68544;*/
	font-weight: bold;
}

.xinwen-con {
	overflow: hidden;
	padding-top: 18px;
}

.xinwen-con h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #909090;
}

.xinwen-con h2 {
	margin: 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 15px 0 22px;
}

.xinwen-con h2 a:hover {
	color: #E93918;
}

.xinwen-con p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	height: 4em;
	color: #666;
	overflow: hidden;
}


.danpian-h1 {
	font-size: 28px;
	line-height: 1.6;
	color: #333;
	text-align: center;

}

.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: #E93918;

}


.yunying-item+.yunying-item {
	margin-top: 60px;
}

.yunying-item .imgbox_a {
	padding-bottom: 40%;
}

.yunying-item .imgbox_a h1 {
	position: absolute;
	z-index: 15;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
	color: #fff;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	height: 88px;
	line-height: 88px;
}

.jieshao1 {
	padding: 60px 0;
}

.jieshao-h1 {
	font-size: 28px;
	color: #333;
}

.jieshao1-div {
	margin-top: 20px;
}

.jieshao1-pic {
	width: 360px;
	margin-left: 50px;
}

.jieshao1-pic .imgbox_a {
	padding-bottom: 121.39%;
}

.jieshao1-con {
	overflow: hidden;
}

.jieshao1-con-p {
	font-size: 16px;
	color: #333;
	line-height: 2.3;
	height: 437px;
	overflow: auto;
	padding-right: 20px;
}

.jieshao1-con-p p {
	margin: 0;
}

.jieshao1-con-p.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.jieshao1-con-p.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1 !important;
}

.jieshao1-con-p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #E93918 !important;
	margin-right: 0;
}


.jieshao2 {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/jieshao2-1.jpg);
}

.jieshao2-div {
	background-color: #fff;
}



.jieshao2-pic {
	width: 360px;
}

.jieshao2-pic .imgbox_a {
	padding-bottom: 127.78%;
}

.jieshao2-con {
	overflow: hidden;
	padding: 65px 35px 0;
	padding-right: 15px;
}


.jieshao2-con-p {
	font-size: 16px;
	color: #333;
	line-height: 2.3;
	height: 16.1em;
	overflow: auto;
	padding-right: 15px;
	margin-top: 20px;
}

.jieshao2-con-p p {
	margin: 0;
}

.jieshao2-con-p.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.jieshao2-con-p.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1 !important;
}

.jieshao2-con-p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #E93918 !important;
	margin-right: 0;
}

.jieshao3 {
	padding: 60px 0;
}

.jieshao3-list {
	margin-top: 45px;
}

.jieshao3-list .item .imgbox_a h1 {
	position: absolute;
	z-index: 15;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 66px;
	line-height: 66px;
}

.chi-pic .imgbox_a {
	padding-bottom: 62.43%;
}

.chi-list {
	padding-top: 30px;
}

.chi-con {
	padding-top: 25px;
}

.chi-con h1 {
	margin: 0;
	font-size: 24px;
	color: #333;
}

.chi-con h1 a {
	transition: color .3s;

}

.chi-con h1 a:hover {
	color: #E93918;
}

.chi-list .row {
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -34px;
}

.chi-list div.chi-item-box {
	padding-left: 17px;
	padding-right: 17px;
	margin-top: 34px;
}

.chi-list .col-lg-6 .chi-con {
	padding-top: 35px;
}

.chi-con p {
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin: 30px 0 50px;
}

.chi-list .col-lg-6 .chi-a {
	margin-top: 0;
}

.chi-a {
	font-size: 0;
	margin-top: 26px;
}

.chi-a a {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 2px solid #000;
	font-size: 14px;
	color: #333;
	transition: border-color .3s, color .3s;
}

.chi-a a:hover {
	color: #E93918;
	border-color: #E93918;
}

.chi1-1 {
	padding: 70px 0;
}

.chi1-2 {
	background-color: #f6f6f6;
}

.xinwen1-2-pic .imgbox_a {
	padding-bottom: 62.2%;
}


.xinwen1-2-dd {
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}



.xinwen1-2-con {
	padding: 10px 5px;
}





.xinwen1-2-con h1 {
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
}



.xinwen1-2-con h1 a:hover {
	color: #c83e33;
}



.xinwen1-2-con h2 {
	margin: 0;
	font-size: 14px;
	color: #c83e33;
	margin: 18px 0;
	text-align: center;
}





.xinwen1-2-con p {
	margin: 0;
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	text-align: center;
}


.index4-list .more2 a {
	display: block;
	margin: 0 auto;
	left: 0px;
	width: 58px;
	text-align: center;

	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
	color: #333;
	text-align: left;
	background-image: none;
	padding: 0;
	transition: width .3s;

}

.index4-list .more2 a:hover {
	color: #bf0e0e;
	width: 80px;
	background-image: url(../images/more2-jt2.png);
}

.index4-list .xinwen1-2-dd>.more2 {

	padding: 18px 0;

	border-top: 1px solid #eaeaea;

}


.main4 {
	padding: 20px 0 50px;
	/*background-color: #fefefe;*/
}







.qixia1 {
	background-color: #fff;
	padding: 0 !important;
	/*height: 189px;*/
}

.qixia1-ico {
	/*width: 116px;*/
	/*margin:0 auto;*/
}

.qixia1-ico .imgbox_a {
	/*padding-bottom: 111.20689655%*/
}

.qixia1-list {
	position: relative;
	top: 15px;
}

#baguetteBox-overlay .full-image figcaption {
	font-size: 18px;
	padding: 10px 15px;
}

.qixia1-list .item {
	/*background-color: #fff;*/
	/*padding: 10px 0;*/
	cursor: pointer;
}

.qixia1-list .item img.curImg {
	display: none;
}

.qixia1-list .item.cur {
	/*background-color: #E93918;*/
}

.qixia1-list .item.cur img {
	display: none;
}

.qixia1-list .item.cur img.curImg {
	display: block;
}

.qixia1-list .item.cur::after {
	display: none !important;
	width: 100%;
	height: 25px;
	background-color: #E93918;
	content: "";
}

.qixia1-list .owl-nav button.owl-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -15px;
	width: 15px;
	height: 30px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}

.qixia1-list .owl-nav button.owl-next {
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -15px;
	width: 15px;
	height: 30px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}











.qixia2-bg {
	height: 468px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.qixia2-bg a {
	width: 0;
	height: 0;
	opacity: 0;
}

.qixia2-bg a.curA {
	display: block;
	height: 100%;
	opacity: 1;
	width: 100%;
	position: relative;
}

.qixia2-bg a.curA::after {
	position: absolute;
	width: 100px;
	height: 100px;
	content: "";
	z-index: 50;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	background-image: url(../images/ck.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}

.qixia2-bg a.curA:hover::after {
	opacity: 1;
	visibility: visible;
}

.qixia2-con {
	padding: 50px 0 15px;
}

.qixia2-p {
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: center;
}

.qixia3 {
	padding-bottom: 60px;
	margin-top: 50px;
}

.qixia2 {
	position: relative;
	overflow: hidden;
}

.qixia2-div {
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
}

.qixia2-div.cur {
	position: relative;
	left: 0;
}

.title-11 {
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-bottom: 30px;
}

.title-11 span {
	font-size: 32px;
	color: #333;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.title-11 span::before {
	position: absolute;
	width: 74px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	right: 100%;
	content: "";
	background-image: url(../images/before.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.title-11 span::after {
	position: absolute;
	width: 74px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 100%;
	content: "";
	background-image: url(../images/after.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.qixia3-list-wp {
	margin-top: 10px;
}

.qixia3-pic .imgbox_a {
	padding-bottom: 62.85%;
}

.qixia3-pic .imgbox_a h1 {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
	z-index: 15;
}


.quanshu3-1-dl {
	padding: 20px 0;
	border: 1px solid #dddddd;
	background-color: #fff;
}

.quanshu3-1-dl dl {
	margin: 0;
}

.quanshu3-1-dl dd {

	float: left;
	width: 25%;
	padding: 18px 15px 15px 25px;
	height: 194px;
	border-left: 1px solid #e9e9e9;
}

.quanshu3-1-dl dd:first-child {
	border-left: 0;
}

.quanshu3-1-dl-dd {
	padding-left: 82px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	min-height: 60px;
}

.quanshu3-1-dl-dd h1 {
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.quanshu3-1-dl-dd p {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 12px;

}

.quanshu3-1-dd-er {
	width: 107px;
	border: 1px solid #d8d6d3;
	position: relative;
	margin-top: 25px;
}

.quanshu3-1-dd-er::before {
	position: absolute;
	width: 16px;
	height: 11px;
	content: "";
	top: -10px;
	background-image: url(../images/jiao6.png);
	left: 16px;
}

.quanshu3-1-dd-er img {
	display: block;
	width: 100%;
}

.quanshu3-1-dl-dd p img {
	margin-top: -3px;
	margin-left: 5px;
}

.hezuo-list.xinwen-list .xinwen-pic {
	width: 180px;
	margin-right: 30px;
}

.hezuo-list.xinwen-list ul {
	margin-top: -3%;
	margin-left: -3%;
}

.hezuo-list.xinwen-list li {
	padding: 0;
	border-bottom: 0;
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.hezuo-list.xinwen-list .xinwen-con {
	padding-top: 14px;
}

.hezuo-list.xinwen-list .xinwen-con h2 {
	margin: 0;
	font-size: 20px;
}

.hezuo-list.xinwen-list .xinwen-con p {
	font-size: 14px;
	margin-top: 15px;
}







.map-wpp {

	height: 420px;

}

.mapp {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}



.contact-dll dl {
	margin: 0;
	margin-left: -2%;
}

.contact-dll dd {
	float: left;
	min-height: 65px;
	padding-left: 89px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 23%;
	margin-left: 2%;
	margin-top: 50px;
}


.contact-dll dd h1 {
	margin: 0;
	font-size: 16px;
	color: #555;
}

.contact-dll dd h2 {
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-top: 10px;
}










.xinwe2-2-list dl {
	margin: 0;
	margin-left: -2%;
}

.xinwe2-2-list dd {
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 30px;
}

.xinwen2-1-pic {
	width: 684px;
	margin-right: 50px;
}

.xinwen2-1-pic .imgbox_a {
	padding-bottom: 62.85%;
}

.main2-pic .imgbox_a {
	padding-bottom: 62.85%;
}

.main2-con {
	padding-top: 30px;
}

.main2-con h1 {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.main2-con h2 {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}

.main2-con h2 a:hover {
	color: #b69552;
}

.xinwen2-1 .main2-con {
	overflow: hidden;
	padding-top: 50px;
}

.xinwen2-1 .main2-con h2 {
	font-size: 24px;
	line-height: 1.6;
	height: 3.2em;
}

.xinwen2-1 .main2-con p {
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 30px;
}

.fxinwen2-1 .flex-control-paging li a {
	background-image: url(../images/arrow-b2.png);
}

.fxinwen2-1 .flex-control-paging li a.flex-active {
	background-image: url(../images/arrow-b2-h.png);
}

.fxinwen2-1 .flex-control-nav {
	text-align: right;
	height: 0;
	bottom: 10px;
}

.fxinwen2-1 .flex-control-nav li+li {
	margin-left: 10px;
}

.fxinwen2-1 .flex-control-nav li {
	margin: 0;
}