* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial
}
/***************************************************T-HW146***************************************************/
a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

input {
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

a:hover {
	color: #3273b1
}

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;
	max-width: 100%;
	vertical-align: middle
}

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
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

@font-face {
	font-family:'iconfont';src:url('//at.alicdn.com/t/font_r50um1jwuxgbke29.eot');src:url('//at.alicdn.com/t/font_r50um1jwuxgbke29.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_r50um1jwuxgbke29.woff') format('woff'),url('//at.alicdn.com/t/font_r50um1jwuxgbke29.ttf') format('truetype'),url('//at.alicdn.com/t/font_r50um1jwuxgbke29.svg#iconfont') format('svg')
}

@font-face {
	font-family:"Merriweather-Regular";src:url("../font/font.woff2") format("woff2"),url("../font/font.woff") format("woff"),url("../font/font.eot") format("embedded-opentype"),url("../font/font.svg") format("svg");font-weight:normal;font-style:normal
}

.container {
	width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1200px) {
	.container {
		width: 100%;
		padding: 0 20px
	}
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.header {
	z-index: 9;
	width: 100%;
	height: 110px;
	position: relative;
	border-bottom: solid 4px #3273b1
}

.header .container {
	position: relative
}

.header .logo {
	display: inline-block;
	padding-top: 21px
}

.header .logo img {
	max-height: 70px
}

.header .search {
	width: 20%;
	right: 0;
	top: 0;
	position: absolute;
	border-bottom: solid 2px #3273b1
}

.header .search input {
	border: 0;
	width: 100%;
	padding-right: 50px;
	line-height: 30px;
	background: none
}

.header .search a {
	right: 0;
	top: 0;
	position: absolute
}

.header .search img {
	max-height: 20px;
	margin-top: 10px;
	margin-right: 0
}

.header .searchbox {
	top: 70px;
	right: 0;
	height: 70px;
	width: 100%;
	z-index: 102;
	display: none;
	position: absolute
}

.header .searchbox input {
	width: 300px;
	float: right;
	height: 40px;
	padding: 5px 15px;
	margin-top: 15px;
	background: #fff;
	border: 0
}

.header .searchbox .sbtn {
	float: right;
	height: 40px;
	width: 40px;
	margin-right: 350px;
	line-height: 38px;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
	background: #3273b1;
	display: inline-block
}

.header .searchbox .sbtn img {
	max-height: 24px;
	vertical-align: middle
}

@media (max-width:1200px) {
	.header {
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		position: fixed;
		background: #fff;
		z-index: 100;
		border-bottom: 0;
		box-shadow: 0 0 10px #ddd
	}

	.header .logo {
		padding-top: 5px
	}

	.header .logo img {
		max-height: 50px
	}

	.header .search {
		display: none
	}
}

.nav {
	float: right;
	margin-top: 30px
}

.nav li {
	float: left;
	line-height: 60px;
	font-size: 17px;
	padding: 0 10px;
	margin-left: 2px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	position: relative
}

.nav li img {
	margin-left: 5px
}

.nav li a {
	color: #333;
	display: block;
	position: relative
}

.nav li .subnav {
	top: 60px;
	left: 0;
	width: 200px;
	display: none;
	padding: 20px 0;
	position: absolute;
	z-index: 101;
	border: solid 1px #ddd;
	box-shadow: 0 0 10px #ddd;
	background: #fff
}

.nav li .subnav a {
	color: #333;
	line-height: 20px;
	display: block;
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
	padding: 5px 7px 5px 15px
}

.nav li .subnav a:before {
	display: none
}

.nav li .subnav a:hover {
	color: #3273b1;
	text-decoration: underline
}

.nav li:hover,.nav .active {
	color: #3273b1
}

.nav li:hover .subnav {
	display: block
}

@media (max-width:1200px) {
	.nav {
		display: none
	}
}

@-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)
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong;
	border-color: #fff
}

.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: 65%;
	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: url(../images/bg-2.png) no-repeat bottom center #fff
}

.phone-nav .list-menu {
	padding-top: 100px;
	background: url(../images/pbg.png) no-repeat top center rgba(255,255,255,0.5)
}

.phone-nav .list-menu li {
	font-size: 16px;
	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: 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 {
	width: 20px;
	height: 9px;
	content: "";
	display: inline-block;
	background: url(../images/select_arrow.png) no-repeat
}

.phone-nav .list-menu .submenu {
	display: none;
	padding-bottom: 20px
}

.phone-nav .list-menu .submenu a {
	color: #555;
	font-size: 14px;
	padding: 0 0 0 20px
}

.index-contact {
	color: #000;
	padding: 40px 0;
	background: #fde428
}

.index-contact .container {
	position: relative
}

.index-contact p {
	width: 80%;
	font-size: 30px;
	line-height: 40px
}

.index-contact a {
	right: 0;
	top: 20px;
	height: 47px;
	color: #fff;
	padding: 0 30px;
	font-size: 18px;
	line-height: 45px;
	border-radius: 5px;
	background: #3273b1;
	position: absolute
}

.index-contact a:hover {
	padding: 0 20px
}

@media (max-width:780px) {
	.index-contact {
		padding: 30px
	}

	.index-contact p {
		font-size: 18px;
		line-height: 24px;
		width: 100%
	}

	.index-contact a {
		right: auto;
		top: auto;
		font-size: 16px;
		margin-top: 20px;
		padding: 0 15px;
		line-height: 40px;
		height: 40px;
		display: inline-block;
		position: relative
	}
}

.footer {
	color: #eee;
	background: #3273b1;
	padding: 60px 0 0 0
}

.footer a {
	color: #eee;
	display: inline-block
}

.footer a:hover {
	color: #fff
}

.footer ul {
	padding-bottom: 40px
}

.footer li:first-child {
	width: 15%
}

.footer li {
	width: 25%;
	float: left;
	padding: 0 15px;
	min-height: 220px
}

.footer li h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative
}

.footer li h3 a {
	color: #fff;
	background: none;
	padding-left: 0
}

.footer li a {
	display: block;
	margin-top: 5px
}

.footer li img {
	margin-top: 10px
}

.footer .li03 {
	width: 30%
}

.footer .message {
	width: 28%;
	float: right;
	padding-right: 0;
	border-left: 0
}

.footer .message p {
	margin-top: 5px
}

.footer .message input,.footer .message textarea {
	width: 100%;
	border: 0;
	height: 40px;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-family: arial;
	background: none;
	border: solid 1px #fff;
	border: solid 1px rgba(255,255,255,0.5)
}

.footer .message textarea {
	height: 60px;
	resize: none
}

.footer .message .button {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #3273b1;
	border-radius: 3px;
	text-align: center
}

.footer .copy {
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0 20px 0;
	text-align: center;
	border-top: solid 1px rgba(255,255,255,0.2)
}

@media (max-width:768px) {
	.footer {
		padding-top: 0;
		margin-top: 0;
		border: 0;
		margin-bottom: 54px;
		padding-bottom: 0
	}

	.footer ul {
		display: none
	}

	.footer .contact {
		margin-top: 0
	}

	.footer .copy {
		margin-top: 0
	}
}

@media (max-width:480px) {
	.footer .contact .item {
		width: 100%;
		float: none;
		margin-top: 15px
	}
}

.menu {
	position: absolute;
	font-size: 30px;
	right: 15px;
	top: 14px;
	font-family: "iconfont";
	display: none;
	color: #3273b1
}

@media (max-width:1024px) {
	.menu {
		display: block
	}
}

.banner .item {
	display: block;
	text-align: center;
	position: relative
}

.banner .item img {
	display: inline-block
}

.banner .banner-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner .banner-info .text {
	color: #fff;
	padding-left: 100px;
	margin-top: 200px;
	text-align: left
}

.banner .banner-info .more {
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
	border: solid 2px #fff;
	display: inline-block;
	font-family: Formula Serial;
	font-weight: lighter
}

.banner .banner-info .txt {
	font-size: 16px;
	opacity: .8;
	margin-top: 30px
}

.banner .slick-prev,.banner .slick-next {
	width: 38px;
	height: 38px;
	opacity: .7;
	margin-top: -15px;
	border-width: 2px
}

.banner .slick-prev:hover,.banner .slick-next:hover {
	opacity: 1
}

.banner .slick-prev {
	left: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.banner .slick-next {
	right: 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.banner .slick-dots {
	bottom: 40px
}

.banner .slick-dots li button {
	background: #ddd;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.banner .slick-dots li.slick-active button {
	background: #3273b1
}

@media (max-width:1024px) {
	.banner {
		margin-top: 50px
	}

	.banner .slick-dots {
		bottom: 20px
	}

	.banner .slick-dots li button {
		width: 25px;
		height: 5px
	}

	.banner .slick-prev,.banner .slick-next {
		width: 0;
		height: 0;
		border: 0
	}

	.banner .slick-dots li.slick-active button {
		height: 5px
	}
}

.banner .slick-active img {
	-webkit-animation: 4s mymove4 alternate linear;
	animation: 4s mymove4 alternate linear
}

.banner .slick-active .banner-info .tit {
	-webkit-animation: 1s fadeInLeft alternate linear;
	animation: 1s fadeInLeft alternate linear
}

.banner .slick-active .banner-info .txt {
	-webkit-animation: 1.2s fadeInLeft alternate linear;
	animation: 1.2s fadeInLeft alternate linear
}

@keyframes mymove4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.index-title {
	color: #333;
	position: relative;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc
}

.index-title a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #3273b1
}

@media (max-width:800px) {
	.index-title {
		padding-bottom: 10px
	}

	.index-title h1 {
		font-size: 20px
	}

	.index-title a {
		font-size: 14px
	}
}

.index-about {
	padding: 60px 0 0 0
}

.index-about .leftbox {
	width: 75%;
	float: left
}

.index-about .leftbox .pic {
	float: left;
	display: block;
	width: 51%;
	padding: 10px;
	box-shadow: 0 0 10px #ddd;
	border: solid 1px #ddd
}

.index-about .leftbox .txt {
	width: 45%;
	float: right;
	padding-top: 30px
}

.index-about .leftbox .txt h2 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px
}

.index-about .leftbox a {
	display: block;
	font-size: 16px;
	margin-top: 30px;
	color: #3273b1
}

.index-about .leftbox a:hover {
	text-decoration: underline
}

.index-about .rightbox {
	width: 18%;
	float: right
}

@media (max-width:800px) {
	.index-about {
		padding-top: 40px
	}

	.index-about .leftbox {
		width: 100%;
		float: none
	}

	.index-about .leftbox .pic {
		display: none
	}

	.index-about .leftbox .txt {
		width: 100%;
		padding-top: 0
	}

	.index-about .leftbox .txt h2 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.index-about .rightbox {
		display: none
	}
}

.index-product {
	padding-top: 70px;
	position: relative
}

.index-product .index-title {
	position: relative
}

.index-product .index-title h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal
}

.index-product ul {
	margin: 0 -15px;
	margin-top: 15px
}

.index-product li {
	float: left;
	width: 25%;
	padding: 15px;
	text-align: center
}

.index-product li a {
	display: block
}

.index-product li .pic {
	overflow: hidden;
	position: relative
}

.index-product li .pic:after {
	content: "";
	display: block;
	padding-bottom: 72.5%
}

.index-product li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-product li .tit {
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	border: solid 1px #eee;
	border-top: solid 3px #3273b1
}

.index-product li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:767px) {
	.index-product {
		padding: 40px 0
	}

	.index-product ul {
		margin: 0;
		margin-top: 10px
	}

	.index-product li {
		width: 50%;
		padding: 5px
	}

	.index-product li .tit {
		font-size: 14px
	}

	.index-product li .txt {
		margin-top: 0
	}

	.index-product .index-title h1 {
		font-size: 20px;
		line-height: 30px;
		font-weight: normal
	}
}

.index-box {
	padding: 40px 0 0 0
}

.index-box .leftbox {
	width: 45%;
	float: left;
	line-height: 28px
}

.index-box .leftbox p {
	padding-top: 30px
}

.index-box .rightbox {
	width: 50%;
	float: right
}

.index-box .rightbox ul {
	margin: -10px;
	margin-top: 30px
}

.index-box .rightbox li {
	padding: 0 10px;
	width: 50%;
	float: left
}

.index-box .rightbox li a {
	display: block
}

.index-box .rightbox li .pic {
	overflow: hidden;
	position: relative
}

.index-box .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 67%
}

.index-box .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box .rightbox li .tit {
	height: 24px;
	overflow: hidden;
	margin-top: 10px
}

.index-box .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:767px) {
	.index-box {
		padding-top: 0
	}

	.index-box .leftbox,.index-box .rightbox {
		width: 100%;
		float: none
	}

	.index-box .rightbox {
		margin-top: 30px
	}
}

.index-news {
	position: relative;
	padding: 70px 0;
	overflow: hidden
}

.index-news ul {
	padding-top: 20px;
	margin: 0 -10px
}

.index-news li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 14px
}

.index-news li a {
	display: block;
	width: 100%;
	height: 100%
}

.index-news li .item {
	position: relative
}

.index-news li .pic {
	overflow: hidden;
	position: relative
}

.index-news li .pic:after {
	content: "";
	display: block;
	padding-bottom: 67%
}

.index-news li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news li .tit {
	color: #333;
	height: 18px;
	height: 48px;
	font-size: 16px;
	overflow: hidden;
	text-align: left;
	font-weight: 700;
	margin: 10px 0 0 0
}

.index-news li .time {
	width: 150px;
	display: block;
	height: 40px;
	color: #fff;
	z-index: 99;
	float: right;
	text-align: left;
	padding-left: 15px;
	position: relative;
	margin-top: -40px;
	line-height: 40px;
	background: rgba(0,0,0,0.5)
}

.index-news li .time:after {
	content: "";
	height: 40px;
	width: 40px;
	top: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	background: url(../images/arrow.png) no-repeat center center #d1422b
}

.index-news li:hover .tit {
	color: #3273b1;
	text-decoration: underline
}

.index-news li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:640px) {
	.index-news {
		padding: 40px 0 30px 0
	}

	.index-news ul {
		margin: 0
	}

	.index-news li {
		width: 50%;
		padding: 5px
	}

	.index-news li .tit {
		font-size: 14px;
		line-height: 20px;
		height: 40px
	}
}

.mobile-footer-menu {
	display: none;
	width: 100%;
	background: #d1422b;
	padding: 5px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	list-style: none;
	font-size: 12px
}

.mobile-footer-menu li {
	width: 33.3333%;
	float: left;
	position: relative
}

.mobile-footer-menu li span {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.mobile-footer-menu li em {
	font-style: normal;
	text-align: center;
	display: block;
	color: #fff;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}

@media (max-width:768px) {
	.mobile-footer-menu {
		display: block
	}
}

#chatToolBox {
	position: fixed;
	width: 110px;
	bottom: 110px;
	right: -5px;
	text-align: center;
	text-transform: capitalize;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	font-family: Arial,Helvetica,'Microsoft YaHei',SimSun,Sans-serif;
	color: #fff;
	z-index: 990
}

@media (max-width:1024px) {
	#chatToolBox {
		display: none
	}
}

#chatToolBox #chatToolMail {
	padding: 10px;
	border-radius: 3px;
	background: #3273b1
}

#chatToolBox #chatToolMail a {
	font-size: 20px;
	line-height: 20px;
	padding-top: 0;
	display: block;
	padding-bottom: 15px;
	color: #fff
}

.fixed-bar {
	position: fixed;
	right: 10px;
	top: 48%;
	width: 50px;
	z-index: 9
}

@media (max-width:1200px) {
	.fixed-bar {
		display: none
	}
}

.fixed-bar .chat {
	height: 40px;
	background: #384347 url('../images/chat-bg.png') no-repeat center 12px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	padding-top: 40px
}

.fixed-bar li {
	width: 50px;
	height: 50px;
	background-color: #384347;
	margin-bottom: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.fixed-bar .mail p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-mail.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

.fixed-bar .mail p a {
	color: #fff
}

.fixed-bar .wapp p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-whatapp.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

.fixed-bar .mail p a {
	color: #fff
}

.fixed-bar li:hover p {
	left: -179px;
	width: 217px;
	background-color: #f6494a
}

.fixed-bar .mail:hover,.fixed-bar .tel:hover {
	background-color: #f6494a
}

.fixed-bar .tel p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-tel.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

.fixed-bar .tel p a {
	color: #fff
}

.fixed-bar .fixed-inquiry {
	background: #384347 url('../images/ico-inquiry.png') no-repeat center 12px;
	height: 70px;
	overflow: hidden
}

.fixed-bar .fixed-inquiry a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 44px;
	width: 50px;
	height: 26px
}

.fixed-bar .fixed-inquiry:hover {
	background: #f6494a url('../images/ico-inquiry.png') no-repeat center 12px
}

.fixed-bar .fixed-facebook {
	background: #f6494a url('../images/ico-facebook.png') no-repeat center
}

.fixed-bar .fixed-facebook a {
	width: 50px;
	height: 50px;
	display: block
}

.fixed-bar .fixed-facebook:hover {
	background: #f6494a url('../images/ico-facebook.png') no-repeat center
}

.inside-banner {
	text-align: center
}

@media (max-width:1200px) {
	.inside-banner {
		margin: 0 20px;
		margin-top: 20px
	}
}

.inside-title {
	padding-top: 50px;
	text-align: center
}

.inside-title h2 {
	font-size: 30px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #3273b1
}

.inside-title .current {
	color: #444;
	height: 50px;
	overflow: hidden;
	border-bottom: solid 1px #ddd
}

.inside-title .current a {
	color: #444
}

.inside-title .current a:hover {
	color: #3273b1
}

@media (max-width:1200px) {
	.inside-title {
		margin-top: 60px
	}
}

.inside-wrap {
	padding: 50px 0 60px 0
}

.inside-wrap .leftbox {
	width: 18%;
	float: left
}

.inside-wrap .leftbox .title {
	color: #000;
	font-size: 20px;
	line-height: 46px;
	height: 46px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	border-bottom: solid 1px #666
}

.inside-wrap .leftbox .promenu li {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: url(../images/arrow-black.jpg) no-repeat left 19px;
	border-top: solid 1px #ddd
}

.inside-wrap .leftbox .promenu li a {
	display: block;
	color: #333;
	font-size: 15px;
	padding-left: 20px
}

.inside-wrap .leftbox .promenu li:first-child {
	border-top: 0
}

.inside-wrap .leftbox .promenu li:hover a,.inside-wrap .leftbox .promenu li.active a {
	color: #3273b1;
	font-weight: bold
}

.inside-wrap .leftbox .prolist {
	background: #fff;
	min-height: 200px;
	margin-top: 20px
}

.inside-wrap .leftbox .prolist ul {
	background: #f8f8f8;
	padding: 20px;
	padding-top: 0
}

.inside-wrap .leftbox .prolist li:first-child {
	border-top: 0
}

.inside-wrap .leftbox .prolist li {
	padding: 30px 0;
	border-top: solid 1px #ddd;
	overflow: hidden
}

.inside-wrap .leftbox .prolist li .box {
	display: block;
	width: 100%;
	height: 100%
}

.inside-wrap .leftbox .prolist li .pic {
	width: 40%;
	float: left;
	background: #fff;
	border: solid 1px #ddd;
	overflow: hidden;
	position: relative
}

.inside-wrap .leftbox .prolist li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-wrap .leftbox .prolist li .pic:after {
	content: "";
	display: block;
	padding-bottom: 68%
}

.inside-wrap .leftbox .prolist li .tit {
	height: 40px;
	color: #333;
	width: 55%;
	float: right;
	margin-top: 10px;
	line-height: 20px;
	overflow: hidden;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-wrap .leftbox .prolist li .txt {
	font-size: 12px
}

.inside-wrap .leftbox .prolist li:hover .box {
	border-color: #3273b1
}

.inside-wrap .leftbox .prolist li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-wrap .leftbox .prolist li:hover .tit {
	color: #3273b1
}

.inside-wrap .leftbox .newslist {
	background: #fff;
	min-height: 200px;
	margin-top: 20px
}

.inside-wrap .leftbox .newslist li {
	padding: 10px 0;
	border-top: solid 1px #ddd
}

.inside-wrap .leftbox .newslist li .tit {
	font-size: 14px;
	color: #333;
	height: 48px;
	overflow: hidden
}

.inside-wrap .leftbox .newslist li .txt {
	color: #666;
	height: 48px;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden
}

.inside-wrap .leftbox .newslist li:first-child {
	border-top: 0
}

.inside-wrap .leftbox .newslist li:hover {
	background: #f8f8f8
}

.inside-wrap .rightbox {
	width: 77%;
	float: right
}

.inside-wrap .rightbox .title-2 {
	color: #222;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px
}

@media (max-width:1200px) {
	.inside-wrap {
		padding: 20px 0 30px 0
	}

	.inside-wrap .leftbox {
		width: 100%;
		float: none;
		display: none
	}

	.inside-wrap .rightbox {
		width: 100%;
		float: none
	}
}

.inside-menu {
	padding: 10px 0;
	background: #f8f8f8
}

.inside-menu li {
	float: left;
	padding-right: 50px;
	font-size: 16px
}

.inside-menu li a {
	display: block;
	color: #333
}

.inside-menu li a:hover {
	color: #3273b1
}

.inside-menu li.active>a {
	color: #3273b1
}

@media (max-width:640px) {
	.inside-menu li {
		font-size: 14px;
		padding-right: 15px
	}
}

.inside-about {
	font-size: 16px
}

.inside-about .box {
	color: #fff;
	margin-top: -30px;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.inside-about .box p {
	padding-top: 20%
}

.inside-about .box-2 {
	margin-top: -100px;
	position: relative
}

.inside-about .box-2 .item {
	padding: 60px;
	color: #3273b1;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom
}

.inside-about .box-2 .item-2 {
	padding: 60px;
	background: #f7f7f7
}

@media (max-width:1200px) {
	.inside-about .box {
		margin-top: -20px;
		font-size: 30px;
		line-height: 40px;
		height: 400px !important
	}

	.inside-about .box p {
		padding-top: 25%
	}

	.inside-about .box-2 .item {
		padding: 40px;
		background: #eee;
		text-align: left;
		height: auto !important;
		background-image: none !important
	}

	.inside-about .box-2 .item-2 {
		padding: 40px
	}
}

.honor .rightbox .list {
	margin: 0
}

.honor .rightbox .list li {
	float: left;
	width: 25%;
	font-size: 14px;
	position: relative;
	padding: 5px
}

@media (max-width:560px) {
	.honor .rightbox .list li {
		width: 50%
	}
}

.honor .rightbox .list li .item {
	border: solid 1px #ddd
}

.honor .rightbox .list li .textbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	position: absolute;
	text-align: center;
	background: #3273b1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: rgba(0,0,0,0.5)
}

.honor .rightbox .list li .textbox p {
	height: 20px;
	overflow: hidden
}

.honor .rightbox .list li .textbox span {
	display: block;
	margin-top: 10px
}

.honor .rightbox .list li .textbox span img {
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease
}

.honor .rightbox .list li .icon {
	top: 50%;
	height: 60px;
	width: 100%;
	text-align: center;
	margin-top: -30px;
	position: absolute
}

.honor .rightbox .list li:hover .textbox {
	opacity: 1
}

.inside-page-news {
	padding: 20px 0 0 0
}

.inside-page-news li {
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #333;
	width: 48%;
	float: right;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 5px;
	border: solid 1px #ddd;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-page-news li span {
	width: 50px;
	display: inline-block
}

.inside-page-news li:hover {
	color: #3273b1;
	border-color: #3273b1
}

.inside-page-news li:first-child {
	float: left
}

@media (max-width:640px) {
	.inside-page-news li {
		width: 100%;
		float: none !important
	}
}

.return {
	margin-top: 40px
}

.return a {
	color: #666;
	height: 35px;
	padding: 0 20px;
	line-height: 35px;
	border-radius: 5px;
	display: inline-block;
	border: solid 1px #ddd
}

.return a:hover {
	color: #fff;
	border-color: #fff;
	background: #3273b1
}

.inside-product .rightbox ul {
	margin: 0 -20px
}

.inside-product .rightbox li {
	overflow: hidden;
	width: 33.333%;
	float: left;
	padding: 25px;
	text-align: center
}

.inside-product .rightbox li .box {
	padding: 5px;
	display: block;
	border: solid 1px #ddd
}

.inside-product .rightbox li .pic {
	overflow: hidden;
	position: relative
}

.inside-product .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-product .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 72.5%
}

.inside-product .rightbox li .tit {
	height: 50px;
	color: #333;
	line-height: 48px;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	border: solid 1px #ddd;
	border-top: solid 5px #3273b1
}

.inside-product .rightbox li:hover .box {
	border-color: #3273b1
}

.inside-product .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-product .rightbox li:hover .tit {
	color: #3273b1;
	
}

@media (max-width:1280px) {
	.inside-product .rightbox {
		margin-left: 0;
		margin-right: 0
	}

	.inside-product .rightbox ul {
		margin: 0
	}
}

@media (max-width:640px) {
	.inside-product .rightbox li {
		width: 50%;
		padding: 5px
	}

	.inside-product .rightbox li:last-child {
		display: none
	}
}

.inside-product-2 {
	margin-top: 40px
}

.inside-product-2 ul {
	margin: 0 -10px;
	margin-top: 20px
}

.inside-product-2 li {
	overflow: hidden;
	width: 25%;
	float: left;
	padding: 10px;
	text-align: center
}

.inside-product-2 li .box {
	padding: 5px;
	display: block;
	border: solid 1px #ddd
}

.inside-product-2 li .pic {
	overflow: hidden;
	position: relative
}

.inside-product-2 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-product-2 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 72.5%
}

.inside-product-2 li .tit {
	height: 50px;
	color: #333;
	line-height: 48px;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	border: solid 1px #ddd;
	border-top: solid 5px #3273b1
}

.inside-product-2 li li:hover .box {
	border-color: #3273b1
}

.inside-product-2 li li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-product-2 li li:hover .tit {
	color: #3273b1;
	font-weight: bold
}

@media (max-width:1280px) {
	.inside-product-2 {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:640px) {
	.inside-product-2 li {
		width: 50%;
		padding: 5px
	}
}

.inside-product-show .rightbox {
	background: #fff
}

.inside-product-show .rightbox .left-hezi {
	width: 50%;
	float: left
}

.inside-product-show .rightbox .left-hezi .bigimg span {
	display: block;
	position: relative
}

.inside-product-show .rightbox .left-hezi .bigimg span:after {
	content: "";
	display: block;
	padding-bottom: 72%
}

.inside-product-show .rightbox .left-hezi .small {
	margin-top: 10px
}

.inside-product-show .rightbox .left-hezi .small span {
	margin: 0 2px;
	border: solid 1px #ebebeb;
	display: block;
	padding: 10px;
	cursor: pointer;
	position: relative
}

.inside-product-show .rightbox .left-hezi .small span:after {
	content: "";
	display: block;
	padding-bottom: 67%
}

.inside-product-show .rightbox .left-hezi .small .slick-current span {
	border-color: #3273b1
}

@media (max-width:767px) {
	.inside-product-show .rightbox .left-hezi .small {
		width: 100%
	}
}

@media (max-width:767px) {
	.inside-product-show .rightbox .left-hezi {
		width: 100%;
		float: none
	}
}

.inside-product-show .rightbox .right-hezi {
	width: 50%;
	float: left;
	color: #444;
	padding-top: 30px;
	padding-left: 30px
}

.inside-product-show .rightbox .right-hezi h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal
}

@media (max-width:767px) {
	.inside-product-show .rightbox .right-hezi h1 {
		font-size: 20px;
		line-height: 30px
	}
}

.inside-product-show .rightbox .right-hezi .txt {
	padding-top: 20px;
	font-size: 15px
}

.inside-product-show .rightbox .right-hezi .button {
	margin-top: 20px
}

.inside-product-show .rightbox .right-hezi .button a {
	padding: 6px 30px;
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	margin-right: 10px;
	background: #161e21;
	display: inline-block
}

.inside-product-show .rightbox .right-hezi .button a:hover {
	background: #f6494a
}

@media (max-width:767px) {
	.inside-product-show .rightbox .right-hezi {
		width: 100%;
		float: none;
		padding-left: 10px
	}
}

.inside-product-show .rightbox .bt {
	color: #333;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: #eee
}

.inside-product-show .rightbox .bt span {
	background: #fff;
	width: 170px;
	padding: 0 5px;
	text-align: center;
	border-top: solid 2px #3273b1;
	display: inline-block
}

.inside-product-show .rightbox .box {
	margin-top: 60px;
	line-height: 30px;
	color: #444
}

.inside-product-show .rightbox .box .item {
	padding-top: 30px
}

.inside-product-show .rightbox .box-2 {
	margin-top: 40px
}

.inside-product-show .rightbox .box-2 ul {
	margin-top: 40px
}

.inside-product-show .rightbox .box-2 li {
	margin-top: 15px
}

.inside-product-show .rightbox .box-2 li label {
	color: #333;
	font-size: 15px;
	display: block
}

.inside-product-show .rightbox .box-2 li i {
	color: #f30
}

.inside-product-show .rightbox .box-2 li input,.inside-product-show .rightbox .box-2 li textarea {
	width: 100%;
	height: 38px;
	padding: 10px;
	border: 0;
	font-family: arial;
	border-bottom: solid 1px #ddd
}

.inside-product-show .rightbox .box-2 li textarea {
	height: 100px;
	resize: none
}

.inside-product-show .rightbox .box-2 li:first-child {
	margin-top: 0
}

.inside-product-show .rightbox .box-2 .button a {
	color: #fff;
	padding: 5px 20px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	background: #d1422b
}

.inside-case .rightbox ul {
	margin: 0 -15px
}

.inside-case .rightbox li {
	overflow: hidden;
	width: 33.333%;
	float: left;
	padding: 15px;
	text-align: center
}

.inside-case .rightbox li .box {
	padding: 5px;
	display: block;
	border: solid 1px #ddd
}

.inside-case .rightbox li .pic {
	overflow: hidden;
	position: relative
}

.inside-case .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-case .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 67%
}

.inside-case .rightbox li .tit {
	height: 50px;
	color: #333;
	line-height: 48px;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-case .rightbox li:hover .box {
	border-color: #3273b1
}

.inside-case .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-case .rightbox li:hover .tit {
	color: #3273b1;
	font-weight: bold
}

@media (max-width:1280px) {
	.inside-case .rightbox {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:640px) {
	.inside-case .rightbox li {
		width: 50%;
		padding: 5px
	}
}

.inside-app .rightbox {
	font-size: 16px;
	line-height: 30px
}

.inside-app .rightbox .font20 {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding-bottom: 30px;
	color: #3273b1
}

@media (max-width:767px) {
	.inside-app .rightbox .font20 {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 20px
	}
}

.inside-news .rightbox li:first-child {
	margin-top: 0
}

.inside-news .rightbox li {
	margin-top: 30px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-news .rightbox li .pic {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-news .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 65%
}

.inside-news .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news .rightbox li .txtbox {
	width: 75%;
	float: right;
	padding-left: 20px
}

.inside-news .rightbox li .txtbox .tit {
	font-size: 16px;
	height: 24px;
	color: #333;
	overflow: hidden;
	text-decoration: overline
}

.inside-news .rightbox li .txtbox .time {
	padding-left: 30px;
	display: inline-block;
	color: #999;
	float: right;
	font-size: 12px
}

.inside-news .rightbox li .txtbox .txt {
	width: 80%;
	line-height: 20px;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
	color: #666
}

.inside-news .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .rightbox li:hover .tit {
	color: #3273b1
}

@media (max-width:780px) {
	.inside-news .rightbox li .txtbox {
		padding-left: 20px
	}

	.inside-news .rightbox li .txtbox .tit {
		height: 48px;
		overflow: hidden;
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px
	}

	.inside-news .rightbox li .txtbox .time {
		margin-top: 5px
	}

	.inside-news .rightbox li .txtbox .txt {
		margin-top: 0;
		height: 40px;
		line-height: 20px
	}
}

@media (max-width:480px) {
	.inside-news .rightbox li .pic {
		width: 100%;
		float: none
	}

	.inside-news .rightbox li .txtbox {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 15 px
	}
}

.inside-news-show {
	padding-top: 30px
}

.inside-news-show h1 {
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 30px
}

.inside-news-show .container {
	padding: 0 5%
}

.inside-news-show .rightbox {
	width: 100%;
	float: none
}

.inside-news-show .info {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: solid 1px #ddd
}

.inside-news-show .return {
	margin-top: 0;
	margin-bottom: 30px
}

@media (max-width:1200px) {
	.inside-news-show {
		margin-top: 60px;
		padding-top: 0
	}

	.inside-news-show h1 {
		font-size: 16px;
		text-align: left;
		line-height: 20px;
		padding-top: 10px
	}

	.inside-news-show .info {
		font-size: 12px;
		text-align: left
	}

	.inside-news-show .index-news {
		padding-top: 20px
	}
}

.inside-culture {
	font-size: 16px
}

.inside-culture .title {
	text-align: center;
	color: #3273b1;
	font-size: 39px;
	line-height: 50px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 60px;
	position: relative
}

.inside-culture .title:before {
	content: "";
	width: 76px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -38px;
	position: absolute;
	background: #3273b1
}

.inside-culture ul {
	text-align: center
}

.inside-culture li {
	width: 25%;
	display: inline-block;
	margin-left: -20px;
	margin-top: 20px;
	text-align: center
}

.inside-culture li .arrow {
	margin: 0 30px;
	position: relative;
	display: block
}

.inside-culture li .arrow img {
	max-height: 100px
}

.inside-culture li .arrow:after {
	content: "";
	display: block;
	background: #3273b1;
	padding-bottom: 100%;
	border-radius: 100%
}

.inside-culture li .arrow-1 {
	z-index: 4;
	position: relative
}

.inside-culture li .arrow-2 {
	z-index: 3;
	position: relative
}

.inside-culture li .arrow-3 {
	z-index: 2;
	position: relative
}

.inside-culture li .arrow-4 {
	z-index: 1;
	position: relative
}

.inside-culture li .arrow-1:after {
	background: #ffb900
}

.inside-culture li .arrow-2:after {
	background: #2b52b5
}

.inside-culture li .arrow-3:after {
	background: #008ccb
}

.inside-culture li .arrow-4:after {
	background: #00ac64
}

.inside-culture li .txtbox {
	margin: 0 10px;
	margin-top: 60px;
	height: 100px;
	width: 90% !important;
	padding: 0 10px;
	padding-top: 25px;
	position: relative;
	border: solid 1px #ddd;
	border-radius: 3px
}

.inside-culture li .txtbox .tit {
	color: #333;
	font-size: 14px
}

.inside-culture li .txtbox .txt {
	font-size: 12px;
	line-height: 20px
}

.inside-culture li .txtbox:before {
	content: "";
	width: 14px;
	height: 14px;
	top: -68px;
	left: 50%;
	z-index: 5;
	margin-left: -7px;
	border-radius: 100%;
	position: absolute;
	border: solid 2px #fff;
	background: #ffb900
}

.inside-culture li .txtbox:after {
	content: "";
	height: 50px;
	width: 1px;
	top: -50px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	background: #ffb900
}

.inside-culture li .txtbox-2:before,.inside-culture li .txtbox-2:after {
	background: #2b52b5
}

.inside-culture li .txtbox-3:before,.inside-culture li .txtbox-3:after {
	background: #008ccb
}

.inside-culture li .txtbox-4:before,.inside-culture li .txtbox-4:after {
	background: #00ac64
}

@media (max-width:780px) {
	.inside-culture {
		font-size: 14px;
		padding: 50px 0 70px 0
	}

	.inside-culture ul {
		padding: 0
	}

	.inside-culture li {
		margin-left: 0;
		padding: 0 5px
	}

	.inside-culture li .arrow::after {
		border-radius: 0
	}

	.inside-culture li img {
		max-height: 80px
	}

	.inside-culture li .txtbox {
		margin: 0;
		height: 100px;
		padding-top: 15px
	}

	.inside-culture li .txtbox .tit {
		font-size: 14px
	}

	.inside-culture li .txtbox .txt {
		line-height: 16px
	}
}

@media (max-width:580px) {
	.inside-culture li {
		width: 50%
	}

	.inside-culture li .arrow::after {
		padding-bottom: 55%
	}

	.inside-culture li img {
		max-height: 65px
	}
}

.inside-contact {
	min-height: 400px;
	padding-top: 40px;
	padding-bottom: 80px
}

.inside-contact .leftbox {
	width: 42%;
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding-right: 80px
}

.inside-contact .leftbox .title {
	color: #333;
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 15px;
	margin-bottom: 30px
}

.inside-contact .rightbox {
	width: 50%;
	float: right;
	padding-left: 50px
}

.inside-contact .rightbox .title {
	color: #333;
	font-size: 20px;
	line-height: 40px
}

.inside-contact .rightbox ul {
	padding-top: 30px
}

.inside-contact .rightbox li {
	margin-top: 10px
}

.inside-contact .rightbox li label {
	color: #666;
	font-size: 14px;
	display: block
}

.inside-contact .rightbox li i {
	color: #f30
}

.inside-contact .rightbox li input,.inside-contact .rightbox li textarea {
	width: 100%;
	height: 38px;
	padding: 10px;
	border: 0;
	font-family: arial;
	border-bottom: solid 1px #ddd
}

.inside-contact .rightbox li textarea {
	height: 100px;
	resize: none
}

.inside-contact .rightbox li:first-child {
	margin-top: 0
}

.inside-contact .rightbox .button a {
	color: #fff;
	padding: 5px 20px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	background: #d1422b
}

@media (max-width:1000px) {
	.inside-contact {
		background: none
	}

	.inside-contact .leftbox,.inside-contact .rightbox {
		width: 100%;
		float: none;
		padding-right: 0
	}

	.inside-contact .rightbox {
		padding: 30px;
		margin-top: 30px;
		background: #f8f8f8
	}
}

.inside-page {
	margin-top: 60px;
	font-size: 16px;
	text-align: center
}

.inside-page a {
	margin-left: 4px;
	display: inline-block;
	border: solid 2px #fff;
	height: 50px;
	color: #000;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-family: arial
}

.inside-page span {
	margin-left: 4px;
	display: inline-block;
	border: solid 2px #3273b1;
	height: 50px;
	color: #000;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-family: arial;
	border-radius: 100%;
}

.inside-page a:hover,.inside-page .cpb {
	border-radius: 100%;
	border: solid 2px #3273b1
}

.inside-page .last {
	width: 52px;
	font-size: 14px;
	background: #3273b1
}

@media (max-width:780px) {
	.inside-page {
		font-size: 14px;
		margin-top: 20px
	}

	.inside-page a {
		border-width: 1px;
		width: 40px;
		height: 40px;
		line-height: 36px
	}

    .inside-page span {
		border-width: 1px;
		width: 40px;
		height: 40px;
		line-height: 36px
	}

	.inside-page a:hover,.inside-page .cpb {
		border-width: 1px
	}
}

.map {
	margin: 0 auto;
	padding: 30px 0
}

.map dl {
	overflow: hidden;
	line-height: 30px;
	padding: 20px
}

.map dt {
	float: left;
	width: 10%;
	color: #333;
	font-size: 16px
}

.map dt a {
	color: #000;
	display: block
}

.map dd {
	overflow: hidden;
	float: left;
	width: 85%
}

.map dd .p2 {
	padding: 0 0 0 20px;
	clear: both
}

.map dd .p2 a {
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.map dd .p2 a:hover {
	color: #3273b1
}

.map dd div {
	clear: both;
	overflow: hidden;
	padding: 0 20px 0 10px
}

.map dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px
}

.map dd div a:hover {
	background: #3273b1;
	color: #fff
}

@media (max-width:767px) {
	.map dl {
		margin: 20px
	}

	.map dt {
		width: 100%
	}
}

.inside-video .rightbox li {
	float: left;
	width: 33.33%;
	padding: 10px
}

.inside-video .rightbox li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.inside-video .rightbox li .pic {
	overflow: hidden;
	position: relative
}

.inside-video .rightbox li .pic:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-video .rightbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 66.5%
}

.inside-video .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-video .rightbox li .ico {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	margin-top: -55px;
	text-align: center;
	position: absolute
}

.inside-video .rightbox li .tit {
	width: 100%;
	height: 24px;
	color: #333;
	margin-top: 15px;
	overflow: hidden;
	text-align: center
}

.inside-video .rightbox li:hover .pic:before {
	background: rgba(0,0,0,0.3)
}

.inside-video .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:640px) {
	.inside-video .rightbox li {
		width: 50%;
		padding: 5px
	}
}

.inside-video-show {
	padding-top: 40px
}

.inside-video-show .container {
	width: 800px;
	margin: 0 auto
}

@media (max-width:800px) {
	.inside-video-show .container {
		width: 100%
	}
}

.inside-video-show li {
	width: 100%
}

.inside-video-show li .tit {
	margin-top: 20px;
	font-size: 18px;
    text-align:center;
}

.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: Arial;
  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;
}


.fixed-bar {
	position: fixed;
	right: 10px;
	top: 48%;
	width: 50px;
	z-index: 9
}

@media (max-width:1200px) {
	.fixed-bar {
		display: none
	}
}

.fixed-bar li {
	width: 50px;
	height: 50px;
	background-color: #384347;
	margin-bottom: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.fixed-bar .mail p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-mail.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

	.fixed-bar .mail p a {
		color: #fff
	}

.fixed-bar .wapp {
	background: #384347 url('../images/f-whatapp.png') no-repeat center
}

	.fixed-bar .wapp a {
		width: 50px;
		height: 50px;
		display: block
	}

	.fixed-bar .wapp:hover {
		background: #f6494a url('../images/f-whatapp.png') no-repeat center
	}

.fixed-bar .skype {
	background: #384347 url('../images/skype.png') no-repeat center
}

	.fixed-bar .skype a {
		width: 50px;
		height: 50px;
		display: block
	}

	.fixed-bar .skype:hover {
		background: #f6494a url('../images/skype.png') no-repeat center
	}

.fixed-bar .mail p a {
	color: #fff
}

.fixed-bar li:hover p {
	left: -179px;
	width: 217px;
	background-color: #f6494a
}

.fixed-bar .mail:hover {
	background-color: #f6494a
}

.fixed-bar .fixed-facebook {
	background: #f6494a url('../images/ico-facebook.png') no-repeat center
}

	.fixed-bar .fixed-facebook a {
		width: 50px;
		height: 50px;
		display: block
	}

	.fixed-bar .fixed-facebook:hover {
		background: #f6494a url('../images/ico-facebook.png') no-repeat center
	}
	
	footer .message input::-webkit-input-placeholder {
	      color: #ffffff;
	    }
	   footer .message input::-moz-input-placeholder {
	      color: #ffffff;
	    }
	    footer .mmessage input::-ms-input-placeholder {
	      color: #ffffff;
	    }
		
		
		footer .message textarea::-webkit-input-placeholder {
		      color: #ffffff;
		    }
		   footer .message textarea::-moz-input-placeholder {
		      color: #ffffff;
		    }
		    footer .mmessage textarea::-ms-input-placeholder {
		      color: #ffffff;
		    }
			
			.nav li:nth-child(3) .subnav{
				width: 365px;
				
			}