div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; 
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.img-box{

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;

}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}




.title-11{
	position: relative;
 border-bottom:3px solid #023b91; 
}

.title-11-h1{
	font-size: 28px;
	color: #023b91;
	text-align: center;
}
.title-11-h1 img{
	vertical-align:middle;
	margin-right: 20px;
}

.more22{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 59px;
	height: 59px;
	font-size: 14px;
	color:#333;
	text-align: center;
	
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px 10px 0;
	line-height: 1.4;
}
.more22:hover{
	font-weight: bold;
}


.main3{

	background-repeat: no-repeat;
	background-position: center 165px;
	padding: 45px 0 80px;
}


.main3-1-list-wp{
	margin-top: 25px;
}

.main3-1-list .item{
	padding: 10px;
	padding-bottom: 0;
}


.main3-1-list .owl-dots {
    margin-top: 35px;
}
.main3-1-list .owl-dots .owl-dot{
    margin:0 7px;
}
.main3-1-list .owl-dot span{
    width: 33px;
    display: block;
    height: 33px;
}

.main3-1-list .owl-nav button.owl-prev{
    position: absolute;
    left:-90px;
    top: 50%;
    margin-top: -20px;
    width: 48px;
    height: 48px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.main3-1-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}

.main3-1-list .owl-nav button.owl-next{
    position: absolute;
    right:-90px;
    top: 50%;
    margin-top: -20px;
    width: 48px;
    height: 48px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}

.main3-1-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}


.main3-1-pic{
	background-color: #f7f7f7;
	border:5px solid #f7f7f7;
	padding: 10px;
	transition: .3s;
        box-shadow: 0px 0px 5px #666;
}
.main3-1-pic .imgbox_a{
	padding-bottom: 149.324%;
}
	.main3-1-pic .imgbox_a h2 {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 15;
		margin: 0;
		font-size: 14px;
		color: #fff;
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
		background-color: rgba(0,0,0,0.35);
		font-weight: 500;
		
	}
.main3-1-item:hover .main3-1-pic .imgbox_a h2 {
	background-color: #fd7d00;
}
.main3-1-item h1 {
	margin: 0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	line-height: 1.5;
	font-weight: 500;
}
.main3-1-item a {
	
	color: #333;
	
}
.main3-1-item:hover .main3-1-pic {
	background-color: #fff;
	border-color: #fd7d00;
	box-shadow: 0px 2px 9.7px 0.3px rgba(91, 2, 0, 0.3);
}
.main3-1-item:hover h1{
	color: #832422;
}

.main3-2{
	margin-top: 55px;
}


.main3-2-1{
	width: 510px;
	margin-right: 40px;
}

.main3-2-div{
	height: 377px;
	background-image: url(../images/main3-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 29px;
	
}
.main3-2-div1{
	padding: 30px	50px 0
}
.main3-2-div2{
	padding: 35px	28px 0
}
.main3-2-item-ico{
	width: 86px;
	margin:0 auto;
	padding: 18px 0;
	background-image: url(../images/main3-2-item-ico-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.main3-2-item-ico img{
	display: block;
	width: 50px!important;
	margin:0 auto;
}
.main3-2-item>a{
	display: block;
}
.main3-2-item>a:hover .main3-2-item-ico{
	background-image: url(../images/main3-2-item-ico-bgh.png);
}
.main3-2-item>a:hover h1{
	color: #832422;
}
.main3-2-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 5px;
}
.main3-2-item+.main3-2-item{
	margin-top: 10px;
}

.main3-2-1-list .owl-dots {
    margin-top: 12px;
}
.main3-2-1-list .owl-dots .owl-dot{
    margin:0 10px;
}
.main3-2-1-list .owl-dot span{
    background-image: url(../images/owl-dot-ico2.png);
}

.main3-2-1-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico2h.png);

}


.main3-2-1-2-pic .imgbox_a{
	padding-bottom:75.4%;
}

.main3-2-1-2-item+.main3-2-1-2-item{
	margin-top: 10px;
}
.main3-2-1-2-item>a{
	display: block;
}
.main3-2-1-2-item>a:hover h1{
	color: #832422;
}
.main3-2-1-2-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}


.main3-2-1-2-list .owl-dots {
    margin-top: 20px;
}
.main3-2-1-2-list .owl-dots .owl-dot{
    margin:0 10px;
}
.main3-2-1-2-list .owl-dot span{
    background-image: url(../images/owl-dot-ico2.png);
}

.main3-2-1-2-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico2h.png);

}


.main3-2-2{
	overflow: hidden;
	padding-top: 19px;
}

.main3-2-2 dl{
	margin:0;
}
.main3-2-2 dd+dd{
	margin-top: 19px;
}
.main3-2-2 dd>a.imgbox_a{
	padding-bottom: 35.353%;
}
.main3-2-2 dd>a.imgbox_a span{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.main3-2-2 dd>a.imgbox_a:hover span{
	font-weight: bold;
}
.main3-3{
	padding: 50px 0;
}
.main3-3-bg{
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-3-bg.png);
}


.main3-4{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.main3-4::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	z-index: 5;
	background-image: url(../images/heidi2.png);
}
.main3-4>a{
	display: block;
	position: relative;
	z-index: 25;
}
.main3-4>a::before{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	left: 50%;
	margin-left: -27px;
	content:"";
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bo.png);
	z-index: 15;
}
.main3-4>a::after{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 16px;
	height: 224px;
	content:"";
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/hua0.png);
	z-index: 5;
}
.main3-4>a i.hua1{
	position: absolute;
	left: 14px;
	top: 16px;
	bottom: 16px;
	width: 26px;
	z-index: 5;
	background-image: url(../images/hua1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main3-4>a i.hua2{
	position: absolute;
	right: 14px;
	top: 16px;
	bottom: 16px;
	width: 26px;
	z-index: 5;
	background-image: url(../images/hua2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main3-4>a:hover .main3-4-wen-wp{width: 680px;}
.main3-4-wen-wp{
	transition: width .3s;
	width: 730px;
	margin:0 auto;
	padding: 92px 0 93px;
	
}

.main3-4-wen{
	width: 271px;
}

.main3-4-wen img{
	display: block;
	width: 100%;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1400px;
		padding-left: 0;
		padding-right: 0;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}