@import url('bootstrap.css');
@import url('fontawesome-all.css');
@import url('jquery-fancybox.css');
@import url('liblary.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('shortcode.css');
/* Reset
-------------------------------------------------------------- */
html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}
figure{margin:0}
:focus{outline:0}
table{border-collapse:collapse;border-spacing:0}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
legend{white-space:normal}
button,input,select,textarea{font-size:100%;margin:0;max-width:100%;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button,input{line-height:normal}
input,textarea{background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0))}
button,input[type="button"],input[type="reset"],input[type="submit"]{line-height:1;cursor:pointer;-webkit-appearance:button;border:none}
input[type="checkbox"],input[type="radio"]{padding:0}
input[type="search"]{-webkit-appearance:textfield}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.fl{float: left;}
.fr{float: right;}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 16px/24px Gotham A,Gotham B,Helvetica,Arial,'Microsoft Yahei', sans-serif;
    color: #636363;
	background:#fff;
    overflow: hidden;
}

a { 
    font-size: 14px;    
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #1b75bc;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul, ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;       
}

b, strong {
    font-weight: 900;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {      
    display: inline-block;
    padding: 0px 28px;
    height: 44px;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #1b75bc;
    border: 2px solid #1b75bc;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {        
    color: #fff;
    background: #1b75bc;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {   
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 19px;
    color: #666;
    border: 1px solid #d0d0d0;
    height: 44px;
    background-color: #fff;
    border-radius: 3px;   
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #1b75bc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    padding: 14px 21px;
    height: 100px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {       
    color: #c2c2c2;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #c2c2c2;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}

/*Extra classes
-------------------------------------------------------------- */
/* font-family */
.font-rubik{font-family:"Rubik",sans-serif}

/* font-size */
.font-size-38{font-size:38px!important}
.font-size-30{font-size:30px!important}
.font-size-28{font-size:28px!important}
.font-size-16{font-size:16px!important}
.font-size-14{font-size:14px!important}

/* font-weight */
.font-weight-700{font-weight:700!important}
.font-weight-500{font-weight:500!important}
.font-weight-400{font-weight:400!important}

/* line height */
.line-height-72{line-height:72px!important}
.line-height-50{line-height:50px!important}
.line-height-39{line-height:39px!important}
.line-height-28{line-height:28px!important}
.line-height-27{line-height:27px!important}
.line-height-26{line-height:26px!important}
.line-height-24{line-height:24px!important}
.line-height-normal{line-height:normal!important}

/* letter-spacing */
.letter-spacing-30{letter-spacing:.03em!important}


.fix-float-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* backgroud */
.bg-ffb922{background:#1b75bc!important}
.bg-111111{background:#111!important}
.bg-f7f7f7{background:#f7f7f7!important}

/* text color */
.text-ffb922{color:#1b75bc!important}
.text-d90000{color:#d90000!important}

/* Typography
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{font-family:"Rubik",sans-serif;font-weight:500}
h1,h1 a{font-size:34px;line-height:34px}
h2,h2 a{font-size:30px;line-height:30px}
h3,h3 a{font-size:24px;line-height:24px}
h4,h4 a{font-size:20px;line-height:20px}
h5,h5 a{font-size:18px;line-height:18px}
h6,h6 a{font-size:16px;line-height:16px}

/* Top
-------------------------------------------------------------- */
.top .flat-custom-info {
    padding: 7px 0 7px;
}

.flat-custom-info ul.custom-info li,
.flat-user-section ul.user-section li {
    display: inline-block;
    color: #1b75bc;
}

.flat-custom-info ul.custom-info li {
    margin-left: 25px;
}

.flat-user-section ul.user-section li {
    margin-left: 22px;
}

.flat-custom-info ul.custom-info li:first-child {
    margin-left: 0;
}   

.flat-custom-info ul.custom-info li a {
    font-size: 13px;
}

.flat-custom-info ul.custom-info li:before,
.flat-user-section ul.user-section li:before{
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.flat-custom-info ul.custom-info li.datetime:before {
    content: '\f017';
}

.flat-custom-info ul.custom-info li.phone:before {
    content: '\f095';
}

.flat-custom-info ul.custom-info li.mail:before {
    content: '\f0e0';
}

.flat-user-section {
    padding: 7px 0 7px ;
}

.flat-user-section ul.user-section li a {
    font-size: 12px;
    padding-right: 1px;
}

.flat-user-section ul.user-section li.login:before {
    content: '\f007';
}

.flat-user-section ul.user-section li.cart:before {
    content: '\f07a';
}

/* style1 */
.top .flat-custom-info.style1 {
    margin-right: 0;
}

.flat-custom-info.style1 ul.custom-info li.phone:before {
    content: '\f1e4';
}

.flat-custom-info.style1 ul.custom-info li:not(.datetime) {
    margin-left: 26px;
}

.flat-user-section.style1 ul.custom-info li a {
    color: #c2c2c2;
}

.flat-user-section.style1 ul.user-section li.login:before {
    content: '';
}

.flat-user-section.style1 ul.user-section li.cart:before {
    color: #1b75bc;
}

.flat-user-section.style1 ul.user-section li.login:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    font-size: 12px;
    color: #c2c2c2;
    line-height: 14.4px;
    padding: 0 13px 0 5px;
}

/* style4 */
.top.style4 #logo {
    width: 16.667%;
    float: left;
}

.top .flat-iconbox.style4 {
    width: 83.333%;
    float: right;
}

.iconbox.iconbox-info-top {
    margin: 36px 0 60px 24px;
    float: right;
}

.iconbox.iconbox-info-top .iconbox-icon {
    float: left;
}

.iconbox.iconbox-info-top .iconbox-content {
    padding: 0 0 0 36px;
}

.iconbox.iconbox-info-top .iconbox-content h6.heading a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.iconbox.iconbox-info-top .iconbox-content h6.heading p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
} 

.iconbox.iconbox-info-top .iconbox-content p {
    font-size: 12px;
    margin-top: -4px;
}

/* style5 */
.top.style5 .flat-custom-info {
    width: 75%;
    float: left; 
}

.top.style5 .flat-social {
    width: 25%;
    float: right;
}

.top.style5 {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #fff;
}

.flat-custom-info.style5 ul.custom-info li a,
.flat-social ul li a {
    color: #fff;
}

/* Social */
.flat-social ul {
    margin: 7px 0;
}

.flat-social ul li {
    display: inline;
    margin-left: 20px;
}

#header.style5 .show-search {
    margin-right: unset;
}


/* Header Top
-------------------------------------------------------------- */
.header-top {
    position: absolute;
    width: 100%;
}

.header-top.style5 {
    padding: 0 75px;
}

/*#header.style5.fixed-header {
    position: fixed !important;
}*/

/* Header
-------------------------------------------------------------- */
#header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#logo {
    margin-top: 20px;
}

/* Main Nav */
.nav-wrap {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

#mainnav ul li {
    position: relative;
}

#mainnav > ul > li {
    display: inline-block; 
}

#mainnav > ul > li:last-child {
    padding-right: 0;
}

#mainnav > ul > li:last-child a {
    margin-right: 0;
}

#mainnav > ul > li > a { 
    display: block; 
    font-size: 16px;
	line-height:100px;
    padding: 0 25px;
    font-weight: 600; 
    color: #ffffff;
} 

#mainnav > ul > li.hot > a:before {
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 20px;
    content: "";
    color: #fff;
    width: 31px;
    height: 13px;
    background: url(../img/hot9.gif) no-repeat;
}

#mainnav > ul > li.home > a{
    padding: 0 0px;
}

#mainnav > ul > li:hover > a {
    color: #1b75bc;
}

#mainnav > ul > li > a:after , #mainnav > ul > li.active > a:after{
    width: 0;
    height: 4px;
    background: #1b75bc;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
#mainnav > ul > li:hover > a:after , #mainnav > ul > li.active > a:after{
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}


#mainnav ul.sub-menu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,.8);
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;  
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.sub-menu.en {
    position: absolute;
    left: 0;
    top: 150%;
    width: 200px;
    text-align: left;
    background-color: rgba(255,255,255,.8);
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;  
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul li:hover > ul.sub-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.sub-menu li ul {
    position: absolute;
    left: 300px;
    top: 0 !important;
}

#mainnav ul.sub-menu li:first-child {
    border-top: none;
}

#mainnav ul.sub-menu.en > li > a {
    padding-left: 15px;
}

#mainnav ul.sub-menu > li > a {
    display: block;
    color: #636363; 
    padding: 0 0 0 0px;
    line-height: 45px;
    font-weight: 500;
    font-size: 15px;
}

#mainnav ul.sub-menu > li > a:hover {
    background-color: rgba(27,117,188,.8);
    color: #ffffff;
}

/* style1 */
#logo {
    float: left;
}

.style1#header .nav-wrap {
    float: right;
    margin-right: 58px;
}

/* style2 */
.style2.user-action {
    float: right;
    margin-top: 40px;
}

.style2.user-action ul li {
    display: inline-block;
}

.style2.user-action ul li.cart {
    position: relative;
}

.style2.user-action ul li span.qty {
    position: absolute;
    font-size: 11px;
    font-weight: 500;
    line-height: 14.4px;
    top: 14px;
    right: 11px;
    color: #1a1a23;
    background: #1b75bc;
    padding: 1px 5px;
    border-radius: 50%;
}

.style2.user-action ul li a {
    color: #fff;
    font-size: 24px;
    line-height: 14.4px;
    margin: 0 19px; 
}

.nav-wrap.style2 {
    margin-right: 35px;
}

.nav-wrap.style2 #mainnav > ul > li > a {
    font-size: 14px;
    margin-right: 38px;
}

.nav-wrap.style2 #mainnav ul.sub-menu > li > a {
    font-size: 14px;
}

/* style4 */
#header.style4 {
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
}

.header-wrap.style4 {
    position: unset;
    margin: 0 15px;
}

.flat-header-wrap {
    width: 100%;
    padding: 0 15px;
    margin-left: -15px;
}

.header-wrap.style4 {
    background: #252525;
    width: 100%;
}

.header-wrap.style4 #mainnav > ul > li > a {
    padding: 23px 44px 23px 0;
    margin-right: 0;
    font-size: 14px;
}

.header-wrap.style4 #mainnav ul.sub-menu > li > a {
    padding-left: 30px;
    font-size: 14px;
}

.nav-wrap.style4 {
    float: left;
    margin: 0 0 0 30px;
}

.nav-wrap.style4 #mainnav ul.sub-menu {
    left: -30px;
}

.user-action.style4 {
    float: right;
}

.user-action.style4 ul {
    margin-top: 18px;
}

.user-action.style4 ul li {
    display: inline;
    padding: 0 18px;
}

.user-action.style4 a {
    color: #fff;
}

.user-action.style4 a:hover {
    color: #1b75bc;
}

.user-action.style4 a > span {
    font-size: 18px;
    line-height: 30px;
}

.header-wrap.style4 .show-search {
    margin: 22px 30px 22px 18px;
}

.header-wrap.style4  .show-search a {
    margin-left: unset;
    padding-left: unset;
}

/* style5 */
.header.style5 {
    position: relative !important;
} 

.nav-wrap.style5 {
    float: unset;
}

.header.style5 #mainnav > ul > li > a {
    font-size: 14px;
}

.header.style5 #mainnav ul.sub-menu > li > a {
    font-size: 14px;
}

.header.style5 #logo {
    width: 20%;
    text-align: left;
}

.header.style5 .wrap-action {
    width: 20%;
    float: right;
}

.header.style5 .nav-wrap {
    width: 60%;
    float: left;
    margin-right: 0;
}

.user-action.style5 ul {
    margin-top: unset;
}

.user-action.style5 {
    margin-top: 35px;
}

/* Header Fix */
#header.fixed-header {
    background: rgba(0,0,0,.7);;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#header.style4.fixed-header {
    transform: unset;
    background-color: #252525;
}

#header.fixed-header #logo {
    margin-top: 15px;
}
#header #logo img {
    height: 70px;
}

#header.fixed-header .btn-quote {
    margin-top: 10px;
}


#header.fixed-header .style2.user-action,
#header.fixed-header .user-action.style5 {
    margin-top: 20px;
}

#header.fixed-header .show-search {
    margin-top: 39px;
}

#logo,
.btn-quote,
.user-action,
.show-search {
    transition: all 0.3s ease-in-out;
}


/* Page Title
-------------------------------------------------------------- */
.page-title { 
    padding: 320px 0 260px; 
    position: relative;
}

.page-title .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    background: rgba(255,255,255,.8);
	opacity: 1;
	overflow:hidden;
}


.page-title .page-title-content { 
    position: relative;
}

.page-title .page-title-heading { 
    margin-bottom: 0px;   
}

.page-title .page-title-heading h2 {
    float:left;
    color: #1b75bc;
    line-height: 80px;
    font-size: 36px;
    font-weight: 500;
}

.breadcrumbs{
    float:right;
    color: #666;
    display: inline-block;
}

.breadcrumbs a {
    color: #666;
    font-size: 16px;
    line-height: 80px;
    font-weight: 400; 
}

.breadcrumbs a:hover {
    color: #1b75bc;   
}


/* Partner Client
-------------------------------------------------------------- */
.partner-clients {
    background: #f7f7f7;
    padding: 57px 0 44px;
}

.client a img:last-child {
    display:none;
}

.client a:hover img:first-child {
    display:none;
}

.client a:hover img:last-child {
    display:inline-block;
}

/* style5 */
.partner-clients.style5 {
    background: #fff;
    padding: 96px 0 76px 0;
}

/*pagination
-------------------------------------------------------------- */
.pagination-wrap {
    width: 100%;
    text-align: center;
}

.flat-pagination li {
    display: inline-block;
    margin: 0 8px;
}

.flat-pagination li a {
    background-color: #e1e1e1;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 21px;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
}

.flat-pagination li:hover a,
.flat-pagination li.active a {
    background-color: #1b75bc;
    color: #fff;
}

.flat-pagination li a i {
    padding-left: 3px;
}

.section-padding {
	padding: 60px 0;
}
.centered{
	text-align:center;	
}
/* 
   Margin Bottom Styles
    */
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
}
.title-border-center-blue {
	position: relative;
	padding-bottom: 20px;
}

.title-border-center-blue:before {
    position: absolute;
	content: "";
	height: 4px;
	background: #1b75bc;
	width: 40px;
    bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.cl-222 {
	color: #222;	
}
.cl-fff {
	color: #fff;
}


.home-features-area {
	
}
.single-home-feature {
cursor:pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: .4s;
}
.single-home-feature:hover {
    box-shadow: 0 14px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
}
.single-home-feature img {
	width: 100%;
}

.home-features-contents {
	padding: 20px;
	position: relative;
	padding-bottom: 15px;
}
.home-features-contents:before {
    position: absolute;
    content: "";
    width: 8px;
    background: #1b75bc;
    height: 100%;
    left: 15px;
    top: 0;
}


.home-features-title h3 {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
    line-height: 44px;
}
.home-features-title h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.home-features-contents h4 {
	color: #eff1f6;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
}
.home-advantage{background: url(../img/map-bg.png) no-repeat center center #f8f8f8; }
.single-services {
margin:0 20px;
margin-bottom: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: .4s;
}
.single-services:hover {
    box-shadow: 0 14px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
}
.single-services h3 {
	background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}

.single-services-content {
	padding: 30px;
}
.single-services p {
    height: 60px;
    line-height: 30px;
    margin-bottom: 20px;
}

.single-services h3 i {
	font-size: 26px;
    margin-right: 0px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
}

.single-services a {
	font-size: 14px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.single-services a:hover {
	color: #1b75bc;
}
.swiper-advantage .swiper-pagination,.swiper-clients .swiper-pagination{bottom:0px!important;}

.testimonial-block{position:relative;margin:0 20px 50px  20px;}
.testimonial-block .inner-box{position:relative;text-align:center;padding:0 50px 50px}
.testimonial-block .inner-box .quote-icon{position:absolute;left:80px;top:100px;opacity:.50;color:#1b75bc;line-height:1em;font-size:40px}
.testimonial-block .inner-box:before{position:absolute;content:'';left:0;top:60px;right:0;bottom:0;background-color:#fff;    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);transition: .4s;}
.testimonial-block:hover .inner-box:before{    box-shadow: 0 14px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);}
.testimonial-block .inner-box .author-image{position:relative;font-size:50px;color:#999;width:116px;height:116px;line-height:100px;background:#efefef; margin:0 auto;overflow:hidden;margin-bottom:25px;border-radius:50%;display:inline-block;border:8px solid #f9f9f9;transition: .4s;}
.testimonial-block:hover .inner-box .author-image{color:#fff;background:#1b75bc; border:8px solid #f9f9f9}
.testimonial-block .inner-box .text{position:relative;font-size:20px;color:#666}
.testimonial-block .inner-box .name{position:relative;color:#1b75bc;font-size:16px;letter-spacing:1px;margin-top:20px;text-transform:uppercase;}
.eclip {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.eclip2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.morelink{margin-top:50px}

.theme-btn{cursor:pointer;font-size:16px;display:inline-block;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.btn-style-one{position:relative;display:inline-block;line-height:30px;color:#1b75bc;font-weight:600;overflow:hidden;background:0;border-radius:0;padding:12px 35px 12px;text-transform:uppercase;background: #fff;}
.btn-style-one:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;-webkit-transform:scale(0.2,1);transform:scale(0.2,1);background: #f8f8f8;}
.btn-style-one .txt{position:relative;z-index:1}.btn-style-one .arrow{margin-left:6px}
.btn-style-one:hover::before{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}.btn-style-one:hover{color:#1b75bc}

.btn-style-two{position:relative;display:inline-block;line-height:30px;color:#fff;font-weight:600;overflow:hidden;background:0;border-radius:0;padding:12px 35px 12px;text-transform:uppercase;background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);}
.btn-style-two:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;-webkit-transform:scale(0.2,1);transform:scale(0.2,1);background: linear-gradient(-45deg,#1b75bc 0%,#8b96ba 100%);}
.btn-style-two .txt{position:relative;z-index:1}.btn-style-two .arrow{margin-left:6px}
.btn-style-two:hover::before{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}.btn-style-two:hover{color:#fff}
/* Footer
-------------------------------------------------------------- */
.widget {
    position: relative;
}

.footer-widgets {
    background-color: #333;
}

.text-widget {
    color: #c2c2c2;
    line-height: 26px;
    margin-bottom: 2px;
    font-weight: 400;
}

/* Widget About */
.widget-about .copyright p > a {
    color: #c2c2c2;
}

.widget-about .copyright p > a:hover {
    color: #1b75bc;
}

.widget-about #logo-ft {
    margin-bottom: 10px; 
}
.widget-about #logo-ft img {
    height: 70px; 
}

.widget-about .social{
    margin-top: 25px;
}

.widget-about .social li {
    display: inline-block;
}

.widget-about .social li a {
    color: #636363;
    margin-right: 25px;
}

.widget-about .social li a:hover {
    color:  #1b75bc;
}

/* Widget Contact */
.widget-contact {
    margin-top: -2px;
}

.widget-contact h5 {
    margin-bottom: 28px;
    font-size:  18px;
    font-weight: 400;
    color: #1b75bc;
}


.copyright {
    margin-bottom: -5px;
}

.widget-contact h3 a:hover {
    color: #c2c3c3;
}

.widget-contact p.widget-text:last-child {
    margin-bottom: 0px;
}

/* Widget Services */
.widget-services {
    margin: -2px 0 0 0;
    position: relative;
    overflow: hidden;
}
.widget-services img {
    width:80px;
}
.widget-services h5 {
    margin-bottom: 28px;
    font-size:  18px;
    font-weight: 400;
    color: #1b75bc;
}

.widget-services ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f101';
    color: #1b75bc; 
    left: 0;
    font-size: 14px;
    line-height: 36px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-services ul li:hover {
    padding-left: 19px;
}

.widget-services ul li:hover:before {
    visibility: visible;
    opacity: 1;

}

.widget-services ul li {
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-services ul li a {
    color: #c2c2c2;
    line-height: 36px;
}

.style2.widget-services ul li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    margin-right: 41px;
}

.style2.widget-services ul li:hover:before {
    left: 0px !important;
    margin-left: unset;
}

.style2.widget-services ul li:before {
    left: -30px !important;
}

/* Widget Subscribe Us */
.widget-subscribe {
    margin-top: -4px;
}

.widget-subscribe .title-link h5.widget-title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.widget-subscribe p {
    margin-bottom: 30px;
}

.subscribe-search{
    margin-top: -4px;
}

.widget-subscribe #subscribe-form {
    width: 100%;
    height: 47px;
    position: relative;
    margin: 0;
}

.widget-subscribe #subscribe-form input[type="text"] {
    border: none;
    color: #c2c2c2;
    margin-bottom: 0;
}

.widget-subscribe #subscribe-form .submit-button {
    padding: 3px;
    position: absolute;
    right: 0; 
    top: 0; 
    background-color: #1b75bc;
    width: 40px;
    height: 40px;
    margin: 3px;
    border-radius: 2px;
    line-height: 30px;
    font-weight: 700;
    border: unset;
}

.widget-subscribe #subscribe-form .submit-button:hover {
    background-color: #fff;
    color: #1b75bc;
}

.widget-subscribe #subscribe-form .mailchimp-email {
    height: 47px;
    line-height: 21px;
    font-size: 12px;
    padding: 0 10px 0 16px;
}

/* style2 */
.footer-widgets.style2 {
    padding: 80px 0 75px;
    background-image: url('../images/style2/bg-footer.png');
    position: relative;
}

.widget-services.style2 { 
    float: left;
    width: 40%;
    margin:1px 0 0 30px;
}

.widget-services.style2 ul li:last-child {
    margin-right: 0;
}

.widget-about.style2 {
    float: left;
    width: 20%;
    margin-left: -30px;
}

.widget-about.style2 p.cate {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
    margin-left: -1px;
}

.widget-about.style2 .text-widget {
    font-size: 12px;
    color: #636363;
    padding: 0;
}

.widget-about.style2 .copyright {
    margin-left: 19px;
}

.widget-about.style2 #logo-ft {
    margin-bottom: 37px;
}

.widget-social.style2  {
    float: right;
    width: 30%; 
}

.widget-social.style2 .social {
    margin-top: 8px;
    padding-right: 54px;
}

.widget-social.style2 .social li {
    display: inline;
}

.widget-social.style2 .social li a {
    margin-right: 36px;
    color: #fff;
}

/* style4 */
.widget-footer {
    position: relative;
    background-position: center;
    background-repeat: repeat-x;
    background: url(../images/style4/bg-footer.png);
    background-size: cover; 
}

.widget.style4 .widget-title{
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
}

/*Widget Logo Info*/
.widget-logo-info {
    padding-right: 10px;
}
.widget-logo-info p {
    line-height: 24px;
    color: #fff;
}

.widget-logo-info ul.info {
    margin-top: 16px;
}

.widget-logo-info ul.info li {
    margin-bottom: 11px;
}

.widget-logo-info ul.info li a {
    line-height: 24px;
    color: #c2c2c2;
}

.widget-logo-info ul.info li:before {
    font-family: 'Font Awesome 5 Pro';
    color: #1b75bc;
    padding-right: 8px;
}

.widget-logo-info ul.info li.phone:before {
    content: "\f095";
}

.widget-logo-info ul.info li.mail:before {
    content: "\f0e0";
}

.widget-logo-info ul.info li.address:before {
    content: "\f041";
}
.widget-logo-info ul.info li.website:before {
    content: "\f108";
}

/*Widget Recent News*/
.widget-recent-news.style4 {
    margin-left: -20px;
    padding-right: 20px;
}

.widget-recent-news .widget-text{
    margin-top: 16px;
}

.widget-recent-news .widget-text h6.heading {
    margin-bottom: 2px;
}
.widget-recent-news .widget-text h6.heading a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.widget-recent-news .widget-text span {
    font-size: 12px;
    line-height: 26px;
    color: #c2c2c2;
}

.widget-recent-news .widget-text span:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f017";
    color: #1b75bc;
    padding-right: 5px;
}

/*Widget Quick Link*/
.widget-quick-link {
    margin-left: -7px;
}

.widget-quick-link.style4 ul {
    margin-top: 6px;
}

.widget-quick-link.style4 ul li {
    position: relative;
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-quick-link.style4 ul li:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    color: #1b75bc;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-quick-link.style4 ul li:hover {
    padding-left: 15px;
}

.widget-quick-link.style4 ul li:hover:before {
    opacity: 1;
    visibility: visible;
}

.widget-quick-link.style4 ul li a {
    line-height: 36px;
    color: #c2c2c2;
}

/*Widget Subcribe*/
.widget-subscribe.style4 {
    margin-top: 1px;
}
.widget-subscribe.style4 p {
    color: #c2c2c2;
    line-height: 26px;
}

.subscribe-search {
    margin-top: -4px;
}

.widget-subscribe #subscribe-form {
    width: 100%;
    height: 47px;
    position: relative;
    margin: 0;
}

.widget-subscribe #subscribe-form input[type="text"] {
    border: none;
    color: #c2c2c2;
    margin-bottom: 0;
}

.widget-subscribe #subscribe-form .mailchimp-email {
    height: 47px;
    line-height: 21px;
    font-size: 12px;
    padding: 0 10px 0 16px;
}

.widget-subscribe.style4 ul.social {
    margin-top: 27px;
}

.widget-subscribe.style4 ul.social li {
    display: inline;
    margin-right: 18px;
}

.widget-subscribe.style4 ul.social li a {
    color: #c2c2c2;
    font-size: 20px;
}

/* Bottom 
-------------------------------------------------------------- */
/* style4 */
.bottom.style4 {
    background: #00020d !important;
}

.bottom.style4 p {
    color: #c2c2c2;
}

/* Slider  
-------------------------------------------------------------- */
/* style1 */
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
    background-color: #1b75bc !important;
    border-radius: 50%;
}

.custom .tp-bullet {
    border-radius: 50%;
    background: #fff !important;
}

.style1.page-title {
    padding: 0;
    margin-bottom: 0px;
}

/* GoTop Button
-------------------------------------------------------------- */
#scroll-top {
    position:fixed;
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    z-index:1;
    right:14px;
    bottom:23px;
    opacity:0;
    visibility:hidden;
    cursor:pointer;
    overflow:hidden;
	border-radius: 3px;
}

#scroll-top.show {
    right:24px;
    opacity:1;
    visibility:visible
}

#scroll-top:before,#scroll-top:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

#scroll-top:before {
    z-index:-1;
    background:linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);
	transition: .4s;
}

#scroll-top:after {
    content:"\f102";
    font-family:"Font Awesome 5 Pro";
    font-size:18px;
    color:#fff;
}

#scroll-top:hover:after {
    color:#fff;
}

#scroll-top:hover:before {
    background:linear-gradient(-45deg,#1b75bc 0%,#8b96ba 100%);
}

/* Mobile Menu Button 
-------------------------------------------------------------- */
.mobile-button {
    display:none;
    position:absolute;
    width:26px;
    height:26px;
    float:right;
    top:50%;
    right:0;
    background-color:transparent;
    cursor:pointer;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color:#1b75bc;
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    transition:all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content:'';
    position:absolute;
    top:0;
    height:3px;
    width:100%;
    left:0;
    top:50%;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}

.mobile-button span {
    position:absolute;
    width:100%;
    height:3px;
    left:0;
    top:50%;
    overflow:hidden;
    text-indent:200%;
}

.mobile-button:before {
    -webkit-transform:translate3d(0,-7px,0);
    -moz-transform:translate3d(0,-7px,0);
    transform:translate3d(0,-7px,0);
}

.mobile-button:after {
    -webkit-transform:translate3d(0,7px,0);
    -moz-transform:translate3d(0,7px,0);
    transform:translate3d(0,7px,0);
}

.mobile-button.active span {
    opacity:0;
}

.mobile-button.active:before {
    -webkit-transform:rotate3d(0,0,1,45deg);
    -moz-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
}

.mobile-button.active:after {
    -webkit-transform:rotate3d(0,0,1,-45deg);
    -moz-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
}

.btn-submenu {
    position: absolute;
    right: 0;
    top: 0;
    font: 20px/50px 'Font Awesome 5 Pro';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\f106"
}

/* Mobile navigation
-------------------------------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #222222;
    z-index: 1000;
    top: 55px;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin:0;
    position: relative;
    text-align: left;
    border-top: 1px solid #333333;
    cursor: pointer
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 50px;
    line-height: 45px;
    padding: 0 15px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #333333;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    border-top-color: rgba(255,255,255,.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
}

/* Preload
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #1b75bc;
}

.loader:after {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
.productslist{
        width:100%;
    display: inline-block;
}
.productsview{
        width:100%;
    display: inline-block;
}
.cpjs{
    padding:30px 0;
}

.productsprofile  {
    background-color: #232323;
	color:#fff;
    padding:60px 0px 70px ;
	overflow:hidden;
	width:100%;
    }
.productsprofile p  {
        line-height: 2.5;
    }
.productsprofile p strong {
position: relative;
font-size:24px;
font-weight:500;
padding-left:24px;
    }
.productsprofile p strong:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 24px;
    width: 10px;
    background-color: #1b75bc;
}

.productsintro   {
        min-height:600px;
    }
.productsintro p  {
        margin-bottom:5px;
    }
.productsintro table  {
        width:100%;
    }
.productsintro table tr:nth-child(even) {
            background-color: #fff;
        }
.productsintro table tr:nth-child(odd) {
            background-color: #f8f8f8;
        }
.productsintro table tr, .productsintro table td {
        border: 1px solid #a6d2d7!important;
        text-align: center;
		padding:15px 5px!important;
    }

.productsintro table tr:first-child td {
            /*background-color: #666;
			color:#fff;*/
			font-weight:500;
        }
.productsintro table tr:first-child td p {
        line-height: 20px;
        }
.cptitle{
font-size:30px;
font-weight:500;
color:#000;
line-height: 60px;
padding-bottom:30px;
}
.cpjs{
position: relative;
font-size:24px;
font-weight:500;
color:#000;
line-height: 24px;
padding:50px 0;
}
.cpjs:before {
    position: absolute;
    content: '';
    bottom: 30px;
    height: 4px;
    width: 60px;
    background-color: #1b75bc;
    left: 50%!important;
    margin-left: -30px
}
.productslisttitle{
width:100%;
padding:0 0 30px 0;
font-size:30px;
text-align: center;
color:#000;
}
.ggproducts{
    padding:20px 0px 70px ;
	overflow:hidden;
	width:100%;
	}
	.xgproducts{
    background-color: #666;
	color:#fff;
    padding:20px 0px 70px ;
	overflow:hidden;
	width:100%;
	}
.xgproducts .cpjs{
color:#fff;
}
.flat-projects{padding:50px 0;}
.flat-projects.style8{padding:50px 0 0;}
.ey_inquiry_box{margin:30px auto 0;overflow:hidden;}
.ey_inquiry_box h1{font-size:24px;line-height:32px;color:#333;}
.ey_inquiry_box form{width:100%;padding-right:0;margin-top:10px;border-top:1px solid #ddd;padding:0px 0 0}
.ey_inquiry_box form .rows{padding:10px 0}
.ey_inquiry_box form .rows.input_rows{float:left;width:48.334%;margin-top:20px;margin-bottom:0px;font-size:16px}
.ey_inquiry_box form .rows.input_rows:nth-child(even){margin-left:3.3%}
.ey_inquiry_box form .rows label{font-size:16px;display:block;padding-bottom:6px}
.ey_inquiry_box form .rows label span{color:red;font-size:16px}
.ey_inquiry_box form .rows .input{box-sizing:border-box;width:100%;max-width:100%;height:42px;line-height:42px;border-radius:5px;text-indent:5px;margin-bottom: 0px;}
.ey_inquiry_box form .rows select{box-sizing:border-box;width:100%;max-width:100%;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url('../images/icon_inquiry_select_arrow.png') no-repeat right 10px center transparent;height:42px;line-height:44px;font-size:16px;color:#888;border-radius:5px;padding:0 5px;border:1px solid #ddd}
.ey_inquiry_box form .rows .chzn-container{width:100%}
.ey_inquiry_box form .rows .chzn-container-single .chzn-drop{width:100%;box-sizing:border-box}
.ey_inquiry_box form .rows .chzn-container-single .chzn-single span{font-size:16px;}
.ey_inquiry_box form .rows textarea{box-sizing:border-box;width:100%;height:200px;max-width:100%;border-radius:5px;padding:5px;font-size:16px;margin-bottom: 0px;}
.ey_inquiry_box form .rows.vcode_rows{margin-top:11px}
.ey_inquiry_box form .rows .vcode .fl{width:max-content}
.ey_inquiry_box form .rows .vcode .input{width:200px;max-width:100%}
.ey_inquiry_box form .rows .vcode img{margin-left:20px;margin-top:6px}
body .ey_inquiry_box form .form_button{width:200px;height:46px;cursor:pointer;background:#222;border-radius:5px;color:#fff;font-size:16px;border:0}
.detail {
    border: 1px solid #eee;
	padding: 30px 25px;
	cursor:pointer;
}
.detail h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
}
.detail p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.detail i {
    color: #666;
    font-size: 50px;
    line-height: 2;
}
.detail:hover {
    background:#1b75bc;
    border: 1px solid #1b75bc;
}
.detail:hover h3, .detail:hover p, .detail:hover i {
    color: #fff;
}

.mySwiper {
      width: 100%;
      max-height: 100%;
    }

.mySwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.banner_txt {
    position: absolute;
    top: 40%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
	padding:30px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.8;
	background: linear-gradient(135deg,#1b75bc 0%,transparent 50%);
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.banner_txt:before {
    position: absolute;
    top: -20px;
    z-index: 9;
    left: -20px;
    content: "";
    color: #fff;
    width: 100%;
    height: 100%;
	background: transparent;
    border: 5px solid ;
	border-image: linear-gradient(135deg,#1b75bc 0%,transparent 50%) 5 5 5 5;
}
.banner_contain {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
	text-align:left;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.mySwiper .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mySwiper .swiper-slide img {
    transform: scale(1.1);
    transition: 5s;
    opacity: .9;
}
.mySwiper .swiper-slide-active img{transform: scale(1)}
.mySwiper .swiper-button-prev{border:none}
.blank70{width:100%;height:70px;display:none;}
.arrow {
width:auto;
padding:15px 50px 15px 15px;
font-size:18px;
font-weight:600;
line-height:1;
color:#fff;
display:inline-block;
margin-bottom:15px;
    background: linear-gradient(
                -135deg,
                transparent 22px,
                #8b96ba 22px,
                #1b75bc 100%
            )
            top right,
        linear-gradient(
                -45deg,
                transparent 22px,
                #8b96ba 22px,
                #1b75bc 100%
            )
            bottom right;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}
.profilepic img{margin-top:70px;}
.ryzzpic{margin-bottom:15px; overflow:hidden; cursor: pointer;border: 1px solid #ddd;}
.ryzzpic img{
    width: 100%;
    transition: all 700ms cubic-bezier(.19,1,.22,1);
}
.ryzztitle{margin-bottom:30px; }

.ryzzpic:hover img {
    transform: scale(1.15,1.15);
}
.sorttitle{
    font-size: 20px;
    font-weight:600;
    line-height: 2;
}
.productsintro .section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
}
.n_case{width: 100%;margin: 0 auto; padding-bottom:15px}
.case_img_ico_l{position: absolute;top: 0;left: 0;z-index: 1;}
.case_img_ico_r{position: absolute;top: 0;right: 0;z-index: 1;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.case_tab{height: 400px;width: 100%;overflow: hidden;margin-top: 30px;position: relative;}
.case_tab .case_panel{background: none;}
.n_case .n_snav{width: 100%;height:auto; background: #ffffff;-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.n_case .n_snav:hover{-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);box-shadow: 0 0 30px rgba(0,0,0,0.2);}
.n_case .n_snav .list{color: #666666; overflow: hidden;}
.n_case .n_snav .list table{border-collapse:collapse;border:1px solid #eee}
.n_case .n_snav .list table td{text-align:left; margin-left:0px; line-height:30px; padding:8px 0;border-bottom:1px dotted #eee;font-size:14px}
.n_case .n_snav .list table td.td_left{text-align:center;color:#000;font-weight:600;}
.n_case .n_snav .list table td a{margin-left:0px; display:inline-block;white-space:nowrap; padding:0 10px;height:25px; line-height:25px; }
.n_case .n_snav .list table td a b{color:#ff0000;}
.n_case .n_snav .list table td a:hover,.n_case .n_snav .list table td span{display:inline-block;white-space:nowrap; color:#ff0000 !important}
.quanbu{margin-left:23px;margin-right:3px;padding:0 14px;display:inline-block;white-space:nowra}
.n_case .n_snav .list table td a:not(:last-child):after{box-sizing: border-box;content: '|';position: absolute;margin-left:10px; width: 1px;height: 100%;color:#cccccc;}

.nrsear{position: relative;}
.nrsear input{width: 100%;height: 60px;line-height: 60px;border-radius: 0px;background: #fff;padding-left: 14px;font-size: 15px;border: 1px solid #ddd;}
.nrsear .sub{position: absolute;top: 0;right: 0;width: 120px;height: 60px;line-height: 60px;cursor: pointer;padding: 0;background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);    transition: .4s;}
.nrsear .sub:after {
    content:"\f002";
    font-family:"Font Awesome 5 Pro";
    font-size:24px;
    color:#fff;
}
.nrsear .sub:hover{background: linear-gradient(45deg,#8b96ba 0%,#1b75bc 100%); }

.joblist {
width:100%;
height: auto;
background: #f8f8f8;
display:inline-block;
margin-bottom:25px;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0);box-shadow: 0 0 20px rgba(0,0,0,0);
transition: 1s;
}
.joblist:hover{
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);box-shadow: 0 0 20px rgba(0,0,0,0.2);}

.joblist h3 {
width:100%;
color:#fff;
font-size:21px;
line-height:1.5;
margin-bottom:15px;
display:inline-block;
}

.joblist h5 {
width:100%;
color:#fff;
font-size:16px;
line-height:1;
margin-bottom:0px;
display:inline-block;
}
.joblist h4 {
width:100%;
font-size:20px;
color:#ff0000;
line-height:1;
margin-bottom:15px;
display:inline-block;
}
.joblist .joblist_left {
float:left;
width:60%;
min-height:133px;
font-size:18px;
padding:25px 60px 25px 25px;
font-weight:600;
line-height:1;
color:#fff;
display:block;
    background: linear-gradient(
                -135deg,
                transparent 60px,
                #8b96ba 60px,
                #1b75bc 100%
            )
            top right,
        linear-gradient(
                -45deg,
                transparent 60px,
                #8b96ba 60px,
                #1b75bc 100%
            )
            bottom right;
    background-size: 100% 50%;
    background-repeat: no-repeat;
transition: 1s;
}
.joblist:hover .joblist_left {
    background: linear-gradient(
                -135deg,
                transparent 60px,
                #1b75bc 60px,
                #8b96ba 100%
            )
            top right,
        linear-gradient(
                -45deg,
                transparent 60px,
                #1b75bc 60px,
                #8b96ba 100%
            )
            bottom right;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.joblist_right {
float:left;
width:40%;
padding:25px;
height:100%;
display:inline-block;
}
.joblist_right h5 {
width:100%;
color:#666;
font-size:16px;
line-height:1;
margin-bottom:0px;
display:inline-block;
}
.jobright{ width:100%;border: 1px solid #ddd;}
.jobright .jobnew {
width:100%;
height: 60px;
line-height: 60px;
color:#fff;
font-size:18px;
padding: 0 25px;
background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);
display:inline-block;
margin-bottom:0px;
}
.jobright ul li{display:block; padding:0 19px;height:49px; line-height:49px;border-bottom:1px dashed #E0E0E0;}
.jobright ul li:hover{background-color:#f8f8f8;}
.jobright ul li:last-child{ border-bottom:0 none}
.jobright ul li a{ display:block; height:100%; cursor:pointer}
.jobright ul li span{float:left;overflow:hidden; font-size:16px;color:#666;white-space:nowrap;text-overflow:ellipsis;}
.jobright ul li span:first-child{width:60%;}
.jobright ul li span.money{ width:40%; color:#ff0000;text-align:right;}

.youshibg{background-color:#f8f8f8;padding:25px 15px;height:220px;}
.youshibg.en{background-color:#f8f8f8;padding:25px 15px;height:270px;}
.youshibg h1{
    color: #1b75bc;   
line-height: 1;
font-size:48px;
	font-weight:600;
}
.youshibg h2{
line-height: 1;
font-size:24px;
	font-weight:600;
}
.youshibg h2.en{
line-height: 1;
font-size:24px;
	font-weight:600;
}
.youshi_textbg1{background-color:#3494BA;}
.youshi_textbg2{background-color:#58B6C0;}
.youshi_textbg3{background-color:#2683C6;}
.youshi_text{padding:25px;color:#fff;height:180px;background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);}
.youshi_text.en{padding:25px;color:#fff;height:240px;}
.youshi_text ul li{position: relative;padding-left:15px;}
.youshi_text ul li:before {
position: absolute;top: 0;left: 0;
    content: '•';
    color: #fff;   
    font-size:  16px;
}
.greybg{background-color:#f8f8f8;}
.icon_box_03{
    background: #f8f8f8;
    padding: 30px;
	height:100%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: .4s;
}
.icon_box_03:hover{
    background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);
    box-shadow: 0 14px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
}
.icon_box_03 i{
    font-size: 48px;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    text-align: left;
    color: #ff0000;
}
.icon_box_03 h3{
    font-size: 24px;
	color:#1b75bc;
	font-weight:600;
    margin: 0 0 25px;
    text-transform: capitalize;
    transition: .4s;
}
.icon_box_03 h3.en{
    font-size: 18px;
	color:#1b75bc;
	font-weight:600;
    margin: 0 0 25px;
    text-transform: capitalize;
    transition: .4s;
}
.icon_box_03:hover h3{
	color:#fff;
}
.icon_box_03:hover h3.en{
	color:#fff;
}
.icon_box_03 h3 a{
    color: #333;
}
.icon_box_03 h3 a:hover{
    color: #ff0000;
}
.icon_box_03 p{
    margin: 0 0 15px;
    transition: .4s;
}
.icon_box_03:hover p{
    color: #fff;
}
.icon_box_03 ul{
    margin: 0;
    padding: 0;
}
.icon_box_03 ul li{
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    position: relative;
    transition: .4s;
}
.icon_box_03 ul li:before{
    content: '\f0da';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #ff0000;
    font-weight: 300;
    margin-right: 11px;
    transition: .4s;
}
.icon_box_03:hover ul li:before{
    color: #fff;
}
.icon_box_03 ul.two li{
    float:left;
	width:33%;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    position: relative;
}
.icon_box_03 ul.two.en li{
    float:left;
	width:50%;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    position: relative;
}
.icon_box_03:hover ul li{
	color:#fff;
}
.icon_box_03:hover ul.two li{
	color:#fff;
}
.icon_box_03:hover ul.two.en li{
	color:#fff;
}

.icon_box_04{
    padding: 30px;
	height:100%;
    color: #fff;
	cursor:pointer;
	border-radius: 5px;
    background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);
    transition: all 0.8s ease;
}
.icon_box_04:hover{
}
.icon_box_04 i{
    font-size: 48px;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    text-align: left;
    color: #ff0000;
}
.icon_box_04 h3{
    font-size: 24px;
	font-weight:600;
    margin: 0 0 25px;
    text-transform: capitalize;
	text-align:center;
}

.icon_box_04 ul{
    margin: 0;
    padding: 0;
}
.icon_box_04 ul li{
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    position: relative;
	text-align:center;
    color: #333;
	background:#fff;
	margin-bottom:10px;
	border-radius: 5px;
    transition: all 0.5s ease;
}
.icon_box_04 ul li:hover{
    color: #fff;
	background:#57B1BA;
}

.jobshow {
width:100%;
height: auto;
display:inline-block;
margin-bottom:25px;
background: linear-gradient(45deg,#1b75bc 0%,#8b96ba 100%);
transition: 1s;
}
.jobshow h3 {
width:100%;
color:#fff;
font-size:26px;
line-height:1.5;
margin-bottom:15px;
display:inline-block;
}

.jobshow h5 {
width:100%;
color:#fff;
font-size:16px;
line-height:1.8;
margin-bottom:0px;
display:inline-block;
}
.jobshow h4 {
width:100%;
font-size:20px;
color:#fff;
line-height:1.8;
margin-bottom:15px;
display:inline-block;
}
.jobshow .jobshow_left {
float:left;
width:70%;
min-height:133px;
font-size:16px;
padding:25px 60px 25px 25px;
font-weight:600;
line-height:1;
color:#fff;
display:block;
}

.jobshow_right {
float:left;
width:30%;
padding:25px;
height:100%;
display:inline-block;
}
.jobshow_left h5 {
width:100%;
color:#fff;
font-size:16px;
line-height:1.5;
margin-bottom:0px;
display:inline-block;
}
.jobnr {
width:100%;
height: auto;
padding:25px;
background: #f8f8f8;
display:inline-block;
margin-bottom:25px;
transition: 1s;
}
.jobnr h3 {
width:100%;
color:#1b75bc;
font-weight:600;
font-size:20px;
line-height:1.5;
margin-bottom:15px;
display:inline-block;
}
#fade {
  display:none;
  position:fixed !important;
  top:0%;
  left:0%;
  width:100%;
  height:100%;
  background-color:black;
  z-index:1001;
  -moz-opacity:0.8;
  opacity:.80;
  filter:alpha(opacity=80);
}
#light{
  display:none;
  position:fixed !important;
  top:15%;
  left:25%;
  width:50%;
  height:70%;
 color:#333;
  padding:50px;
  background:rgba(255,255,255,1);
 border: 10px solid #1b75bc;
 z-index:1002;
  overflow:auto;
}
#light em{
width:100%;
text-align:right;
color:#333;
font-size:30px;
line-height:1;
}
#light h3 {
width:100%;
font-weight:600;
font-size:30px;
line-height:1.5;
margin-bottom:15px;
display:inline-block;
text-align:center;
}
.text-yellow{color:#ff0000;}

.semi-donut {
  --percentage: 0;
  --fill: #ff0;
  width: 360px;
  height: 180px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.semi-donut:after {
  content: "";
  width: 360px;
  height: 360px;
  border: 50px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ));
  -webkit-animation: fillAnimation 1s ease-in;
          animation: fillAnimation 1s ease-in;
}




@-webkit-keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}

@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
@keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
.skillbar{width:100%;padding:10px;margin:15px 0;position:relative;display:block;overflow:hidden;height:50px;line-height:40px;background-color:#fff;border-radius:5px 0 0 5px}
.skillbar.html .filled{background-color:#57B1BA}
.skillbar.css .filled{background-color:#1b75bc}
.skillbar.js .filled{background-color:#5864a2}
.skillbar.php .filled{background-color:#8b96ba}

.skillbar .title{background-color:rgba(0,0,0,0);height:50px;width:135px;text-align:left;left:0;color:#f0f0f0;border-radius:5px 0 0 5px}
.skillbar .percent,.skillbar .title{padding:5px;position:absolute;top:0;z-index:9}
.skillbar .percent{right:0;color:#000;font-weight:700}
.skillbar .filled{z-index:8;position:absolute;top:0;left:0;background-color:rgba(0,80,80,.3);height:100%;width:20px;border-radius:5px 0 0 5px}

ul.ysul1, ul.ysul2 {width:100%;}
ul.ysul1 li{float:left;background-color:#1b75bc;padding:15px 25px; margin-right:10px;margin-bottom:15px;color:#fff;border-radius:5px}
ul.ysul2 li{float:left;background-color:#8b96ba;padding:15px 25px; margin-right:10px;margin-bottom:15px;color:#fff;border-radius:5px}
.clear{clear:both;}

.youshiwrapper {
  height: 380px;
}

.card {
  height: 100%;
  perspective: 1500px;
  -webkit-perspective: 1000px;
  position: relative;
}
.card__side {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: all 0.8s ease;
  overflow: hidden;
  text-align: center;
  cursor:pointer;
}
.card__side--front {
  background-color: #fff;
}
.card__side--back {
  background: linear-gradient(to right bottom, #1b75bc, #8b96ba);
  transform: rotateY(180deg);
}
.card:hover .card__side--front {
  transform: rotateY(-180deg);
}
.card:hover .card__side--back {
  transform: rotateY(0deg);
}
.card__image {
  margin: 30px 0;
}
.card__image--round {
  width: 12rem;
  height: 12rem;
  clip-path: circle(50% at 50% 50%);
}
.card__username {
  color: #1b75bc;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 40px;
}
.card__features ul {
  list-style: none;
  padding: 15px;
}
.card__features ul li {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.card__features ul li .sub {
  color: #eee;
  font-size: 14px;
  text-align: center;
}
.card__features ul li:not(:last-child) {
  margin-bottom: 10px;
}
.card__text {
  color: #fff;
}
.card__text--small {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-top: 50px;
}
.card__text--large {
  font-size: 5rem;
}
.card__button {
  font-size: 16px;
  width: 60%;
  margin: 60px auto 0 auto;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(to right bottom, #1b75bc, #8b96ba);
  transition: all 0.1s;
}


.circle {
  position: absolute;
}
.circle--top-left {
  left: 8rem;
  top: 2rem;
}
.circle--top-right {
  left: 20rem;
  top: 3rem;
}
.circle--bottom-right {
  left: 20rem;
  top: 13rem;
}
.circle--bottom-left {
  top: 13rem;
  left: 8rem;
}
.circle__big-lightblue {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #CDDEF0;
}
.circle__medium-grey {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #4B4F53;
}
.circle__small-darkblue {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #3182CA;
}

.infopic{
    width: 100%;
    height: auto;
	overflow:hidden;
}
.infopic img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.infopic:hover img {
    transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*新闻列表*/
.newslist .list_bd{width:100%;}
.newslist .list_bd ul{width:100%;}
.newslist .hd_tit{font-size:20px;color:#1e1e1e;font-weight:normal;height:30px;line-height:30px;margin-right:2%;}
.newslist .inp_box_wrap { width:20%;margin-right:2%; }
.newslist .inp_box{display:block;width:100%;height:32px;line-height:32px;border:1px solid #e0e0e0;padding:0;margin:0;box-sizing:content-box;font-size:13px;color:#999;padding:0;text-indent:10px;}
.newslist .hd_btn{width:20%;border:none;text-align:center;background-color:#e60012;font-size:15px;color:#fff;height:32px;line-height:32px;outline:none;cursor:pointer;}

.newslist .list_box{padding:46px 60px 40px;position:relative;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.newslist .list_main{overflow:hidden;}
.newslist .bd_r{float:right;width:20%;}
.newslist .bd_c{float:left;width:74%;padding:0 8% 0 5%;}
.newslist .list_title{font-size:20px;color:#202020;font-weight:normal;}
.newslist .list_tool{font-size:12px;color:#c9c9c9;padding:10px 0px;}
.newslist .list_tool .share{margin-left:20px;cursor:pointer;}

.newslist .list_p{font-size:14px;color:#464646;line-height: 26px;height:52px;overflow:hidden;}
.newslist .list_box:after{content: "";width:100%;height:1px;background-color:#e6e6e6;position:absolute;bottom:0;right:0;}
.newslist li:hover .list_box{background-color:#f8f8f8;}
.newslist li:hover .list_box:after{background-color:#f8f8f8;}
.newslist li:hover .list_title a{color:#e60012;}
.newslist .list_time{float:left;font-size:14px;color:#8d8b8b;padding:0 2% 2% 0;border-right:1px solid #e6e6e6;font-family: Arial,sans-serif;width:70px;}
.newslist .list_time_day{display:block;font-size:50px;color:#de0025;line-height:50px;font-family:helvetica;}
.newslist .select-ui-choose ._arrow{width:16%;right:0;background:#e3e3e3;}
.newslist .select-ui-choose ._arrow .arr{left:50%;margin:0 0 0 -0.4em;border-color: #969696 transparent transparent;}
body .select-ui-options li:hover,body .select-ui-options li.hover{background:#e60012;}
body .select-ui-options-bottom,.newslist .select-ui-choose-bottom.on,.newslist .select_box{border-radius:0px;}
.newslist .bdshare-button-style1-16 a{padding:0;margin:0;background:none;height:20px;line-height:20px;}
[class*="rect-"] {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
[class*="rect-"] ._full {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rect-5625 {
    padding-bottom: 56.25%;
}
.rect-75 {
    padding-bottom: 75%;
}
._full {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.jipin{background:linear-gradient(45deg,#fb9402 0%,#ff0000 100%);padding:1px 4px;color:#fff;font-size:14px; border-radius:5px;position: relative;
      animation: blink 1.5s infinite;
}

    @keyframes blink {
      0% {
        background:linear-gradient(45deg,#ff0000 0%,#fb9402 100%);
      }
      50% {
        background:linear-gradient(45deg,#fb9402 0%,#ff0000 100%);
      }
      100% {
        background:linear-gradient(45deg,#ff0000 0%,#fb9402 100%);
      }
    }
