* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	line-height: 24px;
	font-size: 16px;
	background: #fff;
	font-family: "microsoft yahei",arial
}

@media (max-width:1500px) {
	body {
		font-size: 14px
	}
}

img {
	border: 0;
	vertical-align: top
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms
}

a:hover {
	color: #224f69
}

input {
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

@font-face {
	font-family:"Alibaba-PuHuiTi-Regular";src:url("../fonts/Alibaba-PuHuiTi-Regular.woff2") format("woff2"),url("../fonts/Alibaba-PuHuiTi-Regular.woff") format("woff"),url("../fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),url("../fonts/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),url("../fonts/Alibaba-PuHuiTi-Regular.svg") format("svg")
}

@font-face {
	font-family:"HVD Fonts - BrandonText-Regular";src:url("../fonts/HVD Fonts - BrandonText-Regular.woff2") format("woff2"),url("../fonts/HVD Fonts - BrandonText-Regular.woff") format("woff"),url("../fonts/HVD Fonts - BrandonText-Regular.ttf") format("truetype"),url("../fonts/HVD Fonts - BrandonText-Regular.eot") format("embedded-opentype"),url("../fonts/HVD Fonts - BrandonText-Regular.svg") format("svg")
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 1300px;
	margin: 0 auto
}

@media (max-width:1440px) {
	.container {
		width: 1200px
	}
}

@media (max-width:1200px) {
	.container {
		width: 100%;
		padding: 0 20px
	}
}

.header {
	height: 100px;
	position: relative
}

.header .logo {
	float: left;
	padding-top: 10px;
	padding-left: 190px
}

.header .logo img {
	margin-right: 15px
}

.header .language {
	float: right;
	color: #181819;
	padding-left: 50px;
	padding-top: 40px;
	padding-right: 150px;
	font-size: 18px
}

.header .language a {
	color: #181819
}

.header .language a:hover {
	color: #224f69
}

.header .language img {
	margin-top: 2px;
	vertical-align: top;
	margin-right: 10px;
	max-height: 20px
}

.header .nav {
	float: right;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.header .nav li {
	float: left;
	margin: 0 5px;
	line-height: 100px;
	font-size: 18px
}

.header .nav li>a {
	color: #333;
	z-index: 10;
	padding: 0 15px;
	display: block;
	position: relative
}

.header .nav li>a:before {
	bottom: 27px;
	content: "";
	height: 5px;
	left: 0;
	width: 0;
	z-index: 9;
	opacity: 0;
	left: 50%;
	display: none\9;
	position: absolute;
	background: #224f69;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}

.header .nav li:hover>a:before,.header .nav .active>a:before {
	width: 100%;
	opacity: 1;
	left: 0
}

.header .nav li:nth-child(2) a:before {
	background: #d92428
}

.header .nav li:nth-child(2):before,.header .nav .active-2>a:before {
	width: 100%;
	opacity: 1;
	left: 0
}

.header .subnav {
	top: 100px;
	left: 0;
	display: none;
	z-index: 100;
	width: 100%;
	position: absolute;
	padding: 60px 0 100px 0;
	background: url(../images/subnav-bg.png) repeat
}

.header .subnav dl {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: "微软雅黑";
	padding-left: 370px
}

.header .subnav dl dt {
	float: left;
	width: 270px;
	padding: 0 20px;
	min-height: 236px;
	border-left: solid 1px #2e5972;
	border-left: solid 1px rgba(255,255,255,0.12);
	border-right: solid 1px #2e5972;
	border-right: solid 1px rgba(255,255,255,0.12)
}

.header .subnav dl dt a {
	color: #fff;
	height: 34px;
	display: block;
	margin-top: 5px;
	line-height: 32px;
    overflow:hidden;
	padding-left: 30px
}

.header .subnav dl dt a:hover {
	background: #376884
}

.header .subnav dl dd {
	width: 325px;
	float: left;
	margin-left: 100px
}

.header .subnav dl dd .tit {
	font-size: 18px;
	margin-bottom: 10px
}

.header .subnav dl dd .pic {
	width: 323px;
	height: 150px;
	position: relative
}

.header .subnav dl dd .txt {
	font-size: 15px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px
}

.header .subnav dl dd i {
	font-size: 20px;
	font-family: "宋体";
	font-style: normal;
	margin-left: -5px;
	display: inline-block
}

@media (max-width:1500px) {
	.header .subnav {
		padding: 40px 0
	}
}

.header .suhnav-two dl {
	padding-left: 160px
}

.header .suhnav-two dl h3 {
	color: #92d2f6;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal
}

.header .suhnav-two dl h3 img {
	margin: 12px 8px 0 0
}

.header .suhnav-two dl h3 a {
	color: #92d2f6;
	margin-top: 0
}

.header .suhnav-two dl h3 a:hover {
	background: none
}

.header .suhnav-two dl dt {
	padding: 0;
	border-left: 0;
	width: 535px
}

.header .suhnav-two dl dt .box {
	float: left;
	width: 50%;
	min-height: 236px;
	padding: 0 20px;
	border-left: solid 1px #2e5972;
	border-left: solid 1px rgba(255,255,255,0.12)
}

.header .subnav-three dl {
	padding-left: 110px
}

.header .subnav-three dl h3 {
	color: #92d2f6;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal
}

.header .subnav-three dl h3 img {
	margin: 12px 8px 0 0
}

.header .subnav-three dl h3 a {
	color: #92d2f6;
	margin-top: 0
}

.header .subnav-three dl h3 a:hover {
	background: none
}

.header .subnav-three dl dt {
	padding: 0;
	border-left: 0;
	width: 650px
}

.header .subnav-three dl dt .box {
	width: 33.333%;
	float: left;
	min-height: 236px;
	padding: 0 20px;
	border-left: solid 1px #2e5972;
	border-left: solid 1px rgba(255,255,255,0.12)
}

.header .menu {
	right: 20px;
	top: 15px;
	display: none;
	vertical-align: middle;
	position: absolute
}

.header .menu img {
	max-height: 32px;
	vertical-align: middle
}

@media (max-width:1200px) {
	.header .menu {
		display: block
	}
}

@media (max-width:1660px) {
	.header .logo {
		padding-left: 100px
	}

	.header .language {
		padding-right: 80px
	}

	.header .subnav dl {
		padding-left: 300px
	}

	.header .suhnav-two dl {
		padding-left: 200px
	}

	.header .subnav-three dl {
		padding-left: 120px
	}
}

@media (max-width:1500px) {
	.header {
		height: 80px
	}

	.header .logo img {
		max-height: 60px
	}

	.header .subnav {
		padding-right: 50px
	}

	.header .language {
		font-size: 16px;
		padding-top: 27px
	}

	.header .nav li {
		font-size: 16px;
		line-height: 80px
	}

	.header .nav li>a {
		padding: 0 13px
	}

	.header .nav li>a:before {
		bottom: 20px
	}

	.header .subnav {
		top: 80px
	}

	.header .subnav dl {
		font-size: 15px
	}

	.header .subnav dl dd .tit {
		font-size: 16px
	}

	.header .subnav dl dd .txt {
		font-size: 14px
	}

	.header .suhnav-two dl h3 {
		font-size: 16px
	}

	.header .suhnav-two dl h3 img {
		margin-top: 13px
	}

	.header .subnav-three dl h3 {
		font-size: 16px
	}

	.header .subnav-three dl h3 img {
		margin-top: 13px
	}
}

@media (max-width:1400px) {
	.header .nav li>a {
		padding: 0 11px
	}
}

@media (max-width:1360px) {
	.header .nav li>a {
		padding: 0 10px
	}
}

@media (max-width:1300px) {
	.header .logo {
		padding-left: 50px
	}

	.header .language {
		padding-right: 50px;
		padding-left: 30px
	}
}

@media (max-width:1200px) {
	.header {
		top: 0;
		left: 0;
		z-index: 999;
		height: 60px;
		width: 100%;
		background: #fff;
		position: fixed
	}

	.header .nav {
		display: none
	}

	.header .language {
		display: none
	}

	.header .logo {
		padding-left: 20px
	}

	.header .logo img {
		max-height: 40px
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	position: fixed;
	background: #fff;
	border-bottom: solid 1px #ddd;
	background: rgba(255,255,255,0.98);
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.phone-nav .box::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

.phone-nav .box::-webkit-scrollbar-thumb {
	background: #000;
	width: 2px
}

.phone-nav .box::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.1)
}

.phone-nav {
	top: 0;
	z-index: 1999;
	position: fixed;
	right: -150%;
	width: 100%;
	height: 100%;
	background: #fff
}

.phone-nav .close {
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 20px
}

.phone-nav .close img {
	max-height: 40px
}

.phone-nav .box {
	height: 100%;
	overflow-y: auto;
	padding: 0 20px 0 20px;
	-webkit-overflow-scrolling: touch;
	background: #fff
}

.phone-nav .list-menu {
	padding-top: 100px;
	 
}

.phone-nav .list-menu li {
	font-size: 20px;
	position: relative;
	line-height: 30px;
	border-bottom: solid 1px rgba(179,179,179,0.3)
}

.phone-nav .list-menu li p {
	margin-top: 10px
}

.phone-nav .list-menu li .tt {
	color: #333;
	font-size: 16px;
	padding-left: 20px;
	font-weight: 600
}

.phone-nav .list-menu li a {
	padding: 20px;
	display: block;
	padding-right: 30px;
	position: relative;
	color: #000
}

.phone-nav .list-menu li a span {
	z-index: 9;
	display: inline-block;
	position: relative
}

.phone-nav .list-menu li i {
	position: absolute;
	right: 0;
	top: 14px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-style: inherit;
	cursor: pointer
}

.phone-nav .list-menu li i:after {
	content: "+";
	color: #666;
	font-size: 28px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	font-family: arial
}

.phone-nav .list-menu .submenu {
	display: none;
	padding-bottom: 20px
}

.phone-nav .list-menu .submenu a {
	color: #555;
	font-size: 16px;
	padding: 0 0 0 20px
}

.phone-nav .list-menu .tt a {
	color: #333;
	padding-left: 0 !important
}

.index-banner-box {
	overflow: hidden;
	position: relative
}

.index-banner-box .video {
	position: relative
}

.index-banner-box .video:before {
	top: -6px;
	left: 0;
	z-index: 9;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6)
}

.index-banner-box .container {
	position: relative
}

.index-banner-box .txtbox {
	top: 130px;
	left: 0;
	color: #fff;
	width: 100%;
	z-index: 10;
	font-family: "Alibaba-PuHuiTi-Regular";
	text-align: center;
	position: absolute
}

.index-banner-box .date {
	margin-top: 15px
}

.index-banner-box .date span {
	margin-right: 20px;
	display: inline-block;
	font-family: arial
}

.index-banner-box .date img {
	max-height: 20px;
	margin-right: 2px;
	margin-top: 2px
}

.index-banner-box .en {
	font-size: 48px;
	line-height: 50px;
	padding-top: 70px;
	font-family: "HVD Fonts - BrandonText-Regular"
}

.index-banner-box .cn {
	font-size: 36px;
	line-height: 40px;
	margin-top: 10px
}

.index-banner-box .cn span {
	font-family: "HVD Fonts - BrandonText-Regular"
}

.index-banner-box .button {
	padding-top: 70px
}

.index-banner-box .button a {
	width: 192px;
	height: 55px;
	color: #fff;
	margin: 0 20px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	border: solid 2px #ade3f5;
	position: relative;
	background: rgba(156,213,232,0.15)
}

.index-banner-box .button a:before {
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 50%;
	position: absolute;
	background: #ade3f5;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-banner-box .button a:hover {
	color: #333
}

.index-banner-box .button a:hover:before {
	left: 0;
	opacity: 1;
	width: 100%
}

.index-banner-box .button span {
	display: block;
	z-index: 2;
	position: relative
}

.index-banner-box .phone-banner {
	display: none
}

@media (max-width:1500px) {
	.index-banner-box .lg img {
		max-height: 100px
	}

	.index-banner-box .en {
		font-size: 30px;
		line-height: 34px;
		padding-top: 30px
	}

	.index-banner-box .cn {
		font-size: 24px;
		line-height: 30px
	}

	.index-banner-box .button {
		padding-top: 30px
	}

	.index-banner-box .button a {
		height: 45px;
		line-height: 43px;
		font-size: 20px;
		border-width: 1px
	}
}

@media (max-width:1200px) {
	.index-banner-box {
		margin-top: 60px
	}

	.index-banner-box .txtbox {
		height: 320px;
		top: 50%;
		margin-top: -160px
	}

	.index-banner-box .videobox {
		display: none
	}

	.index-banner-box .phone-banner {
		text-align: center;
		display: block
	}
}

@media (max-width:767px) {
	.index-banner-box .txtbox {
		height: 200px;
		margin-top: -100px
	}

	.index-banner-box .lg img {
		max-height: 70px
	}

	.index-banner-box .en {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0;
		display: none
	}

	.index-banner-box .cn {
		margin-top: 0;
		font-size: 18px
	}

	.index-banner-box .button {
		padding-top: 10px
	}

	.index-banner-box .button a {
		height: 34px;
		width: 140px;
		margin: 0 5px;
		font-size: 16px;
		line-height: 32px
	}
}

.index-about {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	padding: 90px 0 110px 0;
	background: url(../images/bg.jpg) repeat-x
}

.index-about .container {
	padding: 0 90px
}

.index-about .font40,.index-about .font18 {
	text-align: center
}

.index-about .font40 {
	line-height: 50px;
	font-size: 40px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.index-about .font18 {
	padding-top: 30px
}

.index-about .box {
	margin-top: 90px;
	position: relative
}

.index-about .box .pic-2 {
	top: -20px;
	left: 90px;
	position: absolute
}

.index-about .box .pic {
	text-align: center;
	overflow: hidden
}

.index-about .box .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-about .box .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-about .box .txtbox {
	left: -90px;
	top: 50%;
	margin-top: -115px;
	height: 250px;
	position: absolute
}

.index-about .box .txtbox:before {
	content: "";
	left: 0;
	top: 0;
	width: 380px;
	height: 250px;
	z-index: 2;
	position: absolute;
	background: #224f69;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg)
}

.index-about .box .txtbox:after {
	content: "";
	right: -56px;
	z-index: 1;
	bottom: -12px;
	width: 159px;
	height: 119px;
	position: absolute;
	background: url(../images/about-03.png) no-repeat top center
}

.index-about .box .txtbox .item {
	color: #fff;
	z-index: 9;
	font-size: 24px;
	padding-top: 40px;
	padding-left: 90px;
	position: relative
}

.index-about .box .txtbox .font48 {
	font-size: 48px;
	line-height: 50px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.index-about .box .txtbox .more {
	color: #7899a4;
	font-size: 18px;
	padding-top: 20px;
	position: relative;
	display: inline-block
}

.index-about .box .txtbox .more:before {
	content: "";
	width: 190px;
	height: 2px;
	top: 10px;
	left: -40px;
	position: absolute;
	background: #7899a4;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-about .box .txtbox .more:hover {
	color: #fff
}

.index-about .box .txtbox .more:hover:before {
	left: 0;
	background: #fff
}

@media (max-width:1500px) {
	.index-about {
		font-size: 16px;
		line-height: 24px
	}

	.index-about .font40 {
		font-size: 30px;
		line-height: 40px
	}

	.index-about .box .pic-2 {
		left: 40px
	}

	.index-about .box .txtbox .item {
		font-size: 18px;
		padding-top: 70px
	}

	.index-about .box .txtbox .font48 {
		font-size: 32px;
		line-height: 40px
	}

	.index-about .box .txtbox .more {
		font-size: 16px
	}

	.index-about .box .txtbox .more::before {
		height: 1px
	}

	.index-about .box .txtbox::before {
		top: 42px;
		width: 320px;
		height: 210px
	}
}

@media (max-width:1200px) {
	.index-about {
		padding: 50px 0
	}

	.index-about .container {
		padding: 0 20px
	}
}

@media (max-width:767px) {
	.index-about .font40 {
		font-size: 22px;
		line-height: 30px
	}

	.index-about .box {
		margin-top: 40px
	}

	.index-about .box .pic-2 {
		display: none
	}

	.index-about .box .txtbox {
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		background: #224f69;
		margin-top: auto;
		position: relative
	}

	.index-about .box .txtbox:before {
		display: none
	}

	.index-about .box .txtbox:after {
		display: none
	}

	.index-about .box .txtbox .font48 {
		font-size: 24px;
		line-height: 30px
	}

	.index-about .box .txtbox .item {
		font-size: 16px;
		padding: 30px 20px;
		text-align: center
	}

	.index-about .box .txtbox .item:after {
		display: none
	}

	.index-about .box .txtbox .more::before {
		width: 100px;
		left: 50%;
		margin-left: -50px
	}
}

.index-review {
	font-size: 18px;
	padding: 100px 0;
	background: #f7f7f7;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.index-review .container {
	position: relative
}

.index-review .tu {
	top: -50px;
	left: -100px;
	position: absolute
}

.index-review .tu-2 {
	bottom: -130px;
	right: 100px;
	position: absolute
}

.index-review .title {
	margin-bottom: 60px;
	text-align: center
}

.index-review .font40 {
	color: #333;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px
}

.index-review .leftbox {
	width: 66.5%;
	float: left
}

.index-review .leftbox .video {
	position: relative
}

.index-review .leftbox .video a {
	width: 100%;
	height: 100%;
	display: block
}

.index-review .leftbox .video .pic {
	overflow: hidden;
	position: relative
}

.index-review .leftbox .video .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-review .leftbox .video .pic:after {
	content: "";
	display: block;
	padding-bottom: 47.65%
}

.index-review .leftbox .video .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-review .leftbox .video .ico {
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -47px;
	margin-top: -47px;
	position: absolute
}

.index-review .leftbox .bottom li {
	float: left;
	width: 33.333%;
	position: relative
}

.index-review .leftbox .bottom li:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background: rgba(0,43,65,0.5)
}

.index-review .leftbox .bottom li .pic {
	overflow: hidden
}

.index-review .leftbox .bottom li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-review .leftbox .bottom li .txtbox {
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 50px;
	padding-left: 30px;
	position: absolute
}

.index-review .leftbox .bottom li .font24 {
	font-size: 24px
}

.index-review .leftbox .bottom li .font24 span {
	font-family: arial
}

.index-review .leftbox .bottom li .font48 {
	font-size: 48px;
	font-family: arial;
	line-height: 50px;
	font-weight: 700;
	margin-top: 10px
}

.index-review .leftbox .bottom li .ico {
	bottom: 30px;
	right: 30px;
	position: absolute
}

.index-review .leftbox .bottom li .ico img {
	max-height: 80px
}

.index-review .leftbox .bottom li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-review .leftbox .bottom li:nth-child(2):before {
	background: rgba(206,54,27,0.7)
}

.index-review .leftbox .bottom li:nth-child(3):before {
	background: rgba(120,153,164,0.7)
}

.index-review .leftbox .bottom li:nth-child(3) .ico img {
	max-height: 90px
}

.index-review .rightbox {
	width: 33.5%;
	float: right
}

.index-review .rightbox li {
	position: relative
}

.index-review .rightbox li .pic {
	overflow: hidden;
	position: relative
}

.index-review .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-review .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 94.6%
}

.index-review .rightbox li .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-review .rightbox li .pic-3 {
	overflow: hidden
}

.index-review .rightbox li .pic-3 img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-review .rightbox li .pic-3:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-review .rightbox li .txtbox {
	left: 0;
	color: #fff;
	bottom: 30px;
	width: 100%;
	height: 90px;
	padding-right: 50px;
	text-align: right;
	overflow: hidden;
	line-height: 80px;
	font-size: 40px;
	vertical-align: top;
	font-weight: bold;
	position: absolute
}

.index-review .rightbox li .txtbox img {
	margin-top: 6px;
	margin-left: 20px
}

@media (max-width:1500px) {
	.index-review {
		font-size: 16px
	}

	.index-review .font40 {
		font-size: 30px;
		line-height: 40px
	}

	.index-review .leftbox .bottom li .font24 {
		font-size: 20px
	}

	.index-review .leftbox .bottom li .font48 {
		font-size: 32px;
		line-height: 40px
	}

	.index-review .leftbox .bottom li .ico img,.index-review .rightbox li .txtbox img {
		max-height: 60px
	}

	.index-review .leftbox .bottom li:nth-child(3) .ico img {
		max-height: 50px
	}

	.index-review .rightbox li .txtbox {
		font-size: 30px;
		line-height: 60px
	}
}

@media (max-width:1200px) {
	.index-review {
		padding: 50px 0
	}

	.index-review .font40 {
		font-size: 22px;
		line-height: 24px
	}

	.index-review .title {
		margin-bottom: 30px
	}

	.index-review .tu-2 {
		display: none
	}
}

@media (max-width:767px) {
	.index-review .leftbox,.index-review .rightbox {
		width: 100%;
		float: none
	}

	.index-review .rightbox li {
		width: 50%;
		float: left
	}

	.index-review .leftbox .bottom li .font24 {
		font-size: 16px
	}

	.index-review .leftbox .bottom li .font48 {
		font-size: 20px;
		line-height: 24px
	}

	.index-review .leftbox .bottom li .ico {
		bottom: 20px;
		right: 20px
	}

	.index-review .leftbox .bottom li .ico img,.index-review .rightbox li .txtbox img,.index-review .leftbox .bottom li:nth-child(3) .ico img {
		max-height: 40px
	}

	.index-review .rightbox li .txtbox {
		height: 60px;
		top: 50%;
		text-align: center;
		padding-right: 0;
		font-size: 20px;
		bottom: auto;
		margin-top: -30px;
		line-height: 40px
	}

	.index-review .rightbox li .txtbox img {
		margin-left: 5px
	}
}

@media (max-width:500px) {
	.index-review .leftbox .bottom li {
		width: 50%
	}

	.index-review .rightbox li:last-child {
		display: none
	}
}

.index-news-box {
	padding-top: 120px
}

.index-news-box .container {
	padding: 0 50px;
	position: relative
}

.index-news-box .title {
	color: #333;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.index-news-box .box {
	width: 33.333%;
	float: left;
	padding: 0 15px
}

.index-news-box .box li,.index-news-box .box .item {
	padding: 20px;
	margin-top: 35px;
	height: 395px;
	box-shadow: 0 7px 25px #dcddde;
	border-bottom: solid 4px #224f69
}

.index-news-box .box li .pic,.index-news-box .box .item .pic {
	position: relative;
	overflow: hidden
}

.index-news-box .box li .pic img,.index-news-box .box .item .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news-box .box li .pic:after,.index-news-box .box .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 66.5%
}

.index-news-box .box li .tit,.index-news-box .box .item .tit {
	color: #333;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 25px
}

.index-news-box .box li time,.index-news-box .box .item time {
	color: #9f9f9f;
	font-size: 14px;
	font-family: arial
}

.index-news-box .box li .txt,.index-news-box .box .item .txt {
	height: 48px;
	color: #666;
	overflow: hidden
}

.index-news-box .box li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news-box .box li:hover .tit {
	color: #224f69
}

.index-news-box .box-2 .scroll {
	margin-top: 35px;
	box-shadow: 0 7px 25px #dcddde
}

.index-news-box .box-2 .item {
	box-shadow: 0;
	margin-top: 0;
	border-color: #d92428
}

.index-news-box .box-2 .item a {
	color: #333
}

.index-news-box .box-2 .item .pic {
	overflow: hidden
}

.index-news-box .box-2 .item .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news-box .box-2 .item .tit {
	height: 60px
}

.index-news-box .box-2 .item a:hover .tit {
	color: #224f69
}

.index-news-box .box-2 .item a:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news-box .box-2 .slick-prev,.index-news-box .box-2 .slick-next {
	width: 44px;
	height: 44px;
	border: 0;
	top: auto;
	bottom: 157px;
	margin-top: auto
}

.index-news-box .box-2 .slick-prev {
	right: 68px;
	left: auto;
	background: url(../images/index-arrow.png) no-repeat top center rgba(34,79,105,0.7)
}

.index-news-box .box-2 .slick-prev:hover {
	background: url(../images/index-arrow.png) no-repeat top center rgba(0,0,0,0.6)
}

.index-news-box .box-2 .slick-next {
	right: 20px;
	background: url(../images/index-arrow-2.png) no-repeat top center rgba(34,79,105,0.7)
}

.index-news-box .box-2 .slick-next:hover {
	background: url(../images/index-arrow-2.png) no-repeat top center rgba(0,0,0,0.6)
}

.index-news-box .box-3 li {
	padding-right: 15px;
	padding-left: 15px
}

.index-news-box .box-3 span {
	width: 50%;
	float: left;
	margin-bottom: 25px;
	display: block;
	padding: 0 5px
}

.index-news-box .box-3 span a {
	display: block;
	position: relative;
	border: solid 1px #f0f0ef
}

.index-news-box .box-3 span a:after {
	content: "";
	display: block;
	padding-bottom: 57%
}

.index-news-box .box-3 span a:hover {
	border-color: #224f69
}

@media (max-width:1500px) {
	.index-news-box .title {
		font-size: 24px;
		line-height: 30px
	}

	.index-news-box .box li .tit,.index-news-box .box .item .tit {
		font-size: 16px;
		height: 48px;
		line-height: 24px
	}
}

@media (max-width:1440px) {
	.index-news-box .box-2 .slick-prev,.index-news-box .box-2 .slick-next {
		bottom: 177px
	}
}

@media (max-width:1200px) {
	.index-news-box {
		padding-top: 60px
	}

	.index-news-box .title {
		font-size: 22px
	}

	.index-news-box .container {
		padding: 0 20px
	}

	.index-news-box .box-2 .slick-prev,.index-news-box .box-2 .slick-next {
		opacity: 0
	}
}

@media (max-width:767px) {
	.index-news-box .box {
		width: 50%
	}

	.index-news-box .box:last-child {
		width: 100%;
		margin-top: 30px
	}

	.index-news-box .box:last-child li {
		height: auto;
		overflow: hidden;
		padding-bottom: 0
	}

	.index-news-box .box-3 span {
		width: 33.333%
	}
}

@media (max-width:480px) {
	.index-news-box {
		padding-top: 40px
	}

	.index-news-box .box:first-child {
		margin-top: 0
	}

	.index-news-box .box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 40px
	}

	.index-news-box .box li {
		height: auto;
		padding: 0;
		margin-top: 20px;
		padding-bottom: 20px;
		border-width: 2px;
		box-shadow: none
	}

	.index-news-box .box li .tit {
		margin-top: 15px;
		font-size: 15px
	}

	.index-news-box .box .item {
		height: auto;
		border-width: 2px;
		box-shadow: none;
		padding: 0;
		margin-top: 20px;
		padding-bottom: 20px
	}

	.index-news-box .box .item .tit {
		margin-top: 15px;
		font-size: 15px
	}

	.index-news-box .box .scroll {
		margin-top: 0;
		box-shadow: none
	}

	.index-news-box .box:last-child {
		width: 100%;
		margin-top: 30px
	}

	.index-news-box .box:last-child li {
		height: auto;
		overflow: hidden;
		padding-bottom: 0
	}

	.index-news-box .box-3 span {
		width: 33.333%
	}
}

.index-bg {
	margin-top: 110px;
	padding: 120px 0 80px 0;
	background: #224f69;
	position: relative;
	background: url(../images/bg-2.png) no-repeat top center
}

.index-bg li {
	width: 33.333%;
	float: left;
	color: #fff;
	text-align: center
}

.index-bg li span {
	display: inline-block;
	border-radius: 10px;
	background: #325e75
}

.index-bg li span img {
	max-height: 100px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-bg li .tit {
	font-size: 30px;
	line-height: 40px;
	margin-top: 10px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.index-bg li .button {
	width: 132px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	color: #8cb8c7;
	margin-top: 30px;
	font-size: 16px;
	border: solid 1px #7899a4;
	display: inline-block
}

.index-bg li:hover .button {
	border-color: #325e75;
	background: #325e75
}

.index-bg li:hover span img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media (max-width:1500px) {
	.index-bg li .tit {
		font-size: 24px;
		line-height: 30px
	}

	.index-bg li span img {
		max-height: 80px
	}
}

@media (max-width:480px) {
	.index-bg {
		margin-top: 30px;
		padding: 100px 0 50px 0
	}

	.index-bg li span img {
		max-height: 50px
	}

	.index-bg li .tit {
		font-size: 16px
	}

	.index-bg li .button {
		width: 100px;
		font-size: 13px;
		margin-top: 15px
	}
}

.footer {
	color: #818181;
	padding-top: 30px;
	background: #212121
}

.footer li {
	width: 25%;
	float: left;
	position: relative;
	font-size: 15px
}

.footer li:before {
	content: "";
	height: 100%;
	width: 1px;
	left: -50px;
	top: 0;
	position: absolute;
	background: #282828
}

.footer li h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.footer li:first-child:before {
	display: none
}

 
.footer .button:before {
	display: none
}

.footer .footnav a {
	width: 130px;
	height: 36px;
	line-height: 32px;
flat:left;
	display: inline-block;
	text-align: left;
	 
}


.footer .button a {
	width: 130px;
	height: 36px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	border: solid 2px #424242;margin-bottom:10px
}

.footer .button a:hover {
	border-color: #fff;
	color: #fff
}

.footer .last {
	width: 18%;
	float: right;
	color: #4c4c4c;
	line-height: 18px;
	text-align: center
}

.footer .last p:first-child {
	margin-bottom: 10px
}

.footer .last span {
	font-family: arial
}

.footer .last:before {
	display: none
}

.footer .copy {
	padding-top: 15px;
	margin-top: 30px;
	font-size: 14px;
	padding-bottom: 15px;
	border-top: solid 1px #2f2f2f
}

.footer .copy span {
	float: right
}

.footer .copy a {
	color: #909090;
	padding: 0 15px;
	position: relative;
	display: inline-block
}

.footer .copy a:before {
	top: 50%;
	left: 0;
	margin-top: -8px;
	content: "";
	width: 1px;
	height: 15px;
	position: absolute;
	background: #343434
}

.footer .copy a:hover {
	color: #fff
}

.footer .copy a:first-child:before {
	display: none
}

@media (max-width:1500px) {
	.footer li {
		font-size: 14px
	}

	.footer li h3 {
		font-size: 16px
	}

	.footer .last {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.footer li:first-child {
		margin-top: 10px
	}

	.footer li {
		width: 100%;
		margin-top: 30px;
		padding-left: 10px
	}

	.footer .last {
		display: none
	}

	.footer .button {
		margin-top: 20px
	}
}

.inside-title {
	height: 169px;
	color: #fff;
	font-family: "Alibaba-PuHuiTi-Regular";
	background: url(../images/inside-bg.jpg) no-repeat top center
}

.inside-title h2,.inside-title h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	padding-top: 60px;
	float: left;
	width: 40%
}

.inside-title h1 {
	font-size: 36px;
	font-weight: normal;
}

.inside-title h2 .bt {
	padding: 0 20px;
	position: relative;
	display: inline-block
}

.inside-title h2 .bt:before {
	left: 0;
	content: "";
	width: 100%;
	height: 8px;
	bottom: 6px;
	position: absolute;
	background: #5f8395
}

.inside-title h2 .level {
	z-index: 1;
	display: inline-block;
	position: relative
}

.inside-title h2 i {
	font-family: arial;
	font-style: normal
}

.inside-title .current {
	width: 50%;
	float: right;
	height: 33px;
	color: #c5e4f0;
	margin-top: 70px;
	text-align: right;
	overflow: hidden;
	line-height: 33px;
	font-size: 14px
}

.inside-title .current a {
	color: #c5e4f0
}

.inside-title .current a:hover {
	color: #fff
}

.inside-title .current span {
	display: inline-block;
	background: #577c8f;
	padding: 0 25px
}

@media (max-width:1500px) {
	.inside-title h2 {
		font-size: 20px;
		line-height: 40px;
		height: 40px
	}

	.inside-title h2 .bt {
		padding: 0 10px;
		height: 40px;
		overflow: hidden
	}

	.inside-title h2 .bt::before {
		height: 4px
	}

	.inside-title .current span {
		padding: 0 10px;
		font-size: 12px
	}
}

@media (max-width:1200px) {
	.inside-title {
		margin-top: 60px
	}

	.inside-title h2 {
		margin-top: 5px
	}

	.inside-title h2 .bt {
		padding: 0
	}
}

.inside-market-gy .container {
	padding: 0 98px
}

.inside-market-gy .des {
	font-size: 18px;
	line-height: 28px
}

@media (max-width:1200px) {
	.inside-market-gy .container {
		padding: 0 20px
	}
}

.inside-market {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	background: #f8f8f8;
	padding: 70px 0 130px 0
}

.inside-market .box-1 .pic {
	width: 50%;
	float: left
}

.inside-market .box-1 .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-market .box-1 .pic:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.inside-market .box-1 .text {
	width: 50%;
	float: left;
	position: relative;
	padding-top: 140px;
	padding-left: 10px;
	text-indent: 2em
}

.inside-market .box-1 .text:before {
	content: "";
	width: 160px;
	height: 2px;
	left: -55px;
	top: 110px;
	z-index: 3;
	position: absolute;
	background: #d43937;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-market .box-1:hover .text:before {
	width: 130px
}

.inside-market .box-2 {
	margin-top: 30px
}

.inside-market .box-3 {
	margin-top: 50px
}

.inside-market .box-3 .font24 {
	font-size: 24px;
	text-align: center;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-market .box-3 ul {
	height: 214px;
	padding-top: 70px;
	text-align: center;
	background: url(../images/ma-01.png) no-repeat top center
}

.inside-market .box-3 li {
	padding: 0 15px;
	display: inline-block
}

@media (max-width:1500px) {
	.inside-market {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1199px) {
	.inside-market {
		padding-bottom: 60px
	}

	.inside-market .box-1 .text {
		padding-top: 40px
	}
}

@media (max-width:640px) {
	.inside-market {
		padding-top: 40px
	}

	.inside-market .box-1 .pic {
		width: 100%;
		float: none
	}

	.inside-market .box-1 .text {
		width: 100%;
		float: none
	}

	.inside-market .box-1 .text::before {
		display: none
	}

	.inside-market .box-3 .font24 {
		font-size: 20px
	}

	.inside-market .box-3 ul {
		height: auto;
		padding-bottom: 30px
	}

	.inside-market .box-3 li {
		padding: 0 5px
	}

	.inside-market .box-3 img {
		max-height: 50px
	}
}

.inside-market-2 {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	padding: 100px 0 130px 0;
	background: url(../images/ma-bg.jpg) repeat
}

.inside-market-2 .title {
	color: #333;
	font-size: 30px;
	line-height: 40px;
	margin-left: 50px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-market-2 .title span {
	padding: 0 10px;
	position: relative;
	display: inline-block
}

.inside-market-2 .title span em {
	z-index: 2;
	position: relative;
	font-style: normal
}

.inside-market-2 .title span:before {
	content: "";
	width: 100%;
	height: 11px;
	bottom: 0;
	left: 0;
	background: #8ec31f;
	position: absolute
}

.inside-market-2 .title-red {
	margin-top: 80px
}

.inside-market-2 .title-red span:before {
	background: #e83228
}

.inside-market-2 .title-blue {
	margin-top: 80px;
	text-align: right
}

.inside-market-2 .title-blue span:before {
	background: #0ba29a
}

.inside-market-2 .title-sub {
	color: #333;
	margin-top: 80px;
	font-size: 20px;
	padding-top: 15px;
	position: relative
}

.inside-market-2 .title-sub:before {
	content: "";
	width: 330px;
	height: 1px;
	top: 0;
	left: 0;
	position: absolute;
	background: #8ec31f
}

.inside-market-2 .title-sub:after {
	content: "";
	width: 165px;
	height: 5px;
	top: 0;
	left: 0;
	background: #8ec31f;
	position: absolute
}

.inside-market-2 .title-sub .font36 {
	font-size: 36px;
	line-height: 40px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-market-2 .title-sub .font36 span {
	font-family: arial
}

.inside-market-2 .title-sub-green .font36 {
	color: #8ec31f
}

.inside-market-2 .title-sub-orgin:before,.inside-market-2 .title-sub-orgin:after {
	background: #f8b62b
}

.inside-market-2 .title-sub-orgin .font36 {
	color: #f8b62b
}

.inside-market-2 .title-sub-red:before,.inside-market-2 .title-sub-red:after {
	background: #e83228
}

.inside-market-2 .title-sub-red .font36 {
	color: #e83228
}

.inside-market-2 .title-sub-blue:before,.inside-market-2 .title-sub-blue:after {
	background: #0ba29a
}

.inside-market-2 .title-sub-blue .font36 {
	color: #0ba29a
}

.inside-market-2 .title-sub-blue .font36 span {
	font-size: 24px
}

.inside-market-2 .text {
	width: 56%;
	margin-top: 30px;
	text-align: justify
}

.inside-market-2 .text-2 {
	width: 50%;
	float: left;
	color: #fff;
	margin-top: 20px;
	padding: 35px 40px;
	font-size: 16px
}

.inside-market-2 .text-2 .font22 {
	font-size: 22px;
	margin-bottom: 15px
}

.inside-market-2 .buttonbox {
	float: left;
	margin-right: 100px
}

@media (max-width:1000px) {
	.inside-market-2 .buttonbox {
		margin-right: 0
	}
}

.inside-market-2 .buttonbox-2 {
	float: right;
	margin-right: 0;
	margin-left: 100px
}

@media (max-width:1000px) {
	.inside-market-2 .buttonbox-2 {
		margin-left: 0;
		float: left
	}
}

.inside-market-2 .button {
	width: 150px;
	height: 50px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	line-height: 50px;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@media (max-width:1000px) {
	.inside-market-2 .button {
		display: inline-block
	}
}

@media (max-width:360px) {
	.inside-market-2 .button {
		width: 126px
	}
}

.inside-market-2 .button-green:hover {
	box-shadow: 0 0 20px #d6e5bb
}

.inside-market-2 .button-orgin:hover {
	box-shadow: 0 0 20px #f3e5c8
}

.inside-market-2 .button-red:hover {
	box-shadow: 0 0 20px #f3cdcb
}

.inside-market-2 .button-blue:hover {
	box-shadow: 0 0 20px #ddf7f5
}

.inside-market-2 .green {
	background: #8ec31f
}

.inside-market-2 .orgin {
	background: #f8b62b
}

.inside-market-2 .red {
	background: #e83228
}

.inside-market-2 .blue {
	background: #0ba29a
}

.inside-market-2 .box-1 {
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	padding-bottom: 110px;
	border-bottom: dashed 1px #c0c0c0
}

.inside-market-2 .box-1 .pic {
	top: -92px;
	right: 50px;
	position: absolute
}

.inside-market-2 .box-2 .title-sub {
	text-align: right
}

.inside-market-2 .box-2 .title-sub:before,.inside-market-2 .box-2 .title-sub:after {
	right: 0;
	left: auto
}

.inside-market-2 .box-2 .pic {
	left: 50px;
	top: 18px;
	right: auto
}

.inside-market-2 .box-2 i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	cursor: pointer;
	font-style: normal
}

.inside-market-2 .box-2 .text {
	width: 100%;
	margin-bottom: 30px;
	padding-left: 48%
}

.inside-market-2 .box-2 .text-2 {
	float: right;
	width: 415px
}

.inside-market-2 .box-3 .pic {
	top: -130px
}

.inside-market-2 .box-3 .button {
	margin-right: 165px
}

.inside-market-2 .box-3 .text {
	margin-bottom: 20px
}

.inside-market-2 .box-3 .text-2 {
	width: 430px;
	padding-left: 70px
}

.inside-market-2 .box-4 .pic {
	top: 134px
}

.inside-market-2 .box-4 .text-2 {
	width: 470px
}

@media (max-width:1500px) {
	.inside-market-2 {
		font-size: 16px;
		line-height: 24px
	}

	.inside-market-2 .title-sub .font36 {
		font-size: 20px;
		line-height: 24px
	}

	.inside-market-2 .text-2 .font22 {
		font-size: 18px
	}

	.inside-market-2 .box-1 .pic {
		right: 0
	}

	.inside-market-2 .box-2 .pic {
		left: 0
	}

	.inside-market-2 .box-2 .text-2 {
		width: 370px
	}
}

@media (max-width:1000px) {
	.inside-market-2 {
		padding: 50px 0
	}

	.inside-market-2 .title {
		margin-left: 10px;
		font-size: 22px;
		line-height: 24px
	}

	.inside-market-2 .title span::before {
		height: 6px
	}

	.inside-market-2 .text-2 {
		font-size: 15px;
		padding: 30px
	}

	.inside-market-2 .text-2 .font22 {
		font-size: 16px
	}

	.inside-market-2 .box-1 {
		padding: 50px 10px;
		padding-top: 0
	}

	.inside-market-2 .box-1 .pic {
		display: none
	}

	.inside-market-2 .box-1 .text {
		width: 100%
	}

	.inside-market-2 .box-1 .text-2 {
		width: 100%
	}

	.inside-market-2 .box-1 .title-sub {
		margin-top: 40px
	}

	.inside-market-2 .box-1 .button {
		height: 40px;
		line-height: 38px;
		margin-right: 0
	}

	.inside-market-2 .box-2 .title-sub {
		text-align: left
	}

	.inside-market-2 .box-2 .text {
		padding-left: 0
	}

	.inside-market-2 .box-2 .button {
		float: none;
		margin-left: 0
	}

	.inside-market-2 .box-2 .text {
		margin-bottom: 0
	}

	.inside-market-2 .title-blue {
		text-align: left;
		margin-top: 50px;
		margin-left: 0
	}

	.inside-market-2 .box-2 .title-sub::before,.inside-market-2 .box-2 .title-sub::after {
		left: 0;
		right: auto
	}

	.inside-market-2 .box-3 .text-2 {
		padding: 30px
	}
}

.inside-market-case {
	padding-top: 40px;
	background: #f8f8f8
}

.inside-market-case .menu {
	float: right;
	margin-bottom: 45px
}

.inside-market-case .menu span {
	float: left;
	font-size: 20px;
	padding: 0 30px;
	display: inline-block;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-market-case .menu span a {
	color: #333;
	height: 37px;
	line-height: 37px;
	display: block
}

.inside-market-case .menu .cur {
	border-radius: 30px;
	background: #00a29a
}

.inside-market-case .menu .cur a {
	color: #fff
}

.inside-market-case .menu .cur-green {
	background: #8ec31f
}

.inside-market-case .menu .cur-orgin {
	background: #f8b62b
}

.inside-market-case .menu .cur-red {
	background: #e83228
}

.inside-market-case .list ul {
	margin: 0 -27px
}

.inside-market-case .list li {
	width: 33.333%;
	float: left;
	margin-bottom: 60px;
	padding: 0 27px
}

.inside-market-case .list li a {
	display: block;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 20px #eae8e8
}

.inside-market-case .list li .picbox {
	position: relative;
	border-bottom: solid 1px #efefef
}

.inside-market-case .list li .picbox:before {
	width: 96.1%;
	height: 96.1%;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	border: solid 6px #00a29a;
	position: absolute
}

.inside-market-case .list li .pic {
	overflow: hidden;
	position: relative
}

.inside-market-case .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-market-case .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 63.4%
}

.inside-market-case .list li .txtbox {
	padding: 20px
}

.inside-market-case .list li .txtbox .tit {
	color: #333;
	height: 60px;
	overflow: hidden;
	line-height: 30px;
	font-size: 18px;
	padding: 0 10px;
	text-align: center
}

.inside-market-case .list li .txtbox .more {
	color: #999;
	margin-top: 40px;
	font-size: 14px;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-market-case .list li .txtbox .more img {
	float: right;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-market-case .list li:hover .picbox:before {
	opacity: 1
}

.inside-market-case .list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-market-case .list li:hover .txtbox .more {
	padding-left: 30px
}

.inside-market-case .list li:hover .txtbox .more img {
	margin-right: 20px
}

.inside-market-case .list-green li .picbox:before {
	border-color: #8ec31f
}

.inside-market-case .list-orgin li .picbox:before {
	border-color: #f8b62b
}

.inside-market-case .list-red li .picbox:before {
	border-color: #e83228
}

@media (max-width:1000px) {
	.inside-market-case .menu {
		float: none;
		margin-bottom: 30px
	}

	.inside-market-case .menu span {
		font-size: 16px;
		padding: 0 15px
	}

	.inside-market-case .list ul {
		margin-left: 0;
		margin-right: 0
	}

	.inside-market-case .list li {
		padding: 0 10px;
		margin-bottom: 20px
	}

	.inside-market-case .list li .picbox:before {
		display: none
	}

	.inside-market-case .list li .txtbox .tit {
		height: 48px;
		font-size: 16px;
		line-height: 24px
	}

	.inside-market-case .list li .txtbox .more {
		margin-top: 20px
	}
}

@media (max-width:480px) {
	.inside-market-case .list li {
		width: 100%;
		padding: 0 5px
	}

	.inside-market-case .menu span {
		font-size: 14px;
		padding: 0 10px
	}

	.inside-market-case .menu span a {
		height: 30px;
		line-height: 30px
	}
}

.inside-page {
	padding-bottom: 90px;
	vertical-align: top;
	text-align: center
}

.inside-page a {
	width: 38px;
	color: #fff;
	margin: 0 2px;
	font-size: 18px;
	border-radius: 3px;
	line-height: 38px;
	font-family: arial;
	display: inline-block;
	background: #7b9ca9
}

.inside-page img {
	vertical-align: top
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	background: #3a637b
}

.inside-page .none {
	color: #444;
	width: auto;
	vertical-align: top;
	font-size: 18px;
	background: none
}

.inside-page .none:hover {
	background: none
}

.inside-page .none img {
	margin: 13px 5px 0 5px
}

.inside-page .page-1 {
	font-size: 15px;
	padding-right: 10px
}

.inside-page .page-1:hover {
	color: #7b9ca9
}

.inside-page .page-2 {
	font-size: 15px;
	padding-left: 10px
}

.inside-page .page-2:hover {
	color: #7b9ca9
}

.inside-page .page-3 {
	color: #0a4992;
	line-height: 24px;
	padding: 0 10px
}

.inside-page .page-3:hover {
	color: #224f69
}

@media (max-width:767px) {
	.inside-page {
		padding-bottom: 40px;
		padding-top: 20px
	}

	.inside-page a {
		display: none
	}

	.inside-page .none {
		display: inline-block
	}

	.inside-page .page-3 {
		display: none
	}
}

.inside-market-show {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	padding: 60px 0 100px 0
}

.inside-market-show h1 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-weight: normal
}

.inside-market-show .info {
	height: 40px;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	background: #f6f6f6;
	margin: 30px 0 40px 0
}

.inside-market-show .font24 {
	font-size: 24px;
	margin-bottom: 10px
}

.inside-market-show .font20 {
	font-size: 20px
}

.inside-market-show .font16 {
	font-size: 16px
}

@media (max-width:1500px) {
	.inside-market-show {
		font-size: 16px;
		line-height: 24px
	}

	.inside-market-show h1 {
		font-size: 20px
	}

	.inside-market-show .info {
		font-size: 14px;
		height: 30px;
		line-height: 30px
	}

	.inside-market-show .font24 {
		font-size: 18px
	}

	.inside-market-show .font16 {
		font-size: 14px
	}
}

@media (max-width:1200px) {
	.inside-market-show {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.inside-market-show h1 {
		font-size: 18px
	}

	.inside-market-show .font24 {
		font-size: 16px
	}

	.inside-market-show .font16 {
		font-size: 14px
	}
}

.inside-page-news {
	margin-top: 80px
}

.inside-page-news li {
	width: 48.5%;
	float: right;
	height: 47px;
	color: #333;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	line-height: 47px;
	background: #eee
}

.inside-page-news li a {
    display:block;
	color: #333;
    overflow: hidden;
	line-height: 47px;
    height: 47px;
	-webkit-transition: all 0s;
	transition: all 0s
}

.inside-page-news li:first-child {
	width: 48.5%;
	float: left
}

.inside-page-news li:hover {
	color: #fff;
	background: #224f69
}

.inside-page-news li:hover a {
	color: #fff
}

@media (max-width:640px) {
	.inside-page-news {
		margin-top: 40px
	}

	.inside-page-news li {
		font-size: 14px;
		width: 100% !important;
		float: none !important;
		margin-top: 10px
	}
}

.inside-about-time {
	margin: 80px 0
}

.inside-about-time ul {
	padding: 0 54px
}

.inside-about-time li {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 40px
}

.inside-about-time li a {
	display: block
}

.inside-about-time li .pic {
	overflow: hidden;
	position: relative
}

.inside-about-time li .pic:after {
	content: "";
	display: block;
	padding-bottom: 88.6%
}

.inside-about-time li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-about-time li .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.inside-about-time {
		margin: 40px 0
	}

	.inside-about-time ul {
		padding: 0
	}
}

@media (max-width:480px) {
	.inside-about-time li {
		width: 50%;
		margin-bottom: 20px
	}
}

.inside-news {
	padding-bottom: 140px;
	background: #f6f6f6
}

.inside-news .menu {
	margin-bottom: 40px;
	margin-top: 30px;
	float: right;
    overflow:hidden;
}

.inside-news .menu li {
	float: left;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 40px
}

.inside-news .menu li a {
	color: #333;
	display: block;
	position: relative;
	text-align: center;
	line-height: 53px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-news .menu li a:before {
	top: 0;
	left: 0;
	width: 170px;
	content: "";
	height: 59px;
	opacity: 0;
	position: absolute;
	background: url(../images/menu-bg.jpg) no-repeat top center
}

.inside-news .menu li span {
    z-index: 2;
    display: block;
    position: relative;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
}

.inside-news .menu .cur {
	width: 170px;
	margin-right: 0
}

.inside-news .menu .cur a {
	color: #fff
}

.inside-news .menu .cur a:before {
	opacity: 1
}

@media (max-width:640px) {
	.inside-news .menu {
		margin-bottom: 0;
		float: none;
		margin-top: 0;
		padding-top: 20px;
		overflow: hidden;
		padding-bottom: 20px
	}

	.inside-news .menu li {
		font-size: 16px;
		margin-left: 0;
		margin-right: 0;
		width: 33.333%
	}

	.inside-news .menu li a {
		line-height: 40px
	}

	.inside-news .menu li a:before {
		display: none
	}

	.inside-news .menu .cur {
		width: 33.333%;
		background: #224f69
	}
}

.inside-news .list li {
	float: left;
	width: 33.333%;
	padding: 0 18px;
	margin-bottom: 20px
}

.inside-news .list li a {
	display: block;
	overflow: hidden;
	background: #fff
}

.inside-news .list li .pic {
	overflow: hidden;
	text-align: center;
	position: relative;
	width: 397px;
	height: 265px;
}

.inside-news .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news .list li .txtbox {
	padding: 30px;
	padding-bottom: 10px
}

.inside-news .list li .time {
	float: left;
	width: 25%;
	height: 57px;
	font-size: 14px;
	font-family: arial;
	border-right: solid 1px #e7e7e7
}

.inside-news .list li .time p:first-child {
	font-size: 40px;
	line-height: 40px
}

.inside-news .list li .txt {
	float: left;
	width: 75%;
	padding-left: 20px
}

.inside-news .list li .tit {
	color: #333;
	height: 48px;
	overflow: hidden
}

.inside-news .list li .source {
	color: #999;
	margin-top: 5px;
	font-size: 14px
}

.inside-news .list li .more {
	padding-top: 6px;
	margin-top: 20px;
	position: relative;
	border-top: solid 1px #e7e7e7
}

.inside-news .list li .more:before {
	content: "";
	width: 24px;
	height: 10px;
	right: 0;
	top: 10px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-image: url(../images/arrow.png)
}

.inside-news .list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .list li:hover .time {
	border-color: #224f69
}

.inside-news .list li:hover .more {
	border-color: #224f69
}

.inside-news .list li:hover .more:before {
	background-position: -33px 0
}

@media (max-width:769px) {
	.inside-news {
		padding-bottom: 50px
	}

	.inside-news .list li {
		width: 50%
	}
}

@media (max-width:480px) {
	.inside-news .list li {
		width: 100%;
		padding: 0
	}
}

.inside-news-show .inside-page-news li {
	color: #fff;
	background: #224f69
}

.inside-news-show .inside-page-news li a {
	color: #fff
}

.inside-news-show .inside-page-news li:hover {
	background: #7b9ca9
}

.inside-xg-news {
	font-size: 16px;
	margin-top: 70px
}

.inside-xg-news .tit {
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	background: url(../images/xg-bg.jpg) no-repeat top left
}

.inside-xg-news .tit span {
	width: 150px;
	text-align: center;
	display: inline-block
}

.inside-xg-news ul {
	padding: 30px 10px;
	border: solid 1px #ebebeb
}

.inside-xg-news ul li {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	padding: 0 30px;
	position: relative
}

.inside-xg-news ul li:before {
	top: 19px;
	left: 17px;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 100%;
	background: #333
}

.inside-xg-news ul li span {
	color: #999;
	float: right;
	padding-left: 60px;
	display: inline-block
}

.inside-xg-news ul li a {
    color: #333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
}

.inside-xg-news ul li:hover {
	background: #f6f6f6
}

@media (max-width:1200px) {
	.inside-xg-news {
		margin-top: 40px;
		font-size: 14px
	}

	.inside-xg-news .tit {
		font-size: 16px
	}

	.inside-xg-news ul {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.inside-xg-news ul li {
		padding: 0 15px
	}

	.inside-xg-news ul li:before {
		left: 5px
	}

	.inside-xg-news ul li span {
		font-size: 12px;
		padding-left: 30px
	}
}

.inside-about-group {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 70px 0 90px 0;
	background: #f8f8f8
}

.inside-about-group .font30 {
	color: #333;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Alibaba-PuHuiTi-Regular"
}

@media (max-width:1500px) {
	.inside-about-group {
		font-size: 16px;
		line-height: 24px
	}

	.inside-about-group .font30 {
		font-size: 22px
	}
}

@media (max-width:1200px) {
	.inside-about-group {
		padding: 40px 0
	}
}

.inside-about {
	color: #333;
	font-size: 18px;
	line-height: 30px
}

.inside-about .box-1 .pic {
	width: 50%;
	float: left
}

.inside-about .box-1 .text {
	width: 45%;
	float: right;
	padding-top: 100px
}

.inside-about .box-1 .text p {
	padding-top: 30px;
	text-indent: 2em
}

.inside-about .box-2 {
	padding: 110px 0;
	background: url(../images/about-bg.jpg) no-repeat top center #ebebeb
}

.inside-about .box-2 .container {
	position: relative
}

.inside-about .box-2 .pic {
	top: -180px;
	left: 20px;
	position: absolute
}

.inside-about .box-2 .content {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 70px
}

.inside-about .box-2 .content h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-about .box-2 .content p {
	text-indent: 2em
}

.inside-about .box-3 {
	padding: 140px 0;
	background: url(../images/about-bg-2.jpg) no-repeat top center #fff
}

.inside-about .box-3 .container {
	position: relative
}

.inside-about .box-3 .pic {
	width: 48%;
	float: left;
	padding-left: 40px
}

.inside-about .box-3 .tu {
	right: 98px;
	top: -150px;
	position: absolute
}

.inside-about .box-3 .text {
	width: 48%;
	float: right;
	padding-top: 140px
}

.inside-about .box-3 .text .font24 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-about .box-3 .text p {
	text-indent: 2em
}

@media (max-width:1500px) {
	.inside-about {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1199px) {
	.inside-about .box-2 .content {
		width: 100%
	}

	.inside-about .box-1 {
		padding-bottom: 30px
	}

	.inside-about .box-1 .text {
		padding-top: 20px
	}

	.inside-about .box-2 .content h3 {
		font-size: 20px
	}

	.inside-about .box-3 .text {
		padding-top: 20px
	}
}

@media (max-width:640px) {
	.inside-about .box-1 .pic {
		width: 100%;
		float: none;
		display: none
	}

	.inside-about .box-1 .text {
		width: 100%;
		float: none;
		padding-top: 0
	}

	.inside-about .box-2 {
		padding: 60px 0
	}

	.inside-about .box-3 {
		padding: 30px 0 60px 0
	}

	.inside-about .box-3 .pic {
		display: none
	}

	.inside-about .box-3 .text {
		width: 100%;
		float: none
	}

	.inside-about .box-3 .text .font24 {
		font-size: 20px
	}

	.inside-about .box-2 .content {
		padding: 30px
	}
}

.inside-contact {
	color: #333;
	padding: 70px 0 120px 0;
	background: #f8f8f8
}

.inside-contact .container {
	width: 980px;
	margin: 0 auto
}

.inside-contact .font24 {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px
}

.inside-contact .font18 {
	padding: 0 70px;
	font-size: 18px;
	line-height: 30px;
	text-align: center
}

.inside-contact .title {
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	position: relative;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-contact .title:before {
	top: 10px;
	left: 0;
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	background: #7b9ca9
}

.inside-contact .title span {
	z-index: 9;
	padding: 0 15px;
	background: #f8f8f8;
	position: relative;
	display: inline-block
}

.inside-contact .title img {
	z-index: 9;
	margin-top: 10px;
	position: relative
}

.inside-contact .list {
	padding-bottom: 40px;
	text-align: center
}

.inside-contact .list ul {
	padding: 0 125px
}

.inside-contact .list li {
	width: 50%;
	float: left;
	padding: 0 35px;
	margin-top: 30px
}

.inside-contact .list li .tit {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 50px
}

.inside-contact .list li .txtbox {
	z-index: 5;
	position: relative;
	height: 200px;
	width: 305px;
	padding-top: 40px;
	text-align: center;
	margin-top: -110px;
	margin-left: -40px;
	background: #f2f2f2
}

.inside-contact .list li .font18 {
	color: #000;
	font-size: 18px;
	padding: 0
}

.inside-contact .list li .font18-2 {
	color: #000;
	font-size: 18px;
	font-family: arial
}

.inside-contact .list li .youxiang {
	margin-top: 30px;
	font-size: 16px;
	font-family: arial
}

.inside-contact .list li a {
	color: #333
}

.inside-contact .list-02 ul {
	padding: 0;
	margin: 0 -50px
}

.inside-contact .list-02 li {
	width: 33.333%
}

@media (max-width:1199px) {
	.inside-contact .container {
		width: 100%;
		padding: 0 20px
	}

	.inside-contact .font18 {
		font-size: 16px;
		padding: 0 20px;
		line-height: 24px
	}

	.inside-contact .title {
		margin-top: 50px
	}

	.inside-contact .list ul {
		padding: 0
	}

	.inside-contact .list li {
		padding: 0 10px
	}

	.inside-contact .list li .txtbox {
		margin-left: 0;
		width: 100%;
		height: 180px
	}

	.inside-contact .list li .tit {
		font-size: 20px;
		margin: 20px 0
	}

	.inside-contact .list li .font18 {
		font-size: 16px
	}

	.inside-contact .list li .youxiang {
		font-size: 14px;
		margin-top: 20px
	}

	.inside-contact .list-02 ul {
		margin: 0
	}

	.inside-contact .font24 {
		font-size: 20px
	}
}

@media (max-width:769px) {
	.inside-contact {
		padding-top: 40px;
		padding-bottom: 50px
	}

	.inside-contact .list-02 li {
		width: 50%
	}
}

@media (max-width:480px) {
	.inside-contact .list {
		padding-bottom: 0
	}

	.inside-contact .list li {
		width: 100%
	}

	.inside-contact .list li .txtbox {
		width: 265px;
		margin: 0 auto;
		margin-top: -110px
	}
}

.inside-guanzhong {
	padding-bottom: 110px
}

@media (max-width:1200px) {
	.inside-guanzhong {
		padding-bottom: 70px
	}
}

.inside-guanzhong .box-1 {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 110px;
	background: url(../images/gz-01.png) no-repeat bottom center
}

.inside-guanzhong .box-1 .title {
	color: #333;
	font-size: 24px;
	padding-top: 110px;
	margin-bottom: 30px;
	position: relative
}

.inside-guanzhong .box-1 .title:before {
	content: "";
	width: 1px;
	top: 30px;
	left: 50%;
	height: 70px;
	position: absolute;
	background: #224f69
}

.inside-guanzhong .box-1 .title span {
	padding: 0 20px;
	position: relative;
	display: inline-block
}

.inside-guanzhong .box-1 .title span:before {
	content: "";
	height: 10px;
	bottom: -1px;
	left: 0;
	z-index: 1;
	width: 100%;
	position: absolute;
	background: #7b9ca9
}

.inside-guanzhong .box-1 .title span em {
	z-index: 2;
	position: relative;
	font-style: normal
}

@media (max-width:1500px) {
	.inside-guanzhong .box-1 {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1200px) {
	.inside-guanzhong .box-1 {
		padding-bottom: 50px
	}

	.inside-guanzhong .box-1 .title {
		font-size: 18px;
		padding-top: 80px
	}

	.inside-guanzhong .box-1 .title:before {
		height: 40px
	}

	.inside-guanzhong .box-1 .title span {
		padding: 0 10px
	}

	.inside-guanzhong .box-1 .title span:before {
		height: 5px
	}
}

.inside-guanzhong .box-2 li {
	color: #333;
	line-height: 30px;
	padding-right: 100px;
	min-height: 343px;
	text-align: justify;
	margin-bottom: 60px;
	background: #efefef;
	position: relative
}

.inside-guanzhong .box-2 li .pic {
	top: 0;
	left: 0;
	position: absolute
}

.inside-guanzhong .box-2 li .txtbox {
	width: 60%;
	float: right;
	padding-top: 60px
}

.inside-guanzhong .box-2 li .txtbox .bt {
	color: #fff;
	height: 54px;
	line-height: 54px;
	width: 300px;
	margin-left: 60px;
	margin-bottom: 45px;
	font-size: 24px;
	text-align: center;
	font-family: "Alibaba-PuHuiTi-Regular";
	background: #224f69;
	display: inline-block;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg)
}

.inside-guanzhong .box-2 li .txtbox p {
	text-indent: 2em
}

@media (max-width:1500px) {
	.inside-guanzhong .box-2 li .txtbox .bt {
		width: 240px;
		height: 44px;
		margin-left: 40px;
		line-height: 44px;
		font-size: 20px
	}
}

@media (max-width:1000px) {
	.inside-guanzhong .box-2 li {
		padding-right: 50px;
		margin-bottom: 30px
	}

	.inside-guanzhong .box-2 li .txtbox {
		width: 55%
	}

	.inside-guanzhong .box-2 li .txtbox .bt {
		width: 100%;
		font-size: 16px;
		-webkit-transform: skewY(0);
		-ms-transform: skewY(0);
		transform: skewY(0);
		margin-bottom: 20px
	}
}

@media (max-width:640px) {
	.inside-guanzhong .box-2 li {
		padding-right: 0
	}

	.inside-guanzhong .box-2 li .pic {
		width: 100%;
		top: auto;
		left: auto;
		position: relative
	}

	.inside-guanzhong .box-2 li .txtbox {
		width: 100%;
		float: none;
		padding: 30px
	}

	.inside-guanzhong .box-2 li .txtbox p {
		text-indent: 0
	}

	.inside-guanzhong .box-2 li .txtbox .bt {
		margin-left: 0
	}
}

.inside-guanzhong .box-2 .li02 {
	padding-left: 65px;
	padding-right: 0
}

.inside-guanzhong .box-2 .li02 .pic {
	right: 0;
	left: auto;
	position: absolute
}

.inside-guanzhong .box-2 .li02 .txtbox {
	float: left;
	width: 65%
}

.inside-guanzhong .box-2 .li02 .txtbox .bt {
	margin-left: 100px
}

@media (max-width:1000px) {
	.inside-guanzhong .box-2 .li02 {
		padding-left: 40px
	}

	.inside-guanzhong .box-2 .li02 .txtbox {
		width: 55%
	}
}

@media (max-width:640px) {
	.inside-guanzhong .box-2 .li02 {
		padding-left: 0
	}

	.inside-guanzhong .box-2 .li02 .pic {
		top: auto;
		right: auto;
		position: relative
	}

	.inside-guanzhong .box-2 .li02 .txtbox {
		float: none;
		width: 100%
	}

	.inside-guanzhong .box-2 .li02 .txtbox .bt {
		margin-left: 0
	}
}

.inside-guanzhong .box-3 {
	padding-top: 60px
}

.inside-guanzhong .box-3 ul {
	margin: 0 -22px
}

.inside-guanzhong .box-3 li {
	width: 50%;
	float: left;
	padding: 0 22px
}

.inside-guanzhong .box-3 li .tit {
	font-size: 18px;
	text-align: center
}

.inside-guanzhong .box-3 li .tit span {
	height: 40px;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	display: inline-block;
	background: #d92428;
	position: relative
}

.inside-guanzhong .box-3 li .tit span:before {
	content: "";
	left: 50%;
	bottom: -8px;
	margin-left: -5px;
	position: absolute;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: 10px solid #d92428
}

.inside-guanzhong .box-3 li .tit-blue span {
	background: #7a9da9
}

.inside-guanzhong .box-3 li .tit-blue span:before {
	border-top: 10px solid #7a9da9
}

.inside-guanzhong .box-3 li .content {
	background: #f8f8f8
}

.inside-guanzhong .box-3 li .content .tit-2 {
	font-size: 22px;
	text-align: center;
	color: #d92428;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 4px #d92428
}

.inside-guanzhong .box-3 li .content .tit-2-blue {
	color: #7a9da9;
	border-bottom: solid 4px #7a9da9
}

.inside-guanzhong .box-3 li .item {
	padding: 0 60px;
	line-height: 30px;
	color: #333;
	padding-top: 90px;
	min-height: 410px;
	padding-bottom: 10px
}

.inside-guanzhong .box-3 li .dianji {
	margin-top: 40px
}

.inside-guanzhong .box-3 li .btn {
	text-align: center;
	border-top: solid 10px #fff
}

.inside-guanzhong .box-3 li .btn a {
	height: 34px;
	line-height: 32px;
	color: #fff;
	padding: 0 40px;
	background: #d92428;
	display: inline-block
}

.inside-guanzhong .box-3 li .btn a:hover {
	box-shadow: 0 0 20px #f2cdcd
}

.inside-guanzhong .box-3 li .btn-blue a {
	background: #7a9da9
}

.inside-guanzhong .box-3 li .btn-blue a:hover {
	box-shadow: 0 0 20px #e0eef3
}

@media (max-width:1500px) {
	.inside-guanzhong .box-3 li .tit {
		font-size: 16px
	}

	.inside-guanzhong .box-3 li {
		padding: 0 10px
	}

	.inside-guanzhong .box-3 li .content .tit-2 {
		font-size: 18px;
		border-width: 2px
	}
}

@media (max-width:1199px) {
	.inside-guanzhong .box-3 {
		padding-top: 20px
	}

	.inside-guanzhong .box-3 ul {
		margin: 0
	}

	.inside-guanzhong .box-3 li .item {
		min-height: 350px;
		padding: 0 30px;
		padding-top: 40px
	}

	.inside-guanzhong .box-3 li .dianji {
		margin-top: 20px
	}
}

@media (max-width:640px) {
	.inside-guanzhong .box-3 li {
		width: 100%;
		float: none;
		margin-top: 40px
	}

	.inside-guanzhong .box-3 li .tit span {
		display: block
	}

	.inside-guanzhong .box-3 li:first-child {
		margin-top: 0
	}
}

.inside-guanzhong-2 {
	color: #333;
	padding-top: 60px
}

.inside-guanzhong-2 .menu {
	position: relative
}

.inside-guanzhong-2 .menu:before {
	content: "";
	top: 0;
	left: 50%;
	width: 16px;
	height: 100%;
	z-index: 2;
	margin-left: -8px;
	background: #fff;
	position: absolute;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg)
}

@media (max-width:640px) {
	.inside-guanzhong-2 .menu:before {
		width: 8px
	}
}

.inside-guanzhong-2 .menu li {
	width: 50%;
	float: left;
	height: 120px;
	font-size: 24px;
	line-height: 120px;
	text-align: center;
	background: #f6f6f6;
	position: relative;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-guanzhong-2 .menu li:before {
	content: "";
	width: 104.5%;
	height: 3px;
	bottom: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	background: #7b9ca9;
	position: absolute
}

.inside-guanzhong-2 .menu li a {
	color: #333;
	display: block
}

.inside-guanzhong-2 .menu li img {
	margin: 22px 20px 0 0
}

.inside-guanzhong-2 .menu .cur:before {
	opacity: 1
}

.inside-guanzhong-2 .menu .cur-2:before {
	width: 94.7%;
	z-index: 1;
	left: 30px
}

@media (max-width:1024px) {
	.inside-guanzhong-2 .menu .cur-2:before {
		width: 94%
	}
}

@media (max-width:769px) {
	.inside-guanzhong-2 .menu .cur-2:before {
		width: 92%
	}
}

@media (max-width:640px) {
	.inside-guanzhong-2 .menu .cur-2:before {
		width: 91%;
		left: 19px
	}
}

@media (max-width:390px) {
	.inside-guanzhong-2 .menu .cur-2:before {
		width: 88%
	}
}

.inside-guanzhong-2 .menu .cur-red:before {
	width: 94.7%;
	z-index: 1;
	left: 30px;
	background: #d92428
}

@media (max-width:1024px) {
	.inside-guanzhong-2 .menu .cur-red:before {
		width: 94%
	}
}

@media (max-width:769px) {
	.inside-guanzhong-2 .menu .cur-red:before {
		width: 92%
	}
}

@media (max-width:640px) {
	.inside-guanzhong-2 .menu .cur-red:before {
		width: 91%;
		left: 19px
	}
}

@media (max-width:380px) {
	.inside-guanzhong-2 .menu .cur-red:before {
		width: 89%
	}
}

.inside-guanzhong-2 .menu-two li:before {
	background: #d92428
}

.inside-guanzhong-2 .content {
	margin-top: 70px
}

.inside-guanzhong-2 .content .tit {
	font-size: 24px;
	margin-bottom: 40px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-guanzhong-2 .content dl {
	padding-top: 18px;
	padding-left: 18px;
	position: relative
}

.inside-guanzhong-2 .content dl:before {
	top: 0;
	left: 0;
	content: "";
	width: 205px;
	height: 18px;
	position: absolute;
	background: #7b9ca9
}

.inside-guanzhong-2 .content dl:after {
	content: "";
	width: 18px;
	height: 235px;
	top: 18px;
	left: 0;
	position: absolute;
	background: #7b9ca9
}

.inside-guanzhong-2 .content dt {
	width: 51%;
	float: left
}

.inside-guanzhong-2 .content dd {
	width: 46%;
	color: #fff;
	float: right;
	position: relative;
	padding: 35px 50px;
	background: #7b9ca9;
	padding-top: 0
}

.inside-guanzhong-2 .content dd .nr {
	margin-top: 40px;
	position: relative
}

.inside-guanzhong-2 .content dd .nr .ico {
	float: left;
	margin-right: 40px;
	display: inline-block;
	border-radius: 100%;
	background: #fff
}

.inside-guanzhong-2 .content dd:before {
	content: "";
	width: 120%;
	height: 2px;
	bottom: -40px;
	right: 0;
	z-index: 1;
	background: #7b9ca9;
	position: absolute
}

.inside-guanzhong-2 .content-red dl:before,.inside-guanzhong-2 .content-red dl:after {
	background: #d92428
}

.inside-guanzhong-2 .content-red dd {
	background: #d92428
}

.inside-guanzhong-2 .content-red dd:before {
	background: #d92428
}

.inside-guanzhong-2 .add {
	position: relative;
	padding: 80px 120px;
	color: #fff;
	z-index: 9;
	line-height: 30px;
	margin-top: 100px;
	background: #88a6b1
}

.inside-guanzhong-2 .add .tit {
	font-size: 24px;
	text-align: center;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-guanzhong-2 .add li {
	padding: 25px;
	border-bottom: solid 2px #fff
}

.inside-guanzhong-2 .add li .left {
	width: 30%;
	float: left;
	font-size: 18px;
	text-align: center
}

.inside-guanzhong-2 .add li .left img {
	margin-bottom: 10px
}

.inside-guanzhong-2 .add li .txt {
	width: 70%;
	float: left;
	padding-left: 10px
}

@media (max-width:640px) {
	.inside-guanzhong-2 .add li {
		padding-left: 0;
		border-width: 1px
	}

	.inside-guanzhong-2 .add li .left {
		font-size: 15px;
		margin-top: 10px;
		margin-left: -10px
	}

	.inside-guanzhong-2 .add li .left img {
		max-height: 40px
	}

	.inside-guanzhong-2 .add li .txt {
		line-height: 24px
	}
}

.inside-guanzhong-2 .add-red {
	background: #d92428;
	background: rgba(217,36,40,0.9)
}

.inside-guanzhong-2 .add-red .jieshao {
	margin-top: 20px
}

.inside-guanzhong-2 .content-2 {
	color: #666;
	padding: 70px 0 120px 0
}

.inside-guanzhong-2 .content-2 .tit {
	color: #333;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-guanzhong-2 .content-2 .font18 {
	font-size: 18px
}

.inside-guanzhong-2 .content-2 li {
	margin-top: 60px
}

.inside-guanzhong-2 .content-2 li .tt {
	color: #333;
	font-size: 20px;
	margin-bottom: 10px
}

.inside-guanzhong-2 .content-2 li .tt img {
	margin-right: 10px
}

.inside-guanzhong-2 .content-2 li .pic {
	margin-bottom: 30px
}

.inside-guanzhong-2 .content-2 li .orgin {
	color: #ffa200
}

.inside-guanzhong-2 .content-2 li .red {
	color: #d92428
}

.inside-guanzhong-2 .content-2 li .btn {
	height: 35px;
	line-height: 33px;
	color: #fff;
	margin-top: 20px;
	padding: 0 25px;
	background: #7a9da9;
	display: inline-block
}

.inside-guanzhong-2 .content-2 li .btn:hover {
	box-shadow: 0 0 20px #e0eef3
}

.inside-guanzhong-2 .content-2 li .btn-red {
	background: #d92428
}

.inside-guanzhong-2 .content-2 li .btn-red:hover {
	box-shadow: 0 0 20px #f7ccce
}

.inside-guanzhong-2 .content-2 li .dow {
	display: inline-block
}

.inside-guanzhong-2 .content-2 li .dow img {
	margin: -3px 10px 0 30px
}

@media (max-width:1000px) {
	.inside-guanzhong-2 .content-2 {
		padding: 40px 0 50px 0
	}

	.inside-guanzhong-2 .content-2 .tit {
		font-size: 18px
	}

	.inside-guanzhong-2 .content-2 .font18 {
		font-size: 16px
	}

	.inside-guanzhong-2 .content-2 li {
		margin-top: 30px
	}

	.inside-guanzhong-2 .content-2 li .dow img {
		margin-left: 10px
	}

	.inside-guanzhong-2 .content-2 li .tt {
		font-size: 16px
	}
}

@media (max-width:360px) {
	.inside-guanzhong-2 .content-2 li .tt {
		font-size: 14px
	}
}

@media (max-width:1000px) {
	.inside-guanzhong-2 {
		padding-top: 30px
	}

	.inside-guanzhong-2 .menu li {
		height: 80px;
		font-size: 18px;
		line-height: 80px
	}

	.inside-guanzhong-2 .menu li:before {
		height: 2px
	}

	.inside-guanzhong-2 .menu li img {
		max-height: 50px;
		margin-top: 12px
	}

	.inside-guanzhong-2 .content {
		margin-top: 40px
	}

	.inside-guanzhong-2 .content .tit {
		font-size: 20px;
		margin-bottom: 20px
	}
}

@media (max-width:640px) {
	.inside-guanzhong-2 .menu li {
		height: 60px;
		font-size: 16px;
		line-height: 60px
	}

	.inside-guanzhong-2 .menu li img {
		max-height: 38px;
		margin-top: 10px;
		margin-right: 10px
	}

	.inside-guanzhong-2 .content .tit {
		margin-bottom: 0
	}

	.inside-guanzhong-2 .content dl {
		padding-left: 0
	}

	.inside-guanzhong-2 .content dl:before,.inside-guanzhong-2 .content dl:after {
		display: none
	}

	.inside-guanzhong-2 .content dd::before {
		display: none
	}

	.inside-guanzhong-2 .content dt {
		width: 100%;
		float: none
	}

	.inside-guanzhong-2 .content dd .nr {
		margin-top: 30px
	}

	.inside-guanzhong-2 .content dd {
		width: 100%;
		padding-left: 30px;
		padding-right: 20px
	}

	.inside-guanzhong-2 .content dd .nr .ico {
		margin-right: 10px;
		margin-top: -5px
	}

	.inside-guanzhong-2 .add {
		margin-top: 30px;
		padding: 30px
	}

	.inside-guanzhong-2 .add .tit {
		font-size: 18px
	}

	.inside-guanzhong-2 .add-red .jieshao {
		margin-top: 10px
	}
}

.contact-map {
	width: 100%;
	z-index: 1;
	margin-top: -70px;
	position: relative;
	height: 620px
}

.contact-map em {
	color: #224f69;
	font-style: normal
}

@media (max-width:1000px) {
	.contact-map {
		height: 320px;
		margin-top: 0;
		padding: 0 20px;
		margin-bottom: 20px
	}
}

.contact-map #l-map {
	width: 100%;
	height: 620px
}

@media (max-width:1000px) {
	.contact-map #l-map {
		height: 320px
	}
}

.gyTitle {
	color: #000;
	position: relative
}

.gyTitle:before {
	content: "";
	height: 6px;
	top: 12px;
	left: 0;
	width: 100%;
	position: absolute;
	background: #d43937
}

.gyTitle span {
	z-index: 2;
	background: #f8f8f8;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.gyTitle span img {
	margin-left: 10px;
	margin-top: 12px
}

@media (max-width:1500px) {
	.gyTitle span {
		font-size: 20px
	}
}

@media (max-width:1200px) {
	.gyTitle span {
		font-size: 18px
	}
}

.inside-huiyi {
	color: #333;
	background: #f8f8f8;
	padding: 80px 0 200px 0
}

.inside-huiyi .topTitle {
	color: #000;
	margin-bottom: 70px
}

.inside-huiyi .topTitle h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-huiyi .box-1 {
	margin-top: 80px;
	margin-left: 15px;
	position: relative
}

.inside-huiyi .box-1 .tu {
	top: -47px;
	left: -15px;
	position: absolute
}

.inside-huiyi .box-1 dl {
	z-index: 2;
	position: relative
}

.inside-huiyi .box-1 dt {
	float: left;
	width: 44%
}

.inside-huiyi .box-1 dd {
	width: 54%;
	float: right;
	min-height: 160px;
	padding-left: 30px;
	background: #ececec
}

.inside-huiyi .box-1 dd .miaoshu {
	width: 50%;
	float: left;
	margin-top: 20px;
	position: relative
}

.inside-huiyi .box-1 dd span {
	top: 3px;
	left: 0;
	position: absolute
}

.inside-huiyi .box-1 dd span img {
	max-height: 40px
}

.inside-huiyi .box-1 dd .txtbox {
	padding-left: 55px
}

.inside-huiyi .tabmenu {
	margin-top: 70px;
	margin-bottom: 50px
}

.inside-huiyi .tabmenu ul {
	margin: 0 -15px
}

.inside-huiyi .tabmenu li {
	width: 25%;
	float: left;
	padding: 0 15px;
	cursor: pointer;
	margin-bottom: 30px
}

.inside-huiyi .tabmenu .hezi {
	background: #fff;
	text-align: center;
	padding: 30px 20px;
	height: 234px;
	border: solid 1px #f0b3b2
}

.inside-huiyi .tabmenu .hezi .date {
	font-size: 24px
}

.inside-huiyi .tabmenu .hezi .tit {
	font-size: 16px;
	height: 48px;
	overflow: hidden;
	margin: 25px 0
}

.inside-huiyi .tabmenu .hezi .button {
	background: #d43937;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
	font-family: "Alibaba-PuHuiTi-Regular";
	box-shadow: 0 0 10px #f7ced0;
	-webkit-transition: all 0s;
	transition: all 0s
}

.inside-huiyi .tabmenu .active .hezi {
	color: #fff;
	background: #d43937
}

.inside-huiyi .tabmenu .active .hezi .button {
	color: #d43937;
	background: #fff;
	box-shadow: none
}

.inside-huiyi .tabcontent {
	margin-top: 60px;
	display: none
}

.inside-huiyi .tabcontent .button,.inside-huiyi .tabcontent .button-lan {
	background: #d43937;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14x;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	display: none;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-huiyi .tabcontent .button-lan {
	background: #7b9ca9
}

@media (max-width:1024px) {
	.inside-huiyi .tabcontent {
		margin-top: 30px
	}

	.inside-huiyi .tabcontent .button,.inside-huiyi .tabcontent .button-lan {
		display: block
	}
}

.inside-huiyi .tabcontent .biaoti .time {
	float: left;
	width: 94px;
	height: 84px;
	text-align: center;
	border-radius: 10px;
	border: solid 2px #d43937
}

.inside-huiyi .tabcontent .biaoti .time span {
	color: #000;
	font-size: 20px;
	display: block;
	line-height: 38px
}

.inside-huiyi .tabcontent .biaoti .time span:first-child {
	color: #fff;
	font-size: 24px;
	font-family: arial;
	background: #d43937
}

.inside-huiyi .tabcontent .biaoti .name {
	width: 70%;
	float: left;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	padding-left: 30px;
	margin-top: 10px
}

.inside-huiyi .tabcontent .neirong li {
	margin-top: 50px;
}

.inside-huiyi .tabcontent .neirong li .hezi {
	width: 44%;
	float: right
}

.inside-huiyi .tabcontent .neirong li .hezi:first-child {
	float: left
}

.inside-huiyi .tabcontent .neirong li .top {
	color: #000;
	font-size: 18px;
	line-height: 30px
}

.inside-huiyi .tabcontent .neirong li .top p:first-child {
	font-size: 22px;
	font-family: arial
}

.inside-huiyi .tabcontent .neirong li .bot {
	color: #000;
	margin-top: 20px;
	line-height: 28px
}

.inside-huiyi .tabcontent .neirong li .bot .pic {
	float: left;
	width: 19%
}

.inside-huiyi .tabcontent .neirong li .bot .jianjie {
	width: 70%;
	float: left;
	padding-left: 20px
}

.inside-huiyi .tabcontent .neirong li .bot .name {
	font-size: 22px
}

.inside-huiyi .tabcontent .neirong li .bot .js {
	font-size: 15px
}

.inside-huiyi .tabcontent .neirong li .bot .gs {
	font-size: 16px
}

.inside-huiyi .gyTitle-2 {
	margin-top: 110px
}

@media (max-width:1024px) {
	.inside-huiyi .gyTitle-2 {
		margin-top: 50px
	}
}

.inside-huiyi .box-2 {
	margin-top: 80px;
	position: relative
}

.inside-huiyi .box-2 .tu {
	top: -47px;
	left: -15px;
	position: absolute
}

.inside-huiyi .box-2 dl {
	z-index: 2;
	position: relative
}

.inside-huiyi .box-2 dt {
	float: left;
	width: 25%
}

.inside-huiyi .box-2 dd {
	bottom: 0;
	left: 25%;
	width: 50%;
	color: #fff;
	padding-top: 50px;
	font-family: arial;
	padding-left: 50px;
	background: #d43937;
	min-height: 220px;
	position: absolute
}

.inside-huiyi .box-2 dd a {
	color: #fff
}

.inside-huiyi .box-2 dd a:hover {
	text-decoration: underline
}

.inside-huiyi .box-2 dd .tit {
	font-size: 20px;
	margin-bottom: 30px
}

.inside-huiyi .box-2 dd .tit span {
	padding-bottom: 10px;
	display: inline-block;
	min-width: 210px;
	border-bottom: solid 3px #fff
}

.inside-huiyi .box-2 dd .tel,.inside-huiyi .box-2 dd .mail {
	margin-bottom: 10px
}

.inside-huiyi .box-2 dd .tel img,.inside-huiyi .box-2 dd .mail img {
	margin: -3px 10px 0 0
}

@media (max-width:800px) {
	.inside-huiyi .box-2 {
		margin-top: 0
	}

	.inside-huiyi .box-2 .tu {
		display: none
	}

	.inside-huiyi .box-2 dd {
		top: auto;
		bottom: auto;
		left: auto;
		width: 75%;
		float: left;
		padding: 30px;
		min-height: auto;
		position: relative
	}
}

@media (max-width:480px) {
	.inside-huiyi .box-2 dt {
		width: 100%;
		float: none;
		margin-top: 30px
	}

	.inside-huiyi .box-2 dt img {
		width: 100%
	}

	.inside-huiyi .box-2 dd {
		width: 100%;
		float: none
	}
}

@media (max-width:1199px) {
	.inside-huiyi {
		padding: 50px 0
	}

	.inside-huiyi .topTitle p:first-child {
		font-size: 18px;
		line-height: 24px
	}

	.inside-huiyi .box-1 {
		margin-left: 0;
		margin-top: 40px
	}

	.inside-huiyi .box-1 .tu {
		display: none
	}

	.inside-huiyi .box-1 dt,.inside-huiyi .box-1 dd {
		width: 100%;
		float: none
	}

	.inside-huiyi .tabmenu {
		margin: 30px 0;
		overflow: hidden
	}

	.inside-huiyi .tabmenu ul {
		margin: 0 -5px
	}

	.inside-huiyi .tabmenu li {
		width: 50%;
		padding: 0 5px
	}

	.inside-huiyi .tabmenu li .hezi .date {
		font-size: 20px
	}

	.inside-huiyi .tabcontent .biaoti .name {
		font-size: 18px;
		line-height: 24px
	}

	.inside-huiyi .tabcontent .neirong li .top p:first-child,.inside-huiyi .tabcontent .neirong li .bot .name {
		font-size: 18px
	}

	.inside-huiyi .tabcontent .neirong li .top {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1024px) {
	.inside-huiyi .tabcontent .neirong li .bot {
		overflow: hidden
	}

	.inside-huiyi .tabcontent .neirong li .bot .js {
		font-size: 14px;
		line-height: 20px
	}

	.inside-huiyi .tabcontent .neirong li .bot .jianjie {
		width: 80%;
		margin-top: -5px
	}

	.inside-huiyi .tabcontent .neirong li .top p:first-child,.inside-huiyi .tabcontent .neirong li .bot .name {
		font-size: 16px
	}

	.inside-huiyi .tabcontent .neirong li .bot .gs {
		font-size: 15px
	}
}

@media (max-width:1024px) {
	.inside-huiyi .topTitle {
		margin-bottom: 30px
	}

	.inside-huiyi .box-1 dd {
		padding-left: 10px;
		min-height: auto
	}

	.inside-huiyi .box-1 dd .miaoshu {
		width: 100%
	}

	.inside-huiyi .tabmenu ul {
		margin: 0
	}

	.inside-huiyi .tabmenu li {
		width: 33.333%;
		padding: 0 2px;
		margin-bottom: 10px
	}

	.inside-huiyi .tabmenu li .hezi {
		padding: 10px
	}

	.inside-huiyi .tabmenu li .hezi .date {
		font-size: 16px
	}

	.inside-huiyi .tabmenu li .hezi {
		height: auto
	}

	.inside-huiyi .tabmenu li .hezi .tit {
		font-size: 14px;
		height: auto;
		margin: 10px 0;
		display: none
	}

	.inside-huiyi .tabmenu .hezi .button {
		display: none
	}

	.inside-huiyi .tabcontent .biaoti .time span:first-child {
		font-size: 18px
	}

	.inside-huiyi .tabcontent .biaoti .time span {
		font-size: 16px
	}

	.inside-huiyi .tabcontent .biaoti .time {
		border-width: 1px;
		border-radius: 5px
	}

	.inside-huiyi .tabcontent .biaoti .name {
		font-size: 16px;
		width: 70%;
		margin-top: 0;
		padding-left: 15px
	}

	.inside-huiyi .tabcontent .neirong li {
		margin-top: 30px
	}

	.inside-huiyi .box-2 dd {
		padding: 20px 15px
	}

	.inside-huiyi .box-2 dd .tit {
		font-size: 16px
	}

	.inside-huiyi .box-2 dd .tit span {
		border-width: 1px
	}

	.inside-huiyi .box-2 dd .tel img,.inside-huiyi .box-2 dd .mail img {
		max-height: 20px;
		margin-top: 0
	}
}

@media (max-width:640px) {
	.inside-huiyi .tabcontent .neirong li .hezi {
		width: 100%;
		float: none !important;
		margin-bottom: 30px
	}
}

@media (max-width:390px) {
	.inside-huiyi .tabcontent .biaoti .name {
		width: 65%
	}
}

@media (max-width:370px) {
	.inside-huiyi .tabcontent .biaoti .name {
		font-size: 14px
	}

	.inside-huiyi dd {
		font-size: 12px !important
	}
}

.inside-huiyi-sz .gyTitle:before {
	background: #7b9ca9
}

.inside-huiyi-sz .tabmenu li .hezi {
	border: solid 1px #c5d8e0
}

.inside-huiyi-sz .tabmenu li .hezi .button {
	background: #7b9ca9;
	box-shadow: 0 0 10px #e1eaf0
}

.inside-huiyi-sz .tabmenu .active .hezi {
	background: #7b9ca9;
	border-color: #7b9ca9
}

.inside-huiyi-sz .tabmenu .active .hezi .button {
	color: #224f69
}

.inside-huiyi-sz .tabcontent .biaoti .time span:first-child {
	background: #7b9ca9
}

.inside-huiyi-sz .tabcontent .biaoti .time {
	border-color: #7b9ca9
}

.inside-huiyi-sz .box-2 dd {
	background: #7b9ca9
}

.inside-hz {
	margin-top: 60px;
	padding-bottom: 20px
}

.inside-hz .gyTitle:before {
	background: #ebebeb
}

.inside-hz .gyTitle span {
	background: #fff
}

.inside-hz .list {
	margin-top: 14px;
	margin-left: -10px;
	margin-right: -10px
}

.inside-hz .list li {
	padding: 6px 13px;
	width: 16.6666%;
	float: left
}

.inside-hz .list li a {
	display: block;
	overflow: hidden;
	position: relative;
	border: solid 1px #f0f0ef
}

.inside-hz .list li a img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-hz .list li a:after {
	content: "";
	display: block;
	padding-bottom: 61.5%
}

.inside-hz .list li:hover a img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1199px) {
	.inside-hz .list {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.inside-hz .list li {
		padding: 5px;
		width: 20%
	}
}

@media (max-width:480px) {
	.inside-hz .list li {
		width: 33.333%
	}
}

@media (max-width:480px) {
	.inside-hz {
		margin-top: 30px;
		padding-bottom: 0
	}
}

.inisde-height {
	height: 70px
}

.inside-ljhg {
	padding: 80px 0
}

.inside-ljhg .gyTitle span {
	background: #fff;
	font-size: 30px
}

.inside-ljhg .gyTitle:before {
	height: 12px
}

.inside-ljhg .gyTitle-sz {
	margin-top: 80px
}

.inside-ljhg .gyTitle-sz:before {
	background: #7b9ca9
}

.inside-ljhg .list {
	margin: 0 -22px
}

.inside-ljhg .list li {
	float: left;
	width: 33.3333%;
	padding: 45px 22px
}

.inside-ljhg .list li a {
	display: block
}

.inside-ljhg .list li .tit {
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	font-size: 20px;
	color: #000;
	position: relative
}

.inside-ljhg .list li .tit:before {
	content: "";
	height: 5px;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	background: #e6e6e6;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-ljhg .list li .picbox {
	position: relative
}

.inside-ljhg .list li .pic {
	overflow: hidden;
	position: relative
}

.inside-ljhg .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 60%
}

.inside-ljhg .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-ljhg .list li span {
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	position: absolute
}

.inside-ljhg .list li span img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-ljhg .list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-ljhg .list li:hover span img {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}

.inside-ljhg .list li:hover .tit:before {
	width: 100%;
	left: 0;
	background: #d92428
}

.inside-ljhg .list-blue li:hover .tit:before {
	background: #7b9ca9
}

@media (max-width:1500px) {
	.inside-ljhg .gyTitle img {
		max-height: 6px
	}

	.inside-ljhg .gyTitle span {
		font-size: 22px
	}

	.inside-ljhg .gyTitle::before {
		height: 6px
	}
}

@media (max-width:1200px) {
	.inside-ljhg {
		padding: 50px 0
	}

	.inside-ljhg .gyTitle-sz {
		margin-top: 40px
	}

	.inside-ljhg .list {
		margin-left: 0;
		margin-right: 0
	}

	.inside-ljhg .list li {
		padding: 20px 10px
	}

	.inside-ljhg .list li .tit {
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 14px
	}

	.inside-ljhg .list li .tit:before {
		height: 2px
	}
}

@media (max-width:480px) {
	.inside-ljhg .gyTitle span {
		font-size: 18px
	}

	.inside-ljhg .list li {
		width: 50%;
		padding: 10px 5px
	}

	.inside-ljhg .list li span {
		margin-left: -19px;
		margin-top: -19px
	}

	.inside-ljhg .list li span img {
		max-height: 39px
	}
}

.inside-yycg {
	color: #333;
	padding: 110px 0;
	background: #f7f7f7
}

.inside-yycg .jieshao {
	line-height: 30px
}

.inside-yycg .font30 {
	font-size: 30px;
	position: relative;
	padding-left: 120px;
	margin-bottom: 15px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-yycg .font30:before {
	content: "";
	background: #333;
	width: 100px;
	height: 1px;
	top: 50%;
	left: 0;
	position: absolute
}

.inside-yycg .list {
	margin: 0 -20px;
	margin-top: 60px
}

.inside-yycg .list li {
	width: 50%;
	float: left;
	padding: 20px
}

.inside-yycg .list li .hezi {
	background: #fff;
	height: 230px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	padding: 40px 20px 30px 30px
}

.inside-yycg .list li .icobox {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
	position: relative
}

.inside-yycg .list li .icobox img {
	max-height: 100px
}

.inside-yycg .list li .icobox .ico-h {
	left: 0;
	bottom: -100px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-yycg .list li .txtbox {
	width: 80%;
	float: left;
	padding-top: 25px;
	padding-left: 30px
}

.inside-yycg .list li .name {
	margin-bottom: 5px;
	font-family: arial
}

.inside-yycg .list li .tit {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-yycg .list li .txt {
	font-size: 16px;
	height: 48px;
	overflow: hidden;
	width: 70%
}

.inside-yycg .list li .button {
	margin-top: 30px;
	line-height: 40px;
	vertical-align: top;
	position: relative;
	float: right;
	text-decoration: underline;
	display: inline-block
}

.inside-yycg .list li .button:after {
	content: "";
	width: 35px;
	height: 40px;
	margin-left: 5px;
	vertical-align: top;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	background-image: url(../images/yuyue-03.png)
}

.inside-yycg .list li:hover .icobox .ico {
	opacity: 0
}

.inside-yycg .list li:hover .icobox .ico-h {
	bottom: 0;
	opacity: 1
}

.inside-yycg .list li:hover .hezi {
	background: #d92428
}

.inside-yycg .list li:hover .hezi .name,.inside-yycg .list li:hover .hezi .tit,.inside-yycg .list li:hover .hezi .txt {
	color: #fff
}

.inside-yycg .list li:hover .button {
	color: #fff
}

.inside-yycg .list li:hover .button:after {
	background-position: -35px 0;
	background-image: url(../images/yuyue-03.png)
}

.inside-yycg .list-2 {
	padding: 0;
	margin-top: 0
}

.inside-yycg .list-2 li .button {
	margin-top: 5px
}

@media (max-width:1500px) {
	.inside-yycg .font30 {
		margin-top: 20px;
		font-size: 22px;
		padding-left: 60px
	}

	.inside-yycg .font30:before {
		width: 50px
	}

	.inside-yycg .list {
		margin-top: 30px
	}

	.inside-yycg .list li .tit {
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 24px
	}

	.inside-yycg .list li .txt {
		font-size: 14px
	}

	.inside-yycg .jieshao {
		line-height: 24px
	}
}

@media (max-width:1200px) {
	.inside-yycg {
		padding: 50px 0
	}

	.inside-yycg .list li .txtbox {
		width: 70%
	}

	.inside-yycg .list li .txtbox .txt {
		width: 100%
	}
}

@media (max-width:800px) {
	.inside-yycg .list {
		margin-left: 0;
		margin-right: 0
	}

	.inside-yycg .list li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px
	}

	.inside-yycg .list li:first-child {
		padding-top: 0
	}
}

@media (max-width:480px) {
	.inside-yycg {
		padding: 20px 0
	}

	.inside-yycg .list {
		margin-top: 0
	}

	.inside-yycg .list li {
		padding-bottom: 0;
		padding-left: 0
	}

	.inside-yycg .list li .tit {
		font-size: 17px
	}

	.inside-yycg .list li .hezi {
		padding: 20px;
		height: 210px;
		padding-top: 40px;
		padding-bottom: 0
	}

	.inside-yycg .list li .icobox {
		width: 20%;
		height: auto
	}

	.inside-yycg .list li .icobox img {
		max-height: inherit
	}

	.inside-yycg .list li .txtbox {
		width: 80%;
		padding-top: 15px
	}

	.inside-yycg .list li .button {
		float: none;
		margin-top: 20px
	}

	.inside-yycg .list li:hover .icobox .ico {
		opacity: 1
	}

	.inside-yycg .list li:hover .icobox .ico-h {
		display: none
	}

	.inside-yycg .list li:hover .hezi {
		background: #fff
	}

	.inside-yycg .list li:hover .hezi .name,.inside-yycg .list li:hover .hezi .tit,.inside-yycg .list li:hover .hezi .txt {
		color: #333
	}

	.inside-yycg .list li:hover .button {
		color: #333
	}

	.inside-yycg .list li:hover .button:after {
		background-position: 0 0;
		background-image: url(../images/yuyue-03.png)
	}
}

.inside-complay {
	color: #333;
	line-height: 30px;
	font-size: 18px;
	padding: 110px 0
}

.inside-complay .container {
	position: relative
}

.inside-complay .guanyu {
	width: 280px;
	right: 98px;
	top: 0;
	z-index: 9;
	font-size: 16px;
	color: #fff;
	padding: 50px;
	line-height: 24px;
	min-height: 370px;
	position: absolute;
	background: #db2f33;
	background: rgba(217,36,40,0.95)
}

.inside-complay .guanyu:before {
	top: 90px;
	left: -53px;
	content: "";
	width: 53px;
	height: 97px;
	position: absolute;
	background: url(../images/yazhou-02.jpg) no-repeat
}

.inside-complay .guanyu .en {
	font-size: 12px;
	color: #f56e71;
	font-family: arial;
	font-weight: normal
}

.inside-complay .guanyu p {
	padding: 30px 0;
	border-top: solid 1px #e95054
}

.inside-complay .guanyu-blue {
	background: #7b9ca9;
	background: rgba(123,156,169,0.95)
}

.inside-complay .guanyu-blue .en {
	color: #bedbe7
}

.inside-complay .guanyu-blue p {
	border-top: solid 1px #fff;
	border-top: solid 1px rgba(255,255,255,0.3)
}

.inside-complay .tit {
	width: 50%;
	margin-bottom: 90px
}

.inside-complay .font40 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-complay .jianjie {
	padding-left: 120px;
	position: relative
}

.inside-complay .jianjie:before {
	content: "";
	top: 14px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #333;
	position: absolute
}

.inside-complay .txt {
	padding: 0 98px;
	padding-top: 30px;
	text-align: justify
}

.inside-complay .txt p {
	text-indent: 2rem;
	margin-top: 40px
}

.inside-complay .zhanwei {
	font-size: 20px;
	margin-top: -60px
}

@media (max-width:1024px) {
	.inside-complay .zhanwei {
		margin-top: 0
	}
}

.inside-complay .zhanwei .yz {
	width: 45%;
	float: left;
	text-align: center
}

.inside-complay .zhanwei .yz span {
	color: #fff;
	margin-top: 50px;
	padding: 10px 30px;
	background: #d92428;
	display: inline-block;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-complay .zhanwei .yz span:hover {
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0 0 20px #fbd2d3
}

.inside-complay .zhanwei .sz {
	width: 53.5%;
	float: right;
	text-align: center
}

.inside-complay .zhanwei .sz span {
	color: #fff;
	margin-top: 50px;
	padding: 10px 30px;
	background: #7b9ca9;
	display: inline-block;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-complay .zhanwei .sz span:hover {
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0 0 20px #d9e8ed
}

@media (max-width:1500px) {
	.inside-complay {
		font-size: 16px;
		line-height: 24px
	}

	.inside-complay .zhanwei {
		font-size: 16px
	}
}

@media (max-width:1200px) {
	.inside-complay {
		padding: 50px 0
	}

	.inside-complay .font40 {
		font-size: 24px;
		line-height: 30px
	}

	.inside-complay .tit {
		width: 100%;
		margin-bottom: 40px
	}

	.inside-complay .guanyu {
		display: none
	}

	.inside-complay .txt {
		padding: 0 10px
	}
}

@media (max-width:480px) {
	.inside-complay .jianjie {
		margin-bottom: 30px;
		padding-left: 60px
	}

	.inside-complay .jianjie:before {
		width: 50px
	}

	.inside-complay .zhanwei {
		margin-top: 0
	}

	.inside-complay .zhanwei .yz,.inside-complay .zhanwei .sz {
		width: 100%;
		float: none;
		margin-top: 50px
	}

	.inside-complay .zhanwei .yz span,.inside-complay .zhanwei .sz span {
		margin-top: 20px;
		width: 100%;
		display: block
	}

	.inside-complay .zhanwei .yz {
		margin-top: 0
	}
}

.inside-zhanshang {
	padding: 130px 0 0 0;
	font-size: 18px;
	line-height: 30px;
	color: #333
}

.inside-zhanshang .container {
	position: relative
}

.inside-zhanshang .tu {
	float: left;
	z-index: 8;
	margin-left: 20px;
	position: relative;
	margin-right: 45px
}

.inside-zhanshang .tu-2 {
	left: 0;
	top: -110px;
	z-index: 1;
	position: absolute
}

.inside-zhanshang .txt {
	text-indent: 2em;
	padding-top: 20px
}

.inside-zhanshang .pic {
	margin-top: 60px
}

@media (max-width:1500px) {
	.inside-zhanshang {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1200px) {
	.inside-zhanshang {
		padding: 20px 0 50px 0
	}

	.inside-zhanshang .tu-2 {
		display: none
	}

	.inside-zhanshang .tu {
		float: none;
		margin: 0;
		text-align: center
	}

	.inside-zhanshang .tu img {
		width: 100%
	}
}

.inside-zhanshang-sc {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 80px 0 150px 0
}

.inside-zhanshang-sc .tit {
	padding-left: 120px;
	padding-bottom: 40px;
	position: relative;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 70px;
	font-family: "Alibaba-PuHuiTi-Regular";
	border-bottom: solid 2px #7b9ca9
}

.inside-zhanshang-sc .tit:before {
	width: 100px;
	height: 1px;
	top: 14px;
	left: 0;
	content: "";
	background: #333;
	position: absolute
}

.inside-zhanshang-sc p {
	margin-top: 20px
}

.inside-zhanshang-sc .button {
	margin-top: 90px
}

.inside-zhanshang-sc .button a {
	padding: 0 30px;
	color: #fff;
	margin-left: 25px;
	text-align: center;
	line-height: 52px;
	background: #7b9ca9;
	display: inline-block
}

.inside-zhanshang-sc .button a img {
	margin: 5px 0 0 10px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-zhanshang-sc .button a:hover {
	box-shadow: 0 0 20px #d7e7ec
}

.inside-zhanshang-sc .button a:hover img {
	margin-left: 20px
}

.inside-zhanshang-sc .button a:first-child {
	margin-left: 0;
	background: #d51118
}

.inside-zhanshang-sc .button a:first-child:hover {
	box-shadow: 0 0 20px #f9c8ca
}

@media (max-width:1500px) {
	.inside-zhanshang-sc {
		font-size: 16px;
		line-height: 24px;
		padding: 50px 0
	}

	.inside-zhanshang-sc .tit {
		font-size: 20px
	}
}

@media (max-width:1200px) {
	.inside-zhanshang-sc .tit {
		padding-left: 60px;
		padding-bottom: 30px;
		margin-bottom: 30px
	}

	.inside-zhanshang-sc .tit:before {
		width: 50px
	}

	.inside-zhanshang-sc .button {
		margin-top: 60px
	}
}

@media (max-width:480px) {
	.inside-zhanshang-sc .button a {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		padding: 0 10px
	}

	.inside-zhanshang-sc .button a img {
		max-height: 24px;
		margin-top: 15px
	}
}

.inside-zhanshang-dl {
	padding-top: 90px;
	color: #333
}

.inside-zhanshang-dl .tit {
	padding-left: 120px;
	padding-bottom: 50px;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	border-bottom: solid 2px #7b9ca9
}

.inside-zhanshang-dl .tit:before {
	width: 100px;
	height: 1px;
	top: 14px;
	left: 0;
	content: "";
	background: #333;
	position: absolute
}

.inside-zhanshang-dl .bg {
	padding: 100px 0;
	background: #f8f8f8
}

.inside-zhanshang-dl .bg .container {
	padding: 0 190px
}

.inside-zhanshang-dl .leftbox {
	width: 38%;
	float: left
}

.inside-zhanshang-dl .leftbox .tit-2 {
	color: #333;
	font-size: 30px;
	line-height: 40px;
	text-align: center
}

.inside-zhanshang-dl .leftbox li {
	text-align: center;
	margin-top: 40px;
	padding: 0 30px;
	background: #d92428;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-zhanshang-dl .leftbox li a {
	color: #fff;
	display: block
}

.inside-zhanshang-dl .leftbox li .ico {
	float: left;
	margin-top: 9px
}

.inside-zhanshang-dl .leftbox li .ico-2 {
	float: right;
	margin-top: 12px
}

.inside-zhanshang-dl .leftbox li:hover {
	padding: 0 40px;
	box-shadow: 0 0 20px #f2a7aa
}

.inside-zhanshang-dl .leftbox-2 {
	float: right
}

.inside-zhanshang-dl .leftbox-2 li {
	background: #7b9ca9
}

.inside-zhanshang-dl .leftbox-2 li:hover {
	box-shadow: 0 0 20px #daebef
}

@media (max-width:1500px) {
	.inside-zhanshang-dl .tit {
		font-size: 16px
	}
}

@media (max-width:1200px) {
	.inside-zhanshang-dl {
		padding-top: 50px
	}

	.inside-zhanshang-dl .tit {
		padding-left: 60px
	}

	.inside-zhanshang-dl .tit:before {
		width: 50px
	}

	.inside-zhanshang-dl .leftbox li {
		font-size: 16px
	}

	.inside-zhanshang-dl .bg {
		padding: 60px 0
	}

	.inside-zhanshang-dl .bg .container {
		padding: 0 20px
	}

	.inside-zhanshang-dl .leftbox .tit-2 {
		font-size: 22px;
		line-height: 30px
	}
}

@media (max-width:480px) {
	.inside-zhanshang-dl .bg {
		padding-top: 20px;
		padding-bottom: 30px
	}

	.inside-zhanshang-dl .leftbox {
		width: 100%;
		float: none;
		margin-top: 40px
	}

	.inside-zhanshang-dl .leftbox li {
		height: 60px;
		line-height: 60px;
		margin-top: 20px
	}

	.inside-zhanshang-dl .leftbox li .ico {
		margin-top: 14px
	}

	.inside-zhanshang-dl .leftbox li .ico img {
		max-height: 30px
	}

	.inside-zhanshang-dl .leftbox li .ico-2 {
		margin-top: 14px
	}

	.inside-zhanshang-dl .leftbox li .ico-2 img {
		max-height: 30px
	}
}

.inside-dowland {
	padding: 80px 0 30px 0;
	background: #f8f8f8
}

.inside-dowland ul {
	margin: 0 -15px;
	padding-bottom: 50px
}

.inside-dowland ul li {
	float: left;
	padding: 15px;
	width: 33.3333%
}

.inside-dowland ul li .item {
	padding: 30px;
	padding-top: 45px;
	text-align: center;
	background: #fff;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-dowland ul li .icobox {
	height: 62px;
	overflow: hidden;
	display: inline-block;
	position: relative
}

.inside-dowland ul li .ico-h {
	left: 0;
	opacity: 0;
	bottom: -62px;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-dowland ul li .tit {
	color: #333;
	height: 24px;
	font-size: 18px;
	overflow: hidden;
	margin-top: 10px
}

.inside-dowland ul li .txt {
	color: #a5a4a4;
	font-family: arial
}

.inside-dowland ul li .btn {
	margin-top: 40px
}

.inside-dowland ul li .btn a {
	height: 38px;
	line-height: 34px;
	width: 112px;
	color: #457b9a;
	display: inline-block;
	border-radius: 2px;
	border: solid 1px #94b6c3
}

.inside-dowland ul li .btn a:hover {
	color: #fff;
	border-color: #224f69;
	background: #224f69
}

.inside-dowland ul li:hover .item {
	box-shadow: 0 0 30px #e6e6e6
}

.inside-dowland ul li:hover .ico {
	opacity: 0
}

.inside-dowland ul li:hover .ico-h {
	opacity: 1;
	bottom: 0
}

.inside-dowland ul li:hover .tit {
	color: #224f69
}

.inside-dowland ul li:hover .txt {
	color: #80a5ba
}

@media (max-width:1100px) {
	.inside-dowland {
		padding-top: 30px;
		padding-bottom: 0
	}

	.inside-dowland ul {
		margin-left: 0;
		margin-right: 0
	}

	.inside-dowland ul li {
		padding-left: 5px;
		padding-right: 5px
	}

	.inside-dowland ul li .item {
		padding: 20px
	}

	.inside-dowland ul li .btn a {
		width: 90px
	}
}

@media (max-width:700px) {
	.inside-dowland ul li {
		width: 50%
	}
}

@media (max-width:480px) {
	.inside-dowland ul li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.inside-dowland ul li .item {
		padding: 30px
	}
}

.inside-zwyd {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	padding: 70px 0 120px 0
}

.inside-zwyd .biaoti {
	font-size: 30px;
	position: relative;
	font-family: "Alibaba-PuHuiTi-Regular";
	line-height: 40px
}

.inside-zwyd .biaoti:before {
	content: "";
	height: 10px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 370px;
	background: #e95054
}

.inside-zwyd .biaoti span {
	z-index: 2;
	position: relative
}

.inside-zwyd .list {
	margin-top: 50px;
	margin-left: 27px;
	min-height: 300px;
	padding-bottom: 70px;
	border-left: solid 1px #d92428
}

.inside-zwyd .list li {
	padding-top: 120px
}

.inside-zwyd .list li:first-child {
	padding-top: 0
}

.inside-zwyd .list .t1 {
	color: #333;
	font-size: 30px;
	line-height: 40px;
	padding-left: 160px;
	position: relative;
	padding-top: 10px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-zwyd .list .t1 img {
	top: 0;
	left: -30px;
	position: absolute
}

.inside-zwyd .list .t2 {
	font-size: 24px;
	text-align: center;
	margin: 120px 0 30px 0;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-zwyd .list .t3 {
	position: relative
}

.inside-zwyd .list .t3:before {
	content: "";
	width: 140px;
	height: 1px;
	left: 0;
	top: 50%;
	margin-top: 3px;
	position: absolute;
	background: #dfdfdf
}

.inside-zwyd .list .t4 {
	color: #666;
	margin-top: 5px;
	padding-left: 205px
}

.inside-zwyd .list .item {
	position: relative;
	min-height: 490px;
	text-align: center;
	padding-left: 20px
}

.inside-zwyd .list .item:after {
	content: "";
	background: #ddd;
	top: 0;
	right: -39%;
	height: 290px;
	width: 120%;
	z-index: -1;
	position: absolute
}

.inside-zwyd .list .item .hezi {
	width: 24.68%;
	margin-top: 60px;
	padding-left: 40px;
	display: inline-block
}

.inside-zwyd .list .item .hezi figure {
    display: block;
    position: relative;
}


.inside-zwyd .list .item .hezi figure:after {
    content: "";
    display: block;
    padding-bottom: 125%;
}

.inside-zwyd .list .item .hezi .tit {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 50px
}

.inside-zwyd .list .item .hezi .txtbox {
	z-index: 5;
	position: relative;
	height: 200px;
	width: 277px;
	padding-top: 40px;
	text-align: center;
	margin-top: -110px;
	margin-left: -30px;
	background: #f2f2f2
}

.inside-zwyd .list .item .hezi .font18 {
	color: #000;
	padding: 0
}

.inside-zwyd .list .item .hezi .font18-2 {
	color: #000;
	font-family: arial
}

.inside-zwyd .list .item .hezi .youxiang {
	margin-top: 30px;
	font-size: 16px;
	font-family: arial
}

.inside-zwyd .list .item .hezi a {
	color: #333
}

@media (max-width:1024px) {
	.inside-zwyd .list .item {
		overflow: hidden
	}
}

.inside-zwyd .list .item-2:after {
	background: #7b9ca9
}

.inside-zwyd .item-3 {
	padding: 0 55px;
	margin-top: 50px
}

.inside-zwyd .item-3 li {
	width: 47%;
	float: left;
	font-size: 18px;
	padding: 0 15px
}

.inside-zwyd .item-3 li .hezi {
	min-height: 215px;
	text-align: center;
	border: solid 2px #7b9ca9
}

.inside-zwyd .item-3 li .t5 {
	height: 54px;
	color: #fff;
	font-size: 20px;
	line-height: 54px;
	background: #7b9ca9;
	margin-bottom: 10px;
	position: relative
}

.inside-zwyd .item-3 li .t5 em {
	font-family: arial;
	font-style: normal
}

.inside-zwyd .item-3 li .t5:before {
	content: "";
	right: 0;
	top: 0;
	position: absolute;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent
}

.inside-zwyd .item-3 li p {
	padding-top: 30px
}

.inside-zwyd .item-3 li span {
	color: #7b9ca9;
	font-family: arial
}

.inside-zwyd .item-3 li:first-child .hezi {
	border-color: #d92428
}

.inside-zwyd .item-3 li:first-child .t5 {
	background: #d92428
}

.inside-zwyd .item-3 li:first-child span {
	color: #d92428
}

.inside-zwyd .item-4 {
	padding-top: 50px;
	padding-left: 70px
}

.inside-zwyd .item-4 p {
	margin-top: 20px;
	position: relative;
	padding-left: 20px
}

.inside-zwyd .item-4 p:before {
	content: "";
	top: 5px;
	left: 0;
	position: absolute;
	border-right: solid 13px #d92428;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	-webkit-transform: skewX(-8deg);
	-ms-transform: skewX(-8deg);
	transform: skewX(-8deg)
}

.inside-zwyd .item-5 {
	margin-top: 55px;
	margin-left: 130px
}

.inside-zwyd .item-5 .nr {
	float: left;
	width: 300px;
	margin-left: -60px;
	text-align: center
}

.inside-zwyd .item-5 .hezi {
	position: relative
}

.inside-zwyd .item-5 .hezi:before {
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	border-bottom: solid 240px #224f69;
	border-left: solid 150px transparent;
	border-right: solid 150px transparent
}

.inside-zwyd .item-5 .cengji {
	z-index: 9;
	color: #fff;
	padding-top: 115px;
	position: relative
}

.inside-zwyd .item-5 .font24 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px
}

.inside-zwyd .nr-red .hezi:before {
	border-top: solid 240px #d92428;
	border-left: solid 150px transparent;
	border-right: solid 150px transparent;
	border-bottom: none
}

.inside-zwyd .nr-red .hezi .cengji {
	padding-top: 20px
}

.inside-zwyd .nr-blue .hezi:before {
	border-bottom-color: #7b9ca9
}

@media (max-width:1500px) {
	.inside-zwyd {
		font-size: 16px;
		line-height: 24px
	}

	.inside-zwyd .biaoti {
		font-size: 22px;
		line-height: 24px
	}

	.inside-zwyd .biaoti:before {
		height: 6px
	}

	.inside-zwyd .list .t1 {
		font-size: 22px;
		line-height: 24px
	}
	

}

@media (max-width:1200px) {
	.inside-zwyd .list {
		border: 0
	}
	.inside-zwyd .list .t1 img {
		display: none
	}
	
	.inside-zwyd .list {
		margin-left: 0
	}

	.inside-zwyd .list .t1 {
		padding-left: 0
	}

	.inside-zwyd .list .t2 {
		margin-top: 40px;
		font-size: 20px
	}

	.inside-zwyd .list .t3:before {
		display: none
	}

	.inside-zwyd .list .t4 {
		padding-left: 0
	}

	.inside-zwyd .list .item {
		padding-left: 0;
		min-height: auto
	}

	.inside-zwyd .list .item::after {
		display: none
	}

	.inside-zwyd .list .item .hezi {
		width: 25%;
		float: left;
		margin-top: 30px;
		display: block;
		padding: 0 10px
	}

	.inside-zwyd .list .item .hezi .txtbox {
		margin-left: 0;
		width: 100%;
		height: 150px;
		padding-top: 30px
	}

	.inside-zwyd .list .item .hezi .youxiang {
		font-size: 14px;
		margin-top: 15px
	}

	.inside-zwyd .item-3 {
		padding: 0
	}

	.inside-zwyd .item-4 {
		padding-left: 15px
	}
}

@media (max-width:769px) {
	.inside-zwyd {
		padding-bottom: 0
	}

	.inside-zwyd .list {
		padding-bottom: 30px
	}

	.inside-zwyd .list li {
		padding-top: 50px
	}

	.inside-zwyd .list .item {
		margin-bottom: 0;
		overflow: hidden
	}

	.inside-zwyd .list .item .hezi {
		width: 50%
	}

	.inside-zwyd .list .item-3 {
		margin-top: 30px
	}

	.inside-zwyd .list .item-3 li {
		padding: 0;
		margin-bottom: 20px;
		width: 100% !important;
		float: none
	}

	.inside-zwyd .list .item-3 li .t5 {
		font-size: 18px
	}

	.inside-zwyd .list .item-3 li .hezi {
		min-height: auto;
		border-width: 1px;
		font-size: 15px;
		padding-bottom: 30px
	}

	.inside-zwyd .list .item-3 li p {
		padding-top: 10px
	}

	.inside-zwyd .list .item-4 {
		padding-top: 5px
	}

	.inside-zwyd .list .item-5 {
		margin-left: 0;
		margin-top: 20px
	}

	.inside-zwyd .list .item-5 .nr {
		margin-left: 0;
		width: 100%;
		margin-top: 20px
	}

	.inside-zwyd .list .item-5 .cengji {
		padding-top: 0
	}

	.inside-zwyd .list .item-5 .hezi {
		padding: 30px 20px;
		background: #224f69
	}

	.inside-zwyd .list .item-5 .hezi:before {
		display: none
	}

	.inside-zwyd .list .item-5 .font24 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.inside-zwyd .list .item-5 .nr-red .hezi {
		background: #d92428
	}

	.inside-zwyd .list .item-5 .nr-blue .hezi {
		background: #7b9ca9
	}
}

@media (max-width:480px) {
	.inside-zwyd .list li .item .hezi {
		width: 100%;
		float: none;
		padding: 0 30px
	}

	.inside-zwyd .list li .item .hezi img {
		width: 100%
	}

	.inside-zwyd .list li .item .hezi .txtbox {
		margin-top: -140px
	}
}

@media (max-width:1440px) {
	.pinned {
		top: 80px !important;
		box-shadow: 0 0 10px #eee
	}
}

@media (max-width:1200px) {
	.pinned {
		top: 60px !important;
		box-shadow: 0 0 10px #eee
	}
}

.inside-zhanshang-gg {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding-top: 70px
}

.inside-zhanshang-gg .dw {
	top: -170px;
	z-index: -1;
	height: 1;
	position: absolute
}

.inside-zhanshang-gg .box-1,.inside-zhanshang-gg .box-2,.inside-zhanshang-gg .box-3,.inside-zhanshang-gg .box-4 {
	overflow: hidden;
	position: relative
}

.inside-zhanshang-gg .txt {
	text-align: center;
	padding: 0 150px;
	padding-bottom: 60px
}

.inside-zhanshang-gg .tabmenu {
	z-index: 9;
	background: #fff;
	text-align: center;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
	border-top: solid 2px #333
}

.inside-zhanshang-gg .tabmenu li {
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 40px
}

.inside-zhanshang-gg .tabmenu li a {
	color: #333;
	display: block;
	position: relative;
	text-align: center;
	line-height: 51px;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-zhanshang-gg .tabmenu li a:before {
	top: 0;
	left: 0;
	width: 187px;
	content: "";
	height: 55px;
	opacity: 0;
	position: absolute;
	background: url(../images/menu-bg-2.png) no-repeat top center
}

.inside-zhanshang-gg .tabmenu li span {
	z-index: 2;
	display: block;
	position: relative
}

.inside-zhanshang-gg .tabmenu .active {
	width: 187px;
	margin-right: 0
}

.inside-zhanshang-gg .tabmenu .active a {
	color: #fff
}

.inside-zhanshang-gg .tabmenu .active a:before {
	opacity: 1
}

@media (max-width:1440px) {
	.inside-zhanshang-gg .tabmenu {
		padding-top: 15px;
		padding-bottom: 20px
	}
}

@media (max-width:769px) {
	.inside-zhanshang-gg .tabmenu {
		padding-bottom: 20px
	}

	.inside-zhanshang-gg .tabmenu li {
		margin: 0;
		display: block;
		font-size: 16px;
		width: 50%;
		float: left
	}

	.inside-zhanshang-gg .tabmenu li a {
		line-height: 40px
	}

	.inside-zhanshang-gg .tabmenu li a:before {
		display: none
	}

	.inside-zhanshang-gg .tabmenu .active {
		width: 50%;
		text-align: center
	}

	.inside-zhanshang-gg .tabmenu .active a {
		background: #224f69
	}
}

.inside-zhanshang-gg .title {
	color: #333;
	font-size: 30px;
	line-height: 38px;
	padding-top: 110px;
	margin-bottom: 30px;
	position: relative
}

.inside-zhanshang-gg .title:before {
	content: "";
	width: 2px;
	top: 30px;
	left: 55px;
	height: 70px;
	position: absolute;
	background: #224f69
}

.inside-zhanshang-gg .title span {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	font-family: "Alibaba-PuHuiTi-Regular"
}

.inside-zhanshang-gg .title span:before {
	content: "";
	height: 10px;
	bottom: -1px;
	left: 0;
	z-index: 1;
	width: 100%;
	position: absolute;
	background: #7b9ca9
}

.inside-zhanshang-gg .title span em {
	z-index: 2;
	position: relative;
	font-style: normal
}

.inside-zhanshang-gg .tabbg {
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 130px
}

.inside-zhanshang-gg .tabbg .t1 p:first-child {
	font-size: 20px;
	font-weight: bold
}

.inside-zhanshang-gg .tabbg .mrt {
	margin-top: 10px
}

.inside-zhanshang-gg .tabbg .pic {
	margin: 40px 0 80px 0
}

.inside-zhanshang-gg .list {
	margin: 0 -15px;
	margin-top: 40px
}

.inside-zhanshang-gg .list li {
	width: 47%;
	float: left;
	font-size: 18px;
	padding: 0 15px
}

.inside-zhanshang-gg .list li .hezi {
	min-height: 215px;
	text-align: center;
	border: solid 2px #7b9ca9
}

.inside-zhanshang-gg .list li .t5 {
	height: 54px;
	color: #fff;
	font-size: 20px;
	line-height: 54px;
	background: #7b9ca9;
	margin-bottom: 20px;
	position: relative
}

.inside-zhanshang-gg .list li .t5 em {
	font-family: arial;
	font-style: normal
}

.inside-zhanshang-gg .list li .t5:before {
	content: "";
	right: 0;
	top: 0;
	position: absolute;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent
}

.inside-zhanshang-gg .list li p {
	padding-top: 5px
}

.inside-zhanshang-gg .list li span {
	color: #d92428;
	font-family: arial
}

.inside-zhanshang-gg .list li:first-child .hezi {
	border-color: #d92428
}

.inside-zhanshang-gg .list li:first-child .t5 {
	background: #d92428
}

.inside-zhanshang-gg .list li:first-child span {
	color: #d92428
}

.inside-zhanshang-gg .list-2 {
	margin: 0 -15px;
	margin-top: 40px
}

.inside-zhanshang-gg .list-2 li {
	width: 47%;
	float: left;
	font-size: 18px;
	padding: 0 15px
}

.inside-zhanshang-gg .list-2 li .t5 {
	height: 54px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	background: #224f69;
	position: relative;
	text-align: center;
	border: solid 2px #224f69
}

.inside-zhanshang-gg .list-2 li .t5 em {
	font-family: arial;
	font-style: normal
}

.inside-zhanshang-gg .list-2 li .t5:before {
	content: "";
	right: 0;
	top: 0;
	position: absolute;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent
}

.inside-zhanshang-gg .list-2 li .bg-1 {
	background: #f5f5f5
}

.inside-zhanshang-gg .list-2 li .bg-2 {
	background: #e7e7e7
}

.inside-zhanshang-gg .list-2 li .bg-1,.inside-zhanshang-gg .list-2 li .bg-2 {
	padding: 20px 40px;
	font-size: 16px
}

.inside-zhanshang-gg .list-2 li .bg-1 span,.inside-zhanshang-gg .list-2 li .bg-2 span {
	float: right;
	font-family: arial
}

.inside-zhanshang-gg .list-2 li .bg-1 em,.inside-zhanshang-gg .list-2 li .bg-2 em {
	font-style: normal;
	font-family: arial
}

.inside-zhanshang-gg .box-2 {
	padding-top: 100px
}

.inside-zhanshang-gg .box-2 .list li {
	width: 53%
}

.inside-zhanshang-gg .box-2 .list li .hezi {
	min-height: 256px
}

.inside-zhanshang-gg .box-2 .list li:first-child {
	width: 47%
}

.inside-zhanshang-gg .box-2 .list li:first-child .t5 {
	margin-bottom: 50px
}

.inside-zhanshang-gg .box-2 .pic-2 {
	margin-left: 110px
}

.inside-zhanshang-gg .box-2 .tebie {
	background: #e9e9e9
}

.inside-zhanshang-gg .box-3 {
	padding-top: 100px
}

.inside-zhanshang-gg .box-3 .tebie {
	margin-top: 20px
}

.inside-zhanshang-gg .box-3 .tebie span {
	padding: 5px 100px 5px 20px;
	background: #e9e9e9;
	display: inline-block
}

.inside-zhanshang-gg .box-3 .item img {
	float: left;
	margin-right: 25px
}

.inside-zhanshang-gg .box-3 .item .nr {
	padding-top: 80px
}

.inside-zhanshang-gg .box-3 .item .fabu {
	margin-top: 30px;
	color: #000;
	font-weight: 700
}

.inside-zhanshang-gg .box-3 .item .jiage {
	font-family: arial;
	color: #cd0910;
	position: relative;
	margin-top: -5px;
	padding-bottom: 10px
}

.inside-zhanshang-gg .box-3 .item .jiage:before {
	width: 225px;
	content: "";
	height: 2px;
	bottom: 0;
	left: 37%;
	z-index: 3;
	position: absolute;
	background: #224f69
}

@media (max-width:1500px) {
	.inside-zhanshang-gg {
		font-size: 16px;
		line-height: 24px
	}

	.inside-zhanshang-gg .title {
		padding-top: 80px;
		font-size: 22px;
		line-height: 30px
	}

	.inside-zhanshang-gg .title:before {
		width: 1px;
		height: 40px
	}
}

@media (max-width:1200px) {
	.inside-zhanshang-gg {
		padding-top: 50px
	}

	.inside-zhanshang-gg .tabbg {
		padding-top: 30px;
		padding-bottom: 0
	}

	.inside-zhanshang-gg .tabbg .t1 p:first-child {
		font-size: 18px
	}

	.inside-zhanshang-gg .txt {
		padding: 0;
		padding-bottom: 0
	}
}

@media (max-width:767px) {
	.inside-zhanshang-gg .list {
		margin-left: 0;
		margin-right: 0
	}

	.inside-zhanshang-gg .list li {
		width: 100%;
		font-size: 15px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px
	}

	.inside-zhanshang-gg .list li .t5 {
		font-size: 16px
	}

	.inside-zhanshang-gg .list li .hezi {
		min-height: auto;
		padding-bottom: 30px
	}

	.inside-zhanshang-gg .list li:first-child {
		margin-top: 0
	}

	.inside-zhanshang-gg .list-2 {
		margin-left: 0;
		margin-right: 0
	}

	.inside-zhanshang-gg .list-2 li {
		width: 100%;
		font-size: 15px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px
	}

	.inside-zhanshang-gg .list-2 li .t5 {
		font-size: 16px
	}

	.inside-zhanshang-gg .list-2 li .bg-1,.inside-zhanshang-gg .list-2 li .bg-2 {
		font-size: 15px;
		padding: 15px 20px
	}

	.inside-zhanshang-gg .tabbg .pic {
		margin-bottom: 50px
	}

	.inside-zhanshang-gg .box-2 {
		padding-top: 50px
	}

	.inside-zhanshang-gg .box-2 .pic-2 {
		margin-left: 0
	}

	.inside-zhanshang-gg .box-2 li {
		width: 100% !important;
		float: none
	}

	.inside-zhanshang-gg .box-3 {
		padding-top: 50px
	}
}

.inside-yingxiao {
	color: #333;
	line-height: 30px;
	font-size: 18px
}

.inside-yingxiao .title {
	font-size: 36px;
	line-height: 40px;
	padding-left: 80px;
	position: relative
}

.inside-yingxiao .title span {
	width: 64px;
	height: 55px;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 20px;
	font-family: arial;
	position: absolute;
	background: url(../images/yx-02.png) no-repeat top center
}

.inside-yingxiao .box-1 {
	min-height: 593px;
	position: relative;
	background: url(../images/yx-bg.jpg) no-repeat top center
}

.inside-yingxiao .box-1 .tu {
	top: 0;
	right: 0;
	position: absolute
}

.inside-yingxiao .box-1 .txtbox {
	z-index: 2;
	width: 52%;
	padding-top: 260px;
	position: relative
}

.inside-yingxiao .box-1 .txtbox .txt {
	margin-top: 40px
}

.inside-yingxiao .box-1 .title span {
	top: 10px
}

.inside-yingxiao .box-2 {
	height: 1643px;
	margin-top: -70px;
	position: relative;
	padding-top: 220px;
	background: url(../images/yx-bg-2.png) no-repeat top center
}

.inside-yingxiao .box-2 .title span {
	top: -10px
}

.inside-yingxiao .box-2 .txt {
	margin-top: 20px;
	margin-bottom: 30px
}

.inside-yingxiao .box-2 .button {
	margin: 0 auto;
	margin-top: 80px;
	display: block;
	color: #fff;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	background: #224f69
}

.inside-yingxiao .box-2 .list li {
	width: 25%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin-top: 30px;
	padding: 0 40px
}

.inside-yingxiao .box-2 .list li .arrow {
	text-align: center;
	position: relative
}

.inside-yingxiao .box-2 .list li .arrow:after {
	content: "";
	display: block;
	text-align: center;
	padding-bottom: 100%;
	background: #fff;
	border-radius: 100%
}

.inside-yingxiao .box-2 .list li .arrow span {
	margin-top: 25px;
	display: inline-block
}

.inside-yingxiao .box-2 .list li .arrow .num {
	font-size: 30px;
	font-family: arial;
	line-height: 30px
}

.inside-yingxiao .box-2 .item-2 {
	margin-top: 140px
}

.inside-yingxiao .box-2 .item-2 .list li {
	margin-top: 0;
	text-align: center;
	line-height: 24px
}

.inside-yingxiao .box-2 .item-2 .list li .arrow span {
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -45px;
	position: absolute
}

.inside-yingxiao .box-2 .item-2 .list li .font22 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px
}

.inside-yingxiao .box-2 .item-2 .list li .font16 {
	font-size: 16px;
	color: #666
}

@media (max-width:1500px) {
	.inside-yingxiao {
		font-size: 16px;
		line-height: 24px
	}

	.inside-yingxiao .title {
		font-size: 24px;
		line-height: 30px
	}

	.inside-yingxiao .box-1 {
		background: none
	}

	.inside-yingxiao .box-1 .tu img {
		max-height: 300px
	}

	.inside-yingxiao .box-1 .title span {
		top: 5px
	}

	.inside-yingxiao .box-1 .txtbox {
		width: 100%
	}
}

@media (max-width:1000px) {
	.inside-yingxiao .box-1 {
		background: none;
		min-height: auto
	}

	.inside-yingxiao .box-1 .txtbox {
		width: 100%;
		padding-top: 200px
	}

	.inside-yingxiao .title {
		min-height: 55px;
		font-size: 18px;
		line-height: 24px
	}

	.inside-yingxiao .box-1 .title span {
		top: 0
	}

	.inside-yingxiao .box-2 .list li {
		padding: 0 20px;
		font-size: 14px
	}

	.inside-yingxiao .box-2 .list li .arrow span {
		margin-top: 15px
	}

	.inside-yingxiao .box-2 .list li .arrow .num {
		font-size: 20px;
		line-height: 20px
	}

	.inside-yingxiao .box-2 .item-2 .list li .font22 {
		font-size: 16px
	}

	.inside-yingxiao .box-2 .item-2 .list li .font16 {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:640px) {
	.inside-yingxiao .box-2 {
		padding-top: 160px
	}

	.inside-yingxiao .box-2 .button {
		font-size: 16px;
		height: 40px;
		width: 240px;
		line-height: 40px
	}

	.inside-yingxiao .box-2 {
		height: 1530px
	}

	.inside-yingxiao .box-2 .title span {
		top: -5px
	}

	.inside-yingxiao .box-2 .list li {
		width: 50%;
		font-size: 14px
	}

	.inside-yingxiao .box-2 .list li .arrow {
		padding: 0 15px
	}

	.inside-yingxiao .box-2 .list li .arrow span {
		margin-top: 10px
	}

	.inside-yingxiao .box-2 .item-2 {
		margin-top: 70px
	}

	.inside-yingxiao .box-2 .item-2 .list li {
		width: 50%;
		margin-top: 20px;
		min-height: 210px
	}

	.inside-yingxiao .box-2 .item-2 .list li .arrow {
		padding: 0 30px
	}

	.inside-yingxiao .box-2 .item-2 .list li .font16 {
		font-size: 14px
	}

	.inside-yingxiao .box-2 .button {
		margin-top: 20px
	}
}

@media (max-width:480px) {
	.inside-yingxiao .box-2 .list li img {
		max-height: 40px
	}

	.inside-yingxiao .box-2 .list li .arrow span {
		margin-top: 15px
	}

	.inside-yingxiao .box-2 .item-2 .list li .arrow span {
		margin-top: -20px
	}

	.inside-yingxiao .box-2 .item-2 .list li .font22 {
		margin: 10px 0 0 0
	}
}

@media (max-width:380px) {
	.inside-yingxiao .box-2 .list li .arrow span {
		margin-top: 25px
	}

	.inside-yingxiao .box-2 .list li {
		padding: 0
	}
}

.float-right {
	top: 30%;
	right: 20px;
	z-index: 99;
	position: fixed
}

.float-right li {
	margin-top: 3px;
	position: relative
}

.float-right li span {
	z-index: 10
}

.float-right li span a {
	z-index: 3;
	position: relative;
	border-radius: 3px;
	display: inline-block;
	background-color: #224f69
}

.float-right li span a:hover {
	background: #d92428
}

.float-right li .wxbox {
	right: -170px;
	top: -57px;
	width: 142px;
	padding: 12px 0;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	margin-top: 5px;
	border-radius: 5px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #224f69;
	text-align: center
}

.float-right li .wxbox:before {
	content: "";
	top: 50%;
	right: -8px;
	margin-top: -5px;
	position: absolute;
	border-left: solid 10px #224f69;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent
}

.float-right li:hover .wxbox {
	right: 70px;
	opacity: 1
}

@media (max-width:1200px) {
	.float-right {
		display: none
	}
}

.pinned {
	background: #fff;
	z-index: 9;
	position: relative;
	box-shadow: 0 0 10px #eee
}

.videoLayer {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3)
}

.videoPopup {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999
}

.videoBox {
	color: #fff;
	padding: 10px 0 10px 0;
	position: fixed;
	width: 80%;
	height: 90%;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.videoBox .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -66px;
	top: -7px
}

.videoBox .close img {
	max-width: 100%;
	max-height: 100%
}

.videoBox.fadeIn {
	top: 0;
	opacity: 1;
	z-index: 9999
}

.videoBox .nr {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1023px) {
	.videoBox {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}

	.videoBox .close {
		width: 25px;
		height: 25px;
		right: 0;
		top: -25px
	}
}

@media screen and (max-width:767px) {
	.videoBox {
		height: 50%
	}
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}

.xz-scroll{
	padding: 20px;
	margin-top: 35px;
	height: 395px;
	box-shadow: 0 7px 25px #dcddde;
	border-bottom: solid 4px #224f69;
}
.xz-scroll .items {
	width: 50%!important;
	float: left;
	padding:0 5px;
	position: relative;
	
}

.xz-scroll .items .tubox {
	background: #fff;
	margin-bottom:25px;
	border: solid 1px #ececec;
	position: relative;
}
.xz-scroll .items .tu {
	position: relative;
}	
.xz-scroll .items .tu::after {
	content: "";
	display: block;
	padding-bottom: 57%;
}	

@media (max-width:767px ) {
	.xz-scroll{
		height:auto;
		margin-top:20px;
		padding:0;
		box-shadow:none;
		border-bottom-width:1px;
	}
}	

.xz-scroll2{
	padding: 20px;
	margin-top: 35px;
	height: 395px;
	box-shadow: 0 7px 25px #dcddde;
	border-bottom: solid 4px #224f69;
}
.xz-scroll2 .items {
	width: 50%!important;
	float: left;
	padding:0 5px;
	position: relative;
	
}

.xz-scroll2 .items .tubox {
	background: #fff;
	margin-bottom:25px;
	border: solid 1px #ececec;
	position: relative;
}
.xz-scroll2 .items .tu {
	position: relative;
}	
.xz-scroll2 .items .tu::after {
	content: "";
	display: block;
	padding-bottom: 57%;
}	

@media (max-width:767px ) {
	.xz-scroll2{
		height:auto;
		margin-top:20px;
		padding:0;
		box-shadow:none;
		border-bottom-width:1px;
	}
}


.message {
	margin: 110px
}

.message .li-1 {
	width: 100%
}

.message .li-2 {
	width: 100%;
	border: solid 1px #e1e1e1
}

.message .li-2 textarea {
	width: 100%;
	font-size: 14px;
	color: #000;
	border: 0;
	height: 150px;
	padding: 10px;
	font-family: "微软雅黑"
}

.message .li-3 {
	width: 250px
}

.message .li-3 span {
	width: 30%
}

.message li:first-child {
	margin-top: 0
}

.message li {
	margin-top: 20px
}

.message li:hover {
	border-color: #86b71b
}

.message li p {
	padding: 10px;
	display: inline-block;
	border: solid 1px #e1e1e1
}

.message li p:hover {
	border-color: #86b71b
}

.message li label {
	width: 85px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	border-right: solid 1px #e1e1e1
}

.message li label em {
	color: #f30;
	padding-right: 5px;
	font-style: normal
}

.message li span {
	width: 70%;
	display: inline-block
}

.message li input {
	width: 100%;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 20px
}

.message li img {
	vertical-align: top
}

.message li .button:first-child {
	background-color: #224f69
}

.message li .button {
	width: 50px;
	width: 208px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	background-color: #444
}

@media (max-width:1024px) {
	.message {
		margin-bottom: 30px
	}
}

@media (max-width:1024px) {
	.message {
		margin: 20px 0
	}

	.message .li-1 {
		width: 100%
	}

	.message .li-3 {
		width: 158px
	}

	.message li span {
		width: 60%
	}

	.message li a {
		display: none
	}
}

@media (max-width:530px) {
    .message li .button {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
}







/********新增按钮********/


.xz_button {
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    color:#fff;
    background:#f00;
    font-size:18px;
    margin:50px auto 0 auto;
    text-align:center;
}

.xz_button:hover {
    color: #fff;
}