html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
	padding:0;
	margin:0;
}

html,
body{
	width:100%;
	height:100%;
}

body{
	font-family: "微软雅黑";
   	font-size:16px;
   	font-size:.75em;
   	background:#fff;
   	/*background:red;*/
}

/*
@font-face {
	font-family: 'Futura';
	src: url('../fonts/Futuram.ttf');
	font-weight: normal;
	font-style: normal;
}

*/

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}

li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1200px;
	margin:0 auto;
}


/**********header**********/

header{
	padding:18px 4%;
	height:54px;
	background:rgba(255,255,255,.8);
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
	border-bottom:2px solid #ebebeb;
}

header .w{
	width:100%;
}


header h1{
	width:235px;
/*	margin-right:65px;*/
	margin-right:6%;
}

header h1 img{
	width:100%;
}

nav{
	width:48%;
}

nav>ul>li{
	float:left;
	position:relative;
	color:#444444;
	font-size:10px;
	/*margin-right:8%;*/
	margin:0 2.0%;
	height:55px;
	box-sizing:border-box;
	cursor:pointer;
}

nav>ul>li.hover>a,
nav>ul>li:hover>a{
	border-bottom:1px solid #308ddb;
}

nav>ul>li>a{
	display: block;
	padding:20px 0;
	color:#444444;
	font-size:13px;
}

nav>ul>li ol{
	position:absolute;
	top:55px;
	left:-70px;
	background:#fff;
	min-width:200px;
	text-align: center;
	border:1px solid #f9f9f9;
	padding:20px 0;
	display: none;
}

nav>ul>li ol li{
	margin-bottom:20px;
}

nav>ul>li ol li a{
	color:#444444;
	font-size:13px;
}

nav>ul>li ol li a:hover{
	color:#308ddb;
}

nav>ul>li:hover ol{
	display: block;
}

.head_others{
	padding-top:12px;
}

.share{
	margin-right:22px;
}

.head_others .share a{
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-right:8px;
	display: inline-block;
	width:33px;
	height:33px;
}

.share_wechat{
	background:url(../images/share.png) no-repeat 0 0;
	position:relative;
}

.share_wechat img{
	position:absolute;
	top:55px;
	left:-50px;
	display: none;
}

.share_wechat:hover img{
	display: block;
}

.share_sina{
	background:url(../images/share.png) no-repeat -41px 0;
}

.share_twitter{
	background:url(../images/share.png) no-repeat -83px 0;
}

.share_facebook{
	background:url(../images/share.png) no-repeat -124px 0;
}

.share_ins{
	background:url(../images/share.png) no-repeat -163px 0;
}

.share_wechat:hover{
	background:url(../images/share1.png) no-repeat 0 0;
}

.share_sina:hover{
	background:url(../images/share1.png) no-repeat -41px 0;
}

.share_twitter:hover{
	background:url(../images/share1.png) no-repeat -83px 0;
}

.share_facebook:hover{
	background:url(../images/share1.png) no-repeat -124px 0;
}

.share_ins:hover{
	background:url(../images/share1.png) no-repeat -163px 0;
}


.language{
	padding-top:5px;
	position:relative;
	cursor: pointer;
	color:#444444;
	font-size:10px;
	line-height:20px;
}

.choice{
	width:84px;
	background:url(../images/xia.png) no-repeat right center;
}

.choice_menu{
	position:absolute;
	width:100%;
	padding:5px 10px;
	background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color:#444444;
}

.choice_menu li{
	line-height:20px;
	list-style: none;
}



.phone-head .menubtn > span {
    display: inline-block;
    height: 40px;
    background:#363d4f url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:41px;
}

.phone-head .mask-close{
	background:rgb(54,61,79) none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 21px;
    line-height: 21px;
    width: 21px;
    overflow: hidden;
}


.maskbg{
	width:100%;
	height:1300px;
}

.phone_nav{
	position: absolute;
	/*top:21px;*/
	left:0;
	right:0;
	width:100%;
}


.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
   line-height: 50px;
    padding: 0px 17px;
    color: #363d4f;
   font-size: 1.125em;
}

.phone_nav ul>li>img {
    height:0.75em;
    width:auto;
    margin:0 5px;
    vertical-align: middle;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    color: #363d4f;
    /*font-size: 18px;*/
   font-size: 1.125em;
}

.phone_nav ul>li ol{
	display:none;
}

.phone_nav ul>li ol li{
    background-position: center center;
    height:30px;
    line-height: 30px;
    padding: 0px 17px;
    width:100%;
    height:100%;
    color: #363d4f;
    font-size: 16px;
}

.phone_nav ul>li ol li a{
    color: #363d4f;
    font-size: 0.875em;
}



.menu-component .menu-item-list .menu-item {
	cursor: pointer;
	display: inline-block;
	line-height: 62px;
	padding: 0 20px;
	vertical-align: middle;
	position: relative
}

@media (max-width: 1400px) {
	.menu-component .menu-item-list .menu-item {
		padding: 0 10px
	}
}

@media (max-width: 1125px) {
	.menu-component .menu-item-list .menu-item {
		padding: 0 5px
	}
}

@media (min-width: 1025px) {
	.menu-component--relative.menu-expand-top .menu-item-content .menu-item-content-col {
		display: inline-block;
		float: none;
		margin-right: -4px;
		vertical-align: bottom
	}
}

.menu-component {
	/*border-bottom: solid 1px #ccc;*/
	/*background: #fff;*/
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table;
	padding-left: 40px;
	padding-right: 40px;
	position: fixed;
	max-width: 1920px;
	width: 100%;
	z-index: 1001;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: height 100ms
}

@media (max-width: 1400px) {
	.menu-component {
		padding-left: 20px;
		padding-right: 20px
	}
}

.menu-component .menu-inner-wrapper {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px
}

@media (max-width: 1400px) {
	.menu-component .menu-inner-wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

.menu-component .menu-logo-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 177px
}

.menu-component .menu-logo-wrapper a {
	width: 100%
}

.menu-component .menu-logo-wrapper .menu-logo {
	display: block;
	width: 100%;
	max-width: 177px;
	margin: 0 auto
}

.menu-component .menu-item-list-wrapper {
	display: inline-block;
	/*height: 100%;*/
	margin-right: -8px;
	width: 70%;
	width: calc(90% - 177px);
	vertical-align: middle
}

.menu-component .menu-item-list-overlay {
	display: none
}

.menu-component .menu-item-list {
	position: relative;
	/*text-align: center*/
}

.menu-component .menu-item-list .menu-item .menu-item-anchor {
	display: block;
	text-decoration: none
}

.menu-component .menu-item-list .menu-item .menu-item-anchor span {
	display: none
}

.menu-component .menu-item-list .menu-item .menu-item-anchor:hover {
	color: inherit
}

.menu-component .menu-item-list .menu-item .menu-item-anchor:before {
	display: none
}

.menu-component .menu-item-list .menu-item:after {
	content: '';
	height: 1px;
	background: #252525;
	width: 75%;
	bottom: 30%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0
}

.menu-component .menu-item-list .menu-item:last-child {
	margin-right: 0
}

@media (min-width: 767px) {
	.menu-component .menu-item-list .menu-item:hover:after {
		opacity: 1
	}
	.menu-component .menu-item-list .menu-item:hover .menu-item-content {
		opacity: 1;
		visibility: visible;
		transition: opacity 200ms linear 0ms, visibility 0ms linear 0ms
	}
}

.menu-component .menu-item-list .menu-item--language-selector {
	display: none
}

.menu-component .menu-item-content {
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	cursor: default;
	line-height: 1;
	padding: 40px 60px;
	position: absolute;
	left: -60px;
	top: 66px;
	text-transform: initial;
	visibility: hidden;
	opacity: 0;
	transition: opacity 200ms linear 0ms, visibility 0ms linear 200ms
}

@media (max-width: 1400px) {
	.menu-component .menu-item-content {
		left: -210px
	}
}

.menu-component .menu-item-content .menu-item-content-col {
	text-align: left;
	position: static;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px
}

@media (max-width: 1025px) {
	.menu-component .menu-item-content .menu-item-content-col--hidden-md {
		display: none
	}
}

.menu-component .menu-item-content .menu-item-content-list {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px
}

.menu-component .menu-item-content .menu-item-content-list li {
	line-height: 1;
	margin-bottom: 30px
}

.menu-component .menu-item-content .menu-item-content-list li a:hover {
	text-decoration: underline
}

.menu-component .menu-item-content .menu-item-content-general {
	bottom: 60px;
	margin-top: 50px
}

.menu-component .menu-item-content--3-col {
	width: 960px
}

@media (max-width: 1400px) {
	.menu-component .menu-item-content--3-col {
		width: 920px
	}
}

.menu-component .menu-item-content--2-col {
	width: 680px
}

.menu-component .menu-item-content--1-col {
	width: 360px
}

.menu-component .menu-item-content--with-editorial .menu-item-content-general {
	position: absolute
}

.menu-component .menu-language-selector {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 10%
}

@media (max-width: 1025px) {
	.menu-component .menu-language-selector {
		display: none
	}
}

.menu-component--relative {
	border-top: solid 1px #ccc;
	position: relative
}

.menu-component--relative .menu-item-list .menu-item {
	line-height: 80px
}

.menu-component--relative .menu-item-content {
	top: 81px
}

.menu-component--relative.menu-expand-top .menu-item-content {
	border-top: solid 1px transparent;
	bottom: 81px;
	box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.15);
	top: auto
}

.menu-component--sticky-top {
	border-top: 0;
	bottom: auto;
	position: fixed;
	top: 0
}

.menu-component .menu-mobile-trigger {
	margin-top:8px;
	border: 0;
	background: 0;
	display: none;
	height: 45px;
	width: 45px;
	padding: 0;
	vertical-align: middle;
	outline: 0;
	position: relative;
	z-index: 10;
	float:right;
}

.menu-component .menu-mobile-trigger:before,
.menu-component .menu-mobile-trigger:after {
	content: '';
	height: 3px;
	background: #252525;
	position: absolute;
	top: 50%;
	width: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms
}

.menu-component .menu-mobile-trigger:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px)
}

.menu-component .menu-mobile-trigger:after {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px)
}

.menu-component .menu-mobile-trigger.open:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.menu-component .menu-mobile-trigger.open:before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

@media (max-width: 1025px) {
	.menu-component .menu-mobile-trigger {
		display: inline-block
	}
}

@media (max-width: 1025px) {
	.menu-component {
		/*border-bottom: solid 1px #ccc;*/
		height: 65px;
		padding-left: 20px;
		padding-right: 20px
	}
	.menu-component .menu-inner-wrapper {
		padding-left: 0;
		padding-right: 0
	}
	.menu-component .menu-logo-wrapper {
		width: calc(100% - 141px);
		text-align: center
	}
}

@media (max-width: 1025px) and (max-width: 1025px) {
	.menu-component .menu-logo-wrapper {
		width: 80%;
		width: calc(100% - 49px);
		position: relative;
		left: -3%
	}
}

@media (max-width: 1025px) {
	.menu-component .menu-item-list-wrapper {
		background: transparent;
		overflow-y: hidden;
		width: 100%;
		top: 62px;
		left: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		transition: visibility 0ms linear 400ms;
		z-index:9999;
	}
	.menu-component .menu-item-list-wrapper .menu-item-list {
		height: auto;
		min-height: 1400px;
		width: 320px;
		background: #fff;
		padding-bottom: 65px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: -webkit-transform 200ms ease-in 0ms;
		transition: transform 200ms ease-in 0ms;
		transition: transform 200ms ease-in 0ms, -webkit-transform 200ms ease-in 0ms;
		overflow-y: auto;
		padding-bottom:50px;
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item {
		display: block;
		height: auto;
		line-height: 65px;
		overflow: hidden;
		padding: 0;
		text-align: left
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item:first-child .menu-item-anchor {
		border-top: 0
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item:after {
		display: none
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-anchor {
		border-bottom: solid 1px #ccc;
		display: block;
		vertical-align: middle;
		padding-left: 20px
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-anchor span {
		display: inline-block;
		font-size: 6px;
		margin-top: -4px;
		vertical-align: middle;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: -webkit-transform 150ms;
		transition: transform 150ms;
		transition: transform 150ms, -webkit-transform 150ms
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-anchor--no-sub span {
		display: none
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-content-wrapper {
		height: 0px;
		padding-left: 20px;
		transition: height 300ms;
		overflow: hidden
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-content {
		background: transparent;
		box-shadow: none;
		opacity: 0;
		visibility: visible;
		position: relative;
		left: 0;
		top: 0;
		padding: 30px 0 75px 0;
		width: 100% !important;
		transition: opacity 300ms linear 200ms
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-content-general {
		position: static
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item .menu-item-content-col {
		width: 100%
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item.expanded .menu-item-content {
		opacity: 1
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item.expanded .menu-item-content-wrapper {
		border-bottom: solid 1px #ccc
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item.expanded .menu-item-anchor span {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.menu-component .menu-item-list-wrapper .menu-item-list .menu-item--language-selector {
		display: block
	}
	.menu-component .menu-item-list-wrapper.open {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		visibility: inherit;
		transition: visibility 0ms linear 0ms;
		z-index: 1
	}
	.menu-component .menu-item-list-wrapper.open .menu-item-list {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		transition: -webkit-transform 200ms ease-in 200ms;
		transition: transform 200ms ease-in 200ms;
		transition: transform 200ms ease-in 200ms, -webkit-transform 200ms ease-in 200ms
	}
	.menu-component .menu-item-list-wrapper.open+.menu-item-list-overlay {
		transition: background 200ms linear 0ms, visibility 0ms linear 0ms;
		visibility: visible;
		background: rgba(0, 0, 0, 0.6)
	}
	.menu-component .menu-item-list-overlay {
		display: block;
		transition: background 200ms linear 0ms, visibility 0ms linear 200ms;
		background: transparent;
		position: absolute;
		height: 100vh;
		top: 65px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		visibility: hidden
	}
	.menu-component .menu-language-selector {
		width: 90px
	}
}

.icon-chevron_down:before {
	content: "\e964"
}







/***********footer*********/

footer{
	text-align: center;
	padding:38px 0 50px;
	background:#f7f8fa;
	color:#323433;
	font-size:10px;
	position:relative;
}

footer .footer_nav{
	margin-bottom:45px;
	text-align: center;
}

footer .footer_nav a{
	margin:0 5%;
	font-size:13px;
	color:#333534;
}

footer .footer_nav a:hover{
	color:#308cdb;
}

footer h3{
	margin-bottom:32px;
}

footer .share a{
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-right:5px;
	display: inline-block;
	width:33px;
	height:33px;
}

footer .share a.share_wechat{
	position:relative;
}

footer .share a.share_wechat img{
	position:absolute;
	top:-155px;
	left:-60px;
}

#scroll-top {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #1d2331;
	position: absolute;
	bottom:20px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	transition: all 0.2s ease;
	z-index: 2;
}
	
#scroll-top img {
	display: inline-block;
	text-align: center;
	position: absolute;
	top:30px;
	left: 50%;
	margin-left: -5px;
	
	-webkit-animation: gotop 2s ease infinite;
  	-moz-animation:    gotop 2s ease infinite;
  	-o-animation:      gotop 2s ease infinite;
  	animation:         gotop 2s ease infinite;
}
@-webkit-keyframes gotop {
  0%   	{ top: 0px; }
  50% 	{ top: 10px; }
  100% 	{ top: 0px; }
}
@-moz-keyframes gotop {
  0%   	{ top: 0px; }
  50% 	{ top: 10px; }
  100% 	{ top: 0px; }
}
@-o-keyframes gotop {
  0%   	{ top: 0px; }
  50% 	{ top: 10px; }
  100% 	{ top: 0px; }
}
@keyframes gotop {
  0%   	{ top: 0px; }
  50% 	{ top: 10px; }
  100% 	{ top: 0px; }
}

footer h6{
	margin-bottom:26px;
}

footer p{
	line-height:30px;
}




/********index********/
/*banner*/
.in_banner{
	height:860px;
	overflow: hidden;
}

#hero,
#hero .hero-slider {
	position: relative;
	height: 930px;
}
	
#hero .hero-slider .slider-item {
	height: 930px;
	position:relative;
	background-position: center center;
	background-size: cover;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%;
}

#hero .owl-nav .owl-prev,#hero .owl-nav .owl-next{
	display: block!important;
	text-indent:9999px;
}
	
/* hero pagetitle */
#hero .page-title {
	padding-top: 200px;
	padding-bottom: 120px;
	position: relative;
	text-align: center;
	}
	


/* scroll down */
#scroll-down {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #1d2331;
	line-height: 20px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	transition: all 0.2s ease;
	z-index: 2;
	}
	#scroll-down.text-light { color: #ffffff; }
	
#scroll-down img {
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	
	-webkit-animation: chevron-anim 2s ease infinite;
  	-moz-animation:    chevron-anim 2s ease infinite;
  	-o-animation:      chevron-anim 2s ease infinite;
  	animation:         chevron-anim 2s ease infinite;
	}
	
@-webkit-keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}
@-moz-keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}
@-o-keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}
@keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}

.in_main{
	padding:120px 0 110px;
	background:#fff;
}

.in_main li{
	position:relative;
	margin-bottom:22px;
	float:left;
	overflow: hidden;
	height:417px;
}

.in_main li img{
	width:100%;
	height:100%;
}

.in_main li.in_m_l1{
	width:66.5%;
}

.in_main li.in_m_l2{
	width:31.67%;
}

.in_main li:nth-child(1),
.in_main li:nth-child(3){
	margin-right:1.83%;
}

.in_main li div{
	position:absolute;
	display: inline-block;
	width:auto;
	height:auto;
	text-align: center;
	font-size:20px;
	color:#333333;
}

.in_main li:nth-child(1) div{
	top:259px;
	left:47px;
}

.in_main li:nth-child(2) div{
	top:130px;
	width:100%;
}

.in_main li:nth-child(3) div{
	top:280px;
	right:30px;
}

.in_main li:nth-child(4) div span{
	float:right;
}

.in_main li:nth-child(4) div{
	text-align: right;
	top:107px;
	right:95px;
}

.in_main li div span{
	display: block;
	width:58px;
	height:3px;
	background:#fff;
	margin:0 auto;
	margin-bottom:15px;
}

.in_main li div h3{
	color:#000000;
	font-size:20px;
	line-height:20px;
	margin-bottom:12px;
	font-weight:bold;
}

.in_main li div p{
	color:#282828;
	font-size:14px;
	margin-bottom:20px;
	font-family: Arial;
}

.in_m_bot{
	/*margin-top:110px;*/
	position:relative;
	overflow: hidden;
}

.in_m_bot img{
	width:100%;
	height:auto;
}

.in_m_bot div{
	position:absolute;
	top:89px;
	left:290px;
	display: inline-block;
	text-align: center;
	color:#393939;
	font-size:23px;
}

.in_m_bot div span{
	display:block;
	width:58px;
	height:3px;
	margin:0 auto;
	background:#fff;
	margin-bottom:15px;
}

.in_m_bot div h3{
	color:#000000;
	font-size:20px;
	line-height:20px;
	margin-bottom:12px;
	font-weight:bold;
}

.in_m_bot div p{
	color:#282828;
	font-size:14px;
	margin-bottom:20px;
	font-family: Arial;
}




/*********ny***********/

.ny_top{
	margin-top:92px;
	line-height:60px;
	color:#3b3b3b;
	font-size:13px;
}

.ny_top a{
	color:#3b3b3b;
	font-size:13px;
}

.ny_top a:hover{
	color:#308ddd;
}

.ny_canvas{
	background:#f7f3f2;
	padding-bottom:90px;
}

.ny_title{
	padding:28px 0 41px;
}

.ny_title h2{
	font-weight:bolder;
	color:#6a564b;
	font-size:27px;
	line-height:27px;
	margin-bottom:25px;
}

.ny_title span{
	display: block;
	width:59px;
	height:5px;
	background:#6a564b;
}
.ny_go{
	text-align: center;
}

.ny_go a{
	display: inline-block;
	color:#656565;
	font-size:13px;
	padding-right:60px;
	background:url(../images/ny_go.jpg) no-repeat right center;
	line-height:25px;
}

.ny_go a:hover{
	color:#3b93dd;
}




/**********about*********/


.about_main1{
	background:url(../images/about1.jpg) no-repeat center top;
	background-size:100% auto;
	padding-top:472px;
	margin-bottom:50px;
}

.about_m1{
	width:1035px;
	margin:0 auto;
	min-height:558px;
	background:#fff;
	box-shadow:0px 0px 10px #f0e9e8;
	padding:46px 74px;
	font-size:13px;
	line-height:41px;
	color:#333333;
}





/*********address*********/


.add_main1{
	background:url(../images/add_m1.jpg) no-repeat center top;
	background-size:100% auto;
	padding-top:472px;
	margin-bottom:50px;
}


.add_m1{
	width:1035px;
	margin:0 auto;
	min-height:558px;
	background:#fff;
	box-shadow:0px 0px 10px #f0e9e8;
	padding:70px 50px;
}

.add_m1_l{
	width:49%;
}

.add_m1_l li{
	float:left;
	width:50%;
	min-height:185px;
	border:1px solid #e5e5e5;
	padding:27px 12px 17px;
	text-align: center;
}

.add_m1_l li:nth-child(1),
.add_m1_l li:nth-child(3){
	border-top:none;
	border-left:none;
}

.add_m1_l li:nth-child(2),
.add_m1_l li:nth-child(4){
	border-right:none;
	border-top:none;
}
.add_m1_l li:nth-child(3),
.add_m1_l li:nth-child(4){
	border-bottom:none;
}

.add_m1_l li h3{
	margin-bottom:18px;
}

.add_m1_l li span{
	color:#000000;
	font-size:25px;
	line-height:25px;
	font-weight:bolder;
}

.add_m1_l li i{
	font-style:normal;
	color:#000000;
	font-size:25px;
	line-height:25px;
	font-weight:bolder;
}


.add_m1_l li p{
	color:#000000;
	font-size:11px;
	height:50px;
	line-height:14px;
}

.add_m1_l li div{
	height:62px;
	line-height:62px;
}

.add_m1_l li div img{
	vertical-align: middle;
}




.add_m1_r{
	width:47%;
	padding-top:100px;
} 

.add_m1_r img{
	width:100%;
	height:auto;
}




/*********design*********/
.design_main1{
	background:url(../images/design2.jpg) no-repeat center top;
	background-size:100% 100%;
	padding:113px 0 0 46px;
	height:555px;
}

.design_m1{
	width:54%;
	background:url(../images/design_yh.png) no-repeat left top;
	padding-top:44px;
	padding-left:30px;
}

.design_m1 p{
	font-size:18px;
	line-height:32px;
	color:#fff;
	text-shadow: 0px 0px 5px #ccc;
}


.design_main2{
	background:#fff;
	padding:125px 0 120px 380px;
	margin-bottom:100px;
	position:relative;
	text-align: center;
}

.design_main2_m{
	position:absolute;
	top:-51px;
	left:116px;
	padding:7px 6px;
	background:rgba(0,0,0,0.2);
}

.design_main2_m img{
	display: block;
}


.design_main2 .design_m2{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:15px 27px 30px;
	width:570px;
	text-align: left;
}

.design_main2 .design_m2 h4{
	text-indent:2em;
	color:#555555;
	line-height:39px;
	font-size:18px;
}

.design_main2 .design_m2 p{
	text-indent:2em;
	color:#afafaf;
	line-height:24px;
	font-size:13px;
}





/*join*/
.join_main1{
	margin-bottom:38px;
	height:503px;
	padding:110px 0 0 63%;
	background:url(../images/job_m1.jpg) no-repeat center;
	
}

.join_main1 h3{
	margin-bottom:22px;
	font-size:20px;
	color:#0000b5;
}

.join_main1 p{
	font-size:16px;
	line-height:28px;
	color:#555555;
	padding-left:18px;
	background:url(../images/job_dian.png) no-repeat left center;
}


.join_main2{
	margin-bottom:80px;
}

#join dl{
	margin-bottom:12px;
}

#join dt{
	line-height:54px;
	font-size:18px;
	cursor: pointer;
	background:#99c5eb url(../images/join_jia.png) no-repeat 97% center;
	color:#3b3b3b;
	padding:0 2.5%;
}

#join dd{
	background:#fff;
	padding:38px 4% 46px;
	display: none;
}

#join dd h5{
	font-size:15px;
	margin-bottom:15px;
	color:#3b3b3b;
}

#join dd p{
	font-size:12px;
	line-height:22px;
	color:#3b3b3b;
}





/**********map*********/
.map_main1 #dituContent{
	height:600px;
	width:100%;
}
.map_main1{
	position:relative;
	height:100%;
}

.map_m1{
	background:rgba(49,142,220,.8);
	position:absolute;
	top:90px;
	left:12%;
	padding:75px 30px 70px;
	color:#fff;
	z-index:10;
	width:375px;
}


.map_m1 h3{
	font-size:26px;
	margin-bottom:35px;
}


.map_m1 p{
	padding-left:35px;
	font-size:14px;
	line-height:24px;
	padding-bottom:10px;
}

.map_m1 p.map_m1_add{
	background:url(../images/map_add.png) no-repeat left top;
}

.map_m1 p.map_m1_yb{
	background:url(../images/map_yx.png) no-repeat left top;
}

.map_m1 p.map_m1_tel{
	background:url(../images/map_tel.png) no-repeat left top;
}

.map_m1 p.map_m1_mail{
	background:url(../images/map_letter.png) no-repeat left top;
}


.map_m2{
	padding:50px 0 80px;
	background:url(../images/map_ren.jpg) no-repeat right bottom;
}

.map_m2 ul{
	overflow: hidden;
	margin-bottom:12px;
}

.map_m2 ul li{
	float:left;
	width:44%;
	margin-bottom:20px;
}

.map_m2 ul li label{
	display:inline-block;
	text-align: right;
	width:20%;
	color:#666666;
	font-size:12px;
}

.map_m2 ul li input{
	border:1px solid #cccccc;
	height:34px;
	padding:0 10px;
	margin-right:3%;
}

.map_m2 ul li span{
	color:#ff4242;
}

.map_m2 ul li input.map_m2_ipt1{
	width:69%;
}

.map_m2 ul li input.map_m2_ipt2{
	width:17%;
	margin-right:1.5%
}

.map_m2 ul li input.map_m2_ipt3{
	width:50%;
}


.map_m2 ul li select{
	border:1px solid #cccccc;
	height:34px;
	padding:0 10px;
	margin-right:3.7%;
	width:20%;
}

.map_m2 ul li select option{
	padding:0;
}

.map_liuyan label{
	display:inline-block;
	text-align: right;
	width:8.6%;
	color:#666666;
	font-size:12px;
	vertical-align: top;
}

.map_liuyan textarea{
	margin-bottom:48px;
	width:74.5%;
	height:190px;
	margin-right:1.5%;
	border:1px solid #cccccc;
}

.map_liuyan span{
	color:#ff4242;
	vertical-align:top;
}


.map_btn{
	padding-left:8.6%;
}


.map_btn input{
	background:#4b9cd9;
	color:#fff;
	width:136px;
	height:35px;
	line-height:35px;
	font-size:15px;
	border-radius:3px;
	cursor: pointer;
}




/*products*/
.pro_canvas{
	padding-top:35px;
}
.pro_fenye{
	text-align: center;
	padding-top:63px;
}
.pro_fenye a{
	color:#545454;
	display: inline-block;
	font-size:13px;
	margin:0 5px;
	padding:12px 16px;
	background:#fff;
}

.pro_fenye a:hover {
	background:#2f8ddc;
	color:#fff;
}

.pro_fenye span{
	display: inline-block;
	margin:0 5px;
	color:#545454;
	padding:14px 5px;
}


.pro_m li{
	float:left;
	padding:10px 10px 40px;
	background:#fff;
	text-align: center;
	width:32%;
	margin-right:2%;
	margin-bottom:28px;
}

.pro_m li:nth-child(3n){
	margin-right:0;
}

.pro_m li img{
	width:100%;
	height:auto;
}

.pro_m li h5{
	color:#303030;
	font-size:13px;
	line-height:34px;
}


.pro_m li p{
	color:#303030;
	font-size:13px;
	line-height:34px;
}

.pro_m li:hover h5{
	color:#2f8ddc;
}


.pro_title{
	margin-bottom:35px;
	background:#fff;
	padding:9px 0;
}

.pro_t1{
	width:9%;
	border-right:1px solid #cdcdcd;
	color:#555555;
	font-size:13px;
	line-height:21px;
	text-align: center;
}


.pro_t2 a,
.pro_t3 a{
	margin:0 2%;
	line-height:21px;
	color:#555555;
	font-size:13px;
} 

.pro_t2 a:hover,
.pro_t3 a:hover{
	color:#2f8ddc;
} 

.pro_t2{
	width:83%;
}

.pro_t3{
	width:8%;
	text-align: center;
}




/**********charity*********/

.charity_main1{
	background:url(../images/charity1.jpg) no-repeat center top;
	background-size:100% auto;
	padding-top:490px;
	margin-bottom:50px;
}

.cha_m1{
	width:1035px;
	margin:0 auto;
	background:#fff;
	box-shadow:0px 0px 10px #f0e9e8;
	padding:32px 60px 50px 70px;
	
}



.cha_m1_l{
	width:75%;
}

.cha_m1_r{
	width:20%;
	background:url(../images/cha1.jpg) no-repeat left 3px;
}

.cha_m1_l_title{
	border:5px solid #3992de;
	background:#fff;
	padding:45px 0 67px 60%;
	border-radius:20px;
	background:url(../images/cha2.jpg) no-repeat center;
	background-size:100% 100%;
	text-align: center;
	color:#3992de;
	margin-bottom:30px;
}

.cha_m1_l_title h2{
	font-size:35px;
	line-height:35px;
	margin-bottom:14px;
}
.cha_m1_l_title h4{
	font-size:25px;
	line-height:25px;
}

.cha_m1_l_m p{
	color:#666666;
	font-size:13px;
	line-height:23px;
	margin-bottom:20px;
}

.cha_m1_r h3{
	text-align: center;
}

 .cha_m1_r_m .swiper-button-prev, 
 .cha_m1_r_m .swiper-button-next{
	background-image:none;
	position:absolute;
	left:42%;
	margin:0;
	width:27px;
	height:15px;
}

 .cha_m1_r_m .swiper-button-prev{
 	top:10px;
 }

 .cha_m1_r_m .swiper-button-next{
 	top:96%;
 }
.cha_m1_r_m{position: relative;}
.cha_m1_r_m .container{position:relative;padding:30px 0px;height: 470px; margin-right: auto; margin-left: auto;overflow:hidden;}
.cha_m1_r_m .gallery-thumbs .swiper-slide{ margin-left:30px;
	border:4px solid #e5e5e5;
	border-radius:100%;
	overflow:hidden;
	width:94px;
	text-align: center;
	height:94px!important;
	margin:0px auto; 
	line-height:94px;
	position:relative;
	display: inline-block;
	cursor: pointer;}
.cha_m1_r_m .gallery-thumbs{background: none;width: 100%;height: 410px;overflow: hidden; }
.cha_m1_r_m .gallery-thumbs .swiper-wrapper{margin-top: -155px;}
.cha_m1_r_m .gallery-top{width: 100%;height: auto;}
.cha_m1_r_m .gallery-top .swiper-slide{width: 100%;}
.cha_m1_r_m .gallery-top .swiper-slide h1{float: left;width: 30.7%;margin:0;}
.cha_m1_r_m .gallery-top .swiper-slide h1 img{width: 100%;}
.cha_m1_r_m .gallery-top .swiper-slide h2{font-size: 180px;color: #dde0e8;font-family: "Arial";font-weight: bold;}


.cha_m1_r_m .swiper-slide .cha_data{
	color:#fff;
	font-size:30px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	border-radius:100%;
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m1 .cha_data{
	/*background:#eb757b;*/
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m2 .cha_data{
	background:darkorange;
	

	
	
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m3 .cha_data{
	background:#eede31;
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m4 .cha_data{
	background:#8c1def;
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m5 .cha_data{
	background:darksalmon;
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m6 .cha_data{
	background:darkkhaki;
}

.cha_m1_r_m .swiper-slide.cha_m1_r_m7 .cha_data{
	background:darkseagreen;
}


.cha_m1_r_m .swiper-slide .cha_img{
	width:100%;
	height:100%;
}

.cha_m1_r_m .swiper-slide .cha_img img{
	height:100%;
	width:100%;
}

.cha_m1_r_m .swiper-slide.on .cha_data{
	display: none;
}





/**********charity1************/
.cha1_m1{
	background:url(../images/cha1_1.jpg) repeat-y left top;
	padding:18px 0 18px 23px;
	margin-bottom:28px;
}

.cha1_m1 h4{
	color:#2f8ddc;
	font-size:20px;
	margin-bottom:5px;
}

.cha1_m1 p{
	font-size:12px;
	line-height:21px;
	color:#666666;
}

.cha1_m_tit{
	padding:0 0 11px 5px;
	border-bottom:1px dotted #878787;
	color:#2f8ddc;
	font-size:14px;
	margin-bottom:28px;
}

.cha1_m_tit img{
	vertical-align: middle;
	margin-left:5px;
}

.cha1_m2_m div{
	margin-bottom:20px;
	padding-left:5px;
}

.cha1_m2_m div p{
	color:#666666;
	font-size:12px;
	line-height:23px;
}

.cha1_m2_m div img{
	margin-right:25px;
}















/*****响应式*****/

@media only screen and (max-width:1200px ) {
	.w{
		width:1024px;
	}
}


@media only screen and (max-width:1024px ) {
	.w{
		width:960px;
	}
}

@media only screen and (max-width:960px ) {
	.w{
		width:100%;
		padding:0 2%;
	}
}

@media only screen and (max-width:780px ) {
	
	.sc_down2,.phone-head{
		display: block;
	}
	.sc_down1,nav,.head_others{
		display: none;
	}
	header {
	    padding: 10px 4% 10px 25%;
	    height: 40px;
	}
	header h1 {
	    width: 60%;
	    padding-top:5px;
	}
	.share {
	     margin-right:0px; 
	}
	footer .share a {
	    margin-right:10px;
	}
	.in_banner,#hero, #hero .hero-slider ,
	#hero .hero-slider .slider-item {
    	height: 260px;
   	}

	.in_main {
	    padding:30px 0;
	}
	.in_main li{
		height:132px;
		margin-bottom:10px;
	}
	.in_m_bot {
	    margin-top:0px;
	}
	.in_main li:nth-child(1) div {
	    top:8px;
	    left:8px;
	}
	.in_main li:nth-child(2) div {
	   	top:30px;
	}	
	.in_main li:nth-child(3) div {
	   top:35px;
	   right:2px;
	}	
	.in_main li:nth-child(4) div {
	    top: 20px;
	    right:20px;
	}	
	
.in_main li div span,
.in_m_bot div span{
	width:30px;
	height:2px;
	margin-bottom:5px;
}

.in_main li div h3,
.in_m_bot div h3{
	font-size:14px;
	line-height:14px;
	margin-bottom:5px;
}

.in_main li div p,
.in_m_bot div p{
	font-size:12px;
	margin-bottom:5px;
}
	
	.in_m_bot div{
		top:20px;
		left:20px;
	}
	
	footer {
	    padding: 50px 0;
	}
.menu-component{
	padding-left:0;
	padding-right:0;
}
footer .footer_nav a{
	margin:0 3%;
}
footer .footer_nav {
    margin-bottom: 20px;
}

.ny_top{
	margin-top:65px;
}

.ny_title{
	padding:20px 0;
}
.ny_title h2{
	font-size:18px;
	margin-bottom:10px;
}
.ny_title span{
	height:2px;
}
.about_main1,
.add_main1{
	padding-top:100px;
}
.about_m1{
	width:95%;
	padding:30px 5%;
	line-height:20px;
	min-height:auto;
}

.add_m1,
.add_m1_l,
.add_m1_r{
	width:100%;
}

.add_m1{
	padding:30px 5%;
	
}

.add_m1_l li p{
	height:70px;
}

.add_m1_r{
	padding-top:20px;
}

.ny_canvas{
	padding-bottom:50px;
}

.design_main1{
	padding:40px 30px;
	background-size: auto 100%;
	height:auto;
}

.design_m1{
	width:100%;
}

.design_m1 p{
	font-size:1em;
	line-height:30px;
}

.design_main2_m{
	top:-20px;
	left:20%;
	width:100px;
}

.design_main2_m img{
	width:100%;
	height:auto;
}

.design_main2{
	padding:150px 2% 50px;
	margin-bottom:50px;
}

.design_main2 .design_m2{
	width:100%;
}

.join_main1{
	height:auto;
	padding:20px 2%;
	background-image:none;
}

.join_main2{
	margin-bottom:50px;
}
.map_m1{
	position:static;
	width:100%;
	padding:30px 3%;	
}

.map_m1 h3{
	font-size:20px;
	margin-bottom:20px;
}

.map_main1 #dituContent{
	height:200px;
}
.map_m2{
	padding:30px 0 50px;
	background-image:none;
}
.map_m2 ul li{
	width:100%;
}
.map_m2 ul li label,
.map_liuyan label{
	width:23%;
}
.map_liuyan textarea{
	width:70%;
	margin-bottom:20px;
}
.map_btn{
	text-align: center;
}

.map_m2 ul li select{
	padding:0;
}

.pro_t1,.pro_t3{
	display: none;
}

.pro_t2{
	width:100%;
	text-align: left;
	padding-left:5%;
}
.pro_m li{
	float: initial;
	width:95%;
	margin:0 auto 20px;
}

.pro_m li:nth-child(3n){
	margin-right:auto;
}

.pro_fenye{
	padding-top:20px;
}
.pro_fenye a{
	margin:0 2%;
	padding:5px 8px;
}

.charity_main1{
	padding-top:100px;
}

.cha_m1{
	width:100%;
	padding:30px 3%;
}
.cha_m1_l,
.cha_m1_r{
	width:100%;
}

.cha_m1_l_title{
	background-size:100% auto;
	padding:20px 0 20px 60%;
}

.cha_m1_l_title h2{
	font-size:20px;
	line-height:20px;
}
.cha_m1_l_title h4{
	font-size:16px;
	line-height:16px;
}

.cha_m1_r{
	background:none;
}
.cha_m1_r_m .container{
	height:150px;
}

.cha_m1_r_m .gallery-thumbs{
	height:105px;
}

.cha_m1_r_m .swiper-button-prev, .cha_m1_r_m .swiper-button-next{
	left:45%;
}

.cha_m1_r_m .gallery-thumbs .swiper-wrapper{
	margin-top:-5px;
}
.cha_m1_r_m .swiper-button-next {
    top: 88%;
}



















	
}



@media only screen and (max-width:320px ) {
	.in_main li {
	    height:100px;
	}
	.in_main li div {
	    font-size: 12px;
	}
	.in_m_bot div {
	    font-size: 14px;
	}	
	
	
	header {
	    padding: 10px 4% 10px 20%;
	    height: 40px;
	}	
	header h1 {
	    width: 80%;
	    padding-top:5px;
	}
	footer .footer_nav a {
	    margin: 0 1%;
	}
	.in_m_bot div {
	    top: 15px;
	}
	
	
}











