* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top
}

input,textarea {
	border-radius: 0
}

input,textarea,select {
	-webkit-appearance: none
}

input[type="checkbox"] {
	-webkit-appearance: checkbox
}

input[type="radio"] {
	-webkit-appearance: radio
}

select::-ms-expand {
	display: none
}

@font-face {
	font-family:"DINPro-Light_0";src:url("../font/DINPro-Light_0.woff2") format("woff2"),url("../font/DINPro-Light_0.woff") format("woff"),url("../font/DINPro-Light_0.ttf") format("truetype"),url("../font/DINPro-Light_0.eot") format("embedded-opentype"),url("http://www.paofas.com/fonts/DINPro-Light_0.svg") format("svg")
}

@font-face {
	font-family:"DIN-BOLD";src:url("../font/DIN-BOLD.woff2") format("woff2"),url("../font/DIN-BOLD.woff") format("woff"),url("../font/DIN-BOLD.ttf") format("truetype"),url("../font/DIN-BOLD.eot") format("embedded-opentype"),url("http://www.paofas.com/fonts/DIN-BOLD.svg") format("svg")
}

@font-face {
	font-family:"Circular-Book.woff";src:url("../font/Circular-Book.woff.woff2") format("woff2"),url("../font/Circular-Book.woff.woff") format("woff"),url("../font/Circular-Book.woff.ttf") format("truetype"),url("../font/Circular-Book.woff.eot") format("embedded-opentype"),url("http://www.paofas.com/fonts/Circular-Book.woff.svg") format("svg")
}

@-webkit-keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2
}

.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: 1280px;
	margin: 0 auto
}

@media (max-width:1500px) {
	.container {
		width: 1100px;
		margin: 0 auto
	}
}

@media (max-width:1200px) {
	.container {
		width: 100%;
		padding: 0 20px
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong
}

.header {
	height: 75px;
	position: relative;
	border-bottom: solid 1px #ececec
}

.header .logo {
	float: left;
	color: #000;
	margin-top: 10px;
	line-height: 50px;
	font-size: 26px;
	display: block
}

.header .logo a {
	color: #000;
	display: inline-block
}

.header .logo img {
	max-height: 50px
}
.index_xw{padding-bottom:60px;}
@media (max-width:640px){.header .logo img {
    max-height: 40px;
    margin-top: 5px;
}
    .index_xw{padding-bottom:30px;}
}

.header .menu {
	right: 20px;
	top: 13px;
	height: 100%;
	display: none;
	text-align: center;
	position: absolute
}

.header .search {
	height: 20px;
	/*float: right;*/
	margin-left: 50px;
	margin-top: 28px;
	display: inline-block;
	overflow: hidden;
	position: relative
}

.header .search img {
	max-height: 20px
}

.header .search .ico-h {
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.header .search:hover .ico-h {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header .search:hover .ico {
	opacity: 0
}

@media (max-width:1200px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 60px;
		background: #fff
	}

	.header .search {
		display: none
	}

	.header .menu {
		display: block
	}

	.header .logo {
		margin-top: 5px
	}
}

.nav {
	/*float: right;
	margin-right: 50px*/
	float: left;
	margin-left: 240px
}

.nav li {
	float: left;
	margin: 0 12px;
	position: relative;
	text-align: center
}

.nav li:before {
	content: "";
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 3px;
	position: absolute;
	background: #132e67;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.nav li>a {
	color: #090808;
	padding: 0 10px;
	font-size: 16px;
	line-height: 74px;
	display: block;
	position: relative
}

.nav li>a:hover {
	font-weight: bold
}

.nav li .subnav {
	top: 74px;
	left: 0;
	width: 185px;
	z-index: 9;
	left: 50%;
	margin-left: -92px;
	display: none;
	text-align: left;
	background: #fff;
	padding: 10px 0;
	background: rgba(255,255,255,0.8);
	position: absolute
}

.nav li .subnav a {
	color: #000;
	display: block;
	overflow: hidden;
	padding: 6px 20px;
	font-size: 14px;
	-webkit-transition: all 0s ease;
	transition: all 0s ease
}

.nav li .subnav a:hover {
	color: #fff;
	background: #132e67
}

.nav li:first-child>a:before {
	display: none
}

.nav li:last-child:before
{
	display: none !important;
}

.nav li:hover::before,.nav .active:before {
	width: 100%;
	opacity: 1;
	left: 0
}

.nav li:hover>a,.nav .active>a {
	font-weight: bold;
	color: #132e67
}

.nav li:hover .subnav {
	display: block
}
.nav li .lmjc{width: 590px;margin-left: -295px;}
.nav li .lmjc a{width:33.33%;float:left}
@media (max-width:1500px) {
    .nav{margin-left:240px}
    .header .search{margin-left:30px}
    .nav li{margin:0 4px}
}

@media (max-width:1220px) {
	.nav {
		display: none
	}
}

.transparency {
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s,visibility .3s;
	transition: opacity .3s,visibility .3s
}

.transparency.transparency-visible {
	opacity: 1;
	visibility: visible
}

#searchPopup {
	position: fixed;
	z-index: 99999;
	top: 140px;
	left: 0;
	width: 100%;
	height: 70px;
	opacity: 0;
	visibility: hidden;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity .3s,visibility .3s;
	transition: opacity .3s,visibility .3s
}

#searchPopup>.container {
	position: relative;
	padding-right: 50px
}

#searchPopup.searchPopup-visible {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slideInDown .3s;
	animation: slideInDown .3s
}

#searchPopup.searchPopup-visible .close {
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1)
}

#searchPopup .btn {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: url(../image/search-bai.png) no-repeat center
}

#searchPopup .close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: url(../image/cloase.png) no-repeat center
}

#searchPopup input[type="search"] {
	height: 55px;
	line-height: 55px;
	border: none;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	background: transparent;
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]:-ms-input-placeholder {
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]::-moz-placeholder {
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]:focus {
	color: #fff
}

#searchPopup input[type="search"]::-webkit-search-cancel-button {
	display: none
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	-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)
	}
}

.banner {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .slick-dots {
	bottom: 50px
}

.banner .slick-dots li button {
	width: 19px;
	height: 19px;
	border: 0;
	margin: 0 5px;
	background: #abacae;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner .slick-dots .slick-active button {
	width: 22px;
	height: 22px;
	background: none;
	border-radius: 100%;
	border: solid 3px #fff
}

.banner .txtimg {
	top: 0;
	left: 0;
	z-index: 9;
	top: 50%;
	margin-top: -160px;
	position: absolute
}

.banner .txtimg img {
	display: inline-block
}

.banner .slick-active .txtimg img {
	-webkit-animation: 1s fadeInUp2 alternate linear;
	animation: 1s fadeInUp2 alternate linear
}

@media (max-width:640px) {
	.banner {
		display: none
	}
}

.ph-banner-box {
	display: none
}

.ph-banner-box .slick-dots {
	bottom: 20px
}

.ph-banner-box .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0 3px
}

@media (max-width:640px) {
	.ph-banner-box {
		display: block;
		margin-top: 60px
	}
}

@-webkit-keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.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: 70%;
	height: 100%;
	background: #fff;
	background: rgba(255,255,255,0.95)
}

.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
}

.phone-nav .list-menu {
	padding-top: 100px
}

.phone-nav .list-menu li {
	font-size: 18px;
	position: relative;
	line-height: 30px;
	border-bottom: solid 1px rgba(179,179,179,0.3)
}

.phone-nav .list-menu li a {
	padding: 15px 20px;
	display: block;
	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: 21px;
	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: "";
	cursor: pointer;
	text-align: center;
	font-family: arial;
	border-left: solid 2px #002b61;
	border-bottom: solid 2px #002b61;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	display: block
}

.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
}

.index-title {
	text-align: center;
	padding: 110px 0 40px 0
}

.index-title .cn {
	font-size: 48px;
	color: #222;
	line-height: 50px
}

.index-title .en {
	font-size: 24px;
	font-family: arial;
	margin-top: 15px;
	text-transform: uppercase
}

.index-title .en:before,.index-title .en:after {
	content: "";
	width: 50px;
	height: 3px;
	margin: 0 10px;
	margin-top: 10px;
	vertical-align: top;
	display: inline-block;
	background: #fcc80d
}

@media (max-width:1200px) {
	.index-title {
		padding: 40px 0 20px 0
	}

	.index-title .cn {
		font-size: 24px;
		line-height: 30px
	}

	.index-title .en {
		font-size: 14px;
		margin-top: 5px
	}

	.index-title .en:before,.index-title .en:after {
		height: 2px;
		width: 25px
	}
}

.index-business .title {
	height: 240px;
	text-align: center;
	line-height: 240px;
	font-size: 48px;
	color: #222;
	vertical-align: top;
	position: relative;
	background: url(../image/bussiness-bg-top.jpg) no-repeat top center
}

.index-business .title:before {
	content: "";
	width: 108px;
	height: 6px;
	left: 50%;
	bottom: 50px;
	margin-left: -54px;
	position: absolute;
	background: url(../image/index-buss-03.png) no-repeat top center
}

.index-business .title .en {
	color: #fcc80d;
	font-size: 24px;
	font-family: arial;
	vertical-align: top;
	display: inline-block;
	padding-right: 10px;
	text-transform: uppercase
}

.index-business .title .ph-en {
    color: #fcc80d;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    line-height: 30px;
    text-transform: uppercase;
    display: none;
}

@media (max-width:1200px){
	.index-business .title .ph-en {
		display: block;
	}		
}

.index-business .title .line,.index-business .title .line-2 {
	vertical-align: top;
	display: inline-block;
	padding-top: 120px
}

.index-business .title .line {
	margin-right: 35px
}

.index-business .title .line-2 {
	margin-left: 35px
}

.index-business .content {
	height: 500px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/bussiness-bg.jpg)
}

.index-business .content .hezi {
	color: #fff;
	height: 100%;
	z-index: 99;
	position: relative;
	text-align: center
}

.index-business .content .hezi:before {
	content: "";
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border-left: solid 1px #a3a1b2;
	border-color: rgba(255,255,255,0.5)
}

.index-business .content .hezi a {
	display: block;
	color: #fff;
	height: 100%;
	width: 100%;
	position: relative
}

.index-business .content .hezi a:hover .pic {
	opacity: 1
}

.index-business .content .hezi .item img {
	display: inline-block
}

.index-business .content .hezi .txtbox {
	padding: 0 30px;
	z-index: 10;
	height: 500px;
	padding-top: 100px;
	position: relative
}

.index-business .content .hezi .tit {
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	position: relative
}

@media (max-width:1601px){
	.index-business .content .hezi .tit {
		font-size: 18px;
	}	
}

@media (max-width:1440px){
	.index-business .content .hezi .tit {
		font-size: 16px;
	}	
}

@media (max-width:1280px){
	.index-business .content .hezi .tit {
		font-size: 15px;
	}	
	.index-business .content .item .txtbox {
		padding:80px 14px 0 15px;
	}	
}

.index-business .content .hezi .tit:after {
	content: "";
	width: 26px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	background: #fff
}

.index-business .content .hezi .txt {
	margin-top: 10px;
	overflow: hidden;
	color:#F4F4F4;
	margin-bottom: 30px
}

.index-business .content .hezi .pic {
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: 100% 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease
}

.index-business .content .hezi .pic-1 {
	background-image: url(../image/c571939e-d901-4b3d-98ee-3081c7c8aa42.jpg)
}

.index-business .content .hezi .pic-2 {
	background-image: url(../image/3d45e6ff-85cd-48e1-90d5-8ebc95e24bca.jpg)
}

.index-business .content .hezi .pic-3 {
	background-image: url(../image/4e035982-d68c-4a44-86ee-499d79831c4d.jpg)
}

.index-business .content .hezi .pic-4 {
	background-image: url(../image/2e6d627b-3991-48cf-8277-9562f0e4931b.jpg)
}

.index-business .content .hezi .pic-5 {
	background-image: url(../image/595e06ef-eb91-4972-bf2c-3f365faf6d60.jpg)
}

.index-business .content .hezi .pic-6 {
	background-image: url(../image/91a6df13-4ff1-4c59-a5a9-1629e00b8bb4.jpg)
}

@media (max-width:1200px) {
	.index-business .title {
		font-size: 30px;
		height: auto;
		padding: 20px 0 15px 0;
		line-height: 24px
	}

	.index-business .title .en {
		font-size: 40px
	}

	.index-business .title .line,.index-business .title .line-2 {
		display: none
	}

	.index-business .title:before {
		display: none
	}
}

@media (max-width:1200px) {
	.index-business .title {
		font-size: 24px
	}

	.index-business .title .en {
		display: none
	}

	.index-business .content {
		background: none;
		height: 380px
	}

	.index-business .content .item {
		height: 380px
	}

	.index-business .content .item .pic {
		opacity: 1
	}




	.index-business .content .item .txt {
		height: 48px;
		margin-bottom: 15px;
		overflow: hidden
	}

	.index-business .content .slick-dots {
		bottom: 30px
	}

	.index-business .content .slick-dots li button {
		width: 8px;
		height: 8px
	}
}

.index-about {
	margin: 120px 0;
	position: relative
}

.index-about .tu {
	top: 0;
	left: 0;
	position: absolute
}

.index-about .leftbox {
	width: 45%;
	float: left;
	color: #222;
	font-size: 18px;
	line-height: 34px;
	padding-top: 80px;
	text-align: justify;
	position: relative;
	z-index:9;
}

.index-about .leftbox .title {
	font-size: 48px;
	line-height: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative
}

.index-about .leftbox .title:after {
	content: "";
	width: 93px;
	height: 6px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #fcc80d
}

.index-about .leftbox .more {
	width: 180px;
	height: 50px;
	color: #fff;
	margin-top: 60px;
	line-height: 50px;
	border-radius: 30px;
	font-family: arial;
	text-align: center;
	background: #fcc80d;
	display: inline-block
}

.index-about .leftbox .more img {
	margin: 19px 0 0 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-about .leftbox .more:hover {
	background: #132e67
}

.index-about .leftbox .more:hover img {
	margin-left: 15px
}

.index-about .rightbox {
	width: 55%;
	float: right;
	padding-right: 50px;
	position: relative
}

.index-about .rightbox:before {
	content: "";
	width: 530px;
	height: 620px;
	right: 0;
	top: 60px;
	position: absolute;
	border: solid 5px #fcc80d
}

.index-about .rightbox .pic {
	position: relative;
	float: right;
	overflow: hidden;
	margin-top: 100px;
	box-shadow: -20px 20px 40px 30px #ddd
}

.index-about .rightbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-about .rightbox .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.index-about {
		margin: 50px 0
	}

	.index-about .tu img {
		max-height: 100px
	}

	.index-about .leftbox {
		width: 100%;
		float: none;
		padding-left: 30px;
		padding-right: 30px
	}

	.index-about .rightbox {
		display: none
	}
}

@media (max-width:640px) {
	.index-about .tu img {
		max-height: 40px
	}

	.index-about .leftbox {
		padding-top: 30px;
		font-size: 15px;
		line-height: 24px;
		padding-left: 0;
		padding-right: 0
	}

	.index-about .leftbox .title {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 15px
	}

	.index-about .leftbox .title:after {
		height: 3px
	}

	.index-about .leftbox .more {
		height: 40px;
		margin-top: 30px;
		line-height: 40px;
		width: 150px
	}

	.index-about .leftbox .more img {
		margin-top: 15px
	}
}

.index-team {
	height: 850px;
	background: url(../image/team-bg.jpg) no-repeat top center
}

.index-team .leftbox {
	width: 50%;
	float: left
}

.index-team .leftbox a {
	display: block;
	position: relative
}

.index-team .leftbox a:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-team .leftbox .pic {
	overflow: hidden;
	position: relative
}

.index-team .leftbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-team .leftbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 69.6%
}

.index-team .leftbox .txtbox {
	bottom: 20px;
	left: 0;
	width: 100%;
	color: #fff;
	padding-left: 60px;
	position: absolute
}

.index-team .leftbox .txtbox:before {
	content: "";
	width: 3px;
	height: 39px;
	top: 3px;
	left: 40px;
	position: absolute;
	background: #fcc80d
}

.index-team .leftbox .txtbox .cn {
	font-size: 22px;
	height: 24px;
	overflow: hidden
}

.index-team .leftbox .txtbox .en {
	font-family: arial;
	font-size: 12px;
	height: 24px;
	overflow: hidden
}

.index-team .rightbox {
	width: 50%;
	float: right
}

.index-team .rightbox li {
	width: 50%;
	float: left;
	padding-left: 15px
}

.index-team .rightbox li .box {
	display: block;
	background: #fff;
	position: relative
}

.index-team .rightbox li .box:after {
	content: "";
	display: block;
	background: #fff;
	padding-bottom: 146%
}

.index-team .rightbox li .pic {
	overflow: hidden;
	position: relative
}

.index-team .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 71%
}

.index-team .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-team .rightbox li .txtbox {
	text-align: left;
	padding: 40px 45px;
	padding-bottom: 0
}

.index-team .rightbox li .title {
	color: #666;
	position: relative;
	padding-bottom: 10px
}

.index-team .rightbox li .title:before {
	content: "";
	width: 34px;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #fcc80d
}

.index-team .rightbox li .title .cn {
	font-size: 22px;
	height: 24px;
	overflow: hidden
}

.index-team .rightbox li .title .en {
	font-size: 12px;
	height: 24px;
	overflow: hidden;
	font-family: arial;
	text-transform: uppercase
}

.index-team .rightbox li .txt {
	height: 48px;
	color: #666;
	overflow: hidden;
	margin-top: 15px
}

.index-team .rightbox .li02 .pic {
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute
}

.index-team .rightbox li:hover .title {
	color: #132e67
}

.index-team .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.index-team {
		height: auto;
		padding-bottom: 50px;
		background: #f8f8f8
	}

	.index-team .leftbox {
		width: 100%;
		float: none
	}

	.index-team .leftbox img {
		width: 100%
	}

	.index-team .rightbox {
		width: 100%;
		float: none;
		margin-top: 30px
	}

	.index-team .rightbox li {
		padding: 5px
	}

	.index-team .rightbox li .txtbox {
		padding: 20px
	}

	.index-team .rightbox li .title .cn {
		font-size: 16px
	}
}

@media (max-width:420px) {
	.index-team .rightbox li .title {
		padding-bottom: 10px
	}

	.index-team .rightbox li .title .en {
		display: none
	}

	.index-team .rightbox li .txt {
		margin-top: 0
	}
}

.index-case {
	height: 860px;
	background: url(../image/case-bg.jpg) no-repeat top center
}

.index-case .index-title .cn {
	color: #fff
}

.index-case .index-title .en {
	color: #a2b8e6
}

.index-case .box {
	display: block;
	background: #fff;
	margin: 0 13px;
	padding: 25px 14px 35px 14px;
	border: solid 1px #e4e4e4
}

.index-case .box .time {
	color: #132e67;
	font-family: arial;
	line-height: 40px;
	position: relative;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.index-case .box .time:before {
	content: "";
	width: 33px;
	height: 3px;
	top: 13px;
	left: 0;
	position: absolute;
	background: #fcc80d
}

.index-case .box .time .date {
	font-size: 40px
}

.index-case .box .tit {
	font-size: 18px;
	color: #222;
	height: 48px;
	overflow: hidden;
	margin-top: 20px
}

.index-case .box .txt {
	height: 72px;
	color: #666;
	margin-top: 15px;
	overflow: hidden;
	text-align: justify
}

.index-case .box .pic {
	margin-top: 15px;
	overflow: hidden;
	position: relative
}

.index-case .box .pic:after {
	content: "";
	display: block;
	padding-bottom: 59%
}

.index-case .box .pic img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-case .box .more {
	color: #fff;
	width: 133px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	font-family: arial;
	margin-top: 25px;
	text-transform: uppercase;
	background: #132e67
}

.index-case .box .more img {
	margin-left: 15px;
	margin-top: 12px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	display: inline-block
}

.index-case .box:hover .time {
	color: #fcc80d
}

.index-case .box:hover .tit {
	color: #132e67
}

.index-case .box:hover .more {
	background: #fcc80d
}

.index-case .box:hover .more img {
	margin-left: 10px
}

.index-case .box:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-case .scroll:hover .slick-prev,.index-case .scroll:hover .slick-next {
	opacity: 1
}

.index-case .slick-prev,.index-case .slick-next {
	width: 30px;
	height: 30px;
	opacity: 0;
	margin-top: -15px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.index-case .slick-prev {
	left: -60px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media (max-width:1280px) {
	.index-case .slick-prev {
		left: -14px
	}
}

.index-case .slick-next {
	right: -60px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (max-width:1280px) {
	.index-case .slick-next {
		right: -14px
	}
}

@media (max-width:1200px) {
	.index-case {
		height: auto;
		padding-bottom: 50px
	}
}

@media (max-width:1024px) {
	.index-case .box {
		padding: 14px
	}

	.index-case .box .time {
		display: none
	}

	.index-case .box .tit {
		margin-top: 0;
		height: 24px;
		font-size: 16px
	}

	.index-case .box .txt {
		height: 48px
	}

	.index-case .slick-dots {
		bottom: -30px
	}

	.index-case .slick-dots li button {
		width: 8px;
		height: 8px
	}
}

@media (max-width:420px) {
	.index-case .box {
		padding-left: 30px;
		padding-right: 30px
	}
}

.index-news {
	padding-bottom: 120px
}

.index-news .leftbox {
	width: 35%;
	float: left;
	height: 470px;
	padding: 40px;
	background: #f0f0f0
}

.index-news .leftbox a {
	display: block
}

.index-news .leftbox .tit {
	font-size: 18px;
	color: #303030;
	height: 24px;
	overflow: hidden
}

.index-news .leftbox .txt {
	font-size: 15px;
	color: #6a6a6a;
	height: 48px;
	overflow: hidden;
	text-align: justify;
	margin: 15px 0 20px 0
}

.index-news .leftbox .time {
	color: #132e67;
	padding-left: 55px;
	font-family: arial;
	position: relative
}

.index-news .leftbox .time:before {
	content: "";
	left: 34px;
	width: 3px;
	height: 106px;
	z-index: 2;
	background: #fcc80d;
	position: absolute;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.index-news .leftbox .time span {
	display: block;
	line-height: 16px
}

.index-news .leftbox .time span:first-child {
	font-size: 40px;
	line-height: 40px
}

.index-news .leftbox .pic {
	margin-top: 13px;
	position: relative
}

.index-news .leftbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .leftbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 56.5%
}

.index-news .leftbox:hover .tit {
	color: #132e67
}

.index-news .leftbox:hover .time:before {
	height: 64px
}

.index-news .leftbox:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .rightbox {
	width: 65%;
	float: right;
	padding-left: 40px
}

.index-news .rightbox li {
	overflow: hidden;
	margin-top: 45px
}

.index-news .rightbox li a {
	display: block
}

.index-news .rightbox li .pic {
	width: 23.4%;
	float: left;
	overflow: hidden;
	position: relative
}

.index-news .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .rightbox li .pic:before {
	content: "";
	display: block;
	padding-bottom: 68.5%
}

.index-news .rightbox li .txtbox {
	width: 76.5%;
	float: left;
	text-align: justify;
	padding-left: 30px
}

.index-news .rightbox li .tit {
	font-size: 18px;
	color: #1a1b1b;
	height: 24px;
	overflow: hidden
}

.index-news .rightbox li .txt {
	color: #8a8a8a;
	height: 48px;
	overflow: hidden;
	margin-top: 10px
}

.index-news .rightbox li time {
	color: #132e67;
	font-family: arial;
	display: block;
	margin-top: 20px
}

.index-news .rightbox li time img {
	float: right;
	margin-top: 10px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .rightbox li:first-child {
	margin-top: 0
}

.index-news .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .rightbox li:hover .tit {
	color: #132e67
}

.index-news .rightbox li:hover time img {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

@media (max-width:1200px) {
	.index-news {
		padding-bottom: 50px
	}
}

@media (max-width:680px) {
	.index-news .leftbox {
		width: 100%;
		float: none;
		display: none
	}

	.index-news .rightbox {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 10px
	}

	.index-news .rightbox li {
		margin-top: 20px
	}

	.index-news .rightbox li time {
		display: none
	}

	.index-news .rightbox li .txtbox {
		padding-left: 15px;
		margin-top: -5px
	}

	.index-news .rightbox li .tit {
		font-size: 16px
	}

	.index-news .rightbox li .txt {
		margin-top: 0;
		height: 40px;
		line-height: 20px
	}
}

.index-message {
	height: 597px;
	color: #fff;
	background: url(../image/message-bg.jpg) no-repeat top center
}

.index-message .box {
	width: 44%;
	padding-top: 80px
}

.index-message .box .title {
	font-size: 26px;
	line-height: 30px;
	vertical-align: top
}

.index-message .box .title img {
	margin: 3px 5px 0 0
}

.index-message .list {
	margin-top: 20px
}

.index-message .list li {
	margin-bottom: 10px
}

.index-message .list li input,.index-message .list li textarea {
	height: 50px;
	font-size: 16px;
	color: #fff;
	width: 100%;
	font-family: "微软雅黑";
	padding: 10px 20px;
	background: #122144;
	border: solid 1px #4c6396;
	background: rgba(9,23,53,0.7)
}

.index-message .list li input:focus,.index-message .list li textarea:focus {
	background: rgba(9,23,53,0.8)
}

.index-message .list li textarea {
	resize: none;
	height: 130px
}

.index-message .list li span {
	margin-left: 20px;
	vertical-align: top;
	display: inline-block;
	margin-top: 10px
}

.index-message .list li .code {
	width: 50%
}

.index-message .list li .button {
	width: 190px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #182d5b;
	line-height: 50px;
	background: #fcc80d
}

.index-message .list li .button:hover {
	background: #fff
}

@media (max-width:680px) {
	.index-message {
		height: auto;
		padding-bottom: 50px
	}

	.index-message .box {
		width: 100%;
		padding-top: 50px
	}

	.index-message .box .title {
		font-size: 18px
	}

	.index-message .list li .button {
		font-size: 16px;
		width: 160px;
		height: 40px;
		line-height: 40px
	}
}

.footer {
	color: #fff;
	line-height: 30px;
	padding: 55px 0 0 0;
	background: #132243
}

.footer ul {
	width: 47%;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #1d2d50
}

.footer li {
	width: 35%;
	float: left
}

.footer li:first-child {
	width: 30%
}

.footer h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px
}

.footer h3 a {
	color: #fff
}

.footer a {
	color: #fff;
	display: block
}

.footer a:hover {
	color: #fff
}

.footer .contact {
	width: 53%;
	float: right;
	padding-left: 70px
}

.footer .contact h3 {
	color: #fff;
	font-weight: normal
}

.footer .contact a {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
	font-family: "Circular-Book.woff";
	display: inline-block
}

.footer .contact .nr {
	width: 58%;
	float: left
}

.footer .contact .weixin {
	width: 42%;
	float: left;
	text-align: center
}

.footer .contact .weixin ul {
	width: 100%;
	margin-top: 10px;
	padding-right: 0;
	border-right: 0;
	display: flex;
    justify-content: center;
}

.footer .contact .weixin li {
	width: 50%;
	float: left;
	padding: 0 10px
}

.footer .copy {
	color: #fff;
	margin-top: 50px;
	text-align: center;
	padding: 10px 0;
	border-top: solid 1px #1d2d50
}

@media (max-width:1200px) {
	.footer {
		padding: 30px 20px
	}

	.footer ul {
		display: none
	}

	.footer .contact {
		width: 100%;
		float: none;
		padding-left: 0
	}

	.footer .contact .nr {
		width: 100%;
		float: none;
		overflow: hidden
	}

	.footer .contact .weixin {
		margin-top: 30px;
		width: 100%;
		float: none
	}

	.footer .contact .weixin h3 {
		font-size: 18px;
		text-align: left
	}

	.footer .contact .weixin ul {
		display: block
	}

	.footer .contact .weixin li {
		padding: 0;
		width: auto;
		padding-right: 20px;
		display: inline-block
	}

	.footer .contact .weixin li span {
		display: block
	}
}

.inside-current {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #f2f2f2
}

.inside-current h2 {
	color: #777;
	font-size: 24px;
	width: 40%;
	float: left;
	font-weight: normal;
	padding-left: 30px;
	position: relative
}

.inside-current h2:before {
	content: "";
	width: 20px;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #777;
	position: absolute
}

.inside-current p {
	width: 50%;
	float: right;
	text-align: right
}

.inside-current p img {
	margin: 24px 5px 0 0
}

.inside-current span {
	color: #7f9cd9
}

@media (max-width:1200px) {
	.inside-current {
		height: 40px;
		display: none;
		line-height: 40px
	}

	.inside-current h2 {
		width: 100%;
		padding-left: 20px;
		font-size: 18px
	}

	.inside-current h2:before {
		width: 10px
	}

	.inside-current p {
		display: none
	}
}

.inside-about {
	padding-top: 100px;
	font-size: 20px;
	line-height: 35px
}

.inside-about .box-1 {
	padding-bottom: 60px;
	position: relative;
	border-bottom: solid 1px #efefef
}

.inside-about .box-1 .pic {
	float: left;
	width: 44%;
	padding-left: 30px;
	position: relative
}

.inside-about .box-1 .pic:before {
	content: "";
	width: 515px;
	height: 578px;
	top: -30px;
	left: 0;
	z-index: -1;
	position: absolute;
	border: solid 3px #fcc80d
}

.inside-about .box-1 .txtbox {
	width: 56%;
	float: left
}

.inside-about .box-1 .txtbox .item {
	margin-top: -70px;
	padding-left: 80px
}

.inside-about .box-1 .txtbox .font38 {
	color: #274d9d;
	font-size: 38px;
	line-height: 40px
}

.inside-about .box-1 .txtbox .font18 {
	margin-top: 17px;line-height:31px;
}

.inside-about .box-2 {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center
}

@media (max-width:1200px) {
	.inside-about .box-2 {
		text-align: left
	}
}

.inside-about .box-3 {
	height: 584px;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../image/inside-about-3.jpg)
}

.inside-about .box-3 .pic {
	display: none
}

@media (max-width:1200px) {
	.inside-about .box-3 {
		height: auto;
		background: none
	}

	.inside-about .box-3 .pic {
		display: block
	}
}

@media (max-width:1200px) {
	.inside-about {
		padding-top: 10px;
		font-size: 15px;
		line-height: 24px
	}

	.inside-about .box-1 .pic {
		display: none
	}

	.inside-about .box-1 .pic:before {
		display: none
	}

	.inside-about .box-1 .txtbox img {
		max-height: 50px
	}

	.inside-about .box-1 .txtbox .item {
		padding-left: 30px;
		margin-top: -20px
	}

	.inside-about .box-1 .txtbox .font38 {
		font-size: 24px;
		line-height: 30px
	}

	.inside-about .box-1 .txtbox .font18 {
		margin-top:
	}
}

@media (max-width:640px) {
	.inside-about .box-1 {
		padding-bottom: 30px
	}

	.inside-about .box-1 .pic {
		width: 100%;
		float: none;
		padding-left: 0
	}

	.inside-about .box-1 .txtbox {
		width: 100%;
		float: none;
		margin-top: 30px
	}

	.inside-about .box-1 .txtbox .item {
		padding-left: 0
	}

	.inside-about .box-1 .txtbox .font18 {
		margin-top: 30px
	}
}

.inside-banner {
	text-align: center;
	overflow: hidden
}

.inside-banner img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-banner:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.inside-banner {
		margin-top: 60px
	}
}

@media (max-width:640px) {
	.inside-banner {
		display: none
	}
}

.inside-banner-ph {
	display: none;
	margin-top: 60px
}

@media (max-width:640px) {
	.inside-banner-ph {
		display: block
	}
}

.inside-message {
	padding: 50px 0
}

.inside-message .title {
	border: 0;
	font-size: 38px;
	color: #fcc80d;
	border-top: solid 2px #fcc80d
}

.inside-message .title span {
	color: #333
}

.inside-message ul {
	padding: 0 65px;
	padding-top: 40px;
	position: relative
}

.inside-message ul:before {
	content: "";
	top: -11px;
	left: 0;
	width: 53px;
	height: 82px;
	position: absolute;
	background: url(../image/inside-line.jpg) no-repeat top center
}

.inside-message ul:after {
	content: "";
	top: -11px;
	right: 0;
	width: 53px;
	height: 82px;
	position: absolute;
	background: url(../image/inside-line-2.jpg) no-repeat top center
}

.inside-message li p {
	width: 21%;
	float: left;
	vertical-align: top
}

.inside-message li p label {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block
}

.inside-message li p span {
	width: 76%;
	display: inline-block
}

.inside-message li p input,.inside-message li p textarea {
	width: 100%;
	height: 46px;
	padding: 10px;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	border: solid 1px #dcdcdc
}

.inside-message li p textarea {
	resize: none
}

.inside-message li p input:focus,.inside-message li p textarea:focus {
	border-color: #132243
}

.inside-message li p i {
	font-style: normal;
	color: #f00;
	font-size: 15px;
	padding-left: 5px;
	vertical-align: top
}

.inside-message li P:first-child span {
	width: 68%
}

.inside-message li p:nth-child(2) {
	width: 30%
}

.inside-message li p:nth-child(2) span {
	width: 68%
}

.inside-message li p:nth-child(3) {
	width: 34%
}

@media (max-width:1500px) {
    .inside-message li p span {
	    width: 70%;
    }

    .inside-message li p:nth-child(2) span {
        width: 65%;
    }
}

.inside-message .button {
	width: 14%;
	float: right;
	height: 46px;
	color: #333;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	line-height: 46px;
	background: #fcc80d
}

.inside-message .button:hover {
	color: #fff;
	background: #132e67
}

@media (max-width:1200px) {
	.inside-message .title {
		font-size: 20px;
		border-width: 1px
	}

	.inside-message ul {
		padding: 0 10px
	}

	.inside-message ul:before,.inside-message ul:after {
		display: none
	}

	.inside-message li p {
		margin-top: 20px;
		position: relative;
		width: 100% !important;
		float: none
	}

	.inside-message li p label {
		width: 100%;
		font-size: 15px
	}

	.inside-message li span {
		width: 96% !important
	}

	.inside-message .button {
		float: none;
		width: 97%;
		font-size: 16px;
		margin-top: 20px
	}
}

.inside-case {
	padding-top: 60px
}

@media (max-width:1200px) {
	.inside-case {
		padding-top: 30px
	}
}

@media (max-width:640px) {
	.inside-case {
		padding-top: 20px
	}
}

.inside-case .box-1 {
	padding-bottom: 60px;
	border-bottom: solid 1px #e8e8e8
}

@media (max-width:1200px) {
	.inside-case .box-1 {
		padding-bottom: 30px
	}
}

.inside-case .box-1 dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-case .box-1 dl:hover dd h3 a {
	color: #132e67
}

.inside-case .box-1 dl:hover dd .more {
	background: #132e67
}

.inside-case .box-1 dl:hover dd .more img {
	margin-left: 5px
}

.inside-case .box-1 dt {
	width: 42%;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-case .box-1 dt:after {
	content: "";
	display: block;
	padding-bottom: 59.2%
}

.inside-case .box-1 dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-case .box-1 dd {
	width: 58%;
	float: left;
	padding-left: 60px
}

.inside-case .box-1 dd h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 46px;
	height: 92px;
	margin-bottom: 30px;
	overflow: hidden
}

.inside-case .box-1 dd h3 a {
	color: #222;
	display: block
}

.inside-case .box-1 dd time {
	color: #132e67;
	font-size: 15px;
	font-family: arial
}

.inside-case .box-1 dd .txt {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 20px
}

.inside-case .box-1 dd .more {
	width: 170px;
	height: 42px;
	color: #fff;
	margin-top: 40px;
	line-height: 42px;
	border-radius: 30px;
	font-family: arial;
	text-align: center;
	background: #fcc80d;
	display: inline-block;
	text-transform: uppercase
}

.inside-case .box-1 dd .more img {
	margin: 16px 0 0 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@media (max-width:1200px) {
	.inside-case .box-1 dd {
		padding-left: 30px
	}

	.inside-case .box-1 dd h3 {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 15px
	}

	.inside-case .box-1 dd .txt {
		margin-top: 10px
	}

	.inside-case .box-1 dd .more {
		width: 150px;
		height: 36px;
		margin-top: 20px;
		line-height: 36px
	}

	.inside-case .box-1 dd .more img {
		margin-top: 13px
	}
}

@media (max-width:640px) {
	.inside-case .box-1 dt {
		width: 100%;
		float: none;
		padding-left: 0
	}

	.inside-case .box-1 dd {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px
	}
}

.inside-case .box-2 {
	padding-top: 25px
}

@media (max-width:640px) {
	.inside-case .box-2 {
		padding-top: 10px
	}
}

.inside-case .box-2 li {
	width: 33.3333%;
	float: left;
	padding: 0 38px;
	padding-top: 45px
}

@media (max-width:640px) {
	.inside-case .box-2 li {
		width: 50%
	}

	.inside-case .box-2 li:last-child {
		display: none
	}
}

.inside-case .box-2 .item {
	display: block;
	padding-bottom: 35px;
	border-bottom: solid 1px #e4e4e4
}

.inside-case .box-2 .item .time {
	color: #132e67;
	font-family: arial;
	line-height: 40px;
	position: relative;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.inside-case .box-2 .item .time:before {
	content: "";
	width: 33px;
	height: 3px;
	top: 13px;
	left: 0;
	position: absolute;
	background: #fcc80d
}

.inside-case .box-2 .item .time .date {
	font-size: 40px
}

.inside-case .box-2 .item .tit {
	font-size: 18px;
	color: #222;
	height: 24px;
	overflow: hidden;
	margin-top: 20px
}

.inside-case .box-2 .item .txt {
	height: 48px;
	color: #666;
	margin-top: 25px;
	overflow: hidden;
	text-align: justify
}

.inside-case .box-2 .item .pic {
	margin-top: 5px;
	overflow: hidden;
	position: relative
}

.inside-case .box-2 .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 59%
}

.inside-case .box-2 .item .pic img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-case .box-2 .item:hover .time {
	color: #fcc80d
}

.inside-case .box-2 .item:hover .tit {
	color: #132e67
}

.inside-case .box-2 .item:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.inside-case .box-2 li {
		padding: 10px
	}
}

@media (max-width:640px) {
	.inside-case .box-2 li {
		padding: 5px
	}

	.inside-case .box-2 .item {
		padding-bottom: 15px
	}

	.inside-case .box-2 .item .tit {
		font-size: 16px;
		margin-top: 10px
	}

	.inside-case .box-2 .item .txt {
		margin-top: 10px
	}

	.inside-case .box-2 .time {
		display: none
	}
}

.inside-page {
	padding: 80px 0;
	text-align: center;
	
}

.inside-page a {
	height: 27px;
	line-height: 25px;
	font-size: 14px;
	margin: 0 2px;
}

.inside-page span {
	height: 27px;
	line-height: 25px;
	font-size: 14px;
	font-family: arial;
	display: inline-block;
    color: #fff;
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	font-weight: bold;
}

.inside-page .none {
	border: 0;
	padding: 0
}

.inside-page .none:hover {
	color: #132e67;
	background: none
}

@media (max-width:1200px) {
	.inside-page {
		padding: 40px 0
	}

	.inside-page a,.inside-page span {
		display: none
	}

	.inside-page .ph-show {
		display: inline-block
	}
}

.inside-xg-news {
	height: 688px;
	background: url(../image/case-bg-2.jpg) no-repeat top center
}

.inside-xg-news .index-title {
	padding-top: 70px
}

.inside-xg-news .index-title .cn {
	font-size: 38px;
	line-height: 40px
}

@media (max-width:1200px) {
	.inside-xg-news .index-title {
		padding-top: 30px
	}

	.inside-xg-news .index-title .cn {
		font-size: 24px;
		line-height: 30px
	}
}

.inside-xg-news ul {
	margin: 0 -15px
}

.inside-xg-news li {
	width: 50%;
	float: left;
	padding: 10px 15px
}

.inside-xg-news li .item {
	background: #fff;
	padding: 35px 40px
}

.inside-xg-news li .item .tit {
	font-size: 18px;
	color: #000;
	height: 24px;
	overflow: hidden;
	font-weight: normal
}

.inside-xg-news li .item .txt {
	margin-top: 15px;
	line-height: 30px;
	height: 60px;
	color: #666;
	overflow: hidden
}

.inside-xg-news li .item time {
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	font-family: arial;
	font-size: 18px;
	color: #132e67;
	border-top: solid 1px #f0f0f0
}

.inside-xg-news li .item time img {
	float: right;
	margin-top: 7px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-xg-news li:hover .item .tit {
	color: #132e67
}

.inside-xg-news li:hover .item time img {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

@media (max-width:640px) {
	.inside-xg-news {
		height: auto;
		padding-top: 10px;
		padding-bottom: 40px;
		background: #f8f8f8
	}

	.inside-xg-news li {
		width: 100%;
		float: none
	}

	.inside-xg-news li .item {
		padding: 15px
	}

	.inside-xg-news li .item .tit {
		font-size: 16px
	}

	.inside-xg-news li .item .txt {
		margin-top: 10px
	}

	.inside-xg-news li .item time {
		font-size: 14px;
		margin-top: 10px;
		padding-top: 10px
	}
}

.inside-xg-news-2 {
	background: none;
	height: auto;
	padding-bottom: 20px;
	border-bottom: solid 1px #e6e6e6
}

.inside-xg-news-2 li .item {
	border: solid 1px #e6e6e6
}

.inside-business {
	padding-bottom: 85px
}

@media (max-width:1200px) {
	.inside-business {
		padding-bottom: 40px
	}
}

.inside-business .title {
	color: #222;
	font-size: 52px;
	padding-top: 50px;
	text-align: center;
	line-height: 60px
}

.inside-business .title span {
	color: #fcc80d;
	font-family: arial;
	font-weight: 700;
	text-transform: uppercase
}

.inside-business .title .ph-en {
	color: #fcc80d;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	line-height: 30px;
	display: none;
	text-transform: uppercase
}

@media (max-width:1200px) {
	.inside-business .title {
		font-size: 24px;
		line-height: 30px;
		padding-top: 25px
	}

	.inside-business .title span {
		display: none
	}

	.inside-business .title .ph-en {
		display: block
	}
}

.inside-business ul {
	margin: 0 -20px;
	margin-top: 25px
}

@media (max-width:1200px) {
	.inside-business ul {
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0
	}
}

.inside-business li {
	width: 33.333%;
	float: left;
	padding: 23px 20px
}

.inside-business li .item {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.inside-business li .item .txtbox {
	top: 35px;
	left: 35px;
	width: 100%;
	color: #fff;
	padding-right: 15px;
	padding-bottom: 15px;
	position: absolute
}

.inside-business li .item .txtbox:after {
	content: "";
	width: 64px;
	height: 4px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #fcc80d
}

.inside-business li .item .pic {
	overflow: hidden;
	position: relative
}

.inside-business li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 131%
}

.inside-business li .item .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-business li .item .cn {
	font-size: 30px;
	height: 40px;
	overflow: hidden;
	line-height: 40px
}

.inside-business li .item .en {
	font-family: arial;
	font-size: 16px;
	margin-top: 5px
}

@media (max-width:1200px) {
	.inside-business li {
		padding: 5px
	}

	.inside-business li .item .txtbox {
		left: 15px
	}

	.inside-business li .item .txtbox:after {
		width: 32px;
		height: 2px
	}

	.inside-business li .item .cn {
		font-size: 18px;
		line-height: 30px;
		height: 30px;
		overflow: hidden
	}

	.inside-business li .item .en {
		font-size: 14px;
		margin-top: 0
	}
}

@media (max-width:640px) {
	.inside-business li {
		width: 50%
	}

	.inside-business li .en {
		line-height: 20px
	}
}

.inside-business li:hover .item .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-xg-case {
	height: 842px;
	background: url(../image/buss-bg.jpg) no-repeat top center
}

.inside-xg-case .index-title {
	padding-top: 80px;
	padding-bottom: 60px
}

.inside-xg-case .index-title .cn {
	font-size: 38px;
	line-height: 40px
}

@media (max-width:1200px) {
	.inside-xg-case .index-title {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.inside-xg-case .index-title .cn {
		font-size: 24px;
		line-height: 30px
	}
}

.inside-xg-case ul li {
	width: 25%;
	float: left;
	padding: 0 13px
}

.inside-xg-case ul li .box {
	color: #132e67;
	font-family: arial;
	position: relative;
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 14px 35px 14px;
	border: solid 1px #e4e4e4;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.inside-xg-case ul li .box:before {
	content: "";
	width: 33px;
	height: 3px;
	top: 28px;
	left: 14px;
	position: absolute;
	background: #fcc80d
}

.inside-xg-case ul li .box .date {
	font-size: 40px
}

.inside-xg-case ul li .tit {
	font-size: 18px;
	color: #222;
	height: 48px;
	overflow: hidden;
	margin-top: 20px
}

.inside-xg-case ul li .txt {
	height: 72px;
	color: #666;
	margin-top: 15px;
	overflow: hidden;
	text-align: justify
}

.inside-xg-case ul li .pic {
	margin-top: 15px;
	overflow: hidden;
	position: relative
}

.inside-xg-case ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 59%
}

.inside-xg-case ul li .pic img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-xg-case ul li .more {
	color: #fff;
	width: 133px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	font-family: arial;
	margin-top: 25px;
	text-transform: uppercase;
	background: #132e67
}

.inside-xg-case ul li .more img {
	margin-left: 15px;
	margin-top: 12px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	display: inline-block
}

.inside-xg-case .box:hover .time {
	color: #fcc80d
}

.inside-xg-case .box:hover .tit {
	color: #132e67
}

.inside-xg-case .box:hover .more {
	background: #fcc80d
}

.inside-xg-case .box:hover .more img {
	margin-left: 10px
}

.inside-xg-case .box:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1200px) {
	.inside-xg-case {
		height: auto;
		padding-top: 10px;
		padding-bottom: 50px
	}
}

@media (max-width:640px) {
	.inside-xg-case ul li {
		width: 50%;
		padding: 5px
	}

	.inside-xg-case ul li .box {
		padding: 10px
	}

	.inside-xg-case ul li .box:before {
		display: none
	}

	.inside-xg-case ul li .time {
		display: none
	}

	.inside-xg-case ul li .tit {
		margin-top: 0;
		height: 24px;
		font-size: 16px
	}

	.inside-xg-case ul li .txt {
		height: 48px
	}

	.inside-xg-case ul li .more {
		margin-top: 15px
	}
}

.inside-xg-case-2 {
	background: none;
	height: auto;
	padding-bottom: 80px;
	border-bottom: solid 1px #e6e6e6
}

@media (max-width:1200px) {
	.inside-xg-case-2 {
		padding-bottom: 30px
	}
}

.inside-case-show {
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0
}

.inside-case-show h1 {
	font-weight: normal;
	font-size: 32px;
	color: #222;
	line-height: 40px;
	text-align: center
}

.inside-case-show .info {
	font-size: 12px;
	color: #adadad;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-bottom: solid 1px #e5e5e5
}

.inside-case-show .info span {
	padding: 0 10px;
	display: inline-block
}

.inside-case-show .shenpan {
	color: #333;
	text-align: right;
	font-weight: bold;
	margin-top: 30px
}

@media (max-width:1200px) {
	.inside-case-show {
		font-size: 15px;
		line-height: 24px;
		padding: 40px 0
	}

	.inside-case-show h1 {
		font-size: 18px;
		line-height: 24px
	}

	.inside-case-show .info {
		margin-top: 20px
	}
}

.inside-page-news {
	margin: 60px 0 10px 0
}

.inside-page-news li {
	font-size: 14px;
	height: 35px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 30px 0 15px;
	border-top: solid 1px #d6def0;
	border-bottom: solid 1px #d6def0
}

.inside-page-news li span {
	float: right;
	color: #102758;
	padding-left: 50px;
	display: inline-block;
	color: #132e67;
	font-family: arial
}

.inside-page-news li img {
	margin: 15px 10px 0 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-page-news li:first-child {
	border-bottom: 0
}

.inside-page-news li:hover img {
	margin-left: 10px
}

.inside-page-news li:hover a {
	color: #132e67
}

@media (max-width:640px) {
	.inside-page-news {
		margin-top: 40px
	}

	.inside-page-news li {
		padding: 0 5px
	}

	.inside-page-news li span {
		padding-left: 20px
	}
}

.inside-news {
	padding-top: 70px
}

@media (max-width:1200px) {
	.inside-news {
		padding-top: 30px
	}
}

.inside-news .box-1 {
	padding-bottom: 60px;
	text-align: center
}

.inside-news .box-1 .container {
	padding: 0 100px
}

.inside-news .box-1 .title {
	font-size: 30px;
	color: #222;
	height: 40px;
	overflow: hidden;
	line-height: 40px
}

.inside-news .box-1 .title a {
	color: #222
}

.inside-news .box-1 .title a:hover {
	color: #132e67
}

.inside-news .box-1 .time {
	color: #132e67;
	font-size: 15px;
	font-family: arial;
	margin: 20px 0
}

.inside-news .box-1 .txt {
	font-size: 16px;
	height: 72px;
	overflow: hidden
}

.inside-news .box-1 .more {
	margin-top: 15px;
	position: relative
}

.inside-news .box-1 .more:before {
	content: "";
	width: 1px;
	height: 40px;
	left: 50%;
	top: 0;
	background: #fcc80d;
	position: absolute
}

.inside-news .box-1 .more img {
	margin: 16px 0 0 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-news .box-1 .more a {
	width: 170px;
	height: 42px;
	color: #fff;
	margin-top: 40px;
	line-height: 42px;
	border-radius: 30px;
	font-family: arial;
	text-align: center;
	background: #fcc80d;
	display: inline-block;
	text-transform: uppercase
}

.inside-news .box-1 .more a:hover {
	background: #132e67
}

.inside-news .box-1 .more a:hover img {
	margin-left: 5px
}

@media (max-width:1200px) {
	.inside-news .box-1 {
		padding-bottom: 30px
	}

	.inside-news .box-1 .container {
		padding: 0 20px
	}

	.inside-news .box-1 .title {
		font-size: 18px
	}

	.inside-news .box-1 .time {
		margin: 10px 0
	}

	.inside-news .box-1 .txt {
		font-size: 14px
	}

	.inside-news .box-1 .more a {
		width: 150px;
		height: 36px;
		line-height: 36px
	}

	.inside-news .box-1 .more a img {
		margin-top: 12px
	}
}

.inside-news .box-2 ul {
	border-bottom: solid 1px #f2f2f2
}

.inside-news .box-2 li {
	padding: 60px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-news .box-2 li dl {
	position: relative
}

.inside-news .box-2 li dt {
	width: 27%;
	float: left;
	position: relative
}

.inside-news .box-2 li dt a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.inside-news .box-2 li dt a:before {
	content: "";
	width: 345px;
	height: 249px;
	left: 15px;
	top: 15px;
	z-index: 1;
	opacity: 0;
	position: absolute;
	border: solid 3px #fcc80d
}

.inside-news .box-2 li dt .pic {
	overflow: hidden;
	position: relative
}

.inside-news .box-2 li dt .pic:after {
	content: "";
	display: block;
	padding-bottom: 72%
}

.inside-news .box-2 li dt .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news .box-2 li dd {
	width: 73%;
	float: left;
	padding-left: 45px
}

.inside-news .box-2 li .txtbox {
	width: 85%;
	float: left;
	padding-right: 40px;
	min-height: 250px;
	border-right: dashed 1px #c8c8c8
}

.inside-news .box-2 li .txtbox h3 {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
	position: relative
}

.inside-news .box-2 li .txtbox h3:before {
	content: "";
	width: 0;
	height: 6px;
	left: 50%;
	bottom: 0;
	position: absolute;
	background: #fef2c4;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.inside-news .box-2 li .txtbox h3 a {
	color: #222;
	z-index: 2;
	display: block;
	position: relative
}

.inside-news .box-2 li .txtbox .time {
	margin-top: 20px;
	color: #132e67
}

.inside-news .box-2 li .txtbox .txt {
	margin-top: 20px;
	height: 48px;
	font-size: 16px;
	overflow: hidden
}

.inside-news .box-2 li .txtbox .more {
	width: 170px;
	height: 42px;
	color: #fff;
	line-height: 42px;
	border-radius: 30px;
	font-family: arial;
	text-align: center;
	background: #132e67;
	display: inline-block;
	position: absolute;
	bottom: 0;
	text-transform: uppercase
}

.inside-news .box-2 li .txtbox .more img {
	margin: 16px 0 0 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-news .box-2 li .date {
	width: 15%;
	float: right;
	color: #a1a1a1;
	font-size: 16px;
	padding-top: 60px;
	font-family: "Avian";
	padding-left: 40px
}

.inside-news .box-2 li .date span {
	display: block
}

.inside-news .box-2 li .date span:first-child {
	font-size: 36px;
	line-height: 40px
}

.inside-news .box-2 li:hover {
	background: #f9f9f9
}

.inside-news .box-2 li:hover dt a:before {
	opacity: 1
}

.inside-news .box-2 li:hover dt .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .box-2 li:hover .txtbox h3:before {
	width: 100%;
	left: 0
}

.inside-news .box-2 li:hover .txtbox .more {
	background: #fcc80d
}

.inside-news .box-2 li:hover .txtbox .more img {
	margin-left: 5px
}

.inside-news .box-2 li:hover .date span:first-child {
	color: #fcc80d
}

@media (max-width:1500px) {
    .inside-news .box-2 li dt a::before {
        width: 300px;
        height: 220px;
    }
}

@media (max-width:1200px) {
	.inside-news .box-2 li {
		padding: 30px 0
	}

	.inside-news .box-2 li dt a:before {
		display: none
	}

	.inside-news .box-2 li dd {
		padding-left: 20px
	}

	.inside-news .box-2 li .txtbox {
		width: 100%;
		min-height: auto;
		padding-right: 0;
		border-right: 0
	}

	.inside-news .box-2 li .txtbox h3 {
		font-size: 18px
	}

	.inside-news .box-2 li .txtbox h3:before {
		display: none
	}

	.inside-news .box-2 li .txtbox .time {
		display: none
	}

	.inside-news .box-2 li .txtbox .more {
		height: 36px;
		bottom: auto;
		width: 140px;
		margin-top: 30px;
		line-height: 36px;
		position: relative
	}

	.inside-news .box-2 li .txtbox .more img {
		margin-top: 12px
	}

	.inside-news .box-2 li .txtbox .txt {
		margin-top: 10px
	}

	.inside-news .box-2 li .date {
		display: none
	}
}

@media (max-width:760px) {
	.inside-news .box-2 li dt {
		width: 35%
	}

	.inside-news .box-2 li dd {
		width: 65%
	}
}

@media (max-width:640px) {
	.inside-news .box-2 li dt {
		width: 50%
	}

	.inside-news .box-2 li dd {
		width: 50%
	}
}

@media (max-width:480px) {
	.inside-news .box-2 li {
		padding: 0;
		margin-top: 20px
	}

	.inside-news .box-2 li dt {
		width: 100%;
		float: none
	}

	.inside-news .box-2 li dt img {
		width: 100%
	}

	.inside-news .box-2 li dd {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px
	}

	.inside-news .box-2 li dd .txtbox .tit {
		font-size: 16px
	}

	.inside-news .box-2 li dd .txtbox .txt {
		font-size: 14px;
		margin-top: 5px
	}

	.inside-news .box-2 li dd .txtbox .more {
		display: none
	}

	.inside-news .box-2 li:hover {
		background: none
	}

	.inside-news .box-2 li:first-child {
		margin-top: 0
	}
}

.inside-product .box-1 {
	padding: 70px 0
}

.inside-product .box-1 .leftbox {
	width: 26.8%;
	float: left
}

.inside-product .box-1 .leftbox .pic {
	position: relative
}

.inside-product .box-1 .leftbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.inside-product .box-1 .leftbox .txtbox {
	color: #fff;
	margin-top: 6px;
	font-size: 20px;
	padding: 20px 40px;
	font-family: arial;
	position: relative;
	background: #132e67
}

.inside-product .box-1 .leftbox .txtbox:before {
	content: "";
	width: 4px;
	height: 77px;
	top: -37px;
	left: 20px;
	position: absolute;
	background: #fcc80d
}

.inside-product .box-1 .leftbox .txtbox p {
	margin-top: 10px
}

.inside-product .box-1 .leftbox .txtbox p:first-child {
	margin-top: 0
}

.inside-product .box-1 .leftbox .txtbox img {
	margin: 4px 10px 0 0
}

.inside-product .box-1 .rightbox {
	width: 72%;
	float: right;
	padding-left: 60px
}

.inside-product .box-1 .rightbox .title {
	font-size: 18px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: solid 1px #dadada
}

.inside-product .box-1 .rightbox .title:before {
	content: "";
	width: 80px;
	height: 3px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: #fcc80d
}

.inside-product .box-1 .rightbox .title span {
	font-size: 36px;
	color: #333;
	line-height: 40px;
	display: inline-block;
	padding-right: 10px
}

.inside-product .box-1 .rightbox .font18 {
	color: #333;
	font-size: 18px;
	padding-left: 20px;
	margin: 30px 0 10px 0;
	background: url(../image/pro-ico.jpg) no-repeat left 5px
}

.inside-product .box-1 .rightbox .dian {
	padding-left: 15px;
	margin-top: 10px;
	position: relative
}

.inside-product .box-1 .rightbox .dian:before {
	top: 11px;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	background: #132e67
}

@media (max-width:1200px) {
	.inside-product .box-1 {
		padding: 40px 0
	}

	.inside-product .box-1 .rightbox .title {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 15px
	}

	.inside-product .box-1 .rightbox .title span {
		font-size: 20px;
		display: block
	}

	.inside-product .box-1 .rightbox .font18 {
		font-size: 16px;
		margin: 20px 0 5px 0
	}
}

@media (max-width:580px) {
	.inside-product .box-1 .leftbox {
		width: 100%;
		float: none
	}

	.inside-product .box-1 .leftbox .pic img {
		width: 100%
	}

	.inside-product .box-1 .leftbox .txtbox {
		padding: 20px
	}

	.inside-product .box-1 .leftbox .txtbox:before {
		display: none
	}

	.inside-product .box-1 .rightbox {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px
	}
}

.inside-xg-product {
	padding-bottom: 50px;
	background: #f9f9f9
}

@media (max-width:1200px) {
	.inside-xg-product {
		padding-bottom: 30px
	}
}

.inside-xg-product .index-title {
	padding-top: 60px;
	padding-bottom: 40px
}

.inside-xg-product .index-title .cn {
	font-size: 38px;
	line-height: 40px
}

@media (max-width:1200px) {
	.inside-xg-product .index-title {
		padding: 40px 0 20px 0
	}

	.inside-xg-product .index-title .cn {
		font-size: 24px;
		line-height: 30px
	}
}

.inside-xg-product ul {
	padding: 0 24px
}

.inside-xg-product ul li {
	width: 25%;
	float: left;
	padding: 0 16px
}

.inside-xg-product ul li .box {
	color: #132e67;
	font-family: arial;
	position: relative;
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px;
	text-align: center;
	border: solid 1px #e4e4e4;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.inside-xg-product ul li .pic {
	overflow: hidden;
	position: relative
}

.inside-xg-product ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 99%
}

.inside-xg-product ul li .pic img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-xg-product ul li .tit {
	font-size: 18px;
	color: #333;
	height: 24px;
	margin-top: 10px;
	overflow: hidden
}

.inside-xg-product ul li .txt {
	font-size: 14px;
	color: #9a9a9a;
	height: 24px;
	overflow: hidden
}

.inside-xg-product ul li .more {
	display: block;
	background: #eee;
	height: 38px;
	color: #878787;
	line-height: 38px;
	overflow: hidden;
	margin-top: 10px
}

.inside-xg-product ul li:hover .box {
	border-color: #132e67
}

.inside-xg-product ul li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-xg-product ul li:hover .more {
	color: #fff;
	background: #132e67
}

@media (max-width:1200px) {
	.inside-xg-product ul {
		padding: 0
	}

	.inside-xg-product ul li {
		padding: 10px;
		width: 33.333%
	}
}

@media (max-width:480px) {
	.inside-xg-product ul li {
		width: 50%;
		padding: 5px
	}

	.inside-xg-product ul li .box {
		padding: 5px
	}

	.inside-xg-product ul li .tit {
		font-size: 16px
	}
}

.inside-xg-product .box-1 {
	margin-top: 40px
}

.inside-xg-product .box-1 .txtbox {
	z-index: 1;
	color: #333;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	margin-top: -50px;
	position: relative;
	padding-bottom: 26px
}

.inside-xg-product .box-1 .txtbox:before {
	content: "";
	width: 80px;
	height: 5px;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	position: absolute;
	background: #fcc80d
}

.inside-xg-product .box-1 .txtbox p:first-child {
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 10px
}

@media (max-width:1200px) {
	.inside-xg-product .box-1 .txtbox {
		padding-bottom: 15px;
		line-height: 24px;
		font-size: 16px
	}

	.inside-xg-product .box-1 .txtbox:before {
		height: 3px
	}

	.inside-xg-product .box-1 .txtbox p:first-child {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px
	}
}

.inside-xg-product .box-2 {
	margin-top: 30px;
	overflow: hidden
}

.inside-xg-product .box-2 .container {
	overflow: hidden
}

.inside-xg-product .box-2 .container:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-xg-product .box-2 img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-xg-product .box-3 {
	padding-bottom: 40px;
	padding-top: 20px;
	border-bottom: solid 1px #e6e6e6
}

.inside-xg-product .box-3 li {
	margin-top: 30px
}

.inside-xg-product .box-3 li:hover .box {
	border-color: #fcc80d
}

.inside-xg-product .box-3 li:hover .box .more {
	background: #fcc80d
}

.inside-xg-product .box-3 .inside-page {
	padding: 0;
	padding-bottom: 10px;
	padding-top: 50px
}

@media (max-width:640px) {
	.inside-xg-product .box-3 li {
		margin-top: 0
	}

	.inside-xg-product .box-3 .inside-page {
		padding-bottom: 0;
		padding-top: 40px
	}
}

.inside-business-show {
	padding-top: 45px;
	padding-bottom: 70px
}

@media (max-width:1200px) {
	.inside-business-show {
		padding: 30px 0
	}
}

.inside-business-show .leftbox {
	width: 20%;
	float: left;
	min-height: 300px
}

.inside-business-show .leftbox .title .cn {
	font-size: 20px;
	color: #333;
	font-weight: 700
}

.inside-business-show .leftbox .title .en {
	color: #fcc80d;
	font-size: 24px;
	line-height: 30px;
	font-family: arial;
	text-transform: uppercase
}

.inside-business-show .leftbox li {
	height: 56px;
	line-height: 55px;
	overflow: hidden;
	font-size: 18px;
	border-bottom: solid 1px #e1e1e1;
	background: url(../image/buss-arrow.jpg) no-repeat right 18px
}

.inside-business-show .leftbox li a {
	display: block;
	color: #333;
	padding-right: 50px
}

.inside-business-show .leftbox li:first-child {
	margin-top: 15px;
	border-top: solid 1px #e1e1e1
}

.inside-business-show .leftbox li:hover,.inside-business-show .leftbox li.active {
	border-color: #fcc80d;
	border-width: 2px;
	background: url(../image/buss-arrow-h.jpg) no-repeat right 18px
}

.inside-business-show .leftbox li:hover a,.inside-business-show .leftbox li.active a{
	font-weight: bold;
	color: #132e67
}


@media (max-width:1200px) {
	.inside-business-show .leftbox {
		display: none
	}
}

.inside-business-show .rightbox {
	width: 80%;
	float: right;
	font-size: 16px;
	line-height: 30px;
	padding-left: 70px
}

.inside-business-show .rightbox .title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 36px;
	color: #151515;
	line-height: 40px;
	font-weight: bold;
	border-bottom: solid 1px #e1e1e1
}

@media (max-width:1200px) {
	.inside-business-show .rightbox {
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 24px;
		padding-left: 0
	}

	.inside-business-show .rightbox .title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px
	}
}

.inside-contact {
	padding-top: 60px
}

@media (max-width:1200px) {
	.inside-contact {
		padding-top: 30px
	}
}

@media (max-width:1200px) {
	.inside-contact .title img {
		max-height: 70px
	}
}

.inside-contact .font38 {
	font-size: 38px;
	line-height: 40px;
	color: #274d9d;
	padding-left: 20px;
	position: relative;
	margin-top: -70px
}

@media (max-width:1200px) {
	.inside-contact .font38 {
		font-size: 24px;
		line-height: 30px;
		margin-top: -40px;
		padding-left: 10px
	}
}

.inside-contact .box-1 .list {
	width: 65%;
	float: left;
	margin-top: 40px
}

.inside-contact .box-1 .list li {
	width: 50%;
	float: left;
	position: relative;
	padding-right: 35px
}

.inside-contact .box-1 .list li span {
	top: 30px;
	left: 0;
	position: absolute
}

.inside-contact .box-1 .list li .item {
	padding: 30px 0 30px 50px;
	border-bottom: dashed 1px #d8d8d8;
    height:133px;
}

@media (max-width:1200px) {
	.inside-contact .box-1 .list {
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 40px
	}
}

@media (max-width:780px) {
	.inside-contact .box-1 .list li {
		width: 100%;
		float: none
	}

	.inside-contact .box-1 .list li .item {
		padding-top: 20px;
		padding-bottom: 20px;
        height:auto;
	}

	.inside-contact .box-1 .list li .item span {
		top: 20px;
		left: 10px
	}

	.inside-contact .box-1 .list li .item span img {
		max-height: 30px
	}
}

.inside-contact .box-1 .weixin {
	width: 15%;
	float: right;
	margin-top: 45px;
	text-align: center
}

.inside-contact .box-1 .weixin li {
	width: 100%;
	float: left;
	padding: 0 8px
}

.inside-contact .box-1 .weixin li span {
	display: block;
	border: solid 1px #dcdcdc
}

.inside-contact .box-1 .weixin li p {
	font-size: 18px;
	margin-top: 10px
}

@media (max-width:1200px) {
	.inside-contact .box-1 .weixin {
		display: none
	}
}

.inside-contact .contact-map #l-map {
	width: 100%;
	height: 440px
}

.inside-contact .contact-map {
	width: 100%;
	z-index: 1;
	margin-top: 45px;
	margin-bottom: 40px;
	position: relative;
	height: 440px
}

.inside-contact .contact-map em {
	font-weight: 700;
	color: #132e67;
	font-style: normal
}

@media (max-width:1200px) {
	.inside-contact .contact-map {
		display: none
	}
}

.inside-contact .box-2 {
	font-size: 15px;
	margin-top: 60px;
	padding-bottom: 100px
}

.inside-contact .box-2 .font16 {
	font-size: 16px
}

.inside-contact .box-2 .font16 span {
	color: #f00
}

.inside-contact .box-2 ul {
	margin: 0 -10px
}

.inside-contact .box-2 li {
	margin-top: 20px;
	position: relative
}

.inside-contact .box-2 li p {
	width: 33.333%;
	float: left;
	position: relative;
	padding: 0 10px
}

.inside-contact .box-2 li p input,.inside-contact .box-2 li p textarea {
	width: 100%;
	height: 43px;
	padding: 10px 20px;
	font-size: 15px;
	color: #333;
	font-family: "微软雅黑";
	border: solid 1px #a2a2a2
}

.inside-contact .box-2 li p input:focus,.inside-contact .box-2 li p textarea:focus {
	border-color: #132e67
}

.inside-contact .box-2 li p textarea {
	height: 150px;
	resize: none
}

.inside-contact .box-2 li p i {
	right: 0;
	top: 10px;
	vertical-align: top;
	font-style: normal;
	color: #f00;
	font-size: 15px;
	position: absolute
}

.inside-contact .box-2 li p .code {
	width: 30%
}

.inside-contact .box-2 li .button {
	width: 150px;
	height: 46px;
	color: #333;
	float: right;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	line-height: 46px;
	background: #fcc80d
}

.inside-contact .box-2 li .button:hover {
	color: #fff;
	background: #132e67
}

@media (max-width:1200px) {
	.inside-contact .box-2 {
		margin-top: 20px;
		padding-bottom: 50px
	}
}

@media (max-width:640px) {
	.inside-contact .box-2 li {
		margin-top: 0
	}

	.inside-contact .box-2 li p {
		width: 100%;
		margin-top: 20px
	}

	.inside-contact .box-2 li .button {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../image/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(../image/closed.png) no-repeat center center;
  cursor: pointer;
}

/*2020-8/3新增*/
.index-yjdb {
	padding-bottom: 110px;
	background:url(../image/xz-bg.jpg) no-repeat center bottom;
}

.index-yjdb .tit {
	font-size: 20px;
	color: #132e67;
	background:url(../image/xz-08.png)no-repeat right 5px;
}

.index-yjdb  .tit:hover{
     background:url(../image/xz-08-h.png)no-repeat right 5px;
 }

.index-yjdb .tit img {
	margin-right: 5px;
	margin-top: 5px
}

.index-yjdb .tit img:first-child {
	margin-top: 10px
}

.index-yjdb .tit a {
	color: #132e67;display:block
}

.index-yjdb .leftbox {
	width: 33%;
	float: left;
	margin-top: 20px
}

.index-yjdb .leftbox .pic {
	overflow: hidden;
	position: relative
}

.index-yjdb .leftbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 46%
}

.index-yjdb .leftbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-yjdb .leftbox .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-yjdb .leftbox .tit {
	padding-bottom: 15px;
	border-bottom: solid 1px #e4e4e4
}

.index-yjdb .leftbox .item {
	padding: 20px;
	border: solid 3px #f4f6f7;
	border-top: 0
}

.index-yjdb .leftbox .item ul {
	padding-top: 10px
}

.index-yjdb .leftbox .item li {
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	padding-left:15px;
	background: url(../image/xz-04.png) no-repeat left 16px;
	overflow: hidden
}

.index-yjdb .leftbox .item li a {
	color: #444;
	display: block;
	padding-left: 15px
}

.index-yjdb .leftbox .item li a:hover {
	color: #132e67;
	text-decoration: underline
}

@media (max-width:700px) {
	.index-yjdb .leftbox {
		width: 100%;
		float: none;
		margin-top: 0
	}
}

.index-yjdb .rightbox {
	width: 67%;
	float: left;
	margin-top: 20px;
	padding-left: 40px
}

.index-yjdb .rightbox .item {
	padding-bottom: 28px;
	border-bottom: solid 1px #e4e4e4
}

.index-yjdb .rightbox .item .tit a {
	display: block;
	position: relative
}

.index-yjdb .rightbox .item .tit a:after {
	content: "";
	width: 28px;
	height: 69px;
	right: 0;
	top: 0;
	position: absolute;
	background: url(../image/xz-05.png) no-repeat
}

.index-yjdb .rightbox .item .tit a:hover{
	color:#132e67;
}
.index-yjdb .rightbox .item .tit a:hover:after{
	background: url(../image/xz-06.png) no-repeat
}

.index-yjdb .rightbox .item dt {
	width: 26%;
	float: left;
	overflow: hidden;
	position: relative
}

.index-yjdb .rightbox .item dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-yjdb .rightbox .item dt:after {
	content: "";
	display: block;
	padding-bottom: 105%
}

.index-yjdb .rightbox .item dd {
	width: 74%;
	float: left;
	padding-left: 30px
}

.index-yjdb .rightbox .item .txt {
	padding-top: 15px;
	font-size: 16px
}

.index-yjdb .rightbox .item .txt li {
	color: #444;
	display: block;
	padding-left: 15px;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	padding-right:30px;
	background: url(../image/xz-04.png) no-repeat left 16px
}

.index-yjdb .rightbox .item .txt a:hover {
	color: #132e67;
	text-decoration: underline
}

.index-yjdb .rightbox .item dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-yjdb .rightbox .item-2 {
	padding-top: 30px;
	border-bottom: 0;
	padding-bottom: 0
}


@media (max-width:700px) {
	.index-yjdb .rightbox {
		width: 100%;
		float: none;
		padding-left: 0
	}
}

@media (max-width:480px) {
	.index-yjdb .rightbox .item {
		padding: 20px;
		margin-top: 20px;
		border: solid 3px #f4f6f7
	}

	.index-yjdb .rightbox .item dt {
		display: none
	}

	.index-yjdb .rightbox .item dd {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0
	}

	.index-yjdb .rightbox .item dd .txt {
		padding-right: 10px
	}
}

@media (max-width:700px) {
	.index-yjdb {
		padding-bottom: 40px
	}
}

.inside-yjdb ul {
	padding-top: 60px
}

.inside-yjdb li {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	position: relative
}

.inside-yjdb li:before {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	left: 0;
	margin-top: -2px;
	position: absolute;
	background: #132e67
}

.inside-yjdb li span {
	color: #959595;
	padding-left: 40px;
	float: right;
	display: inline-block;
	font-family: arial
}

.inside-yjdb li a {
	color: #222;
	padding-left: 20px
}

.inside-yjdb li:hover a {
	color: #132e67;
	text-decoration: underline
}

@media (max-width:640px) {
	.inside-yjdb ul {
		padding-top: 10px
	}
}

.inside-xg-case-3 {
	background: url(../image/buss-bg.jpg) no-repeat top center
}

.xz-more {
	display: block;
	width: 180px;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 18px;
	border-radius: 30px;
	text-align: center;
	font-family: arial;
	background: #fcc80d;
	line-height: 50px
}

.xz-more img {
	margin: 18px 0 0 10px
}

.xz-more:hover {
	color: #fff;
	width: 170px;
	box-shadow: 0 0 30px #324776
}

.xz-menu {
	margin-top: 60px;
	text-align: center
}

.xz-menu span {
	padding: 0 40px;
	font-size: 16px;
	position: relative;
	background: #e6e6e6;
	display: inline-block
}

.xz-menu span:after {
	content: "";
	bottom: -8px;
	left: 50%;
	opacity: 0;
	margin-left: -4px;
	position: absolute;
	border-top: solid 8px #132e67;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent
}

.xz-menu span a {
	display: block;
	height: 45px;
	line-height: 45px;
	overflow: hidden
}

.xz-menu .active,.xz-menu span:hover {
	background: #132e67
}

.xz-menu .active a,.xz-menu span:hover a {
	color: #fff
}

.xz-menu .active:after,.xz-menu span:hover:after {
	opacity: 1
}


.xz-line{
	cursor:pointer;
	height:244px;
	overflow:hidden;
}
.xz-line-2{
	height:196px;
	cursor:pointer;
	overflow:hidden;
}
.xz-line-3{
	cursor:pointer;
	height:196px;
	overflow:hidden;
}

@media (max-width:640px) {
	.xz-menu {
		margin-top: 30px
	}

	.xz-menu span {
		padding: 0 10px;
		font-size: 15px
	}
}

@media (max-width:390px) {
	.xz-menu {
		margin-top: 30px
	}

	.xz-menu span {
		width: 100%;
		margin-bottom: 15px
	}
}
