@charset "utf-8";
/* CSS Document */

.titleBox {
	padding-top: 64px;
}

.titleBox .title {
    position: relative;
    font-size: 24px;
    color: #3e3014;
    text-align: center;
    padding-bottom: 20px;
}

.titleBox .title::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    background: #990000;
}

.bread{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #eaeaea;
}

.bread a{
	color: #666666;
}

.bgfff{
	background: #fff;
}

.bbf0{
	border-bottom: 1px solid #f0f0f0;
}

.banner{
	position: relative;
}

.banner .swiper-slide a{
	display: block;
	height: 742px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 32px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #222;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #fff;
}

.banner .bannerCon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -25px;
	z-index: 999;
}
.banner .bannerCon a{
	position: absolute;
	top: 0;
	width: 30px;
	height: 51px;
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.banner .bannerCon a#banner-left{
	background: url(../img/common-img/banner-left.png) no-repeat;
	left: 15px;
}
.banner .bannerCon a#banner-right{
	background: url(../img/common-img/banner-right.png) no-repeat;
	float: right;
	right: 15px;
}
.banner .bannerCon a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}


.index-product{
	padding: 82px 0 205px;
}

.index-product-list ul{
	padding:  64px 0 60px;
}

.index-product-list ul li{
	margin-bottom: 30px;
}

.index-product-list ul li a{
	background: #fff;
    background-image: url(../img/common-img/jiantou1.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index-product-list ul li .img{
	overflow: hidden;
}

.index-product-list ul li a .img img{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}  

.index-product-list ul li .text{
	padding: 30px;
	border-top: 1px solid #ebebeb;
}

.index-product-list .text .p1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 12px;
}

.index-product-list .text .p2{
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-product-list ul li a:hover{
	-webkit-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.08);
    background-image: url(../img/common-img/jiantou2.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
}

.index-product-list ul li a:hover .img img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.index-about{
	line-height: 1.5;
	padding: 120px 0;
	background-image: url(../img/common-img/index-about-bg.jpg);
}

.index-about .index-small-title .p1,
.index-about .index-small-title .p2{
	color: #fff;
}

.index-about .dep{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 72px 120px 54px;
}

.index-about .more{
	margin-bottom: 52px;
}

.index-about .more a{
	display: block;
	width: 60px;
	height: 16px;
	margin: 0 auto;
	background: url(../img/common-img/jiantou3.png) center center no-repeat;
}

.index-about .img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.index-news{
	padding: 105px 0 125px;
	background-image: url(../img/main-img/news/index-news-bg.jpg);
}

.index-news .index-news-list{
	padding: 80px 0;
	width: 1220px;
	margin-left: -20px;
}

.index-news .index-news-list ul li{
	float: left;
	width: 50%;	
}

.index-news .index-news-list ul li a{
	position: relative;
	display: block;
	margin-left: 20px;
	background: #fff;
    padding: 50px;
    margin-left: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-image: url(../img/common-img/index-news-bg.jpg);
    background-position: left 63px;
}

.index-news .index-news-list ul li a .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.index-news .index-news-list ul li a .title:before{
    content: "";
    display: inline-block;
    vertical-align: 3px;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    background-color: #faa040;
}

.index-news .index-news-list ul li a .dep{
    margin-top: 20px;
    color: #999999;
    font-size: 12px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 52px;
}

.index-news .index-news-list ul li a .data{
	font-size: 14px;
    line-height: 1.5;
    color: #999;
}

.index-news .index-news-list ul li a:hover{
	background-position: 40px 63px;
	-webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.08);
}


.index-news .index-news-list ul li a:hover .title {
    padding-left: 20px;
}

.index-partner{
	background: #fff;
	padding: 32px 0;
}

.index-partner .inner{
	padding: 0 64px;
}

#index-partner-box{
	position: relative;
}

.index-partner .owl-carousel a.item,
.index-partner .owl-carousel a.item img{
	display: block;
	width: 100%;
}

.index-partner .owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	margin: -18px 0 0 0;
	padding: 0;
	font-size: 26px;
	color: #c3c6ca;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.index-partner .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -54px;
}

.index-partner .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -54px;
}

.index-partner .owl-theme .owl-controls{
	margin: 0;
}

.index-partner .owl-theme .owl-controls .owl-buttons div:hover{
	cursor: pointer;
}

.col-4{
	/*overflow: hidden;*/
}

.col-4 ul{
	margin-left: -20px;
}

.col-4 ul li{
	float: left;
	width: 25%;

}

.col-4 ul li a{
	display: block;
		margin-left: 20px;
}

.col-4 ul li a .img img{
	display: block;
	width: 100%;
	height: auto;
}

.product-list{
	padding: 30px 0;
}

.navType ul li{
	float: left;
}

.navType ul li.li-title{
	margin-right: 20px;
	font-size: 14px;
	color: #666;
}

.navType ul li a{
    display: inline-block;
    padding-right: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}

.navType ul li a.cur{
	border-color: #000;
}

.navType .navType-title{
	display: none;
	height: 40px;
    line-height: 40px;
    background: #eee;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.product-list .index-product-list ul{
	padding: 0 0 16px;
}

.product-list .index-product {
    padding: 36px 0 48px;
}

.page{
	text-align: center;
}

.page a{
	display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    margin: 0 2px;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.page a:hover,
.page a.cur{
	color: #333;
	background: #ddd;
}

.product-xq-left{
	float: left;
	width: 33.333333%;
	background: #fff;
}

.product-xq-left .inner{
	padding: 40px 30px 120px 34%;
}

.product-xq-left .text .title{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.product-xq-left .text .dep{
	margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

.product-xq-left .text .img{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.xiangguan{
	overflow: hidden;
}

.xiangguan .title{
	line-height: 1.5;
    color: #666666;
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dddddd;
}

.xiangguan ul{
	margin-left: -20px;
	margin-top: 20px;
}

.xiangguan ul li{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.xiangguan ul li a{
	display: block;
	margin-left: 20px;
}

.xiangguan ul li a .dep{
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.product-xq-right{
	float: left;
	width: 66.666666%;
	background: #f5f5f5;
}

.product-xq-right .inner{
	margin: 40px 15% 200px;
	background: #fff;
}

.product-xq-right .inner .content{
	padding: 30px;
	font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.product-xq-left img,
.product-xq-right img{
	max-width: 100%;
}

.fanye p{
	float: left;
    width: 50%;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fanye p a{
	display: block;
	font-size: 14px;
    line-height: 1.5;
    color: #666666;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 25px 20px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fanye p:hover{
    background-color: #414141;
    color: #999999;
}

.fanye p:hover a {
    color: #fff;
}

.small-banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.about{
    padding-top: 60px;
    padding-bottom: 200px;
}

.about .about-title{
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #5a5a5a;
    font-weight: bold;
    margin-bottom: 20px;
}

.about .navType .li-title{
	display: none;
}

.about .navType{
	text-align: center;
}

.about .navType li{
	float: none;
	display: inline-block;
}

.about .content{
	margin-top: 32px;
	font-size: 14px;
    line-height: 1.5;
    color: #666666;
    padding: 0 80px;
}

.about .content p{
	margin: 1em 0;
}

.imgs{
	padding: 36px 0 120px;
}

.imgs-list{
	padding: 50px 0 72px;
}

.imgs-list ul{
	margin-left: -10px;
}

.imgs-list ul li{
	float: left;
	width: 25%;
}

.imgs-list ul li a{
	position: relative;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.imgs-list ul li a img{
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.imgs-list ul li a p{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
    color: #fff;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.imgs-list ul li a:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.imgs-list ul li a:hover p{
	bottom: 0;
}

.imgs-xq{
	padding: 54px 0 90px;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.imgs-xq img{
	max-width: 100%;
}

.imgs-xq .content{
	padding-top: 20px;
}

#mapBox{
	height: 300px;
	margin-bottom: 24px;
}

.fankui-title{
	font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #666;
    margin-top: 32px;
    margin-bottom: 46px;
}

.fankui{
	padding: 0 100px;
}

.fankui .input-group{
	margin: 20px;
}

.fankui .input-group label{
    float: left;
    height: 38px;
    line-height: 38px;
    width: 70px;
    text-align: right;
     font-size: 14px;
    color: #666666;
    padding: 0 10px;
}

.fankui .input-group label i{
	color: #c00;
	font-style: normal;
}

.fankui .input-group .input-box{
	margin-left: 90px;
}

.fankui .input-group input[type=text]{
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    height: 38px;
    line-height: 2;
    padding: 5px 5px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: table-cell;
    vertical-align: middle;
}
.fankui .input-group textarea {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 5px;
    width: 100%;
    -webkit-transition: all .2s ease;
    resize: none;
    overflow-y: auto;
    transition: all .2s ease;
}
.fankui .textarea label{
	margin-top: 14px;
}

.fankui .verify input[type=text]{
	width: 80px;
	display: inline-block;
	margin-right: 4px;
}

.verify-img{
	display: inline-block;
	width: 104px;
	height: 36px;
	border: 1px solid #dddddd;
}

.fankui .verify input[type=submit]{
	border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 40px;
    background: #faa040;
    font-size: 18px;
    color: #fff;
    margin-left: 90px;
    float: right;
    cursor: pointer;
}

.fankui-box{
	padding-bottom: 72px;
}

.anchorBL{
	display: none !important;
}

.news{
	padding: 32px 0 72px;
}

.news .navType{
	margin-bottom: 54px;
}

.news-list{
	padding-bottom: 32px;
}

.news-list ul li{
	margin-left: 20px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #f0f0f0;
    padding-left: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list ul li a.img{
    display: block;
    float: right;
    text-align: center;
}

.news-list ul li a.img img {
	display: inline;
    max-width: 80%;
}

.news-list ul li .text .title{
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.news-list ul li .text{
	line-height: 1.5;
}

.news-list ul li .text .title a{
	color: #717171;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list ul li .text .data{
    margin-top: 4px;
    color: #7d7d7d;
    font-size: 14px;
}

.news-list ul li .text .dep{
	overflow: hidden;
    padding-right: 80px;
    color: #7d7d7d;
    line-height: 24px;
    margin-top: 24px;
    font-size: 14px;
}

.news-list ul li .text a.more2{
    display: inline-block;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    margin-top: 20px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list ul li:hover {
    padding-left: 60px;
}

.news-list ul li:hover .text .title a{
    color: #000;
}

.news-list ul li:hover .text a.more2{
    background-color: #5d5d5d;
    color: #fff;
}

.news-xq{
	padding: 80px 0 104px;
	line-height: 1.5;
}

.news-xq .title{
    font-size: 18px;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-xq .data{
	margin-top: 10px;
    text-align: center;
    color: #999999;
    margin-bottom: 50px;
    font-size: 14px;
}

.news-xq .text{
    line-height: 1.8;
    border-top: 1px dotted #e5e5e5;
    padding-top: 40px;
    font-size: 14px;
    color: #666;
}

.news-xq .text img{
	max-width: 100%;
}

.news-xq .fanye{
	margin-top: 46px;
}



























