body {
	font-family: 'Montserrat', 'Î¢ÈíÑÅºÚ', sans-serif;
	background: #fff;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Montserrat', 'Î¢ÈíÑÅºÚ', sans-serif;
}

p {
	margin: 0;
	color: #777;
	font-size: 0.9em;
	line-height: 2;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

.home {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
input[type="submit"] {
	cursor: pointer;
}

.modal-body.bg-theme1 {
	padding: 2rem;
}

/* header */
.navbar-light .navbar-brand span {
	color: #fac960;
}

.navbar-light .navbar-brand {
	font-size: 24px;
	color: #fff;
	display: block;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link {
	color: #fac960;
	font-weight: 600;
}

/*--/navbar--*/

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
	background: #f7eb48;
	top: 0px;
}

nav.navbar.second.navbar-expand-lg.navbar-light.pagescrollfix.shrink .navbar-light .navbar-nav .active>.nav-link {
	color: #000;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse li.active {
	color: #000;
}

/*--logo--*/
li.breadcrumb-item a {
	color: #000;
	font-weight: 600;
}

.breadcrumb-item.active {
	color: #3b67b3;
}

/*-- //header --*/

/* banner */
.dropdown-item {
	text-align:center;
}

.dropdown-item.active,
.dropdown-item:active {
	background: #fff;
	color: #c9333f;
}

.banner {
	background: url(banner.jpg)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.banner-text {
	text-align: center;
	padding: 8vw 0;
	box-sizing: border-box;
}

.pic2wm {
	height:620px;
	padding-top:380px;
	margin-left:60px;
	border: 1px solid #f00;
}

.pic2wm img {
	width: 100px;
	margin: 0 100px;
}

.banner-sign {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(4, 32, 82, 0.42);
	margin: 0 auto;
	border-radius: 50%;
	border: 10px solid #fac960;
}

.banner-sign span {
	font-size: 2em;
	color: #fff;
}

.banner-text h3 {
	text-transform: capitalize;
	font-weight: 800;
	font-size: 3.5em;
	margin-top: 1em;
	color: #fff;
}

.w3_pvt-link-bnr {
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #fff;
}

a.btn.mt-4.w3_pvt-link-bnr:hover {
	color: #f8f9fa;
	background: #000;
}

.banner-text p {
	width: 70%;
	color: #fff;
	font-size: 1.1em;
	margin: 1em auto;
}

.header-top {
	padding: 8px 0;
	background: #fac960;
}

.header-top p {
	color: #000;
}

/* navigation */

/*--/header --*/

header.mainheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

nav.navbar.second {
	border: none !important;
	transition: all 1s ease;
}

/*--/navbar--*/

/*-- /nav.navbar.second --*/
header.main-header {
	background: #3b67b3;
}

nav.navbar.second {
	border: none !important;
	transition: all 1s ease;
}

h1 a.navbar-brand {
	font-size: 0.7em;
}

nav.navbar.shrink.pagescrollfix {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	position: fixed;
	left: 0px;
	transition: all 1.2s ease;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	background: #3b67b3 !important;
	z-index: 9;
	top: 0;
	transition: all 1.5s ease;
}

nav.navbar.shrink .navbar-toggler {
	transition: all 1.5s ease;
}

.bg-transparent {
	background: transparent;
}

/*-- //nav.navbar.second --*/

/* //navigation */

.timer-wthree li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	text-transform: capitalize;
	padding: 0px 12px;
	color: #3b67b3;
}

.timer-wthree li span {
	display: block;
	font-size: 1rem;
	color: #000;
}

.middle-header {
	padding: 4px 0;
	background: #eaeaea;
}

.theme-btn {
	margin-left: 1em;
	background: transparent;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}

/* header */
/* banner */
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/* //banner */

.inner-banner-w3ls {
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	min-height: 270px;
}

h4.main-title {
	color: #3b67b3;
	text-transform: capitalize;
	font-size: 3em;
	font-weight: bold;
}

h4.w3pvt-title {
	color: #3b67b3;
	text-transform: capitalize;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000000;
}

h4.w4pvt-title {
	color: #f77b08;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000000;
}
h5.w4pvt-title {
	padding:20px 0;
	font-weight: bold;
}
span.sub-title {
	font-size: 1.5em;
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
}

a.serv_link {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	word-spacing: 3px;
	padding: 8px 36px;
	border-radius: 20px;
	/*background: #ff7200;*/
}

.bg-theme0 {
	background: #ff7200 !important;
}

.bg-theme1 {
	background: #3b67b3 !important;
}

.bg-theme2 {
	background: #fac960 !important;
}

.text-theme1 {
	color: #fac960 !important;
}

.text-theme2 {
	color: #3b67b3 !important;
}

/* title  */
span.title-icon-wthree {
	color: #e7c13c;
	font-size: 1em;
}

/* about */
/* about bottom */
h4.abt-text {
	font-size: 2.5em;
	font-weight: 300;
}

/* //about bottom */
/* services */
.service-text-grid p {
	width: 70%;
	margin: 0 auto;
}

.img-grid:nth-child(odd) {
	margin-top: 3em;
}

ul.img-grid-list li {
	display: inline-block;
}

ul.img-grid-list li span {
	font-size: 3em;
	color: #3b67b3;
	margin-bottom: 10px;
}

ul.img-grid-list li h5 {
	color: #777;
	font-size: 1em;
	text-transform: capitalize;
}

ul.img-grid-list li:nth-child(even) {
	border: solid #000;
	border-width: 0 1px;
}

ul.img-grid-list li:last-child {
	border-right: none;
}

.img-grid-list.row {
	margin-top: 3em;
}

/* services */
/* features */
.list-head li {
	margin: 15px 0 0;
	color: #eee;
	font-size: 1em;
}

h5.w3pvt-title {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 2.4em;
}

/* features */
/* home grid */
.home-grid {
	padding: 2em 1em 1.2em;
	border: 1px solid #d4cfcf;
}

.home-grid span {
	color: #3b67b3;
	font-size: 2.5em;
}

.wthree-bnr-btn {
	display: inline-block;
	border-top: 1px solid #fac960;
	border-radius: 0;
	margin-top: 1em;
	padding: 10px 0;
	color: #3b67b3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

h4.home-title {
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
}

.home-grid p {
	width: 85%;
	margin: 0 auto;
}

/* home grid */
/* contact */
textarea {
	height: 200px;
	resize: none;
}

.register-top1 {
	margin-top: 4em;
}

form.register-wthree .form-control {
	padding: 15px 20px;

	border: 1px solid #3b67b3;
	border-top: none;
	border-radius: 0;
	-webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
	-moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
	box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

#contact iframe {
	width: 100%;
	border: 3px solid rgb(59, 103, 179);
	margin: 2.5em 0 0;
	min-height: 500px;
}

/* //contact */
.testimonials {
	background: url(../images/testi.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.testimonials:before {
	background: rgba(12, 12, 12, 0.79);
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
}

ul.callbacks_tabs {
	position: absolute;
	z-index: 2;
	right: 10%;
	bottom: 50px;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #000;
	opacity: 0.5;
}

.callbacks_here a:after {
	background: #fff;
}

.testi-w3layouts p span {
	color: #e3ebef;
	font-size: 2em;
	margin-right: 15px;
}

.testi-pos span {
	color: #eee;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 46%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 50px;
	background: url("../images/left.png") no-repeat 0px 0px;
}

.callbacks_nav.prev {
	left: auto;
	background: url("../images/prev.png") no-repeat 0px 0px;
	left: 10em;
}

.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 10em;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs a {
	visibility: hidden;
	width: 20px;
	line-height: 19px;
	height: 20px;
	text-align: center;
	color: #000;
	font-weight: 600;
	display: block;
	background: #fff;
	border-radius: 50%;
}

.callbacks_tabs a:hover {
	background: #1165f3;
	color: #fff;
}

.testi-pos h4 {
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.testi-w3layouts h4 {
	color: #fac960;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

.testi-w3layouts p {
	letter-spacing: 1px;
	width: 60%;
	margin: 1em auto 0;
	color: #eee;
	line-height: 40px;
	padding: 1em 2em 3em;
}

/* //testimonials */
/* footer */

ul.social-icons li {
	display: inline-block;
	margin-right: 6px;
	border-radius: 50%;
}

ul.social-icons li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

ul.social-icons li a i.fa {
	font-size: 14px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

ul.social-icons li:first-child {
	background: #003cbb;
	color: #fff;
}

ul.social-icons li:last-child,
ul.social-icons li:nth-child(2) {
	background: #1da1f2;
	color: #000;
}

ul.social-icons li:nth-child(3) {
	background: #dd4b39;
	color: #000;
}

ul.social-icons li a i.fa:hover {
	background-color: #fff;
	color: #000;
}


ul.social-icons li a:hover {
	color: #fff;
}


footer {
	padding: 0.3em 0;
	/*background: #fac960;
	background:#f77b08;*/
	background:#369;
}

.cpy-right p {
	color: #fff;
	height: 1.2em;
	line-height: 1.6em;
}

.cpy-right p a {
	text-decoration: underline;
	color: #042052;
}

h5.footer-top-title {
	color: #3b67b3;
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 1em 0;
	font-weight: 600;
}

.footer-top span {
	color: #fac960;
	font-size: 1.3em;
}

form.footer-top-wthree label {
	width: 30%;
	line-height: 2.5;
	color: #fff;
}

form.footer-top-wthree .form-control {
	border-radius: 0;
	border: none;
	background: #eee;
	color: #000;
	font-size: 0.9rem;
}

.footer-top-form h5 {
	font-size: 2em;
}

ul.post-links li span {
	color: #3b67b3;
	font-size: 1em;
}

ul.post-links li a {
	color: #777;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 10px;
}
ul.post-links li a:hover {
    color: #000;
}
.footer-logo h2 a {
	display: inline-block;
	color: #3b67b3;
	font-size: 0.8em;
	margin: 1em 0 0.5em;
}

ul.post-links li {
	font-size: 13px;
	margin-bottom: 1em;
}


form.footer-top-wthree {
	margin-top: 2.5em;
}

button.btn.btn-w3layouts.btn-block.w-25 {
	background: #ffeb3b;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}

.address h5 {
	font-size: 1.5em;
}

/* //footer */
/* error page */
.error_grid {
	background: #eee;
	padding: 3em 0;
}

.error_banner h4 {
	color: rgba(249, 249, 249, 0.2);
	text-transform: capitalize;
	font-size: 6em;
}

.error_banner h4 {
	color: rgb(250, 201, 96);
	text-transform: capitalize;
	font-size: 4em;
}

.error_banner h5 {
	color: #3b67b3;
	font-size: 10em;
	text-shadow: 4px 2px 1px #0c0c0c;
}

.error_banner h5 span {
	color: #3b67b3;
	font-size: 52PX;
	font-weight: 300;
	letter-spacing: 3px;
	text-shadow: 4px 2px 1px transparent;
}

.error_banner p {
	color: rgba(255, 255, 255, 0.61);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 2em;
}

/* //error page */

.abicon .navs{width: 100%; overflow: hidden;margin-left:30px;padding: 30px 20px;}
.abicon .navs .navs_item{overflow: hidden;width: 100%;text-align: center;}
.abicon .navs .navs_item span{float: left;width:150px; height:150px; margin:1% 2.8%; background:#339966; border-radius:50%; padding-top:30px;}
.abicon .navs #navs_item span{width: 20%;}
.abicon .navs .navs_item span img{transition: All 0.7s ease-in-out;}
.abicon .navs .navs_item span:hover img{transform: rotateY(180deg);}
.abicon .navs .navs_item span img{max-width: 60%;}
.abicon .navs .navs_item span p{ font-weight:600;color: #fff;font-size: 16px;margin-top: 10px;font-family: "Î¢ÈíÑÅºÚ";}
.textcontent{padding:0 10px;text-indent:2em;text-align:justify;word-break:break-all;}
.meettingset, .meettingset p{color:#fff;}
.meettingset h5{font-size:16px;}
.abbot-right{padding-top: 20px;}
.maincontert {width: 80%; margin: 20px auto; padding:20px; border: 1px solid #eee;}
.maincontert .pic {float:right;margin:8px 8px 20px 20px;}
.about-text-grid table{width: 90%;}
.about-text-grid td{padding: 0.2% 5%;}
.vip {width:80%;margin: 0 auto;}

.partnerpic>div>div>div>a>img {
	margin: 3px 0;
	border: 1px solid #eee;
}

/*.abbot-main{margin: 5% 10%;}
 -- Responsive code -- */
	.abtest{color:#000;}


.w1200{
	width:1200px;
	max-width: 92%;
	margin: 0 auto;
}
.w1440{
	width:1440px;
	max-width: 92%;
	margin: 0 auto;
}
.mt37{margin-top: 37px;}
.mr2b{
	margin-right: 2%;
}

.mr0{
	margin-right: 0
}


.wel-box1{
	padding: 75px 0 50px;
	position: relative;
}
.wel-box1 .title{
	width: 180px;
	float: left;
}
.wel-box1 .title h3{
	font-size: 30px;
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
	background: url(img60.png) 150px center no-repeat;
}
.wel-box1 .title .tit{
	font-size: 22px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 35px;
}
.wel-box1 .list{
	width: 81%;
	float: right;
	height: 240px;
}
.wel-box1 .list #jiab{
	width: 100%;
	height: 100%;
}
.wel-box1 .list #jiab .swiper-slide{
	width: 100%;
	height: 100%;
	text-align: center;
}
.wel-box1 .list #jiab .swiper-slide .box{
	width: 160px;
	float: right;
	display: block;
}
.wel-box1 .list #jiab .swiper-slide .box:hover .name{
	color: #1d2088;
}
.wel-box1 .list #jiab .swiper-slide .pic{
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	border-radius: 50%;
	overflow: hidden;
}
.wel-box1 .list #jiab .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.wel-box1 .list #jiab .swiper-slide .name{
	font-size: 18px;
	line-height: 1.2;
	color: #333333;
	transition:all .4s;
    -webkit-transition:all .4s;
    margin-bottom: 4px;
}
.wel-box1 .list #jiab .swiper-slide .fa{
	font-size: 14px;
	color: #999;
	line-height: 1.3;
	min-height: 36px;
}
.wel-box1 .list .arrow-left,
.wel-box1 .list .arrow-right{
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	transition:all .4s;
    -webkit-transition:all .4s;
}
.wel-box1 .list .arrow-left{
	left: 0;
	bottom: 80px;
	background: url(img39.png) center no-repeat;
}
.wel-box1 .list .arrow-right{
	left:50px;
	bottom: 80px;
	background: url(img39.3.png) center no-repeat;
}

.wel-box1 .list .arrow-left:hover,
.ipage .about .about-box1 .right .arrow-left1:hover,
.wel-box5 .mian .list .arrow-l:hover{
	background: url(img39.2.png) center no-repeat;
}
.wel-box1 .list .arrow-right:hover,
.ipage .about .about-box1 .right .arrow-right1:hover,
.wel-box5 .mian .list .arrow-r:hover{
	background: url(img39.1.png) center no-repeat;
}

/* main_image */
.main_visual{height:650px;border-top:1px solid #d7d7d7;overflow:hidden;position:relative;}
.main_image{height:650px;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:650px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:650px;}
.main_image li span{display:block;width:100%;height:650px}
.main_image li a{display:block;width:100%;height:650px}

div.flicking_con{position:absolute; bottom:10%;left:50%;z-index:999;width:600px;height:21px;margin:0 0 0 -50px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url('btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url('hover_left.png') no-repeat left top;left:100px;}
#btn_next{background:url('hover_right.png') no-repeat right top;right:100px;}

.guestgroup{
	/*border: 1px solid #ff0;*/
}
.guestgroup>div{
	width: 90%;
	/*border: 1px solid #f00;*/
}
.guestgroup .pic{
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
	padding-bottom: 10px;
}
.guestgroup .pic1{
	border-radius: 0;
}
.guestgroup a{
	display: block;
}
.guestgroup .en{
	width: 100%;
	height: 100px;
	line-height: 20px;
	font-size: 18px;
	font-weight:700;
	text-align:center;
	color:#333333;
}
.guestgroup .morevip {
	clear:both;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background:#3b67b3;
	text-align:center;
	font-size:16px;
}
.guestgroup .morevip a {
	padding-bottom:6px;
	color:#fff;
}

/*right bottom*/
.tip-page{
	width: 80px;
	position: fixed;
	right: -60px;
	top: 14%;
	font-size: 0;
	z-index: 20;
}
.tip-page a{
	display: block;
	border-radius: 50%;
	font-size: 20px;
	font-weight:700;
	color: #fff;
	float: left;
	transition: all .4s;
    -webkit-transition: all .4s;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
}
.tip-page .box1{
	display: block;
	width: 80px;
    height: 80px;
    line-height: 25px;
	padding-top: 16px;
    padding-left: 20px;
}

.tip-page a.boxt.on{
	background:#ff7200;
	right: 70px;
}



@media screen and (max-width: 1440px) {
	.banner-text h3 {
		font-size: 3.2em;
	}
}

@media screen and (max-width: 1366px) {
	h4.abt-text {
		font-size: 2.3em;
	}

	h5.w3pvt-title {
		font-size: 2.2em;
	}

	.error_banner h5 {
		font-size: 9em;
	}
}

@media screen and (max-width: 1280px) {
	.banner-text h3 {
		font-size: 3.2em;
	}

	h4.w3pvt-title {
		font-size: 2.6em;
	}

	span.sub-title {
		font-size: 1.2em;
	}
	.main_visual{height:600px;}
	.main_image{height:600px;}
}

@media screen and (max-width: 1080px) {
	.inner-banner-w3ls {
		min-height: 220px;
	}

	.banner-text p {
		font-size: 1em;
		/*width: 100%;*/
	}

	.banner-text h3 {
		font-size: 2.8em;
	}

	.home-grid p {
		width: 100%;
	}

	h5.w3pvt-title {
		font-size: 2em;
	}

	.error_banner h5 {
		font-size: 8em;
	}

	.error_banner h4 {
		font-size: 3em;
	}
}

@media screen and (max-width: 1024px) {
	.banner-text h3 {
		font-size: 2.5em;
	}

	h4.abt-text {
		font-size: 2em;
	}
}

@media screen and (max-width:1000px) {
	 .main_visual{height:220px;}
	 .main_image{height:220px;}
}

@media screen and (max-width: 991px) {
	.banner-sign {
		width: 80px;
		height: 80px;
	}

	.banner-text h3 {
		font-size: 2.3em;
	}

	.theme-btn {
		margin-left: 0;
	}

	h4.w3pvt-title {
		font-size: 2.3em;
	}

	h4.abt-text {
		font-size: 1.6em;
	}

	a.serv_link {
		letter-spacing: 0px;
		font-size: 25px;
		word-spacing: 1px;
		padding: 8px 25px;
	}

	.service-text-grid p {
		width: 100%;
	}

	.testi-w3layouts p {
		width: 100%;
	}

	.f-main {
		flex-direction: column-reverse;
	}

	.callbacks_nav.prev {
		left: 0em;
	}

	.callbacks_nav.next {
		right: 0em;
	}

	ul.post-links li a {
		display: block;
	}

	h5.footer-top-title {
		font-size: 1.1em;
	}

	.footer-logo h2 a {
		margin: 0.5em 0;
	}
}

@media screen and (max-width: 900px) {
	.error_banner h5 {
		font-size: 7em;
	}
}

@media screen and (max-width: 800px) {
	.banner-text h3 {
		font-size: 2em;
	}

	h5.w3pvt-title {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 768px) {
	h4.main-title {
		margin-top:20px;
		font-size: 1.2em;
	}

	h4.w3pvt-title {
		font-size: 1.6em;
		color: #3b67b3;
	}

	h4.w4pvt-title {
		padding-top:30px;
		font-size: 1.5em;
	}

	span.sub-title {
		font-size: 1.1em;
	}
	
	.abtest{color:#f0f;}
	.abicon .navs{padding: 30px 0;margin-left:0px;}
	.abicon .navs .navs_item{margin: 0 auto;}
	.abicon .navs .navs_item span{width:60px; height:60px; margin:0 0.8%; padding-top:10px;}
	.abicon .navs .navs_item{margin-left:4%;}
	.abicon .navs .navs_item span p{margin-top:0;font-size:10px;}
	.abicon .navs .navs_item span img{max-width:50%;}
	.nonecon {margin-top:0;margin-bottom:0;}
	.nonecon h5 {padding:0;margin-top:0;margin-bottom:0;height:0}
	.abbot-right{padding-top:0px;}
	.abbot-main div{margin: 0 2%;}
	.about-text-grid{margin: 20px 0;}
	.about-text-grid table{width: 100%;}
	.about-text-grid td{padding: 0.2% 2%;}
	.partnerpic>div>div>div>a>img {
		width: 152px;
		margin: 3px;
	}
	.guestgroup {
		width: 100%;
	}
	.guestgroup>div>div>div {
		width: 50%;
	}
	.cpy-right p {
		color: #fff;
		font-size: 12px;
		line-height: 12px;
	}
	.tip-page{
		width: 60px;
		position: fixed;
		right: -60px;
		top: 8%;
	}
	.tip-page a{
		display: block;
		font-size: 16px;
		border-radius: 50%;
	}
	.tip-page .box1{
		display: block;
		width: 60px;
		height: 60px;
		line-height: 20px;
		padding-top: 10px;
		padding-left: 13px;
	}
	.jiabin div{
		float: left;
		width: 42%;
		margin: 3px 3px;
	}
	.jiabin div img{
		border: 1px solid #eee;
	}
	.main_visual{height:180px;margin: 20px 0;}
	.main_image{height:180px;}
	div.flicking_con{left:54%;}
	.maincontert {width: 90%;}
	.maincontert .pic{clear:both;margin-right:20px;}
	.maincontert p{clear:both;}
	.vip {width:80%;}
	.picshow>div>p>img{width:320px;}
	.picshow>div>p>video{width:320px;}
}

@media screen and (max-width: 736px) {
	.header-top p {
		margin-bottom: 10px;
	}

	.banner-text h3 {
		font-size: 1.8em;
	}

	h4.abt-text {
		margin-bottom: 1em;
	}

	h5.w3pvt-title {
		padding-top:15px;
		font-size: 1.6em;
	}

	.img-grid:nth-child(odd) {
		margin-top: 0;
	}

	.inner-banner-w3ls {
		min-height: 180px;
	}

	#contact iframe {
		margin: 0;
		min-height: 300px;
	}

	.register-top1 {
		margin-top: 2em;
	}
}

@media screen and (max-width: 667px) {
	.home-grid span {
		font-size: 2em;
	}

	.error_banner h5 {
		font-size: 6em;
	}
}

@media screen and (max-width: 640px) {
	.error_banner h5 {
		font-size: 5em;
	}
	.error_banner h5 span {
		font-size: 40PX;
	}
}

@media screen and (max-width: 600px) {
	a.serv_link {
		font-size: 14px;
		word-spacing: 0px;
		padding: 4px 19px;
	}

	h4.abt-text {
		font-size: 1.4em;
	}
	.main_visual{height:160px;}
	.main_image{height:160px;}
	div.flicking_con{left:54%;}
}

@media screen and (max-width: 568px) {
	.inner-banner-w3ls {
		min-height: 150px;
	}

	h4.w3pvt-title {
		font-size: 1.6em;
	}

	span.sub-title {
		font-size: 1em;
	}

	h5.w3pvt-title {
		font-size: 1.4em;
	}

	.testi-w3layouts p span {
		font-size: 1.5em;
	}

	.box13 .box-content {
		top: 50%;
	}

	ul.img-grid-list li span {
		font-size: 2.5em;
	}

	ul.img-grid-list li:nth-child(even) {
		border-width: 0;
	}

	ul.img-grid-list li:nth-child(1),
	ul.img-grid-list li:nth-child(2) {
		border: solid #000;
		border-width: 0 0 1px 0;
	}

	.img-grid-list.row {
		margin-top: 0em;
	}

	ul.img-grid-list li {
		padding: 1em 0;
	}

	.list-head li {
		font-size: 0.95em;
	}

}

@media screen and (max-width: 480px) {
	.banner-text h3 {
		font-size: 1.5em;
	}

	.box13 .title {
		font-size: 16px;
	}

	.box13 .post {
		font-size: 12px;
	}
	.error_banner h5 span {
		font-size: 30PX;
	}
	.error_banner h4 {
		font-size: 2.5em;
	}

}

@media screen and (max-width: 414px) {
	.team-grid {
		display: block !important;
	}

	.team-grid .col-md-4.col-6 {
		max-width: 100%;
	}

	.banner-text h3 {
		font-size: 1.3em;
	}

	h4.abt-text {
		font-size: 1.2em;
	}

	h5.w3pvt-title {
		font-size: 1.2em;
	}

	.forgot-w3l.text-right.text-dark {
		text-align: center !important;
	}

	.row.sub-w3l {
		display: block;
		text-align: center;
	}

	.modal-body.bg-theme1 {
		padding: 1rem;
	}
}

@media screen and (max-width: 384px) {
	.banner-text h3 {
		font-size: 1.2em;
	}

	.banner-sign span {
		font-size: 1.5em;
	}

	.banner-sign {
		width: 60px;
		height: 60px;
	}

	h5.w3pvt-title {
		font-size: 1.1em;
	}

	ul.img-grid-list li span {
		font-size: 2.2em;
	}
	.error_banner h5 {
		font-size: 4.5em;
	}
}

@media screen and (max-width: 375px) {
	.banner-text h3 {
		font-size: 1.1em;
	}

	.banner-text p {
		font-size: 0.9em;
	}

	h5.w3pvt-title {
		margin-bottom: 10px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 320px) {
	.timer-wthree li {
		font-size: 12px;
		padding: 0px 10px;
	}

	.banner-text h3 {
		font-size: 1em;
		line-height: 1.5;
	}

	h4.w3pvt-title {
		font-size: 1.5em;
	}

	a.serv_link {
		font-size: 13px;
	}

	h4.abt-text {
		font-size: 1em;
		margin-bottom: 0.8em;
	}

	.header-top p {
		font-size: 12px;
	}

	.timer-wthree li span {
		font-size: 0.95rem;
	}
	.error_banner h4 {
		font-size: 2.2em;
	}
	.error_banner h5 {
		font-size: 3.8em;
	}
}

/* -- //Responsive code -- */

.d3{
 margin-left: 10px;
 float: left;
 width: 0; 
 height: 0;
 border-width: 10px;
 border-style: solid;
 border-color:#FFCCCC transparent transparent transparent;
}
