@font-face {

	font-family: Montserrat-Bold;

	src: url('../fonts/Montserrat-Bold_0.ttf')
}

@font-face {

	font-family: MontserratLight;

	src: url('../fonts/Montserrat-Light_0.otf')
}

* {

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	transition: all .2s linear;



}

[class^="bi-"]::before,
[class*=" bi-"]::before {

	vertical-align: middle;

}

body {
	font-family: "MontserratLight", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #525252;
}

.bold-tit {
	font-weight: bold;
}

a {
	color: #333;
}

a:hover {
	color: #ee771c;
	text-decoration: none;
}

.text-danger {
	color: #ee771c !important;
}

.top {
	background: #16365e;
	color: #fff;
	font-size: 13px;
	position: relative;
	z-index: 10000;
	display: none;
}

.top-tel i {
	font-size: 16px;
	margin-right: 5px;
}

.top a {
	color: #fff;
}

.top a:hover {
	color: #ee771c;
}

.top .dropdown-menu a {
	color: #333;
	font-size: 0.85rem;
}

.site-header {
	background: #fff;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	position: relative;
}

.navbar-brand .navbar-header {
	position: relative;
}

.navbar-brand img.logo {
	width: 246px;
	filter: grayscale(100%) brightness(700%);
	opacity: 0;
}

.navbar-brand img.logo.white {
	position: absolute;
	right: 0;
	opacity: 1;
}

.navbar-brand img.fixlogo {
	position: absolute;
	top: 5px;
	left: 21px;
	width: 25px;
	z-index: 10
}

.main_menu {
	padding: 0;
	margin: 0;
	width: auto;
	display: inline-block;
	float: right;
	font-weight: 500;
}

.main_menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}



.main_menu>li {
	float: left;
	font-size: 16px;
	position: relative;
}

.main_menu>li>a {
	display: block;
	float: left;
	text-transform: capitalize;
	line-height: 76px;
	padding: 0 20px;
	border-bottom: 3px solid transparent;
}

/*.main_menu li span{ display:block; width:2px; height:38px; float:left;}*/

.main_menu>li>a:hover {
	text-decoration: none;
	color: #ee771c;
	border-bottom: 3px solid #ee771c
}

.main_menu>li.active>a,
.main_menu>li>a.now {
	color: #ee771c;
}

.main_menu>li>.nav-sub {
	position: absolute;
	left: 0;
	top: calc(100% + 15px);
	min-width: 200px;
	background: #fff;
	margin: 0;
	padding: 20px 0 20px 0;
	display: none !important;
	font-size: 14px;
	z-index: 10
}

.main_menu li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main_menu li>ul li {
	margin-left: 0;
	height: auto;
	float: none;
	display: block;
	margin: 0;
	padding: 8px 0;
	position: relative;
}

.main_menu>li>.nav-sub li span {
	position: absolute;
	right: 20px;
	top: 9px;
	color: #ee771c;
}

.main_menu li>ul li a {
	padding: 0 0 0 25px;
	float: none;
	display: block;
	white-space: nowrap;
	color: #555;
	border-left: 3px solid #fff;
	line-height: 1.2;
}

.main_menu li>ul li a:hover {
	color: #ee771c;
	border-left: 3px solid #ee771c;
}

.main_menu>li:hover>.nav-sub {
	display: block !important;
	box-shadow: 10px 11px 38px 0px rgba(0, 0, 0, 0.1);
	top: 100%;
}



.main_menu li>ul>li>ul {
	position: absolute;
	top: -15px;
	left: 100%;
	background: #fff;
	padding: 15px 0;
	display: none;
}

.main_menu li>ul>li>ul li a {
	padding: 0 25px 0 25px;
}

.main_menu li>ul>li:hover>ul {
	display: block;
}



.top-right .dropdown-menu {
	transform: translateX(-45%);
	min-width: 120px;
}

.top-right .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -5px;
	content: "";
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #e8e8e8 transparent;
}

.top-right i {

	font-size: 18px;

}

#language {
	margin: 0;
	padding: 0;
	text-align: center;
}

#language li {
	padding: 5px 0;
	list-style: none;
}

#language li a {
	color: #666;
}

#language li a:hover {
	color: #ee771c;
}



.navbar-nav .navbar-toggler {

	color: rgba(0, 0, 0, .5);

	border-color: rgba(0, 0, 0, .1);

}

.navbar-toggler {

	display: none;

	color: #ee771c;

	font-weight: bold;

	position: absolute;

	right: 5px;

	top: 5px;

	font-size: 24px;

	background-color: transparent;

	border: 0;

}

.transparent-top {
	border-bottom: 1px solid #999;
	border-bottom-color: rgba(255, 255, 255, 0.3)
}



.searchtop {
	cursor: pointer;
	padding: 0 10px;
	display: inline-flex;
}

.searchtop i {
	font-size: 18px;
}

.search-send {
	padding: 20px 0;
	background-color: #f2f2f2;
	display: none;
	position: relative;
	top: 100%;
}

.search-send.on {
	display: block;
}

.search-send .close {
	position: absolute;
	top: 25px;
	right: 2%;
	cursor: pointer;
}

.search-send .close .fa {
	font-size: 30px;
}

.search-send .close:hover {
	color: #ee771c
}



.home-top {
	color: #fff;
	background: none;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.home-top a {
	color: #fff;
}

.home-top .navbar {
	padding-top: 0;
	padding-bottom: 0;
}



/********header hover*************/



.home-top:not(.fixed-top):hover {
	background: #fff;
	color: #16365e;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.home-top:not(.fixed-top):hover a {
	color: #16365e;
}

.home-top:not(.fixed-top):hover .navbar-brand img {
	filter: none;
}

.home-top:not(.fixed-top):hover .searchtop {
	color: #16365e;
}



.home-top.fixed-top {
	background: #fff;
	color: #232323;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.home-top.fixed-top a {
	color: #232323;
}

.home-top.fixed-top .navbar-brand img {
	filter: none;
}

.home-top.fixed-top .navbar-brand img.logo {
	opacity: 1;
}

.home-top.fixed-top .navbar-brand img.logo.white {
	opacity: 0;
}

.home-top.fixed-top .searchtop {
	color: #232323;
}

#index-slide {
	height: calc(100vh);
	position: relative;
}

#index-slide .carousel-item {
	height: calc(100vh);
}

#index-slide .carousel-item img {
	height: 100% !important;
	width: 100% !important;
}

/*#index-slide .carousel-item:after{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:0;}*/

#index-slide .carousel-item {
	background-color: #f7f7f7;
	background-size: cover;
	background-repeat: no-repeat;
}

#index-slide .carousel-item .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

#index-slide .tx-caption {
	font-size: 16px;
	line-height: 1.8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

#index-slide .tx-caption .btn-red {
	background: #ee771c;
	color: #fff;
	padding: 0.8rem 1.8rem;
}

#index-slide .tx-caption .btn-red:hover {
	background: #eb7e21;
	border-color: #eb7e21
}

#index-slide .tx-caption h2 {
	font-size: 48px;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 2rem;
}

#index-slide .tx-caption .boldbit {
	font-size: 30px;
	text-transform: capitalize;
	color: #6c2324;
	line-height: 1.6;
}



#index-slide .carousel-indicators {
	bottom: 3%
}

#index-slide .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0);
	background: transparent;
	float: none;
	text-align: center;
	text-indent: inherit;
	margin-bottom: 10px;
}

#index-slide .carousel-indicators li.active {
	border: 1px solid rgba(255, 255, 255, 1);
}

#index-slide .carousel-indicators li span.dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	display: inline-block;
	transform: scale(0.4, 0.4)
}



#index-slide .maskdiv {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}



.footer {
	background: #16365e;
	color: #fff;
	line-height: 2;
	position: relative;
	margin-top: 50px;
}

.footer h5 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}

.footer h5:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #ee771c;
}

.footer li {
	padding: 5px 0;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #ee771c;
}



.fshare {}

.fshare a {
	font-size: 18px;
	color: #fff;
	margin: 0 6px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%
}

.fshare a:hover {
	background-color: #ee771c;
	border: 1px solid #ee771c;
	color: #fff;
}



.footerForm input {
	font-size: 12px;
}



.foot-black {
	background: #16365e;
	border-top: 1px solid #4e646e;
}



.contacticolist li {
	position: relative;
	padding-left: 20px;
}

.contacticolist li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #ee771c;
	font-size: 12px;
}



.btn-red {

	color: #fff;

	background-color: #ee771c;

	border-color: #ee771c;

	padding: 0.8rem 1.8rem;

}

.btn-red:hover {

	color: #fff;

	background-color: #eb7e21;

	border-color: #eb7e21;

}

.btn-border-white {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
	padding: 0.8rem 1.8rem;
}

.btn-border-white:hover {
	background-color: #ee771c;
	border-color: #ee771c;
	color: #fff;
}



.post-content {
	line-height: 1.8;
}

.linehight2 {
	line-height: 2
}

.linehight4 {
	line-height: 4
}

.nowrap {
	white-space: nowrap;
}



.home-block-feature {
	text-align: center;
}

.home-block-feature .col-6 {
	border: 1px solid #999;
}

.fitem {
	position: relative;
	padding: 3rem 0;
	padding-left: 80px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.fitem img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	/* filter: grayscale(100%) brightness(300%);*/
}

.fitem span {
	display: inline-block;
}

.fitem h4 {
	font-size: 32px;
	font-family: "Montserrat-Bold";
}

.fitem span.subject {
	font-size: 16px;
	display: block;
}



.jianbian-tab-nav {
	font-size: 20px;
	text-align: center;
	color: #5f5f5f;
	font-family: "Montserrat-Bold";
}

.jianbian-tab-nav>div {
	position: relative;
	background: rgba(0, 0, 0, 0.1)
}

.jianbian-tab-nav>div:nth-child(2) {
	background: rgba(0, 0, 0, 0.15)
}

.jianbian-tab-nav>div:nth-child(3) {
	background: rgba(0, 0, 0, 0.2)
}

.jianbian-tab-nav>div a {
	display: block;
	padding: 1rem 0;
}

.jianbian-tab-nav .active a {
	color: #ee771c;
}



.head-double {
	position: relative;
	padding: 1rem 0;
}

.head-double .textbg {
	font-size: 140px;
	font-family: "Montserrat-Bold";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 0.3px #f2f2f2;
	z-index: 0
}

.head-double h2 {
	font-size: 42px;
	text-transform: capitalize;
	color: #222;
	line-height: 1.6;
	font-weight: bold;
}

.head-double h2 span {
	font-size: 85%;
}

.head-double .subtitle {
	font-size: 18px;
	text-transform: capitalize;
	color: #ee771c;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	padding-left: 12px;
	border-left: 2px solid #ee771c;
	display: inline-block;
}



.head-double.black .textbg {
	-webkit-text-stroke: 0.3px #888;
}

.head-double.left {
	padding: 1rem 0 1rem;
}

.head-double.center {
	padding: 1rem 2rem 1rem;
	text-align: center;
}

.head-double.center .textbg {
	left: 50%;
	transform: translateX(-50%)
}



.left-line-ma {
	position: relative;
	padding-left: 5%;
	line-height: 1 !important;
	margin-bottom: 6%
}

.left-line-ma:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #ee771c;
}



.about-index {
	background: #262626 url(../images/aboutbgimg.jpg) no-repeat center 0;
	color: #fff;
}

.about-index .mask {
	background: rgba(0, 0, 0, 0.5)
}

.about-index .abouttxt {
	font-size: 16px;
	line-height: 1.8;
}



.bigredfont {
	font-size: 100px;
	color: #ee771c;
	font-family: "Montserrat-Bold";
	line-height: 1;
}

.borderfont {
	font-size: 48px;
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
	font-family: "Montserrat-Bold";
	line-height: 1;
}



.font16 {
	font-size: 18px;
}

.font18 {
	font-size: 18px;
	line-height: 1.7
}



.btn-primary {

	background-color: #00a0e9;

	border-color: #00a0e9;

	color: #fff !important;

}

.btn-primary:hover {

	background-color: #f18001 !important;

	border-color: #f18001 !important;

}

.text-primary {

	color: #00a0e9 !important;

}

.btn-radius {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
}



.section-tit {
	font-size: 36px;
	margin-bottom: 1.5rem;
}

.section-tit strong {
	font-family: "Montserrat-Bold";
}



.contactBar {

	background: #fff;

	box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.1);

}

.contactBar .contactimg {
	position: relative;
	width: 30%;
}

.contactBar .contactimg img {
	max-width: 100%;
}

.contactBar .contactimg .callico {
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 10px;
	transform: translate(50%, -50%)
}

.contactBar .contactimg .callico a {
	background: #ee771c;
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
}

.contactBar .contactimg .callico i {
	font-size: 24px;
	line-height: 50px;
	vertical-align: middle;
}

.contactBar .contacttxt {
	width: 69.9%;
	padding-left: 80px;
	font-size: 16px;
}

.contactBar .contacttxt .bigbolttitle {
	font-size: 30px;
	font-family: "Montserrat-Bold";
}



.app-home {
	overflow: hidden;
	position: relative;
	background: #000;
	margin-bottom: 30px;
}

.app-home h4 {
	position: absolute;
	left: 5%;
	bottom: 30px;
	font-size: 24px;
	font-family: "Montserrat-Bold";
	color: #fff;
	max-width: 300px;
	padding-top: 20px;
}

.app-home h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #ee771c;
}

.app-home img {
	max-width: 100%;
}

.app-home a img {
	opacity: 0.75;
}

.app-home a:hover img {
	opacity: 1;
}



.ico-home img {
	display: block;
	margin: 15px auto;
	filter: grayscale(100%);
}

.ico-home h4 {
	font-size: 18px;
	text-align: center;
}

.ico-home a:hover img {
	filter: none;
}



.ico-home .xttb-ico {
	display: block;
	margin: 15px auto;
	width: 120px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: none;
}

.ico-home .xttb-ico.x1 {
	background-image: url(../images/xttb_03-dd.png);
}

.ico-home .xttb-ico.x2 {
	background-image: url(../images/xttb_01-dd.png);
}

.ico-home .xttb-ico.x3 {
	background-image: url(../images/xttb_00-dd.png);
}

.ico-home .xttb-ico.x4 {
	background-image: url(../images/xttb_02-dd.png);
}

.ico-home .xttb-ico.x5 {
	background-image: url(../images/xttb_04-dd.png);
}

.ico-home .xttb-ico.x6 {
	background-image: url(../images/xttb_05-dd.png);
}

.ico-home:hover .xttb-ico {
	background-position: right 0;
}

.ico-home:hover a {
	color: #16365e
}



/*.appfix{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}

.appfix .apptxtbg{font-size:5rem;font-family:"Montserrat-Bold"; line-height:1; color:transparent;-webkit-text-stroke: 0.3px #f2f2f2;}

.appfix .blackBox{ background:#262626; color:#fff;  max-width:400px; position:relative; padding:45px 30px 30px; overflow:hidden;}

.appfix .blackBox h3{font-size:28px; font-family:"Montserrat-Bold"; line-height:1.6; position:relative; z-index:2; padding-top:15px;}

.appfix .blackBox h3 a{ color:#fff;}

.appfix .blackBox h3:before{ content:""; position:absolute; top:0; left:0; width:60px; height:2px; background:#ee771c}

.appfix .blackBox .icobg{ position:absolute; right:0; top:0; opacity:0.15; transform:translate(30%,-15%); z-index:1;}

*/

/* Styling Next and Prev buttons */

/* Styling Next and Prev buttons */

.owl-circle .owl-pagination {
	text-align: center;
	padding: 2em 0 2em;
}

.owl-circle .owl-pagination .owl-page {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
}

.owl-circle .owl-pagination .owl-page span {
	display: block;
	background: #999;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.owl-circle .owl-pagination .owl-page.active {
	border: 1px solid rgba(0, 0, 0, 0.8)
}

.owl-circle .owl-pagination .owl-page.active span {
	background: #666;
}





.home-power .row .col-6 {
	background: rgba(0, 0, 0, 0.1)
}

.home-power .row .col-6:nth-child(2) {
	background: rgba(0, 0, 0, 0.14)
}

.home-power .row .col-6:nth-child(3) {
	background: rgba(0, 0, 0, 0.18)
}

.home-power .row .col-6:nth-child(4) {
	background: rgba(0, 0, 0, 0.22)
}

.home-power .poweritem {
	padding: 4rem 0 3rem 4rem;
}

.home-power .poweritem .bi {
	width: 1em;
	height: 1em;
	font-size: 3em;
	margin-bottom: 0.5em;
}

.home-power .poweritem h4 {
	font-family: "Montserrat-Bold";
	font-size: 18px;
	position: relative;
	color: #222;
	padding-bottom: 1.5rem;
}

.home-power .poweritem h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #999;
	width: 150px;
}



.wcus-index {
	background: #f8f8f8
}



.greenblock {
	background: #ee771c url(../images/taico.png) no-repeat right top;
	color: #fff;
}

.redblock {
	background: #6c2324 url(../images/huoico.png) no-repeat right top;
	color: #fff;
}

.greenblock h3,
.redblock h3 {
	font-family: "Montserrat-Bold";
	font-size: 30px;
	position: relative;
	margin: 45% 20% auto 12%;
	padding-top: 1.5rem;
}

.greenblock h3 {
	margin-top: 20%
}

.greenblock h3:after,
.redblock h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	border-bottom: 1px solid #eee;
}

#cuolog .col-6:nth-child(1),
#cuolog .col-6:nth-child(3) {
	transform: translateY(-10%)
}



.numitem {
	position: relative;
	overflow: hidden;
	margin: 0 0 1px;
}

.numitem .masktxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: rgba(95, 95, 95, 0.4);
	text-align: center;
}

.numitem .masktxt .inner {
	position: absolute;
	width: 100%;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0)
}

.numitem:hover .masktxt {
	background: rgba(237, 164, 26, 0.4);
}

.numitemSeeMore {
	display: inline-block;
	margin: 0 0 0 0.9em;
	transform: translateY(25%)
}

.numitemSeeMore .bi {
	font-size: 0.8em;
	width: 1em;
	height: 1em;
	line-height: 1;
	display: block;
}

.numitemSeeMore .circle-border {
	display: inline-block;
	padding: 0.5em;
	background: #ee771c;
	color: #fff;
	border-radius: 50%;
	position: relative;
}

.numitemSeeMore a:hover .bi {
	transform: rotate(180deg)
}

.numitemSeeMore .circle-border:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	border: 1px solid #ddd;
	border-radius: 50%;
	transition: 0.6s;
	transform: scale(0.3);
	opacity: 0;
}



.masktxt .bignumbg {
	font-size: 12rem;
	font-family: "Montserrat-Bold";
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
}

.masktxt .mingchen {
	font-family: "Montserrat-Bold";
	font-size: 24px;
	margin-bottom: 0.8em;
	margin-left: 3%;
	margin-right: 8%;
}

.masktxt a {
	color: #fff;
	display: inline-block;
	max-width: calc(86% - 80px)
}

.numitem:hover .masktxt {
	opacity: 1;
	transform: translateY(0);
}

.numitem:hover .numitemSeeMore .circle-border {
	background: #fff;
	color: #ee771c;
}

.numitem:hover .numitemSeeMore .circle-border:after {
	transform: scale(1);
	opacity: 1;
}



/*.proitem{ position:relative; overflow:hidden; margin:0 0.5rem 3rem;}

.proitem .proitemDes{ position:absolute; top:0; left:0; right:0; bottom:0; color:#fff; background:rgba(95,95,95,0.4);}

.proitem:hover .proitemDes{ opacity:1}

.proitemSeeMore{ position:absolute; top:7em; right:7em; transform:translateY(-40px); opacity:0;}

.proitemSeeMore .bi{ font-size:1.6em; width:1em; height:1em;}

.proitemSeeMore .circle-border{display:inline-block; padding:1em; background:#ee771c; color:#fff; border-radius:50%; position:relative;}

.proitemSeeMore a:hover .bi{ transform:rotate(180deg)}

.proitemSeeMore .circle-border:after{ content:""; position:absolute; width:300%; height:300%; top:-100%; left:-100%;border:1px solid #ddd; border-radius:50%;transition: 0.6s;transform:scale(0.3); opacity:0;}



.proitemDetail{ position:relative; opacity:0; transform:translateY(40px); margin-bottom:20px; }

.proitemDetail .leibie{font-size:16px; padding-left:20px; border-left:2px solid #fff; line-height:1; margin:0.6rem 0;}

.proitemDetail .mingchen{font-family:"Montserrat-Bold"; font-size:24px; margin-bottom:0.8em;}

.proitemDetail a{ color:#fff;}

.proitemDetail a:hover{ color:#aaa;}

.proitem:hover .proitemDetail{ opacity:1; transform:translateY(0);}

.proitem:hover .proitemSeeMore{ opacity:1; transform:translateY(0);}

.proitem:hover .proitemSeeMore .circle-border:after{ transform:scale(1); opacity:1;}*/



#owl-case .proitem {
	margin: 0 0 3rem;
}



.partner-full {
	background: #1f242c;
}

.parnter-item {
	text-align: center;
	padding: 5em 0;
}

.parnter-item:hover {
	background: #ee771c;
}



#owl-news {
	margin-left: -0.9em;
	margin-right: -0.9em;
}

.newsitem {
	background: #fff;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
	margin: 0 0 2rem;
}

.newsitem .pic {
	position: relative;
	overflow: hidden;
}

.newsitem .pic .cat-tab {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 10
}

.newsitem .pic .cat-tab a {
	display: block;
	padding: 4px 10px;
	background: #ee771c;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.newsitem .pic .cat-tab a:hover {
	background: #e18928;
}

.newsitem .content {
	padding: 25px 30px 35px;
}

.newsitem .content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsitem .content .meta {
	margin-bottom: 15px;
	line-height: 1.2
}

.newsitem .content p {
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}



.news-page .newsitem {
	margin: 0 0 3rem;
}



/* pages */



.page-banner {
	padding-top: calc(55/192 * 100%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
	background-color: #16365e
}

/*.page-banner.heighter{padding-top:calc(45/192 * 100%);}*/

.page-banner .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.01);
	z-index: 1;
}

.page-banner .container {
	position: absolute;
	z-index: 2;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%
}

.page-banner h2 {
	font-size: 36px;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.5
}

.page-banner .location {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 2px;
}

.page-banner .location a,
.page-banner .location span {
	color: #fff;
	margin: 0 8px;
}

.page-banner .location a:hover {
	color: #ee771c;
}





.head-small h2 {
	font-size: 36px;
	text-transform: capitalize;
	color: #222;
	line-height: 1.6;
	font-family: "Montserrat-Bold";
}

.head-small .boldbit {
	font-size: 20px;
	text-transform: capitalize;
	color: #6c2324;
	line-height: 1.6;
	font-family: "Montserrat-Bold";
	margin-bottom: 0.5rem;
}



.pinpaijieshao {
	background: #fff;
	box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.1);
	margin: 0 0 3rem;
	height: calc(100%;
	);
	border-radius: 10px;
	height: calc(100%);
	transform: translateY(-50%)
}



.post-head h1 {
	font-size: 30px;
	font-family: "Montserrat-Bold";
}

.post-meta {
	text-align: center;
	margin: 30px auto;
	color: #616161;
}

.post-meta span {
	margin: 0 15px;
}

.post-meta .bi {
	color: #ee771c;
	margin-right: 7px;
}

.postbody {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.8;
	color: #646464;
}

.postbody p {
	margin-bottom: 20px;
}

.postbody img {
	max-width: 100%;
	height: auto;
}



.post-share .bi {
	font-size: 1.6em;
	width: 1em;
	height: 1em;
	line-height: 1;
}



.contact-form {
	background: #fff;
	box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.1);
}

.contact-form.no-shadow {
	box-shadow: none;
}

.contact-form p {
	margin-bottom: 1.8em;
}

.page-contact-info {
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2%;
	position: relative;
	padding-left: 60px;
}

.page-contact-info h4 {
	font-size: 20px;
	color: #222;
	margin-bottom: 15px;
}

.page-contact-info p {
	min-height: 30px;
	line-height: 1.8;
	margin: 5px 0 20px;
}

.page-contact-info p i {
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	color: #ee771c;
	border: 1px solid #ee771c;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 34px;
}



.contact-left {
	max-width: 630px;
	margin-right: 10px;
	margin-left: auto;
}



.about-page {
	/*background:url(../images/aboutpageimg.jpg) no-repeat right center;*/
}



.suojin2 p {
	text-indent: 28px;
}



/* faqs  */

.faq {
	margin-bottom: 20px;
}

.faq-header button {
	background: #ee771c;
	color: #fff;
	border-radius: 0;
	padding: 0.9rem 3rem 0.8rem 2.5rem;
	position: relative;
	font-size: 18px;
}

.faq-header button.collapsed {
	background: #d2d2d2;
	color: #333;
}

.faq-header button i {
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 20px;
}

.faq-header button i.bi-plus {
	display: none;
}

.faq-header button i.bi-dash {
	display: block;
}

.faq-header button.collapsed i.bi-plus {
	display: block;
}

.faq-header button.collapsed i.bi-dash {
	display: none;
}

.faq-header button .pdfimg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

.faq-header button:not(.collapsed) .pdfimg {
	filter: grayscale(100%) brightness(1000%);
}

.faq-body {
	box-shadow: 0 3px 5px #ccc;
	padding: 20px;
}



.btn-yth {
	font-weight: bold;
	display: inline-block;
	padding: 10px 5%;
	background: #fbfcfc;
	border-radius: 10px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
	min-width: 120px;
}



.prolistItem {
	background: #f7f7f7;
	margin: 0 0 3rem;
}

.prolistItem .pic {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 1.5rem 3rem;
	min-height: 300px;
}

.prolistItem .pic img {
	max-width: 100%;
}

.prolistItem .content {
	padding: 30px 20px 35px 40px;
	border-top: 1px solid #ccc
}

.prolistItem .content h3 {
	font-family: "Montserrat-Bold";
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
}

.prolistItem .content h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	border-left: 2px solid #ee771c;
	height: 100%;
}

.prolistItem .content .meta {
	margin-bottom: 15px;
	line-height: 1.2
}

.prolistItem .content p {
	font-size: 16px;
	line-height: 1.8
}



.cultureImg {
	max-width: 500px;
	position: relative;
	padding-bottom: 20px;
}

.cultureImg .blueCircle {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 55px;
	height: 55px;
	background: #2e4b6e;
	overflow: hidden;
	border-radius: 50%;
}

.cultureImg .YellowCircle {
	position: absolute;
	right: 0;
	top: 30px;
	width: 175px;
	height: 175px;
	background: rgba(237, 164, 26, 0.9);
	overflow: hidden;
	border-radius: 50%;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.ctitem {
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #ddd;
}

.ctitem .pic {
	position: relative;
	overflow: hidden;
	padding: 2.5em 1em 1em;
}

.ctitem .content {
	padding: 30px 0 20px;
}

.ctitem .content h3 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.ctitem .content p {
	font-size: 18px;
	line-height: 1.8;
	color: #888;
}





.picFocus * {

	-webkit-transition: none;

	-moz-transition: none;

	-o-transition: none;

	transition: none;

}

.picFocus {
	position: relative;
	overflow: hidden;
	padding: 0 8px 8px 0;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}

.picFocus .bigImg {
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.picFocus .bigImg li {
	position: relative;
	list-style: none;
}

.picFocus .bigImg li img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	display: block;
}

.picFocus .smallScroll {
	height: auto;
	margin-bottom: 6px;
	position: relative;
}

.picFocus .sPrev,
.picFocus .sNext {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	font-size: 30px;
	color: #666;
	line-height: 30px;
	margin-top: -25px;
}

.picFocus .sPrev {
	margin-right: 5px;
}

.picFocus .sNext {
	left: auto;
	right: 0;
}

.picFocus .sPrev:hover,
.picFocus .sNext:hover {
	color: #ee771c;
}

.picFocus .smallImg {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: calc(100% - 50px);
}

.picFocus .smallImg ul {
	width: 9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.picFocus .smallImg ul * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.picFocus .smallImg li {
	float: left;
	cursor: pointer;
	display: inline;
	list-style: none;
	margin: 10px 5px 10px 5px;
}

.picFocus .smallImg img {
	border: 1px solid #ddd;
	width: 150px;
	margin: 0;
	padding: 5px;
	background: #fff;
}

.picFocus .smallImg .on img {
	border-color: #ee771c;
	background: #fff;
}



.oitem {
	position: relative;
	padding-left: 80px;
	margin-bottom: 10%;
}

.oitem .ico {
	position: absolute;
	left: 0;
	top: 5px;
}

.oitem h4 {
	margin-bottom: 20px;
	white-space: nowrap;
}

.oitem p {
	line-height: 2;
	color: #888;
}



.bfbitem {
	position: relative;
	padding-left: 200px;
	margin-bottom: 10%;
}

.bfbitem .ico {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.bfbitem h4 {
	margin-bottom: 20px;
	white-space: nowrap;
	color: #333;
}

.bfbitem p {
	line-height: 2;
	color: #888;
}



.text-red {
	color: #ee771c;
}



.featureRow .featureTxt {
	text-align: left;
}

.featureRow .featureTxt .inner {
	padding: 8% 0;
}

.featureRow .featureTxt .inner .innerli {
	max-width: 450px;
	padding-top: 120px;
	margin: 0 0 0 auto;
	position: relative;
}

.featureRow .featureTxt .bignum {

	font-size: 11em;

	font-family: "Montserrat-Bold";

	position: absolute;

	top: 0;

	left: 0;

	line-height: 1;

	text-transform: uppercase;

	color: transparent;

	-webkit-text-stroke: 0.3px #888;

	z-index: 0;

}

.featureTxt.odd {
	text-align: right;
}

.featureTxt.odd .inner .innerli {
	margin: 0 0 0 auto;
}

.odd .bignum {

	left: auto;

	right: 0;

}



.featureRow .featureTxt h4 {
	font-family: "Montserrat-Bold";
}



.tabTit {
	font-size: 20px;
	font-weight: 700;
	color: #6cb63a;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 3rem;
}

.tabTit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #6cb63a;
}



.news-item {
	margin: 3.5% auto;
	padding-bottom: 3.5%;
	border-bottom: 1px solid #ddd;
}

.news-item * {

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	transition: all .2s linear;

}

.news-item .txt h4 {
	margin-bottom: 25px;
	font-size: 21px;
	font-family: "Montserrat-Bold";
}

.news-item .txt p {
	font-size: 16px;
	margin-bottom: 25px;
}

.news-item .pic {
	position: relative;
	overflow: hidden;
}

.news-item .pic:hover img {
	transform: scale(1.05, 1.05)
}



.page-link {

	color: #00a0e9;

}

.page-item.active .page-link {

	background-color: #00a0e9;

	border-color: #00a0e9
}

.page-title {

	text-align: center;

	margin: 4% auto 2%;

}

.page-title h2 {
	font-size: 21px;
	color: #000;
	font-family: "Montserrat-Bold";
}

.page-title h3 {
	font-size: 18px;
	color: #000;
}

.page-title p {}



.step-warp {
	position: relative;
	padding-top: 70px;
}

.step-warp:after {
	content: "";
	position: absolute;
	top: 30px;
	left: calc(50% - 2px);
	height: calc(100% - 30px);
	border-left: 5px solid #9d9fa2;
	z-index: 0;
	z-index: 0
}

.step-warp .inner {
	position: relative;
	z-index: 2;
}

.stepbox {
	max-width: 50%;
	position: relative;
	margin-top: -30px;
}



.stepbox .inner {
	width: calc(100% - 110px);
	padding: 5%;
	line-height: 2;
	background: #f3f5f5;
}

.stepbox .num {
	position: absolute;
	right: -65px;
	top: 10%;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	font-size: 20px;
	font-family: "Montserrat-Bold";
}

.stepbox .num span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	background: #f3f5f5;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.stepbox:hover .num span {
	background: #ee771c;
	color: #fff;
	box-shadow: 0 0 15px rgba(237, 164, 26, 0.35)
}

.stepbox:hover .inner {
	background: #fbefd9;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.stepbox:nth-child(2n) {
	margin-right: 0;
	margin-left: auto;
}

.stepbox:nth-child(2n) .num {
	left: -65px;
	right: auto;
}

.stepbox:nth-child(2n) .inner {
	margin-right: 0;
	margin-left: auto;
}



#about-culture {
	/*color:#fff; background:#fff url(../images/whitecirclebg.jpg) no-repeat center bottom; */
}



.aditem {
	position: relative;
	z-index: 0;
}

.aditem .pic {
	position: relative;
	z-index: 1;
	background: #000;
}

.aditem .pic img {
	max-width: 100%;
	opacity: 0.8;
}

.aditem .content {
	background: #fff;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 2em;
	padding: 1.6em 2em;
	min-height: 155px;
	font-size: 18px;
	position: relative;
	transform: translateY(-40%);
	z-index: 10;
}

.aditem .content .icobt {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #ee771c;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 32px;
	transform: translate(-20px, 20px)
}

.aditem:hover .pic img {
	opacity: 1;
}

.aditem:hover .content {
	background: #262626;
	color: #fff;
}



.graybg {
	background: #f8f8f8;
}

.graybg video {
	max-width: 800px;
}



.blackbg {
	background: #16365e;
	color: #fff;
}

.couterAitem {
	margin-bottom: 5%;
	padding-right: 10px;
	border-right: 1px solid #697276
}

.couterAitem.last {
	border-right: 0;
}

.couterAitem .counter {
	font-size: 48px;
	color: #ee771c;
	padding-right: 20px;
}

.couterAitem .name {
	font-size: 24px;
}



.proColLine {
	background: url(../images/line_03.gif) repeat-x 0 center;
	margin-bottom: 50px;
	position: relative;
}

.protttt {
	background: #fff;
	padding: 0 10px;
}

.yellowRoundTit {
	background: #ff7d1f;
	border-radius: 20px;
	color: #fff;
	font-size: 24px;
	padding: 10px 30px;
}

.proright {
	background: #fff;
	padding: 0 10px 0 30px;
	min-width: 30%
}

.proright:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	z-index: 0
}

.proright.right1 {
	margin-right: 25%
}

.proright.right2 {
	min-width: 56%;
	margin-right: 12%
}

.proright.right3 {
	min-width: 70%;
	margin-right: 5%;
}

.proSingle {
	border-radius: 20px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	width: 200px;
	padding: 5px 0;
	margin: 0 25px;
	position: relative;
	z-index: 2
}

.proSingle img {
	display: block;
	margin: 10px auto;
	max-height: 100px;
	max-width: 100%
}

.proSingle h4 {
	font-size: 18px;
}



/* Styling Pagination*/



.imgs-hovers {

	position: relative;

	overflow: hidden;

}

.imgs-hovers:hover img {

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1)
}

@media (min-width: 1440px) {

	.container {
		width: 1300px;
		max-width: 1300px;
	}

}

@media (max-width: 1440px) {
	.head-double .textbg {
		font-size: 130px;
	}
}

@media (max-width: 1024px) {

	#index-slide .carousel-caption h2.whitetit {

		font-size: 48px;

	}



}

@media screen and (max-width: 1024px) {

	.navbar-nav {
		display: flex;
		flex-direction: column;
	}

	.head-double .textbg {

		font-size: 80px;

	}

	.head-double h2 {

		font-size: 32px;

	}

	.step-warp {
		position: relative;
		padding-top: 70px;
	}

	.step-warp:after {
		top: 30px;
		left: 40px;
		height: calc(100% - 30px);
		border-left-width: 1px;
	}

	.stepbox {
		max-width: 700px;
		position: relative;
		margin-top: 20px;
	}



	.stepbox .inner {
		width: calc(100% - 110px);
		padding: 5%;
		line-height: 2;
		background: #f3f5f5;
		margin-left: auto;
		margin-right: 0;
	}

	.stepbox .num {
		left: 0;
		right: auto;
		top: 10%;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 12px;
	}

	.stepbox:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}

	.stepbox:nth-child(2n) .num {
		left: 0;
		right: auto;
	}





}





@media screen and (max-width: 768px) {

	.navbar-brand img.logo {
		max-height: 26px;
		width: auto;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.navbar-brand img.fixlogo {
		width: 14px;
		left: 11px;
		top: 8px;
	}

	.carousel-indicators {

		margin-right: 0;

		margin-left: 0;

	}



	.navbar-toggler {

		display: block;

	}



	.main_menu {
		float: none;
		display: block;
		margin: 0;
	}

	/*.main_menu > li{ float:none; }*/

	.main_menu>li>a {
		float: none;
		line-height: 45px;
		padding: 0 0;
	}

	.main_menu>li>a:hover {
		text-decoration: none;
	}

	.main_menu>li>.nav-sub {
		z-index: 1000;
		width: 100%;
		opacity: 0.93;
	}



	.navbar-header,
	#navbar {
		width: calc(100% - 75px);
	}

	.navbar-header h1 {
		margin-bottom: 0
	}



	#navbar {
		background: rgba(255, 255, 255, 0.9);
		padding: 1rem 1.5rem;
		margin-left: calc(-1rem - 15px);
		margin-right: calc(-1rem - 15px);
		width: calc(100% + 2rem + 30px)
	}

	.main_menu>li>.nav-sub {
		left: 0;
	}



	.top-right .btn-group {
		position: absolute;
		top: 2px;
		right: 48px;
	}

	.searchtop {
		margin-right: 0;
		position: absolute;
		top: 0;
		right: 70px;
	}

	.searchtop {

		line-height: 40px;

		padding: 0 6px;

	}

	.service-txt {
		width: 100%;
		transform: none;
	}

	.page-banner img {
		height: 250px;
		width: auto;
	}

	.owl-carousel-pro .owl-prev {
		left: 0;
	}

	.owl-carousel-pro .owl-next {
		right: 0;
	}

	.section-tit {
		font-size: 28px;
	}

	.profile h3 {
		font-size: 28px;
	}



	.pro-category a {
		padding: 0.5rem 1rem;
		border-radius: 20px;
		font-size: 15px;
		min-width: 150px;
	}

	.contactBar .contactimg {
		position: relative;
		width: 100%;
	}

	.contactBar .contactimg .callico {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		transform: translate(-50%, 50%)
	}

	.contactBar .contacttxt {
		width: 100%;
		padding: 50px 20px 30px;
		font-size: 16px;
	}

	.featureRow .featureTxt .inner .innerli {
		margin: 0 5% !important;
	}

	.featureRow .featureTxt {
		border-bottom: 1px solid #ddd;
	}

	#index-slide .tx-caption h2 {
		font-size: 30px;
	}

	#index-slide .tx-caption .boldbit {
		font-size: 20px;
	}

	.fitem {

		padding: 2rem 0;

		padding-left: 55px;

	}

	.fitem h4 {
		font-size: 20px;
	}

	.fitem span.subject {
		white-space: nowrap;
		font-size: 14px;
	}

	.fitem img {
		width: 45px;
		left: -5px;
	}

	.mb-5,
	.my-5 {

		margin-bottom: 2rem !important;

	}

	.pt-5,
	.py-5 {

		padding-top: 1rem !important;

	}

	.protttt {
		margin-bottom: 8%;
		text-align: center;
	}

	.proright {
		width: 100% !important;
	}

	.proSingle {
		min-width: 220px;
		width: auto;
		margin-bottom: 30px
	}

	.proSingle img {
		max-height: 120px;
	}

	.proright:after {

		content: none;

	}

	.font16 {
		font-size: 16px;
	}

	#index-slide {
		height: auto;
	}

	#index-slide .carousel-item {
		height: auto
	}

}

@media screen and (min-width: 769px) {

	.navbar-main {

		display: inline-block !important;

	}

	.jiegoutu {
		padding: 0 7%;
	}

}





.btn-blue[disabled] {

	border-color: #39a1f4;

	background: #39a1f4;

	color: #b2dbfb;

}



/* mobile nav  */

.nav-top {
	background: #000;
	color: #aaa;
}

.nav-top a {
	color: #aaa;
}

.nav-top a:hover {
	color: #00a0e9;
}



.pn-list {
	background: #222;
}

.mnav {
	margin-bottom: 25px;
}

.mnav-header>h2 {
	font-size: 18px;
	font-weight: bold;
}

.mnav-header {
	position: relative;
}

.mnav-header a {
	color: #aaa;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
}

.mnav .mnav {
	margin-bottom: 0;
}

.mnav .mnav h2 {
	font-size: 16px;
	border-bottom: 1px solid #444;
	line-height: 2.2;
}



.mnav-header a.collapsed {
	color: #aaa;
}

.mnav-header a i {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 20px;
}

.mnav-header a i.bi-plus {
	display: none;
}

.mnav-header a i.bi-dash {
	display: block;
}

.mnav-header a.collapsed i.bi-plus {
	display: block;
}

.mnav-header a.collapsed i.bi-dash {
	display: none;
}

.mnav-body {
	padding: 20px 15px;
	font-size: 16px;
	line-height: 2.2;
	color: #aaa;
	margin-bottom: 0;
}

.list-second {
	list-style: none;
}

.list-second li {
	border-bottom: 1px solid #444;
}



.mnav .mnav .mnav-header a i {

	top: 0;

	right: 10px;

	line-height: 1.5
}

.mnav .mnav .mnav-body {
	padding: 5px 15px;
	font-size: 15px;
}

.icotit {
	min-width: 110px;
}





.tabli.active {
	color: #ee771c;
	font-weight: bold;
}

.tabdiv {
	display: none;
}

.tabdiv.selected {
	display: block;
}



/*#carousel-do{ min-height:420px; height:calc(100% - 50px)}

#carousel-do .caption{ padding:10% 2% 5% 10%; position:relative;}

#carousel-do .carousel-control-prev,#carousel-do .carousel-control-next {

    position: absolute;

    top: auto;

    bottom: 0;

	left:auto;

	right:50px;

    width: 40px;

	height:36px;

    font-size: 16px;

    color: #fff;

    text-align: center;

    text-shadow:none;

    background-color: #ee771c;

    filter: alpha(opacity=100);

    opacity: 1;

}

#carousel-do .carousel-control-next{ right: 0;}



#carousel-do .carousel-control:hover{color: #fff;background-color: #28a7e1;}

.titleYellowLineBt{ font-size:36px; padding-bottom:20px; position:relative;}

.titleYellowLineBt:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:4px; background-color:#ee771c}



.downpdf{ border:1px solid #ccc; padding:35px 30px; color:#ee771c; font-size:20px;}	

.downpdf .bi{font-size: 1.2em;

width: 1em;

height: 1em; }*/

#carousel-do {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#carousel-do .caption {
	padding: 10%;
	position: relative;
}



.titleYellowLineBt {
	font-size: 30px;
	padding-bottom: 20px;
	position: relative;
	color: #333
}

.titleYellowLineBt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #ee771c
}

.titleYellowLineBt.text-center:after {
	left: 50%;
	transform: translateX(-50%)
}

.downpdf {
	border: 1px solid #ccc;
	color: #ee771c;
	font-size: 20px;
}

.downpdf .bi {
	font-size: 1.2em;

	width: 1em;

	height: 1em;
}

.downpdf a {
	display: block;
	padding: 3.2% 2.5%;
	color: #ee771c;
}

.downpdf a:hover {
	background: #ee771c;
	color: #fff;
}

.fixtxt {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
}

.fixtxt .ftx {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	color: #fff;
	font-size: 20px;
}

.fixtxt .ftx .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.deco {

	display: block;

	width: 6rem;

	height: 6rem;

	opacity: 1;

	transition: .1s;

	transform: translateZ(0);

	margin: 0 auto;

}



.deco:before {



	content: "";

	left: 50%;

	position: absolute;

	top: 50%;

	transform: translate3d(-50%, -50%, 0) scale(.75);

	transition: .4s;

	border: 1px solid hsla(0, 0%, 100%, .3);

	border-radius: 100%;

	height: 4rem;

	width: 4rem;

}



.deco i,

.deco em {

	background: hsla(0, 0%, 100%, .8);

	border: 1px solid #fff;

	border-radius: 100%;

	height: 2rem;

	left: 50%;

	position: absolute;

	top: 50%;

	transform: translate3d(-50%, -50%, 0) scale(.5);

	transition: .4s;

	width: 2rem;

}



.deco:after {

	content: "";

	left: 50%;

	position: absolute;

	top: 50%;

	transform: translate3d(-50%, -50%, 0) scale(.75);

	transition: .4s;

	border: 1px solid hsla(0, 0%, 100%, .1);

	border-radius: 100%;

	height: 6rem;

	width: 6rem;

}

.ftx:hover {
	font-weight: bold;
	background: rgba(255, 170, 48, 0.6);
}

.ftx:hover .deco:before {

	animation: scalepulse 1.3s linear .3s infinite both;

	transform: translate3d(-50%, -50%, 0) scale(1);

}



.ftx:hover .deco i,

.ftx:hover .deco em {

	background: #fff;

	animation: scalepulse 1.3s linear 0s infinite both;

	transform: translate3d(-50%, -50%, 0) scale(1);

}



.ftx:hover .deco:after {

	animation: scalepulse 1.3s linear .15s infinite both;

	transform: translate3d(-50%, -50%, 0) scale(1);

}

.pflast {
	display: none;
}

@media screen and (max-width: 768px) {

	#carousel-do {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		transform: none;
	}

	.fixtxt .ftx {

		font-size: 16px;

	}

	h3,
	.h3 {

		font-size: 1.4rem;

	}

	.titleYellowLineBt {
		font-size: 20px;
	}

	.downpdf {

		font-size: 18px;

	}

	h2,
	.h2 {

		font-size: 1.65rem;

	}

	.couterAitem .counter {
		font-size: 24px;
		display: inline-block;
		width: 70px;
	}

	.couterAitem .name {
		font-size: 18px;
	}

	.ctitem .content h3 {

		font-size: 18px;

	}

	.ctitem .content p {

		font-size: 15px;

	}

	.yellowRoundTit {

		font-size: 18px;

		width: 160px;

		margin-left: auto;

		margin-right: auto;

	}

	.post-head h1 {

		font-size: 24px;

	}

	h1,
	.h1 {

		font-size: 2rem;

	}

}



@media screen and (max-width: 640px) {



	.stepbox .inner h3 span {
		display: block;
	}

	.couterAitem {
		border-right: 0;
		padding-left: calc(50% - 100px);
	}

	.head-double h2 {

		font-size: 24px;

		font-weight: normal;

	}

	.newsitem .content h3 {
		font-size: 18px;
	}

	.newsitem .content p {
		font-size: 14px;
	}

	.card-body h5 {

		font-size: 16px;

	}

	.stepbox .h5 {
		font-size: 16px;
	}

	.stepbox .inner {

		width: calc(100% - 100px);

		padding: 5% 3% 5% 5%;

	}

	h2,
	.h2 {

		font-size: 24px;

	}

	.app-home h4 {
		font-size: 16px;
	}

	.page-contact-info p i {

		width: 32px;

		height: 32px;

		line-height: 28px;

	}

	.page-contact-info {
		padding-left: 55px
	}

	.page-contact-info h4 {

		font-size: 18px;

		margin-bottom: 12px;

	}

	.ico-home h4 {

		font-size: 16px;

	}

	.ico-home img {
		width: 90px;
	}

	#choosePara span {
		display: block;
	}

	.cultureImg .YellowCircle {

		width: 125px;

		height: 125px;

	}

	.cultureImg .YellowCircle {
		font-size: 18px;
	}

	.proright {
		padding: 0 0 0 0;
	}

	.proright.right2 {

		margin: 0;

	}

	.proSingle {
		min-width: 130px;
		width: auto;
		margin: 0 15px;
		margin-bottom: 30px;
		display: inline-block;
	}

	.proSingle img {
		max-height: 60px;
	}

	.proSingle h4 {

		font-size: 16px;

	}

	.mb-5,
	.my-5 {

		margin-bottom: 1.5rem !important;

	}

	.featureRow .featureTxt h4 {
		font-size: 1rem;
	}

	.tddes .font16 {
		font-size: 14px;
	}

	#tvc.font18 {
		font-size: 14px;
	}

	.contact-left h3 {
		font-size: 1.2rem;
	}

	.product-page .flex-fill img {
		width: 50px;
		height: auto;
	}

	.product-page .flex-fill h6 {
		font-size: 12px;
	}

	.product-page .flex-fill p {
		font-size: 12px;
	}

	.product-page .flex-fill.px-2 {

		padding-left: 0.3rem !important;

		padding-right: 0.3rem !important;

	}

	.pflast {
		display: inline-block;
		opacity: 0
	}

}

.Suspension {



	position: fixed;



	bottom: calc(10% + 49px);



	right: 5px;



	width: 42px;



	height: auto;



	z-index: 9998;



	border-bottom: 0;



}







.Suspension a,
.sFrame {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 40px;
	background: #16365e;
	text-align: center;
	font-size: 20px;
	position: relative;
	margin-bottom: 1px;
}

.Suspension a.first {
	border-top-left-radius: 10px;
}

.Suspension a.last {
	border-bottom-left-radius: 10px;
}



/*.Suspension a.color01{ background-color:#17cedd;}



.Suspension a.color02{ background-color:#f5b13c;}



.Suspension a.color03{ background-color:#3dbb2b;}



.Suspension a.color04{ background-color:#de1918;}*/



.sFrame div {
	position: absolute;
	right: 30px;
	top: 0;
	overflow: hidden;
	z-index: -1;
}



.f-skybox,
.f-whatbox {
	position: absolute;



	top: 0;



	right: 100%;



	padding: 0 10px;



	width: 120px;



	background: none;



	height: auto;



	border-bottom: 0;



	font-size: 12px;



	line-height: 1.8;



	display: none;



}



.f-skybox .inner,
.f-whatbox .inner {
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	right: auto;
}



.f-skype img,
.f-whatbox img {
	max-width: 100%
}



.f-skype:hover .f-skybox,
.f-what:hover .f-whatbox {
	display: block;
	color: #333;
}







div.subFrame_03 {
	width: 0px;
	height: 40px;
	background-color: #ee771c;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	border-radius: 30px 0 0 30px;
	text-align: left;
}



.sFrame:hover div.subFrame_03 {
	width: 180px;
	padding-left: 20px;
}







.Suspension a {
	color: #fff;
}



.Suspension a.f-email {
	font-size: 21px;
}



.Suspension a i {
	line-height: 40px !important;
}



.Suspension a:hover {
	color: #fff;
	background: #ee771c;
}



.text-yellow {

	color: #ee771c !important;

}

#core-application .swiper-slide img{
	width: 100%;
	border: 1px solid #dddddd;
}


.pagebar {
	padding: 20px;
	text-align: center;
}

.pagebar a,
.pagebar span.page-status {
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #ddd;
	margin: 0px 3px;
}

.pagebar a.page-num-current {
	background: rgb(22, 54, 94);
	border: 1px solid rgb(22, 54, 94);
	color: #fff;
}