﻿@import url("css.css");
@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/

:root {
    --thm-base: #27AE60;
    --thm-base-rgb: 0, 74, 148;
	--thm-black-rgb: 5, 41, 68;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form, textarea {
	font-size: 14px;
	line-height: 28px;
	font-family: "Poppins", "Arial Black";
	color: #888;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
	display: block;
	margin: 0;
	padding: 0;
}
em, i, strong {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
* {
	padding: 0px;
	margin: 0px
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0;
}
b, strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/* Remove most spacing between table cells.*/
}
li {
	list-style: none outside none;
}
/*链接*/
a {
	text-decoration: none;
	color: #444;
	background: transparent;
	outline: none
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #1048a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/*表单*/
form {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%; /* Correct font size not being inherited in all browsers. */
	margin: 0; /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
	vertical-align: baseline; /* Improve appearance and consistency in all browsers */
*vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button, select {
	text-transform: none;
}
input {
	line-height: normal;
	border: none;
}
/*其它*/
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dd {
	margin: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/*==========@@HTML默认 结束@@==========*/
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
	color: #F00 !important;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
.pfont {
}
/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#header_main, #top_main, #banner_main, #floor_1_main, #links_main, #footer_main {
	width: 100%;
	margin: 0;
}
.trans {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
/*top*/

#top #top_menu {
	width: 140px;
	margin-right: 116px;
}
#top #logo a {
	padding-top: 0;
	display: block;
}
#logo img {
	height: 94px;
	display: block;
}
/*导航*/
#header_main #nav {
	position: relative;
	height: 60px;
	left:45%;
}
#nav ul {
	margin: 0 auto;
	width: 100%;
}
#nav li:first-child {
	width: 120px;
}
#nav li {
	float: left;
	width: 100px;
	display: block;
	list-style: none;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	position: relative;
	margin: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
	height: 60px;
}
#nav li:hover a, #nav li.hover a {
	color: #1f425d;
}
#nav li:hover, #nav li.hover {
	background: #fff;
}
/*导航栏下拉*/
#nav .subnav {
	position: absolute;
	left: 0px;
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav .subnav {
	position: absolute;
	left:0;
	top: 60px;
	width: 100%;
	z-index: 10;

}
#nav .subnavbg {
	position: static;
	background: #fff;
*zoom:1;
}
#nav .subnav a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #333 !important;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}
#nav .subnav a:hover {
	display: block;
	color: #fff !important;
	background: #0185d0!important;
}
#header_main .topsearch {
	width: 60px;
	transition: all 300ms ease 0s;
	position: relative;
	height: 82px;
}
#header_main .search_btn {
	width: 16px;
	background-position: 0 0;
	cursor: pointer;
	height: 16px;
}
#header_main .search_box {
	background: #ededed;
	height: 82px;
	overflow: hidden;
	position: absolute;
	right: 60px;
	top: 0;
	transition: all 300ms ease 0s;
	width: 0;
	z-index: 10;
}
#header_main .search_box input {
	border: 0 none;
}
#header_main .search_box .stxt {
	display: block;
	height: 82px;
	line-height: 82px;
	text-indent: 10px;
	width: 150px;
	background: none;
}
#header_main .search_box .sbtn {
	background-position: -100px 0;
	cursor: pointer;
	display: block;
	height: 82px;
	width: 60px;
}
#header_main .topsearch.addy .search_box {
	width: 210px;
}
#header_main .topsearch.addy .search_btn {
	background-position: -46px 0;
}
.top_rig {
	width: 150px;
	padding-top: 16px;
	position: relative;
}
.top_rig .bshare {
	width: 70px;
}
.top_rig .bshare a {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-left: 6px;
	padding: 0;
}
.top_rig .bshare .bdsharebuttonbox a {
	width: 20px;
	height: 16px;
	margin-left: 6px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat 0 0;
	padding: 0;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.top_rig .bshare .bdsharebuttonbox a.bds_weixin {
	background-position: -45px 0 !important;
}
.top_rig .bshare .bdsharebuttonbox a.bds_weixin:hover {
	background-position: -69px 0 !important;
}
.top_rig .bshare .bdsharebuttonbox a.bds_sqq {
	background-position: -96px 0 !important;
}
.top_rig .bshare .bdsharebuttonbox a.bds_sqq:hover {
	background-position: -118px 0 !important;
}
#top .searchbox {
	width: 34px;
	height: 38px;
	text-align: center;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 30px;
}
#top .searchbox s {
	background-position: 0 0;
	width: 18px;
	height: 16px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
	display: block;
}
#top .infoSer {
	position: absolute;
	right: 74px;
	top: 56px;
	padding: 20px 0 0 20px;
	background: url(../images/top_down.png) no-repeat center center;
	text-align: center;
	width: 272px;
	z-index: 999;
	height: 45px;
	display: none;
}
#top .infoSer .ser {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #d4d4d4;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 220px;
	outline: none;
}
#top .infoSer .btn {
	background-position: 10px 0;
	border: medium none;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 30px;
	z-index: 999;
	margin-top: 15px;
	outline: none;
}


/*侧边导航*/
/* banner */
#banner .tip span.cur {
	background-color: #1048a0;
}
#banner #btn_prev, #banner #btn_next {
	width: 28px;
	height: 56px;
	position: absolute;
	top: 40%;
	z-index: 5;
}
#banner #btn_prev {
	background-position: 0 -138px;
	left: 5%;
	filter: opacity(30%);
}
#banner #btn_next {
	background-position: -34px -138px;
	right: 5%;
	filter: opacity(30%);
}
/*网站大图*/
.banner{width:100%;max-width: 1920px;position:relative;overflow:hidden;z-index:0;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide.bg:after{content:" ";position: absolute;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.2);}
.banner .swiper-slide img{width: 100%;display:block;transition: transform 5s ease;-webkit-transition: transform 5s ease;transform: scale(1.1);-webkit-transform: scale(1.1);}
.banner .swiper-slide .bbox{width: 700px;margin:auto;position:absolute;left:190px;;top:140px;text-align:left;z-index: 1;}
.banner .swiper-slide .bbox h1{color: #fff;font-size:32px;text-align:left;opacity:0;visibility:hidden;position:relative;top:30px;font-weight:bold;}
.banner .swiper-slide .bbox b{display:block;line-height:1.8;text-align:center;color:#fff;font-size:20px;margin-bottom:40px;opacity:0;visibility:hidden;position:relative;top:30px;min- height:36px;}
.banner .swiper-slide .bbox p{width: 700px;text-align:left;height:100px;color: #fff;font-size:16px;line-height:2;margin:auto;padding-top: 30px;opacity:0;visibility:hidden;position:relative;top:30px;}
.banner .swiper-slide .bbox .details{position:relative;opacity:0;visibility:hidden;position:relative;top:80px;}
.banner .swiper-slide .bbox .details:hover:before{opacity:1;transform:scaleY(1);-webkit-transform:scaleY(1);-moz-transform:scaleY(1);visibility:visible;}
.banner .swiper-slide .load{width: 700px;left:190px;top:270px;;background:#fff;z-index:20;opacity: 0;position:absolute;}
.banner .swiper-slide .load span{display: block;width:0;height: 2px;background: var(--colour1);}
.banner .swiper-slide-active img{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);}
.banner .swiper-slide-active .bbox h1{opacity:1;visibility:visible;top:0;transition:1000ms 100ms;}
.banner .swiper-slide-active .bbox p{opacity:1;visibility:visible;top:0;transition:1000ms 300ms;}
.banner .swiper-slide-active .bbox .details{opacity:1;visibility:visible;top:0;transition:1000ms 400ms;}
.banner .swiper-slide-active .load{opacity:1;visibility:visible;transition:1000ms 200ms;}
.banner .ani-slide .load span{width: 100%;transition: 4.9s 0s linear;}

/*banner end*/
.index {
	position: relative;
	z-index: 3;
}
.index .title {
	text-align: left;
	width: 100%;
	padding-bottom: 30px;
}
.index .title h3 {
	font-size: 36px;
	font-weight:bold;
	display: block;
	line-height: 30px;
	color: #444444;
	text-align: left;
}
.index .title h4 {
	color: #999;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
}

.index_pic{
	height: 320px;
	position: relative;
	top:-50px;
	z-index: 9999;
	width:920px;
	right:0px;
	left:0px;
	margin:auto;

}
.index_pic_one{
margin-right:20px;

}
.index_pic_one_img1 {
 background:url(../images/main-box-1.jpg) no-repeat;
 height:160px; width:286px;
}
.index_pic_one_img2 {
 background:url(../images/main-box-2.jpg) no-repeat;
 height:160px; width:286px;
}
.index_pic_one_img3 {
 background:url(../images/main-box-3.jpg) no-repeat;
 height:160px; width:286px;
}
.index_pic .txt h3 {
text-align:center;
font-size:24px;
padding-top:40px;
padding-bottom:20px;
font-weight:bold;
color:#444444;
}
.index_pic .txt h4 {
text-align:center;
font-size:14px;
}
.floor_1_main, .index .floor_2_main, .index .floor_3_main, .index .floor_4_main {
	width: 100%;
}
/*==============================================
   services One
===============================================*/
.ny_services {
	padding-top: 40px;
	padding-bottom: 74px;
	position: relative;
	padding-left:70px;
}
.ny_services .part2 .bd {
	overflow: hidden;
}
.ny_services .part2 .bd ul {
	padding-top: 14px;
	width: 108%;
}
.ny_services .part2 .bd li {
width: 300px;
height:340px;
display: block;
float:left;
padding-right:80px;
}
.ny_services .part2 .bd li a {
	display: block;
}
.imgboxico{
width:107px;
margin:0 auto;
padding-top:14px;
}
.ny_services .txtbox {
width: 300px;
}
.ny_services .imgbox {
width: 300px;
height:140px;
margin-right: 30px;
margin-bottom: 30px;
background: #246db2;
transform: translate3d(0px, 0px, 0px);
box-shadow: 0 5px 0px rgb(117, 173, 71);
text-align:center;
}
.ny_services .part2 .bd li h3 {
	font-size: 24px;
	font-weight:bold;
	padding-bottom:5px;
}
.ny_services .part2 .bd li p {
   font-size:14px;
	color: #999;
	line-height: 24px;
}

/*==============================================
   floor_1 One
===============================================*/
.floor_1 .part2 h3, .floor_4 h3 ,.floor_7 h3 {
padding-top:5px;
font-size:36px;
font-weight:700;
padding-bottom:20px;
color:#444;
}
.floor_1_main {
	background: #dde9f4;
}
.floor_1 {
	padding-top: 74px;
	padding-bottom: 74px;
	position: relative;
}
.floor_1 .part2 .bd {
	overflow: hidden;
}
.floor_1 .part2 .bd ul {
	padding-top: 14px;
	width: 108%;
}
.floor_1 .part2 .bd li {
	width: 370px;
	height: 140px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 3px 10px rgb(222, 222, 222);
	transition: all 0.3s ease-out 0s;
}
.floor_1 .part2 .bd li a {
	display: block;
}
.floor_1 .part2 .bd li img {
	width: 70px;
	height: 70px;
	display: block;
}
.floor_1 .txtbox {
width:240px;
padding-left:20px;
padding-top:20px;
}
.floor_1 .imgbox {
padding-right:30px;
padding-top:30px;
}
.floor_1 .part2 .bd li h3 {
	font-size: 18px;
	font-weight:bold;
	padding-bottom:5px;
}
.floor_1 .part2 .bd li p {
   font-size:14px;
	color: #999;
	line-height: 24px;
}
.floor_1 .part2 .bd li:hover {
	transform: translate3d(0px, 0px, 0px);
	box-shadow: 0 1px 3px rgb(117, 173, 71);
}
.floor_1_main, .index .floor_2_main, .index .floor_3_main, .index .floor_4_main {
	width: 100%;
}

/*=====================================================*/

.floor_2_main {
	background: #fff;
	overflow: hidden;
}
.floor_2 li {
text-align:center;
}
.floor_2_main {
  background-color:#f5f5f5;
}

.floor_2_1_main {
  background-color:#fff;
  position:absolute;
}

.floor_2 span {
text-align:center;
font-size:18px;
line-height:100px;
}

/*============================================================*/
.floor_3_main {
	background: url(../images/royaline-letter1.jpg) no-repeat center top #fff;
	height:519px;
	margin-bottom:80px;
}
.floor_3 {
	overflow: hidden;
}
.part3 {
	position: relative;
	text-align:center;
	margin:auto;
}
.floor_3 .part3 .txt {
   width:800px;
	margin:auto;
	margin-top:40px;
}
.floor_3 .part3 .txt h3 {
	font-size: 36px;
	padding-bottom:20px;
}
.floor_3 .part3 .txt h4 {
    color:#4ab9cf;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
	line-height:36px;
}
.floor_3 .part3 .txt p {
	color:#7c7c7c;
	line-height:36px;
}
/*================================================*/

.floor_5_main {
	background: url(../images/royaline-nature1.jpg) no-repeat center top #fff;
}
.floor_5 {
padding-top:60px;
	overflow: hidden;
}
.floor_5 .part5 {
	width: 1200px;
	height: 268px;
	position: relative;
	text-align:center;
}
.floor_5 .part5 .txt {
	width: 1200px;
	color:#FFFFFF;
}
.floor_5 .part5 .txt h3 {
	font-size: 32px;
	padding-bottom:20px;
	color:#FFFFFF;
}
/*============================================================*/
.floor_4_main {
background:#FFFFFF;
}
.floor_4 h3 {  
        padding-bottom:60px;
}

/*============================================================*/
.floor_6_main {
	background: url(../images/royaline-map1.jpg) no-repeat center top #fff;
	height:310px;
	   margin-bottom:120px;
}
.floor_6 {
 
	overflow: hidden;
}

/*==============================================
   floor_7 One
===============================================*/
.index3{position: relative;background:#fff; width:1200px; margin:auto;
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
	margin-bottom:60px;
}
.index3 .num dt{width: 33.33%;float: left;text-align: center;font-size: 16px;color: #000;line-height: 50px;}
.index3 .num dt img{display: block;margin: 0 auto;}
.index3 .num dt b{font-size: 45px;color: #75bb48;margin-right: 5px;}
.index3 .wz{background: #000;padding: 60px 70px;}
.index3 .wz p{font-size: 24px;color: #f09800;font-weight: bold;display: block;margin-top: 10px;}
.index3 .wz .des{height: 120px;overflow: hidden;}
/*=====================================================*/


.transs {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slidebanner {
	width: 100%;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.slidebanner .game163 {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.slidebanner .bigImg {
	overflow: hidden;
	position: relative;
	width: 992px;
	height: 500px;
}
.slidebanner .bigImg a {
	display: block;
}
.slidebanner .bigImg li {
	position: relative;
}
.slidebanner .bigImg li .img {
	padding-left: 290px;
	width: 700px;
	height: 100%;
}
.game163 .bigImg li img {
	width: 700px;
	height: 350px;
}
.slidebanner .bigImg .txt {
	position: absolute;
	top: 65px;
	left: 0;
	width: 380px;
	height: 438px;
	background: url(../images/redbg.png) repeat left top;
}
.slidebanner .bigImg .txt a {
	padding: 30px;
	color: #fff;
}
.slidebanner .bigImg .txt h5 {
	font-size: 30px;
	display: block;
}
.slidebanner .bigImg .txt s {
	display: block;
	width: 68px;
	height: 1px;
	background: #fff;
	margin: 34px 0;
}
.slidebanner .bigImg .txt p {
	line-height: 24px;
	padding: 12px 0 0;
	height: 222px;
	overflow: hidden;
}
.slidebanner .bigImg .txt span {
	display: block;
	margin-top: 10px;
}
.slidebanner .smallScroll {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 800px;
	height: 126px;
	background: #fff;
	z-index: 10;
}
.slidebanner .smallImg {
	width: 800px;
	position: relative;
	overflow: hidden;
	height: 126px;
}
.slidebanner .smallImg ul li {
	float: left;
	width: 250px;
	height: 126px;
	display: block;
	margin-right: 23px;
	cursor: pointer;
	position: relative;
}
.slidebanner .smallImg ul li img {
	height: 124px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 248px;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.slidebanner .smallImg ul li.on img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: 1px solid #084ab2;
}

.index .textlist li {
	float: left;
	width: 590px;
	height: 160px;
	margin-right: 20px;
	transition: all 0.2s linear 0s;
	margin-bottom: 20px;
	background: #f7f7f7;
}
.index .textlist li a {
	display: block;
	padding: 35px 20px;
}
.index .textlist li .img {
	width: 120px;
	height: 90px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.index .textlist li .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.index .textlist li a:hover img {
	transform: scale(1.2, 1.2);
}
.index .textlist li .txt {
	width: 390px;
}
.index .textlist li h3 {
	font-size: 18px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .textlist li a:hover h3 {
	color: #1048a0;
}
.index .textlist .desc {
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #999;
	cursor: pointer;
	font-size: 12px;
	padding-top: 10px;
}
.index .textlist span {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.nybanner {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
}
.nybanner .title{color:#fff;font-size:46px;line-height: 60px;font-weight:600;padding-top: 120px;text-shadow: 0 2px 3px rgb(0 0 0 / 10%);}
.nybanner .title span{position: relative;font-size:24px;margin-left:20px;border-left: 1px solid #fff;padding-left:20px;font-weight:300;text-transform: uppercase;}
.nybanner .title p{color:#fff;font-size:18px;line-height: 27px;margin-top: 5px;font-weight:300;}

.wrapper {
	position: relative;

}
.services_wrapper{
  position:relative;
  margin-bottom:80px;
  padding-top:40px;
}
.services_left {
float:left;
}
.services_right_txt {
width:400px;
float:right;margin-top:40px;
}

.services_right_img {
width:440px;
float:right;
margin-right:40px; margin-top:40px;
}

.services_right_txt img {
width:429px;
}

.contact_left {
float:left;
width:600px;
}

.contact_right {
float:right;
}

.subleft {
	width: 260px;
}
.subleft .cont {
	padding: 0px;
	background: #eeeeee;
	
}
.subleft .cont li {
	border-bottom: 2px solid #fff;
	line-height: 60px;
}
.subleft .cont li a.sub1 {
    font-size:15px;
	display: block;
	padding-left: 14px;
	color: #aaaaaa;
	transition: all 0.3s ease-out 0s;
}
.subleft .cont li a.sub1:hover, .subleft .cont li.hover a.sub1 {
	background:#75bf49;
	padding-left: 26px;
	color:#FFFFFF;
}
.subleft .cont li .box {
	padding: 5px 0 0 15px;
	display: none;
}
.subleft .cont li .box a {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 30px;
	padding: 0;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.subleft .cont li .box a.hover, .subleft .cont li .box a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.subleft .cont li:hover .box, .subleft .cont li.hover .box {
}
.leftRecomm {
	padding: 25px 0 0;
}
.leftRecomm .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	color: #1048a0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.leftRecomm .title a {
	color: #1048a0;
}
.leftRecomm .item {
	width: 110px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}
.leftRecomm .item a {
	width: 100%;
	display: block;
}
.leftRecomm .item img {
	width: 110px;
	height: 82px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	border-radius: 3px;
	display: block;
}
.leftRecomm .item h3 {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.leftRecomm .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.leftRecomm .newslist li {
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
.leftRecomm .newslist li a {
	display: block;
	width: 100%;
	text-align: left;
}
.subright {
	width: 1200px;
}
.subright .t {
	padding: 0 0 25px;
	color: #1048a0;
	font-size: 20px;
}
.subright .t2 {
	color: #1048a0;
	font-size: 30px;
	display: block;
	padding: 30px 0;
}
.sitepath {
	line-height: 49px;
	color: #88848b;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 28px;
}
.sitepath .home {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-position: -100px -100px;
	margin-right: 20px;
}
.sitepath a {
	color: #88848b;
	display: inline-block;
	white-space: nowrap;
}
.sitepath a:hover {
	color: #ff0505;
}
.productlist {
	position: relative;
}
.productlist .list {
	padding-top: 10px;
	width: 100%;
}
.productlist .item {
	width: 290px;
	height: 350px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.productlist .item a {
	display: block;
}
.productlist .item img {
	width: 290px;
	height: 217px;
	display: block;
}
.productlist .item h3 {
	font-size: 18px;
	padding: 20px 20px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.productlist .item p {
	color: #999;
	padding: 0 20px;
	line-height: 24px;
}
.productlist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.caselist {
	position: relative;
}
.caselist .list {
	padding-top: 10px;
	width: 100%;
}
.caselist .item {
	width: 290px;
	height: 280px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.caselist .item a {
	display: block;
}
.caselist .item img {
	width: 290px;
	height: 145px;
	display: block;
}
.caselist .item h3 {
	font-size: 18px;
	padding: 16px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.caselist .item p {
	color: #999;
	padding: 0 16px;
	line-height: 24px;
}
.caselist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.honorlist {
	position: relative;
}
.honorlist .list {
	padding-top: 10px;
	width: 100%;
}
.honorlist .item {
	width: 290px;
	height: 265px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.honorlist .item a {
	display: block;
}
.honorlist .item img {
	width: 290px;
	height: 217px;
	display: block;
}
.honorlist .item h3 {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.newslist {
	padding: 0;
}
.newslist .item {
	width: 100%;
	display: block;
	margin-bottom: 28px;
	background: #f7f7f7;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newslist .item a {
	display: block;
	padding: 20px;
}
.newslist .item .img {
	width: 150px;
	height: 112px;
	overflow: hidden;
}
.newslist .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.newslist .item a:hover .img img {
	transform: scale(1.1, 1.1);
}
.newslist .item .txt {
	width: 715px;
}
.newslist .item .txt h3 {
	color: #000;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newslist .item .txt p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.newslist .item a:hover .txt h3 {
	color: #1048a0;
}
.newslist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.singlepage {
	position: relative;
	overflow: hidden;
	color: #666;
	padding-top:80px; padding-bottom:60px;
}
.singlepage .cont img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.singlepage .cont .desc {
	padding-top: 40px;
}

/*============================================================*/

.floor_7_main {
background:#FFFFFF;
margin-bottom:80px;

}
.floor_7 .company {
width:500px;

}
.floor_7 .company h3 {

}
.floor_7 .company li {
line-height:24px;
padding-bottom:20px;
padding-top:10px;
}
.content_title {
overflow:hidden;
}
.floor_7_content_line {
width:68%;
height:20px;
box-shadow: 0 1px 0px rgb(222, 222, 222);
}
.floor_1_content_line {
width:80%;
height:20px;
box-shadow: 0 1px 0px #d4dde5;
margin-right:36px;
}

.floor_4_content_line {
width:82%;
height:20px;
box-shadow: 0 1px 0px rgb(222, 222, 222);
}
.floor_7 .biaoge {
background:#fff;
width:600px;
transform: translate3d(0px, -16px, 0px);
box-shadow: 0 3px 10px rgb(222, 222, 222);
overflow:hidden;
}
.floor_7 .biaoge h3 {
padding-left:45px; padding-top:28px;
}
.floor_7 .biaoge h4 {
padding-left:45px; padding-bottom:20px;
}

.formData {
	padding-bottom: 20px;
	width:85%;
	overflow:hidden;
	margin:auto;
	}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 425px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 15px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 36px;
	height: 36px;
	font-size: 12px;
}
.formData .item .txt {
	width: 355px;
	height: 36px;
	line-height: 36px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #999;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 428px;
	height: 80px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 408px;
	height: 34px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 12px;
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 48px;
	margin-right: 2px;
	text-align: center;
	background: #1048a0;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: #1958c7;
	transform: translate3d(0px, -6px, 0px);
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
.arecttitle {
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
.arecttitle h1 {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
}
.arecttitle .mark {
	width: 100%;
	padding: 5px 0 10px;
}
.arecttitle .mark span {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	color: #666;
}
.arecttitle .mark span:first-child {
	padding-left: 0;
}
.showContxt {
	padding: 20px 0;
}
.showContxt img {
	max-width: 100% !important;
	display: block;
	margin: 0 auto;
}
/* reLink*/
.reLink {
	width: 100%;
	margin: 20px 0 10px;
	line-height: 60px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.reLink .nextLink, .reLink .prevLink {
	width: 50%;
	line-height: 60px;
	color: #333333;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	font-size: 16px;
}
.reLink a:hover {
	color: #1048a0;
}
/*底部信息*/



#bottom_main_top {
	height: 60px;
	position: relative;
	background: #196db5;	
}
#bottom_main_top {

}
#bottom_main_top_left::before {
    position: absolute;
    top: -2px;
    left:-1999px;
    bottom: 2px;
    right: 15%;
    background:#fff;
    -moz-transform: skew(130deg, 0deg);
    -webkit-transform: skew(130deg, 0deg);
    -o-transform: skew(130deg, 0deg);
    -ms-transform: skew(130deg, 0deg);
    transform: skew(130deg, 0deg);
    content: "";
    z-index: 10;
	height:30px
}

#bottom_main_bottom {
	height: 50px;
	position: relative;
	background: #ddd;	
}
#bottom_main_bottom {

}
#bottom_main_bottom_left::before {
    position: absolute;
    top: 0;
    left:-1999px;
    bottom: 0;
    right: 85%;
    background:#196db5;
    -moz-transform: skew(130deg, 0deg);
    -webkit-transform: skew(130deg, 0deg);
    -o-transform: skew(130deg, 0deg);
    -ms-transform: skew(130deg, 0deg);
    transform: skew(130deg, 0deg);
    content: "";
    z-index: 10;
	height:30px
}

.bottom_main_bottom_right {

 position: absolute;
 left:18%;

   margin:auto;
	line-height:35px;
	top:5px;
	font-size: 12px;
	color: #999;
	z-index: 12;
}
.bottom_main_bottom_right a {
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.bottom_main_bottom_right a:hover {
	color: #1048a0;
}
.footicon{background-image: url("../images/foot.png");display: inline-block;vertical-align: middle;}
.left{float: left;}
.right{float: right;}
.bottom_main { background: #196db5; }
.bottom_main b { color: #fff; font-size: 20px; float: left; width: 109px; }
.bottom_main .bott_nav { border-bottom: 1px solid #fff; padding-bottom: 27px; overflow: hidden; line-height: 20px; }
.bottom_main .bott_nav .right { width: 1082px; }
.bottom_main .bott_nav .right ul {width: 100%;}
.bottom_main .bott_nav .right li { float: left; background: url(../images/bott_nav.jpg) left center no-repeat; }
.bottom_main .bott_nav .right ul li:first-child { background: none; }
.bottom_main  a {color: #9eb7cb;font-size: 12px;padding: 0 0px;line-height: 16px;height: 16px;}
.bottom_main  a:hover { color: #fff; }
.bottom_main .txt { padding-bottom: 20px; }
.bottom_main .txt .t { color: #9eb7cb; font-size: 12px; width:240px; padding-top:10px;}
.bottom_main .txt .bgt { color: #fff; font-size: 18px; font-weight:bold;}
.bottom_main .txt .box1 { width: 380px; }
.bottom_main .txt .box1 img {opacity: .42;filter: alpha(opacity=42);padding-top: 16px;}
.bottom_main .txt .box2 { width: 180px; }
.bottom_main .txt .box2 .clearfix { padding-top: 21px; width: 268px; }
.bottom_main .txt .box2 .fl {float: left;width: 11px;}
.bottom_main .txt .box2 .fl i {width: 11px;height: 20px;background-position: -314px 5px;margin-right: 10px;}
.bottom_main .txt .box2 .fr { color: #999; float: right; width: 250px; line-height: 24px; }
.bottom_main .txt .box3 { width: 253px; }
.bottom_main .txt .box3 ul { padding-top: 21px; }
.bottom_main .txt .box3 li { color: #9eb7cb; line-height: 24px; }
.bottom_main .txt .box3 li i {width: 17px;height: 18px;background-position: -335px 0;margin-right: 10px;}
.bottom_main .txt .box3 li .i2 { background-position: -355px 0; }
.bottom_main .txt .box4 img { width: 90px; height: 90px; padding: 5px; background: #fff; }
.bottom_main .bott_nav:first-child a:first-child { background: none; }
.bottom_copy {height: 50px;line-height: 50px;background: #1a1a1a;color: #666;font-size: 12px;}
.bottom_copy a { color: #666; }
.bottom_copy a:hover { color: #fff; }
}

/* mapPage */
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}
.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
+margin-bottom:10px;
}
.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #e7e7e7;
	text-indent: 15px;
}
.map_ul .list-inline {
	display: block;
	width: 86%;
}
.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
*display: inline;
	margin: 0 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
+margin:15px 5px 15px 0;
}
.map_ul .list-inline li a {
	font-weight: normal;
	display: block;
	text-indent: 0;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	width: auto;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
}
.map_ul .list-inline li a:hover {
	background: #ff0505;
	color: #fff;
	border: 1px solid #ff0505;
}
.zhizao .goback {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 2%;
	top: 2%;
	background: url(../images/guan.jpg) no-repeat center;
}
#footer_main .yyzz {
	padding-left: 10px;
}
/*#gotop{position:fixed;bottom:5%;right:2%;width: 50px;height: 50px;background: url(../images/gotop.png) no-repeat;z-index: 99;display: block;}
*/
.float-right-box {
	width: 250px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -127px;
	background-color: #191919;
	z-index: 1000;
	transition: width 0.3s ease 0s;
}
.float-right-box.on {
	width: 50px;
}
.float-right-box .top-list {
	width: 100%;
}
.float-right-box .top-list ul {
	width: 100%;
}
.float-right-box .top-list li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #3b3b3b;
	transition: background 0.3s ease 0s;
	height: 50px;
}
.float-right-box .top-list a {
	display: block;
	width: 100%;
}
.float-right-box .top-list .ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: 2;
}
.float-right-box .top-list .ico1 {
	background: url(../images/ico_58.png) no-repeat center #191919;
}
.float-right-box .top-list .ico2 {
	background: url(../images/ico_59.png) no-repeat center #191919;
}
.float-right-box .top-list .ico3 {
	background: url(../images/ico_60.png) no-repeat center #191919;
}
.float-right-box .top-list .ico4 {
	background: url(../images/ico_61.png) no-repeat center #191919;
}
.float-right-box .top-list .ico5 {
	background: url(../images/ico_62.png) no-repeat center #191919;
}
.float-right-box .top-list .ico6 {
	background: url(../images/ico_68.png) no-repeat center #191919;
}
.float-right-box .top-list .ico7 {
	background: url(../images/ico_69.png) no-repeat center #191919;
}
.float-right-box .top-list .stt {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	transition: color 0.3s ease 0s;
	position: absolute;
	left: 28px;
	top: 0;
	z-index: 1;
	width: 222px;
	cursor: pointer;
}
.float-right-box .top-list li:hover .stt {
	color: #15191e;
}
.float-right-box .top-list li:hover .ico1 {
	background: url(../images/ico_58_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico2 {
	background: url(../images/ico_59_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico3 {
	background: url(../images/ico_60_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico4 {
	background: url(../images/ico_61_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico5 {
	background: url(../images/ico_62_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico6 {
	background: url(../images/ico_68_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico7 {
	background: url(../images/ico_69_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover {
	background-color: #fff;
}
.float-right-box .top-list .return-webtop .stt {
	font-weight: bold;
}
.float-right-box .bot-share {
	position: relative;
	height: 50px;
}
.float-right-box .bot-share a {
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	transition: background 0.3s ease 0s;
	margin: 0;
	padding: 0;
}
.float-right-box .bot-share .share {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.float-right-box .bot-share .sina {
	background: url(../images/ico_63.png) no-repeat center;
}
.float-right-box .bot-share .wx {
	background: url(../images/ico_64.png) no-repeat center;
}
.float-right-box .bot-share .more {
	background: url(../images/ico_66.png) no-repeat center;
}
.float-right-box .bot-share a:hover {
	background-color: #525354;
}
.float-right-box .bot-share .share-ico {
	background: url(../images/ico_67.png) no-repeat center #191919;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.float-right-box .top-list li .weix {
	position: relative;
}
.float-right-box .sidebox {
	position: absolute;
	right: 250px;
	top: 0;
	transition: all 0.1s ease 0s;
	width: 120px;
	z-index: 10;
	display: none;
	background: #191919;
}
.float-right-box .sidebox img {
	width: 110px;
	height: 110px;
	display: block;
	margin: 5px auto;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 920px;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
	border: 3px solid #1048a0;
}
/*↑组图样式↑*/

/*头部中英双语*/
.top_menu {
	font-size: 12px;
	width: 100%;
	background-color: #f4f4f4;

}
.top_name {
	display: inline-block;
}
.top_lang {
width:1200px;
text-align:right;

	margin-top:-7px;
	
	margin:auto;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

}
.top_lang img {
	vertical-align: middle;
	display: -webkit-inline-box;
}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 3px 11px;  border: 1px solid #e2e2e2;float: left;font-size:12px}
.ab_pages ul a:first-child{ border-right:0}
.ab_pages ul a:first-child:hover{ border-right:0}
.ab_pages ul a:last-child{ border-left:0}
.ab_pages ul a:last-child:hover{  border-left:0}
.ab_pages ul a.page-num-current{ background:#333; color:#fff; border:1px solid #333}
.ab_pages ul a:hover{ background:#333; color:#fff; border:1px solid #333}
.ab_pages ul span{display: inline-block; float: left; line-height: 28px;}

/*==============================================
   Thm Btn
===============================================*/

a,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
.button .btn {
	position: relative;
	font-weight: 600;
	color: #fff;
	background: #27AE60;
	display: inline-block;
	border: none;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
	display: inline-block;
	padding: 13px 32px;
	border-radius: 0px;
}
.button .btn::before {
	position: absolute;
	content: "";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#196db5;
	z-index: -1;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
	transform: scaleX(0);
}
.button .btn:hover:before{
	transform: scaleX(1);
}

.formbutton .btn {
	position: relative;
	font-weight: 600;
	color: #19ce67;
	background: #fff;
	display: inline-block;
	border: none;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
	display: inline-block;
	padding: 13px 72px;
	border-radius: 5px;
}
.formbutton .btn::before {
	position: absolute;
	content: "";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#196db5;
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
	transform: scaleX(0);
}
.formbutton .btn:hover:before{
	transform: scaleX(1);
}

/*==============================================
   Navigations One
===============================================*/
.middle-header {
	background: #fff;position:relative; padding-top:10px;
}
.top_xinxi {
position:absolute;
background-color:#fff;
float:right;
right:0;
}
.top_tel {
position:relative;
margin-right:90px;
}
.top_email {
position:relative;
margin-right:30px;
}
.top_tel ul::before {
	content: '';
	top:5px;
	position:absolute;
	width: 48px;
	height: 48px;
	left:-60px;
	background: url(../images/tel.png) no-repeat;
}
.top_email ul::before {
	content: '';
	top:5px;
	position:absolute;
	width: 48px;
	height: 48px;
	left:-60px;
	background: url(../images/mail.png) no-repeat;
}
.top_xinxi i{
 font-size:14px;
}
.top_xinxi p{
 font-size:14px; 
 margin-top:-5px;
 color:#444;
}
#header_main {
	height: 60px;
	position: relative;
	background: #196db5;	
}
#main_header_top {

}
#main_header_top::before {
    position: absolute;
    top: -1px;
    left:-500px;
    bottom: 0;
    right: 60%;
    background:#FFFFFF;
    -moz-transform: skew(130deg, 0deg);
    -webkit-transform: skew(130deg, 0deg);
    -o-transform: skew(130deg, 0deg);
    -ms-transform: skew(130deg, 0deg);
    transform: skew(130deg, 0deg);
    content: "";
    z-index: 10;
	height:30px
}
#main_header_bottom {
  
}
.main-header {
    position: relative;
    width: 58%;
    z-index: 999;
    transition: all 500ms ease;
	float:right;

}

.main-menu {
    position: relative;

}
.main-menu-wrapper {
    position: relative;
    display: block;
}

.main-menu-wrapper__left {
    position: relative;
    display: block;
    float: left;
}


.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: left;
    align-items: center;
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
 
}

.stricky-header.main-menu {
    background-color: #ffffff;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 15px;
    padding-bottom: 17px;
    position: relative;
	vertical-align: right;
	
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 45px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color:#FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-men_tubiao { 
background: url(../images/jiantou.png) no-repeat;
height:11px;
width:12px;
right:-18px;
bottom:24px;
position:absolute;

}

.main-menu .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li.current>a {
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color:#FFFFFF;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
    background-color: var(--thm-base);
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--thm-base);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    z-index: 99;
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);

}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid rgba(var(--thm-black-rgb), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 14px;
    line-height: 30px;
    color: var(--thm-gray);
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-base);
    color: #ffffff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.cont_content {
      width:600px;
}
.cont_img {
      width:500px;
}
.cont_img li {
     padding-bottom:60px;
}
