/*============================
 Table of Content
===============================
* Reset CSS
* Header CSS
	+ Topbar
	+ logo
	+ Mobile Menu
	+ Main Menu
	+ Cart,Search,Side menu.
* Slider Style
* About Us Style
* Features Style
* CountDown Style
* Project Style
	+ Latest Project 
	+ Project Archive
	+ Project Single
* Testimonial Style
* Team Style
* Newslatter Style
* NewsBlog Style
	+ Latest News
	+ News Archive
	+ News Single
* Brand Style
* Personal Style
	+ Personal Header
	+ Personal Main
	+ About Me
	+ My Timeline
* App Landing Page Style
	+ App Main
	+ App Features
	+ App Screenshot
	+ App Available
* Video BG
* Footer Style
	+ Footer Top
	+ Copyright
===============================*/
/*=============================
	Header Style
===============================*/
.header { background: #fff; }
/*----- Topbar -----*/
.header .topbar {
	background: #333333;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.header .address { text-align: left; }
.header .address li { color: #fff; display: inline-block; padding-right: 25px; font-size: 11px; }
.header .address li a{ color: #fff;}
.header .address li a:hover{ color: #1c88e0;}
.header .address li:last-child { padding-right: 0px; }
.header .address li i { padding-right: 8px; }
.header .social { text-align: right; }
.header .social li { display: inline-block; padding-right: 18px; font-size: 12px; }
.header .social li:first-child a { color: #fff; }
.header .social li:first-child a i { padding-right: 8px; }
.header .social li a { color: #ccc; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .social li:last-child { padding-right: 0px; }
/*----- Header Inner -----*/
.header .header-inner { max-height: 100px; padding: 25px 0; background: #fff; z-index: 1001; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .header-inner.sticky { position: fixed; width: 100%; padding: 10px 0; top: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32); }
.header .header-inner.sticky .dropdown { /*top: 100%; */}
.header .header-inner.sticky .search-form { bottom: -100px; }
.header .header-inner.sticky  .logo{
	padding-top:0;
}
.header .header-inner.sticky .logo img{
	max-height: 50px;
}
.header-inner .navbar-collapse{
	display: flex!important;
	justify-content: space-between;
	align-items:center;
}
a.head_a{
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    background: #1C88E0;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}
@media(max-width: 767px){
	.slicknav_nav li{
		display: block!important;
	}
}
/*----- Logo -----*/
.header .logo {
/*	padding-top: 5px;*/
	padding-left: 20px;
}
.header .logo img{
	max-height: 50px;
}
/*----- Main Menu  -----*/
.header .mobile-menu { display: none; }
.header .main-menu { position: relative; }
.header .navbar { float: right; }
.header .nav li { margin-right: 20px; position: relative; }
.header .nav li a { font-weight: 500; /*text-transform: uppercase;*/
color: #444; font-size: 20px; margin: 0 10px; padding: 15px 0; position: relative; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; display: block; background: transparent; }
.header .nav li:hover a { color: #444; }
.header .nav li:last-child, .header .nav li:last-child a { padding-right: 0px; margin-right: 0px; }
.header .nav li a::before { position: absolute; bottom: 0; left: 0; content: ""; width: 0%; opacity: 0; height: 3px; border-top-right-radius: 50px; border-top-left-radius: 50px; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .nav li:hover a::before, .header .nav li.current a::before { width: 100%; opacity: 1; }
.header .nav .dropdown { position: absolute; top:50px;left: -50%;width: 200%; visibility: hidden; z-index: 2; background: #fff; /*top: 100%; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); transform: translateY(-20px);*/ -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; border-radius: 1px 1px 0 0; opacity: 0; }
#left{ position:absolute; width:200px;}
.header .nav li:hover .dropdown { -webkit-transform: translateY(0px); -moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	z-index:4;
}
/*.header .nav .dropdown li { display: block; width: 100%; margin: 0; float: none;width: 200px; }*/
.header .nav .dropdown li{
    float: none!important;
    margin:0;
}
.header .nav li .dropdown li a {
	color: #666;
	padding: 3px 5px;
	font-size: 14px;
	display: block;
	width: 100%;
	margin:0;
}
.header .nav li .dropdown li a img{
    display: none;
}
.header .nav .dropdown li a:before { display: none; }
/*----- Cart Search Side  menu -----*/
.header .cart-search-bar { float: right; padding-top: 13px;display:none; }
.header .cart-search-bar li { display: inline-block; margin-left: 35px; }
.header .cart-search-bar li:last-child { margin-right: 0px; }
.header .cart-search-bar li a { font-size: 14px; color: #a5a5a5; display: block; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .cart-search-bar .cart-item { position: absolute; width: 20px; height: 20px; line-height: 20px; color: #fff; font-size: 14px; border-radius: 100%; text-align: center; top: -8px; right: -12px; }
.header .search-form { position: absolute; bottom: -115px; right: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); transform: translateY(-20px); z-index: 999; }
.header .search-form.s-active { opacity: 1; visibility: visible; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
.header .search-form input[type="text"] { width: 400px; height: 40px; padding-left: 10px; text-transform: uppercase; margin: 0; z-index: 60; }
.header .search-form input[type="submit"] { height: 40px; padding: 0 10px; position: absolute; right: 0px; border: 0px; color: #fff; top: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .search-form input[type="submit"]:hover { background: #333333; }
.header .side-menu { position: fixed; right: 0; height: 100%; width: 200px; z-index: 6; background: #333333; top: 0; opacity: 0; visibility: hidden; transform: translateX(100px); transition: all 0.4s ease; }
.header .side-menu.active { opacity: 1; visibility: visible; transform: translateX(0px); }
.header .side-menu .nav { padding: 90px 0; }
.header .side-menu .nav li { float: none; width: 100%; }
.header .side-menu .nav li a { color: #fff; }
.header .side-menu .nav li.remove a { padding: 0px; font-size: 14px; cursor: pointer; }
.header .side-menu .nav li.remove a:before { display: none; }
@media(max-width:1600px){
    .header .nav li{
        margin-right:15px;
    }
    .header .nav li a{
        font-size:17px;
    }
    a.head_a{
        font-size:15px;
    }
}
@media(max-width:1280px){
    .header .nav li{
        margin-right:12px;
    }
    .header .nav li a{
        font-size:16px;
    }
}
@media(max-width:767px){
    .navbar{
        display: none;
    }
    .header .logo img{
        max-height:40px;
    }
}
/*Bread crumbs*/
.breadcrumbs { text-align: left; padding: 50px 0; /*background: url('../images/bread-bg.jpg');*/
position: relative; background-repeat: no-repeat; overflow: hidden; background-size: cover; background-position: center; }
.breadcrumbs::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; }
.breadcrumbs h2 { color: #fff; text-transform: uppercase; font-weight: 600; font-size: 40px; margin-bottom: 15px; padding-bottom: 15px; position: relative; float: left; }
.breadcrumbs h2:before { position: absolute; left: 0; bottom: -2px; content: ""; width: 20%; height: 4px; }
.breadcrumbs h2:after { position: absolute; left: 5%; bottom: -12px; content: ""; width: 25%; height: 4px; }
.breadcrumbs ul { float: right; margin-top: 10px; }
.breadcrumbs ul li { display: inline-block; }
.breadcrumbs ul li a { color: #fff; font-size: 14px; text-transform: capitalize; font-weight: 400; }
.breadcrumbs li + li::before { color: #b9b9b9; content: "/ "; padding: 0px; }
.breadcrumbs ul li.active a { color: #fff; padding: 5px 10px; border-radius: 5px; }
/*===============================
	End Header Style
===============================*/
/*===============================
	Slider Style
===============================*/
.sufia-slider{
    padding:0 10px;
}
.sufia-slider .single-slider {
	height: 500px; /*background-image: url(../images/hero-bg.jpg);*/
	width: 100%;
	background-position:center center;
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
}
.sufia-slider .single-slider:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .20); }
.sufia-slider .welcome-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 500px; background: transparent; }
.sufia-slider .welcome-text.center { text-align: center; }
.sufia-slider .welcome-text.right { text-align: right; }
.sufia-slider .welcome-text h1 { 
    color: #003e75; 
    -webkit-text-stroke: 0.5px #fff;
    /*#000   1C88E0 003e75*/
    font-size: 45px; font-weight: 450; text-transform: capitalize; }
.sufia-slider .welcome-text h1 span { display: block; margin-bottom: 20px; }
.sufia-slider .welcome-text .button { margin-top: 40px;justify-content:flex-start; }
.sufia-slider .welcome-text .button .btn { 
	text-transform: capitalize; width: 220px; 
	margin-right: 30px; border-radius: 3px; color: #1C88E0; 
	background: #fff; height: 50px; 
	line-height: 46px; 
	padding: 0; 
	position: relative; 
	border:1px solid #1C88E0;
	border-radius: 25px;
	outline: none;
}
.sufia-slider .welcome-text .button .btn:hover { color: #fff; background: #1C88E0;border:1px solid #1C88E0; }
.sufia-slider .welcome-text .button .btn.primary { background: #1C88E0; color: #fff;border:1px solid #1C88E0; }
.sufia-slider .welcome-text .button .btn.primary:hover { background: #fff; color: #1C88E0;border: 1px solid #fff; }
.sufia-slider .welcome-text .button .btn:last-child { margin: 0px; }
.sufia-slider .welcome-text .b-arrow { background: url(../images/arrow.png); width: 100%; height: 18px; background-repeat: no-repeat; margin-top: 40px; }
.sufia-slider .welcome-text.center .b-arrow { background-position: center; }
.sufia-slider .welcome-text.right .b-arrow { background-position: right; }
.sufia-slider button { position: absolute; top: 50%; width: 40px; height: 40px; line-height: 40px; font-size: 25px; margin-top: -40px; z-index: 5; color: #fff; background: rgba(255, 255, 255, 0.30); transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; }
.sufia-slider button:hover { color: #fff; }
.sufia-slider button.PrevArrow { left: 0; }
.sufia-slider button.NextArrow { right: 0; }
/* Slider Animation */
.sufia-slider .single-slider.slick-active h1 { animation: fadeInUp 1s both 0.6s; }
.sufia-slider .single-slider.slick-active .btn { animation: fadeInUp 1s both 1s; }
.sufia-slider .single-slider.slick-active .b-arrow { animation: fadeInUp 1s both 1.5s; }
@media(max-width:820px){
    .sufia-slider .welcome-text .button .btn{
        width:200px;
    }
}
@media only screen and (max-width: 767px) {
    .sufia-slider .welcome-text .button .btn {
        width: 180px!important;
        font-size:13px;
    }
    .button .btn i{
        margin-left:12px;
    }
}
/*===============================
	End Slider Style
===============================*/


/*===============================
	About Us
===============================*/
.about-us { background: #f9f9f9; }
.about-us .about-content { margin-top: 40px; }
.about-us .about-content h2 { margin-bottom: 20px; }
.about-us .about-content p { margin-bottom: 20px; }
.about-us .about-content p:last-child { margin: 0; }
.about-us .about-video { margin-top: 40px; }
.about-us .single-video { position: relative; }
.about-us .single-video img { width: 100%; }
.about-us .single-video::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(60, 56, 56, 0.79); opacity: 0.3; visibility: visible; content: ""; }
.about-us .single-video i { position: absolute; top: 50%; left: 50%; width: 65px; height: 65px; text-align: center; line-height: 55px; font-size: 25px; border-radius: 100%; margin-left: -25px; margin-top: -25px; color: #fff; cursor: pointer; border: 5px solid #fff; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.about-us .single-video:hover i { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
/*===============================
	Features Style
===============================*/
.features .single-features { position: relative; margin-top: 25px; padding-left: 70px; }
.features .single-features i { position: absolute; left: 0; font-size: 45px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.features .single-features:hover i { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
.features .single-features h4 { margin-bottom: 20px; font-size: 20px; font-weight: 500; color: #444444; }
.features .single-features p { color: #999; }
/*===============================
	End Features Style
===============================*/
/*===============================
	Count Down Style
===============================*/
.count-down.section { padding-top: 60px; padding-bottom: 90px; background-image: url(../images/count-bg.jpg); background-size: cover; background-position: center center; background-attachment: fixed; }
.count-down .single-count { margin-top: 30px; color: #fff; font-size: 15px; text-align: center; }
.count-down .count { color: #fff; font-size: 30px; font-weight: 500; margin-top: 30px; padding-bottom: 25px; margin-bottom: 25px; position: relative; }
.count-down .count::before { position: absolute; width: 36px; height: 2px; content: ""; bottom: -1px; left: 50%; margin-left: -18px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.count-down .single-count:hover .count::before { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
.count-down .single-count i { font-size: 45px; }
.count-down .single-count p { font-size: 15px; }
/*===============================
	End Count Down Style
===============================*/
/*===============================
	Project Style
===============================*/
/*----- Project Navigation -----*/
.project .project-nav { padding-top: 30px; padding-bottom: 30px; text-align: center; }
.project .project-nav ul li { display: inline-block; padding: 15px; font-size: 18px; position: relative; cursor: pointer; color: #888; margin-right: 20px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.project .project-nav ul li.active, .project .project-nav ul li:hover { color: #363636; }
.project .project-nav ul li::before { position: absolute; width: 0px; height: 1px; content: ""; bottom: 0; left: 50%; margin-left: -17.5px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.project .project-nav ul li.active::before, .project .project-nav ul li:hover::before { width: 35px; }
.project .project-nav ul li:last-child { margin-right: 0px; }
@media(max-width:640px){
    #project .project_item{
        margin-top:8px;
    }  
    #project .row.rp-style .rp-style.mt-8{
        margin-top:0;
    }
}

/*----- Latest Project -----*/
.project .single-project { margin-bottom: 30px; overflow: hidden; position: relative; cursor: pointer; background: #FFF; box-shadow: 0 4px 50px rgba(0,0,0,.25); }
.project .project-head { position: relative; }
.project .project-head:before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .52); content: ""; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); transform: translateX(100%); }
.project .single-project:hover .project-head:before { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); transform: translateX(0%); opacity: 1; visibility: visible; }
.project .single-project img { display: block; width: 100%; }
.project .single-project:hover img { transform:scale(1.1); }
.project .single-portfolio { position: relative; color: #fff }
.project .project-hover { position: absolute; top: 0; z-index: 5; color: #fff; top: 50%; padding-left: 30px; padding-right: 30px; opacity: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.project .project-name { padding:5px 0; margin: 0 .5rem;font-size: 1.4rem; line-height: 2.5rem; height: 4.5rem; overflow: hidden; text-align: center; color: #333; }
.project .project-name a{ text-align: center; color: #333; }
.project .project-name a:hover{ text-align: center; color: #3278b4; }
.project .single-project:hover .project-hover { opacity: 1; visibility: visible; }
.project .project-hover h4 { padding-bottom: 15px; margin-bottom: 15px; position: relative; font-weight: 500 }
.project .project-hover h4:before { position: absolute; width: 30px; height: 1px; content: ""; bottom: 0; }
.project .project-hover h4 a { color: #fff; }
.project .button { margin-top: 30px; text-align: center; }
.project .button .btn { width: 255px; height: 50px; padding: 0; line-height: 46px; display: inline-block; border: 1px solid #1C88E0; border-radius: 50px; text-transform: capitalize; color: #1C88E0; font-size: 15px; }
.project .button .btn:hover { color: #fff; /*border-color: transparent;*/ }
/*----- Project Archive -----*/
.project.archive { padding: 70px 0; }
.project.archive .project-nav { text-align: left; padding-top: 0px; }
/*.project.archive .single-project{
	border:1px solid #eee;
	background:#f5f5f5;
}
.project.archive .project-head{
	position:relative;
}
.project.archive .single-project h4{
	text-align:center;
	padding:10px;
}
.project.archive .single-project h4 a{
	color:#444;
	font-weight:400;
}
.project.archive .button{
	margin-top:30px;
}
*/
/*----- Project Single -----*/
.project.single .project-slide .project-hover { text-align: center; padding: 0 80px; }
.project.single .project-slide button { position: absolute; top: 50%; width: 40px; height: 40px; line-height: 40px; font-size: 25px; margin-top: -20px; z-index: 8; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; }
.project.single .project-slide button:hover { color: #fff; }
.project.single .project-slide button.PrevArrow { left: 0; }
.project.single .project-slide button.NextArrow { right: 0; }
.project.single .project-descreption h2 { position: relative; display: inline-block; }
.project.single .project-descreption h2:before { content: ""; position: absolute; left: 0; width: 30%; bottom: -15px; height: 2px; }
.project.single .project-descreption p { margin-top: 30px; }
.project.single .project-info { margin-top: 20px; }
.project.single .project-info li { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 10px; }
.project.single .project-info li:last-child { border-bottom: 0px solid; padding: 0; margin: 0; }
.project.single .project-info li i { margin-right: 5px; }
.project.single .project-info li span { font-weight: 600; color: #888; margin-right: 5px; }
.project.single .project-info li a { color: #444; }
.project.single .button { margin-top: 30px; }
.project.single .button i { margin-right: 5px; }
.project.single .project-related { margin-top: 30px; }
.project.single .project-related h4 { margin-bottom: 20px; padding-bottom: 20px; text-transform: uppercase; position: relative; display: inline-block; }
.project.single .project-related h4::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 30%; height: 2px; }
.project.single .project-related .slick-dots { text-align: center; }
.project.single .project-related .slick-dots li { display: inline-block; margin-right: 10px; }
.project.single .project-related .slick-dots button { font-size: 0px; width: 10px; height: 10px; border-radius: 100%; background: #999; }
/*===============================
	End Project Style
===============================*/
/*===============================
	Testimonial Style
===============================*/
.testimonial.section { background-image: url(../images/testimonial.jpg); background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; position: relative; color: #fff; padding: 90px 0; }
.testimonial:before { position: absolute; width: 100%; height: 100%; content: ""; left: 0; top: 0; background-color: rgba(0, 0, 0, .45); }
.testimonial .testimonial-content { text-align: center;/* padding: 0 160px;*/ }
.testimonial .testimonial-content h2 { color: #fff; font-size: 36px; margin-bottom: 45px; }
.testimonial .testimonial-content p {
	color: #f5f5f5;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	text-align: left;
	vertical-align: top;
}
.testimonial .testimonial-content p::before { 
	content: ""; position: absolute; left: 0; bottom: 30px; 
/*	content: "f10d"; */
	font-family: 'FontAwesome'; 
	font-size: 60px; color: #fff; 
	opacity: 0.2; 
}
.testimonial .t-name {
	margin-top: 45px;
	font-size: 15px;
}
.testimonial .t-name a{
	color: #FFFFFF;
}
.testimonial .t-name a:hover{
	color: #3f9ae5;
}
.testimonial .slick-dots { text-align: center; margin-top: 45px; }
.testimonial .slick-dots li { display: inline-block; }
.testimonial .slick-dots li button { width: 10px; height: 10px; border-radius: 50%; font-size: 0; background: #E6E2E0; margin-left: 5px; border: 1px solid transparent; }
.testimonial .slick-dots li:first-child button { margin-left: 0 }
.testimonial .slick-dots li.slick-active button { background: transparent; width: 12px; height: 12px; position: relative; top: -1px; border-color: #E6E2E0; }
.testimonial .testimonial-content.slick-active h2 { animation: fadeInUp 1s both 1s; }
.testimonial .testimonial-content.slick-active p { animation: fadeInUp 1s both 1.2s; }
.testimonial .testimonial-content.slick-active .t-name { animation: fadeInUp 1s both 1.5s; }
/*===============================
	End Testimonial Style
===============================*/
/*===============================
	Team Style
===============================*/
.team .single-team:hover .member-name a{
    color: #3278b4;
}
.team .single-team { position: relative; margin-top: 30px; text-align: center; overflow: hidden; }
.team .team-head { position: relative; overflow: hidden; }
.team .team-head a{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #3278b4;
}
.team .single-team img { z-index: 5; width: 100%; }
.team .single-team:hover img { transform:scale(1.5); }
.team .hover-team p { font-size: 15px; color: #fff; }
.team .team-social { margin-top: 30px; }
.team .team-social li { display: inline-block; margin-right: 10px; }
.team .team-social a { width: 30px; text-align: center; height: 30px; line-height: 30px; border-radius: 50%; background: #fff; color: #5D4B3E; display: block; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.team .team-social a:hover { background: #5a473b; color: #fff }
.team .single-team:hover .team-social { bottom: 0; opacity: 1 }
.team .member-name { margin-top: 8px; }
.team .member-name h4 { font-size: 21px; margin-bottom: 10px; color: #444; }
.team .member-name p {
	color: #888;
	font-size: 13px;
	line-height: 22px;
}
.team .member-name p a{
	color: #888;
}
.team .member-name p a:hover{
	color: #3f9ae5;
}
.team .button { text-align: center; }
.team .button .btn { width: 170px; height: 50px; margin-top: 70px; padding: 0; line-height: 46px; display: inline-block; border: 1px solid #1C88E0; border-radius: 50px; text-transform: capitalize; color: #1C88E0; font-size: 15px; }
.team .button .btn:hover { color: #fff; /*border-color: transparent;*/ }
@media(max-width:767px){
    .team .button .btn{
        margin-top:45px;
    }
}
/*===============================
	End Team Style
===============================*/
/*===============================
	Newslatter Style
===============================*/
.newslatter { background-image: url(../images/news.jpg); -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; position: relative; color: #dddddd; background-position: center; }
.newslatter:before { position: absolute; width: 100%; height: 100%; content: ""; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.50); }
.newslatter:before { position: absolute; width: 100%; height: 100%; content: ""; left: 0; top: 0; background-color: rgba(17, 17, 17, .3) }
.newslatter .news-title h2 { font-size: 32px; color: #fff; letter-spacing: 1px; margin-bottom: 20px; }
.newslatter .news-title p { color: #ddd; font-size: 15px; }
.newslatter .news-form { margin-top: 23px; }
.newslatter input[type="text"] { width: 410px; height: 50px; padding-left: 15px; background-color: transparent; border: 1px solid #ddd; margin-right: 15px; font-size: 14px; display: inline-block; font-weight: 400; }
.newslatter input[type="submit"] { width: 125px; height: 50px; border: 0; color: #fff; font-size: 16px; font-weight: 500; text-transform: uppercase; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.newslatter input[type="submit"]:hover { background: #5A473B; }
.newslatter input::-webkit-input-placeholder {
 opacity: 1;
 color: #fff !important;
}
 .newslatter input::-moz-placeholder {
 opacity: 1;
 color: #fff !important;
}
 .newslatter input::-ms-input-placeholder {
 opacity: 1;
 color: #fff !important;
}
/*===============================
	End Newslatter Style
===============================*/
/*texlist*/
.xwrq{
	padding-left: 20px;
}
.textlist { }
.textlist li { line-height: 28px; height: 28px; text-indent: 8px; background: url(../images/textlist.gif) no-repeat 0 center; overflow: hidden; width: 100%;/*okie6bug*/ }
.textlist li a { padding-left: 2%; }
/*texlist*/
.textlist1 { height: 310px; }
.textlist1 .li0 { /*padding-right:40px;*/ }
.textlist1 li { line-height: 2em; overflow: hidden; width: 345px; font-size: 16px; float: left; /*border-bottom:1px dashed  #DDD;*/ padding: 10px 30px; }
.textlist1 li img { float: left; width: 125px; margin-right: 8px; }
.textlist1 li .InfoTitle { border: none; font-size: 14px; color: #3766CC; text-decoration: none; line-height: 140%;/*font-weight: bold;width: 210px;*/ overflow: hidden; white-space: nowrap; display: block; padding: 0; text-align: left; }
.textlist1 li .InfoTitle:hover { color: #1FA1E8; }
.textlist1 li .InfoTime { font-size: 14px; color: #666; line-height: 140%; }
.textlist1 li p { /*height: 2.6em;*/ overflow: hidden; line-height: 1.3em; color: #666; font-size: 13px; }
/*teximglist*/
.thumblist { }
.thumblist li { }
/*teximglist*/
.gridlist { margin-top: 5px; }
.gridlist li { float: left; padding: 4px 0; margin-bottom: 10px; margin-right: 15px; text-align: center; overflow: hidden; display: inline /*瑙ｅ喅ie6 鍙岃竟璺漛ug*/; text-overflow: ellipsis; white-space: nowrap; }
.gridlist li img { border: 1px solid #D6D6D6; width: 280px; }
.gridlist li a { white-space: nowrap; line-height: 28px; }
.gridlist li a:hover img { }
/*teximglist1*/
.gridlist1 { overflow: hidden; }
.gridlist1 li { float: left; text-align: center; margin-right: 20px; overflow: hidden; display: inline /*瑙ｅ喅ie6 鍙岃竟璺漛ug*/; text-overflow: ellipsis; white-space: nowrap; }
.gridlist1 li img { border: 1px solid #E1E1E1; display: block; width: 218px; }
.gridlist1 li .InfoTitle { white-space: nowrap; line-height: 19px; display: block; color: #000; margin-top: 3px; }
/*teximglist2*/
.gridlist2 { overflow: hidden; }
.gridlist2 li { float: left; width: 272px; text-align: center; margin: 0 14px; overflow: hidden; display: inline /*瑙ｅ喅ie6 鍙岃竟璺漛ug*/; text-overflow: ellipsis; white-space: nowrap; }
.gridlist2 li span a { color: #000; }
.gridlist2 li span a:hover { color: #c9033b; }
.gridlist2 li img { border: 1px solid #E1E1E1; display: block; }
.gridlist2 li .InfoTitle { white-space: nowrap; line-height: 19px; display: block; background: #015D34; color: #FFF; margin-top: 3px; }
/*teximglist3*/
.gridlist3 { overflow: hidden; }
.gridlist3 li { float: left; margin-right: 20px; overflow: hidden; display: inline /*瑙ｅ喅ie6 鍙岃竟璺漛ug*/; text-overflow: ellipsis; width: 368px; }
.gridlist3 li img { border: 1px solid #E1E1E1; display: block; width: 366px; }
.gridlist3 li .InfoTitle { line-height: 19px; color: #000; margin-top: 3px; }
.gridlist3 li span { overflow: hidden; font-size: 12px; }
/*vodelist*/
.videolist { margin-top: 5px; }
.videolist li { width: 382px; float: left; margin-right: 15px; text-align: center; overflow: hidden; }
.videolist li img { border: 1px solid #E1E1E1; width: 100%; }
.videolist li a { white-space: nowrap; line-height: 28px; }
/*page*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
.page { padding: 4px 0px 0px 1px; margin-left:33%; /*float: right;*/ clear: both; }
.page a, .page span { float: left; display: block; border: 1px solid #D3D1D1; padding: 2px 5px; margin-left: 4px; line-height: 22px; }
.page a:link, .page a:visited { text-decoration: none; }
.page a:hover { background: #CC0001; color: #ff9900; }
.page .current { background: #CC0001; color: #FFF; }
.page #total { color: red; margin-bottom: 0px; }
#mainshow { max-width: 1200px; margin: 0 auto; }
.main_body { padding: 5px 0px; overflow: hidden; zoom: 1; border-top: 0; border-bottom: 0; }
.main_title { color: #337ab7 }
.InfoTitle { font-weight: normal; text-align: center; vertical-align: middle; padding: 5px 0px }
.InfoTitle h1 { font-size: 28px; line-height: 1.5em; font-weight: normal; }
.InfoTime { color: #999; text-align: left; padding: 2px 0px; height: 25px }
.InfoContent, .InfoContent p { float: left; width: 936px; padding: 5px; border-left: 2px #f5f5f5 solid; line-height: 2.0em; font-size: 16px; }
.InfoPicture { text-align: center; }
.InfoContent img { max-width:100%}
.info_from_wrap { padding: 0 10px; text-align: center; color: #999; border: 0px dashed #ccc; line-height: 30px; margin-bottom: 5px; }
.info_from_wrap a { color: #999; }
.info_from_wrap a:hover { color: #555; }
.infolike { float: left; width: 250px; margin-left: 14px; padding: 10px; border: 2px #f5f5f5 solid; border-top: 0px }
.infolike li { list-style-type: none; }
.infoliketitle { font-weight: bold; line-height: 20px; height: 30px }
.info_previous_next_wrap { background: #F0F0F0; padding: 5px; border: 1px solid #E3E3E3; color: #333; line-height: 1.8em }
.info_product_detail_wrap { line-height: 2.2em; }
.info_product_detail_wrap b { color: #626262; font-weight: bold; }
.info_product_detail_wrap table.detail_table { width: 100%; margin-left: 10px;}
.info_product_detail_wrap table.detail_table th { width: 200px; }
.ProductDescription { height: 40px; color: 01673A; margin-top: 10px; padding-left: 15px; line-height: 40px; font-size: 16px; font-weight: bold; }
.info_product_detail_wrap img { width: 360px; height: 360px; float: left; text-align: left; margin-right: 10px; }
.InfoTitle { font-size: 16px; font-weight: bold; text-align: left; padding: 10px 0px; }
.f2 { padding: 5px 0px }
.f1 { padding: 5px 0px }
.InfoHit { padding: 5px 0px; font-weight: bold; color: #990000 }
.InfoTime { padding: 5px 0px; }
.btnd { background-color: #1FA1E8; color: #fff; height: 32px; line-height: 32px; padding: 10px 20px; font-weight: 300; font-size: 14px; margin: 0; text-decoration: none; text-align: center; }
.btnd:hover { background-color: #b40436; color: #fff; }
.btnd:active { color: #fff; }
.btnd:visited { color: #fff; }
/*===============================
	News Style
===============================*/
/*----- Latest News -----*/
.newsblog .single-news { background: #faf9f9; border: 1px solid #1C88E0; margin-top: 20px;border-radius:10px;overflow:hidden; }
.newsblog .single-news .news-head { position: relative; overflow: hidden; }
.newsblog .news-head::before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(255, 255, 255, 0.51); content: ""; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); transform: translateY(-100%); z-index: 8; }
.newsblog .single-news:hover .news-head:before { opacity: 1; visibility: visible; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%); }
.newsblog .single-news .news-head img { display: block; width: 100%; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; z-index: 3; }
.newsblog .single-news:hover .news-head img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); }
.newsblog .single-news .link { position: absolute; left: 0; top: 0%; width: 40px; height: 40px; background: #333; color: #fff; opacity: 0; visibility: hidden; text-align: center; left: 50%; margin: -20px 0 0 -20px; line-height: 40px; z-index: 9; }
.newsblog .single-news:hover .link { top: 50%; opacity: 1; visibility: visible; }
.newsblog .news-content { padding: 30px; }
.newsblog .news-content h4 { margin-bottom: 10px; font-size: 16px; }
.newsblog .news-content h4 a { color: #363636; cursor: pointer; text-transform: capitalize; display: block;white-space: nowrap; 
text-overflow: ellipsis;
overflow: hidden;}
.newsblog .news-content .date { color: #bbb; font-size: 13px; margin-bottom: 15px; }
.newsblog .news-content p { color: #999; font-size: 13px; 
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;    
    
}
.newsblog .news-content .btn { margin-top: 15px; font-size: 13px; padding: 0px; background: transparent; border: none; }
.newsblog .news-content .btn:hover { color: #333; }
.newsblog .news-content .btn:hover span { -webkit-animation-name: hvr-icon-buzz-out; animation-name: hvr-icon-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
.newsblog .button { text-align: center; }
.newsblog .button .btn { width: 170px; height: 50px; margin-top: 50px; padding: 0; line-height: 46px; display: inline-block; border: 1px solid #1C88E0; border-radius: 50px; text-transform: capitalize; color: #1C88E0; font-size: 15px; }
.newsblog .button .btn:hover { color: #fff; /*border-color: transparent;*/ }
/*----- News Archive -----*/
.newsblog.single .news-head::before { display: none; }
.newsblog.single .news-head::before { display: none; }
.newsblog.single .single-news .link { display: none; }
.newsblog .layout-resize { max-width: 900px; margin: 0 auto; float: none; }
/*----- News Single -----*/
.newsblog.single { padding: 20px 0 70px; background: #f5f5f5; }
.newsblog .single-news.video .news-head:before { display: none; }
.newsblog.single .single-news { background: #fff; padding: 15px; }
.newsblog.single .news-content h4 { font-size: 25px; }
.newsblog.single .news-head iframe { height: 400px; width: 100%; }
.newsblog.single .pagination { display: block; padding-left: 0; margin: 50px 0 0; border-radius: 4px; text-align: center; }
.newsblog.single .pagination li { display: inline-block; }
.newsblog.single .pagination li a { color: #333; background: #FAF9F9; padding: 10px 25px; }
.newsblog.single .pagination li:hover a, .newsblog.single .pagination li.active a { border-color: transparent; color: #fff; }
.newsblog.single .pagination li.prev a { }
.newsblog.single .pagination li.next a { }
.newsblog.single .news-slide .single-slide { overflow: hidden; position: relative; }
.newsblog.single .news-slide button { position: absolute; top: 50%; width: 40px; height: 40px; line-height: 40px; font-size: 25px; margin-top: -20px; z-index: 8; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; }
.newsblog.single .news-slide button:hover { color: #fff; }
.newsblog.single .news-slide button.PrevArrow { left: 0; }
.newsblog.single .news-slide button.NextArrow { right: 0; }
/*----------------------------------------*/
/*  6. Banner CSS
/*----------------------------------------*/
.banner-inner { position: relative; z-index: 1; }
.banner-inner a.banner-img { display: block; overflow: hidden; position: relative; z-index: 1;border-radius: 10px;border:1px solid #3278b4;}
.banner-inner a.banner-img::after { /*background: rgba(0, 0, 0, 0) url("../images/effect-bg.png") repeat scroll 0 0;*/
transform: scale(1.3); }
.banner-inner a.banner-img::before, .banner-inner a.banner-img::after { content: ""; height: 100%; opacity: 0; position: absolute; right: 0; top: 0; transition: all 0.3s linear 0s; visibility: hidden; width: 100%; z-index: 2; }
.banner-inner a.banner-img::before { background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0; }
.banner-inner img { transform: scale(1); transition: all 1s linear 0s;max-width: unset; }
.banner-text::before { border-top-left-radius: 10px; left: 0; top: 0; }
.banner-text::before, .banner-text::after { background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0; content: ""; height: calc(100% + 20px); opacity: 0; position: absolute; transition: all 0.5s ease-in-out 0s; visibility: hidden; width: calc(100% + 20px); z-index: -1; }
.banner-text::after { border-bottom-right-radius: 10px; bottom: 0; right: 0; }
.banner-text-1 {
	bottom: 370px;
	left: calc(100% - 90px);
	position: absolute;
	writing-mode: vertical-lr;
	z-index: 5;
	max-height: 165px;
}
.banner-text { background: transparent none repeat scroll 0 0; color: #282828; position: absolute; transition: all 0.2s linear 0s; z-index: 3;
    line-height: 1.4;
    
}
.banner-heading { color: #282828 !important; font-size: 17px; font-weight: 600;line-height:1; }
.banner-title { font-size: 20px; font-weight: normal; }
.banner-inner:hover a::before { opacity: 1; visibility: visible; }
.banner-inner:hover a::after { opacity: 1; transform: scale(1); visibility: visible; }
.banner-inner:hover img { transform: scale(1.1); }
.banner-inner:hover .banner-text::before, .banner-inner:hover .banner-text::after { opacity: 1; visibility: visible; }
.banner-inner:hover .banner-text::before { left: -15px; top: -15px; }
.banner-inner:hover .banner-heading { color: #cd6289 !important; }
.banner-inner:hover .banner-text::after { bottom: -15px; right: -15px; }
.banner-text-2 { top: 25px; right: 34px;}
.banner-text-3 { left: 35px; top: 240px; max-width: 192px;}
.banner-text-4 {
	bottom: 25px;
	right: 60px;
	max-width: 160px;
}
.banner-text-5 {
	top: 32%;
	transform: translate(-50%, -50%);
	left: 395px;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-8 { margin-top: 8px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/* Others css */
.rp-style { margin-left: -4px; margin-right: -4px; }
.cp-style { padding-left: 4px; padding-right: 4px; }
.rp-style-2 { margin-left: -8px; margin-right: -8px; }
.cp-style-2 { padding-left: 8px; padding-right: 8px; }
.rp-style-3 { margin-left: -7px; margin-right: -7px; }
.cp-style-3 { padding-left: 7px; padding-right: 7px; }
.cp-style-4 { padding-left: 12.5px; padding-right: 12.5px; }
.rp-style-4 { margin-left: -12.5px; margin-right: -12.5px; }
/*----- News Sidebar -----*/
.newsblog .form .search { position: relative; }
.newsblog .form .s-button { position: absolute; right: 0; top: 0; }
.newsblog .form .s-button i { position: absolute; left: 9px; top: 20px; content: ""; color: #fff; font-size: 13px; }
.newsblog .form .search input[type="text"] { border: 0px solid; width: 100%; height: 50px; background: #f5f5f5; padding-left: 10px; }
.newsblog .form .search input[type="submit"] { height: 50px; width: 81px; border: 0px solid; color: #fff; right: 0; padding-left: 13px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.newsblog .form .search input[type="submit"]:hover { background: #333; }
.newsblog .blog-sidebar { margin-top: 50px; }
.newsblog .single-sidebar { border-bottom: 1px solid #42ACF6; margin-bottom: 30px; background: #fff; padding: 15px; }
.newsblog .single-sidebar:last-child { margin: 0px; border: none; }
.newsblog .single-sidebar h2 { text-transform: uppercase; font-size: 18px; margin-bottom: 15px; padding-bottom: 15px; display: inline-block; position: relative; }
.newsblog .single-sidebar h2:before { position: absolute; left: 0; bottom: 0; width: 50%; height: 2px; content: ""; }
.newsblog .single-sidebar ul li a { color: #888; }
.newsblog .latest .single-post { overflow: hidden; margin-bottom: 20px; }
.newsblog .latest .single-post:last-child { margin-bottom: 0px; }
.newsblog .latest .single-post .post-img { float: left; margin-right: 10px; }
.newsblog .latest .single-post img { width: 60px; height: 60px; border-radius: 100%; }
.newsblog .latest .post-info { display: table-cell; vertical-align: top; }
.newsblog .latest .post-info h4 { margin: 0; font-size: 15px; margin-bottom: 5px; line-height: 25px; font-weight: 400; }
.newsblog .latest .post-info a { color: #888; font-size: 16px; font-weight: 400; }
.newsblog .latest .post-info h4:hover a { color: #4EB1F7; }
.newsblog .latest .post-info p { margin: 0; font-weight: 500; }
.newsblog .category ul li { margin-bottom: 5px; font-size: 16px; padding-bottom: 10px; margin-bottom: 10px; }
.newsblog .category ul li:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.newsblog .call-to-action .call-inner { padding: 60px; text-align: center; }
.newsblog .call-inner h4 { color: #fff; margin-bottom: 30px; font-size: 28px; }
.newsblog .call-inner .btn { color: #fff; padding: 11px 23px; background: #444; }
.newsblog .call-inner .btn i { margin-right: 10px; color: #fff; }
.newsblog .tags ul li { display: inline-block; margin-right: 5px; }
.newsblog .tags ul li a { color: #fff; display: block; padding: 5px 10px; background: #444; }
.newsblog.single .news-content { padding: 20px 20px 0; }
.newsblog .news-share { text-align: left; padding: 20px; }
.newsblog .news-share ul { border-bottom: 1px solid #e2e2e2; padding-bottom: 15px; margin-bottom: 15px; }
.newsblog .news-share ul li { display: inline-block; margin: 0 6px 6px 0; }
.newsblog .news-share ul li.share { text-transform: uppercase; font-weight: 500; }
.newsblog .news-share ul li.share i { margin-left: 5px; }
.newsblog .news-share ul li a { display: block; border-radius: 100%; width: 30px; height: 30px; color: #fff; line-height: 30px; text-align: center; background: #252525; }
.newsblog .prev-next { padding: 20px; }
.newsblog .prev-next ul { overflow: hidden; }
.newsblog .prev-next ul li { }
.newsblog .prev-next ul li.prev { float: left; }
.newsblog .prev-next ul li.next { float: right; }
.newsblog .prev-next ul li i { border: 1px solid #ccc; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 100%; font-size: 23px; color: #777; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.newsblog .prev-next ul li:hover i { background: #42ACF6; color: #fff; border-color: transparent; }
.newsblog .prev-next ul li a { text-transform: uppercase; font-weight: 500; }
.newsblog .prev-next ul li a { text-transform: uppercase; font-weight: 700; }
.newsblog .prev-next ul li:hover a { color: #252525; }
.newsblog .blog-comments { padding: 20px 20px 0; }
.newsblog .blog-comments h2 { text-align: left; text-transform: capitalize; font-size: 20px; margin-bottom: 15px; padding-bottom: 15px; position: relative; display: inline-block; width: 100%; text-align: center; }
.newsblog .blog-comments h2::before { position: absolute; left: 50%; margin-left: -15%; bottom: -1px; content: ""; width: 30%; height: 2px; content: ""; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.newsblog .single-comments { overflow: hidden; border-bottom: 1px solid #e2e2e2; padding-bottom: 30px; margin-bottom: 30px; margin-top: 30px; }
.newsblog .single-comments .main { overflow: hidden; }
.newsblog .single-comments .head { float: left; margin-right: 20px; text-align: center; width: 12%; }
.newsblog .single-comments .body { float: left; width: 80%; }
.newsblog .single-comments img { width: 65px; height: 65px; border-radius: 100%; }
.newsblog .single-comments h4 { margin: 5px 0 0; font-size: 16px; text-align: left; font-weight: 400; }
.newsblog .single-comments .meta { font-size: 13px; margin: 0; color: #888; font-weight: 400; }
.newsblog .single-comments p { font-size: 13px; }
.newsblog .single-comments a { text-transform: capitalize; font-size: 13px; }
.newsblog .single-comments a:hover { color: #444; }
.newsblog .login { text-align: center; }
.newsblog .blog-comments .login a { font-size: 13px; color: #888; text-transform: uppercase; }
.newsblog .blog-comments .login i { font-size: 16px; margin-right: 10px; }
/*===============================
	End News Style
===============================*/

/*===============================
	Contact CSS
===============================*/
#contact { background: #f5f5f5; }
#contact.personal { background: #fff; }
#contact .form-group { position: relative; }
#contact .form-group:last-child { margin: 0; }
#contact .form-group i { position: absolute; font-size: 16px; padding: 15px 12px; }
#contact .form-group input { width: 100%; height: 50px; border: 1px solid #bbb; padding-left: 15px; border-radius: 5px; }
#contact .form-group textarea { border: 1px solid #bbb; padding: 10px; width: 100%; padding-left: 15px; border-radius: 3px; resize: none; }
#contact .form-group .button { display: block; height: 44px; border-radius: 3px; border: 0px solid; padding: 0 35px; font-size: 14px; text-transform: uppercase; display: inline-block; color: #fff; }
#contact .form-group .button:hover { background: #252525; }
#contact .form-group .button i { position: relative; display: inline-block; color: #fff; margin-right: 10px; padding: 0px; }
#contact .map { width: 100%; height: 385px; }
/*===============================
	End Contact CSS
===============================*/
/*===============================
	brand Style
===============================*/
.brand.section { padding: 60px 0; background: #FAF9F9; border-top: 1px solid #ddd; }
.brand .single-brand img { opacity: 0.4; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.brand .single-brand:hover img, .brand .single-brand.active img { opacity: 1; }
/*===============================
	End brand Style
===============================*/
/*=============================
	Personal header
===============================*/
.header.personal { position: fixed; left: 0; top: 0; width: 100%; z-index: 93; }
.header.personal .header-inner { padding: 15px 0; }
.header.personal .search-form { bottom: -105px; }
.header.personal .side-menu .nav { padding: 28px 0; }
/*=============================
	End Personal header
===============================*/
/*=============================
	Personal Main
===============================*/
.sufia-personal { background-image: url('../images/personal-bg.jpg'); background-size: cover; height: 100%; width: 100%; background-position: center; position: relative; background-repeat: no-repeat; background-attachment: fixed; }
.sufia-personal::before { background: rgba(0, 0, 0, 0.65); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#particles-js { position: absolute; left: 0; width: 100%; height: 100%; top: 0; }
.sufia-personal .personal-content { text-align: center; }
.sufia-personal .personal-text { border-radius: 5px; display: inline-block; padding: 30px; text-align: center; background: rgba(255, 255, 255, 0.24); }
.sufia-personal .personal-text h2 { margin-bottom: 40px; text-transform: uppercase; font-size: 55px; color: #fff; font-weight: 500; }
.sufia-personal .personal-text p span { margin-left: 5px; font-weight: 700; }
.sufia-personal .personal-text .info { margin-bottom: 40px; }
.sufia-personal .personal-text .info li { display: inline-block; margin-right: 40px; font-size: 27px; color: #fff; position: relative; }
.sufia-personal .personal-text .info li:last-child { margin-right: 0px; }
.sufia-personal .personal-text .info li::before { position: absolute; left: -25px; top: 0px; content: ""; height: 30px; width: 2px; border-radius: 100%; animation: plink 1s infinite linear; }
@-webkit-keyframes plink {  0% {
opacity: 0;
}
 30% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@keyframes plink {  0% {
opacity: 0;
}
 30% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
.sufia-personal .personal-text .info li:first-child::before { display: none; }
.sufia-personal .personal-text .btn { padding: 14px 40px; text-transform: capitalize; font-size: 16px; border-radius: 0px; color: #fff; border-radius: 30px; background: #fff; color: #333; border: transparent; font-size: 15px; margin: 0 10px; }
.sufia-personal .personal-text .button .btn:hover { color: #fff; -webkit-animation-name: hvr-wobble-vertical; animation-name: hvr-wobble-vertical; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
.sufia-personal .personal-text .button .btn.primary { color: #fff; }
.sufia-personal .personal-text .button .btn.primary:hover { background: #fff; color: #333; }
.sufia-personal .personal-text .button .btn i { margin-right: 5px; }
.sufia-personal .scroll-down { position: absolute; bottom: 15px; z-index: 1; left: 0; right: 0; margin: 0 auto; }
.sufia-personal .scroll-down .mouse-icon { width: 34px; border: 1px solid #fff; height: 50px; cursor: pointer; left: 0; right: 0; margin: 0 auto 15px; position: relative; border-radius: 30px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.sufia-personal .scroll-down .mouse-icon:hover { border-color: transparent; }
.sufia-personal .scroll-down .icon-scroll { display: block; width: 8px; height: 8px; background: #fff; position: absolute; top: 8px; left: 12px; border-radius: 8px; -webkit-animation: scroll 1.5s infinite ease; -moz-animation: scroll 1.5s infinite ease; -o-animation: scroll 1.5s infinite ease; animation: scroll 1.5s infinite ease; }
@-webkit-keyframes scroll {  0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @-moz-keyframes scroll {  0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @-o-keyframes scroll {  0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @keyframes scroll {  0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
/*=============================
	End Personal Main
===============================*/
/*=============================
	About Me
===============================*/
.about-me.section { padding: 50px 0 100px; }
.about-me .my-image { position: relative; }
.about-me .my-image, .about-text { margin-top: 50px; }
.about-me .my-image:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.18); content: ""; z-index: 15; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.about-me .my-image i { position: absolute; left: 0; top: 50%; width: 40px; text-align: center; left: 50%; margin: -15px 0 0 -15px; height: 40px; color: #fff; line-height: 40px; z-index: 16; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.about-me .my-image a:hover i { background: #333; }
.about-me .my-image:hover:before, .about-me .my-image:hover i { opacity: 1; visibility: visible; }
.about-me img { border-radius: 10px; border-left: 5px solid; }
.about-me .social { text-align: center; margin-top: 15px; }
.about-me .social li { display: inline-block; margin-right: 10px; }
.about-me .social a { background-color: #333; width: 34px; height: 34px; line-height: 34px; border-radius: 50%; color: #fff; display: block; text-align: center; }
.about-me .social li:hover a, .about-me .social li.active a { color: #fff }
.about-me .about-text h3 { padding-bottom: 15px; margin-bottom: 15px; position: relative; display: inline-block; text-transform: uppercase; font-size: 20px; }
.about-me .about-text h3:before { position: absolute; left: 0; bottom: -1px; width: 50px; height: 2px; content: ""; }
.about-me .about-text p { margin-bottom: 10px; color: #555; }
.about-me .progress-bar-main { overflow: hidden; margin-bottom: 25px; }
.about-me .progress-bar-main:last-child { margin-bottom: 0px; }
.about-me .progress-text { width: 100%; overflow: hidden; margin-bottom: 10px; }
.about-me .progress-text p { float: left; color: #555; font-weight: 500; }
.about-me .progress-bar { background: #F7F7F7; height: 10px; position: relative; width: 100%; border-radius: 5px; }
.about-me .progress-bar .prog-bg { display: block; height: 100%; width: 0; border-radius: 5px; position: relative; }
.about-me .progress-bar-main:nth-child(2n+1) .progress-bar .prog-bg { background: #333; }
.about-me .progress-bar .prog-bg span { text-align: right; position: absolute; right: 0; top: -32px; color: #555; font-size: 14px; font-weight: 500; }
#testimonials .button .btn {
    width: 170px;
    height: 50px;
    margin-top: 50px;
    padding: 0;
    line-height: 46px;
    display: inline-block;
    border: 1px solid #1C88E0;
    border-radius: 50px;
    text-transform: capitalize;
    color: #1C88E0;
    font-size: 15px;
}
#testimonials .button .btn:hover{
	/*border:1px solid #1C88E0;*/
	color: #fff;
}
/*=============================
	End About Me Style
===============================*/
/*=============================
	My Timeline Style
===============================*/
.my-timeline { background: #f4f4f4; }
.my-timeline.section-title { margin-bottom: 0px; }
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline { background: #444; }
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline h2, .my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline h2 span { color: #fff; }
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline p { color: #fff; }
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline::after { border-top: 15px solid #444; }
.my-timeline .timeline-inner .col-md-6:nth-child(2n+2) .single-timeline .date p { color: #444; }
.my-timeline .single-timeline { background: #fff; position: relative; padding: 30px; border-radius: 5px 5px 5px 0; box-shadow: 1px 1px 15px rgba(134, 123, 123, 0.37); -moz-box-shadow: 1px 1px 15px rgba(134, 123, 123, 0.37); box-shadow: 1px 1px 15px rgba(134, 123, 123, 0.37); margin-top: 30px; margin-bottom: 40px; }
.my-timeline .single-timeline::before { position: absolute; left: 1px; bottom: -17px; content: ""; border-top: 15px solid #ccc; border-left: 15px solid transparent; border-right: 15px solid transparent; }
.my-timeline .single-timeline::after { position: absolute; left: 0px; bottom: -15px; content: ""; border-top: 15px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; }
.my-timeline .single-timeline .date { position: absolute; bottom: -42px; left: 0; }
.my-timeline .single-timeline .date p { color: #333; font-size: 16px; font-weight: 500; }
.my-timeline .single-timeline h2 { color: #363636; font-size: 20px; margin-bottom: 15px; position: relative; }
.my-timeline .single-timeline p { color: #555; }
/*=============================
	End Timeline
===============================*/
/*===============================
	App main
===============================*/
.supia-app-main { position: relative; padding: 50px 0 0; height: 550px; overflow: hidden; background: #f5f5f5; }
.supia-app-main .app-text { margin-top: 100px; }
.supia-app-main .app-text h1 { text-transform: capitalize; }
.supia-app-main .app-text h1 span { margin-top: 10px; font-weight: 700; display: inline-block; margin-left: 5px; color: #444; }
.supia-app-main .app-text h1 .typed-cursor { display: inline-block; }
@keyframes blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.supia-app-main .app-text p { margin-top: 20px; color: #555; }
.supia-app-main .app-text .button { margin-top: 20px; }
.supia-app-main .app-text .button .btn { margin-right: 20px; border-radius: 50px; padding: 12px 40px; background: #444; border: 0px solid; color: #fff; text-transform: capitalize; font-size: 16px; }
.supia-app-main .app-text .button .btn:hover { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.supia-app-main .app-text .button .btn.primary:hover { background: #444; }
.supia-app-main .app-text .button .btn:last-child { margin-right: 0px; }
.supia-app-main .app-text .button .btn i { margin-right: 10px; }
/*===============================
	End App Main
===============================*/
/*===============================
	App Features
===============================*/
.app-features .app-single-features { margin-top: 50px; text-align: center; }
.app-features .app-single-features i { width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 100%; color: #fff; margin-bottom: 15px; }
.app-features .app-single-features h4 { color: #444; margin-bottom: 15px; font-size: 17px; }
.app-features .app-single-features p { font-size: 13px; color: #888; }
.app-features .app-slide { position: relative; }
.app-features .app-slide img { width: 100%; }
.app-features button { position: absolute; top: 50%; width: 30px; height: 30px; line-height: 30px; border-radius: 0px; font-size: 70px; margin-top: -15px; z-index: 5; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; background: transparent; color: #D1D4D4; }
.app-features button.PrevArrow { left: -32px; }
.app-features button.NextArrow { right: -32px; }
/*===============================
	End App Features
===============================*/
/*===============================
	App Available
===============================*/
.app-available { background: url('../images/app-full.jpg'); background-size: cover; background-position: center; }
.app-available h1 { margin-bottom: 25px; text-transform: capitalize; color: #444; position: relative; display: inline-block; }
.app-available p { margin-bottom: 25px; font-size: 16px; color: #666; }
.app-available .button img { display: inline-block; margin-right: 20px; }
/*===============================
	End App Available
===============================*/
/*===============================
	App Screenshot
===============================*/
.app-screnshoot { background: #f5f5f5; }
.app-screnshoot .screenshot-slide { margin-top: 30px; }
.app-screnshoot button { position: absolute; top: 50%; width: 40px; height: 40px; line-height: 40px; border-radius: 0px; font-size: 30px; margin-top: -15px; background: transparent; z-index: 5; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; color: #fff; }
.app-screnshoot button:hover { background: #333; }
.app-screnshoot .slick-slide { padding: 0px 5px; }
.app-screnshoot button.PrevArrow { left: 5px; }
.app-screnshoot button.NextArrow { right: 5px; }
/*===============================
	End App Screenshot
===============================*/
/*===============================
	Video Style
===============================*/
.sufia-video-area { position: relative; height: 100%; background-size: cover; z-index: 1; background-position: center center; }
.player-main { z-index: 6; }
.sufia-video-area::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 5; }
.sufia-video-area .mbYTP_wrapper { z-index: 4; }
.sufia-video-area .table { z-index: 6; }
.sufia-video-area .video-text { text-align: center; padding: 0 100px; }
.sufia-video-area .video-text h1 { margin-bottom: 30px; font-size: 50px; color: #fff; font-weight: 600; }
.sufia-video-area .video-text p { color: #fff; }
.sufia-video-area .video-text .button { margin-top: 30px; }
.sufia-video-area .video-text .btn { padding: 14px 40px; font-size: 14px; border-radius: 50px; background: #fff; color: #444; margin-right: 20px; }
.sufia-video-area .video-text .btn:hover { color: #fff; -webkit-transform: translateX(-8px); transform: translateX(-8px); }
.sufia-video-area .video-text .btn.primary { color: #fff; }
/*===============================
	End Video Style
===============================*/
/*===============================
	Mail Success
===============================*/
#mail { background: #f5f5f5; text-align: center; }
#mail .button { margin-top: 10px; }
#mail .button .btn { padding: 12px 35px; background: #333; color: #fff; }
#mail .button i { margin-right: 5px; }
/*===============================
	End Mail Success
===============================*/
/*===============================
	footer Style
===============================*/
/*.footer .footer-top {
	background: #232328;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.footer .single-widget { margin-top: 30px; }
.footer .footer-logo { margin-bottom: 20px; }
.footer .single-widget h2 { color: #fff; font-size: 18px; margin-bottom: 20px; text-transform: uppercase; }
.footer .about p { color: #eee; }
.footer .button .btn { margin-top: 20px; padding: 10px 35px; text-transform: capitalize; border-radius: 50px; border: 1px solid transparent; }
.footer .button .btn:hover { background: transparent; border-color: #fff; }
.footer .contact ul { }
.footer .contact ul li { color: #eee; position: relative; padding-left: 40px; font-family: 'Roboto', sans-serif; margin-bottom: 10px; }
.footer .contact ul li:last-child { margin: 0; }
.footer .contact ul li i { position: absolute; top: 50%; width: 30px; height: 30px; text-align: center; line-height: 30px; left: 0; margin-top: -15px; font-size: 16px; }
.footer .contact ul li a { color: #fff; }
.footer .social-icon li { float: left; width: 50%; margin-bottom: 10px; }
.footer .social-icon li:last-child { margin: 0; }
.footer .social-icon li a { color: #eee; }
.footer .social-icon li a:hover { color: #82B440 }
.footer .social-icon li a i { margin-right: 10px; width: 20px; }
/* Footer Style 2*/
/*
.footer.style2 .footer-top { padding: 90px 0; }
.footer.style2 .footer-top { text-align: center; }
.footer.style2 .footer-logo { margin-bottom: 50px; text-align: center; display: inline-block; }
.footer.style2 .social li { display: inline-block; margin-right: 10px; }
.footer.style2 .social a { background-color: #2a2a2f; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; color: #fff; display: block; text-align: center; }
.footer.style2 .social li:hover a, .footer.style2 .social li.active a { color: #fff }
/*------ Copyright -----*/
/*
.footer .copyright { padding: 12px 0; background: #1D1D21; }
.footer .copyright p { color: #bbb; font-size: 14px; }*/
/*===============================
	End footer Style
===============================*/

.num_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
}
.num_list dl{

}
.num_list dl dt{
	font-size:16px;
}
.num_list dl dt span{
	font-size: 32px;	
}
.num_list dl dd{
	font-size:18px;
}
.f_share{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin-top:40px;
}
.f_share dl{
	position: relative;
}
.f_share dl dt img{
	max-width:25px;
}
.f_share dl dd{
	position: absolute;
	top:35px;
	left:-150%;
	z-index: 9;
	display: none;
	width: 400%;
}
.f_share dl dd{
	opacity: 1;
	display: none;
}
.f_share:hover dl dd{
	display: block
}

html{
    font-size: 16px;    
}
.beian {
  background: #2b323a;
  padding: 1.25rem 0;
}

.beian .text {
  text-align: center;
  color: #A7A7A7;
}

footer {
  background: #2b323a;
  padding: 4.6875rem 0 3.4375rem;
  border-bottom: 1px solid rgba(81, 81, 81, 0.3);
}

footer .flex_f {
  display: flex;
}

footer .left {
  width: 58%;
}
footer .left a{
    display: block;
}
footer .left ul {
  display: flex;
  justify-content: space-between;
}

footer .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  color: #FFFFFF;
}

footer .text {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #939393;
}

footer a:hover {
  color: #fff;
}

footer .center {
  width: 18%;
  padding-left: 2rem;
}

footer .center .logo {
  margin-bottom: 1.75rem;
}

/*footer .center .logo img {
  height: 2.875rem;
}*/

footer .center .ewm {
  display: inline-block;
  text-align: center;
}

footer .center .ewm img {
  height: 7rem;
}

footer .center .ewm p {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #E9ECF1;
  margin-top: 0.375rem;
}

footer .right {
  width: 24%;
  padding-left: 1.5rem;
}

footer .right .tel.address {
  margin-top: 0.625rem;
}

footer .right .tel.address div {
  font-size: 1.2rem;
}

footer .right .tel.margin {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

footer .right .tel div,footer .right .tel div a{
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .right .tel p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #FFFFFF;
}

footer .right a {
  display: flex;
  align-items: center;
  margin: 0.875rem 0;
  color: #fff;
}

footer .right a:hover {
  color: #c80f0f;
}

footer .right a .iconfont {
  font-size: 1.25rem;
  display: block;
}

.foot-fot {
  background: #2D3333;
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.m-bm-nav .aniut i:before{
	content:'+';
	font-style: normal;
}
.m-bm-nav li.on .aniut i:before{
	content:'-';
}
.m-bm-nav li.on .sec{
	display: block;
}
/*手机底部*/
@media(max-width: 920px){
	footer,.footer_fix{
		display: none;
	}
}
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}



/*内页*/
.wrap {
    width: 94%;
    max-width: 1800px;
    margin: 0 auto;
}
.wrap2{
    max-width: 1600px;
}
.n_title{
    background:#eeeff1;
}
.n_title .wrap{
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 60px;
}
.n_title h2{
    font-size:24px;
    color:#555;
}
.site{
    font-size:14px;
    color: #666666;
}
.site .n_arrow{
    margin:0 6px;
}
.site a:last-child{
    color: #111111;
}
.site a:hover{
    color: #0076cc;    
}
.n_sort{
    margin-top:70px;
}
.sort{
    display: flex;
    align-items:center;
    justify-content: flex-end;
    border-bottom: 1px solid #ccd2d7;
}
.sort li{
    margin-right: 30px;
}
.sort li a{
    display: block;
    padding:0 15px 36px;
    font-size:16px;
    color: #333333;
    font-family: "puhui65";
    position: relative;
    line-height: 1.4;
    text-align: center;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 3px;
    background:#0076cc;
    transition: all 0.5s ease-out;
}
.sort li.cur a,.sort li:hover a{
    color: #0076cc;
}
.sort li.cur a:after,.sort li:hover a:after{
    width:100%;
}
.index_mores{
    display: flex;
    justify-content: center;
}
a.more3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 54px;
    background:#1C88E0;
    border-radius: 27px;
    font-size:18px;
    color: #fff;
    margin:65px 0 90px;
}
a.more3 i{
    display: block;
    width: 9px;
    height: 16px;
    background:url(../images/p_more.png) no-repeat center;
    margin-left: 25px;
}
a.more3:hover{
    box-shadow: 0 0 10px #1C88E0;
}
@media(max-width: 1600px){
    .n_sort{
        margin-top: 40px;
    }
    .sort li{
        margin-right: 25px;
    }
    .sort li a {
        padding: 0 10px 20px;
        font-size: 16px;
    }
}
@media(max-width: 1280px){
    .n_sort {
        margin-top: 30px;
    }
    .sort li{
        margin-right: 20px;
    }
    .sort li a{
        padding: 0 5px 15px;
    }
}
@media(max-width: 1024px){
   
}
@media(max-width: 991px){
    .n_title h2{
        font-size:20px;
    }
    .n_sort{
        margin-top: 20px;
    }
    .sort li{
        margin-right: 12px;
    }
    .sort li a{
        padding: 0 0px 10px;
    }
}
@media(max-width: 820px){
    .sort{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
    .sort li{
        margin-right: 10px;
    }
    .sort li a {
        padding: 0 2px 8px;
        font-size:15px;
    }

}
@media(max-width: 767px){
    .n_title .wrap{
        flex-wrap:wrap;
        min-height:60px;
        height:auto;
        padding:10px 0;
    }
    .site{
        width:100%;
        font-size:12px;
        margin-top:5px;
    }
    .sort li {
        margin-right: 8px;
    }
    .sort li a {
        padding: 2px 2px 6px;
        font-size:14px;
    } 
    .sort li a:after{
        height:2px;
    }
}
@media(max-width: 560px){
    .sort li a {
        font-size:12px;
    }     
}


img{
	max-width:100%;
}


/*下载*/
.n_download{
    padding-top:60px;
    padding-bottom: 92px;
}
.download_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px 85px;
}
.download_list li{
    text-align: center;
}
.download_list li a{
    display: block;
}
.download_list li .img{
    overflow: visible;
    border-radius: 10px;
    box-shadow: 2px 5px 10px #ccc;
}
.download_list li .img img{
    border-radius: 10px;    
}
.download_list li p{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.4;
    margin-top:20px;
}
.download_list li:hover p{
    color: #1C88E0;
}
@media (max-width: 1600px){
    .download_list {
        gap: 50px 70px;
    }    
}
@media (max-width: 1280px){
    .download_list {
        gap: 40px 60px;
    }    
}
@media (max-width: 1024px){
    .n_download .sort {
        width: auto;
        margin-top: 0px;
    }    
}
@media (max-width: 820px){
    .download_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 50px;
    }    
}
@media (max-width: 640px){
    .download_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 30px;
    }   
    .download_list li p {
        font-size: 15px;
        margin-top: 12px;
    }
}


/*联系我们*/
.n_title1{
    text-align: center;
}
.n_title1 h2{
    font-size:56px;
    color: #1a1a1a;
/*    font-family: "puhui65";*/
    line-height: 1;
    margin-bottom: 24px;
}
.n_title1 p{
    font-size:20px;
    color: #666666;
/*    font-family: "puhui35";*/
    line-height: 1.6;
}
.n_title1 p.p1{
    max-width: 700px;
    margin:0 auto;
}
.n_title2{
    text-align: center;   
    position: relative;
}
.n_title2 p.p1{
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
.n_title2 p.p2{
    font-size: 28px;
    line-height: 40.48px;  
    font-family: "puhui55";
    color: #000;
}
.n_title2:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:-5px;
    width: 100%;
    height: 3px;
    background: #0076cc ;
    border-radius: 3px;
    width: 330px;
    margin-left: -165px;
}
.contact2{
    position: relative;
    padding: 100px 0;
}
.contact2 .wrap{
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.35);
    padding: 48px 100px;
}
.contact_list{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}
.contact_list li{
    border:1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding:20px;
}
.contact_list li .img1{
    line-height: 34px;
    display: none;
}
.contact_list li .p1{
    font-size:22px;
    color: #222222;
    font-family: "puhui65";
    line-height: 1;
    margin:20px 0 15px;
}
.contact_list li .p2{
    font-size:18px;
    color: #222;
    font-family: "puhui45";
    line-height: 1.4;
}
.contact_list li:last-child{
    margin-right: 0;
}
/*.contact_list li:last-child .txt{
    width: calc(50% - 5px);
}*/
@media(max-width: 1600px){
    .n_title1 h2{
        font-size:42px;
        margin-bottom: 15px;
    }
    .n_title1 p{
        font-size:16px;
    }
    .contact2{
        padding: 95px 0 ;
    }
    .contact2 .wrap{
        padding:48px 50px;
    }
    .contact1_l .text .p1{
        font-size:26px;
    }
    .contact1_l .text .p2{
        font-size:15px;
    }
    .contact_list{
        margin-top:40px;
    }
    .contact_list li .p1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .contact_list li .p2{
        font-size:15px;
    }
    .contact_list li:last-child{
        padding:20px 20px;
    }
}
@media(max-width: 1280px){
    .n_title2 p.p2{
        font-size:24px;
    }
    .n_title2:after {
        width: 300px;
        margin-left: -150px;
    }
    .contact_list{
        gap: 30px;
    }
    .contact1_l .text .p1{
        font-size:24px;
    }
    .contact1_l .text .p2{
        font-size:14px;
    }
    .contact_list li .p1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .contact_list li:last-child {
        padding: 10px 10px;
    }
    .contact2{
        padding: 75px 0 ;
    }
    .contact_list li:last-child{
        padding:15px 10px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .n_title1 h2{
        font-size:32px;
        margin-bottom: 12px;
    }
    .n_title1 p{
        font-size:15px;
    }
    .n_title2 p.p2{
        font-size:20px;
    }
    .n_title2:after {
        width: 220px;
        margin-left: -110px;
    }
    .contact2 .wrap{
        padding:40px 30px;
    }
    .contact_list{
        gap: 20px;
    }
    .contact_list li{
        margin-bottom:15px;
    }
/*    .contact_list li:nth-child(2n){
        margin-right:0;
    }*/
}
@media(max-width: 820px){
    .n_title1 h2{
        font-size:26px;
        margin-bottom: 10px;
    }
    .n_title1 p{
        font-size:14px;
    }
    .contact2 .wrap {
        padding: 30px 20px;
    }
    .contact2{
        padding: 55px 0 ;
    }
    .contact_list{
        margin-top:35px;
    }
}
@media(max-width: 640px){
    .n_title1 h2{
        font-size:22px;
    } 
    .n_title1 p{
        font-size:13px;
    }
    .n_title2 p.p2{
        font-size:16px;
    }
    .n_title2:after {
        width: 180px;
        margin-left: -90px;
    }
    .contact2{
        padding: 40px 0 ;
    }
    .contact2 .wrap {
        padding: 30px 15px;
    }
    .contact_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
@media(max-width: 460px){
    .contact_list {
        margin-top: 26px;
    }
    .contact_list li{
/*        width:100%;
        margin-right:0;*/
        padding:15px;
    }
    .contact_list li:last-child{
        margin-bottom: 0;
    }
    .contact_list li .p2{
        font-size:14px;
    }
}


/*留言*/
.message{
    padding:105px 0 110px;
    background:#f0f3f7;
    position: relative;
}
.dw{
    position: absolute;
    top:-100px;
}
.message h2{
    font-size:32px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#0076cc;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .message h2{
        font-size:26px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
    .msgbtn{
        width: 140px;
        height: 50px;
        font-size:16px;
        margin:35px auto 0;
    }
}
@media(max-width: 1280px){
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:22px;
    }
    .message ul li input,.message ul li textarea{
        padding:0 15px;
        font-size:15px;
    }
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:18px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
        width:100%;
    }
    .message ul li input {
        padding: 0px 12px;
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }
    .message ul li textarea{
        padding: 0px 12px;
        font-size: 14px;
        line-height: 36px;
        height: 108px;        
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 16px;
        margin: 30px auto 0;
    }
}

.index_about{
    padding:108px 0;
    background:url(../images/index_about_bg.png) no-repeat left center;
}
.index_about_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
    margin-top:35px;
}
.index_t1{
/*    text-align: center;*/
}
.index_t1 h2{
    font-size:42px;
    color: #333;
    line-height: 1;
    position: relative;
    padding-bottom: 40px;
}
.index_t1 h2:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 64px;
    height: 4px;
    background: #1C88E0;  
    display: none;
}
.index_about .text{
    width:45%;
}
.index_about .text .txt{
    margin:0px 0 50px;
    font-size:14px;
    color: #333;
    line-height: 1.75em;
    height: 26.25em;
    padding-right:15px;
    overflow-y: auto;
}
.index_about .text .txt::-webkit-scrollbar{
    width:6px;
    height:76px;
    background-color:#1C88E0;
}

.index_about .text .txt::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#eee;
}

.index_about .text .txt::-webkit-scrollbar-thumb{
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#1C88E0;
}
a.more2{
    background:#D60111;
    border:1px solid #D60111;
}
.index_about .img{
    border-radius: 8px;    
    position: relative;
    width:51.5%;
}
.index_about .img img{
    border-radius: 8px;      
}
.index_about .img a{
    display: block;
    position: relative;
}
.index_about .img a:after{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width:62px;
    height: 62px;
    background:url(../images/player.png) no-repeat center #D60111;
    border-radius: 50%;
    z-index: 9;
}
.a_player_img{
    position: relative;
    z-index:8;
}
.a_player_img img{
    display: inline-block;
    position: relative;
    z-index:9;
}
.a_player_img:after{
    content:'';
    position: absolute;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:#fff;
    z-index:1;
    animation: videoDh 1.5s linear infinite;
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.6;
    } 
    to {
        transform: scale(1.8, 1.8); 
        opacity: 0;
    } 
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.num_list1 dl{
    min-width:17%;
}
.num_list1 dl dt{

}
.num_list1 dl dt span{
    font-size:60px;
    color: #000;
    font-family: "puhui85";
    line-height: 1;
}
.num_list1 dl dt font{
    font-size:24px;
    color: #000;
    line-height: 1;
}
.num_list1 dl dt sup{
    font-size: 14px;
    position: relative;
    top: -20px;
}
.num_list1 dl dd{
    font-size:16px;
    color: #666;
    margin-top:15px;
}
a.more1{
    display: flex;
    justify-content: center;
    align-items:center;
    color: #fff;
    width: 160px;
    height: 48px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #FFFFFF;
    background: #1C88E0;
}
a.more1 i{
    margin-left: 25px;
    width:17px;
    height: 17px;
    background:url(../images/more1.png) no-repeat center;
    transition: all 0.4s ease-out;
}
a.more1:hover{
    background:#1C88E0;
    border: 1px solid #1C88E0;
    color: #fff;
}
a.more1:hover i{
    margin-left: 15px;    
}
.about6{
    background: #f7f7f7;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:36px;
    }
    .index_p_tab dl dt h3{
        font-size:46px;
    }
    .index_about .text .txt{
        margin: 0px 0 40px;
        font-size:15px;
    }
    .num_list1 dl dt span{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:75px 0;
    }
    .index_t1 h2{
        font-size:32px;
        padding-bottom:30px;
    }
    .index_p_tab dl dt h3{
        font-size:36px;
    }
    .index_about .text .txt{
        margin: 0px 0 35px;
    }
    .num_list1 dl dt span{
        font-size:46px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 1024px){
    .index_about .text{
        width:45%;
    }
}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_about .text,.index_about .img{
        width:100%;
    }
    .index_about .text .txt{
        margin: 0px 0 25px;
    }
    .index_about .img{
        margin-top:30px;
    }
    .index_about_content{
        margin-bottom: 50px;
    }
    .num_list1 dl dt span {
        font-size: 36px;
    }
    .num_list1 dl dt sup{
        top:-12px;
        font-size:12px;
    }
    .num_list1 dl dd{
        margin-top:5px;
        font-size:15px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    }
    .index_t1 h2{
        font-size:22px;
        padding-bottom: 20px;
    } 
    .index_t1 h2:after{
        width: 50px;
        height: 3px;
    }
    .index_about .text .txt{
        margin: 0px 0 20px;
    }
    .index_about_content {
        margin-bottom: 35px;
        margin-top:0;
    }
    .index_about .text .txt{
        height:auto;
        padding-right:0;
        font-size:14px;
    }
    .num_list1 dl dt span{
        font-size:24px;
    }  
    .num_list1 dl dt sup {
        top: -8px;
        font-size:10px;
    }
    .num_list1 dl dd{
        font-size:13px;
    }
    .num_list1 dl:nth-child(2n){
        min-width:40%;
    }
}

/*product*/
.n_main{
    padding:100px 0;    
}
.product_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
.product_list li{
    overflow: hidden;
}
.product_list li a.img{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.product_list li a.img img{
    transition: all 0.4s ease-out;
}
.product_list li h3 a{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
    margin-top:10px;
    text-align: center;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}
.product_list li:hover h3 a{
    color: #1C88E0;
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#1C88E0;color:#fff; text-decoration:none;border:#1C88E0 1px solid;}
.pageController .currPage {background-color: #1C88E0;color:#fff;border:#1C88E0 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #1C88E0;
    vertical-align: middle;
    border: 1px solid #1C88E0; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.pd1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1 .gallery-thumbs{
    margin-top:20px;
}
.pd1 .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #1C88E0;
}
.pd1 .imgs{
    width: 45%;
}
.pd1 .text{
    width: 45%;
}
.pd1 .text h1{
    font-size: 40px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
}
.pd1 .text .txt{
    font-size: 18px;
}
.pd2{
    padding:75px 0;
}
.pd2_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;    
}
.pd2 table{
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    min-width: 700px;
}
.pd2 table tr{
   
}
.pd2 table tr td{
    border-bottom:1px solid #dbdbdb; 
    border-right:1px solid #dbdbdb;
    text-align: center;
    line-height: 1.4;
    padding:10px 5px;
        align-content: center;
}
.page{
    margin-top:30px;
}
@media(max-width:1600px){
    .n_main{
        padding:75px 0;
    }
    .pd1 .text .txt{
        font-size: 15px;
    }
}
@media(max-width:1280px){
    .pd1 .text h1{
        font-size:24px;
        margin-bottom:20px;
    }
}
@media(max-width:1024px){
    .product_list{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 25px;
    }
    .product_list li h3 a{
        font-size:15px;
    }
}
@media(max-width:820px){
    .n_main{
        padding:50px 0;
    }   
    .pd1 .text h1{
       font-size:22px;
    } 
    .pd1 .text .txt{
        font-size: 15px;
    }
}
@media(max-width:640px){
    .n_main {
        padding: 40px 0;
    }
    .product_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .product_list li h3 a{
        font-size:14px;
        margin-top: 5px;
    } 
    .pd1 .imgs{
        width:100%;
    }
    .pd1 .text{
        width:100%;
        margin-top:25px;
    }
    .pd1 .text h1{
        font-size:20px;
        margin-bottom:10px;
    }
}