﻿html,body{font-family: "Microsoft YaHei" ,"微软雅黑" ,Helvetica Neue,Tahoma,Arial;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.row {margin: 0;}
.jumbotron,.container{ padding: 0;}

a{
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover{
	text-decoration:none;
	color: #00529d;	
}

.header-bg{
	background-image: url(../images/header_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    width: 100%;
    height: 130px;
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.header-bg.no{
	height: 110px;	
}
.header-bg .header_nav {
    zoom: 1;
    width: 1440px;
    height: 110px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
@media (max-width: 1440px){
	.header-bg .header_nav{
		width: 100%;
	}
}


.header-bg .header_nav .header_logo{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 9px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	position: absolute;
}
.header-bg .header_nav .header_logo img{
	height: 110px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.header-bg.no .header_nav .header_logo{
	padding-top: 15px;
}
.header-bg.no .header_nav .header_logo img{
	height: 80px;
}
.header-bg .header_nav .header_nav_box{
	width: 100%;
	height: 94px;
	border-bottom: 1px solid #e5e5e5;
}

.header-bg .header_nav .header_logo2{
	padding-top: 55px;
	padding-right: 0;
}
.header-bg .header_nav .header_zh{
	width: 100%;
	text-align: right;
	margin-bottom: 35px;
}
.header-bg .header_nav .header_zh a{
	color: #898989;
	display: inline-block;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 14px;
}
.header-bg .header_nav .header_zh a:hover{
	color: #00529d;
}
.header-bg .header_nav .header_right{
	padding-left: 0;
}
.header-bg .header_nav .header_list{
	width: 100%;
	text-align: right;
}
.header-bg .header_nav .header_list.nav>li{
	display: inline-block;
	float: none;
}
.header-bg .header_nav .header_list.nav.nav>li>a{
	padding: 0;
	padding-left: 15px;
	color: #898989;
	font-size: 16px;
}
.header-bg .header_nav .header_list.nav.nav>li>a:focus, 
.header-bg .header_nav .header_list.nav.nav>li>a:hover{
	background: none;
	color: #00529d;
} 
@media (max-width: 1200px){
	.header-bg .header_nav .header_list.nav.nav>li>a{
		padding-left: 8px;
		font-size: 16px;
	}
}

.header_top{
	width: 100%;
	height: 130px;
	padding: 0;
	margin: 0;
}

.index_slide{
	height: 450px;
}
@media (max-width: 1200px){
	.index_slide{
	height: 300px;
}
}
.index_slide .swiper-slide,
.pro_slide .swiper-slide{
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;	
}
.index_slide .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;	
}
.index_slide .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.index_slide .swiper-pagination-bullett{
	color: #fff;
	background: #000000;
	opacity: .2;
    filter:Alpha(opacity=20);
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00529d;
	opacity: .8;
    filter:Alpha(opacity=80);
}
.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .5;
    filter:Alpha(opacity=50);
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background-size: 40px 40px;
}
.swiper-button-prev{
	left: 50px;
	right: auto;
	background-image: url(../images/ljt.png);
}
.swiper-button-next{
	right: 50px;
	left: auto;	
	background-image: url(../images/rjt.png);
}
.swiper-button-next:hover, 
.swiper-button-prev:hover{
	opacity: 1;
    filter:Alpha(opacity=100);
}

.index_category{
	padding-bottom: 20px;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	top: -50px;
	z-index: 11;
	box-shadow: 0 0 20px -5px #236ca4;
}
.index_category_box{
	padding-top: 20px;
	height: 80px;
	margin-top: 20px;
	border-left: 1px solid #dddddd;
	text-align: center;
	position: relative;
	background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(0, 82, 157)), to(rgb(0, 146, 206)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-weight: bold;  
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.index_category_box.first{
	border-left: 0px solid #dddddd;
}

.index_category_box a{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: 0;
	left: 0;
}
.index_category_box:hover{
	background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(0, 146, 206)), to(rgb(255, 0, 0)));
}
.indexPic{
	padding-left: 0;
	padding-right: 0;
}
.indexPic .box{
	overflow: hidden;
	border-radius: 20px;
}
.indexPic .box .thumbnail{
	padding: 0;
	border: 0px;
	margin: 0;
	overflow: hidden;
	background-color: #2269a1;
}
.indexPic .box .thumbnail .name{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 25%;
	color: #fff;
	font-size: 48px;
	text-shadow: 1px 1px 5px #000000;
	text-align: center;
}

.indexPic .box .thumbnail a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.indexPic .box .thumbnail img{
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}
.indexPic .box:hover .thumbnail img{
	opacity: .6;
	filter: alpha(opacity=60);
}

.indexTrait{
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.indexTrait .col-lg-4{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
}
.indexTrait .thumbnail{
	margin: 0px;
	padding: 0;
	border: 0px;
	border-radius: 0;
	margin-top: 10px;
}
.indexTrait .txt{
	padding-left: 0;
	color: #777777;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.indexTrait .txt h3{
	margin-top: 10px;
	color: #000;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.indexTrait .txt:hover{
	color: #00529d;	
}
.indexTrait .txt:hover h3{
	color: #00529d;	
}
.indexNews{
	margin-top: 80px;
	margin-bottom: 80px;
}
.indexTitle{
	text-align: center;
	margin-bottom: 40px;	
	padding-bottom: 10px;
	
}
.indexTitle .name{
	font-size: 36px;
	color: #575757;
	font-weight: 400;
	line-height: 20px;
}
.indexTitle .name span{
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.indexTitle .name span::before{
	border:0 none;
	bottom:0;
	content:"";
	position:absolute;
	transition-duration:.3s;
	transition-property:transform;
	transition-timing-function:ease-out;
	-moz-transition-duration:.3s;
	-moz-transition-property:transform;
	-moz-transition-timing-function:ease-out;
	-webkit-transition-duration:.3s;
	-webkit-transition-property:transform;
	-webkit-transition-timing-function:ease-out;
	z-index:-1;
	border-bottom: 2px solid #575757;
	width: 80%;
	height: 1px;
	bottom: -10px;
	left: 10%;
}

#swiper-container3 .swiper-slide.photos{
	position: relative;
}
#swiper-container3 .swiper-slide.photos a{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}
#swiper-container3 .swiper-slide .item {
    overflow: hidden;
    padding: 0px;
    border-radius: 0;
    border: none;
    position: relative;
    background: #fff;
    cursor: pointer;
}
#swiper-container3 .swiper-slide .item img {
    border:1px solid #b4b4b4;
    border-radius: 10px;
    width: 100%;
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
#swiper-container3 .swiper-slide.photos .name {	
	margin-top: 20px;
    width: 100%;
    padding: 5px 15px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 0px solid #d1d1d1;
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
#swiper-container3 .swiper-slide.photos .name .title{
	font-size: 20px;
	margin: 5px 0px 15px 0;
	 line-height: 25px;
	 color: #000;
}
#swiper-container3 .swiper-slide.photos .name .more{
	margin-top: 20px;
	 color: #2d5fd5;
}


#swiper-container3 .swiper-slide:hover .item img {
    opacity: .8;
	filter: alpha(opacity=80);
	border: 1px solid #00529d;
}


.footer{
	margin-bottom: 30px;
}


.footerNav{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	margin: 20px 0;
	color: #656565;
}
.footerNav a{
	color: #656565;
}
.footerNav .nav>li>a{
	padding: 7px;
}

.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:5px;bottom:50px; z-index: 999;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:10px; border-radius: 5px; box-shadow: 0 0 5px 0px #e1e0e0; position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}

.route{
	margin-top: -30px;
	z-index: 999;
	position: relative;
	margin-bottom: 80px;
}
.route a{
	color: #a5a5a5;
}
.about{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 60px;
}
.about .introduction{
	margin-top: 30px;
}
.about .pic .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none;
}
.about .txt{
	line-height: 20px;
	font-size: 14px;
}
.about .txt p{
	text-indent: 2em;
}

.culture{
	padding-top: 60px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 60px;
}

.culture .item{
	cursor: pointer;
	text-align: center;
	color: #8d8d8d;
	font-size: 16px;
	width: 96%;
	border-radius: 15px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 50px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);/**/
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));/**/
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: -o-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: -ms-linear-gradient(top,  #ffffff 0%, #ffffff 100%);/**/
	background: linear-gradient(to bottom,  #ffffff 0%, #ffffff 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);/* ie6 - ie8*/	
}
.culture .item:hover{
	color: #fff;	
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #00529d;
	background: -moz-linear-gradient(top, #0092ce 0%, #00529d 100%);/**/
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #0092ce), color-stop(100%, #00529d));/**/
	background: -webkit-linear-gradient(top,  #0092ce 0%, #00529d 100%);/**/
	background: -o-linear-gradient(top,  #0092ce 0%, #00529d 100%);/**/
	background: -ms-linear-gradient(top,  #0092ce 0%, #00529d 100%);/**/
	background: linear-gradient(to bottom,  #0092ce 0%, #00529d 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092ce', endColorstr='#00529d', GradientType=0);/* ie6 - ie8*/
}
.culture .item .pic{
	width: 152px;
	height: 152px;
	border: 3px solid #00529d;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;	
	background-repeat: no-repeat;
	background-position: left center;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;	
}
.culture .item:hover .pic{
	background-position: right center;
	border: 3px solid #fff;
}
.culture .item .title{
	font-size: 24px;
	margin-bottom: 10px;
}
.culture .item .txt{
	width: 80%;
	margin: 0 auto;
}

.course{
	padding-top: 60px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 60px;
}
.course .item.thumbnail{
	overflow: hidden;
    padding: 0px;
    border-radius: 0;
    border: none;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.course #swiper-container4 .swiper-slide .item img {
    border:1px solid #b4b4b4;
    border-radius: 10px;
    width: 100%;
    -moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.course #swiper-container4 .swiper-slide:hover .item img {
    opacity: .8;
	filter: alpha(opacity=80);
	border: 1px solid #00529d;
}

.honor{
	padding-top: 60px;
	padding-bottom: 60px;
}

.honor .item.thumbnail{
	overflow: hidden;
    padding: 0px;
    border-radius: 0;
    border: none;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.product_category{	
	position: relative;
	top: -50px;
	z-index: 11;	
}
.product_category .box{
	background-color: #fff;
	box-shadow: 0 0 20px -5px #236ca4;
	padding: 20px 0;
	border-radius: 20px;
	text-align: center;
	color: #00529d;
	position: relative; 
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);/**/
	background: -webkit-gradient(linear, left, right, color-stop(0%, #ffffff), color-stop(100%, #ffffff));/**/
	background: -webkit-linear-gradient(left,  #ffffff 0%, #ffffff 100%);/**/
	background: -o-linear-gradient(left,  #ffffff 0%, #ffffff 100%);/**/
	background: -ms-linear-gradient(left,  #ffffff 0%, #ffffff 100%);/**/
	background: linear-gradient(to right,  #ffffff 0%, #ffffff 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);/* ie6 - ie8*/	
}
.product_category .box.in,
.product_category .box:hover{
	color: #fff;	
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background: #00529d;
	background: -moz-linear-gradient(left, #00529d 0%, #0092ce 100%);/**/
	background: -webkit-gradient(linear, left, right, color-stop(0%, #00529d), color-stop(100%, #0092ce));/**/
	background: -webkit-linear-gradient(left, #00529d 0%, #0092ce 100%);/**/
	background: -o-linear-gradient(left, #00529d 0%, #0092ce 100%);/**/
	background: -ms-linear-gradient(left, #00529d 0%, #0092ce 100%);/**/
	background: linear-gradient(to right, #00529d 0%, #0092ce 100%);/*用线性渐变创建图像*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529d', endColorstr='#0092ce', GradientType=0);/* ie6 - ie8*/
}
.product_category .box a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.productBox {
	margin-bottom: 25px;
	border-radius: 10px;	
}
.productBox a{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff; 
    padding-bottom: 15px;  
}

.productBox .img .thumbnail {
	padding: 0px;
	border: none;
	margin: 0;	
}

.productBox .img .thumbnail img{
	border-radius: 10px;
	-webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
}
.productBox a.active .img .thumbnail img, 
.productBox a:focus .img .thumbnail img, 
.productBox a:hover .img .thumbnail img {
    box-shadow: 0px 0px 6px #00529d;
}
.productBox .txt {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	display: block;
	color: #6c6d6c;
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-bottom: 15px;
    padding: 0 10px;
}
.productBox a:hover .txt {
	color: #00529d;
	border-bottom: 1px solid #00529d;
}
.productPage nav{
	text-align: center;
}
.page_show {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Verdana", sans-serif;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.page_show * {
	padding: 2px 6px;
	margin: 0;
}
.page_show a {
	border: solid 1px #909090;
	background-color: #EFEFEF;
	color: #909090;
	text-decoration: none;
	margin: 0 2px;
}
.page_show a:visited {
	border: solid 1px #666666;
	background-color: #EFEFEF;
	color: #60606F;
	text-decoration: none;
}
.page_show a:hover, 
.page_show a:active,
.page_show a.page_current {
	border: solid 1px #ee7800;
	background-color: white;
	color: #ee7800;
	text-decoration: none;
}
.tis{
	font-size: 18px;
	text-align: center;
	padding: 50px;
	color: #ff0000;
}
.productShow .img .thumbnail{
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
.productShow .list li{
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
	font-size: 16px;
	padding: 10px;
	-webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/j.png);
}
.productShow .list li:hover{
	border-bottom: 1px solid #00529d;
}
.productShow .list li a{
	color: #6c6d6c;
	-webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
}
.productShow .list li:hover a{
	color: #00529d;
}
.productShow .list li.bigClass{
	font-size: 24px;
	padding-left: 0;
	color: #00529d;
}
.productShow .list li.bigClass a{
	color: #00529d;
}


.productShow .swiper-container {
        width: 100%;
        height: 606px;
        margin-left: auto;
        margin-right: auto;
}
.productShow .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.productShow .gallery-top {
    height: 606px;
    width: 100%;    
    border-radius: 20px;
}
.productShow .gallery-thumbs {
    height: 606px;
    box-sizing: border-box;
    padding: 0;
}
.productShow .gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
    border-radius: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.productShow .gallery-thumbs .swiper-slide-active {
    opacity: .8;
    filter: alpha(opacity=80);
}
.productDetail{
	margin-top: 20px;
}
.productDetail .title{
	color: #226fa6;
	font-size: 24px;
	padding-bottom: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.productDetail .detail{
	color: #6c6d6c;
	font-size: 16px;
	line-height: 25px; 
}

.newsSlide .swiper-wrapper{
	height: 520px;
}
.newsSlide .swiper-wrapper .swiper-slide .txt{
	height: 520px;
	padding-right: 0;
}
.newsSlide .swiper-wrapper .swiper-slide .txt .box{
	height: 350px;
	background-color: #dde9f2;
	border-radius: 20px;
	margin-top: 60px;
	padding:10%;
}
.newsSlide .swiper-wrapper .swiper-slide .txt .box .title{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6px;
}
.newsSlide .swiper-wrapper .swiper-slide .txt .box .date{
	color: #3b3b3b;
	font-size: 16px;
	margin-bottom: 15px;
}
.newsSlide .swiper-wrapper .swiper-slide .txt .box .text{
	color: #000;
	font-size: 16px;
	height: 160px;
}
.newsSlide .swiper-wrapper .swiper-slide .txt .box .more{
	color: #000;
	font-size: 20px;
}
.newsSlide .swiper-wrapper .swiper-slide .photo{
	height: 520px;
	padding-left: 0;	
	overflow: hidden;
}
.newsSlide .swiper-wrapper .swiper-slide .photo .thumbnail{
	padding: 0;
	border: none;
	border-radius: 20px;
	overflow: hidden;
}
.newsList{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdddd;
	margin-top: 25px;
}
.newsList .box{
	border-radius: 20px;
	background-color: #fff;
	padding: 20px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	position: relative;	
}
.newsList .box:hover{
	box-shadow: 0 0 20px -5px #236ca4;
}
.newsList .box .thumbnail{
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0px;
}
.newsList .box .title{
	margin-top: 30px;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
.newsList .box .text{
	font-size: 16px;
	color: #666666;
	height: 100px;
}
.newsList .box .date span{
	float: right;
	font-size: 20px;
}
.newsList .box a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.newsShow .left .title{
	margin-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdddd;
	text-align: center;
}
.newsShow .left .title .name{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.newsShow .left .text{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dcdddd;
	margin-bottom: 30px;
}
.newsShow .left .text p{
	text-indent: 2em;
}
.newsShow .left .text img{
	width: 100%;
	margin: 20px auto;
}
.newsShow .left .more{
	margin-bottom: 40px;
}
.newsShow .left .more a{
	color: #666666;
	display: inline-block;
}
.newsShow .left .more a:hover{
	color: #0080d3;
}
.newsShow .left .more a.right{
	float: right;
}

.newsShow .right .title{
	margin-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdddd;
	font-size: 26px;
}
.newsShow .right ul{
	padding: 0;
	padding-left: 20px;
}
.newsShow .right ul li{
	list-style: none;
	margin-bottom: 20px;
	background-image: url(../images/d.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.newsShow .right ul li a{
	font-size: 16px;
	color: #000;
}
.newsShow .right ul li a:hover{
	color: #1f74ab;
}

.jobTop .ad{
	font-size: 24px;
	color: #6c6d6c;
	text-align: center;
	margin-bottom: 35px;
}
.jobTop .box{
	text-align: center;
	margin-bottom: 25px;
}
.jobTop .box .thumbnail{
	border: none;	
	padding: 0;
	overflow: hidden;
}
.jobTop .box .thumbnail img{
	border-radius: 10px;
}
.jobTop .box .name{
	font-size: 24px;
	margin-bottom: 10px;
}
.jobTop .box .txt{
	font-size: 14px;
}
.job{
	margin-top: 120px;
	margin-bottom: 35px;
}
.job .ad{
	font-size: 24px;
	color: #6c6d6c;
	text-align: center;
	margin-bottom: 35px;
}

.panel.jobBox {
	border: none;
	border-bottom: 1px solid #c3c0c2;
	border-radius: 0px;
	box-shadow: none;
	margin: 20px auto;
	color: #6c6d6c;
}
.jobBox .panel-heading {
	border: none;
	width: 100%;
	position: relative;
	background: none;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.jobBox .panel-heading .name {
	font-size: 26px;
	line-height: 40px;
	color: #6c6d6c;
}
.jobBox .panel-heading .department {
	font-size: 18px;
	line-height: 35px;
}
.jobBox .panel-heading .num {
	font-size: 16px;
	line-height: 35px;
	color: #6c6d6c;
}
.jobBox .panel-heading  .blue {
	color: #226ea6;
	font-size: 20px;
	font-weight: bold;
}
.jobBox .panel-heading a {
	position: absolute;
	right: 0;
	background-image: url(../images/jobBottom.png);
	background-repeat: no-repeat;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	top: 47px;
	width: 53px;
	height: 27px;
	background-size: 53px 27px;
}
.jobBox .panel-heading a.collapsed {
	transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}


.contactMap,
.contactList,
.contactFrom{
	margin-bottom: 30px;
}


.contactList .box {
	padding: 30px;		
}
.contactList .box .thumbnail {
	cursor: pointer;
	margin: 0 auto;
	width: 100%;
	height: 278px;
	border: none;
	border-radius: 20px;
	text-align: center;
	padding: 40px 30px;
	background-color: #fff;
	box-shadow: 0 0 20px -5px #cccccc;
	text-align: center;
	color: #00529d;
	position: relative;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.contactList .box .thumbnail:hover {
	color: #fff;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #00529d;
    background: -moz-linear-gradient(top, #0092ce 0%, #00529d 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #0092ce), color-stop(100%, #00529d));
    background: -webkit-linear-gradient(top, #0092ce 0%, #00529d 100%);
    background: -o-linear-gradient(top, #0092ce 0%, #00529d 100%);
    background: -ms-linear-gradient(top, #0092ce 0%, #00529d 100%);
    background: linear-gradient(to bottom, #0092ce 0%, #00529d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092ce', endColorstr='#00529d', GradientType=0);
}
.contactList .box .thumbnail:hover a {
	text-decoration: none;
	color: #fff;
}
.contactList .box .thumbnail a .img1 {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: block;
}
.contactList .box .thumbnail a .img2 {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: none;
}
.contactList .box .thumbnail:hover a .img1 {
	display: none;
}
.contactList .box .thumbnail:hover a .img2 {
	display: block;
}
.contactList .box .thumbnail .name{
	text-align: center;;
	width: 100%;
}
.contactList .box .thumbnail .name span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    color: #000;
    transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.contactList .box .thumbnail .name span::before {
    border: 0 none;
    bottom: 0;
    content: "";
    position: absolute;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    border-bottom: 2px solid #717271;
    width: 80%;
    height: 1px;
    bottom: 6px;
    left: 10%;
}
.contactList .box .thumbnail .caption{
	color: #6c6d6c;
	 transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.contactList .box .thumbnail:hover .name span {
    color: #fff;
}
.contactList .box .thumbnail:hover .name span::before {
	border-bottom: 2px solid #fff;
}
.contactList .box .thumbnail:hover .caption{
	color: #fff;
}

.contactFrom{
	padding-top: 50px;
}
.contactFrom .input-group{
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	border: none;
	overflow: hidden;
}
.contactFrom .input-group .form-control{
	margin-top: -1px;
	border: none;
	border-bottom: 2px solid #dcdcdc;
	height: 60px;
}
.contactFrom .tj{
	text-align: center;
}
.product_slide{
	height: 400px;
}
.contactMap .map #allmap{
	width: 100%;
	height: 500px;
}

@media (max-width: 768px){
	.header-bg,
	.header-bg.no {
	    height: 100px;
	}

	.header-bg .header_nav{
		height: 100px;
	}
	.header-bg .header_nav .header_logo,
	.header-bg.no .header_nav .header_logo {
	    width: 40px;
	    padding-top: 9px;
	}
	.header-bg .header_nav .header_logo img,
	.header-bg.no .header_nav .header_logo img {
    	height: 40px;
	}
	.header-bg .header_nav .header_logo2 {
	    padding-top: 18px;
	    padding-left: 40px;
	    position: relative;
	    z-index: 22;
	}
	.header-bg .header_nav .header_logo2 img{
		height: 18px;
	}
	.header-bg .header_nav .header_right {
	    padding-left: 0;
	    padding-right: 0;
	}
	.header-bg .header_nav .header_list{
		text-align: left;
	}
	.header-bg .header_nav .header_list.nav.nav>li>a {
	    padding: 0px 3px;
	    font-size: 14px;
	}
	.header-bg .header_nav .header_zh {
	    margin-bottom: 30px;
	}
	.header_top {
	    height: 130px;
	}
	.route{
		display: none;
	}
	.index_slide {
	    height: 220px;
	}
	.index_category{
		margin-right: 10px;
		margin-left: 10px;
		padding-bottom: 10px;
	}
	.index_category_box{
		padding-top: 0px;
		height: 50px;
    	margin-top: 10px;
    	font-size: 14px;
	}
	.indexPic .box .thumbnail .name{
	    padding-top: 20%;
	    font-size: 18px;    
	}

	#swiper-container3 .swiper-slide.photos .name {
	    margin-top: 10px;
	    font-size: 14px;
	    line-height: 16px;
	}
	#swiper-container3 .swiper-slide.photos .name .title {
	    font-size: 16px;
	    margin: 5px 0px 10px 0;
	    line-height: 18px;
	}
	.culture .item{
		font-size: 14px;
	}
	.culture .item .txt{
		width: 100%;
		min-height: 120px;
	}
	.product_category{
		top: -38px;
	}
	.product_category .box{
		padding: 15px 0;
	}
	.product_category .box h3{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.productShow .gallery-top{
		height: 306px;
	}
	.newsSlide .swiper-wrapper {
	    height: 150px;
	}
	.newsSlide .swiper-wrapper .swiper-slide .txt .box{
		height: 120px;
		margin-top: 10px;
		overflow: hidden;
	}
	.newsSlide .swiper-wrapper .swiper-slide .txt .box .title{
		font-size: 14px;
	}
	.newsSlide .swiper-wrapper .swiper-slide .txt .box .date {
    color: #3b3b3b;
    font-size: 12px;
    margin-bottom: 50px;
}
.newsList{
	margin-right: 15px;
	margin-left: 15px;
	border: none;
}
.newsList .box{
	padding: 15px 0px;
    box-shadow: 0 0 20px -5px #236ca4;
}
.newsList .box .title {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.newsList .box .text {
    font-size: 14px;
    color: #666666;
    height: 130px;
}
.newsList .box .date span {
    float: right;
    font-size: 16px;
}
.jobTop .ad,
.job .ad {
    font-size: 16px;
    padding: 0 15px;
}
.contactList .box {
    padding: 20px;
}
.contactMap .map #allmap{
	width: 100%;
	height: 300px;
}
}