@charset "utf-8";
/* CSS Document */

@font-face{
		font-family:'Roboto';
		src:url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
		font-weight:normal;
		font-style:normal;
}

@font-face{
		font-family:'Roboto-Bold';
		src:url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
		font-weight:normal;
		font-style:normal;
}
BODY
{
	background: #FFFFFF;
	margin: 0px;
	font-family:  'Roboto', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5,strong
{
	
	font-family:  'Roboto-Bold', sans-serif;

}

ul{ margin:0; padding:0;}
A
{
	text-decoration: none;
	color: #333;
}
a, a:after, a:before {
    transition-duration: .2s;
    transition-timing-function: linear;
}
A:hover {
    color: #FE6B0A;
	text-decoration:none;
}

IMG
{
	border: none;
}
li{
	list-style: none;
}
.footer-social{ margin-top:10px; text-align:center;}
.footer-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #999;
    border: 1px solid #999;
    font-size: 16px;
    line-height: 32px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
}.footer-social a:hover {
    background: #fff;
    color: #222;
}
#scroll {
        width: 41px;
        height: 42px;
        right: 10px;
        bottom: 100px;
        display: none;
        cursor: pointer;
        position: fixed;
        background:#fff;
		color:#3c9feb;
		text-align: center;
    line-height: 42px;
    }
	#scroll i{
    -webkit-transform: rotate(360deg);
    transform: rotate(270deg);
	font-size:20px;
	}
.sidemenu a:hover{color:#de2532;}.sidemenu li:hover span{ color:#fff;}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.top-barright img{max-width: 100%;margin-left: -10px;}
.selse92 img:hover{ -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.selse5,.selse5 a{ color:#999;}
.applist a{ display: flex;
    position: relative;
    overflow: hidden;
    height: 132px;
    align-items: center;
    border: 1px solid #555;}
.applist .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.2);
    transition: all 0.5s ease;
}
.applist .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.applist a:hover .showBox {
    opacity: 1;
}
.applist .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.applist .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.carousel-control{ display:none;}
.propicarea{ display:table; width:100%; height:300px;}.propicarea span{ display:table-cell; vertical-align:middle;}.propicarea span img{ max-height:300px;}
.icon-plus-square {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus-square:before {
    content: "\f054";
}

.icon-plus-square {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus-square:before {
    content: "\f0d7";
}
.icon-minus-square {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-minus-square:before {
    content: "\f0d8";
}

.fusion-clearfix {
    zoom: 1;
    clear: both;
}
.select-list{
    float: left;
    margin: auto;
    width: 100%;
}
.fusion-row{
    max-width: 1170px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.fusion-cont1366 {
    max-width: 1366px;
    margin: auto;
 
}
/******************top-bar *************************/
.top-bar {
    color: #ffffff;
    font-size: 14px;
    background-color: #37515f;
}
.fusion-alignright {
    float: right;
    margin-left: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.fusion-secondary-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fusion-secondary-menu>ul>li>a {
    height: 44px;
}
.fusion-secondary-menu{
    float: right;
}

.fusion-secondary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fusion-secondary-menu>ul>li {
    border-color: #37515f;
}

.fusion-secondary-menu>ul>li {
    float: left;
    border-left: 1px solid transparent;
}
.fusion-secondary-menu>ul>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 13px;
}

.fusion-secondary-menu a {
    color: #ffffff;
}

/*************fusion-header***************/
.fusion-header {
    background-color: #f2f2f2;
}
.fusion-header {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background-color .25s ease-in-out;
}
.fusion-main-menu{
    float: right;
    position: relative;
    z-index: 200;
    overflow: visible;
    padding: 1px;
	width: 100%;
}
.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.fusion-main-menu ul .lotio{
    position: absolute;
    right: 0px;
    top: 40px;
    font-size: 1px;
    color: #37515f;
}
.fusion-main-menu>ul>li {
	padding-right: 15px;
    padding-left: 15px;
}
.fusion-main-menu>ul>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fusion-main-menu>ul>li>a {
    height: 84px;
}
.fusion-header .fusion-logo {
	margin: 10px 0px 10px 0px;
}
.fusion-logo img{
	max-height: 75px;
}
.fusion-caret {
    margin-left: 9px;
}
.fusion-main-menu>ul>li>a {
    color: #37515f;
    border-top-width: 3px;
    border-top-style: solid;
    border-color: transparent;
}
.fusion-main-menu>ul>li>a{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .8px;
    font-style: normal;
}
.fusion-main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.fusion-main-menu>ul>li>a:hover {
    border-top-width: 3px;
    border-top-style: solid;
    border-color: #de2532;
	text-decoration:none;
	color: #005b8c;
}
.fusion-main-menu>ul>li.fusion-main-menu-search {
    padding-right: 0;
}
.fusion-secondary-menu li:last-child a
{ 
    padding: 0 0px;
}
.fusion-main-menu .sub-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 280px;
    background-color: #edecec;
    border-top: 3px solid #de2532;
}

.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
}
.fusion-menu li:hover .sub-menu{
    visibility:inherit;
    opacity: 1;
}
.fusion-main-menu .sub-menu a {
    border: 0;
    padding: 7px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

.fusion-main-menu ul a {
    display: block;
    box-sizing: content-box;
}
.fusion-menu .sub-menu li a {
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom-color: #e3e2e3;
    color: #37515f;
    font-size: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.fusion-menu .sub-menu li a:hover {
    background-color: #3c9feb;
    color: #fff;
}
.main-menu-search {
    background-color: #edecec;
    width: calc(250px + 1.43 * 38px);
    border-color: #e3e2e3;
    visibility: visible;
    opacity: 1;
    z-index: 11;
    padding: 25px;
    text-align: right;
    border: 1px solid transparent;
}

.main-menu-search {
    position: absolute;
    left: auto;
    right: 0;
  /*  visibility: hidden;
    opacity: 0; */
    transition: opacity .2s ease-in;
    opacity: 1;
	display:none;
}


.fusion-search-form-classic .searchform .fusion-search-form-content, input[type=tel] {
    border-radius: 0px;
    border-width: 1px;
}
.fusion-search-field input {
    color: #aaa9a9;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #747474;
    font-size: 13px;
    padding: 8px 15px;
    height: 33px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
}
.fusion-search-form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.fusion-search-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.fusion-search-field input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
}
.fusion-search-button input[type=submit] {
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    width: 33px;
    text-indent: 0;
    cursor: pointer;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
}

/*******************sliders-container*************************/

.sliders-container {
    position: relative;
}
.fill {
    height: 720px;
}
.shapewrappe {
    background: rgba(0, 0, 0, 0.71);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 144px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    padding: 20px 6.33%;
}

/**************************in55***************************************/

.in55{
	padding-top: 55px;
    padding-bottom: 45px;
}

.fusion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 31px;
	width:100%;
    float: left;
}

.fusion-title .title-sep-container {
    position: relative;
    height: 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

}
.fusion-title .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.fusion-title .title-sep.sep-dashed {
    border-bottom-style: dashed;
    border-top-style: dashed;
}

.title-heading-center {
    padding: 0 45px;
}
.list-minsiont {
    position: relative;
    float: left;

	margin-left:-30px;
	margin-right:-30px;
}
.fusion-column-wrapper{
	padding:30px;
}
.imageframe-align-center {
    text-align: center;
}
.fusion-imageframe {
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
}
.fusion-imageframe img{
	max-width:100%;
}
.teimg {
	position:relative;
}
.fusion-text {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fusion-text h2,.fusion-text h2 a{
	text-align:center;
	color:#FFFFFF;
}
.hover-type-zoomin img {
    opacity: 1;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.hover-type-zoomin {
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.hover-type-zoomin:hover img {
    opacity: .9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

/**************bpro45****************/

.bpro45{
    background-color: #f2f2f2;
	padding-top:45px;
	padding-bottom:45px;
	padding-left:30px;
	padding-right:30px;
}
.fusion-builder-row {
	padding:0;
	width:1170px;
	margin:0 auto;
}
.fusion-title h1{
    color: #607d8b;
}
.fusion-layout-column{
	margin: auto;
    float: left;
	width:100%;


}
.ostit {
	padding-left:30px;
	padding-right:30px;
}
.nexa-hover-box {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
 
}
.nexa-hover-box .overlay {
    display: block;
    background-color: rgba(0,0,0,0.0);
    position: absolute;
    left: 15px;
    right: 0px;
    top: 0px;
}
.selse5 .child:nth-of-type(2) .nexa-hover-box .overlay,.selse5 .child:nth-of-type(3) .nexa-hover-box .overlay,.selse5 .child:nth-of-type(6) .nexa-hover-box .overlay,.selse5 .child:nth-of-type(7) .nexa-hover-box .overlay{ bottom:0; top:auto;}
.selse5 .child:nth-of-type(2) .nexa-hover-box .boxlink,.selse5 .child:nth-of-type(3) .nexa-hover-box .boxlink,.selse5 .child:nth-of-type(6) .nexa-hover-box .boxlink,.selse5 .child:nth-of-type(7) .nexa-hover-box .boxlink{/* display:inline;    right: 15px;
    position: absolute;
    top: 10px;*/}
.nexa-hover-box .overlay h3 {
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color:#323334;
    text-shadow: none;
    margin-bottom: 10px;
    padding:0; 
    text-align: left; 
    background: none;
    justify-content: center; 
    align-items: center; 
    display: inline-block; 
	font-size:13px;
	margin-bottom:0;
}

.nexa-hover-box .boxlink {
    display: block;
	color:#009fd7;
}

.nexa-hover-box .boxlink a {
    display: inline-block;
    padding: 10px 16px;
    background-color: #1b7fadc9;
    color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    text-transform: uppercase;
    width: 100%;
    max-width: 200px;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
}
.bprod .item{
    padding: 30px;
}
.selse8{ padding-top:0;}
.nexa-hover-box img,.proindexpic a span img,.selse92 img{
    opacity: 1;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.nexa-hover-box:hover img,.proindexpic:hover img,.selse92 .applist:hover img{
    opacity: .9;
    -webkit-transform: scale3d(1.5,1.5,1);
    transform: scale3d(1.5,1.5,1);
}
.nexa-hover-box .boxlink a:hover {
    background-color: #1d9cd6;
}

/*************************.bbn45***************************/

.bbn45{
	padding-top:45px;
	padding-bottom:45px;
	padding-left:30px;
	padding-right:30px;
}
.fusion-content-boxes{
	margin-left:-15px;
	margin-right:-15px;
}
.fusion-column-15{
	padding:15px;
}
.content-wrapper-background{
    background-color: rgb(242, 242, 242);
    min-height: 296px;
    height: auto;
}

.fusion-content-boxes .heading {
    overflow: visible;
    position: relative;
    text-align: center;
}
.bbn45 .icon i{
    border-color: #37515f;
    border-width: 1px;
    background-color: #ffffff;
    box-sizing: content-box;
    height: 54px;
    width: 54px;
    line-height: 54px;
    top: -77px;
    margin-left: -27px;
    border-radius: 50%;
    color: #37515f;
    font-size: 27px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.njsearchbox select{ width:100%; padding: 10px 5px; margin-bottom:10px;}
.sidemenu li a.lefta{ background:#3c9feb; color:#fff;}
.bbn45 .icon i:hover{
	color:#FFFFFF;
	background:#37515f;
}
.content-wrapper-boxed{
    margin-top: 35px;
    padding: 50px 35px 35px;
}
.fontawesome-icon {
    display: block;
    position: absolute;
    left: 50%;
}
.bbn45 .heading  h2{
    margin: 0;
    padding: 0;	
    color: #37515f;
    font-size: 30px;
    line-height: 35px;
}
.content-container {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.fusion-aligncenter {
    display: block;
    text-align: center;
}
.fusion-button{
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    background: #1b7fad;
    color: #FFFFFF;
}
.content-container h4{
    margin-bottom: 50px;
}

/****************************fusion-footer************************************/

.fusion-footer {
    position: relative;
    width: 100%;
    float: left;
}
.fusion-footer-copyright-area{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #282a2b;
    border-top-width: 1px;
    border-color: #4b4c4d;
}
.footp p{
	color: #fff;
}
.footp a{
	color:#FFFFFF;
}


/**************breadcrumbs***********************/
.breadcrumb li.active, .breadcrumb li a:hover {
    color: #fff;
    text-decoration: none;
}
.breadcrumb a {
    color: #e4e4e4;
}
.breadcrumbs{
    background: #008a5f;
    margin-bottom: 10px;
    text-transform: capitalize;
    min-height: 38px;
}

.breadcrumb {
    top: 0px;
    padding-right: 0;
    background: none;
    position: relative;
    height: auto;
    margin-bottom: 0px ;
    padding-left: 0;
}

.brandmenu {
    margin: 0;
    padding: 0;
}
.locont {
    position: relative;
    width: 100%;
    float: left;	
}
.locont img{
	max-width:100%;
}
.tsignin {
	width:60%;
}
.contlxw {
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;	
}
.field-inzsps{
    margin-bottom: 10px;	
}

.bsot {
    width: 100px;
    float: right;	
}
.bsot:hover{
    background: #008a5f;
    color: #FFFFFF;	
}
.contlist {
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 20px;		
}
.contlp{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;	
	position: relative;
}

.contp {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;	
	position: relative;	
}

.date {
    border-left: 6px solid #008a5e;
}
.newsroompost p {
    padding: 10px;
}
.day {
    font-size: 24px;
    font-weight: bold;
    color: #008a5e;
}
.newsroompost {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #e4e4e4;
    background: #f2f2f2 url(../images/post-bg.png) top left repeat-x;
}
.post-photo {
    padding: 8px;
    border: 1px solid #e4e4e4;
    background: #f2f2f2;
    margin: 0 15px 15px 0;
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
}
.newsroompost h2 a {
    color: #00457c;
    font-size: 18px;
    display: block;
    padding: 5px;
}
a.readmorebt {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.newsroompost .row .col-md-8 {
    position: static;
}
a.btn-u-small {
    padding: 2px 12px;
}
.btn-u {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 13px;
    position: relative;
    background: #008a5e !important;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
}
.y_rtss {
    border-bottom: 1px dotted #CCCCCC;
    margin: 20px auto 0;
    overflow: hidden;
    padding-bottom: 20px;
}
.y_rtca {
    background-color: #F3F3F3;
    float: left;
    min-height: 203px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    width: 213px;
}
.y_rtca p {
    margin-top: 25px;
    text-align: center;
}
.y_rtca img {
    background-color: #FFFFFF;
    margin-left: 6px;
    margin-top: 5px;
    max-width: 199px;
}
.y_rtssr1 {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 575px;
}
.more {
    border: 1px solid #008a5f;
    display: block;
    float: right;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    width: 80px;
}
.more a {
    color: #008a5f;
}
.y_rtssr1 ul {
    float: left;
    width: 100%;
    height: 150px;
}
.y_rtssr1 li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 150px;
}

.serleft {
    float: left;
    width: 80%;
}
.serright {
    float: right;
}
.serlist {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.serlist li{
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;	
}
.serright a span{
    background: #008a5f;
    padding: 5px;
    color: #FFF;	
}
.listnews1{

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.listnews1:hover,.entry-title a:hover{ color:#de2532}
.fusion-post-content{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;	
}
.fusion-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    line-height: 30px;
}
.fusion-meta-info .fusion-alignleft {
    width: 70%;
    float: left;
}
.fusion-alignright {
    display: flex;
    float: right;
    margin-left: 15px;
}
.fusion-main-menu-search{ width:200px; padding-top:2px;}
.fusion-read-more {
    position: relative;
    margin-right: 10px;
    text-align: right;
}
.entry-title a{
	font-size: 18px;
    color: #008a5f;
}
.fusion-alignleft span{
    color: #008a5f;	
}
.listnews1 .fusion-alignright a{
    color: #008a5f;		
}

.fusion-secondary-menu li:last-child{
	display: none;	
}

.bbn45 .fusion-content-boxes .col-md-3{
    margin-top: 15px;	
}

/******************************************不同样式新增ch；ruitong619********/
.top-bar{line-height:44px; }
.top-barright{z-index:999;}
.top-barright:before {
    content: "";
    position: absolute;
    top: 0;
    height: 44px;
    left: -115px;
    right: 0px;
    background:#de2532;
    clip-path: polygon(94% 0, 100% 100%, 0 100%, 0 0);
	z-index:-1;
}
.fusion-alignright .btn{ background:none; padding:0;}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.fusion-alignright .dropdown-menu{ left:-55px; margin:0;}
.fusion-header.fusion-headerabsolute {
	padding:0;
    width: 100%;
	position:absolute;
	 background:none;
	 z-index:999;
}
.dianjsrarch img{ margin-right:10px; float:left;}.dianjsrarch p{ line-height:normal; margin:0;}.dianjsrarch{ color:#fff;}
.fusion-main-menu>ul>li.fusion-main-menu-search a span{
    font-size: 16px;
	font-weight:bold;
	display:block;
	margin-top:5px;
}
.fusion-main-menu>ul>li.fusion-main-menu-search a p{
	margin:0;
}
.y_rta{ margin-bottom:10PX;}
.fusion-title h1{position:relative; /*border-bottom:2px solid #de2532;*/ margin-bottom:0; padding-bottom:5px;display: inline-block;}
.fusion-title h1:before{ content:"";width:100%; height:2px; background:#de2532; position:absolute; bottom:-2px; z-index:999;}
.fusion-title{position:relative;}
.seemore{ position:absolute; right:0; border:1px solid #e7e6e6;    background: #fff;
    bottom: 0;
    padding: 5px 20px;}.seemore a{ color:#009fd7; font-weight:bold;}
.fusion-title_left{ width:100%; border-bottom:1px solid #e7e6e6; }
.selse5 .fusion-title_left{ width:90%;}
.selse5 .parent { 
display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 25fr 13fr 13fr 10fr;
    grid-template-rows: 1fr 1.6fr 1.2fr 1fr 0.5fr;
    height: 60vh;
 }
.selse5 .child {
	margin-bottom:20px;	 
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	color:#fff;
	border:1px solid #e7e6e6;
	display: inline-flex;
    align-items: center;
	position:relative;
	justify-content:center; 
overflow: hidden;
 }
.selse5 .child img{ max-height:198px;}.selse5 .child:nth-of-type(4) img{ max-height:498px !important;}
.selse5 .child:nth-of-type(1){ height:200px; }
.selse5 .child:nth-of-type(2){ height:200px;}
.selse5 .child:nth-of-type(3){ height:200px; }
.selse5 .child:nth-of-type(4){ height: 434px;
    grid-row-end: span 2;}
.selse5 .child:nth-of-type(5){ height:200px;}
.selse5 .child:nth-of-type(6){ height:200px;}
/*.selse5 .child:nth-of-type(7){ height:618px; margin-right:0; float:right;}*/
.nexa-hover-box img{ max-width:100%;}
.bpro45.selse6{ background:url(../images/pic1.png); color:#fff;}
.selse61{ text-align:center;}.selse61 h2 sub{ font-weight:normal; font-size:14px; margin-left:8px;}.selse61:hover{ color:#FF5300;}
.selse61text{ padding:5px 40px; border:1px solid #777; display:inline-block; }
.selse71{ position:relative; margin-top:30px;}.selse71 img{max-width: 90%; margin: 20px;}.selse71:before{content:""; background:#3c9feb; width:97%; height:100%; position:absolute; z-index:-1;}.selse7img p{ margin-top:10px;word-break: break-all;}.selse7img img{ max-width:100%;}
.qu2 {
	opacity: 0;
    width: 0;
    height: 0;	
}
.selse7img a img{
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.selse7img a:hover .qu2{
    opacity: 1;
    width: auto;
    height: auto;
    transform: rotateY(360deg);	
}
.selse7img a:hover .qu1{
    opacity: 0;
    width: 0;
    height: 0;	
}
.seemore2{
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;	
}
.seemore2:hover{
    background: #ff5400;	
}
.newslist {
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;	
}
.newslist:hover{
	-webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);	
}


.selse7img{ text-align:center; margin-top:40px;}.selse9{ background:url(../images/pic2.png) !important; color:#fff; padding-top:61px;}.selse92 img{ max-width:100%;}.selse91 .fusion-title h1{ color:#fff; }.seemore2{border: 1px solid #e7e6e6;background:#3c9feb;padding: 5px 20px; display:inline-block;}.seemore2 a{ color:#fff;}.selse11{ background:url(../images/pic3.png) center !important;color:#fff;}.selse11 .fusion-title h1{color: #fff; margin:0;font-size:30px;}.contactxb img{ max-width:108px;}.selse111 li{ display:inline-block; margin-right:20px; font-size:18px;color: #222;}.selse111 li .contacttext{ margin-left: 20px; font-size:16px; text-align:left;}.selse111 li .contacttext .big{font-size: 15px;}.selse111 li .contacttext .big img{ margin-right:10px;}.selse11 .fusion-title_left{ border-color:#777; width:90%; border:none;}.selse11box input,.selse11box textarea{ width: 90%;
    border: none;
    background: none;
    border-bottom: 1px solid #444;
    padding: 5px;}.selse11box textarea{ height:100px;}.contacttext .cylyttn{ background:#fff; padding:8px 20px; color:#222;}.selse111 li:last-child{ float:right; margin-top:20px;}.selse11 .fusion-title h1:before{ background:#fff;}.contacttext .cylyttn:hover{ color:#de2532;}.selse72 .fusion-title{ margin-bottom:10px;}.selse111 li .contacttext .big a{ font-style:normal; color:#de2532;}
/*****************底部样式*/
.footer1{ background:#363636; color:#fff; padding:20px 0 40px;}.footer1 a{ color:#fff;}.footer1 h2{border-bottom: 1px solid #575859; position:relative; color:#fff; padding-bottom:10px;font-size: 18px;font-weight: bold; margin-bottom: 20px;}.footer1 h2:before{content:""; position:absolute; width:150px; height:2px; background:#de2532; bottom:-2px;}.footer1 .wxqroce img{ max-width:120px;}.footer1 .wxqroce img:first-child{ margin-right:10px;}.footer1 ul li{ margin-bottom:10px;}.footer2{ background:#363636; border-top: 1px solid #575859;color:#999; padding:10px 0;justify-content: center;display: flex;}.footer2 a{ color:#fff;}.footp p{ margin:0;}
.selse11 input::-webkit-input-placeholder, .selse11 textarea::-webkit-input-placeholder {
color: #ccc;
}
.selse113{ margin-top:60px;}.footer1 .fusion-row{-ms-flex-align: unset;
    align-items: unset;}.footer111{-ms-flex-align: center;
    align-items: center; display:flex;}.footer112{ padding-left:70px;}
/**********************************选项卡样式***********************************/
.nav-tabs {
border:none; 
width:100%;
margin: 10px auto;
text-align: center;
}
.nav-tabs>li {
     float: none; 
    margin-bottom: -1px;
    display: inline-block;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    border: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    border: none;
    border-bottom-color: transparent;
    background: #3c9feb;
    color: #fff;
}
.nav-tabs>li.active>a:hover .arrow-down,.nav-tabs>li.active .arrow-down {
opacity:1;
}
.arrow-down {
margin-top: -1px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: absolute;
    color: #3c9feb;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 20px;
}
/**********************************选项卡样式***********************************/
/**首页搜索框样式***************************************/
.searchprobox{ position:relative; margin-bottom:50px;}
.serboxn {
    position: absolute;
    width: 77%;
    top: -30px;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
	border-radius:4px;
	padding: 30px 20px;
	z-index:222;
}
.serboxn2{
background:#009fd7;
    text-align: center;
	padding:5px 20px;
    top: 0;
	cursor: pointer;
	color:#fff;
}
.serboxn2 button{ background:none; border:none;}
.serboxn input{ border:1px solid #ccc; margin-right:20px; padding:0 5px; width:200px; text-align:center;}
.serboxn select{ width:200px; margin:0 5px; border:1px solid #ccc;}
.serboxn input.xinput{ width:150px;}
.serboxn2 img {
    margin: 5px 10px 0 15px;
    display: block;
}
.serboxn111{
	position:absolute;
    top: -30px;
    background: #009fd7;
    color: #fff;
    padding: 5px 20px;
    left: 0;}
.serboxn,.serboxn1{ display:flex; color:rgba(18, 17, 18, 0.95)}.serboxn,.serboxn1 input::-webkit-input-placeholder{color:rgba(18, 17, 18, 0.95)}
.serboxn1:first-child{    margin-right: 20px;
    position: relative;
    border-right: 1px solid #ccc;
    padding-right: 15px;}
.searchli{ margin-bottom:10px;}
.effect {
    box-shadow: 0 10px 13px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 10px 13px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 10px 13px rgba(0,0,0,0.2),0 0 5px rgba(0,0,0,0.1) inset;
}
.effect2 {
box-shadow: 0px -10px 20px rgba(0,0,0,0.2)/*阴影出现在元素上方*/ 
}
/**首页搜索框样式***************************************/
.proindexpic a{ display:table; width:100%; height:250px; border:1px solid #e7e6e6; text-align:center; overflow:hidden; position:relative;}.proindexpic a span{ display:table-cell; vertical-align:middle;}.proindexpic a span img{ max-height:248px; max-width:100%;}.proinfobox h3{ font-size:16px; margin:15px 0; text-align:center;}.proinfobox h3 span{ color:#3c9feb;}.tab-content{ margin-top:40px;}.bluecolor{ color:#3c9feb;}.newsdate{ border-top:1px solid #de2532; padding-top:10px;}.selse10 .newslist .newstext{ background: #f1f1f1; padding:10px;} .newsdate a{ display:block; float:right;}.selse10 .newspic img{ max-width:100%;}.selse92 .applist{ padding:0 8px; margin-bottom:16px;}.selse111 li .contacttext span{ color:#eee; display:block;}.proindexpic a .bgpic{ width:100%; height:100%; background: linear-gradient(rgba(211,206,210,0.1), rgba(0,0,0,.3));position:absolute;left:0;}.proindexpic a:hover .bgpic{ opacity:0;}
/******************************************不同样式新增；ruitong619********/
@media (max-width: 1500px) { 
	
.fusion-cont1366 {
    max-width: 1170px;
    margin: auto;
}
.fill {
    height: 540px;
}
}
@media (max-width: 1400px) { 
	
.fusion-cont1366 {
    max-width: 1170px;
    margin: auto;
}
.fusion-row {
    max-width: 1170px;	
}
.fill {
    height: 620px;
}

}
@media (max-width: 1366px) { 
.serboxn input{ width:150px;}
.selse5 .parent{height: 70vh;}
}
@media (max-width: 1200px) { 
	
.fusion-cont1366 {
    max-width: 1100px;
    margin: auto;
}
.fusion-row {
    max-width: 1100px;	
}
.fill {
    height: 520px;
}
}

@media (max-width: 992px) { 
	
.fusion-cont1366 {
    max-width: 860px;
    margin: auto;
}
.fusion-row {
    max-width: 860px;	
}
.fusion-text h2, .fusion-text h2 a {

    font-size: 18px;
}
.nexa-hover-box .overlay h3 {
	    font-size: 14px;
}
.bbn45 .heading h2 {
	    font-size: 14px;	
}
.content-container h4{
	 font-size: 14px;
}
.content-wrapper-boxed {

    padding: 40px 20px 20px;
}
.content-container {
	padding:0;
}
.content-wrapper-background {
	    min-height: 235px;
}
.fill {
    height: 410px;
}
.bprod .item {
    padding: 10px;
}

.fusion-menu {
	position: absolute;
    z-index: 20;
	background: #3c9feb;
    display: none;
}
.fusion-main-menu li {

    width: 100%;
}
.fusion-main-menu>ul>li>a {
	color:#FFFFFF;
	height: 35px;
}
.fusion-main-menu>ul>li {
	padding: 3px;
}
.fusion-main-menu>ul>li>a:hover{
	color: #cccccc;
    border: 0;
}
.fusion-main-menu>ul>li>a {

    padding-left: 10px;
}
.fusion-main-menu .sub-menu {
	position:relative;
    width: 100%;
    opacity: 1;
    display: none;
}
.fusion-menu .sub-menu li a {
	font-size: 14px;
}
.fusion-main-menu>ul>li>a{
		font-size: 14px;
}
.fusion-main-menu ul .lotio{
	position: absolute;
    right: 10px;
    top: 17px;
    font-size: 14px;
    color: #ffffff;
}
.navbar-toggle {
    background: aliceblue;
    /* padding: 0; */
    margin-right: 0;
    background: #3c9feb;	
}
.navbar-toggle .icon-bar {

    background: #FFFF;	
}

}

@media (max-width: 786px) {  
	.fill {
	    height: 265px;
	}
	.shapewrappe{
	    height: 90px;
	    padding: 1px 6.33%;
	}
	.shapewrappe h2{
    	font-size: 13px;
	}
	.shapewrappe p{
	    display: none;
	}
	.fusion-title h1 {

	    font-size: 20px;
	}
	.ostit {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.title-heading-center {
	    padding: 0 10px;
	}
	.footp{
		padding: 10px;
	}
	.list-minsiont{
		margin-left: 0px; 
    	margin-right: 0px; 
	}
	.fusion-header {
	    padding-left: 15px;
    	padding-right: 15px;
	}
	.breadcrumb{ padding-left:15px;}
	.fusion-logo img {
	
	    max-width: 100px;
	}
.serboxn, .serboxn1 {
    display: block;
}
.serboxn select,.serboxn input {
	margin:5px 0;
}
.serboxn input.xinput,.serboxn input,.serboxn select {
    width: 100%;
}
.searchprobox {
    margin-bottom: 220px;
}
.serboxn{ top:0;}
.selse5 .parent {
display: block;
    height: auto;
}
.selse5 .child {
    height: 200px !important;
    width: 100%;
	margin:0 0 10px;
}
.selse5 .child:nth-of-type(6),.selse5 .child:nth-of-type(5){ height:200px; margin-right:0}
.proinfobox h3 span {
    display: block;
}
.selse111 {
 padding-left: 0px; 
}
.selse111 li .contacttext {
    margin-left: 0px;
}
.selse111 li .contacttext .big {
    letter-spacing: 0; 
    font-size: 18px;
}
.selse11 .text-right{ text-align:left; margin-top:10px;}
.footer1 .fusion-row {
    max-width: 100%;
    flex-direction: column;
}
.selse111 li:last-child {
     float: none; 
    margin-top: 20px;
}
.selse61text {
    padding: 5px 20px;
}
.proindexpic a span img {
    max-height: 148px;
    max-width: 100%;
}
.proindexpic a {
    height: 150px;
}
.selse91{ margin-bottom:20px;}
.selse10 .newslist{ margin-bottom:20px;}
.top-barright {
    padding-left: 25px;
}
.navbar-toggle .icon-bar {

    background: #FFFF;	
}
.selse61 img{ display:block; margin:0 auto; margin-bottom:5px;}
.selse7img img {
    max-width: 100%;
    max-height: 60px;
}
.selse8.bpro45{ padding-top:0;} 
table{ width:100% !important;}
.fusion-builder-row{ width:100%;}
.selse92 .applist {
    min-height: 90px;
}
.tojscx input {
    width: 66px !important;
}
.selse71:before {
    width: 102%;
}
}
