/*reset*/:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0;
	line-height: normal
}
body, ul, img, p, input, dl, dd, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: 'poppins-regular', serif;
}
em {
	font-style: normal;
}
img {
	border: none;
	max-width: 100%
}/*li,ul,ol{list-style:none;}*/
a {
	text-decoration: none;
	color: #231815;
}
input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}
body {
	overflow-x: hidden;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
a:focus {
	outline: none;
}
:focus {
	outline: none;
	box-shadow: none
}
iframe {
	max-width: 100%;
}
.table-responsive ul li {
	list-style-position: inside;
!important
}
.table-responsive td {
	padding: 0 8px
}/*share*/
body {
	font-size: 14px;
	font-family: 'poppins-regular', serif;
	color: #555;
	background: #fff;
	line-height: 24px;
}
.bold {
	font-weight: bold;
}
.fontRed {
	color: red;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
@media only screen and (max-width: 768px) {
.row {
	margin: 0;
}
}
a:hover, img:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a, img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
@font-face {
	font-family: 'Oswald-Bold';
	src: url(../font/Oswald-Bold.eot);
	src: url(../font/Oswald-Bold%EF%B9%96.eot#iefix) format('embedded-opentype'), url(../font/Oswald-Bold.svg#Oswald-Bold) format('svg'), url(../font/Oswald-Bold.woff) format('woff'), url(../font/Oswald-Bold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppins_Medium';
	src: url(../font/poppins_Medium.eot);
	src: url(../font/poppins_Medium%EF%B9%96.eot#iefix) format('embedded-opentype'), url(../font/poppins_Medium.svg#poppins_Medium) format('svg'), url(../font/poppins_Medium.woff) format('woff'), url(../font/poppins_Medium.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppins-regular';
	src: url(../font/poppins-regular.eot);
	src: url(../font/poppins-regular%EF%B9%96.eot#iefix) format('embedded-opentype'), url(../font/poppins-regular.svg#poppins-regular) format('svg'), url(../font/poppins-regular.woff) format('woff'), url(../font/poppins-regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppins-semibold';
	src: url(../font/poppins-semibold.eot);
	src: url(../font/poppins-semibold%EF%B9%96.eot#iefix) format('embedded-opentype'), url(../font/poppins-semibold.svg#poppins-semibold) format('svg'), url(../font/poppins-semibold.woff) format('woff'), url(../font/poppins-semibold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
.main_more {
	margin-top: 37px;
	display: inline-block;
	position: relative;
	overflow: visible;
	transition: background .4s, border-color .4s, color .4s;
	background: #304797;
	border-radius: 25px;
	text-align: center;
	overflow: hidden;
}
.main_more a, .main_more input {
	background: none;
	padding: 0 40px;
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 13px;
	line-height: 42px;
	font-family: 'poppins_Medium';
	text-transform: uppercase;
	letter-spacing: 1px;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border-radius: 25px;
}
.main_more:hover a, .main_more:hover input {
	color: #fff;
	text-decoration: none;
}
.main_more:before {
	position: absolute;
	content: '';
	top: -100%;
	left: -100%;
	width: 101%;
	height: 101%;
	border-color: #304797;
	background: #304797;
	border-radius: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}
.main_more:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0;
	top: 0;
}
.main_more i {
	padding-left: 5px;
}
.top_heard {
	background: #304797;
	line-height: 36px;
}
.top_heard .container {
	position: relative
}
.top_nav {
	float: right;
}
.top_nav a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 8px;
}
.top_lan {
	float: right;
	margin-left: 27px
}
.top_lan li {
	list-style: none;
	display: inline-block;
	margin-left: 16px
}
.top_lan li a {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
}
.top_lan li a img {
	vertical-align: middle;
	margin-right: 12px;
	display: inline-block
}
.top_lan li a:hover {
	color: #fff
}
.top_share {
	float: right;
	line-height: 36px;
	margin-left: 6px
}
.top_share li {
	display: inline-block;
	list-style: none;
	margin-left: 1px
}
.top_share li a {
	display: inline-block;
	height: 28px;
	width: 28px;
	border-radius: 50%;
}
.top_share li a img {
	height: 28px;
	width: 28px;
	border-radius: 50%;
}
.top_share li a:hover {
	background: #e11606;
	opacity: 1
}
.head_right {
	float: right;
}
.top_logo {
	float: left;
	margin-top: 16px
}
.top_logo>a {
}
.top_logo h1 {
	margin: 0;
	padding: 0;
	line-height: inherit
}
.top_logo img {
	max-width: 98px;
	height: auto;
	width: 100%
}
.select {
	position: relative;
	float: right;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin-left: 17px;
}
.select dt {
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 9999999;
	color: #ffffff;
	text-align: right;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 36px;
	height: 36px;
	padding-right: 25px;
	background: url(../images/lan_icon.png) no-repeat right center;
}
.select dt img {
	vertical-align: middle
}
.select dt>p {
	color: #ffffff;
	display: inline-block;
	padding-left: 8px;
	text-transform: capitalize;
	font-size: 13px;
	vertical-align: middle;
}
.select dd {
	position: absolute;
	right: 0;
	top: 36px;
	display: none;
	z-index: 9999999999;
	background: #F5F5F5;
}
.select dd ul {
	padding: 5px;
	width: 110px;
	max-height: 330px;
	overflow: auto;
	list-style: none;
}
.select dd ul li {
	margin-bottom: 0;
}
.select dd ul li a {
	line-height: 24px;
	display: block;
	padding: 6px 0px;
	text-align: left;
	color: #555;
}
.select dd ul li a:hover {
background:;
	color: #304797;
}
.select dd ul li img {
	max-width: 23px;
	max-height: 17px;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.select dd ul li p {
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	text-transform: capitalize;
	vertical-align: middle;
	margin: 0;
}  /* Top Search*/
.search_box {
	float: right;
	z-index: 99999999;
	margin-top: 7px;
}
.search i {
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(../images/search_btn.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle
}
.top-search {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 36px;
	display: none;
	z-index: 9999999;
	background: #fafafa;
	border-radius: 0px;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05);
}
.top-search h4 {
	font-size: 20px;
	text-align: center;
	color: #333;
	margin: 15px 0;
	text-transform: capitalize;
	display: none;
	display: none;
}
.top-search .input-group-addon i {
	float: right;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
}
.top-search .input-group-addon i:hover {
	color: #304797;
}
.top-search .form-control {
	box-shadow: none;
	border: none;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #808080;
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	text-align: left;
	font-size: 13px;
	border-radius: 25px;
	color: #555
}
.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
}
.top-search .input-group {
	width: 100%;
	padding: 10px 40px 10px 10px;
}
.btn_search1 {
	background: url(../images/search_btn.png) no-repeat center center;
	top: 2px;
	height: 44px;
	position: absolute;
	right: 2px;
	width: 44px;
	z-index: 3;
}
.header_search {
	position: relative;
}
.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.attr-nav {
	float: right;
	z-index: 9999999;
	display: inline-block;
	margin-left: 16px
}
.attr-nav>a {
	color: #cfcfcf;
	text-transform: uppercase;
	font-size: 12px;
}
.attr-nav ul li {
	list-style: none;
}
.top-search .input-group {
	max-width: 100%;
	margin: 0 auto;
} /* Top Search*/
.search_box1 {
	float: right;
	z-index: 99999999;
	margin-top: 37px;
}
.conts {
	padding: 0 26px;
	font-size: 12px;
	text-transform: uppercase;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #304797;
	color: #fff;
	border-radius: 25px;
	display: inline-block;
	vertical-align: middle
}
.top-search1 {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 110px;
	display: none;
	z-index: 9999999;
	background: rgba(255,255,255,0.98);
	border-radius: 0px;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05);
	padding: 45px 0;
	border-top: 1px solid #eee;
}
.top-search1 h4 {
	font-size: 20px;
	text-align: center;
	color: #333;
	margin: 15px 0;
	text-transform: capitalize;
	display: none;
	display: none;
}
.top-search1 .input-group-addon i {
	float: right;
	position: absolute;
	right: 0px;
	top: -28px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
}
.top-search1 .input-group-addon i:hover {
	color: #304797;
}
.header_conts .list {
	list-style: none;
	margin: 21px -10px 0
}
.header_conts .list li {
	margin-bottom: 25px;
	padding: 0 10px;
	list-style: none
}
.header_conts .list li span {
	display: block;
	position: relative;
}
.header_conts .list li span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 14px;
}
.header_conts .list li span.ms_p:before,.header_conts .list li span.ms_c:before  {
	display: none;
}
.header_conts .meInput {
	color: #666666;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	padding: 0 15px;
	padding-left: 48px;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 2px;
	border: 1px solid #ccc
}
.header_conts .meInput:focus {
	color: #333;
}
.header_conts .meText {
	width: 100%;
	max-width: 100%;
	height: 100px;
	max-height: 100px;
	padding: 15px 15px 15px 48px;
	font-size: 12px;
	color: #666666;
	background-color: #fff;
	;
	background-repeat: no-repeat;
	border-radius: 2px;
	border: 1px solid #ccc
}
.header_conts .meText:focus {
	color: #333;
}
.header_conts .list li span.ms_p input {
	background-image: url(../images/mes_t.png);
	background-position: 18px 16px;
}
.header_conts .list li span.qua input {
	background-image: url(../images/qua.png);
	background-position: 18px 16px;
}
.header_conts .list li span.cou input {
	background-image: url(../images/cou.png);
	background-position: 18px 16px;
}











.header_conts .list li span.ms_n input {
	background-image: url(../images/mes_n.png);
	background-position: 18px 16px;
}

.header_conts .list li span.ms_c input {
	background-image: url(../images/mes_c.png);
	background-position: 18px 16px;
}
.header_conts .list li span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 18px 16px;
}
.header_conts .list li span.ms_m .meText {
	background-image: url(../images/mes_m.png);
	background-position: 18px 16px;
}
.header_conts input:-ms-input-placeholder {
color:#666666;
}/* Internet Explorer 10+ */
.header_conts input::-webkit-input-placeholder {
color:#666666;
}/* WebKit browsers */
.header_conts input::-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 4 to 18 */
.header_conts input:-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 19+ */
.header_conts .meText:-ms-input-placeholder {
color:#666666;
}/* Internet Explorer 10+ */
.header_conts .meText::-webkit-input-placeholder {
color:#666666;
}/* WebKit browsers */
.header_conts .meText::-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 4 to 18 */
.header_conts .meText:-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 19+ */
.header_conts .main_more {
	margin-top: 9px;
	background: none;
	border: 1px solid #304797
}
.header_conts .main_more input {
	color: #304797;
	line-height: 40px;
	padding: 0 27px;
}
.header_conts .main_more:hover {
	border-color: #e11606;
}
.header_conts .main_more:hover input {
	color: #fff
}
.top-search1 .input-group-addon.close-search {
	cursor: pointer;
}
.top-search1 .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}
.top-search1 .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.attr-nav1 {
	float: right;
	z-index: 9999999;
	display: inline-block;
	margin-left: 72px
}
.attr-nav1>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.attr-nav1 ul li {
	list-style: none;
}
.top-search1 .input-group {
	max-width: 56%;
	margin: 0 auto;
	width: 100%;
}
.top-search1 .input-group .input-group-text span {
	display: inline-block;
	font-family: 'Oswald-Bold';
	text-transform: uppercase;
	font-size: 20px;
	color: #304797;
	letter-spacing: 1px;
}
.top-search1 .input-group .input-group-text p {
	line-height: 24px;
	color: #808080;
	font-size: 13px;
	margin-top: 15px
}/* Sizes for the bigger menu */
header {
	width: 100%;
	z-index: 999999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.large_m {
	padding: 0 0 18px;
}
header.large {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: none;
}
@media only screen and (min-width: 1025px) {
header.small {
	left: 0;
	top: 0;
	position: fixed;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
	background: rgba(255,255,255,0.98);
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
header.small .large_m {
	padding: 0
}
header.small .top_logo {
	margin-top: 8px
}
header.small .top_logo img {
	max-width: 65px;
}
header.small .mainmenu nav>ul>li>a {
	padding: 23px 0;
	color: #333
}
header.small .search_box1 {
	margin-top: 16px;
}
header.small .top-search1 {
	top: 70px
}
}
@media only screen and (max-width: 1024px) {
.top_logo {
	position: relative;
	z-index: 999999
}
.search_box1 {
	margin-top: 29px
}
.attr-nav1 {
	position: relative
}
.large_m {
	padding-bottom: 10px
}
.top-search1 {
	top: 105px
}
.top-search1 .input-group {
	max-width: 80%
}
}
@media only screen and (max-width: 530px) {
.top_logo img {
	max-width: 75px
}
.top_share {
	display: none;
}
.top-search1 {
	padding: 25px 0;
	max-height: 300px;
	overflow: auto !important
}
.top-search1 .input-group {
	max-width: 94%
}
.header_conts .meInput {
	height: 40px;
	line-height: 40px;
}
.header_conts .list li {
	margin-bottom: 15px
}
.header_conts .list li span.ms_e input {
	background-position: 13px 11px
}
.header_conts .list li span.ms_p input {
	background-position: 13px 11px
}
.header_conts .list li span.ms_m .meText {
	background-position: 13px 11px
}
.top-search1 .input-group .input-group-text p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 9px;
}
.header_conts .list {
	margin-top: 10px
}
.header_conts .meText {
	height: 70px;
	max-height: 70px;
	padding-top: 8px
}
}
@media only screen and (max-width: 418px) {
.top_nav {
	display: none
}
}
@media only screen and (max-width: 365px) {
.top_logo img {
	max-width: 65px;
}
.conts {
	padding: 0 10px
}
.search_box1 {
	margin-top: 22px
}
.top-search1 {
	top: 78px
}
}
.in_categW {
	margin-top: 48px
}
.in_title {
	text-align: center
}
.in_title span {
	display: inline-block;
	text-transform: uppercase;
	color: #222222;
	font-size: 32px;
	font-family: 'Oswald-Bold';
	line-height: 32px;
}
.in_categL {
	margin-top: 32px
}
.in_categL .in_categL_left {
	float: left;
	padding-right: 5px;
	width: 33.33%
}
.in_categW .in_categL .in_categL_m {
	position: relative;
	overflow: hidden
}
.in_categW .in_categL .in_categL_m>a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: none
}
.in_categW .in_categL .in_categL_m img {
	width: 100%;
}
.in_categW .in_categL .in_categL_m .title {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 22px;
	display: block;
	padding: 0 10px;
	line-height: 70px;
	transition: all .8s;
	color: #fff;
	width: 100%;
}
.in_categW .in_categL .in_categL_m .title p {
	font-family: 'Oswald-Bold';
}
.in_categW .in_categL .in_categL_m:hover .title {
	bottom: -100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.in_categW .in_categL .in_categL_m .main {
	display: block;
	background: rgba(0,0,0,0.45);
	padding: 40% 40px 20px;
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	transition: all .8s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 3;
	height: 100%;
	text-align: center
}
.in_categW .in_categL .in_categL_m .main {
}
.in_categW .in_categL .in_categL_m:hover .main {
	bottom: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.in_categW .in_categL .in_categL_m .main .m_title {
	display: block;
	margin-bottom: 22px;
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Oswald-Bold';
}
.in_categW .in_categL .in_categL_m .main .m_title:hover {
	text-decoration: none;
}
.in_categW .in_categL .in_categL_m .text {
	font-size: 12px;
	color: #ebebeb;
	line-height: 26px;
	overflow: hidden;
	max-height: 78px;
	margin-bottom: 37px;
}
.in_categW .in_categL .in_categL_m .more {
	color: #ffffff;
	padding: 0 23px;
	border-radius: 25px;
	font-family: 'poppins-semibold';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 34px;
	transition: all .5s;
	display: inline-block;
	letter-spacing: 1px;
	background: #304797;
	height: 34px;
}
.in_categW .in_categL .in_categL_m .more i {
	font-size: 14px;
	margin-left: 8px
}
.in_categW .in_categL .in_categL_m .more:hover {
	background: #fff;
	color: #304797
}
.in_categL_R {
	float: right;
	padding-left: 5px;
	width: 66.67%;
}
.in_categL_R ul {
	margin: 0 -5px;
}
.in_categL_R ul li {
	float: left;
	width: 50%;
	padding: 0 5px;
	list-style: none;
	margin-bottom: 10px
}
.in_categW .in_categL_R .in_categL_m .main {
	padding-top: 50px
}
.in_categW .in_categL_R .in_categL_m .main .text {
	margin-bottom: 20px;
	max-height: 52px
}
.in_more1 {
	text-align: center;
	margin-top: 22px
}
.in_more1>a {
	color: #ffffff;
	padding: 0 23px;
	border-radius: 25px;
	font-family: 'poppins-semibold';
	text-transform: uppercase;
	font-size: 13px;
	line-height: 38px;
	transition: all .5s;
	display: inline-block;
	letter-spacing: 1px;
	background: #304797;
	height: 38px;
}
.in_more1>a i {
	font-size: 16px;
	margin-left: 20px
}
.in_more1>a:hover {
}
@media only screen and (max-width: 1299px) {
.in_categW .in_categL .in_categL_m .main {
	padding-left: 20px;
	padding-right: 20px
}
.in_categW .in_categL .in_categL_m .title {
	font-size: 20px;
	line-height: 55px;
}
.in_categW .in_categL .in_categL_m .main .m_title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 12px;
}
}
@media only screen and (max-width: 940px) {
.in_categW .in_categL .in_categL_m .title {
	font-size: 18px
}
.in_categW .in_categL .in_categL_m .main .m_title {
	font-size: 18px;
}
.in_categW .in_categL_R .in_categL_m .main {
	padding-top: 20px
}
.in_categW .in_categL_R .in_categL_m .main .text {
	margin-bottom: 10px;
	max-height: 40px;
}
.in_categW .in_categL .in_categL_m .text {
	line-height: 20px;
	max-height: 40px;
	margin-bottom: 12px;
}
}
@media only screen and (max-width: 768px) {
.in_categW .in_categL .in_categL_m .main {
	display: none
}
.in_categW .in_categL .in_categL_m .title {
	font-size: 14px;
	padding-bottom: 15px
}
.in_categW .in_categL .in_categL_m .title p {
	font-family: 'poppins-semibold';
	line-height: 26px;
}
}
@media only screen and (max-width: 490px) {
.in_categL .in_categL_left {
	float: none;
	padding-right: 0px;
	width: 100%;
	margin-bottom: 10px
}
.in_categL_R {
	float: none;
	padding-left: 0;
	width: 100%;
}
}
@media only screen and (max-width: 340px) {
.in_categL_R ul li {
	width: 100%
}
}
.in_blogW {
	margin-top: 52px
}
.in_blogL li {
	list-style: none;
	margin-top: 32px;
}
.in_blogL li .in_blogL_m>a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.in_blogL li .in_blogL_m>a img {
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.in_blogL li .in_blogL_m:hover>a img {
	transform: scale(1.1)
}
.in_blogL li .in_blogL_m .in_blogL_w {
	background: url(../images/bg2.png) repeat;
	padding: 17px 0 22px;
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_date {
	float: left;
	width: 70px;
	height: 64px;
	background: #304797;
	text-align: center;
	padding-top: 12px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_date span {
	display: inline-block;
	color: #fff;
	font-size: 22px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_date p {
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 1px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl {
	float: left;
	width: 100%;
	padding: 4px 15px 0 6px;
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl h4 a {
	display: block;
	overflow: hidden;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	font-size: 15px;
	color: #444444;
	font-family: 'poppins-semibold';
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl h4 a:hover {
	color: #354ea5
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl p {
	color: #808080;
	font-size: 12px;
	margin-top: 12px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl p span {
	color: #354ea5
}
.in_blogL li .in_blogL_m .text {
	overflow: hidden;
	max-height: 78px;
	height: 78px;
	line-height: 26px;
	font-size: 12px;
	color: #808080;
	height: 78px;
	padding: 0 15px 0 6px;
	margin-top: 14px
}
.in_blogL li .in_blogL_m .in_blog_tegs {
	margin-top: 12px;
	padding: 0 15px 0 6px;
	min-height: 49px;
}
.in_blogL li .in_blogL_m .in_blog_tegs span {
	display: inline-block;
	color: #333333;
	font-size: 12px;
}
.in_blogL li .in_blogL_m .in_blog_tegs a {
	display: inline-block;
	color: #354ea5;
	font-size: 12px;
	text-decoration: underline;
	margin: 0 8px 0 4px
}
.in_blogL li .in_blogL_m .in_blog_tegs a:hover {
	color: #E11606
}
.in_blogL li .in_blogL_m .in_blogL_w .more {
	color: #354ea5;
	font-family: 'poppins-semibold';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	transition: all .5s;
	display: inline-block;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 6px;
}
.in_blogL li .in_blogL_m .in_blogL_w .more:hover {
	color: #304797;
}
@media only screen and (max-width: 1299px) {
.in_blogL.row {
	margin: 0 -10px
}
.in_blogL li {
	padding: 0 10px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_date {
	width: 60px;
	height: 60px;
	padding-top: 6px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl {
	padding: 0 10px 0 12px
}
}
@media only screen and (max-width: 972px) {
.in_blogL.row {
	margin: 0 -5px
}
.in_blogL li {
	padding: 0 5px
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl {
	width: 75%
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl h4 a {
	font-size: 13px;
	line-height: 22px;
	text-overflow: inherit;
	height: 48px;
	max-height: 44px;
}
.in_blogL li .in_blogL_m .in_blogL_w .in_blogL_t .in_blogL_tl p {
	display: none
}
}
@media only screen and (max-width: 768px) {
.in_blogL li {
	width: 100%
}
.in_blogL li .in_blogL_m .in_blog_tegs {
	min-height: inherit;
}
}
.in_videoW {
	margin-top: 50px
}
.in_videoW .in_video {
	position: relative;
}
.in_videoW .in_video img {
	width: 100%
}
.in_videoW .in_video .in_video_T {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%
}
.in_videoW .in_video .in_video_T p {
	color: #fff;
	font-size: 42px;
	line-height: 40px;
	font-family: 'Oswald-Bold';
	text-transform: uppercase;
	margin-bottom: 67px
}
.in_videoW .in_video .in_video_T i {
	display: inline-block;
	background: url(../images/video_btn.png) no-repeat center;
	height: 90px;
	width: 90px;
}
@media only screen and (max-width: 768px) {
.in_videoW {
	margin-top: 30px
}
.in_videoW .in_video .in_video_T p {
	display: none
}
.in_videoW .in_video .in_video_T i {
	background-size: 70%
}
}
.in_subW {
	background: url(../images/sub_bg.jpg) no-repeat bottom right;
	background-size: cover;
	padding: 40px 0 45px;
	margin-top: 70px;
}
.in_sub_t {
	text-align: center;
}
.in_sub_t span {
	display: inline-block;
	color: #222222;
	font-size: 26px;
	font-family: 'Oswald-Bold';
	line-height: 26px;
}
.in_sub_t p {
	font-size: 12px;
	color: #616161;
	line-height: 24px;
	max-height: 48px;
	margin-top: 14px;
}
.in_subW .sub_list {
	list-style: none;
	margin: 10px auto 0;
	max-width: 980px;
	text-align: center
}
.in_subW .sub_list li {
	padding: 0 3px;
	display: inline-block;
	margin-top: 12px;
}
.in_subW .sub_list li.li {
	width: 280px
}
.in_subW .sub_list li.li span {
	display: block;
	position: relative;
	overflow: hidden
}
.in_subW .sub_list li.li span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 14px;
}
.in_subW .sub_list li.li span.ms_c:before, .in_subW .sub_list li span.ms_p:before {
	display: none;
}
.in_subW .meInput {
	color: #808080;
	max-width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 12px;
	padding: 0 15px;
	padding-left: 50px;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
	border-radius: 25px;
}
.in_subW .meInput:focus {
	color: #333;
}
.in_subW .address_country {
	color: #808080;
	max-width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 12px;
	padding: 0 15px;
	padding-left: 50px;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
	border-radius: 25px;
}
.in_subW .address_country option {
	padding-left: 20px
}
.in_subW .sub_list li.li span.ms_p input {
	background-image: url(../images/sub_t.png);
	background-position: 18px 8px;
}
.in_subW .sub_list li.li span.ms_e input {
	background-image: url(../images/sub_e.png);
	background-position: 18px 8px;
}
.in_subW .sub_list li.li span.ms_n input {
	background-image: url(https://www.firstcaresolutions.com/template/images/sub_n.png);
	background-position: 18px 8px;
}
.in_subW .sub_list li.li span.ms_c .address_country {
	background-image: url(../images/sub_c.png);
	background-position: 18px 8px;
}
.in_subW .sub_list li .main_more {
	margin-top: 0
}
.in_subW .sub_list li .main_more input {
	line-height: 40px;
	padding: 0 26px;
	height: 40px;
}
@media only screen and (max-width: 1024px) {
.in_subW .sub_list li.li {
	width: 240px
}
}
@media only screen and (max-width: 768px) {
.in_subW .sub_list li {
	padding: 0 1px;
}
.in_subW .sub_list li.li {
	width: 200px
}
}
@media only screen and (max-width: 640px) {
.in_subW .sub_list li.li {
	padding: 0px;
	width: 100%;
	display: block;
}
}
.footerW {
	background: #232a30;
	padding: 23px 0 30px
}
.fot_left {
	float: left;
	width: 40%
}
.copy {
	color: #d6d6d6;
	margin-top: 1px;
	font-size: 12px;
}
.copy span {
	display: block;
	color: #d6d6d6;
	font-size: 12px;
}
.copy a {
	color: #3d444a;
}
.copy a:hover, .copy span a:hover {
	color: #fff;
}
.fot-fri {
	list-style: none;
	margin-bottom: 5px;
}
.fot-fri p {
	display: inline-block;
	text-transform: capitalize;
	color: #d6d6d6;
	font-size: 13x;
}
.fot-fri li {
	display: inline-block;
	margin: 0 10px 0 0;
	list-style: none
}
.fot-fri li a {
	color: #d6d6d6;
	font-size: 14px;
	text-transform: capitalize;
}
.fot-fri li a:hover {
	color: #fff;
}
.fot_share {
	margin-top: 14px
}
.fot_share li {
	list-style: none;
	display: inline-block;
	margin-right: 28px;
}
.fot_share li a {
	display: inline-block;
}
.fot_right {
	float: right;
	width: 28%;
}
.fot_right a {
	width: 49%;
	color: #d6d6d6;
	font-size: 12px;
	line-height: 22px;
	margin-top: 6px;
	float: left;
	padding-right: 4px;
}
.fot_right a:hover {
	color: #fff
}
@media only screen and (max-width: 1299px) {
.fot_left {
	width: 60%
}
}
@media only screen and (max-width: 946px) {
.fot_right {
	width: 34%;
}
}
@media only screen and (max-width: 650px) {
.fot_left {
	width: 100%
}
.fot_right {
	width: 100%;
	margin-top: 10px
}
.fot_right a {
	width: auto;
	margin: 0 8px 4px 0;
}
}
.page_banner img {
	width: 100%;
	height: auto;
	max-width: 100%
} /*n_main*/
.mbx_section {
	position: relative;
	text-align: center;
	background: #F5F5F5;
}
.mbx_section .img img {
	width: 100%;
	height: auto;
}
.mbx_section .h4 {
	font-family: 'Oswald-Bold';
	color: #333;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 24px;
	padding: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0
}
.mbx_section .mbx {
	font-size: 13px;
	margin-top: 0px;
	padding-bottom: 15px;
	position: relative;
	z-index: 99
}
.mbx_section .mbx a {
	color: #777;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.mbx_section .mbx a:hover {
	color: #304797;
	border-bottom: 1px solid #304797;
}
.mbx_section .mbx a>i {
	margin-right: 4px;
	color: #304797;
}
.mbx_section .mbx>i {
	font-size: 13px;
	color: #dcdcdc;
	margin: 0px 10px;
}
.mbx_section .mbx h2 {
	display: inline-block
}
.mbx_section .mbx h2 a {
	color: #777;
	font-size: 13px;
	display: inline-block;
}
.mbx_section .mbx>span {
	color: #777;
	font-size: 13px;
	display: inline-block;
}
@media only screen and (max-width: 962px) {
.mbx_section {
	padding-bottom: 0
}
}
@media only screen and (max-width: 768px) {
.mbx_section .h4 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding: 0 0 5px
}
.mbx_section .mbx {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.mbx_section h4 {
	border-bottom: none;
}
.mbx_section {
	padding-left: 0;
}
.mbx_section h4 {
	margin-top: 10px;
	line-height: 24px;
}
}
.page-box {
	padding: 50px 0 0;
}
.about_web {
}
.about_detail {
	line-height: 24px;
	margin-top: 0px;
	font-size: 14px
}
.about_detail img {
	max-width: 100%
}/*left*/
.page_left {
	width: 26%;
	padding-right: 20px
}
.page_left .column .block>span {
	display: block;
	position: relative;
	margin-bottom: 0px;
	line-height: 24px;
	color: #fff;
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 10px;
}
.page_left .column .block>span em {
	display: inline-block;
	font-size: 24px;
	color: #333;
	font-family: 'Oswald-Bold';
	text-transform: uppercase;
}
.page_left .column .block>span .column_icon_toggle {
	display: none;
}
.page_left .column .block>span em:before {
	content: '';
	background: #304797;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	display: inline-block;
}
.left-nav {
	margin-bottom: 20px
}
.left-blog {
	margin-bottom: 30px;
}
.left-nav ul li {
	list-style: none
}
.left-nav ul li a {
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #eee;
}
.left-nav ul li a:hover {
	color: #304797;
	text-decoration: none;
}
.left-nav ul li a.lnav-depth {
	background: #e5e5e5;
}
.mtree-skin-selector {
	display: none;
}
ul.mtree {
	opacity: 0;
	margin-left: 0;
	margin-top: 10px;
	background: #fff;
	border-bottom: none
}
ul.mtree>li {
	list-style: none;
}
ul.mtree>li:last-child {
	border-bottom: none;
}
ul.mtree>li>a {
	display: block;
	font-size: 14px;
	padding: 10px 0px 10px;
	color: #444;
	text-transform: capitalize;
	background: #ffffff;
}
.mtreeactivea>a {
	color: #304797
}
ul.mtree>li>a i {
	padding-right: 5px;
}
ul.mtree li b {
	font-style: normal
}
ul.mtree li.mtree-open>b:before {
	content: "-";
	font-family: FontAwesome;
	float: right;
	font-size: 24px;
	color: #304797;
	font-style: normal;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	background: none;
	right: 0;
	border-radius: 50%;
	top: 6px;
}
ul.mtree li.mtree-closed>b:before {
	content: "+";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	color: #808080;
	font-style: normal;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	right: 0;
	top: 6px;
	background: none;
	border-radius: 50%;
}
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #304797
}
ul.mtree li.mtree-node > a {
}
ul.mtree>li:hover {
}
ul.mtree>li:hover>a {
	color: #304797;
	text-decoration: none;
}
ul.mtree>li.mtree-node {
}
ul.mtree>li.mtree-open {
}
ul.mtree>li.mtree-open>a {
	color: #304797;
	text-decoration: none;
}
ul.mtree>li.mtree-open>a:after {
	color: #fff
}
ul.mtree>li.mtree-node:hover {
}
ul.mtree>li.mtree-node .mtrss-all {
	text-transform: uppercase;
	font-size: 14px;
	color: #304797;
	display: none
}
ul.mtree>li.mtree-node .mtrss-all span {
	display: inline-block;
	padding-right: 5px;
	border: none;
	margin-bottom: 0;
}
ul.mtree>li.mtree-node .mtrss-all a {
	font-size: 12px;
	text-transform: capitalize;
	color: #333;
	color: #304797;
	padding: 10px 10px;
	border-bottom: 1px solid #304797
}
ul.mtree>li.mtree-node .mtrss-all:hover {
	color: #fff;
}
ul.mtree>li.mtree-node .mtrss-all:hover a {
	color: #fff;
	background: #304797;
	color: #fff;
}
ul.mtree a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
ul.mtree ul {
	padding: 0;
	background: none;
	border-top: none;
	border-bottom: none;
}
ul.mtree ul li {
	margin-bottom: 1px;
	list-style: none
}
ul.mtree ul li:hoverul.mtree ul li a:hover {
background:#e5e5e5;
}
ul.mtree ul li a:hover {
}
ul.mtree ul li ul {
	border: none;
}
ul.mtree ul li ul li {
	margin: 5px 0;
}
ul.mtree li.mtree-node ul li a {
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	padding: 12px 0 0px 10px;
	text-transform: capitalize;
	border-bottom: none;
}
ul.mtree li.mtree-node ul.mtree-level-2 li:last-child a {
	border-bottom: none
}
ul.mtree li.mtree-node ul li a i {
	padding-right: 5px;
	color: #ccc
}
ul.mtree ul li a:hover {
	color: #304797;
	text-decoration: none;
}
ul.mtree .mtree-level-2 {
	padding: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
}
ul.mtree li ul li.mtree-open a {
	text-decoration: none;
}
ul.mtree li ul.mtree-level-2 li a {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #ddd
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: none;
	color: #304797;
	font-weight: normal;
}
ul.mtree .mtree-level-2 li:last-child a {
	border: none;
}
ul.mtree.jet ul {
	margin-left: 0;
}
ul.mtree.jet li {
	margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
	margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
	background: #E3E3E3;
}
ul.mtree.jet li.mtree-active li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
	background: #FFC000;
	color: #FFF;
}
ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
	padding-left: 2em;
}
ul.mtree.jet li li li > a {
	padding-left: 3em;
}
ul.mtree.jet li li li li > a {
	padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
	padding-left: 5em;
}
ul.mtree a:hover {
	text-decoration: none;
}
.page_left .left-pro {
	margin-top: 30px;
}
.page_left .left-pro .htmleaf-content {
	border-top: none;
}
.page_left .left-pro ul li {
	margin: 15px 0 10px;
	list-style: none;
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 15px;
}
.page_left .left-pro ul li .img {
	display: inline-block;
	float: left;
	width: 36%;
	overflow: hidden;
	position: relative;
}
.page_left .left-pro ul li .img>a {
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: block;
}
.page_left .left-pro ul li .img>a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.page_left .left-pro ul li .img:hover>a {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.page_left .left-pro ul li .lnews-right {
	float: left;
	padding-left: 10px;
	width: 64%;
}
.page_left .left-pro ul li .lnews-right h4>a.left-pro-t {
	color: #333;
	font-size: 13px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
	line-height: 24px;
	max-height: 72px
}
.page_left .left-pro ul li .lnews-right h4>a.left-pro-t:hover, .page_left .left-pro ul li:hover .lnews-right a.left-pro-t {
	color: #304797;
}
.page_left .left-pro ul li .lnews-right p {
	color: #777;
	line-height: 20px;
	overflow: hidden;
	max-height: 40px;
	font-size: 12px;
}
.page_left .left-pro ul li .lnews-right a.tab-pro-more {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'poppins-semibold';
	color: #808080;
	text-decoration: underline;
}
.page_left .left-pro ul li .lnews-right a.tab-pro-more i {
	margin-left: 6px;
}
.page_left .left-pro ul li .lnews-right a.tab-pro-more:hover {
	color: #304797
}
.page_left .icon-minus-sign:before {
	content: "\f068";
	font-family: 'FontAwesome';
}
.page_left .icon-plus-sign:before {
	content: "\f067";
	font-family: 'FontAwesome';
}
.page_right {
	width: 74%;
	padding-left: 25px
}
@media only screen and (max-width: 768px) {
.left-img {
	display: none
}
.left-blog, .left-nav {
	padding: 0 !important;
	margin: 0
}
.left-bg {
	display: none;
}
.page_left {
	padding: 0;
	background: none;
	width: 100%;
}
.page_right {
	padding: 0;
	width: 100%;
	margin-top: 30px
}
.about_webW .page_left, .about_webW .page_right {
	width: 100%;
}
.page_left .column .block>span em:before {
	display: none
}
.page_left .column .block>span {
	background: #f7f7f7;
	border: 1px solid #f2f2f2;
	padding: 5px 15px;
}
.page_left .column .block>span em {
	background: none;
	font-size: 16px;
}
.page_left .column .block>span .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 6px;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	color: #304797;
	font-weight: normal;
}
.left-nav ul {
	padding: 0;
}
.left-nav ul li a {
	font-size: 16px;
}
.page_left .left-pro {
	display: none
}
}
.conts_web .contact_l {
	list-style: none;
	padding: 0 0 40px 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.conts_web .contact_l li {
	border-right: 1px solid #e5e5e5;
	padding: 0 15px;
}
.conts_web .contact_l .icon {
	position: relative;
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	padding: 4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #304797;
	border-radius: 50%
}
.conts_web .contact_l span {
	display: block;
	padding-top: 10px
}
.conts_web .contact_l .icon img {
	max-width: 42px;
	height: auto;
}
.conts_web .contact_l .title {
	display: block;
	font-size: 20px;
	color: #3f4551;
	margin-bottom: 10px;
}
.conts_web .contact_l p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 22px;
}
.conts_web .contact_l p a:hover {
	color: #304797;
}
.conts_web .contact_l li:last-child {
	border-right: none;
}
.con_main .text {
	font-size: 14px;
	line-height: 26px;
}
.contact_web .con_box {
	padding-top: 40px;
	padding-left: 0;
}
.page_title {
	display: block;
	position: relative;
	margin-bottom: 25px;
	text-align: left;
	border-bottom: 2px solid #f5f5f5;
	color: #333;
	padding-bottom: 19px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Oswald-Bold';
}
.page_title:before {
	content: '';
	background: #304797;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	display: inline-block;
}
.con_left {
	padding-left: 25px;
	padding-right: 0
}
.con_left .text {
	font-size: 14px;
	line-height: 24px;
}
.con_left .text img {
	max-width: 100%;
	height: auto;
}
.map {
	margin-top: 35px;
}
.conts_web_m {
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 5px;
	webkit-box-shadow: 3px 5px 20px 0 rgba(31, 35, 37, 0.08);
	-moz-box-shadow: 3px 5px 20px 0 rgba(31, 35, 37, 0.08);
	box-shadow: 3px 5px 20px 0 rgba(31, 35, 37, 0.08);
}
.message {
	position: relative;
	margin-top: 0;
	text-align: left;
	padding-right: 25px;
	padding-left: 0
}
.message p {
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	position: relative;
	z-index: 5;
}
.message ul {
	list-style: none;
	padding-top: 20px;
	position: relative;
	z-index: 5;
}
.message li {
	margin-bottom: 15px;
}
.message li span {
	display: block;
	position: relative;
}
.message li span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 15px;
	top: 5px;
}
.message li span.ms_p input {
	background-image: url(../images/mes_t.png);
	background-position: 15px 11px;
}
.message li span.ms_n input {
	background-image: url(../images/mes_n.png);
	background-position: 15px 11px;
}
.message li span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 15px 11px;
}
.message li span.ms_c input {
	background-image: url(../images/mes_c.png);
	background-position: 15px 11px;
}
.message li span.ms_m .meText {
	background-image: url(../images/mes_m.png);
	background-position: 15px 12px;
}
.message li span.ms_p:before, .message li span.ms_c:before , .message li span.cou_2:before ,.message li span.cou:before {
	display: none;
}
.message li label {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.message li .meInput {
	color: #999;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	padding: 0 20px;
	padding-left: 50px;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
}
.message li .meInput:focus {
	color: #333;
}
.message li .meText {
	width: 100%;
	max-width: 100%;
	height: 100px;
	max-height: 160px;
	padding: 9px 15px 15px 50px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	border-radius: 25px;
}
.message li .meText:focus {
	color: #333;
}
.message li p {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.message li a {
	color: red;
}
.message .main_more {
	margin-top: 20px;
}
.message .main_more input {
	line-height: 38px
}
.message li input:-ms-input-placeholder {
color:#999;
}/* Internet Explorer 10+ */
.message li input::-webkit-input-placeholder {
color:#999;
}/* WebKit browsers */
.message li input::-moz-placeholder {
color:#999;
}/* Mozilla Firefox 4 to 18 */
.message li input:-moz-placeholder {
color:#999;
}/* Mozilla Firefox 19+ */
.message li .meText:-ms-input-placeholder {
color:#999;
}/* Internet Explorer 10+ */
.message li .meText::-webkit-input-placeholder {
color:#999;
}/* WebKit browsers */
.message li .meText::-moz-placeholder {
color:#999;
}/* Mozilla Firefox 4 to 18 */
.message li .meText:-moz-placeholder {
color:#999;
}/* Mozilla Firefox 19+ */
@media only screen and (max-width: 1299px) {
.con_left {
	padding-left: 15px
}
.message {
	padding-right: 15px
}
}
@media only screen and (max-width: 768px) {
.conts_web .contact_l {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
}
.conts_web .contact_l li {
	padding: 0;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.conts_web .contact_l .icon {
	float: left;
	width: 50px;
	height: 50px;
	border: none;
}
.conts_web .contact_l span {
	padding-top: 8px;
}
.conts_web .contact_l .icon img {
	max-width: 26px;
}
.conts_web .contact_l .text {
	text-align: left;
	padding-left: 20px;
	float: left;
	width: 70%;
}
.conts_web .contact_l .title {
	margin-bottom: 5px;
	font-size: 16px;
}
.con_left {
	padding-left: 0;
	width: 100%;
	margin-top: 35px
}
.message {
	padding-right: 0;
	width: 100%
}
} /*sitemap*/
.sitemap {
	width: 100%;
}
.stp-listA>li {
	text-transform: capitalize;
	margin-bottom: 15px;
	list-style: none;
}
.stp-top {
	width: 100%;
}
.stp-top a {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	text-transform: capitalize;
	color: #333;
	background: #f7f7f7;
	padding: 8px 10px;
	border-radius: 5px;
}
.stp-top a:hover {
	text-decoration: none;
	color: #fff;
	background: #304797;
}
.stp-top a i {
	padding-left: 5px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.stp-top a:hover i {
	padding-left: 8px;
}
.stp-listB {
	display: block;
	padding: 15px;
	background: #fafafa;
	padding: 5px 15px;
	list-style: none;
	margin-top: 1px;
	border-radius: 5px;
}
.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.stp-listB>li>a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
}
.stp-listB>li>a i {
	padding-right: 5px;
}
.stp-listB>li:hover>a {
	color: #304797;
}
.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 15px;
	list-style: none;
}
.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px;
}
.stp-listB li .stp-listC li a {
	color: #333;
	font-size: 13px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}
.stp-listB li .stp-listC li a i {
	padding-right: 5px;
}
.stp-listB li .stp-listC li a:hover {
	color: #304797;
	padding-left: 5px;
}
@media only screen and (max-width: 768px) {
.stp-listB>li {
	width: 50%;
	padding: 8px 0;
}
}
@media only screen and (max-width: 400px) {
.stp-listB li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
}
.ny_videoL {
	margin: 0px
}
.ny_videoL li {
	margin: 00px 0 20px;
	list-style: none
}
.ny_videoL li .in_videoL_m {
	background: #fff;
	width: 100%;
	transition: all .5s;
	padding-bottom: 10px
}
.ny_videoL li .in_videoL_m>a.in_videoL_img {
	display: block;
	position: relative;
	width: 100%
}
.ny_videoL li .in_videoL_m>a.in_videoL_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.ny_videoL li .in_videoL_m>a.in_videoL_img i {
	display: inline-block;
	height: 55px;
	width: 54px;
	background: url(../images/video_btn.png) no-repeat;
	position: absolute;
	margin: -19px 0 0 -29px;
	top: 50%;
	left: 50%
}
.ny_videoL li .in_videoL_m>a.in_videoL_t {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0;
	text-align: center;
}
.ny_videoL li .in_videoL_m p {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}
.ny_videoL li .in_videoL_m:hover>a.in_videoL_t {
	color: #0188cc;
	text-decoration: none
}
.ny_videoL li .in_videoL_m:hover {
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transition: all .5s;
}
@media only screen and (max-width: 1024px) {
.ny_videoL.row {
	margin: 0 -10px
}
.ny_videoL li {
	padding: 0 10px;
}
}
@media only screen and (max-width: 768px) {
.ny_videoL li {
	width: 50%
}
}
@media only screen and (max-width: 375px) {
.ny_videoL li {
	width: 100%
}
}/*page-number*/
.page_num {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}
.page_num span {
	display: inline-block;
	color: #fff;
	background: #304797;
	font-size: 12px;
	text-transform: capitalize;
	margin-right: 5px;
	padding: 0 15px;
	overflow: hidden;
	vertical-align: middle;
	line-height: 32px;
	border: 1px solid #304797;
	border-radius: 5px;
}
.page_num a {
	background: #fff;
	padding: 0 15px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	margin-right: 5px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.page_num a:hover {
	background: #304797;
	text-decoration: none;
	color: #fff;
	border: 1px solid #304797;
}
.page_num a i {
	line-height: 36px;
}
.page_num p {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.page_num p:before {
	content: '[';
	padding-right: 3px;
}
.page_num p:after {
	content: ']';
	padding-left: 3px;
}
.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
.page_num {
	text-align: center;
}
.page_num span, .page_num a {
	font-size: 12px;
	margin: 5px;
	padding: 0 10px;
	line-height: 25px;
}
.page_num a i {
	line-height: 25px;
}
.page_num p {
	width: 100%;
	margin-top: 15px;
}
.page_num a {
	background: #fff;
}
}/*page-turning*/
.page_turn {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.page_turn li {
	display: block;
	padding: 8px 5px;
	background: #fafafa;
	border-radius: 25px;
	margin-bottom: 5px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.page_turn li p {
	text-align: left;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-right: 5px;
	color: #304797;
	vertical-align: middle;
	font-family: 'poppins-semibold'
}
.page_turn li p i {
	background: #304797;
	text-align: center;
	margin-right: 5px;
	font-size: 13px;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.page_turn li a {
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
	text-transform: capitalize;
	color: #333;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	vertical-align: middle;
	color: #4d4d4d;
}
.page_turn li:hover a {
	color: #304797;
}
@media only screen and (max-width: 768px) {
.page_turn li {
	border-radius: 5px;
}
.page_turn li a {
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	display: inline-block;
	width: 80%;
}
}
.news li {
	position: relative;
	list-style: none;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3;
	padding: 15px 20px 15px 10px;
	border-radius: 5px;
}
.news li .image {
	float: left;
	width: 22%;
	display: block;
	overflow: hidden;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}
.news li .image>a {
	z-index: 3;
	width: 100%;
	display: block;
	overflow: hidden
}
.news li .image>a img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
	width: 100%;
}
.news li:hover .image>a img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.news li .main {
	float: left;
	width: 78%;
	padding-left: 20px;
}
.news li .main h4 {
	margin: 0;
}
.news li .title {
	color: #333;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 24px;
	max-height: 48px;
	font-family: 'poppins-semibold';
}
.news li:hover .title {
	color: #304797;
	text-decoration: none;
}
.news li .text {
	color: #808080;
	font-size: 12px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 10px;
}
.news li .date {
	padding-left: 22px;
	color: #304797;
	text-transform: capitalize;
	font-size: 12px;
	background: url(../images/icon_date.png) no-repeat left center;
	display: block;
}
.news li .more {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'poppins-semibold';
	color: #808080;
	text-decoration: underline;
}
.news li .more i {
	padding-left: 5px;
	transition: all .5s;
}
.news li .more:hover {
	color: #304797;
}
.news li .more:hover i {
	padding-left: 8px;
}
@media only screen and (max-width: 1299px) {
.news li .image {
	width: 30%
}
.news li .main {
	width: 70%
}
}
@media only screen and (max-width: 1024px) {
.news li .image {
	width: 34%
}
.news li .main {
	width: 66%
}
}
@media only screen and (max-width: 768px) {
.news li .title {
	font-size: 13px;
	line-height: 22px;
	max-height: 44px;
	margin-bottom: 5px
}
.news li .text {
	height: 40px;
	line-height: 20px;
	margin-top: 5px
}
.news li .image {
	width: 42%
}
.news li .main {
	width: 58%;
	padding-left: 10px
}
}
@media only screen and (max-width: 480px) {
.news li {
	margin-bottom: 10px;
	padding: 10px
}
.news li .image {
	width: 50%;
}
.news li .main {
	width: 50%;
}
.news li .text {
	display: none;
}
.news li .date p.date002 {
	display: none;
}
.page_num {
	margin-top: 0;
}
.news li .more {
	margin-top: 5px
}
}
.newsd_web {
	padding: 0 50px
}
.news_main .title {
	font-family: 'poppins-semibold';
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #333
}
.news_main .date {
	padding-left: 22px;
	color: #304797;
	text-transform: capitalize;
	font-size: 12px;
	background: url(../images/icon_date.png) no-repeat left center;
	display: block;
}
.news_main .text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}
.news_main .text img {
	max-width: 100%;
	height: auto;
}
.news_main .text a {
	color: #304797;
}
@media only screen and (max-width: 1299px) {
.newsd_web {
	padding: 0px
}
}
@media only screen and (max-width: 480px) {
.news_main .title {
	font-size: 16px;
}
.news_main .text {
	font-size: 12px;
	line-height: 24px;
}
}
.lab_list {
	list-style: none;
	margin: 0 -15px 25px
}
.lab_list li {
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px;
}
.lab_list li .image {
	position: relative;
	display: block;
	overflow: hidden;
}
.lab_list li .image > a {
	width: 100%;
	display: block;
}
.lab_list li .image> a img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%
}
.lab_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.lab_list li .main {
	background: #fff;
	padding: 15px;
	box-shadow: 0 5px 27px rgba(0,0,0,.05)
}
.lab_list li .title {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	height: 28px;
	display: block;
	margin-bottom: 5px;
}
.lab_list li:hover .title {
	color: #304797;
	text-decoration: none;
}
.lab_list li .text {
	color: #808080;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}
@media only screen and (max-width: 1024px) {
.lab_list {
	margin: 0 -10px
}
.lab_list li {
	padding: 0 10px;
}
}
@media only screen and (max-width: 992px) {
.lab_list li .main {
	padding: 15px 10px;
}
.lab_list li .title {
	font-size: 18px;
	line-height: 24px;
	height: 24px;
}
}
@media only screen and (max-width: 768px) {
.lab_list li {
	width: 50%
}
}
@media only screen and (max-width: 480px) {
.lab_list {
	margin: 0 -5px
}
.lab_list li {
	padding: 0 5px
}
.lab_list li .main {
	padding: 10px 5px;
}
.lab_list li .title {
	font-size: 16px;
	line-height: 20px;
}
}
@media only screen and (max-width: 300px) {
.lab_list li {
	width: 100%
}
}/*blog*/
.left-blog {
	margin-bottom: 30px;
}
.blog-list {
	list-style: none;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 15px;
	margin-top: 15px;
}
.blog-list p, .blog-cat p {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	font-family: 'poppins-semibold';
}
.blog-list li {
	display: block;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	overflow: hidden;
}
.blog-list li a {
	font-size: 12px;
	padding: 3px 0;
	display: block;
	position: relative;
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #555
}
.blog-list li:hover a {
	color: #304797;
	text-decoration: none;
	padding-left: 10px;
}
.blog-list li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #304797;
	position: absolute;
	left: -10px;
	top: 3px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}
.blog-list li a:hover:before {
	left: 0;
}
.blog-cat {
	list-style: none;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 15px;
	margin-top: 15px
}
.blog-cat li {
	display: inline-block;
	margin: 5px;
}
.blog-cat li a {
	display: inline-block;
	border: 2px solid #eee;
	padding: 2px 10px;
	border-radius: 25px;
	font-size: 12px
}
.blog-cat li a:hover {
	color: #fff;
	background: #304797;
	border: 2px solid #304797;
	text-decoration: none;
}
.blog_list {
	list-style: none;
}
.blog_list li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.blog_list li .date {
	padding-left: 22px;
	color: #304797;
	text-transform: capitalize;
	font-size: 12px;
	display: block;
	background: url(../images/icon_date.png) no-repeat left center;
}
.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog_list li .image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li .title {
	font-size: 16px;
	color: #555555;
	display: block;
	margin-bottom: 10px;
	font-family: 'poppins-semibold';
}
.blog_list li:hover .title {
	color: #304797;
}
.blog_list li .text {
	color: #999999;
	font-size: 12px;
	line-height: 22px;
	margin-top: 15px;
	overflow: hidden;
	max-height: 44px
}
.blog_list li .more {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'poppins-semibold';
	color: #808080;
	text-decoration: underline;
	;
}
.blog_list li .more i {
	padding-left: 5px;
	transition: all .5s;
}
.blog_list li .more:hover {
	color: #304797;
}
.blog_list li .more:hover i {
	padding-left: 8px;
}
.blog_list li .blog_tag li a {
	border: 1px solid #e5e5e5;
	color: #808080;
}
.blog_list li .blog_tag li a i {
	color: #808080;
}
.blog_list li .blog_tag li:hover a {
	color: #fff;
	text-decoration: none;
	background: #304797;
	border: 1px solid #304797;
}
.blog_list li .blog_tag li:hover i {
	color: #fff;
}
.blog_tag {
	text-align: left;
	margin-top: 25px;
}
.blog_tag>p {
	display: block;
	font-size: 13px;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: 'poppins-semibold';
}
.blog_tag>p i {
	padding-right: 2px;
}
.blog_tag li {
	display: inline-block;
	margin: 10px 10px 0 0;
	border: none;
	padding: 0;
}
.blog_tag li:last-child {
	padding: 0;
}
.blog_tag li a {
	display: inline-block;
	padding: 2px 10px;
	color: #3d414d;
	font-size: 12px;
	text-transform: capitalize;
	border: 1px solid #eee;
	border-radius: 20px;
}
.blog_tag li i {
	padding-right: 5px;
	color: #3d414d;
}
.blog_tag li:hover a {
	color: #fff;
	text-decoration: none;
	background: #304797;
	border: 1px solid #304797;
}
.blog_tag li:hover i {
	color: #fff;
}
@media only screen and (max-width: 992px) {
.blog_list li .right {
	padding-left: 65px;
	width: 100%;
}
}
@media only screen and (max-width: 768px) {
.blog_list li {
	padding-top: 0;
}
.blog_list li .date {
	left: 0;
}
.blog_list {
	border: none;
}
.blog_tag>p {
	display: block;
}
.blog_list li .right {
	padding-left: 80px;
}
.left-blog {
	margin-bottom: 0;
}
.blog_list li .main-more {
	padding: 6px 20px;
}
}
@media only screen and (max-width: 480px) {
.blog_list li .date {
	position: inherit;
	width: 100%;
}
.blog_list li .date span {
	border-radius: 0;
	height: auto;
	width: auto;
	padding: 0 20px;
	border-radius: 25px;
}
.blog_list li .date>span p {
	display: inline-block;
	padding-left: 5px;
}
.blog_list li .right {
	padding: 0;
	padding-top: 10px;
}
}
.faq_l {
	list-style: none;
}
.faq_l li.question {
	background: #fafafa url(../images/icon_faq.png) no-repeat 99% center;
	background-size: 36px;
	overflow: hidden;
	border-radius: 25px;
	padding: 5px;
	padding-right: 20px;
}
.faq_l li.question > i {
	display: inline-block;
	margin-right: 10px;
	background: #ccc;
	width: 36px;
	height: 36px;
	float: left;
	border-radius: 50%;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	font-style: normal;
}
.faq_l li.question > i:before {
	content: "\f105";
	font-family: 'FontAwesome';
	line-height: 36px;
	font-size: 18px;
	color: #fff;
}
.faq_l li.question > h4 {
	margin: 0;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	margin-top: 7px;
	float: left;
	color: #333333;
	font-size: 14px;
}
.faq_l li.answer {
	color: #808080;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	max-height: 78px;
	padding: 15px;
	display: none;
}
.faq_l li.answer a {
	text-decoration: underline;
}
.faq_l li.answer a:hover {
	color: #304797;
}
.faq_l div.clearfix {
	height: 10px;
	display: block;
}
.faq_l li i.rotate {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #304797;
}
@media only screen and (max-width: 768px) {
.faq_l li.question > h4 {
	font-size: 12px;
	margin-top: 4px;
	line-height: 20px;
}
.faq_l li.question > i {
	width: 28px;
	height: 28px;
}
.faq_l li.question > i:before {
	line-height: 28px;
}
}
@media only screen and (max-width: 480px) {
.faq_l li.question {
	background-image: none;
	padding: 0;
	border-bottom: 1px solid #eee;
	background: none;
	padding-bottom: 5px;
	border-radius: 0;
}
.faq_l li.answer {
	padding: 10px 0;
}
.faq_l li.question > h4 {
	max-width: 82%;
}
}/*products*/
.pro-text {
	line-height: 24px;
	font-size: 13px;
	color: #808080;
	margin-bottom: 10px;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}
.pro-text img {
	max-width: 100%;
	height: auto;
}
.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 15px;
}
.cbp-vm-options {
	text-align: right;
	margin-bottom: 5px;
}
.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-size: 18px;
	color: #444;
	text-transform: capitalize;
	line-height: 38px;
	font-family: 'poppins-semibold';
}
.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	margin: 2px;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
}
.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #ccc;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #304797;
	border: 2px solid #304797;
}
.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}/* General list */
.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}
.cbp-vm-switcher ul:after {
	clear: both;
}
.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-vm-image {
	position: relative;
	overflow: hidden;
}
.cbp-vm-image > a {
	display: block;
	width: 100%
}
.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
}
.cbp-vm-image a.more, .cbp-vm-image a.send {
	position: absolute;
	right: -50px;
	top: 20px;
	display: inline-block;
	width: 32px;
	height: 32px;
	z-index: 12;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image a.more, .cbp-vm-switcher ul li:hover .cbp-vm-image:hover a.send {
	right: 0;
}
.cbp-vm-image a.more {
	background: #676767 url(https://www.firstcaresolutions.com/template/images/icon_see.png) no-repeat center center;
	transition: all .5s;
}
.cbp-vm-image a.send {
	top: 55px;
	background: #304797 url(https://www.firstcaresolutions.com/template/images/icon_mes.png) no-repeat center center;
	transition: all .8s;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-change {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	top: 0;
}
.cbp-vm-switcher ul li .cbp-vm-details {
	color: #808080;
	font-size: 12px;
	overflow: hidden;
	line-height: 22px;
	height: 44px;
}
.cbp-vm-view-grid .blog_tag, .cbp-vm-view-grid .more {
	display: none;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-top: 5px;
}/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
	content: "\f00a";
}
.cbp-vm-list:before {
	content: "\f039";
}
.cbp-vm-add:before {
	content: "\f055";
}/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
}
.cbp-vm-view-grid ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	position: relative;
	margin: 20px 0 5px
}
.cbp-vm-view-grid ul li>div {
	transition: all .5s;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	background: #fff
}
.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	font-family: 'poppins-semibold';
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}
.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #304797;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #808080;
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	height: 44px;
}
.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}
.cbp-vm-view-grid ul li>div:hover {
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
}/* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 20px;
}
.cbp-vm-view-list>ul>li {
	padding: 25px 20px;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	border-bottom: 1px dotted #e5e5e5;
	white-space: nowrap;
	text-align: left;
	white-space: normal;
}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
	content: " ";
	display: table;
}
.cbp-vm-view-list li:after {
	clear: both;
}
.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	float: left;
	border: 1px solid #eee
}
.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 70%;
	display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
	display: block;
	margin-bottom: 10px;
	color: #555555;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	font-family: 'poppins-semibold';
}
.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #304797
}
.cbp-vm-view-list ul li:hover .cbp-title {
	color: #304797;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	color: #808080;
	font-size: 12px;
	margin-top: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 44px;
	padding: 0;
}
.cbp-vm-view-list ul li .main_more {
	margin-top: 20px;
	padding: 4px 20px;
	font-size: 12px;
}
.cbp-vm-view-list ul li .cbp-list-left .more {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'poppins-semibold';
	color: #808080;
	text-decoration: underline;
}
.cbp-vm-view-list ul li .cbp-list-left .more i {
	padding-left: 5px;
	transition: all .5s;
}
.cbp-vm-view-list ul li .cbp-list-left .more:hover {
	color: #304797;
}
.cbp-vm-view-list ul li .cbp-list-left .more:hover i {
	padding-left: 8px;
}
.pro-list-tags {
	list-style: none;
	padding: 5px;
	text-align: left;
	background: #fafafa;
	margin-top: 15px;
}
.pro-list-tags>p {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	text-transform: capitalize;
	padding-left: 5px;
}
.pro-list-tags li {
	display: inline-block;
	margin: 5px;
	border: none;
	padding: 0;
}
.pro-list-tags li:last-child {
	padding: 0;
}
.pro-list-tags li a {
	display: inline-block;
	padding: 4px 20px;
	color: #4d4d4d;
	font-size: 12px;
	text-transform: capitalize;
	border: 2px solid #e5e5e5;
	border-radius: 25px;
}
.pro-list-tags li i {
	padding-right: 5px;
	color: #4d4d4d;
}
.pro-list-tags li:hover a {
	color: #fff;
	text-decoration: none;
	background: #304797;
	border: 2px solid #304797;
}
.pro-list-tags li:hover i {
	color: #fff;
}
.cbp-vm-view-list .cbp-hover {
	display: none;
}
.cbp-vm-view-list .cbp-list-center {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 25px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0;
}
.cbp-vm-view-list .cbp-list-more .main-more {
	margin-top: 0;
	padding: 8px 20px;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	background: #304797;
	color: #fff;
}
.cbp-vm-view-list .cbp-list-more .main-more.down {
	color: #333;
	background: #ccc url(https://www.firstcaresolutions.com/template/images/icon-pdf.png) no-repeat 10px center;
	background-size: 25px;
	padding-left: 35px;
}
.cbp-vm-view-list .cbp-list-more .main-more.down:hover {
	background-color: #304797;
	color: #fff;
}
@media screen and (max-width: 940px) {
.cbp-vm-view-grid ul li {
	width: 49%;
}
}
@media only screen and (max-width: 768px) {
.pro-cat li {
	margin-bottom: 10px;
}
.cbp-vm-view-list ul li .cbp-list-left .more {
	letter-spacing: 0;
}
}
@media screen and (max-width: 520px) {
.cbp-vm-view-list>ul>li {
	width: 100%;
	padding: 20px 0
}
.cbp-vm-view-list ul li .cbp-title {
	margin-bottom: 5px
}
.cbp-vm-view-list ul li .cbp-vm-details {
	height: 40px;
}
.cbp-vm-view-list .prol_more {
	font-size: 13px;
	padding: 2px 20px 7px 20px;
}
.cbp-vm-view-list .cbp-list-center {
	width: 100%;
	margin-top: 10px;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	width: 100%;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
}
.cbp-vm-view-list ul li>div>div {
	width: 100%;
}
.cbp-vm-view-grid ul li {
	margin-bottom: 20px;
}
.cbp-vm-view-list ul li>div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
	width: 100%;
	padding: 0;
}
.cbp-vm-view-list .pro-list-tags p {
	display: block;
}
.cbp-vm-view-list .cbp-list-more {
	padding: 0;
}
.cbp-vm-view-list .cbp-list-more .main-more {
	display: inline-block;
	margin-right: 10px;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 10px 0;
}
.cbp-vm-options em {
	display: block;
	float: none;
	margin-bottom: 10px;
}
.cbp-vm-options {
	margin-top: 0;
	text-align: center;
}
}
@media screen and (max-width: 400px) {
.cbp-vm-view-grid ul li>div {
	padding: 5px
}
.cbp-list-left {
	padding: 0;
}
.cbp-vm-image .image_more {
	display: none;
}
}
@media screen and (max-width: 300px) {
.cbp-vm-view-grid ul li {
	width: 100%
}
}/* CSS for the loading div */
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img {
	max-width: 100%;
	height: auto;
}/* Element wrapper */
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;	/**************	  Set max-width to your thumbnail width	***************/
	text-align: center;
	max-width: 100%;
	width: 100%;
}/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display: block;
	background: #f7f7f7;
	padding: 10px 0;
}
.sp-thumbs a {
	position: relative;
	border: 1px solid #f7f7f7;
}
.sp-thumbs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.sp-thumbs a:hover:before {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin: 0 3px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border: 1px solid #304797;
}/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
	border: 1px solid #304797 !important;
}
.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}/* Image currently being viewed */
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.sp-large a {
	display: block;
}/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 9999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}/* Tweak styles for small viewports */
@media screen and (max-width: 768px) {
#sp-prev {
	left: 10px;
}
#sp-next {
	right: 10px;
}
}
@media screen and (max-width: 400px) {
.sp-wrap {
	margin: 0 0 15px 0;
}
#sp-prev, #sp-next {
	top: auto;
	margin-top: 0;
	bottom: 25px;
}
}
.sp-current-big img {
	width: 100%;
}
.sp-large img {
	max-width: none;
}
.products .pro_img {
	padding: 0;
	text-align: center;
	padding-bottom: 0;
	border: 1px solid #f7f7f7;
	float: right;
}
.products .pro-right {
	padding-right: 60px;
	float: left;
}
.products .pro-right>h1 {
	font-family: 'poppins-semibold';
	padding: 0;
	margin: 0;
	display: block;
	font-size: 20px;
	text-transform: capitalize;
	color: #444;
	margin-bottom: 15px;
	line-height: 24px;
}
.products .pro-right>div.main {
	font-size: 13px;
	line-height: 24px;
	color: #999;
	margin-bottom: 20px;
}
.pro-right {
	padding-left: 20px;
}
.pro-table {
	margin-bottom: 0px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}
.pro-table ul li {
	list-style: none;
	margin-bottom: 5px;
}
.pro-table ul li p {
	display: inline-block;
	font-size: 12px;
	color: #4d4d4d;
	text-transform: capitalize;
}
.pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 12px;
	padding-left: 5px;
	color: #999;
}
.pro-right .main_more {
	margin-top: 20px
}
.mostBox {
	margin: 0 0 30px 0;
	padding-top: 20px;
	margin-top: 20px;
}
.mostBox .page_title {
	text-align: center;
	border-bottom: none
}
.mostBox .page_title:before {
	left: 50%;
	margin-left: -20px
}
.mostBox {
	font-size: 14px;
	line-height: 24px;
}
.mostBox .text em {
	font-style: italic;
}
.mostBox .text img {
	max-width: 100%;
	height: auto;
}
.mostBox .text a:hover {
	color: #304797;
}
.mostBox_detial {
	background: #f9f9f9;
	border-bottom: 1px solid #dedede;
	padding: 50px 25px 55px
}
.mostBox_detial2 {
	background: #fff;
	border-bottom: 1px solid #dedede;
	padding: 50px 25px 55px
}
.e-products {
	margin-top: 25px
}
.e-products .title {
	font-size: 16px;
	color: #304797;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'poppins-semibold';
}
.e-products .m-b-1 {
	margin-top: 15px
}
.e-products .m-b-1 i {
	background: url(../images/dow_icon.png) no-repeat;
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}
.e-products .m-b-1 a {
	font-size: 13px;
	color: #555
}
.prom_main {
	background: #f7f7f7;
	padding: 60px 0;
}
.pro_message {
	margin-top: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 7px 20px rgba(0,0,0,.05);
	background: #fff;
}
.pro_message .page_title {
	padding-left: 40px;
	position: relative;
}
.pro_message .page_title:after {
	content: '';
	background: url(../images/icon_contact_p.png) no-repeat left center;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 3px;
}
.send_box.pro_message ul li .meInput {
	max-width: 100%;
	width: 100%;
	height: 46px;
	line-height: 46px;
}
.send_box.pro_message ul li .meText {
	width: 100%;
	height: 90px;
	max-height: 90px;
}
.send_box.pro_message ul li span.ms_e input, .send_box.pro_message ul li span.ms_p input {
	background-position: 10px 15px;
}
.send_box.pro_message ul li p {
	color: #808080;
	font-size: 12px;
	text-transform: capitalize;
	background: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	margin: 0;
}
.pro_message li p a {
	display: inline-block;
	margin-left: 5px;
}
.pro_message li.mes_sub p {
	background: #fafafa;
	display: block;
	padding: 8px 20px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
}
.pro_message li.mes_sub p:before {
	content: "\f0ca";
	font-family: 'FontAwesome';
	padding-right: 10px;
}
.prom_main .pro_con .text {
	font-size: 12px;
	line-height: 24px;
}
.prom_main .pro_con .text img {
	max-width: 100%;
}
.prom_main .pro_con .text b, .prom_main .pro_con .text strong {
}
.pro_message #email_form {
	max-width: 80%
}
.pro_message.message ul {
	margin: 0 -15px
}
@media only screen and (max-width: 992px) {
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
}
.products .pro_img {
	width: 100%;
	padding: 0;
	float: none
}
.products .pro-right {
	width: 100%;
	padding: 0;
	padding-top: 20px;
	float: none
}
.send_box.pro_message {
	display: block;
	padding: 20px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #fc7f46;
}
}
@media only screen and (max-width: 890px) {
.pro_message #email_form {
	max-width: 100%
}
}
@media only screen and (max-width: 768px) {
.mostBox_detial, .mostBox_detial2 {
	padding: 35px 15px
}
.pro_message.message ul {
	margin: 0px
}
.pro_message.message ul li {
	padding: 0;
	width: 100%
}
.pro-right {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.sp-thumbs {
	text-align: left;
}
.pro-table {
	margin-top: 20px;
}
.products .pro_inquiry .message {
	padding: 0;
}
.mostBox {
	margin-top: 0;
}
.mostBox .tab-scroll {
	margin-left: 0;
	padding-bottom: 0;
}
.products .pro-list-tags p {
	display: block;
}
.pro_message {
	margin: 0;
	margin-top: 20px;
	padding: 15px 15px 20px;
}
.pro_message li .meInput, .pro_message li .meText {
	width: 100%;
}
.pro_message .main_title {
	text-align: center;
}
.pro_message .main_title>em {
	background-position: center bottom;
}
.mostBox .title, .message .main_title .title {
	font-size: 20px;
}
.mostBox .text {
	font-size: 12px;
}
.prom_main {
	padding: 40px 0;
}
.prom_main .pro_con {
	display: none;
}
.products > .title {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.products > .title h1 {
	font-size: 24px;
	line-height: 28px;
	max-width: 70%;
	margin-left: 5px;
	vertical-align: top;
}
.pro_message form {
	max-width: 100%;
}
}
@media only screen and (max-width: 480px) {
.products .pro-right {
	margin-bottom: 0;
}
.products .pro-right .main_more {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.products .pro-right .main-more.pro-down {
	margin-left: 0;
}
}/*******Slider********//* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}/* Dots */
.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	left: 0;
	margin-top: 34px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 5px;
	width: 52px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 5px;
	width: 52px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #eeeeee;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background: #0db26d;
}/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}/* Dots */
.slick-dots {
	position: absolute;
	bottom: -35px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	display: none !important;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	border: 1px solid #b2b2b2;
	padding: 0;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	border: 1px solid #eb5515;
	background: transparent;
}
.page_proW {
	padding: 30px 0 0px
}
.page_pro {
	padding: 0px 0 40px;
}
.page_pro .slick-list {
	margin-top: 5px
}
.page_pro .slider {
	padding-top: 0;
	position: relative;
}
.page_pro .slider:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	position: absolute;
	left: 50%;
	bottom: -34px;
}
.page_pro .slider .li {
	padding: 6px 10px 20px;
}
.page_pro .slider .li .box {
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	border-radius: 5px;
	background: #fff;
	padding: 8px 8px 15px;
	transition: all .5s;
	text-align: center;
}
.page_pro .slider .li:hover .box {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.page_pro .slider .li .image {
	position: relative;
	display: block;
	overflow: hidden;
}
.page_pro .slider .li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
}
.page_pro .slider .li:hover img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.page_pro .slider .li .main {
	padding-top: 35px;
	padding-bottom: 10px;
}
.page_pro .slider .li .title {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'poppins-semibold';
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}
.page_pro .slider .li:hover .title {
	color: #304797;
}
.page_pro .slider .li .text {
	color: #808080;
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	height: 44px;
	display: none;
}
.page_pro .slick-prev {
	width: 27px;
	height: 14px;
	display: inline-block;
	left: 45%;
	top: auto;
	bottom: -30px;
	background: url(../images/prev_l.png) no-repeat center center;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.page_pro .slick-next {
	width: 27px;
	height: 14px;
	display: inline-block;
	right: 45%;
	top: auto;
	bottom: -30px;
	background: url(../images/next_l.png) no-repeat center center;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.page_pro .slick-prev:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.page_pro .slick-next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.page_pro .slick-dots {
	opacity: 0
}
@media only screen and (max-width: 768px) {
.page_pro .slick-prev {
	left: 40%;
}
.page_pro .slick-next {
	right: 40%;
}
}
@media only screen and (max-width: 480px) {
.page_pro {
	padding-top: 20px;
}
.page_pro .slick-prev {
	left: 35%;
}
.page_pro .slick-next {
	right: 35%;
}
}
.ny_videoL {
	margin: 0px
}
.ny_videoL li {
	margin: 0px 0 20px;
	list-style: none
}
.ny_videoL li .in_videoL_m {
	background: #fff;
	width: 100%;
	transition: all .5s;
	padding-bottom: 10px
}
.ny_videoL li .in_videoL_m>a.in_videoL_img {
	display: block;
	position: relative;
	width: 100%
}
.ny_videoL li .in_videoL_m>a.in_videoL_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.ny_videoL li .in_videoL_m>a.in_videoL_img i {
	display: inline-block;
	height: 55px;
	width: 54px;
	background: url(../images/video_btn1.png) no-repeat;
	position: absolute;
	margin: -19px 0 0 -29px;
	top: 50%;
	left: 50%
}
.ny_videoL li .in_videoL_m>a.in_videoL_t {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0;
	text-align: center;
}
.ny_videoL li .in_videoL_m p {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}
.ny_videoL li .in_videoL_m:hover>a.in_videoL_t {
	color: #0188cc;
	text-decoration: none
}
.ny_videoL li .in_videoL_m:hover {
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transition: all .5s;
}
@media only screen and (max-width: 1024px) {
.ny_videoL.row {
	margin: 0 -10px
}
.ny_videoL li {
	padding: 0 10px;
}
}
@media only screen and (max-width: 768px) {
.ny_videoL li {
	width: 50%
}
}
@media only screen and (max-width: 375px) {
.ny_videoL li {
	width: 100%
}
}   /* side */
.side li, .side ul {
	list-style: none;
}
.side {
	position: fixed;
	width: 50px;
	height: 140px;
	right: 0;
	top: 214px;
	z-index: 100;
}
.side ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-top: 1px
}
.side ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #304797;
	opacity: 1;
	filter: Alpha(opacity=100);
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
}
.side ul li img {
	float: left;
}
@media only screen and (max-width: 962px) {
.side {
	display: none
}
}
#online_qq_layer {
	z-index: 9999999;
	position: fixed;
	right: 20px;
	bottom: 0;
	display: none
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	overflow: hidden;
	background: url(../images/online.png) no-repeat center center;
	height: 50px;
	width: 146px;
	float: right;
	line-height: 50px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
#online_qq_tab #floatShow i {
	height: 40px;
	width: 68px;
	float: right;
	display: inline-block;
}
#online_qq_tab #floatShow:hover {
	margin-right: 0;
}
#online_qq_tab #floatHide {
	overflow: hidden;
	background: #304797;
	text-transform: capitalize;
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	padding-left: 10px;
	width: 300px;
	text-align: left;
	border-radius: 5px 5px 0 0;
}
#online_qq_tab #floatHide i {
	font-size: 14px;
	max-height: 32px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
	text-decoration: none;
}
#onlineService {
	display: inline;
	width: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 13px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border: 2px solid #304797;
	border-top: none;
}
#online_qq_layer .inquiry .main_more {
	margin-top: 10px;
}
#online_qq_layer .inquiry .main_more input {
	padding: 0 35px;
	line-height: 36px;
	height: 36px
}
#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 14px;
}
.i_message_inquiry {
	padding: 20px 10px 20px 10px;
}
.i_message_inquiry .inquiry .form-control {
	border: none;
	background: none;
	border-radius: 0px;
	line-height: 40px;
	height: 40px;
	color: #999;
	font-size: 14px;
	width: 100%;
	border: 1px solid #ddd;
	padding-left: 40px;
}
.i_message_inquiry .inquiry .form-control:focus {
	border: 1px solid #ccc;
	color: #333;
	box-shadow: none;
}
.i_message_inquiry .inquiry .input-group {
	background: #fff;
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
	border: none;
}
.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 5px;
}
.i_message_inquiry .inquiry .input-group span.ms_p input {
	background-image: url(../images/mes_t.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 80px;
	padding-top: 10px;
	line-height: 20px;
	background-image: url(../images/mes_m.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none;
}
.mobile_nav {
	position: fixed;
	background: #304797;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	display: none;
	z-index: 999999;
}
.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	float: left;
	text-align: center;
	color: #fff;
}
.mobile_nav a i {
	font-size: 16px;
}
.mobile_nav a p {
	color: #fff;
	padding-top: 8px;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 12px;
}
.mobile_nav a:nth-child(3) {
	float: right;
}
.mobile_nav a:nth-child(4) {
	float: right;
}
@media only screen and (max-width: 768px) {
#online_qq_layer {
	display: block
}
#onlineService .p {
	display: none
}
#online_qq_layer {
	right: 0;
}
#onlineService {
	width: 100%;
}
#online_qq_layer {
	width: 100%;
}
#online_qq_tab {
	width: 100%;
}
#online_qq_tab #floatShow {
	background: #304797 url(../images/mobile-inq.png) no-repeat center center;
	border-radius: 0;
	margin-right: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -25px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	text-indent: -999999px;
	z-index: 9999999999;
}
#online_qq_tab #floatShow i {
	display: none;
}
#online_qq_tab #floatHide {
	width: 100%;
	width: 100%;
	height: 36px;
	box-shadow: 0 0 10px 1px rgba(255,255,255,0.3);
}
#online_qq_tab #floatShow span {
	display: none;
}
.mobile_nav {
	display: block;
}
body {
	padding-bottom: 60px;
}
#onlineService .i_message_inquiry .main-more input {
	padding: 8px 20px;
}
.side {
	display: none
}
}
@media only screen and (max-width: 375px) {
.mobile_nav a p {
	display: none;
}
#online_qq_tab #floatShow {
	width: 42px;
	height: 42px;
	background-size: 42px;
	bottom: 10px;
}
body {
	padding-bottom: 50px;
}
}/*back-top*/
.back_top {
	width: 50px;
	height: 55px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 9999;
	display: none;
	background: url(../images/top.png) no-repeat center;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.back_top:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media only screen and (max-width: 768px) {
.back_top {
	right: 0;
	bottom: 60px;
}
}
.table-responsive {
	overflow-x: auto
}
.pro_down {
	font-size: 14px;
	margin: 0px 0 20px;
	background: none;
	padding: 0;
}
.pro_down .down_name {
	float: left;
}
.pro_down .down_name a {
	color: #666;
	font-size: 14px;
}
.pro_down .down_name a:hover {
	color: #304797;
}
.pro_down .down_name i {
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	background: #1ba8ef
}
.pro_down .more i {
	margin-left: 6px;
}
.pro_down .more {
	float: right;
	background: #1ba8ef;
	color: #fff;
	padding: 4px 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	margin-top: 6px;
	font-size: 14px;
	border-radius: 25px
}
.pro_down .more:hover {
	background: #304797;
	color: #fff;
}
.download ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 5px 0 14px;
	margin-bottom: 10px;
}

.in_videoL_m iframe{ width:100%}




.pro_message .qua input {
	background-image: url(../images/qua.png);
	background-position: 18px 10px;
}
.pro_message .cou_2 input {
	background-image: url(../images/cou.png);
	background-position: 18px 10px;
}