article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}


@font-face {
 font-family: 'rb';
 src: url(../fonts/rb.eot);
 src: local('rb'),
        local('rb'),
        url(../fonts/rb.woff) format('woff'),
        url(../fonts/rb.ttf) format('truetype'),
        url(../fonts/rb.svg#fontName) format('svg');
}  
@font-face {
 font-family: 'rr';
 src: url(../fonts/rr.eot);
 src: local('rr'),
        local('rr'),
        url(../fonts/rr.woff) format('woff'),
        url(../fonts/rr.ttf) format('truetype'),
        url(../fonts/rr.svg#fontName) format('svg');
}  
@font-face {
 font-family: 'reg';
 src: url(../fonts/reg.eot);
 src: local('reg'),
        local('reg'),
        url(../fonts/reg.woff) format('woff'),
        url(../fonts/reg.ttf) format('truetype'),
        url(../fonts/reg.svg#fontName) format('svg');
}  

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    line-height: 1.5;

}
ul {
	list-style-type: none;
}
body {
	
	color: #2e3233;
	font-weight: 500;
	font-family:"微軟正黑體", 'rr', Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #2e3233;
	outline: none;
}

a:hover, a:focus {
	color: #2e3233;
	outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto;
	padding: 2em;
	background: rgba(0,0,0,0.01);
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	background: #91cfa1;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 1.1em;
}

.codrops-demos a {
	display: block;
	float: left;
	clear: both;
	margin: 0.5em 0.5em 0.5em 1.9em;
	padding: 1em 1.1em;
	width: 280px;
	outline: none;
	color: #fff;
	background: #336ca6;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.6;
}

.content {
	padding: 4em 2em;
	max-width: 1200px;
	margin: 0 auto;
}

.block {
	float: left;
	padding: 1em 3em;
}

.block-40 {
	width: 40%;
}

.block-60 {
	width: 60%;
}

.block p {
	margin: 0;
	padding: 0 1em 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}

.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding-top: 3em;
	color: rgba(255,255,255,0.5);
}

.info a {
	font-weight: 700;
	font-size: 0.9em;
}

.info a:hover {
	color: #336ca6;
}

@media screen and (max-width: 69em) {
	.block {
		float: none;
		width: 100% !important;
		padding: 1em;
	}
}

@media screen and (max-width: 25em) {

	body {
		font-size: 80%;
	}

	.codrops-icon span {
		display: none;
	}

}



*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* html, body, .container, .scroller {
	height: 100%;
} */

/* .scroller {
	overflow-y: scroll;
} */

.clear{clear: both;}
img{display: block;width: 100%;height: auto;}

.header{width: 100%;height: auto;position: fixed;top: 0;left: 0;z-index: 9999999999;}
.header .header-c{width:86%; margin: 0 auto;}
.header .header-c .logo{display: block;width: 380px;height: auto;float: left}
.header .header-c .logo .logo0{display: none;}
.header .header-c .menu{width: calc(100% - 190px);float: left;padding-left: 5%;}
.header .header-c .menu ul{width:calc(100% - 90px);float: left; font-size: 0;text-align: right;}
.header .header-c .menu ul>li{transition: all 0.5s ease; font-size: 16px; padding: 0 2%; display: inline-block; vertical-align: middle;color: #000000;}
.header .header-c .menu ul>li>a{display: block; color: #FFF;line-height: 90px;}
.header .header-c .menu ul li:hover{background: #013754;}
.header .header-c .menu ul li.cut{background: #013754;}
.header .header-c .menu ul li .nextbox{position: fixed;width: 100%;top: 90px;background: #013754;left: 0;height: 0;overflow: hidden;padding: 0 18%;}
.header .header-c .menu ul li .nextbox .twobox{width: 40%;height: auto;float: left;text-align: left;}
.header .header-c .menu ul li .nextbox .twobox a{ width: 100%;max-width: 260px; line-height: 45px;padding-left: 15px; display: block;color: #FFFFFF;padding-right: 45px;position: relative;}
.header .header-c .menu ul li .nextbox .twobox a:after{content: "";position: absolute;right: 15px;top:calc(50% - 8px);background: url(../img/a001.png)center no-repeat;background-size: cover; width:16px;height:16px;}

.header .header-c .menu ul li .nextbox .threebox{width: 50%; float: right;text-align: left;}
.header .header-c .menu ul li .nextbox .threebox .li{display: none; padding: 5%;background: #093e5c;width: 100%;}
.header .header-c .menu ul li .nextbox .threebox .li2{padding: 0;background: none;font-size: 0;}
.header .header-c .menu ul li .nextbox .threebox .li2 a{color: #FFFFFF;width: 33.3%;font-size: 16px; line-height: 45px;padding: 0 10px;display: inline-block;}
.header .header-c .menu ul li .nextbox .threebox .li2 a:hover{background:#093e5c;}
.header .header-c .menu ul li .nextbox .threebox .li p{font-size: 15px;color: #FFf;}

.header .header-c .menu ul li.hover .nextbox{padding: 5% 18%;height: auto;transition: all 0.5s ease;}

.header .header-c .menu .lang{width: 90px;float: right;font-size: 16px;text-align: center;}
.header .header-c .menu .lang a{color: #FFf;line-height: 90px;display: block;}
.header .header-c .menu .lang:hover{background: #013754;}
.header:hover{background:rgba(255,255,255,0.45);}
.header .header-c .menu ul li .nextbox .twobox >a.active{background: #093e5c;}

.header2{background: #FFffff;border-bottom: 1px solid #ececec;}
.header2 .header-c .logo{width: 380px;}

.header2 .header-c .logo .logo0{display: block;}
.header2 .header-c .logo .logo1{display: none;}
.header2 .header-c{width: 94%;}
.header2 .header-c .menu{width: calc(100% - 380px);}
.header2 .header-c .menu ul>li{}
.header2 .header-c .menu ul>li >a{color: #000000;line-height: 80px;}
.header2 .header-c .menu ul li:hover a{color: #FFFFFF;}
.header2 .header-c .menu .lang{}
.header2 .header-c .menu .lang a{color: #000000;line-height: 80px;}
.header2 .header-c .menu .lang:hover a{color: #FFFFFF;}
.header2 .header-c .menu ul li .nextbox{top: 80px;}
.header2:hover{background: #FFFFFF;}

.mbnav{ display: none;width: 100%;height: auto;}
.mbnav .mbmenu-top{transition: all 0.3s ease; background: #FFFFFF;border-bottom: 1px solid rgba(0,0,0,0.1); width: 100%;height:60px;z-index: 99999; position: fixed;top: 0;left: 0;}
.mbnav .mbmenu-top .toggle{width: 60px;height: 60px;position: absolute;left: 0;top: 0;z-index: 9991;}


 .toggle .icon,
 .toggle .icon::before,
 .toggle .icon::after {
  position: absolute;
  width: 30px;
  height: 2px;
  transition-duration: 0.3s;
  background: #444;
}
 .toggle .icon {top: 28px;left: 15px;display: block;}
 .toggle .icon{width: 30px;}

 .toggle .icon::before,
 .toggle .icon::after {
 	position: absolute;
 	left: 0;
 	right: auto;
  content: '';
  background: inherit;
}
 .toggle .icon::before {
  top: -10px;
}
 .toggle .icon::after {
  top: 10px;
}


 .toggle.open .icon {
  width: 0;
  background: #FFFFFF;
}
 .toggle.open .icon::before {
  transform: translateY(10px) rotate(45deg);
  background: #FFFFFF;
}
 .toggle.open .icon::after {
  transform: translateY(-10px) rotate(-45deg);
    background: #FFFFFF;
}


.mbnav .mbmenu-top .logo{ height:50px; display:block;margin:0 auto;}
.mbnav .mbmenu-top .logo img{max-height: 100%; width: auto; margin: 5px auto;}
.mbnav .mbmenu-top .lang{width: 60px;line-height: 60px;text-align: center; color: #000000; position: absolute;right: 0;top: 0;font-size: 18px;font-weight: bolder;font-family: "rr";}
.mbnav .mbmenu-top .lang:hover{background: #1d6a96;color: #FFFFFF;}

.mbnav.mbnav2 .mbmenu-top{background: none;}

.mbnav.mbnav2 .mbmenu-top .lang{color: #FFFFFF;}



.navbox{transition: all 0.3s ease; position: fixed;z-index: 990; top: 0px;padding-top: 60px; left:0px;width:0%;height: 100%; background: #1d6a96;overflow: hidden;}

.navbox h3{color: rgba(255,255,255,0.6);font-size: 24px;padding: 10px 5%}
.navbox ul{width: 100%;height: auto;}
.navbox ul li{padding: 10px 10%;border-bottom: 1px solid rgba(0,0,0,0.04);border-top: 0.5px solid rgba(0,0,0,0.1);}
.navbox ul li>a{padding-left: 25px; position: relative;display: block; color: #FFFFFF;font-size: 15px;}
.navbox ul li>p{padding-left: 25px; position: relative;display: block; color: #FFFFFF;font-size: 15px;}





.navbox ul li.twosub>p:after{content: "";position: absolute;right: 0; width:16px;height:16px;top: calc(50% - 8px);background:url(../img/a001.png)center no-repeat;background-size: cover;}
.navbox ul li:hover {background: rgba(0,0,0,0.2);}
.navbox ul li.twosub .nexttwo-bks{ width: 0%;overflow: hidden; height: 100%; position: fixed;padding-top: 60px; background: rgba(0,0,0,0.5);  z-index: 992;left:0%;top: 60px;}
.navbox ul li.twosub .nexttwo-bks  .nexttwo h6{color: rgba(255,255,255,0.6);font-size: 24px;line-height: 45px; padding-left: 45px;width: 100%; position: relative;display: block;}
.navbox ul li.twosub .nexttwo-bks  .nexttwo h6:before{content: "";position: absolute;left: 15px;width: 100%;height: auto;top: calc(50% - 8px);width: 16px;height: 16px; background:url(../img/a002.png)center no-repeat;background-size: cover;}
.navbox ul li.twosub  .nexttwo{transition: all 0.3s ease; width:100%;background: #1d6a96;position: absolute;top: 0;height: 100%;left: 0;}
.navbox ul li.twosub .nexttwo a{display: block; color: #FFFFFF;font-size: 15px;padding: 10px 10%;border-bottom: 1px solid rgba(0,0,0,0,0.4);border-top: 0.5px solid rgba(0,0,0,0.1);}
.navbox ul li.twosub  .nexttwo a:hover{background: rgba(0,0,0,0.2);}
.navbox2{overflow: hidden; width:100%;height: 100%;transition: all 0.5s ease;left: 0;top: 0;z-index: 999;}
.navbox2 ul li.twosub.show .nexttwo-bks{width: 100%;}



@media only screen and (max-width:1680px) {
	
}
@media only screen and (max-width:1440px) {
	.header .header-c .logo{width: 380px;}
	.header .header-c .menu{width: calc(100% - 380px);}
	
}
@media only screen and (max-width:1280px) {
	
}
@media only screen and (max-width:1024px) {
	.header{display: none;}
	.mbnav{display: block;}
}
@media only screen and (max-width:720px) {
}



.shortcut-links{width: 100%; height:auto; background: #1d6a96; position: relative;  z-index: 90;text-align: center;font-size: 0;}
.shortcut-links2{width: 90%; max-width: 1400px; margin: 0 auto;  margin-top: -55px;}




.shortcut-links-c  a{display: inline-block;color: #FFFFFF;text-align: left;vertical-align: top; padding: 40px 2%;}
.shortcut-links-c  a h3{font-size: 20px;color: #FFFFFF;position: relative;padding-left: 30px;text-transform: capitalize;}
.shortcut-links-c  a h3:before{content:"";position: absolute;left: 0;width: 12px;height: 12px;border:3px solid #FFFFFF;border-radius: 100%;top: calc(50% - 6px);}
/*.shortcut-links-c  a h4{font-size: 12px;color: #FFFFFF;text-transform: uppercase;}*/
.shortcut-links-c  a:hover h3{font-weight: bolder;}


@media only screen and (max-width:1440px) {
	.shortcut-links-c  a{padding: 35px 1.5%;}
	.shortcut-links-c  a h3{font-size: 17px;}
}

@media only screen and (max-width:1280px) {
	.shortcut-links-c  a{padding: 30px 1.5%;}
	.shortcut-links-c  a h3{font-size: 15px;}
}
@media only screen and (max-width:1024px) {
	.shortcut-links-c  a{padding: 30px 1.5%;}
	.shortcut-links-c  a h3{font-size: 15px;}
}
@media only screen and (max-width:720px) {
	.shortcut-links{padding: 10px 0;}
	.shortcut-links-c  a{padding: 10px 1.5%;}
	.shortcut-links-c  a h3{font-size: 14px;padding-left: 20px;}
}


.banner{position: relative;}
.banner.banner2{margin-top: 0px;}

.banner img{width: 100%; display: block;}
.banner .num{width: 100%;height:auto; position: absolute; left: 0px; top: 50%; z-index: 50; transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%); }
.banner .num .num-box{float: right;}
.banner .num .num-box .value-box{float: left; margin-right: 100px; overflow: hidden; height: auto;}
.banner .num .num-box .value-box .pic-box{overflow: hidden; height: auto;}
.banner .num .num-box .value-box .pic{width: 70px; height: 70px; float: left;}
.banner .num .num-box .value-box h2{height: 70px; float: left; line-height: 70px; font-family: "reg";  font-size: 50px;  width: 180px; 
color: #fff; padding-left:30px; font-weight: 100;}
.banner .num .num-box .value-box h3{color: #FFF;margin-top: 30px; font-size: 24px; font-family: "reg";  font-weight: 100;}

.banner .swiper-pagination{color: #fff;  width: 200px; height: 50px; font-size: 50px; text-align: right;
 right: 130px; bottom: 8%;left: auto; font-family: "reg";  font-weight: 100;}
.banner .swiper-pagination .swiper-pagination-total{font-size: 30px;}

.banner .sb{position: absolute; width: 27px;height: 44px; border: 1px solid #fff; right: 130px;bottom: calc(8% + 150px);  border-radius: 13px; z-index: 50;}
.banner .sb span{position: absolute; display: block; width: 1px;height: 13px;  left: 13px;top: 0px; background: #fff;}




@media (max-width:1500px){

.banner .num{width: 100%;height:auto; position: absolute; left: 0px; top: 50%; z-index: 50; }

.banner .sb{bottom: calc(8% + 80px);}
.banner .swiper-pagination{height: 40px; font-size: 40px; text-align: right;}
.banner .swiper-pagination .swiper-pagination-total{font-size: 24px;}
}

@media (max-width:1200px){

.banner .num{width: 100%;height: auto; position: absolute; left: 0px; top: 50%; z-index: 50;  }

.banner .sb{display: none;}
.banner .swiper-pagination{height: 40px; font-size: 40px; text-align: right;}
.banner .swiper-pagination .swiper-pagination-total{font-size: 24px;}
.banner .num .num-box{width: 90%; margin: 0 auto; float: none;}
.banner .num .num-box .value-box{margin-right: 0; width: 33.3%}

.banner .num .num-box .value-box .pic{width: 50px; height: 50px; float: none; margin:  0 auto;}
.banner .num .num-box .value-box h2{height: auto; line-height: 1.5; font-size: 40px; text-align: center; width: 100%; padding: 0px; }
.banner .num .num-box .value-box h3{ font-size: 18px;text-align: center;}
}


@media (max-width:1000px){
.banner{margin-top: 60px; }
.banner .swiper-pagination{display: none;}
}
@media (max-width:800px){

.banner .num .num-box .value-box h3{margin-top: 0px;}
}

@media (max-width:600px){
.banner .num{}
.banner .num .num-box .value-box .pic{width: 30px; height: 30px; }
.banner .num .num-box .value-box h2{ font-size: 24px; }
.banner .num .num-box .value-box h3{ font-size: 14px;}

}




.w1400{width: 90%; max-width: 1400px; margin: 0 auto; transition: all 0.3s ease;}

.egla-title{font-size: 40px;  color: #1d6a96; margin-bottom: 60px;}
.egla-txt{font-size: 16px;  color: #5c6466; overflow-wrap: break-word; }
.egla-txt img{max-width: 800px; display: block; margin: 0px auto;}
.egla-txt p{margin-bottom:30px; line-height: 2;font-weight: 500;}
.egla-txt p:last-child{margin-bottom: 0px;}
.egla-more1{width: 200px; height: 50px;border-radius: 25px; display: block; padding-left: 60px;
 background: #1d6a96; color: #fff; line-height: 50px; position:relative; font-weight: 700; font-size: 18px; margin-top: 40px; }
 .egla-more1 b{ color: #fff; font-size: 18px;  transition: all 0.3s ease; display: block; height: 50px;line-height: 50px; }
.egla-more1 span{position: absolute; display: block;width: 30px;height: 30px; border: 7px solid #fff; left: 10px; top:10px; border-radius: 50%;}
.egla-more1:hover b{color: #fff; transform:scale(1.1);}


@media (max-width:600px){
.egla-title{margin-bottom: 40px; font-size: 30px;}

.egla-more1{width: 150px; height: 38px;border-radius: 19px;  padding-left: 40px;
line-height: 38px;  font-size: 14px; margin-top: 30px; }
 .egla-more1 b{  font-size: 14px;   height: 38px;line-height:38px; }
.egla-more1 span{position: absolute; display: block;width: 22px;height: 22px; border: 4px solid #fff; left: 8px; top:8px; border-radius: 50%;}
.egla-more1:hover b{color: #fff; transform:scale(1.1);}

}



.abo{width: 100%; height: auto; min-height: 550px; position: relative; }
.abo .abo-back{width: 100%; height: 100%; position: absolute; z-index: 1; left: 0px ;top: 0px;}
.abo .abo-back-left{width: calc(50% + 700px); height: 100%; position: absolute; left: 0px ;top: 0px; 
background-size: cover; background-position: center top;}
.abo .abo-back-left span{width: 140px; height: 100%; position: absolute; right: 0px ;top: 0px; 
background: rgba(29,86,150,0.2);}
.abo .abo-back-right{width: calc(50% - 700px); height: 100%; position: absolute;  right: 0px ;top: 0px; 
 background-position: center left; background-image: url(../img/008.png); background-repeat: no-repeat;}

.abo .abo-main{position: relative; z-index: 10; padding-top: 80px; padding-bottom: 80px; padding-right: 230px;}




.firm{width: 100%; height: auto; min-height: 550px; position: relative; }
.firm .firm-back{width: 100%; height: 100%; position: absolute; z-index: 1; left: 0px ;top: 0px;}
.firm .firm-back-left{width: calc(50% + 560px); height: 100%; position: absolute; left: 0px ;top: 0px; 
background-size: cover; background-position: left top;}
.firm .firm-back-right{width: calc(50% - 560px); height: 100%; position: absolute;  right: 0px ;top: 0px; 
 background-position: center center; background-size: cover; background-repeat: no-repeat;}
.firm .firm-main{position: relative; z-index: 10; padding-top: 80px; padding-bottom: 80px; overflow: hidden; height: auto;}
.firm .egla-title{line-height: 60px; color: #2e3233;}
.firm .firm-main-left{width: 320px; height: auto; overflow: hidden; float: left;}
.firm .firm-main-right{width: calc(100% - 380px); height: auto; overflow: hidden; float: left; margin-left: 60px;}
.firm .firm-main-right a{display: block;}
.firm .firm-main-right img{width:100%; display: block; box-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.firm .firm-main-right .swiper-slide{padding: 3px;}

.firm .firm-arr{height: 30px; margin-bottom: 35px; width: 80px; position: relative;}

.firm .firm-arr .swiper-button-prev, .firm .firm-arr .swiper-button-next{width: 30px; height: 30px; background-color:#1d6a96; 
margin-top: -15px;background-size: 20px 20px;}

.firm .firm-arr  .swiper-button-prev{left: 0px;}
.firm .firm-arr  .swiper-button-next{right: 0px;}

.hang1{overflow: hidden;height:auto;}

.road{width: 100%; height: auto;  position: relative; padding-top: 80px; padding-bottom: 60px; }

.road .road-top{ margin-bottom: 60px;  overflow: hidden;}
.road .swiper-slide{width: 1260px; height: 580px; background-size: cover; background-position: center center;
filter:alpha(opacity:30); opacity:0.3;  -moz-opacity:0.3;-khtml-opacity: 0.3;}
.road .swiper-slide-active{filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;}
.road .swiper-slide .box{ height: 340px; width: 80%; max-width: 520px; overflow: hidden; margin-top: 120px;
 background: #fff; border-left:#1d6a96 5px solid; position: relative; padding-top: 50px;padding-left: 30px; padding-right: 30px; display: none;  }

.road .swiper-slide-active .box{display: block;  }

.road .swiper-slide:hover  .box  h3{color: #1d6a96;font-weight: bolder;}



.road .swiper-slide .box span{position: absolute; display: block;width: 30px;height: 30px; border: 7px solid #1d6a96; 
	right: 30px; top:50px; border-radius: 50%; }
.road .swiper-slide .box h3{font-size: 20px; font-weight: 500;margin: 0px; margin-bottom:15px;}
.road .swiper-slide .box h4{font-size: 20px; font-weight: 700; font-family: "rb";margin: 0px; margin-bottom: 40px;text-transform: capitalize;}
.road .s3{padding-bottom: 50px;}
.road .s3 .swiper-pagination-bullet{border-radius: 0px; height: 2px; width:50px;}




.road .s3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1d6a96;
}




.hang2{overflow: hidden;height: 120px; line-height: 2;}
.hang2 p{line-height: 1.5; font-size: 16px;}


.build{width: 100%; height: auto;  position: relative; background-position: top left;  background-size: cover; padding-top: 80px; }
.build .box{ padding: 80px; width:calc(50% + 480px);  min-height: 300px; position: relative;
	padding-right: calc(50% - 700px); height: auto; float: right;  background: rgba(255,255,255,0.80); }
.build .box i{width: 90px; height: 90px; display: block; position: absolute; left: -90px; top: 0px;}
.build .box i img{display: block;width: 100%;}


.news{width: 100%; height: auto;  position: relative; padding-top: 80px; padding-bottom: 80px;  background: #f1f6fc;}


.news ul{width: 100%; height: auto; overflow: hidden; }
.news ul{width: calc(100% + 20px); height: auto; overflow: hidden; margin-left: -10px; }
.news ul li{width: calc(33.3% - 20px); height: auto; overflow: hidden; float: left; position: relative;
 background: #fff; transition: all 0.3s ease; margin:10px ; height: 360px;}

.news ul li .pic{width: calc(50% + 10px); position: absolute; height: 100%; background-size: cover; background-position: center center; display: none; }
.news ul li .pic span{width: 40px; height: 40px;border: 20px solid rgba(0,0,0,0); position: absolute; }
.news ul li .box{width: 100%; height: 360px; padding: 40px; overflow: hidden ;}
.news ul li .box .hang4{width: 100%; height: 60px;  overflow: hidden ;margin-bottom: 40px;}
.news ul li .box .hang4 h3{font-size: 20px; line-height: 1.5; color: #1d6a96; margin: 0px; font-weight: 500; }
.news ul li .box .hang3{width: 100%; height: 84px;  overflow: hidden ;margin-bottom: 40px;}
.news ul li .box .hang3 p{font-size: 14px; line-height: 1.5;  color: #5c6466;}
.news ul li .box .bottom{width: 100%; height: auto; overflow: hidden;}
.news ul li .box .bottom span{display: block; float: left; color: #5c6466;}
.news ul li .box .bottom a{display: block; float: right; color: #1d6a96;}
.news ul li:hover{background: #1d6a96;}
.news ul li:hover .hang4 h3{color: #fff;}
.news ul li:hover .hang3 p{color: #fff;}
.news ul li:hover  .box .bottom span{ color: #fff;}
.news ul li:hover  .box .bottom a{ color: #fff;}


.layui-form-select dl dd.layui-this {
    background-color: #1d6a96;
    color: #fff;
}

.news ul li:first-child{width: calc(66.6% - 20px);}
.news ul li:last-child{width: calc(66.6% - 20px);}
.news ul li:first-child .pic{display: block; left: 0px; top: 0px;}
.news ul li:last-child .pic{display: block; right: 0px; top: 0px;}

.news ul li:first-child .pic span{ border-right: 20px solid #fff; top: 50%; margin-top: -20px;  right: 0px;}
.news ul li:last-child .pic span{border-left: 20px solid #fff; top: 50%; margin-top: -20px;  left: 0px;}
.news ul li:first-child .box{display: block; float: right; width: calc(50% - 10px); }
.news ul li:last-child .box{display: block; float: left; width: calc(50% - 10px);  }
.news .egla-more1{margin: 0 auto;  margin-top: 40px;}

.foot{width: 100%; height: auto; overflow: hidden; padding: 45px 0; background: #1d6a96;}

.foot .logo2{width: 200px; height: 100px; float: left;}
.foot .logo2 img{width: 100%; display: block;}
.foot  .box{width: calc(100% - 250px); margin-left: 50px; height: auto; float: left;}
.foot  .box .n-nav{width: 100%; color: #FFF; text-align: right; margin-bottom: 20px; margin-top: 20px;}
.foot  .box .n-nav a{color: #fff; font-size: 14px; padding-left: 20px; font-weight: 100;text-transform:uppercase;}
.foot  .box .n-nav a:hover{color: #fff; }
.foot  .box .copy{width: 100%; color: #FFF; text-align: right;}
.foot  .box .copy p{width: 100%; color: #FFF;  font-size: 14px; font-weight: 100; text-transform:uppercase}
.foot  .box .copy p span{padding-left: 20px;text-transform: capitalize !important; }
.foot  .box .copy p span a{color: #fff; font-size: 14px;  font-weight: 100;}
.foot  .box .copy p span a:hover{color: #fff; }


.news ul li:first-child:hover .pic span{ border-right: 20px solid #1d6a96;}
.news ul li:last-child:hover .pic span{border-left: 20px solid #1d6a96;}


@media (max-width:1550px){
.abo .abo-back-right{width: 10%;}
.abo .abo-back-left{width: 90%; }

.firm .firm-back-left{width: calc(90% - 140px);}
.firm .firm-back-right{width: calc(10% + 140px);}

.road .swiper-slide{width: calc(90% - 140px);}

.build .box{ width:calc(90% - 200px);   padding-right: 5%; }
}

@media (max-width:1000px){
.abo .abo-back-right{display: none;}
.abo .abo-back-left{width: 100%; }
.abo .abo-back-left span{width: 15%; }
.abo .abo-main{padding-right: 15%;}
.firm .firm-back-left{width: 85%;}
.firm .firm-back-right{width: 15%;}

.firm .firm-main-left{width: 85%; height: auto; overflow: hidden; float: left;}
.firm .firm-main-right{width: 100%; height: auto; overflow: hidden; float: left; margin-top: 60px; margin-left: 0px;}
.hang1{overflow: hidden;height: auto;}
.road .swiper-slide{width: calc(90% - 60px);}
.build .box{ width:calc(90% - 150px);padding: 60px 40px;}


.news ul li{width: calc(50% - 20px); }

.news ul li:first-child{width: calc(100% - 20px);}
.news ul li:last-child{width: calc(100% - 20px);}
.foot{padding: 30px 0; }
.foot .logo2{ float: none; margin:0 auto; margin-bottom: 20px;}
.foot  .box{width: 100%; margin-left:0px; float: none;}
.foot  .box .n-nav{display: none;}
.foot  .box .copy{ text-align: center;}



}


@media (max-width:600px){

.abo .abo-back-left span{display: none; }
.abo .abo-main{padding-right: 0%;}
.firm .firm-back-left{width: 100%;}
.firm .firm-back-right{display: none;}
.firm .firm-main-left{width: 100%; }
.road{padding-top: 0;}
.road .swiper-slide{width: calc(100%);}
.road .s3 .swiper-pagination-bullet{width:20px;}

.road .swiper-slide .box {width: 90%;}

.build .box{ width:calc(100% - 70px);padding: 60px 5%; background: rgba(255,255,255,0.7); }

.build .box i{width: 50px; height: 50px; display: block; position: absolute; left: -90px; top: 0px; left: -50px;}

.news ul li{width: calc(100% - 20px); }
.news ul li:first-child .pic{display: none; }
.news ul li:last-child .pic{display: none; }
.news ul li:first-child .box{ float: none; width: calc(100% - 0px); }
.news ul li:last-child .box{ float: none; width: calc(100% - 0px);  }
.news .egla-more1{margin: 0 auto;  margin-top: 30px;}
.foot .logo2{width: 160px;}
}



.banner2{height: auto; min-height: 600px;background-size: cover; background-position: center center; position: relative;}
.banner2 h2{height: 60px; line-height: 60px; position: absolute; width: 90%; max-width: 1400px; font-size: 40px; bottom: 20%; left: 50%; 
	font-family: "Roboto",Arial; font-weight: 900; color: #ffffff; transform: translate(-50%,0);}
.pc-search2{width: 90%; max-width: 1400px; margin: 0 auto;  margin-top: -90px;}
.in-nav{height: 100px; position: relative; z-index: 30;}
.in-nav .box{float: right; height: auto; overflow: hidden; padding-left: 40px;
 background:url(../img/009.png) no-repeat center left; margin-top: 38px;
 font-size: 18px;font-family: "rb";font-weight: 500; color: #737373; position: absolute;right: 0px;top: 0px;}
.in-nav .box a{ font-size: 18px;font-family: "rb";font-weight: 500; color: #737373;  padding:  0 10px;}
.in-nav .box a:hover{  color: #737373;  }
.in-nav .box a:first-child{padding-left: 0px;}
.in-nav .box a:last-child{padding-right: 0px;}


.lawyer1{width: 100%; height: auto; overflow: hidden; padding-top: 140px; padding-bottom: 80px;  background: #f5f5f5;  margin-top: -140px;  }
.lawyer1 .box .pic{width: 420px; height:420px; overflow: hidden;float: left; }
.lawyer1 .box .pic img{width: 100%; display: block;}
.lawyer1 .box .txt{width: calc(100% - 440px);margin-left: 20px; background: #fff; float: left;
 height: auto; min-height:420px; overflow: hidden; position: relative; padding: 40px 0;  }
.lawyer1 .box .txt .txt-left {width: 400px; height: auto; overflow: hidden; padding:0 40px; float: left;}
.lawyer1 .box .txt .txt-left  h3{font-size: 32px; font-weight: 500; color: #1d6a96; margin-bottom: 20px;}
.lawyer1 .box .txt .txt-left  h4{font-size: 18px; font-weight: 500; color: #333333; margin-bottom: 40px;}
.lawyer1 .box .txt .txt-left ul{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.lawyer1 .box .txt .txt-left ul li{width: 100%; height: auto; overflow: hidden; padding: 6px 0px 6px 50px; 
	line-height: 1.5 ;font-size: 16px; font-family: Arial; background-repeat: no-repeat; background-position: 0px 2px;}
.lawyer1 .box .txt .txt-left .down{width: 100%; height: 30px;}
.lawyer1 .box .txt .txt-left .down a{width: 30px; height: 30px; display: block;float: left; margin-right: 30px; position: relative;}
.lawyer1 .box .txt .txt-left .down a img{width: 100%; display: block; position: absolute; left: 0px; top: 0px;transition: all 0.3s ease;}
.lawyer1 .box .txt .txt-left .down a .down1{ filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;}
.lawyer1 .box .txt .txt-left .down a .down2{ filter:alpha(opacity:0); opacity:0;  -moz-opacity:0;-khtml-opacity: 0;}
.lawyer1 .box .txt .txt-left .down a:hover .down2{ filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;}
.lawyer1 .box .txt .txt-left .down a:hover .down1{ filter:alpha(opacity:0); opacity:0;  -moz-opacity:0;-khtml-opacity: 0;}
.lawyer1 .box .txt span{display: block;width: 1px; height: calc(100% - 80px); position: absolute; border-left: 1px #c0c0c0 dashed; left: 400px; top: 40px; }

.lawyer1 .box .txt .txt-right {width: calc(100% - 400px); height: auto; overflow: hidden; padding:0 40px; float: left; position: relative;}
.lawyer1 .box .txt .txt-right b {width: 80px; height: 80px;position: absolute; right: 40px; top: 0px; z-index: 1}
.lawyer1 .box .txt .txt-right .egla-txt{position: relative; z-index: 2;  margin-top: 80px;}
.lawyer1 .box .txt .txt-right .egla-txt p{font-size: 14px; line-height: 1.5; color: #666; }

.lawyer2 .box{ padding: 80px; width:calc(50% + 480px);  min-height: 300px; position: relative;
	padding-left: calc(50% - 700px); height: auto; float: left;  background: rgba(1,80,123,0.85); }
.lawyer2 .box .egla-title{color: #fff;}
.lawyer2 .box .egla-txt p{color: #fff;}
.lawyer3 {background: #fff; margin: 0; padding-top: 80px;}
.lawyer3 .pic{position: relative;}
.lawyer3 .pic b{width: 146px; height: 146px; position: absolute; display: block; left: 50%; top: 50%; margin-top: -73px; margin-left: -73px; 
	border-radius: 50%; border: 1px #fff dashed;}
.lawyer3 .pic h6{width: 120px; height: 120px; position: absolute; display: block; left: 50%; top: 50%; margin-top: -60px; margin-left: -60px; 
	border-radius: 50%; border: 2px #fff solid; background: rgba(0,0,0,0.5); line-height: 120px;  font-size: 32px; text-align: center; font-weight: 500; color: #fff;}
.lawyer3 .txt{padding: 0px !important; padding-left: 40px !important;}
.lawyer3 .txt ul{width: 100%; height: auto; overflow: hidden;}
.lawyer3 .txt ul li{width: 100%; height: auto; overflow: hidden; margin-bottom: 50px;}
.lawyer3 .txt ul li:last-child{ margin-bottom: 0px;}
.lawyer3 .txt ul li h3{font-weight: 500; font-size: 24px; color: #1d6a96; margin-bottom: 30px; }
.lawyer3 .txt ul li 9{font-weight: 500; font-size: 14px; color: #666666; }

.lawyer4 {width: 100%; height: auto; overflow: hidden; background-size:  cover; background-position: center center; 
	background-attachment: fixed;}
.lawyer4 .box{border-left:1px solid rgba(255,255,255,0.5); border-right:1px solid rgba(255,255,255,0.5); 
width: 100%; height: auto; overflow: hidden; padding-top: 80px; padding-bottom: 80px;}
.lawyer4 .box .egla-title{color: #fff; border-bottom:1px solid rgba(255,255,255,0.5); padding-left: 60px; padding-right: 60px; padding-bottom: 60px; }
.lawyer4 .box ul{width: 100%; height: auto; overflow: hidden; padding: 0 5%;}
.lawyer4 .box ul li{width: 100%; height: auto; overflow: hidden; margin-bottom: 60px; padding-left: 80px; position: relative;}
.lawyer4 .box ul li:last-child{ margin-bottom: 0px;}
.lawyer4 .box ul li b{position: absolute; display: block; position:absolute; width: 30px;height: 30px;border:7px solid rgba(255,255,255,0.5);
 left: 0px; top: 5px;  border-radius: 50%;}
.lawyer4 .box ul li h4{font-size: 24px; font-weight: 500; margin-bottom: 30px; color: #fff;}
.lawyer4 .box ul li p strong{display: inline-block; padding:10px 14px; margin: 10px 0; margin-right: 20px; 
 color: #fff;border:1px solid rgba(255,255,255,0.5); }
.areas{margin-top: 80px;}
.areas .s6{padding-bottom: 20px;}

.areas .swiper-slide{padding: 3px;height: auto; overflow: hidden;}
.areas .swiper-slide .s6-box{box-shadow: 1px 1px 4px rgba(0,0,0,0.3); min-height: 190px;
 border-bottom: 2px solid #1d6a96; padding: 20px;height: auto; overflow: hidden; }

.s6-txt{margin-bottom: 20px;}

.s6  .swiper-button-prev, 
.s6  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 64px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    background-size: 12px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.2);
}

.s6  .swiper-button-prev{ left: 3px;}
.s6  .swiper-button-next{ right: 3px;}

.latest{width: 100%; height: auto; overflow: hidden; padding-top: 80px; padding-bottom: 80px; position: relative;}
.latest-box{width: 100%; height: auto; overflow: hidden; padding-top: 10px; position: relative;}

.latest-box .swiper-slide{padding: 40px 20px;}
.latest-box .swiper-slide .s7-box{width: 100%; height: auto; overflow: hidden; z-index: 100; position: relative;}
.latest-box .swiper-slide span{font-size: 18px; display: block; margin-bottom: 30px; }
.latest-box .swiper-slide .s7-txt{width: 100%; height: auto; overflow: hidden;margin-bottom: 30px; }
.latest-box .swiper-slide .s7-txt p{font-size: 14px; line-height: 2; }

.latest-box .swiper-slide i{display: block;width: 60px; height: 2px;  margin-bottom: 30px; background: #1d6a96;}
.latest-box .swiper-slide h6{font-size: 16px; font-weight: 500; }

.latest  .swiper-button-prev, 
.latest  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(50% - 730px);
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;

}

.latest  .swiper-button-prev {

    background-position: center right;
    left: 0;
    right: auto;
    background-image: url(../img/020.png);

}
.latest  .swiper-button-next {

    background-position: center left;
    left: auto;
    right: 0;
    background-image: url(../img/021.png);

}
.latest  .swiper-button-prev span{position: absolute;display: block;width: calc(100% - 50px);  top: 50%;
 margin-top: -1px;height: 2px; background: #999; left: 0px;}
.latest  .swiper-button-next span{position: absolute;display: block;width: calc(100% - 50px);  top: 50%;
 margin-top: -1px;height: 2px; background: #999; right: 0px;}

 .s7-back{position: absolute; height: 100%; width: 100%; background-size: cover; background-position: center center; top: 0px; left: 0px;
 filter:alpha(opacity:0); opacity:0;  -moz-opacity:0;-khtml-opacity: 0;}
 .latest-box .swiper-slide:hover .s7-back{filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;transition: all 0.3s ease;}

.latest-box .swiper-slide:hover span{color: #fff;  }
.latest-box .swiper-slide:hover .s7-txt p{color: #fff; }

.latest-box .swiper-slide:hover i{background: #fff;}
.latest-box .swiper-slide:hover h6{color: #fff; }





@media (max-width:1550px){


.lawyer2 .box{ width:calc(90% - 200px);   padding-left: 5%; }
.lawyer4 .box{width: 90%;}
.s7{width: 90%;}

.latest  .swiper-button-prev, 
.latest  .swiper-button-next { width: 5%;}
}

@media (max-width:1400px){
.lawyer1 .box .txt .txt-left {width: 300px; padding:0 30px; }
.lawyer1 .box .txt .txt-right {width: calc(100% - 300px);  padding:0 30px; }
.lawyer1 .box .txt span{ left: 300px; }
}

@media (max-width:1200px){
.lawyer1 .box .txt .txt-left {width: 100%; }
.lawyer1 .box .txt .txt-right {width: 100%;  }
.lawyer1 .box .txt span{ display: none; }
.lawyer1 .box .txt .txt-right b {display: none; }
.lawyer1 .box .txt .txt-right .egla-txt{ margin-top: 40px;}
.banner2{min-height: 500px;}
.banner2 h2{font-size: 50px;}
}

@media (max-width:1000px){
.in-nav{display: none;}

.lawyer1{padding-top: 80px;   margin-top: 0px;  }
.build .box{ width:calc(90% - 100px);padding: 60px 40px;}

.s7{width:calc(100% - 120px);}

.latest  .swiper-button-prev, 
.latest  .swiper-button-next { width: 60px;}

}

@media (max-width:800px){
.lawyer1 .box .pic{width: 100%; height:auto;  }
.lawyer1 .box .txt{width: 100%;margin-left: 0px;  }
.banner2{min-height: 400px;}
.banner2 h2{font-size: 40px;}
.lawyer3 .pic{margin-bottom: 40px;}
.lawyer4 {background-attachment: scroll;}
}

@media (max-width:600px){
.lawyer1 .box .pic{width: 100%; height:auto;  }
.lawyer1 .box .txt{width: 100%;margin-left: 0px;  }
.banner2{min-height: 350px;}
.banner2 h2{font-size: 30px;}
.build .box{ width:calc(100% - 50px);padding: 60px 5%;  }

.lawyer4 .box ul li{ margin-bottom: 40px; padding-left: 60px;}
.lawyer4 .box ul li:last-child{ margin-bottom: 0px;}
.lawyer4 .box ul li span{font-size: 14px; padding:5px 7px; margin: 5px 0; margin-right: 10px;  }
}



.egla-title2{width: 100%; height: auto; overflow: hidden;}
.egla-title2 span{float: left; display: block; ;  font-size: 36px; color: #1d6a96;
	padding-bottom: 10px; border-bottom: 2px solid #1d6a96; margin-bottom: 50px;text-transform: capitalize;}
	
	
	.egla-title3 span{color: #FFFFFF;
	 border-bottom: 2px solid #FFFFFF;}
.essay-box{ overflow: hidden; }


@media only screen and (max-width:720px) {
	.egla-title2 span{font-size: 30px;margin-bottom: 40px;}
}


.h80{clear: both; height: 80px;}
.about01{margin-top: 0px; margin-bottom: 0px;}
.about02{padding-top: 140px; background-position: top; right;}
.center-pic{width: 100%; height: auto; overflow: hidden; }
.center-pic img{width: 100%; display: block;}
.egla-join{display: block;width: calc(100% + 100px); margin-left: -50px;}
.egla-join input{display: block;width: calc(50% - 100px);margin:0 50px 25px 50px; background-color: rgba(0,0,0,0); 
	border: none; border-bottom: 1px solid #1d6a96; height: 60px; line-height: 60px; float: left; color:#1d6a96; }
	.egla-join input.tel{display: block;width: calc(100% - 100px); }

	.egla-join textarea {display: block;width: calc(100% - 100px); margin:0 50px 25px 50px; background-color: rgba(0,0,0,0); 
	border: none; border-bottom: 1px solid #1d6a96; height: 60px; line-height: 60px; float: left; color:#1d6a96; 
	height: 90px; line-height: 1.5  ; }
.egla-join input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #1d6a96;
}
.egla-join input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #1d6a96;
}
.egla-join input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #1d6a96;
}
.egla-join input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #1d6a96;
}
.egla-join textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #1d6a96;
}
.egla-join textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #1d6a96;
}
.egla-join textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #1d6a96;
}
.egla-join textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #1d6a96;
}
.egla-join input.join-btn{width: 200px; float: right; margin-bottom: 0px;transition: all 0.3s ease;}


.egla-join input.join-btn:hover{background:#1d6a96; color: #fff;   }
.history h4{font-size: 24px; color: #1d6a96; margin-bottom: 60px;}
.history .egla-title2{margin-bottom: 30px;}
.history ul{width: 100%; height: auto; overflow: hidden; position: relative; padding-top: 80px;}
.history ul li{width: 100%; height: auto; overflow: hidden; position: relative; margin-bottom: 80px; z-index: 10;}
.history ul li .left{width: 28%; height: auto; overflow: hidden; position: relative; float: left;}
.history ul li .right{width: 72%; height: auto; overflow: hidden; position: relative; float: left;}
.history ul li .left .box{width: 100%;max-width: 230px; text-align: center; height: auto; overflow: hidden;  float: right;}
.history ul li .right .box{width: 100%;max-width: 900px; padding: 0 40px; height: auto; overflow: hidden;  float: right;}
.history ul li .left .box h5{font-size: 24px; text-align: center;color: #1d6a96;font-weight: 500; font-family: Arial; margin-bottom: 30px;}
.history ul li .left .box h6{font-size: 18px; text-align: center;color: #333333;font-weight: 500; font-family: Arial;}
.history ul li .right .box h4{font-size: 24px; color: #1d6a96;font-weight: 500;  margin-bottom: 30px;}
.history ul li .right .box p{font-size: 16px; color: #333333;font-weight: 500; }
.history ul li b{display: block;width: 13px;height: 13px; border-radius: 50%; left: 28%; position: absolute;
 margin-left: -7px; top: 40px; background: #1d6a96;}
.history ul span{position: absolute; left: 28%; top:0px; height: 100%; width: 1px; display: block; background: #aaa; }




.news-title{font-size: 36px; margin-bottom: 60px; font-weight: 500;}
.news-digest{font-size: 28px; margin-bottom: 60px;color: #1d6a96;   font-weight: 500;}

.news-back{ width: 180px; height: 50px;text-align: center; border: 1px solid #1d6a96;display: block; line-height: 50px; margin-top: 60px;
transition: all 0.3s ease;}
.news-back b{color: #1d6a96; font-weight: 500; }

.news-back:hover{background: #1d6a96;}
.news-back:hover b{color: #fff;} 



.con-top{width: calc(100% + 40px); height: auto; overflow: hidden; margin-left: -20px;}
.con-top li{width: calc(25% - 40px); height: auto; overflow: hidden; margin:10px 20px; float: left; padding-top: 40px; position: relative;}
.con-top li>img{position: absolute; width: 80px; height: 55px; position: absolute;display: block; top: 0px; left: 50%; margin-left: -40px;}
.con-top li .con-txt{border:1px solid rgba(1,80,123,0.5); width: 100%; height: 160px; padding: 20px;

 text-align: center;
      font-size: 20px;
      color: #1d6a96;
		
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 

  }

.con-top li.con-add{width: calc(100% - 40px);}
.con-top li.con-3{word-break:break-all ;}

.egla-map{width: 100%; height: 400px; overflow: hidden; background: #f5f5f5;}




.member-list{ background-size: cover; background-position: center top; }
.member-list-box{width: calc(150% - 510px); height: auto; padding-top: 80px; overflow: hidden; margin-left: calc(-25% + 255px);}
.menber-title{width: 100%; text-align: center; margin-bottom: 20px;}
.menber-title h3{font-size: 30px; color: #1d6a96;}
.menber-title h4{font-size: 18px; color: #1d6a96; margin-top: 10px;}
.member-list-box li{width: 340px; height: auto; overflow: hidden; float: left; margin-left:calc(16.6% - 170px);margin-right:calc(16.6% - 170px);
padding:20px 3px 3px 3px;  transition: all 0.3s ease;  }
.member-list-box li .member-pic{width: 100%; height: auto; overflow: hidden; box-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.member-list-box li .member-pic img{width: 100%; height: auto; display: block;}
.member-list-box li h2{width: 100%; font-size: 18px; color: #333; line-height: 1.5; height: 54px; overflow: hidden; text-align: center; font-weight: 500; margin-top: 10px;}
.member-list-box li:hover{ transform:translate(0px,-10px); }

.lawyer-list{width: calc(100% + 24px); margin-left: -12px;height: auto; overflow: hidden;font-size: 0;letter-spacing: -3px; }
.lawyer-list li{width: calc(25% - 24px); margin-left: 12px; margin-right: 12px; height: auto; overflow: hidden;
 display: inline-block; vertical-align:top; margin-bottom: 30px;}
.lawyer-list-box{width: 100%; max-width: 440px; height: auto; overflow: hidden; padding:10px 3px 3px 3px;  
	margin: 0 auto; letter-spacing: 0px; transition: all 0.3s ease; }
.lawyer-list-pic{ width: 110px; height: 110px; overflow: hidden; border-radius: 50%;
 margin:0 auto; 	margin-bottom: 20px;letter-spacing: 0px; }
.lawyer-list-pic img{width: 100%; display: block;}
.lawyer-list-txt{width: 100%; height: auto; overflow: hidden; letter-spacing: 0px; text-align: center;}
.lawyer-list-txt h2{width: 100%; height: auto; overflow: hidden; font-size: 28px; line-height: 1.5 ; color: #1d6a96;letter-spacing: 0px; }
.lawyer-list-txt h3{width: 100%; height: auto; overflow: hidden; font-size: 18px; line-height: 1.5 ; color: #1d6a96;letter-spacing: 0px; margin-bottom: 10px; }
.lawyer-list-tel {display: block; width: 100%; height: auto; overflow: hidden;   
 font-size: 16px; line-height: 1.5; 
/* background-repeat: no-repeat;background-position: -2px -2px;  padding-left: 30px;*/ font-family: Arial;}
.lawyer-list-mail {display: block; width: 100%; height: auto; overflow: hidden; 
	font-size: 16px; line-height: 1.5; 
/* background-repeat: no-repeat;background-position: -2px -2px;   padding-left: 30px;  */font-family: Arial;}
.lawyer-list-box .down{width: 100%; height: 24px; margin-top: 10px; text-align: center;}
.lawyer-list-box .down a{width: 24px; height: 24px; display: inline-block; margin-right: 10px; position: relative;}
.lawyer-list-box .down a img{width: 100%; display: block; position: absolute; left: 0px; top: 0px;transition: all 0.3s ease;}
.lawyer-list-box .down a .down1{ filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;}
.lawyer-list-box .down a .down2{ filter:alpha(opacity:0); opacity:0;  -moz-opacity:0;-khtml-opacity: 0;}
.lawyer-list-box .down a:hover .down2{ filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;}
.lawyer-list-box .down a:hover .down1{ filter:alpha(opacity:0); opacity:0;  -moz-opacity:0;-khtml-opacity: 0;}
.lawyer-list-box:hover{ transform:translate(0px,-10px); }
.lawyer-list-tel:before{content: " "; display: inline-block; width: 24px; height: 24px; vertical-align: middle;
 background-image: url(../img/010.png); background-size: 100%; margin-right: 5px; background-position:0px -3px; }
.lawyer-list-mail:before{content: " "; display: inline-block; width: 24px; height: 24px; vertical-align: middle;
 background-image: url(../img/012.png); background-size: 100%; margin-right: 5px; background-position:0px -3px; }
.page{width: 100%; height: auto; overflow: hidden; text-align: center; padding: 3px 0;}
.page a{display: inline-block; font-size: 16px;  height: 30px; width: 30px; line-height: 30px; text-align: center;
 color: #fff; background:#1d6a96; transition: all 0.3s ease; font-family: Arial; margin: 3px; }
.page a.n-p{  width: 50px; }

.page a:hover{background:  rgba(1,47,135,0.6); color: #fff; }
.page a.cut{ color: #1d6a96; background:#fff;}


.mem-d-b{width: 100%; height: auto; overflow: hidden;position: relative;}
.mem-d-b .s10{width: calc(100% - 100px); max-width: 1000px; height: auto; overflow: hidden;position: relative;}
.mem-d-b .swiper-button-prev, .mem-d-b .swiper-button-next{filter:alpha(opacity:40); opacity:0.4;  -moz-opacity:0.4;-khtml-opacity: 0.4;}
form.news-search{width: 100%; height: 50px;  max-width: 800px;}
form.news-search .news-search-left {width: 60%; height: 50px; float: left; position: relative; margin-right: 30px;}

form.news-search .news-search-right {width: calc(40% - 30px); height: 50px; float: left; clear: none; }
form.news-search .news-search-right input{width:100%; height:50px;  background:none; border:1px  solid #1d6a96;
 background: rgba(255,255,255,0.2); outline:none; color: #333; border-radius: 0px; font-size: 16px; color:#1d6a96; }
form.news-search .news-search-right input:hover{ border:1px  solid #1d6a96; }


form.news-search .txt{ width:100%; height:50px;  background:none; border:1px  solid #1d6a96;
 padding:0 60px 0 20px; background: rgba(255,255,255,0.2); outline:none; color: #333;}
form.news-search .btn{ width:50px; height:50px; background: url(../img/022.png) no-repeat center; border:none;
 position:absolute; top:0; right:10px; cursor:pointer;}


.news-list{width: calc(100% + 24px); margin-left: -12px;height: auto; overflow: hidden; margin-top: 60px;}
.news-list li{width: calc(25% - 24px); margin-left: 12px; margin-right: 12px; height: auto; overflow: hidden;
float: left; margin-bottom: 30px;}
.news-list-box{width: 100%; height: 550px; padding-bottom: 40px; overflow: hidden; position: relative; background: #f7f9fb;}
.news-list-box img{display: block; width: 100%; }
.news-list-box h3{font-size: 20px; line-height: 1.5; padding: 20px; color: #1d6a96;font-size: 500;}
.news-list-box h5{font-size: 16px; line-height: 1.5; padding: 20px 20px 0 20px ; color: #333;font-size: 500;}
.news-list-box b{display: block; width: 60px; height: 2px; background: #1d6a96; margin-left: 20px; margin-bottom: 20px;}
.news-list-box span{font-size: 12px; line-height: 1.5; padding: 0px 20px 20px 20px; color: #1d6a96;display: block; }
.news-list-box .news-list-txt{font-size: 12px; line-height: 1.5; padding:0 20px; color: #333;}
.news-list-box .news-list-black{position: absolute; width: 100%; height: 80px; bottom: 0px; left: 0px; background-image: url(../img/023.png); background-repeat:repeat-x; }

.load-more{width: 150px; height: 40px;display: block; margin-top: 60px; padding-left: 40px;
 text-align: center; line-height: 40px; font-size: 12px; color: #1d6a96; position: relative;}
.load-more b{width: 40px; height: 40px;display: block; position: absolute; left: 0px; top: 0px; border:1px solid #1d6a96;
 line-height: 40px; height: 40px; text-align: center; font-size: 20px; font-family: Arial;}
.load-more i{width: 40px; height: 40px;display: block; position: absolute; left: -40px; top: 0px; background:  #1d6a96; transition: all 0.3s ease;}
.load-more:hover{ color: #1d6a96; }
.load-more:hover b{ color: #fff; }
.load-more:hover i{ left: 0px;} 


.sarch-all{width: 100%; height: auto; overflow: hidden; margin-top: 80px; }
.sarch-all li{ overflow: hidden;  float: left; height: 50px;  transition: all 0.3s ease;  margin-bottom: 10px;
	line-height: 50px; padding:0 20px;  margin-right: 10px;  border:1px solid #1d6a96; color: #1d6a96;  }
.sarch-all li span{font-family: Arial; padding-left: 5px;}
.sarch-all li:hover{ background:  #1d6a96; color: #fff;  }
.sarch-all li.cut {background:  #1d6a96; color: #fff;  }
.sarch-all-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 80px;}
.essay-box .sarch-all-box:last-child{ margin-bottom: 0px;}


.sarch-all-box-t{ height: auto; width: 100%;overflow: hidden; margin-bottom: 40px; border-bottom: dashed 1px #1d6a96; padding-bottom: 20px; }
.sarch-all-box-t h2{width: calc(100% - 150px);  line-height: 40px; font-weight: 500; color: #333 ; 
 float: left; font-size: 30px; margin-right: 30px; }
.sarch-all-box-t a{width: 120px; height: 40px; line-height: 40px; font-weight: 500; color: #333 ;  float: left;font-size: 18px;  transition: all 0.3s ease; }
.sarch-all-box-t a:hover{color: #1d6a96;  }





.practices-top{width: calc(50% + 100px); height: auto; overflow: hidden; position: relative; padding-left: calc(50% - 700px); min-height: 600px;}
.practices-top-back1{ position: absolute; width: calc(100% - 200px); height: 100%; left: 0px; top: 0px; background:  rgba(1,47,135,0.8);  z-index: 19; }
.practices-top-back2{ position: absolute; width: 200px; height: 100%; right: 0px; top: 0px; background-size: 100% 100%; 
 background-repeat: no-repeat; background-image: url(../img/024.png); z-index: 19; }

.practices-top-txt{position: relative; z-index: 20; width: 800px;  height:auto; overflow: hidden; float: right; padding-right: 200px;  padding-top: 150px; padding-bottom: 150px; }
.practices-top-txt h3{font-size: 60px; font-weight: 500; color: #fff; line-height: 1.5;}
.practices-top-txt span{height: 2px; width: 90px; margin-top: 30px; margin-bottom: 30px; background: #fff; display: block;}
.practices-top-txt .practices-top-main{width: 100%; height: auto; overflow: hidden;  font-size: 18px; color: #fff;}









.practices-left{ width: 100%; height: auto; overflow: hidden;}


.practices-left ul{ width: 100%; height: auto; overflow: hidden; }
.practices-left ul li{ width: 100%; height: auto; overflow: hidden;  padding:30px 0; border-bottom: 1px #1d6a96 dashed;}
.practices-left ul li span{display: block;width: 100%; height: auto; overflow: hidden;  font-size: 16px;margin-bottom: 15px;color: #1d6a96; font-family: Arial;  }
.practices-left ul li h3{display: block;width: 100%; height: auto; overflow: hidden;  font-size: 28px;margin-bottom: 15px;color: #1d6a96;   }
.practices-left ul li .practices-txt{display: block;width: 100%; height: auto; overflow: hidden;  font-size: 18px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}


@media (max-width:1500px){
.practices-top{width: 800px; padding-left: 0px;}
.practices-top-txt{padding-left: 30px;}
.news-title{font-size: 40px; }
.news-digest{font-size:28px;}
.practices-left ul li h3{font-size: 26px;}
.load-more{margin-top: 55px;}
}










@media (max-width:1200px){
	.egla-join{display: block;width: calc(100% + 60px); margin-left: -30px;}
.egla-join input{display: block;width: calc(50% - 60px); margin:0 30px 15px 30px;  height: 50px; line-height: 50px; }
	.egla-join input.tel{display: block;width: calc(100% - 60px); }
	.egla-join input.join-btn{width: 200px; }
		.egla-join textarea {width: calc(100% - 60px);  margin:0 30px 15px 30px; }
		.con-top li{width: calc(50% - 40px); }

.con-top li .con-txt{font-size: 18px; }

.con-top li.con-add{width: calc(100% - 40px);}

.member-list-box{width: calc(100% + 60px); margin-left: -30px;}

.member-list-box li{width: calc(33.3% - 60px);margin-left:30px;margin-right:30px; }
.member-list-box li h2{font-size: 16px; height: 48px;}


.lawyer-list li{width: calc(33.3% - 24px);}
.news-list li{width: calc(33.3% - 24px);}
.practices-top{ min-height: 500px;}


.news-title{font-size: 35px; }
.news-digest{font-size:26px;}
.practices-left ul li .practices-txt{font-size: 16px;}
.practices-left ul li span{font-size: 15px;}
.practices-left ul li{padding: 25px 0;}
.load-more{margin-top: 50px;}
}

@media (max-width:1000px){
	
.about01{margin-top: 60px; }
.sarch-all { margin-top: 0px;}
.practices-top-txt{padding-top: 80px; padding-bottom: 80px; }
.practices-top-txt h3{font-size: 40px;}

 .practices-left{margin-right: 0px; width: 100%; }
  .practices-right{ width: 100%; }

  .practices-right  .lawyer-list-box{max-width: 1000px;}

.news-title{font-size: 30px; }
.news-digest{font-size:24px;}
.practices-left ul li h3{font-size: 22px;}
.practices-left ul li .practices-txt{font-size: 15px;}
.practices-left ul li span{font-size: 14px;}
.load-more{margin-top: 45px;}
}


@media (max-width:800px){
	
.egla-join input{display: block;width: calc(100% - 60px); margin:0 30px 15px 30px;  height: 50px; line-height: 50px; }
.history ul span{left: 7px; }
.history ul li b{ left: 0; margin-left: 0px;}
.history ul li .left{width: 100%; }
.history ul li .right{width: 100%; }
.history ul li .right .box{padding: 0 0px;  padding-left: 30px;}
.history ul li .left .box{max-width: 800px; text-align: left;   float: left; padding-left: 30px;}
.history ul li .left .box h5{ text-align: left; float: left; font-size: 18px; line-height: 18px; margin-right: 20px; }
.history ul li .left .box h6{ text-align: left; float: left; font-size: 18px; line-height: 18px;  }

.news-title{font-size: 30px;  }
.news-digest{font-size: 24px; }
.member-list-box{width: calc(100% + 40px); margin-left: -20px;}
.member-list-box li{width: calc(50% - 40px);margin-left:20px;margin-right:20px; }
.lawyer-list li{width: calc(50% - 24px);}
.news-list li{width: calc(50% - 24px);}

.sarch-all-box-t h2{width: calc(100% - 100px); font-size:24px; margin-right: 20px; }
.sarch-all-box-t a{width: 80px;font-size: 14px;  }
.sarch-all-box{ margin-bottom: 40px;}
.essay-box .sarch-all-box:last-child{ margin-bottom: 0px;}
.practices-top{ min-height: 400px ; width: 100%;}

.practices-top-txt{width: 100%; padding-right: 5%; padding-right: 5%; padding-top: 200px; }


.practices-top-back1{ position: absolute; width: 100%; height: calc(100% - 150px);
 left: 0px; top: 150px; background:  rgba(1,47,135,0.8);  }
.practices-top-back2{ position: absolute; width: 100%; height: 150px; right: auto; left: 0px top: 0px; 
 background-image: url(../img/025.png);  }



 .practices-right .practices-t{ float: left; width: calc(100% - 0px); margin-left: 0px; }
.practices-right .practices-t .lawyer-list-txt h2{font-size: 30px;}
.practices-right .practices-t .lawyer-list-txt h3{font-size: 18px;}
.practices-right .lawyer-list-tel{font-size: 16px; background-size: 28px 28px;}
.practices-right .lawyer-list-mail{font-size: 16px; background-size: 28px 28px;}
.news-title{font-size:28px; }
.news-digest{font-size:22px;}
.practices-left ul li .practices-txt{font-size: 14px;}

.con-top li img{width: 64px;height: 44px;margin-left: -32px;top: 12px;}
}

@media (max-width:600px){
	
		.con-top li{width: calc(100% - 40px); }

.con-top li .con-txt{font-size: 16px; height: auto;}
.member-list-box{width: calc(100% + 10px); margin-left: -5px;}
.member-list-box li{width: calc(50% - 10px);margin-left:5px;margin-right:5px;padding:10px 2px 2px 2px; }
.member-list-box li h2{font-size: 14px;height: 42px;}

.sarch-all-box-t h2{font-size:20px; }

.practices-top{ min-height: 350px;}
.practices-right .lawyer-list-pic{width: 100%; height: auto; margin-bottom: 40px; }

.news-title{font-size:24px;margin-bottom: 40px; }
.news-digest{font-size:18px;}
.practices-left ul li h3{font-size: 20px;}
.practices-left ul li span{font-size: 12px;}
.practices-left ul li{padding: 20px 0;}
.load-more{margin-top: 40px;}
}



@media (max-width:440px){	
.lawyer-list li{width: calc(100% - 24px);}
.news-list li{width: calc(100% - 24px);}
.news-list li .news-list-box{height: auto; } 
.news-list li .news-list-black{display: none;}


.practices-top-txt{width: 100%; padding-right: 5%; padding-right: 5%; padding-top: 120px; padding-bottom: 80px;}


.practices-top-back1{  height: calc(100% - 100px); top: 100px;  }
.practices-top-back2{  height: 100px;  }
}


.deal{width: 100%;height: auto;}
.deal .deal-list{width: 100%;height: auto;font-size: 0;}
.deal .deal-list li{transition: all 0.5s ease; width: 100%;margin-bottom: 25px;display: inline-block;padding: 15px 15px;border: 1px solid rgba(1,47,135,0.5);}
.deal .deal-list li>h3{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; position: relative; font-size: 20px;color: #1d6a96;padding:10px 5%;}

.deal .deal-list li>h3:before{content: "";position: absolute;border-radius: 100px;width: 15px;height: 15px;left: 2%;border: 4px solid #1d6a96;top: calc(50% - 7.5px);}
.deal .deal-list li h3 i{position: absolute;display: block; width: 30px;height: 30px;top: calc(50% - 15px);right: 0px;}
.deal .deal-list li h3 i:before{content: "";position: absolute;width: 20px;height: 2px;left: 5px;top: 14px;background: #1d6a96;}
.deal .deal-list li h3 i:after{content: "";position: absolute;width: 2px;height: 20px;left: 14px;top: 5px;background: #1d6a96;}
.deal .deal-list li .txt-c{transition: all 0.5s ease;  overflow: hidden; width: 100%;height:0; background: #FFFFFF;padding:0 5%;}
.deal .deal-list li .txt-c h3{color: #1d6a96;font-size: 20px;margin-bottom: 25px;}
.deal .deal-list li .txt-c p{font-size: 16px;color: #000;font-weight: 100;}
.deal .deal-list li.show h3 i:after{display: none;}
.deal .deal-list li.show .txt-c{height: auto;padding: 5%;margin-top: 20px;}
.deal .deal-list li.show{background: #1d6a96;}
.deal .deal-list li.show >h3{color:#FFFFFF;}
.deal .deal-list li.show >h3:before{border:4px solid #FFF;}
.deal .deal-list li.show h3 i:before{background: #FFF;}
@media only screen and (max-width:1680px) {
	.deal .deal-list li>h3{font-size: 18px;}
	.deal .deal-list li .txt-c h3{font-size: 18px;}
}
@media only screen and (max-width:1440px) {
	.deal .deal-list li>h3{font-size: 16px;}
	.deal .deal-list li .txt-c h3{font-size: 16px;}
	
}
@media only screen and (max-width:1280px) {
	.deal .deal-list li{margin-bottom: 20px;}
		.deal .deal-list li>h3{font-size: 16px;padding: 15px 10%;}
	.deal .deal-list li>h3:before{left: 0;}
}

@media only screen and (max-width:1024px) {
		.deal .deal-list li{padding: 10px;margin-bottom: 15px;}
	.deal .deal-list li>h3{font-size: 15px;padding: 10px 10%;}
	.deal .deal-list li .txt-c h3{font-size: 15px;}
	.deal .deal-list li.show .txt-c{height: auto;padding: 5%;margin-top:15px;}
}
@media only screen and (max-width:720px) {
	.deal .deal-list li h3 i{width: 25px;height: 25px;top: calc(50% - 12.5px);}
	.deal .deal-list li h3 i:before{width: 15px;top: 11.5px;}
	.deal .deal-list li h3 i:after{height: 15px;left: 11.5px;}
}

.mapbox{ position:absolute; width: 100%;transition: all 1s ease;overflow: hidden;top: 0;left: 0;  height: 100%; background-size: cover;  z-index: 9999999;background-image: none;background-color: #014368;transform: translateY(0%);}

.mapbox .map{z-index: 0; width:70%;top:60%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%); position: absolute;right: 5%;}
.mapbox2{ overflow: hidden;}
.mapbox .map .circle{z-index: 0; position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}
        .mapbox .map .circle0{width: 1707%;}
    .mapbox .map .circle4{width: 1707%;}
        .mapbox .map .circle3{width: 1181%;}
        .mapbox .map .circle2{width:580%;}
        .mapbox .map .circle1{width: 268%;}
    
.mapbox .map .circle1  img,.mapbox .map .circle2  img, .mapbox .map .circle3  img,.mapbox .map .circle4  img{
    	width: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    vertical-align: middle;-webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
    }


.mapbox .map .china-container{position: absolute;
    width: 80px;
    left: 39%;
    top: 28.5%;
}

.mapbox .map .china-container .c-center{width: 100%;height: auto;padding:10%;position: relative;}
.mapbox .map .china-container .c-center:before{
content: "";
    background-color: #1d6a96;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    border-radius: 50%;
    -webkit-animation: warn-3 1.6s ease-out infinite;
    animation: warn-3 1.6s ease-out infinite;
    z-index: 0;}
    
    
.mapbox .map .map-item{cursor:pointer; position: absolute;text-align: center;z-index: 9999;}
.mapbox .map .map-item .ico{margin-bottom: 10px; width:25px;height:auto;display: block;margin: 0 auto;} 
.mapbox .map .map-item  h6{font-size:16px;color: #FFFFFF;font-weight: bolder;}  
.mapbox .map .map-item  p{font-size:12px;color: #FFFFFF}    
.mapbox .map .map-item .point{position: absolute;z-index: -1;width: 30px;height: 30px;left: calc(50% - 15px);top: calc(50% - 15px);}
.mapbox .map .map-item:hover .point:before{
content: "";
    background-color: #19f3fe;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    border-radius: 50%;
    -webkit-animation: warn-4 1.6s ease-out infinite;
    animation: warn-4 1.6s ease-out infinite;
    z-index: 0;}  
.mapbox .map .map-item.islet1{left: 70%;top: 18%;}
.mapbox .map .map-item.islet2{left: 85%;top: 55%;}
.mapbox .map .map-item.islet3{left: 43%;top: 60%;}
.mapbox .map .map-item.islet4{ left: 37%;top: 14%;}
.mapbox .map .map-item.islet5{left: 22%;top: 18%;}
.mapbox .map .map-item.islet6{left: 15%;top: 46%;}


.mapbox .map .map-item.islet7{ left: 28%;top: 12%;}
.mapbox .map .map-item.islet8{left: 39%;top: 45%;}
.mapbox .map .map-item.islet9{left: 18%;top: 30%;}

    
.mapbox .intcon{width:28%;position: absolute;left:8%;top: 25%;}  
.mapbox .intcon  ul{width: 100%;height: auto;}
.mapbox .intcon ul li{margin-bottom: 60px; overflow: hidden;width: 100%;font-size: 0;}
.mapbox .intcon ul li .ico{display: inline-block; vertical-align: middle; width:60px;padding: 12px;background: rgba(255,255,255,0.1); height: auto;border-radius: 100%;}  

.mapbox .intcon ul li .con{width: calc(100% - 60px);padding-left: 15px;display: inline-block; vertical-align: middle;}
.mapbox .intcon ul li .con  h5{font-size: 30px;color: #FFFFFF;font-family: "rr";font-weight: bolder;}
.mapbox .intcon ul li .con p{font-size: 16px;color: #FFFFFF;}    
    

.mapbox .map .map-item .circle-con{transition: all 0.5s ease; z-index: 99991; width: 250px;height:0;padding:0 20px; overflow: hidden; box-shadow: 0 10px 10px rgba(0,0,0,0.1); text-align: left; left:calc(50% - 125px);top: 100%; background: #FFFFFF;position: absolute;}
.mapbox .map .map-item .circle-con:before{content: "";position: absolute;left:calc(50% - 5px);bottom: 99%; border-bottom: 10px solid #FFFFFF;border-top: 10px solid rgba(0,0,0,0);border-left: 10px solid rgba(0,0,0,0);border-right: 10px solid rgba(0,0,0,0);}  
.mapbox .map .map-item .circle-con h6{font-size: 16px;font-weight: bolder;color: #000000;}
.mapbox .map .map-item .circle-con ul{margin-top: 15px; width: 100%;height: auto;}
.mapbox .map .map-item .circle-con li{font-size: 16px;margin-bottom: 5px;}
.mapbox .map .map-item .circle-con li span{font-size:20px;font-family: "rr";color: #1d6a96;font-weight: bolder;} 
.mapbox .map .map-item:hover .circle-con{padding:20px;height: auto;overflow: inherit;}  
.mapbox .map .map-item:first-child:hover .circle-con{padding:20px;height: auto;overflow: inherit;}
.mapbox .map >.islet3:nth-child(5) .circle-con{bottom: 100%;top: auto;}
.mapbox .map>.islet3:nth-child(5) .circle-con:before{bottom: auto;top: 99%;border-bottom: 10px solid rgba(0,0,0,0);border-top: 10px solid #FFFFFF;border-left: 10px solid rgba(0,0,0,0);border-right: 10px solid rgba(0,0,0,0);}
.mapbox .close-downs{font-size: 16px;color:rgba(255,255,255,0.6);position: absolute;cursor: pointer; width: 60%;bottom: 5%;left: 50%; height: auto;text-align: center;z-index: 9999;
transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);}
.mapbox .close-downs .icons{display: block; width: 25px;height: auto;margin:  0 auto;margin-top: 10px;}
.mapbox1{display: none;}
.mapbox .map .map-item:hover{z-index: 999999;}

/*.scroll-page.show1{transform: scale(0.93);}
.scroll-page.show2{transform: scale(1);top: 0;position:relative;top: 0;}*/






@media only screen and (max-width:1680px) {
.mapbox .intcon ul li .ico{width:55px;padding: 10px;}  
.mapbox .intcon ul li .con{width: calc(100% - 55px);padding-left: 10px;}
.mapbox .intcon ul li .con  h5{font-size: 28px;}
.mapbox .intcon ul li .con p{font-size: 16px;}  
.mapbox .map .china-container{width: 70px;}
}
@media only screen and (max-width:1440px) {
.mapbox .intcon ul li .ico{width:50px;padding: 10px;}  
.mapbox .intcon ul li .con{width: calc(100% - 50px);padding-left: 10px;}
.mapbox .intcon ul li .con  h5{font-size: 26px;}
.mapbox .intcon ul li .con p{font-size: 15px;} 
.mapbox .map .china-container{width: 60px;}
}
@media only screen and (max-width:1280px) {
.mapbox .intcon ul li .ico{width:45px;padding: 10px;}  
.mapbox .intcon ul li .con{width: calc(100% - 45px);padding-left: 10px;}
.mapbox .intcon ul li .con  h5{font-size: 24px;}
.mapbox .intcon ul li .con p{font-size: 14px;} 
.mapbox .map .china-container{width: 50px;}



.mapbox .map .map-item .ico{margin-bottom:5px; width:20px;} 
.mapbox .map .map-item  h6{font-size:15px;}  
.mapbox .map .map-item  p{font-size:12px;color: #FFFFFF} 
}
@media only screen and (max-width:1024px) {
	.mapbox .intcon ul{font-size: 0;}
	.mapbox .intcon ul li{width: 50%;display: inline-block;vertical-align: top;}
	.mapbox .intcon ul li .ico{width:35px;padding:5px;}  
.mapbox .intcon ul li .con{width: calc(100% - 35px);padding-left: 10px;}
	.mapbox .intcon ul li .con  h5{font-size: 20px;}
.mapbox .intcon ul li .con p{font-size: 12px;}
.mapbox{position: fixed;}
.mapbox .intcon{width:90%;top: 10%;left: 5%;}
.mapbox .map{width: 90%;right: 5%;}
.mapbox .map .china-container{width: 45px;left: 35%;}

.mapbox .map .map-item{width: 85px;}
.mapbox .map .map-item .ico{margin-bottom:1px; width:15px;} 
.mapbox .map .map-item  h6{font-size:12px;line-height: 1;}  
.mapbox .map .map-item  p{font-size:10px;color: #FFFFFF} 
.mapbox .map .map-item .circle-con{width: 200px;left: calc(50% - 100px);}
/*	 .mapbox3{display: none;}*/
.mapbox1{display: block;}
.mapbox4{display:none;}

}


@media only screen and (max-width:720px) {
.mapbox .map{width: 98%;right: 2%;}
.mapbox .map .map-item{transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);-o-transform: scale(0.8);}
.mapbox .map .map-item.islet1{left: 65%;top: 10%;}
.mapbox .map .map-item.islet2{left:78%;top: 52%;}
.mapbox .map .map-item.islet3{left:35%;top: 58%;}
.mapbox .map .map-item.islet4{ left: 33%;top: 9%;}
.mapbox .map .map-item.islet5{left:16%;top: 16%;}
.mapbox .map .map-item.islet6{left:6%;top: 46%;}
.mapbox .map .map-item.islet7{ left: 23%;top: 8%;}
.mapbox .map .map-item.islet8{left:30%;top: 40%;}
.mapbox .map .map-item.islet9{left:8%;top:25%;}
.mapbox .map .map-item .circle-con{width:160px;left: calc(50% - 80px);}

        .mapbox .map .circle0{width: 1500%;}
    .mapbox .map .circle4{width: 1500%;}
        .mapbox .map .circle3{width: 1000%;}
        .mapbox .map .circle2{width:500%;}
        .mapbox .map .circle1{width: 208%;}

}


@-webkit-keyframes circle{
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle{
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes warn-3{
    0%{
        opacity: .25;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(3);
        transform:scale(3)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(3);
        transform:scale(3)
    }
}
@keyframes warn-3{
    0%{
        opacity: .25;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(3);
        transform:scale(3)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(3);
        transform:scale(3)
    }
}



@-webkit-keyframes warn-4{
    0%{
        opacity: .65;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}
@keyframes warn-4{
    0%{
        opacity: .65;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}


/*

*::-webkit-scrollbar {
            width: 0px; 
            height: 10px;
        }
*::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
            background:#ec7700;
        }
*::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
                    border-radius: 5px;
            background: #c1c9cf;}*/








.cetab{display: block; cursor: pointer; position: fixed;z-index: 666; right: 3%;bottom: 20%; width:60px;height: auto;padding:13px;background: #1d6a96;border-radius: 100%;box-shadow: 0 10px 10px rgba(0,0,0,0.3);}
.cetab img{display: block;}

.cetab:before{
content: "";
    background-color: #1d6a96;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    border-radius: 50%;
    -webkit-animation: warn-5 1.3s ease-out infinite;
    animation: warn-5 1.3s ease-out infinite;
    z-index:-1 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #00FFFF;} 
    
    
    @media only screen and (max-width:1024px) {
    	.cetab{width: 45px;padding: 8px;}
    }
    
    @media only screen and (max-width:720px) {
    	.cetab{bottom: 15%;}
    }
    
    
@-webkit-keyframes warn-5{
    0%{
        opacity: .35;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
}
@keyframes warn-5{
    0%{
        opacity: .35;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
}





.main_title{text-align: center; color: #1d6a96; font-weight: bold; font-size: 32px;}

.main_fuwulcul li{ text-align: center; border:1px #f1f1f1 solid; padding:25px 1%;}
.main_fuwulcul li .img{margin-bottom: 25px;}
.main_fuwulcul li img{margin: 0px auto;}
.main_fuwulcul li .title{margin-bottom: 15px; font-size: 20px; font-weight: bold;}




@media (min-width: 1440px){
    .main_fuwulc{padding-bottom: 50px;}
	.main_fuwulcul{margin-top: 50px;}
	.main_fuwulcul li{height:360px;}
}
@media (min-width: 1200px) and (max-width: 1439px){
    .main_fuwulc{padding-bottom: 40px;}
	.main_fuwulcul{margin-top: 40px;}
	.main_fuwulcul li{height:360px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .main_fuwulc{padding-bottom: 30px;}
	.main_fuwulcul{margin-top: 30px;}
	.main_fuwulcul li{height:400px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .main_fuwulc{padding-bottom: 25px;}
	.main_fuwulcul{margin-top: 25px;}
	.main_fuwulcul li{height:440px;}
}
@media (max-width: 767px) {
    .main_fuwulc{padding-bottom: 1em;}
	.main_fuwulcul{margin-top: 1em;}
	.main_fuwulcul li img{max-width: 20%;}
}
@media (min-width: 768px){
    .main_fuwulcul li{float: left; width: 19%; margin: 0px 0.5%;}
    .main_fuwulcul li img{max-width: 25%;}
}





.main_zhuliul li{ text-align: center; padding:25px 1%;}
.main_zhuliul li .img{margin-bottom: 25px;}
.main_zhuliul li img{margin: 0px auto;}
.main_zhuliul li .title{margin-bottom: 15px; font-size: 20px; font-weight: bold;}




@media (min-width: 1440px){
    .main_zhuli{padding: 50px 0px;}
	.main_zhuliul{margin-top: 50px;}
}
@media (min-width: 1200px) and (max-width: 1439px){
    .main_zhuli{padding: 40px 0px;}
	.main_zhuliul{margin-top: 40px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .main_zhuli{padding: 30px 0px;}
	.main_zhuliul{margin-top: 30px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .main_zhuli{padding: 25px 0px;}
	.main_zhuliul{margin-top: 25px;}
}
@media (max-width: 767px) {
    .main_zhuli{padding: 1em 0px;}
	.main_zhuliul{margin-top: 1em;}
	.main_zhuliul li img{max-width: 20%;}
}
@media (min-width: 768px){
    .main_zhuliul li{float: left; width: 23%; margin: 0px 1%;}
    .main_zhuliul li img{max-width: 25%;}
}


.main_formbg{background: #f1f1f1;}
.main_formbig{margin-top: 20px;}
.main_formbig label{line-height: 2;font-size: 16px;}
.main_formbig input[type="text"],.main_formbig input[type="submit"],.main_formbig textarea{width: 100%; border:1px #fff solid; text-indent: 10px;}
.main_formbig input[type="text"],.main_formbig input[type="submit"]{height:40px;}
.main_formbig input[type="submit"]{background: #1d6a96; color: #fff;}
.main_formbig .checkbox span{display: inline-table;}
@media (min-width: 1440px){
    .main_formbg{padding: 50px 0px;}
    .main_formbig{}
    .main_formbig li{margin-top: 20px;}
    
    .main_formbig .checkbox span{margin-right: 20px;}
}
@media (min-width: 1200px) and (max-width: 1439px){
    .main_formbg{padding: 44px 0px;}
    .main_formbig{}
    .main_formbig li{margin-top: 16px;}
    
    .main_formbig .checkbox span{margin-right: 18px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .main_formbg{padding: 38px 0px;}
    .main_formbig{}
    .main_formbig li{margin-top: 14px;}
    
    .main_formbig .checkbox span{margin-right: 15px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .main_formbg{padding: 30px 0px;}
    .main_formbig{}
    .main_formbig li{margin-top: 12px;}
    
    .main_formbig .checkbox span{margin-right: 12px;}
}
@media (max-width: 767px) {
    .main_formbig .left{}
    .main_formbig .right{margin-top: 20px;}

    .main_formbg{padding: 20px 0px;}
    .main_formbig{}
    .main_formbig li{margin-top: 10px;}
    
    .main_formbig .checkbox span{margin-right: 10px;}
}
@media (min-width: 768px){
    .main_formbig .left{float: left; width: 45%;}
    .main_formbig .right{float: right; width: 45%;}
}







@media (min-width: 1440px){
	
}
@media (min-width: 1200px) and (max-width: 1439px){
    
}
@media (min-width: 992px) and (max-width: 1199px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (max-width: 767px) {
    
}
@media (min-width: 768px){
    
}





.elite-list{width: calc(100% + 24px); margin-left: -12px;height: auto; overflow: hidden; margin-top: 60px;}
.elite-list li{height: auto; overflow: hidden;float: left;}
.elite-list li h3{line-height: 2; text-align: center; margin: 10px 0px; font-size: 20px;color: #1d6a96;}
.elite-list-box{width: 100%;overflow: hidden; position: relative; background: #f7f9fb;}
.elite-list-box img{display: block; width: 100%; }


.main_lvshi1 .right .title{font-weight: bold;}
.main_lvshi1 .right .digest{color: #999;}


.main_lvshi2 .title{border-bottom: 1px #eee solid; font-weight: bold;}
.main_lvshi2 .title span{background: #1d6a96; color: #fff; display: inline-table;}
@media (min-width:768px){
	.elite-list li{width: calc(20% - 24px); margin-left: 12px; margin-right: 12px; margin-bottom: 30px;}


	.main_lvshi1 .left{float: left; width: 25%;}

	.main_lvshi1 .right{float: right; width: 70%;}
	.main_lvshi1 .right .title{font-size: 32px; }
	.main_lvshi1 .right .digest{margin-top: 25px; font-size: 18px;}
	
	.main_lvshi2{margin-top: 60px;}
	.main_lvshi2 .title{font-size: 30px; }
	.main_lvshi2 .title span{padding:6px 30px;}
	.main_lvshi2 .egla-txt{margin-top: 40px;}
}



@media (max-width:767px){
	.elite-list li{width: calc(50% - 24px); margin-left: 12px; margin-right: 12px; margin-bottom: 25px;}

	
	.main_lvshi1 .left{width: 80%; margin: 0px auto;}
	.main_lvshi1 .right{margin-top: 1.5rem;}
	.main_lvshi1 .right .title{font-size: 1.4rem; }
	.main_lvshi1 .right .digest{margin-top: 1rem; font-size: 1.1rem;}
	
	.main_lvshi2{margin-top: 60px;}
	.main_lvshi2 .title{font-size: 1.4rem; }
	.main_lvshi2 .title span{padding:0.2rem 1rem;}
	.main_lvshi2 .egla-txt{margin-top: 1rem;}
}







.cetab1{display: block; cursor: pointer;background: #1d6a96;border-radius: 100%;box-shadow: 0 10px 10px rgba(0,0,0,0.3);}
.cetab1 img{display: block;}

.cetab1:before{
content: "";
background-color: #1d6a96;
position: absolute;
left: 10%;
right: 10%;
top: 10%;
bottom: 10%;
border-radius: 50%;
-webkit-animation: warn-5 1.3s ease-out infinite;
animation: warn-5 1.3s ease-out infinite;
z-index:-1 !important;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border: 1px solid #00FFFF;} 


@media only screen and (max-width:1024px) {
	.cetab1{width: 45px;padding: 8px;}
}

@media only screen and (max-width:720px) {
	.cetab1{bottom: 15%;}
}





/*.faxid_btn{position: fixed; bottom: 20%; right: 3%; z-index: 98; width: 60px;}

.faxid_btn2{position: fixed; bottom: 20%; left: 3%; z-index: 98; width: 60px;}
.faxid_btn2 .cetab1 img{padding:15%;}



*/



.float_zhapin{position: fixed; top: 0px; left: 0px; background: rgba(0,0,0,0.8); width: 100%; height:100%; z-index: 99; display: none;}
.float_zhapin2{position: fixed; top: 0px; left: 0px; background: rgba(0,0,0,0.8); width: 100%; height:100%; z-index: 99; display: none;}


.float_div{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #f1f1f1; min-width: 600px; padding: 40px 4%; border-radius: 10px;}
.float_div .title{color: #1d6a96; font-weight: bold; font-size: 30px; text-align: center;}
.floatform input,.floatform textarea{display: block; border:1px #eee solid; margin-top: 10px; width: 100%;}
.floatform input{height:32px; text-indent: 10px;}
.floatform textarea{padding:10px; height:120px;}
.floatform .join-btn{background: #1d6a96; color: #fff;}

.float_div span.close{position: absolute; right: 2%; top: 0px; font-size: 30px; color: #1d6a96; cursor: pointer;}



.float_div2{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #f1f1f1; min-width: 600px; padding: 40px 4%; border-radius: 10px;}
.float_div2 .title{color: #1d6a96; font-weight: bold; font-size: 30px; text-align: center;}
.floatform2 input,.floatform2 textarea{display: block; border:1px #eee solid; margin-top: 10px; width: 100%;}
.floatform2 input{height:32px; text-indent: 10px;}
.floatform2 textarea{padding:10px; height:120px;}
.floatform2 .join-btn{background: #1d6a96; color: #fff;}

.float_div2 span.close{position: absolute; right: 2%; top: 0px; font-size: 30px; color: #1d6a96; cursor: pointer;}

@media (min-width: 1440px){
	
}
@media (min-width: 1200px) and (max-width: 1439px){
    
}
@media (min-width: 992px) and (max-width: 1199px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (max-width: 767px) {
    .faxid_btn{display: none;}
    .faxid_btn{display: none;}
}
@media (min-width: 768px){
    
}







.right_float{position:fixed; right: 0px; bottom: 20%; width: 180px; z-index: 999;}
.right_float .div{position:relative; width: 100%; height:100%;}
.right_float .faxid_btn{position:absolute; left: 0px; top: 112px; width: 100%; height:112px;}
.right_float .faxid_btn2{position:absolute; left: 0px; top: 0px; width: 100%; height:112px;}




@media (min-width: 1440px){
	
}
@media (min-width: 1200px) and (max-width: 1439px){
    
}
@media (min-width: 992px) and (max-width: 1199px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (max-width: 767px) {
    
}
@media (min-width: 768px){
    
}






.ind_banner1 img{width: 100%; height:100%; object-fit: cover;}


.ind_banner .swiper-pagination{color: #fff;  width: 200px; height: 50px; font-size: 50px; text-align: right;
 right: 130px; bottom: 8%;left: auto; font-family: "reg";  font-weight: 100;}
.ind_banner .swiper-pagination .swiper-pagination-total{font-size: 30px;}

@media (max-width:1500px){
.ind_banner .swiper-pagination{height: 40px; font-size: 40px; text-align: right;}
.ind_banner .swiper-pagination .swiper-pagination-total{font-size: 24px;}
}

@media (max-width:1200px){
.ind_banner .swiper-pagination{height: 40px; font-size: 40px; text-align: right;}
.ind_banner .swiper-pagination .swiper-pagination-total{font-size: 24px;}
}
@media (max-width:1000px){
.ind_banner .swiper-pagination{display: none;}
}


@media (min-width:768px){
	.ind_banner2{display: none;}

	.scroll-page,.ind_banner,.ind_banner .swiper-container,.ind_banner .swiper-wrapper,.ind_banner .swiper-slide{height:100%;}
}



@media (max-width:767px){
	.ind_banner1{display: none;}

	.body .container{height:auto;}
}



  #map img{max-width: 9999999%;}
  #map label{max-width: 1000px;}
.main_contact{}
.main_contact .content1 p{line-height: 2;}
.main_contact .content1 img{width: auto; height:auto; margin:0px; max-width: 100%;}
@media (min-width: 1440px){
	.main_contact{margin-top: 40px;}
	.main_contact .content1{margin-top: 40px;}
}
@media (min-width: 1200px) and (max-width: 1439px){
    .main_contact{margin-top: 35px;}
	.main_contact .content1{margin-top: 35px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .main_contact{margin-top: 30px;}
	.main_contact .content1{margin-top: 30px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .main_contact{margin-top: 25px;}
	.main_contact .content1{margin-top: 25px;}
}
@media (max-width: 767px) {
    .main_contact{margin-top: 1em;}
	.main_contact .content1{margin-top: 1em;}
}
@media (min-width: 768px){
    
}




.zyry-ss{background: #f7f7f7;overflow: hidden;padding: 20px;margin-bottom: 20px;}
.zyry-ss .l{width: 90%;float: left;overflow: hidden;}
.zyry-ss .r{width: 10%;float: left;overflow: hidden;text-align: center;}
.inputbox{width: 22%;background: #f7f7f7;border: none;border-bottom: 1px solid #1d6a96;margin-right: 2.5%;height: 40px;outline:none}
.zyry-ss button{border: none;padding: 10px 30px;border-radius: 30px;background: #1d6a96;color: #fff;}
@media (max-width: 767px){
  .zyry-ss{padding: 15px;margin-bottom: 5px;}
  .zyry-ss .l{width: 75%;}
  .zyry-ss .r{width: 25%;}
  .inputbox{width: 45%;margin-right: 4%;}
  .zyry-ss button{padding: 8px 20px;margin-top: 25px;}
  }





























.nleft{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.data{font-size:12px;color:#999999;	display:block;	float:left;	margin-top:20px;}
.days{font-weight:bold;		color:#999999;;}

.neirongs h1{font-size:18px;float:left;}
.miaoshu{font-size:12px;line-height:24px;width:750px;color:#666666;}
.data1{font-size:12px;color:#999999;display:block;float:left;margin-top:20px;width:120px;margin-left:30px;}
.nright1{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;position:relative;z-index:1;}
.nright1 img{}
.nright1 a:hover{color:#012a6c;}


@media (min-width: 1440px){
	
}
@media (min-width: 1200px) and (max-width: 1439px){
    
}
@media (min-width: 992px) and (max-width: 1199px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (max-width: 767px) {
    .nleft{display: none;}
    .nright1 img{width: 75px; margin:15px 0px; float:left;}
    .neirongs{float:left;width:calc(100% - 90px);margin-left:15px;}
    .neirongs h1{margin-top: 15px;}
    .miaoshu{display: none;}
}
@media (min-width: 768px){
	.newslist{margin-top: 30px;}
    .nleft{float:left; width:14%; height:160px;}
    .data{ width:120px;}
    .days{font-size:41px; margin-left:30px;}
    .neirongs{float:left;width:calc(100% - 150px);margin-left:20px;}
    .neirongs h1{margin-top: 20px;}
    .nright1{float:left; margin-left: 3%; width: 83%;height:160px;}
    .nright1 img{width: 130px;	float:left; margin-top:15px;}


}



.ind_title{position:relative;}
.ind_title h3{font-size: 20px; color: #0c634c;}
.ind_title p{color: #555555;}
.ind_title a{position:absolute; right: 0px; bottom: 10px; color: #0c634c;}


.ind_news{background: #f2f3f3;}
.ind_newslist{border-top: 1px #c5c5c5 solid;}
.ind_newslist a{display: block; border-bottom: 1px #c5c5c5 dashed;}
.ind_newslist a .title{line-height: 1.8;overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
.ind_newslist a .desc{line-height: 1.8; color: #999;}


.ind_lsltlist .tab{position:relative;}
.ind_lsltlist .tab li{float: left;}
.ind_lsltlist .tab li .title{color: #0c634c; line-height: 2; cursor: pointer;}
.ind_lsltlist .tab li a{position:absolute; right: 0px; top: 50%;transform: translate(0,-50%); color: #0c634c; display: none;}
.ind_lsltlist .tab li.on .title{border-bottom: 2px #0b624b solid;}
.ind_lsltlist .tab li.on a{display: block;}

.ind_lsltlist .content{padding: 0px;}
.ind_lsltlist .content li{display: none;}
.ind_lsltlist .content a{float: left; width: 49%; background: #f2f3f3; margin-top: 20px;}
.ind_lsltlist .content a:nth-child(2n){float: right;}

.ind_lsltlist .content a img{width: 100%; height:100%; object-fit: cover;}
.ind_lsltlist .content a .desc h3,.ind_lsltlist .content a .desc p{overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
.ind_lsltlist .content a .desc h3{color: #0b624b; line-height: 1.6;}
.ind_lsltlist .content a .desc p{color: #555555; line-height: 1.8; height:25px;}

.ind_searchlist li{float: left; width: 49%;}
.ind_searchlist li:nth-child(2n){float: right;}

.ind_searchlist li input{border: 1px #cfcfcf solid; width: 100%; height:40px; padding:0px 10px;}
.ind_searchlist li select{border: 1px #cfcfcf solid; width: 100%; height:40px; padding:0px 10px;}
.ind_searchlist .sub{text-align:center; width: 100%;}
.ind_searchlist .sub button{background: #0c634c; color: #fff; width: 40%; height:40px;border:1px #0c634c solid;}

.footer{background: #f2f3f3;}
.foot_top .left .desc p{line-height: 1.8;}
.foot_top .right img{max-width: 100px; display: inline-table;}
.foot_bottom{text-align:center;}

@media (min-width: 768px){
	.box{max-width: 1180px; margin:0px auto;}

	.ind_top{margin: 40px 0px;}

	.ind_news{float: left; width: 32%; padding:20px 20px;}
	.ind_newslist{margin-top: 20px;}
	.ind_newslist a{padding: 15px 0px;}

	.ind_lslt{float: right; width: 66%;}

	.ind_lsltlist .tab li{margin-right: 20px;}
	.ind_lsltlist .tab li .title{font-size: 20px;}
	
	.ind_lsltlist .content a{margin-top: 20px;}

	.ind_lsltlist .content a .img{height:144px;}
	
	.ind_lsltlist .content a .desc{padding: 10px 5%;}
	.ind_lsltlist .content a .desc h3{font-size: 18px;}

	.ind_searchlist li{margin-top: 20px;}

	.footer{padding: 50px 0px; margin-top: 40px;}

	.foot_top .left{float: left; width: 45%;}
	.foot_top .left .logo{margin-bottom: 15px;}
	.foot_top .left .logo img{max-width: 390px;}

	.foot_top .right{float: right; width: 55%; text-align:right;}
	.foot_top .right .erweima{margin-bottom: 10px;}
	
	.foot_bottom{margin-top: 30px;}
}
@media (max-width: 767px) {
	.box{margin:0px 3%;}

	.ind_top{margin: 20px 0px;}

	.ind_news{padding:20px 20px;}
	.ind_newslist{margin-top: 20px;}
	.ind_newslist a{padding: 15px 0px;}

	.ind_lslt{margin-top: 20px;}
	.ind_lsltlist .tab li{margin-right: 10px;}
	.ind_lsltlist .tab li .title{font-size: 18px;}
	
	.ind_lsltlist .content a{margin-top: 20px;}

	.ind_lsltlist .content a .img{height:100px;}
	
	.ind_lsltlist .content a .desc{padding: 10px 5%;}
	.ind_lsltlist .content a .desc h3{font-size: 16px;}

	.ind_searchlist li{margin-top: 20px;}

	.footer{padding: 30px 0px; margin-top: 25px;}

	.foot_top .left{float: left; width: 45%;}
	.foot_top .left .logo{margin-bottom: 15px;}
	.foot_top .left .logo img{max-width: 390px;}

	.foot_top .right{float: right; width: 55%; text-align:right;}
	.foot_top .right .erweima{margin-bottom: 10px;}
	
	.foot_bottom{margin-top: 30px;}
}