.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -70px 0 0 -70px;
}


/* ===================================
	GENERAL
====================================== */
body {
  position: relative;
  font-family: "微软雅黑";
}

html{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

textarea:focus,
input:focus{
  outline: none;
}

img{
  max-width: 100%;
}

ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

header.clean-page-header{
	-webkit-background-size: cover;
	height: 330px;
	background-size: cover;
	position: relative;
}

.clean-page-title{
	position: relative;
	z-index: 1;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* ===================================
	BACKGROUND COLOR
====================================== */
.background-one {
	background-color: #ffffff;
}

.background-two {
	background-color: #f1f1f1;
}

/* ===================================
	TYPOGRAPHY
====================================== */
h1,h2,h3,h4,h5,h6{
    font-family: "微软雅黑";
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding:0px;
    margin:0px;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

a,p,li,input,textarea{
    font-family: "微软雅黑";
    font-weight: 400;
    color: #818181;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a{
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active{
	outline: 0;
	text-decoration: none;
  	border: 0;
}

::-webkit-scrollbar {/*滚动条整体样式*/
        width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 8px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #666;
    }
::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 8px;
        background: #EDEDED;
    }

.clean-page-title h1{
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 70px 0 0;
	text-align: center;
}


/* ===================================
	BUTTONS
====================================== */
.clean-button-solid{
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.clean-button-solid:hover{
	color: #ffffff;
	background-color: #de5c39;
}

.clean-button-outline{
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.clean-button-outline-light{
	border: 1px solid #ffffff;
}

.clean-button-outline-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.clean-button-outline-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.clean-button-outline-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.clean-btn-round{
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.clean-btn-round:hover{
	color: #ffffff;
}


/* ===================================
	ICON
====================================== */
.clean-blurb-icon-only{
	margin-bottom: 50px;
	text-align: center;
}

.clean-blurb-icon-only i{
	font-size: 30px;
	border-radius: 50%;
	border: 4px solid #eee;
	padding: 30px;
}
.clean-blurb-icon-only i:hover{
	background-color: #fff;
}
.clean-blurb-icon-only h3{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.clean-blurb-icon-only p{
	margin-bottom: 0;
}


.clean-blurb-round-icon .clean-icon{
	width: 100px;
	height: 100px;
	margin: 0px auto 30px;
	text-align: center;
	border: 8px solid #DADADA;
	border-radius: 50%;
	line-height: 0;
	padding: 8px;
}

.clean-blurb-round-icon .clean-icon i{
	line-height: 70px;
	font-size: 36px;
	color: #dadada;
}

.clean-blurb-round-icon .clean-icon{
	-webkit-transition: all .35s linear;
	   -moz-transition: all .35s linear;
	    -ms-transition: all .35s linear;
	     -o-transition: all .35s linear;
	        transition: all .35s linear;
}

.clean-blurb-round-icon:hover .clean-icon{
	border: 1px solid rgba(0,0,0,0);
}

.clean-blurb-round-icon:hover .clean-icon i{
	color: #ffffff;
}
.about_bg{background:#f1f1f1; padding:10px 0;}
.clean-blurb-round-icon h3{
	text-align: center;
	font-size: 24px;
	color: #616161;
	margin-top: 0;
	font-weight: 400;
	color: #1a1a1a;
	margin-bottom: 5px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.clean-blurb-round-icon p{
	margin-bottom: 0;
	text-align: center;
}
.about_box {
    width: 100%; height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.zoom {
    width: 100%; height: 100%;
    vertical-align: middle;    
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}
.about_box:hover .zoom {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    zoom: 1.1;
}
:root .about_box:hover .zoom {
    zoom: 1;
}
.clean-icones{
	overflow: hidden;
	padding: 20px;
}

.clean-icones:last-child{
	border-bottom: none;
}

.clean-icones .clean-icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #dadada;
}

.clean-icones.clean-square-dark .clean-icon{
	background-color: rgba(0,0,0,0.25);
}

.clean-icones .clean-icon i{
	line-height: 70px;
	font-size: 36px;
}

.clean-icones .clean-blurb-text{
	float: left;
	width: 260px;
}

.clean-icones .clean-blurb-text h3{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.clean-icones .clean-blurb-text h3:after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.clean-line{
	width: 100px;
	height: 1px;
	margin: 20px auto;
}


/* ===================================
	SECTIONS
====================================== */
.clean-section-wrapper{
	padding: 60px 0 0 0;
	overflow: hidden;
}

.clean-section-header{
	text-align: center;
	margin-bottom: 40px;
}

.clean-section-header h1{
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 30px;
	color: #313131;
}

.clean-section-header h2{
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 30px;
	color: #313131;
}

.clean-section-header h1 span{
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 36px;
}
.clean-section-header h3 span{
	font-family: "Helvetica";
	font-weight: 400;
	font-size: 14px;
	color: #ccc;
}

.clean-section-header p{
	font-family: "微软雅黑";
	padding-top:30px;
	color: #666;
}


/* Parallax Section*/
.clean-parallax-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.clean-section-header-parallax h1{
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 30px;
}

.clean-section-header-parallax h1 span{
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 30px;
}

.clean-section-header-parallax p{
	font-family: "微软雅黑";
}



/* ===================================
	MENUS
====================================== */
.clean-main-menu{
    background-color: #28292e;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

header.clean-page-header .clean-main-menu{
	position: relative;
}

.navbar-brand{padding:12px 15px;}
.clean-main-menu .navbar-nav{
    float: right;
    padding-top: 14px;
}

.clean-main-menu .navbar-nav li a{
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.clean-main-menu .navbar-nav li a:hover,
.clean-main-menu .navbar-nav li.active a{
    background-color: transparent;
}

.clean-main-menu .navbar-nav li a:focus{
	background-color: transparent;
}

/* Minified Menu */
.clean-main-menu.minified{
	background-color: rgba(0,0,0,0.5);
	padding: 0;
	position: fixed;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

header.clean-page-header .clean-main-menu.minified{
	position: fixed;
}
.nav>li>a{padding:10px 0 ! important;}
.nav>li{padding:0 15px ! important;}

.ewm{float: right;margin-top: 21px; margin-left: 20px;}
/* ===================================
	SLIDERS
====================================== */
.clean-slider{
	overflow: hidden;
	background-color: #28292e;
}

.clean-main-slides .clean-img-overlay{
	position: absolute;
	background-color: rgba(218, 218, 234, 0.42);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.clean-main-slides h1.clean-slider-text-big{
	font-size: 48px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 300;
}

.clean-main-slides .clean-slider-text h1 span{
	font-family: "微软雅黑";
	font-weight: 700;
}

.clean-main-slides p{
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 16px !important;
	color: #ffffff;
	margin-bottom: 0;
}

.sp-arrow {
	width: 10px;
	height: 100px !important;
}

.clean-slider .sp-buttons {
  padding-top: 10px;
  position: absolute;
  text-align: center;
  bottom: 32px;
  left: 50%; 
  margin-left: -57px;
}

.clean-slider .sp-button {
  float: left;
  border-radius: 3px;
  background: rgba(255,255,255,0.5);
  box-sizing: border-box;
  cursor: pointer;
  height: 3px;
  margin: 4px;
  width: 30px;
  border:none;
}



/* ===================================
	FEATURES
====================================== */
.clean-features-section .container{
	position: relative;
	z-index: 1;
}
.features-details {
	padding: 0 !important;
}
.clean-features-section{
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}



/* ===================================
	FEATURED WORK
====================================== */
.clean-portfolio-work-item{
	height: 280px;
	position: relative;
}

.clean-portfolio-work-item img{
	height: 100%;
}

.clean-portfolio-work-item .clean-port-work-details{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.clean-portfolio-work-item .clean-work-meta{
	position: absolute;
	right: 0;
	padding-right: 38%;
	padding-top: 30%;
}

.clean-portfolio-work-item .clean-work-meta li{
	width: 80px;
	height: 80px;
	margin-bottom: 1px;
	text-align: center;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	border-radius: 50%;
}

.clean-portfolio-work-item:hover .clean-port-work-details .clean-work-meta li{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.clean-port-work-details .clean-work-meta li a{
	display: block;
}

.clean-port-work-details .clean-work-meta li a i{
	font-size: 30px;
	color: #FFF;
	line-height: 75px;
}

.clean-port-work-details .clean-port-work-desc{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;

}

.clean-portfolio-work-item:hover .clean-port-work-desc{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.clean-port-work-details .clean-port-work-desc h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.clean-port-work-details .clean-port-work-desc p a{
	font-size: 14px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.clean-port-work-details .clean-port-work-desc .clean-like-btn {
	text-align: center;
	padding: 10px 15px;
}

.clean-port-work-details .clean-port-work-desc .clean-like-btn a{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.clean-port-work-details .clean-port-work-desc .clean-like-btn a i{
	font-size: 21px;
	color: #ffffff;
	margin-right: 5px;
}



/* ===================================
	OFFERS
====================================== */
.clean-offer-section{
	padding-bottom: 30px;
}




/* ===================================
	CUSTOM SECTION
====================================== */
.clean-custom-sec-text p{
	margin-bottom: 20px;
}

.clean-custom-sec-text h3{
	font-size: 18px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 20px;
}

.clean-custom-sec-text ul{
	margin-left: 30px;
}

.clean-custom-sec-text ul li{
	margin-bottom: 10px;
}

.clean-custom-sec-text ul li:last-child{
	margin-bottom: 0;
}

.clean-custom-sec-text ul li i{
	font-size: 14px;
	margin-right: 10px;
}



/* ===================================
	TESTIMONIALS
====================================== */
.clean-testimonial-section{
	position: relative;
	padding: 80px 0;
	overflow: hidden;	
}

.clean-member-img-wrapper img {
	border-radius: 50%;
	margin-bottom: 20px;
}

.clean-testimonial-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
}

.clean-testimonial-wrapper .comment-icon{
	font-size: 24px;
	text-align: center;
}

.clean-testimonial{
	overflow: hidden;
}

.clean-testimonial p{
	font-size: 16px;
	margin-bottom: 20px;
}

.clean-testimonial p.clean-client-info{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}



/* ===================================
	PRICING
====================================== */
.clean-pricing-section{
	padding: 80px 0;
}

.clean-pricing-plans{
	text-align: center;
	padding: 30px 0;
	background-color: #ffffff;
}

.clean-recommended-pricing{
	background-color: #ffffff;
}

.recommended-titles {
	padding: 15px 0;
}

.recommended-titles h2 {
	color: #ffffff !important;
}

.clean-pricing-plans .recommended-titles p{
	color: #ffffff !important;
}

.clean-pricing-plans .recommended-titles p span{
	color: #ffffff !important;
}

.clean-pricing-plans .clean-pricing-titles{
	margin-bottom: 40px;
	text-align: center;
}

.clean-pricing-plans .clean-pricing-titles h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.clean-pricing-plans .clean-pricing-titles p{
	font-size: 16px;
}

.clean-pricing-plans .clean-pricing-titles p span{
	font-size: 30px;
	font-weight: 300;
}

.clean-pricing-plans .clean-pricing-service-name{
	margin-bottom: 20px;
}

.clean-pricing-plans ul li{
	text-align: center;
	padding: 10px 0;
}

.clean-pricing-plans ul li:last-child{
	border-bottom: 0px solid;
}
.clean-pricing-plans a.clean-signup-btn{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.clean-pricing-plans a.clean-signup-btn:hover{
	color: #ffffff;
	background-color: #ff653d;
}



/* ===================================
	CONTACT
====================================== */
#contact-form {
	margin: 0 15%;
}

.clean-contact-section{
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

.clean-contact-section .clean-contact-address p{
	color: #ffffff;
}

.clean-contact-section .clean-contact-address ul li{
	margin-bottom: 25px;
	font-size: 14px;
	position: relative;
	padding: 15px;
}

.clean-contact-section .clean-contact-address ul li:last-child{
	margin-bottom: 0;
}

.clean-contact-section .clean-contact-address ul li i{
	font-size: 50px;
	line-height: 55px;
	color: #ffffff;
}

.clean-contact-section .clean-contact-form .clean-input-fields{
	margin-bottom: 20px;
}

.clean-contact-section .clean-contact-form .clean-input-fields label{
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 400;
	margin-bottom: 10px;
}

.clean-contact-section .clean-contact-form .clean-input-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
}

.clean-contact-section .clean-contact-form .clean-input-fields textarea{
	width: 100%;
	background-color: transparent;
	border: 1px solid #999999;
	padding: 15px;
}

.clean-contact-section .clean-contact-form input[type='submit']{
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	outline: 0;
	border: 0px solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.clean-contact-section .clean-contact-form .clean-input-fields input[type='submit']:hover{
	color: #ffffff;
	background-color: #de5c39;
}


/* ===================================
	OWL PAGINATIONS
====================================== */
.owl-theme .owl-controls {
  margin-top: 30px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border-radius: 0px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 1;
  width: 10px;
  border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid rgba(0,0,0,0);

}


/* ===================================
	FOOTER
====================================== */
footer{
	padding: 40px 0 20px 0;
	overflow: hidden;
}

footer .clean-footer-content{
	text-align: center;
	margin-top:20px;
	border-top:1px solid #ddd;
	padding-top:10px;
}

footer .clean-footer-logo{
	margin-bottom: 20px;
}

footer p{
	text-align: center;
	color: #818181;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer ul {
	display: inline-block;
}

footer ul li{
	float: left;
	margin-right: 15px;
	padding: 8px 10px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul li a{
	font-size:16px;
}

footer ul li a i{
	font-size: 21px;
	color: #818181;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}



.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }
.clearfix {
  display:inline-block;
  }
/* Hide from IE Mac */
.clearfix {
  display:block;
  }
.ab_more{position:relative;display: block;width: 180px; height: 42px; line-height: 42px; text-align: center; border-radius: 42px; background: #e8e8e8; color: #666; margin:0 auto; margin-top: 50px;}
.ab_more i{display: block; width: 20px; height: 14px; background: url(../images/arrow-r.png) no-repeat; position: absolute; top:14px; right: 30px;}
.news_nav{height: 140px;}
.news_nav h2{font-size: 20px; font-weight: 400; color: #1a1a1a;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ly_text{display: block;padding: 5px 0; font-size: 14px; color: #ccc;}
.ly_text em{font-style: normal; padding-right: 10px;}
.news_jj{line-height:24px; color: #999; height: 48px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.r_more{font-size: 14px; color: #1a1a1a; display: block; padding-top: 10px;}
.mgt30{margin-top: 30px;}
.fl{float: left;}
.fr{float: right;}
.news{position: relative; height: 150px;}
.news_time{height: 55px;width:51px; border-left:6px solid #e8e8e8;  padding-left: 5px;}
.news_time h3{font-size: 40px; color: #000;font-family: "Helvetica";padding: 0; margin: 0; line-height: 30px;}
.news_time span{color: #000; font-size: 12px; font-family: "Helvetica";}
.poa{position: absolute; left: 75px;top: 0}
.line_b{border-bottom: 1px solid #eee}
.footer_con{color: #999; padding-left: 30px; line-height: 28px;}
.sm_text{color: #999; font-size:14px;}
.sm_text strong{color: #666}
.footer_text{color: #999; text-align: center; line-height: 28px;}
.clean-main-menu .navbar-nav li a:hover,
.clean-main-menu .navbar-nav li.active a{
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0s linear;
	   -moz-transition: all 0s linear;
	    -ms-transition: all 0s linear;
	     -o-transition: all 0s linear;
	        transition: all 0s linear;
}
.sp-buttons{height: 5px;}
.clean-slider .sp-selected-button {background: #fff ! important; }
.clean-slider .sp-button:hover{height: 5px;}
.about_box{position: relative;}
.about_left{position: absolute; left: 120px;}
#page1{background:url(../images/img6.jpg) no-repeat;}
#page2{background:url(../images/img7.jpg) no-repeat;}
#page3{background:url(../images/img8.jpg) no-repeat;}
#page4{background:url(../images/img9.jpg) no-repeat;}

.veralign{position: relative;display:flex;justify-content:center;align-items:center;}
.ny_nav{background: rgba(255,255,255,0.9); border-bottom: 1px solid #ccc; padding: 0}
.ny_navbar_nav  li a.one_list{color: #1a1a1a ! important;}
.ny_navbar_nav  li a.one_list:hover{
	border-bottom: 2px solid #1a1a1a ! important;-webkit-transition: all 0s linear;
	   -moz-transition: all 0s linear;
	    -ms-transition: all 0s linear;
	     -o-transition: all 0s linear;
	        transition: all 0s linear;
}
.ny_navbar_nav li.active a.one_list{
	border-bottom: 2px solid #1a1a1a ! important;
	-webkit-transition: all 0s linear;
	   -moz-transition: all 0s linear;
	    -ms-transition: all 0s linear;
	     -o-transition: all 0s linear;
	        transition: all 0s linear;
}
.dropdown-menu-about{position: fixed; left: 4%; top:50%; margin-top:-110px;display: block; border: none; box-shadow: none; background: no-repeat;z-index: 999}
.dh_menu_con{width: 120px; height: 40px; margin: 10px 0}
.dh_menu_con a{display: block; width: 116px; height: 36px; text-align: center; cursor: pointer;}
.dh_menu_con a span{color: #1e2749; font-size: 14px; line-height: 36px; text-align: center;}
.dropdown-menu-about .active{background: no-repeat;border: 2px solid #1e2749; border-radius: 40px; }
.dropdown-menu-about .active a{background: none;line-height: 36px;}
.view{ position: absolute; left: 360px; top: 20%;}
.about_text{display: block; width: 600px; line-height: 24px; color: #1a1a1a; margin-top: 40px; font-size: 14px;}
.lc{margin-top: 40px; position: relative; background: url(../images/lc.png) no-repeat; height:351px;width: 993px }
.lc_text{position: absolute;}
.lc_text1{ top:48px; left: 30px;}
.lc_text2{ bottom:45px; left: 182px;}
.lc_text3{ top:42px; left: 326px;}
.lc_text4{ bottom:60px; left: 474px;}
.lc_text5{ bottom:60px; right: 88px;}
.lc_text6{ top:-5px; right: -12px;}
.lc_text7{ top:42px; right: 206px;}
.lc_text span{display: block;}
.lc_time{font-family: "Helvetica";font-size: 20px; color: #1a1a1a;}
.lc_con{font-size: 12px;color: #1a1a1a;}
.lc_ft{font-size: 12px;color: #777;}
@media screen and (max-width: 1360px) {
.dropdown-menu-about{display: none;}
}
.xtstyle h3{font-weight: 400; font-size: 24px; color: #1a1a1a; padding: 10px 0}
.xtstyle p{line-height: 24px}
.dropdown-menu-about>.active>a, .dropdown-menu-about>.active>a:hover, .dropdown-menu-about>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent ! important;
    outline: 0;
}
.maptext{text-align: left; margin-top: 20px; line-height: 24px;}
.tabs-vertical-env .nav.tabs-vertical {
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}
.tabs-vertical-env .tab-content {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 10px 30px;
    vertical-align: top;
}
.tabs-vertical>li{ text-align: center; }
.tabs-vertical>li.active{background: url(../images/dh_a.png) no-repeat; }
.tabs-vertical>li.active a{color:#fff;}
.tabs-vertical>li>a:hover, .tabs-vertical>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.topbanner{height: 440px;background: url(../images/img10.jpg) no-repeat;}
.tp_con{width: 800px;margin-top:180px;}
.tp_con p{color:#fff; padding-top:60px; line-height: 24px;}
.s_text1{font-size: 24px; color: #1a1a1a; padding-bottom: 20px; display: block;}
.s_text1 em{font-size: 12px; color:#ccc; font-style: normal; padding-left: 10px;}
.s_text2{font-size: 16px; color: #1a1a1a;display: block; padding-bottom: 20px;}
.s_text3{font-size: 16px; font-weight:bold; color:#999; }
.s_text4{margin: 10px 0;}
.s_text4 ul li{font-size: 16px; color: #1a1a1a; line-height: 36px;}
i.cur{display: block; width: 8px; height: 8px; border-radius: 8px; background: #ccc;margin-top: 14px; margin-right: 10px; }
i.cur2{display: block; width: 4px; height: 4px; border-radius: 4px; background: #ccc;margin-top: 14px; margin-right: 10px; }
.s_text4 ul li span{display:table-cell;}
.s_text5{margin-left:10px; margin-right: 10px; margin-top:30px;}
.s_text5 ul li{font-size: 14px; line-height: 24px; margin: 5px 0; }
.s_text5::after {
    border-bottom: 1px solid #dfdfdf;
    content: "";
    display: block;
    height: 0;
    margin-top: 30px;
    width: 100%;
}
.s_text6 ul li{font-size: 12px; color: #a7a7a7; line-height: 24px; margin: 0}
.color1{color: #000;font-weight: 600;}
.foot_gs{font-size: 14px; color: #1a1a1a; float: right; margin-top:10px;}

.am-share {width: 800px; padding:0 100px; font-size: 14px; border-radius: 0; top:20px; bottom:20px; overflow: auto; left: 50%; margin-left:-400px;position: fixed; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 300ms; transition: transform 300ms ; z-index: 1110;background: #fff; border-radius: 4px; }
.am-modal-active { transform: translateY(0px);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.am-modal-out { z-index: 1109; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%) }
.am-share-sns p{margin: 0}
.am-share-title {  border-bottom: 1px solid #fff;  margin: 10px 10px 0 10px ; padding:10px 0 0 0; text-align: center; }
.am-share-title h3{ font-size: 24px;color: #df3a00;  font-weight: 400;}
.am-share-title p{font-size: 12px; content: #ccc; font-family: "Helvetica" ;line-height:24px;}
.am-share-title::after { border-bottom: 1px solid #dfdfdf; content: ""; display: block; height: 0; margin-top: 10px; width: 100%; }

.am-share-footer { margin: 10px; margin-top:20px; text-align: center; position: relative; }
.am-share-footer .share_btn {display: inline-block;*display: inline;zoom:1; margin: 0 10px;   width: 160px; height: 40px; line-height: 38px; text-align:center; border:1px solid #2a579a; border-radius: 2px; cursor: pointer;  font-size: 16px; font-weight: 400;  transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;  white-space: nowrap;font-family:"微软雅黑";  }
.color2{background: #2a579a; color: #fff;}
.color3{background: #fff; color: #2a579a}
.am-share-sns {  margin: 0 10px; padding-top: 10px; height:auto; zoom:1;}

.am-share-sns p{font-size: 12px; color:#1a1a1a; line-height: 24px;}

.am-share-sns li i { background-position: center 50%; background-repeat: no-repeat; background-size: 36px 36px; background-color: #ccc; color: #fff; display: inline-block; font-size: 18px; height: 36px; line-height: 36px; margin-bottom: 5px; width: 36px; }
.am-share-sns .share-icon-weibo { background-image: url(); }

.sharebg { background-color: rgba(0, 0, 0, 0.6); bottom: 0; height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 1100; display:none; }
.sharebg-active { opacity: 1; display:block; }
.disnone{display: none;}

.detail{margin: 30px 0 60px 0}
.detail h1{font-size: 30px;}
.news_detailcon{ font-size: 16px; margin-top: 40px; line-height: 30px; color: #1a1a1a}
.ewm{position: relative;}
.bigewm{display: none; position: absolute; top: 50px; right: -56px; width: 150px; height: 160px;}
.ewm .open{display: block;}

#breadcrumb {
    margin: 0;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
}
#breadcrumb a {
   color: #9EA7B3;
}


.dropdown-menu {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding:0;
    margin:0;
    font-size: 14px;
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    border:none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow:none;
    background-clip: padding-box;
}
.ny_s{background-color: #fff ! important; box-shadow: 0 0 3px rgba(86,96,117,.3)! important;}
.ny_s li a{border-bottom: 1px solid #ccc ! important; color:#666 ! important;}
.ny_s li a:hover{color:#fff! important;}
.dropdown-menu>li>a{border-bottom:0 ! important;height:36px ! important;line-height: 36px ! important;padding: 0; text-align: center;}
.dropdown-menu>li>a:hover{background-color: rgba(0,0,0,0.8) ! important;}

.tc_xx{border-top: 1px dashed #ccc; margin-top: 10px; padding: 10px 0}
.text-center{text-align: center;}
.tc_xx span i{color: #1386de; font-family: 'arial'; font-size: 18px; font-style: normal;}
.text-left{text-align: left;}
.read_more{color: #1386de; padding: 0 5px;}
.kf_phone i{color: #1386de; font-family: 'arial'; font-size: 28px; font-style: normal; display: block;padding-top: 8px;}

@media (min-width: 1280px) {
  .small-s-img img{height: 200px ! important;}
}
@media (min-width: 1920px) {
  .small-s-img img{height: 100% ! important;}
}


.modal-header {
    min-height:20px;
    padding: 0;
    border-bottom:none;
}
.modal-header .close{margin:5px;}


.p-img{width: 60px; height: 60px; border-radius: 60px; border:1px solid #1386de; margin-top: 30px;}