body {
	font-family:"微软雅黑","Microsoft YaHei";
	font-size: 14px; line-height: 24px;
	color:#6c6c6c;
}
 
h1, h2, h3, h4, h5, h6{
	margin:0 0 20px 0;
	color:#333;
}
p{
	margin:0;
	padding:0;
}
/*banner*/
.banner-box{
	width:100%;
	overflow: hidden;
	position: relative;
}
.lunbo{
	overflow:hidden;
	height:600px;
}
.lunbo>a>img{
	position:relative;
	left:50%;
	margin-left:-960px;
}
.xuanxiang{
	margin-top:-34px;
	width:100%;
	text-align: center;
	z-index: 10;
	position: relative;
}
.xuanxiang>li{
	display: inline-block;
	background-color:#fff;
	width:40px;
	height:8px;
	margin-left:10px;
}
.lunbo>.lunbospan1{
	position: absolute;
	top:50%;left:6%;
	margin-top:-10px;
}
.lunbo>span>i{
	font-size:70px;
	color:#3252a3;
	cursor:pointer;
}
.lunbo>.lunbospan2{
	position: absolute;
	top:50%;right:5%;
	margin-top:-10px;
}
.lunbo1{
	overflow:hidden;
	height:300px;
	display:none;
}
.lunbo1>a>img{
	position:relative;
	left:50%;
	margin-left:-496px;
}
.xuanxiang1{
	margin-top:-34px;
	width:100%;
	text-align: center;
	z-index: 1;
	position: relative;
}
.xuanxiang1>li{
	display: inline-block;
	background-color:#fff;
	width:40px;
	height:8px;
	margin-left:10px;
}
.lunbo1>.lunbospan1{
	position: absolute;
	top:50%;left:6%;
	margin-top:-10px;
}
.lunbo1>span>i{
	font-size:70px;
	color:#3252a3;
	cursor:pointer;
}
.lunbo1>.lunbospan2{
	position: absolute;
	top:50%;right:5%;
	margin-top:-10px;
}
/*ej-banner*/
.ej_banner{
	width:100%;
	overflow: hidden;
}
.banner1{
	position:relative;
	left:50%;
	margin-left:-960px;
}
.banner2{
	position:relative;
	left:50%;
	margin-left:-496px;
}

.lnh2{
	margin:0;padding:0;
	font-size:16px;
	color:#333;
	line-height: 30px;
	font-weight: bold;
}
.mb20{margin-bottom:20px;}
.mb20px{margin-bottom:10px;}
.mt_20{margin-top: 20px !important;}
.mt_40{margin-top: 40px !important;}
.mt_70{margin-top: 70px !important;}
.mb_0{margin-bottom: 0px !important;}

.navbar-brand{
	padding: 19px 0 18px 0;
	height: auto;
}

.title_h3{
	background: url(../image/title_h3_bg.png) top center no-repeat;
	text-align: center;
	height: 106px; line-height: 106px;
}

.title_h3 span{	
	position: relative;
}

.title_h3 span:before{
	content: " ";
	width: 120px; height: 1px;
	background:#d4d4d4;
	position: absolute; 
	top: 15px;
	left: -160px;
}

.title_h3 span:after{
	content: " ";
	width: 120px; height: 1px;
	background:#d4d4d4;
	position: absolute; 
	top: 15px;
	right: -160px;
}

.title_p{
	text-align: center;
	margin-bottom: 40px;
}

nav.navbar.bootsnav.navbar-fixed{
	z-index: 9999;
}

/* 工程展示 样式 */

.container {
  margin: 0 auto; 
}

.carousel {
  margin:0;
  width: calc(100% - ($button-spacing * 2));
}
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel .carousel-inner > .item.row {
  margin: 0;
}
.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 30px;
  max-height: 285px;
}
.carousel .carousel-control:before {
  color: #444;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;left:0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  font-size: 30px;
}
.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}
.carousel .carousel-control:hover:after {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}
/*.carousel .carousel-control.left {
  left: -30px;
}*/
.carousel .carousel-control.left:before {
  content: '\f053';
}
.carousel .carousel-control.left:hover:before {
  color:#3252a3;
}
.carousel .carousel-control.left:after {
  right: -100%;
}
/*.carousel .carousel-control.right {
  right: -30px;
}*/
.carousel .carousel-control.right:before {
  content: '\f054';
}
.carousel .carousel-control.right:hover:before {
  color:#3252a3;
}
.carousel .carousel-control.right:after {
  left: -100%;
}

.row.item div{
	position: relative;
	overflow: hidden;
}

.row.item li{
	overflow: hidden;
}
.row.item li h3{
	position: absolute;
	width:100%;
	background: rgba(65,88,149,0.9);
	left: 0; bottom: -50px;
	height: 50px; line-height: 50px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    margin-bottom: 0;
    padding: 0 30px;	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.row.item li img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.row.item li h3 a{
	color:#fff;
	font-size: 16px;
	font-weight: 600;
}

.row.item li:hover h3{
	bottom: 0;	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.row.item li:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.main_btn{
	display: block;
	width: 140px;	height: 40px;
	text-align: center; line-height: 40px;
 	background-color: #ececec;
	border-radius: 20px;
	margin: 0 auto;
	color:#666; font-size: 13px;
	margin-top: 40px;
}

.main_engineering{
	padding-bottom: 70px;
}
/* 产品展示 样式 and */
.flex-item_1_b_h2{
	font-size:18px;
	color:#fff;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	margin:0;
	line-height: 30px;
	text-align: center;
}
.flex-item:hover .flex-item_1_b_h2{
	color:#3252a3;
}
/* 合作伙伴 */
/*.main_partner{
	background: url(../images/main_bg.jpg) no-repeat;
	background-size: cover;
}*/


.title_h3_02{
	background: url(../image/title_h3_bg02.png) top center no-repeat;
	text-align: center;
	height: 106px; line-height: 106px;
}

.title_h3_02 span{	
	position: relative;
	color:#fff;
}

.title_h3_02 span:before{
	content: " ";
	width: 120px; height: 1px;
	background:#d4d4d4;
	position: absolute; 
	top: 15px;
	left: -160px;
}

.title_h3_02 span:after{
	content: " ";
	width: 120px; height: 1px;
	background:#d4d4d4;
	position: absolute; 
	top: 15px;
	right: -160px;
}

.title_p_02{
	text-align: center;
	margin-bottom: 40px;
	color:#fff;
}

.main_partner_box .col-sm-2{
	margin-bottom: 20px;
}

.main_partner_box .col-sm-2 img{
	border: 1px solid #d4d4d4;
}

.main_partner_box .col-sm-2 img:hover{
	border: 1px solid #6478d7;
}

.main_partner{
	padding-bottom: 70px;
}

/* 合作伙伴  and*/

.button--moema{
	margin: 0 auto;
	width: 140px; height: 40px;
	padding: 0;
	font-weight: 400;
	float: none;
	color:#666;
	padding: 0;
	text-align: center;
	line-height: 40px;
}

.main_partner_box .col-sm-2 div{
	overflow: hidden;
}

.main_partner_box .col-sm-2 div > a > img{	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.main_partner_box .col-sm-2 div > a:hover > img{	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

/* 新闻中心  */
.tab-con-item{display: none;}
.tab-nav{text-align: center; margin-bottom: 25px;  min-height: 31px;}
.tab-nav a{color:#999; margin: 0 27px; display: inline-block; text-decoration: none; font-weight: 600;  clear: both;}
.tab-nav a.current{color:#3252a3}

.main_news01{
	position: relative;
	overflow: hidden;
}

.main_news01 img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;	 
}

.main_news01:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;	
}

.main_news01 .text_box{
	background: rgba(65,88,149,0.9);
	position: absolute;
	width: 49.13793103448276%;
	height: 100%;
	padding:40px 30px ;
    color:#fff;
    z-index: 9999;
}

.main_news01 .text_box h3{
	font-size: 18px; font-weight: 600;
	width: 100%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    color:#fff;
    margin-bottom: 30px;
}

.main_news01 .text_box h3 a{
	color:#fff;
}

.main_news01 .text_box h3 a:hover{
	opacity: 0.8;
}

.main_news01 .text_box .text_box_con{	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 24px;
}

.main_news01 .text_box > span{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 12px;
	display: block;
}

.news_btn.button.button--moema{
	width: 80px; min-width: 80px; height: 28px; line-height: 28px; border-radius: 14px;
	font-size: 12px;
	float: left;
}
.news_btn.button.button--moema::before{
	top: -10px; right: -10px; bottom: -10px; left: -10px;
}

.main_news02{
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}

.main_news02 > div{
	float: left;
}

.main_news_left{
	width: 30%;
	margin-right: 1.724137931034483%;
	overflow: hidden;
}

.main_news_left img{	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

/*.main_news_left img:hover{	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}*/
.main_news02:hover .main_news_left img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.main_news_right{
	width: 68.27586206896552%;	
}

.main_news_right h3{
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}

.main_news_right h3 a{
	color:#666;
}

/*.main_news_right h3 a:hover{
	color:#3252a3;
}*/
.main_news02:hover .main_news_right h3 a{
	color:#3252a3;
}
.main_news_right div{
	color:#999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 	
	
}
.main_news_right div>a{
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main_news_right > p{
	font-size: 12px;
	margin-top: 15px;
	padding-top: 5px;
	color:#999; margin-bottom: 0;	
	border-top: 1px solid #ecf0f1;
}

.main_news_right > p > a{
	color:#3252a3;
}

/* 新闻中心  and*/



/* footer */
.footer{
	background: url(../image/concrete_wall.png);
	min-height: 125px;
	text-align: center;
	font-size: 12px; color:#777;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer a{
	color:#f7ba63;
}

.footer img{
	vertical-align:-2px ;
}

/* footer and*/


nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#3252a3;
}
nav.navbar.bootsnav ul.nav > li.active > a{
	color:#3252a3;
	font-weight: 600 !important;
}

.navbar-right .dropdown-menu{
    	left: 0 !important;
    	right: auto;
    } 
.navbar-right li:nth-child(6) .dropdown-menu, .navbar-right li:nth-child(7) .dropdown-menu, .dropdown-menu, .navbar-right li:nth-child(8) .dropdown-menu, .navbar-right li:last-child .dropdown-menu{
    	right: 0 !important;
    	left: auto !important;
    }  
.navbar-right li.rightnav .dropdown-menu{
    	right: 0 !important;
    	left: auto !important;
    } 
    
.sub_slider{	
	background-size:cover;
	padding: 238px 0 40px 0;
	text-align: center;
	line-height: 1.5;
}

.sub_slider01{background: url(/images/sub_img01.jpg) no-repeat top center;}
.sub_slider02{background: url(/images/sub_img02.jpg) no-repeat top center;}
.sub_slider03{background: url(/images/sub_img03.jpg) no-repeat top center;}
.sub_slider04{background: url(/images/sub_img04.jpg) no-repeat top center;}
.sub_slider05{background: url(/images/sub_img05.jpg) no-repeat top center;}
.sub_slider06{background: url(/images/sub_img06.jpg) no-repeat top center;}
.sub_slider07{background: url(/images/sub_img07.jpg) no-repeat top center;}

.sub_slider h3{
	font-size: 36px;
	font-weight: 600;
	color:#3252a3;
	margin-bottom: 20px;
}

.sub_title_h3{
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sub_title_h3 p{
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #757575;
}
.sub_title_h3 p i{
	font-size: 14px;
}

.sub_title_h3 p a{
	color: #757575;
	margin:0 5px;
}

.sub_title_h3 p a:hover{
	color:#3252a3;
}

.sub_title_h3 p span{
	display: inline-block;
	margin-left: 5px;
}


.sub_table table{
	border-top: 2px solid #666;
	border-bottom: 1px solid #cdcdcd;
}

.sub_table table th{
	padding:17px 0 !important;
	text-align: center;
	font-size: 14px;
	color:#333;
	width: 31.03448275862069%;
	border-right: 1px solid #e1e1e1;
	background:#f7f7f7;
}

.sub_table table td{
	padding:17px 20px !important;	
	color:#666;
}

.sub_con_box{
	padding-bottom: 40px;
}

.sub_con_box img
{
	max-width:100%;
}

/*.sub_con_box p{
	text-indent: 24px;
}*/

.team_box .col-md-3 h5{
	margin: 10px 0 20px 0;
	text-align: center;
}

.team_box .col-md-3 a div{
	display: block;
	overflow: hidden;
	  /*  border: 1px solid #000;*/
}

.team_box .col-md-3 a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.team_box .col-md-3 a:hover h5{
	color:#3252a3;
	font-weight: 600;
}

.team_box .col-md-3 a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1); 
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease; 
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:#3252a3;
	border-color:#3252a3;
}

.pagination > li > a, .pagination > li > span{
	color:#666;
}



.page_menu {
	border-top:1px solid #eee;
	margin:20px 0;
	padding-top:20px;
	text-align:right;
}
.page_menu a:first-child {
	float:left;
}
.page_menu a {
	color:#666;
	display: inline-block;
	background:#eee;
	padding: 5px 20px;
	border:1px solid #ddd;
	box-sizing: border-box;
}
.page_menu a:hover {
	color:#fff;
	background: #3252a3;
	border:1px solid #3252a3;
}

.page_info{
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.new_pagenav
{
	margin:20px 0;
}
.new_pagenav a{
	display:inline-block; 
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	text-decoration:none;
	color:#666;
	}
	
	
.new_pagenav a.active{
	color:#fff;
	background:#337ab7;
	border:1px solid #337ab7;
	}
.zhong
{
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	background:#3252a3;
	border:1px solid #3252a3;
	}
.new_pagenav a:hover{
	color:#23527c;
	background:#f4f4f4;
	}
	
.new_pagenav a.last_a{
	border-right:1px solid #ddd;
}


.top-search .input-group-addon a{
	color:#fff;
}



.performance_box div{
	position: relative;
	overflow: hidden;
}

.performance_box{
	overflow: hidden;
}
.performance_box h3{
	position: absolute;
	width:100%;
	background: rgba(65,88,149,0.9);
	left: 0; bottom: 0;
	height: 50px; line-height: 50px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    margin-bottom: 0;
    padding: 0 30px;	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.performance_box img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.performance_box h3 a{
	color:#fff;
	font-size: 16px;
	font-weight: 600;
}

.performance_box .col-sm-4{
	margin-bottom: 20px;
}

.performance_box .col-sm-4:hover h3{
	bottom: 0;	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.performance_box .col-sm-4:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service_table { border-top:2px solid #666;}
.service_table thead th{background: #f7f7f7; color:#333; font-size: 15px; text-align: center; height: 55px; line-height: 55px !important; padding: 0 !important; box-sizing: border-box; border: 0 none !important; position: relative;}
.table_title{width: 68%; }
thead .table_title:after, thead .table_view:after, .table_number:after{content:" ";display:block;position:absolute;top:50%;right:0;width:1px;height:12px;margin-top:-6px;background:#ddd;opacity:0.8;}
tbody .table_number:first-child:after{display: none;}
.service_table tbody td{padding: 15px 35px !important;}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{border: 1px solid #f0f0f0;}
.table_title a{color:#666; text-decoration: none;}
.table_title a:hover{color:#3252a3}
.table_view{text-align: center;}

.news_page_admin{padding-top: 25px; background:#fafafa; padding: 50px 40px; border-radius: 3px; border: 1px solid #eee; }
.news_page_admin strong{color:red; display:block; margin-bottom: 7px;}
.news_page_admin strong span{ font-size: 12px; font-weight: 400; color:#999;}


form{margin-bottom: 40px;}
.form-group label{font-size: 18px; color:#333;}
.form-group input{ background: #fafafa; line-height: 42px !important; height: 42px;}
.form-group textarea{ min-height: 260px;background: #fafafa; }
.form-group textarea:focus, .form-group input:focus, .job-c input:focus{border: 1px solid #3252a3; outline:none; box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 70, 137, .6);}
.message_box {text-align: center; padding-top: 30px; clear: both;}
.message_box a{display: inline-block; margin: 0 5px; width: 120px; line-height: 40px; text-align: center; background: #000; color:#fff; clear: both;}
.message_box a:hover{color:#fff; text-decoration:none; background: #c9a063;}
.job-c h2, .job-c img, .job-c input{
	float: left;
}
.job-c h2{
	font-size: 18px;
	line-height: 42px;
	font-weight: 600;
	color:#333;
	margin-top: 0;
}
.job-c input{
	width: 120px;
	height: 40px;
	display: block;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #bdbdbd;
	line-height: 40px;
	border-radius: 5px;
	color: #666666;
	margin-right: 10px;
}
.job-c input:hover{
	border: 1px solid #65BB8A;
	}


.contact_box{
	margin: 20px 0 40px 0;
}

.contact_box h3{
	font-size: 18px;
	font-weight: 600;
	color:#333;
	margin-bottom: 10px;
}

.contact_box li i{
	width: 24px;
	text-align: center;
	color:#3252a3;
}


/* 首页 幻灯片 */

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.demo-2 .sl-slider-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote {
	padding-top:260px;
	width: 100%; 
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.demo-2 .sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.demo-2 .bg-img {
	padding: 200px;
	-webkit-box-sizing: border-box;;
	-moz-box-sizing: border-box;;
	box-sizing: border-box;
	position: absolute; 
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.demo-2 .nav-dots span {
	background: rgba(0,0,0,0.2);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Content elements */

.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}

.demo-1 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}

.demo-1 .sl-slide h2 {
	color: #000;
	text-shadow: 0 0 1px #000;
	padding: 20px;
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	bottom: 50%;
	margin: 0 0 -120px 0;
}

.demo-1 .sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}

.demo-1 .sl-slide blockquote p{
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
}

.demo-1 .sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	font-family: "Bookman Old Style", Bookman, Garamond, serif;
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;
	content: '\201C';
}

.demo-1 .sl-slide blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Custom background colors for slides in first demo */

/* First Slide */
.demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
	background: #fff;
}

/* Second Slide */
.demo-1 .bg-2 .sl-slide-inner,
.demo-1 .bg-2 .sl-content-slice {
	background: #000;
}

.demo-1 .bg-2 [data-icon]:after,
.demo-1 .bg-2 h2 {
	color: #fff;
}

.demo-1 .bg-2 blockquote:before {
	color: #222;
}

/* Third Slide */
.demo-1 .bg-3 .sl-slide-inner,
.demo-1 .bg-3 .sl-content-slice {
	background: #db84ad;
}

.demo-1 .bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}

.demo-1 .bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}

.demo-1 .bg-3 h2,
.demo-1 .bg-3 blockquote{
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.demo-1 .bg-3 blockquote:before {
	color: #c46c96;
}

/* Forth Slide */
.demo-1 .bg-4 .sl-slide-inner,
.demo-1 .bg-4 .sl-content-slice {
	background: #5bc2ce;
}

.demo-1 .bg-4 .deco {
	border-color: #379eaa;
}

.demo-1 .bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}

.demo-1 .bg-4 h2,
.demo-1 .bg-4 blockquote{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.demo-1 .bg-4 blockquote:before {
	color: #379eaa;
}

/* Fifth Slide */
.demo-1 .bg-5 .sl-slide-inner,
.demo-1 .bg-5 .sl-content-slice {
	background: #ffeb41;
}

.demo-1 .bg-5 .deco {
	border-color: #ECD82C;
}

.demo-1 .bg-5 .deco:after {
	color: #000;
	text-shadow: 0 0 1px #000;
}

.demo-1 .bg-5 h2,
.demo-1 .bg-5 blockquote{
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.demo-1 .bg-5 blockquote:before {
	color: #ecd82c;
}
 

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}



.go_top{
	position: fixed;
	top: 495px; right: 20px;
	width:80px; height: 80px; 
	background:#3252a3;
	border-radius: 3px;
	text-align: center;
	padding-top: 17px;
	cursor: pointer;
}
.zxqq{
	position: fixed;
	top: 410px; right: 20px;
	width:80px; height: 80px; 
	background:#3252a3;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	z-index: 1987;
}
.dgqqkf{
	position:absolute;
	right:102%;
	top:0;
	width: 110px;
	background:#3252a3;
	border-radius: 3px;
	overflow: hidden;
	display:none;
}
.dgqqkf>a{
	display:block;
	padding:6px 10px;
	background:#3252a3;
}
.dgqqkf>a>i{
	font-size:14px;
	color:#fff;
	margin-right:6px;
}
.dgqqkf>a>span{
	font-size:14px;
	color:#fff;
}
.go_top:hover{
	background:#011b5c;
}

.zxqq:hover{
	background:#011b5c;
}
.zxqq:hover .dgqqkf{
	display: block;
}
.dgqqkf>a:hover{
	background:#011b5c;
}
.go_top a{
	display: block;
	width: 100%; height: 100%;
	color:#fff;
	line-height: 16px;
}

.go_top a i{
	font-size: 24px;
}

.go_top a span{
	display: block;
	font-size: 12px;
}

.zxqq>a{
	display: block;
	width: 100%; height: 100%;
	color:#fff;
	
}

.zxqq>a>i{
	font-size: 24px;
	line-height: 40px;
    padding-top: 10px;
}
.zxqq>a>span{
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.map_list{
	min-height: 492px;
	background:#f7f5f8;
	padding: 40px;
}


.fa-map-marker{	
    width: 40px;
    height: 40px;
    background: #c7c6f2;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-size: 24px;
    color:#333;
}

.map_add{
	font-size: 18px;
	color:#333;
	margin-top: 20px;
}

.map_con{
	font-size: 14px;
	color:#666;
	line-height: 30px;
	margin-top: 50px;
	border-bottom: 1px solid #dedcdf;
	padding-bottom: 40px;
}

.map_con i{
	width: 25px;
	text-align: center;
	margin-right: 5px;
}

.lflx{
	width: 120px; line-height: 36px; height: 36px;
	background: #3252a3;
	color:#fff; font-size: 14px; font-weight: 600;
	text-align: center;
	border-radius: 3px;
	margin: 30px 0 20px 0;
}

.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(/images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(/images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 -168px;
    display: block; 
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(/images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(/images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -80px;
    top: 65px;
    width: 80px;
    height: 80px;
    background:url(/images/top_rwm.jpg);
}

.izl-rmenu .go_home {
    background-image: url(/images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 -240px;
    display: block; 
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}



.zxns_zpgw {
	background:#fafafa;
	border:1px solid #ededed;
	padding:30px;
	margin-bottom:26px;
}
.zpgw_top {
	margin-top:26px;
}
.zxns_zpgw li {
	font-size:14px;
	color:#666666;
	line-height:30px;
}
.zxns_zpgw li span {
	color:#111111;
}
.zxns_zpgw .e-mail,.zxns_zpgw .e-mail a {
	font-size:16px;
	font-weight:bold;
	color:#076c71;
}

.zxns_zpgw a{
	display: block; line-height: 40px; height: 40px;
	background:#3252a3;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.zxns_zpgw a:hover{
	opacity: 0.8;
}



/* Media Queries for custom slider */


.navgation{
	height: 60px; line-height: 60px;
	background:#eee;
}

.navgation li{
	float: left;
	margin-right: 30px;
}

.navgation li a{
	color:#666;
}

.navgation li a:hover{
	color:#3252a3;
}

.navgation li.active a{
	color:#3252a3;
	font-weight: 600;
}

.con_btn{
	display: block;
	text-align: center;
	line-height: 48px;
	background:#3252a3;
	height: 48px;
	color:#fff;
}

.con_btn:hover{
	opacity: 0.8;
	color:#fff;
}
.xz-h{position:relative;}
.xz-h-h2{
	font-size:18px;
	color:#fff;
	margin:0;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom:0;left:0;
	width:100%;
	background-color:#3252a3;
	display:none;
}
.xz-h:hover .xz-h-h2{
	display:block;
}

.video{ width:200px; height:90px; position:fixed; right:20px; bottom:20px ;z-index: 10; }
.video a{ width:200px; height:90px; display:inline-block ; padding:15px;background:url(../image/xsptp1.jpg) no-repeat center center ;border-radius:3px}
.video a:hover{ width:200px; height:90px; display:inline-block ; padding:15px;background:url(../image/xsptp2.jpg) no-repeat center center ;}
.bigzi{ width:190px; height:20px; line-height:20px; float:left; font-size:16px; font-weight:bold; color:#fff }
.smallzi{ width:190px; height:20px; line-height:20px; float:left; font-size:12px; color:#fff }

.videoclick{
	position: fixed;
	top:160px;
	width:100%;
	z-index: 1986;
	text-align: center;
	display:none;
}
.videoclick-1{
	width: 640px;
	margin:0 auto;
	position:relative;
}
.videoclick>video{
	width: 100%;
	margin:0 auto;
}
.videono{
	position:absolute;
	top:0px; right:0;
	width:20px;height:20px;
	z-index: 999999;
}
.videono>i{
	width:20px;height:20px;
	font-size: 20px;
	color:#333;
}

@media screen and (max-width: 1300px) {
    .carousel .carousel-control.left{left: 30px}
    .carousel .carousel-control.right{right: 30px;}
 /*   .carousel .carousel-control:before{
    	color:#fff;
    	opacity: 1;
    }*/
}
@media (max-width:1200px){
	.main_news_right h3{
		margin-bottom:0px;
	}
	.main_news_right > p {
    font-size: 12px;
    margin-top: 5px;
    padding-top: 5px;
    color: #999;
    margin-bottom: 0;
    border-top: 1px solid #ecf0f1;
}
}
@media (max-width:992px){
	.main_news_left {
    width: 35%;
    margin-right: 1.724137931034483%;
    overflow: hidden;
}
	.main_news_right {
    width: 63.27586206896552%;
}
	.img-responsive{
		margin:0 auto;
	}
	.navgation li {
    float: left;
    margin-right: 0;
    width: 12.5%;
}
	.zxqq {
    position: fixed;
    top: auto;
	bottom:200px;
    right: 10px;
    width: 80px;
    height: 80px;
    background: #3252a3;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    z-index: 1987;
}
	.go_top {
    position: fixed;
    top: auto;
	bottom:110px;
    right: 10px;
    width: 80px;
    height: 80px;
    background: #3252a3;
    border-radius: 3px;
    text-align: center;
    padding-top: 17px;
    cursor: pointer;
}

	.aui_state_lock {
    top: 140px!important;
}
		.video {
    width: 200px;
    height: 90px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
	.videoclick>video{
	width: 90%;
	margin:0 auto;
}
}
@media screen and (max-width: 991px) {
    .carousel .carousel-control.left{left: 10px}
    .carousel .carousel-control.right{right: 10px;}
    
}

@media screen and (max-width: 768px) {
	.sj768mt{
		margin-top:20px!important;
	}
    .main_news02 div:first-child{
		margin-bottom: 30px;
	}
	.main_news01 .text_box .text_box_con{
		-webkit-line-clamp:2;
	}
	
	.navgation{
		display: none !important;
	}
}
@media (max-width:768px){
	.mt768{
		margin-top:20px;
	}
	.page_menu a
	{
		display:block;
		margin:10px 0;
		float:none;
		text-align:left;
		}
	.page_menu a:first-child
	{
		float:none;
		}
}
@media screen and (max-width: 580px) {
	.main_news_left{
		width: 100%; margin-right: 0;
	}
	.main_news_right {
    width: 100%;
}
		.videoclick-1{
	width: 300px;
	margin:0 auto;
	position:relative;
}
	#example_video_1{
		width:300px;
	}
}
@media screen and (max-width: 660px) {
	.demo-1 .deco {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}

	.demo-1 [data-icon]:after {
		width: 110px;
		height: 110px;
		line-height: 110px;
		font-size: 40px;
		margin: -55px 0 0 -55px;
	}

	.demo-1 .sl-slide blockquote {
		margin-bottom: -120px;
	}

	.demo-1 .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: -40px;
		letter-spacing: 8px;
	}

	.demo-1 .sl-slide blockquote p:before {
		line-height: 10px;
		width: 40px;
		height: 40px;
		font-size: 120px;
		left: -45px;
	}

	.demo-2 .sl-slider-wrapper {
		height: 500px;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px;
	}

}
.team_box img
{
	max-width:100%;

	}
.banner2{display:none}