@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-size: 16px;
}

a {
	display: block;
  	/*cursor: pointer;*/
	text-decoration: none;
}

p {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

@font-face {
	font-family: 'SourceHanSansCN-Light';
	/*src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.eot?qzka6g');
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.woff') format('woff'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.ttf') format('truetype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Light.svg#icomoon') format('svg');*/
	src: local('黑体'),
		local('PingFangSC');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Medium';
	/*src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.eot?qzka6g');
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.woff') format('woff'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.ttf') format('truetype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Medium.svg#icomoon') format('svg');*/
	src: local('黑体'),
		local('PingFangSC');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	/*src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.eot?qzka6g');
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.woff') format('woff'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.ttf') format('truetype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.svg#icomoon') format('svg');*/
	src: local('黑体'),
		local('PingFangSC');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Bold';
	/*src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Bold.eot?qzka6g');
	src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Bold.woff') format('woff'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Bold.ttf') format('truetype'), url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Bold.svg#icomoon') format('svg');*/
	src: local('黑体'),
		local('PingFangSC');
	font-weight: bold;
	font-style: normal;
}

/*字体需要改成外链*/

/*common*/

.header {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1226px;
	height: auto;
	background-color: #602725;
}

.logo {
	float: left;
	margin-top: 37px;
	margin-bottom: 31px;
	margin-left: 74px;
	width: 179px;
	height: 70px;
	overflow: hidden;
	background: url(../img/logo.png) center no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 1331px) and (max-width: 1500px) {
	.logo {
		margin-left: 36px;
	}
}

@media only screen and (max-width: 1330px) {
	.logo {
		margin-left: 16px;
	}
}

.navSearch {
	float: right;
	width: 138px;
	height: 138px;
	position: relative;
	z-index: 33;
}

.navSearch .input_box .text {
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 100%;
	background-color: #602725;
	transition: width .4s;
	-webkit-transition: width .4s;
	-moz-transition: width .4s;
	-ms-transition: width .4s;
	-o-transition: width .4s;
}

.navSearch:hover .input_box .text {
	width: 300%;
}

.navSearch .input_box .text>input {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	outline: none;
}

.navSearch .input_box .text>input::-webkit-input-placeholder {
	color: #fff;
}

.navSearch .input_box .text>input::-moz-placeholder {
	color: #fff;
}

.navSearch .input_box .text>input:-moz-placeholder {
	color: #fff;
}

.navSearch .input_box .text>input:-ms-input-placeholder {
	color: #fff;
}

.navSearch button {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 333;
	width: 138px;
	height: 138px;
	background: url(../img/sou.png) center no-repeat;
	background-size: auto;
	cursor: pointer;
	outline: none;
}

.navbarUl {
	float: right;
	height: 138px;
	box-sizing: border-box;
}

.navbarUl>ul {
	height: 100%;
}

.navbarUl>ul>li {
	float: left;
	height: 100%;
}

.navbarUl>ul>li>a {
	width: 117px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding-top: 42px;
}

@media only screen and (max-width: 1330px) {
	.navbarUl>ul>li>a {
		width: 107px;
	}
}

.navbarUl>ul>li>a .cn {
	font-family: SourceHanSansCN-Light;
	font-size: 16px;
	line-height: 2;
	color: #f6dbc0;
	overflow: hidden;
	white-space: nowrap;
}

.navbarUl>ul>li>a .en {
	font-family: SourceHanSansCN-Light;
	font-size: 12px;
	line-height: 22px;
	color: #d97e7b;
	overflow: hidden;
	white-space: nowrap;
}

.navbarUl>ul>li>a .png {
	width: 100%;
	height: 20px;
	overflow: hidden;
	background: url(../img/navpng.png) center no-repeat;
	background-size: auto 100%;
	margin-top: 12px;
	opacity: 0;
	transition: opacity .3s, margin-top .3s;
	-webkit-transition: opacity .3s, margin-top .3s;
	-moz-transition: opacity .3s, margin-top .3s;
	-ms-transition: opacity .3s, margin-top .3s;
	-o-transition: opacity .3s, margin-top .3s;
}

.navbarUl>ul>li.navTwoAct:hover>a .png {
	opacity: 1;
	margin-top: 2px;
}

.navTwo {
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	min-width: 1226px;
	background-color: #FFFFFF;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}

.navbarUl>ul>li:hover .navTwo {
	height: auto;
	opacity: 1;
}

.navTwo .bg {
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #e6deca;
}

@media only screen and (min-width: 1226px) {
	.navTwo .bg {
		width: calc(50vw - 613px);
	}
}

.navTwo .navTwoBao {
	position: relative;
	z-index: 33;
	width: 1226px;
	margin: 0 auto;
}

.navTwoBao .left {
	float: left;
	width: 834px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 43px;
	padding-bottom: 143px;
}

.navTwoBao .left>ul {
	width: 100%;
	overflow: hidden;
}

.navTwoBao .left>ul>li {
	float: left;
	width: calc(100% / 4);
	height: auto;
	overflow: hidden;
}

.navTwoUl {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.navTwoUl>ul>li>a {
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 36px;
	color: #d2904f;
	text-align: left;
}

.navTwoUl>ul>li:first-child>a {
	font-family: SourceHanSansCN-Light;
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #602c25;
	text-align: left;
}

.navTwoBao .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 392px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e6deca;
	padding-top: 43px;
	padding-left: 70px;
}

.navTwoBao .right .navTwoUl>ul {
	overflow: hidden;
}

.navTwoBao .right .navTwoUl>ul>li {
	width: 50%;
	float: left;
}

.navTwoBao .right .navTwoUl>ul>li:first-child {
	width: 100%;
}

.navTwoBao .right .navTwoUl>ul>li>a {
	color: #444444;
}

.navTwoBao .right .navTwoUl>ul>li:first-child>a {
	color: #602c25;
}

.headerZhan {
	height: 138px;
	overflow: hidden;
}


/*header*/

.inbannar {
	min-width: 1226px;
}

.lunbo {
	height: auto;
}


/*inbannar*/

.infooter {
	overflow: hidden;
	min-width: 1226px;
	background-color: #202020;
}

.infooter>.ron {
	width: 1738px;
	overflow: hidden;
	padding-top: 49px;
	padding-bottom: 29px;
}

@media only screen and (min-width: 1572px) and (max-width: 1738px) {
	.infooter>.ron {
		width: 100%;
	}
}

.infootBao {
	float: right;
	width: 1571px;
	height: auto;
	overflow: hidden;
}

@media only screen and (max-width: 1571px) {
	.infooter>.ron {
		width: 100%;
	}
	.infootBao {
		width: 100%;
	}
}

.infootLogo {
	float: left;
	width: 172px;
	margin-right: 65px;
	height: auto;
}

.infootLogo img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.infootComp {
	float: left;
	width: 756px;
	height: auto;
	overflow: hidden;
	min-height: 220px;
	position: relative;
	box-sizing: border-box;
	padding-top: 8px;
	padding-left: 49px;
	padding-right: 117px;
}

.infootComp:before,
.infootComp:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	width: 1px;
	height: calc(100% - 36px);
	background-color: #353535;
}

.infootComp:after {
	left: auto;
	right: 0;
}

.infootComp .wen {
	float: left;
	width: 340px;
	height: auto;
	overflow: hidden;
	text-align: left;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.infootComp .wen h3 {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 5px;
}

.infootComp .img {
	float: right;
	width: 121px;
	height: auto;
	overflow: hidden;
}

.infootComp .img .erweima,
.infootComp .img .erweima img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.infootComp .img .imgwen {
	padding: 9px 0;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
}

.infootBao .right {
	float: right;
	width: 515px;
	box-sizing: border-box;
	padding-right: 2px;
}

.ri_Inp {
	width: 100%;
	overflow: hidden;
}

.ri_Inp>label {
	float: left;
	display: block;
	width: 239px;
	height: 32px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 8px;
	margin-bottom: 7px;
}

.ri_Inp>label:nth-child(2n) {
	float: right;
}

.ri_Inp>label>input {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 192px;
	height: 100%;
	font-family: SourceHanSansCN-Regular;
	font-size: 12.08px;
	line-height: 32px;
	color: #b4b4b4;
	outline: none;
}

.ri_Inp>label>input::-webkit-input-placeholder {
	color: #b4b4b4;
}

.ri_Inp>label>input::-moz-placeholder {
	color: #b4b4b4;
}

.ri_Inp>label>input:-moz-placeholder {
	color: #b4b4b4;
}

.ri_Inp>label>input:-ms-input-placeholder {
	color: #b4b4b4;
}

.ri_Inp>label>span {
	display: block;
	float: right;
	width: 15px;
	height: 100%;
	background: url(../img/people.png) center no-repeat;
	background-size: auto 15px;
}

.T_area {
	outline: none;
	display: block;
	width: 100%;
	height: 118px;
	background-color: #ffffff;
	border-radius: 5px;
	resize: none;
	box-sizing: border-box;
	padding: 5px 12px;
	font-family: SourceHanSansCN-Regular;
	font-size: 12.08px;
	line-height: 22px;
	color: #b4b4b4;
	margin-bottom: 16px;
}

.subBtn {
	cursor: pointer;
	border: 0;
	width: 110px;
	height: 32px;
	background-color: #ed6c00;
	border-radius: 5px;
	font-family: SourceHanSansCN-Regular;
	font-size: 14.62px;
	line-height: 32px;
	color: #FFFFFF;
}

@media only screen and (min-width: 1481px) and (max-width: 1560px) {
	.infootComp {
		width: 688px;
		padding-right: 49px;
	}
}

@media only screen and (min-width: 1381px) and (max-width: 1480px) {
	.infootComp {
		width: 600px;
		padding-right: 49px;
	}
}

@media only screen and (max-width: 1380px) {
	.infootLogo {
		margin-right: 18px;
	}
	.infootComp {
		width: 500px;
		padding-left: 18px;
		padding-right: 18px;
	}
}

.beian {
	background-color: #000000;
	font-family: SimSun;
	font-size: 12px;
	line-height: 32px;
	color: #808080;
	text-align: center;
}

.beian>.ron {
	width: 1226px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 14px;
}

/*infooter*/

.abtitrong {
	min-width: 1226px;
	background-color: #e6e6e6;
}

.abtitrong .ron {
	width: 1226px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.abtitcomA {
	display: inline-block;
	width: auto;
	height: 58px;
	overflow: hidden;
	padding: 0 25px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 58px;
	color: #a5a5a5;
	white-space: nowrap;
}

.abtitcomA.active {
	color: #703c3a;
}

.parfix {
	min-width: 1226px;
	height: 580px;
	overflow: hidden;
	background: url(../img/parFix.jpg) center no-repeat;
	background-size: cover;
}

.parfix .ron {
	width: 1200px;
	margin: 0 auto;
}

.comNav {
	float: left;
	width: 241px;
	height: auto;
	min-height: 438px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-top: 18px solid #ccbab9;
}

.comNav>ul {
	width: 100%;
}

.comNav>ul>li {
	width: 100%;
	background-color: #FFFFFF;
}

.comNav>ul>li.active {
	background-color: #602725;
}

.comNav>ul>li:hover {
	background-color: #602725;
}

.comNav.parvNav>ul>li.active {
	background-color: #c70009;
}

.comNav.parvNav>ul>li:hover {
	background-color: #c70009;
}

.comNav>ul>li>a {
	width: 100%;
	box-sizing: border-box;
	padding: 19px 0;
	padding-right: 49px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: right;
}

.comNav>ul>li.active>a {
	color: #ffffff;
}

.comNav>ul>li:hover>a {
	color: #ffffff;
}

.comNavTwo {
	display: block;
	background-color: #e6deca;
}

.comNavTwo>ul>li>a {
	width: 100%;
	box-sizing: border-box;
	padding: 19px 0;
	padding-right: 49px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: right;
}

.comNavTwo>ul>li>a:hover {
	color: #FFFFFF;
	background-color: #a6937c;
}

.comNavTwo>ul>li.active>a {
	color: #FFFFFF;
	background-color: #a6937c;
}

.comWenTit {
	overflow: hidden;
}

.comWenTit .png {
	float: left;
	width: 79px;
	margin-right: 14px;
	height: 64px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.comWenTit .pngWen {
	font-family: SourceHanSansCN-Light;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #ae864b;
	text-align: left;
	padding-top: 5px;
}

.comTitle {
	min-width: 1226px;
	background-color: #e6e6e6;
}

.comTitle .ron {
	width: 1796px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 7px;
}

@media only screen and (max-width: 1796px) {
	.comTitle .ron {
		width: 100%;
	}
}

.comTitleA {
	float: left;
	padding-bottom: 7px;
	padding-right: 30px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 30px;
	color: #464646;
	transition: color ease-out .3s 0s;
	-webkit-transition: color ease-out .3s 0s;
	-moz-transition: color ease-out .3s 0s;
	-ms-transition: color ease-out .3s 0s;
	-o-transition: color ease-out .3s 0s;
}

.comTitleA:hover {
	color: #703c3a;
}

.comTitleA>span {
	display: block;
	float: left;
	width: 1px;
	height: 30px;
	background-color: #c4c4c4;
	margin-right: 30px;
}

.comTitleA:first-child>span {
	width: 8px;
	height: 30px;
	background: url(../img/comtitlezuo.png) center no-repeat;
	background-size: 100% auto;
	margin: 0 21px;
}

.comH3 {
	font-family: SourceHanSansCN-Light;
	font-size: 28px;
	line-height: 64px;
	color: #000000;
	text-align: center;
	padding-bottom: 4px;
	position: relative;
}

.comH3:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 1px;
	background-color: #dab866;
}

.compTit {
	min-width: 1226px;
	height: auto;
	background-color: #e6e6e6;
}

.compTit .ron {
	width: 1226px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.compTitA {
	display: inline-block;
	vertical-align: top;
	width: 167px;
	height: 165px;
	overflow: hidden;
	margin-top: -107px;
	margin-right: 1px;
}

.huangguan {
	width: 100%;
	height: 27px;
	background: url(../img/huangguan.png) center no-repeat;
	background-size: auto 100%;
	opacity: 0;
}

.compTitA.active .huangguan {
	opacity: 1;
}

.compTitRon {
	width: 100%;
	height: 138px;
	background-color: #f2f2f2;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 33px;
}

.compTitRon .img {
	width: 100%;
	height: 46px;
	overflow: hidden;
	position: relative;
}

.compTitRon .img img {
	display: block;
	width: auto;
	margin: 0 auto;
	height: 100%;
}

.compTitRon .img .imgR {
	position: relative;
	z-index: 11;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.compTitRon .img .imgZ {
	position: absolute;
	z-index: 33;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity ease-out .3s 0s;
	-webkit-transition: opacity ease-out .3s 0s;
	-moz-transition: opacity ease-out .3s 0s;
	-ms-transition: opacity ease-out .3s 0s;
	-o-transition: opacity ease-out .3s 0s;
}

.compTitA:hover .compTitRon .img .imgZ {
	opacity: 1;
}

.compTitA.active .compTitRon .img .imgZ {
	opacity: 1;
}

.compTitRon .wen {
	margin-top: 17px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color ease-out .3s 0s;
	-webkit-transition: color ease-out .3s 0s;
	-moz-transition: color ease-out .3s 0s;
	-ms-transition: color ease-out .3s 0s;
	-o-transition: color ease-out .3s 0s;
}

.compTitA:hover .compTitRon .wen {
	color: #703c3a;
}

.compTitA.active .compTitRon .wen {
	color: #703c3a;
}

/*html*/