

/*banner*/
.banner{
	height: 490px;
	position: relative;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 490px;
	background: #FFF;
	overflow: hidden;
}

.fullSlide .bd {
	height: 490px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 490px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 490px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 30px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 3px;
	background-color: #333;
	overflow: hidden;
	line-height: 99px;
	border: 2px solid #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
	width: 50px;
	background: #1155aa;
	border-radius: 9px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.fullSlide .prev {
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	left: 10%;
}

.fullSlide .next {
	background-position: -6px -137px;
	right: 10%;
}

/* search */
.search{
    width: 100%;
    height: 80px;
    background: #f9f7f7 url(../images/search.png) no-repeat center;
}


.rmgj-n-r {
	float: left;
	width: 341px;
	margin-top: 23px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	height: 36px;
	margin-left: 425px;
}

.rmgj-n-r .text-1 {
	width: 298px;
	padding-left: 10px;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	height: 35px;
	color: #ccc;
	outline: none;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background: transparent;
}

.keytext span {
	padding-right: 10px;
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
}

.submit {
	width: 42px;
	float: left;
	padding: 0;
	text-align: center;
	height: 34px;
	vertical-align: middle;
	cursor: pointer;
	background: transparent;
}



/* products */
.products{
    width: 100%;
    height: 946px;
    background: #f9f7f7;
    overflow: hidden;
}

.title h3{
    padding-top: 30px;
    font-size: 32px;
    text-align: center;
}

.title h3 i{
    color: #1155aa;
}
.title p{
    font: 19px/36px airal;
    text-align: center;
    color: #d0d0d0;
}

.titleLine1{
    width: 99px;
    height: 15px;
    background: url(../images/title-1.png) no-repeat center;
    margin: 5px auto;
}

.products-top{
    width: 1140px;
    height: 164px;
    margin: 20px auto 0;
    border: 2px solid #e5e5e5;
    padding: 18px;
}

.products-top ul li .productsMenu{
    width: 278px;
    height: 39px;
    background: url(../images/productsMenu.jpg) no-repeat center;
}
.products-top ul li .productsMenu a{
    padding: 5px;
    width: 268px;
    height: 29px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    font: 14px/29px "micosoft yahei";
    color: #fff;
}

.products-top ul li {
    height: 50px;
    margin-bottom: 10px;
}

.productsList{
    width: 850px;
}
.productsList a{
    display: inline-block;
    font: 14px/25px "micosoft yahei";
    padding: 0 10px;
    width: 189px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition:.5s;
    transition:.5s;
}

.productsList a:hover{
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #1155aa;
}

.productsBottom ul li{
    width: 250px;
    height: 250px;
    margin: 30px 22px 0;
    float: left;
}

.productsBottom ul li img{
    width: 250px;
    height: 210px;
    padding: 5px 5px 0 5px;
    background: #fff;
    display: block;
    -webkit-transition:.5s;
transition:.5s;
}

.productsMore{
    width: 250px;
    padding: 5px;
    background: #fff;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
-webkit-transition:.5s;
transition:.5s;
}
.productsMore i{
    display: inline-block;
    color: #333;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
-webkit-transition:.5s;
transition:.5s;
}
.productsMore i:after,.productsMore i:before{
    content: "-";
    display: inline-block;

    padding: 0 10px;
}

.productsBottom ul li:hover img{
    background: #1155aa;
}

.productsBottom ul li:hover .productsMore{
    background: #1155aa;
    color: #fff;
}

.productsBottom ul li:hover .productsMore i{
    color: #fff;
}


/* mbanner1 */
.mbanner1{
    width: 100%;
    height: 247px;
    background: url(../images/mbanner1.jpg) no-repeat center;
}
.mbanner1L{
    padding: 65px 30px 0;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
}
.mbanner1L b{
    display: inline-block;
    padding: 10px;
    background: #fff;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    margin-right: 8px;;
}

.mbanner1L i{
    font-size: 16px;
}
.mbanner1L span{
    font-size: 20px;
}

.mbanner1L span i{
    font-size: 14px;
}

.a-dmR{
    width: 446px;
    margin-top: 44px;
}

.text-2{
    width: 250px;
    height: 32px;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 10px;
    color: #333;
    text-indent: 10px;
    display: block;
}

.textarea-2{
    width: 250px;
    margin-top: 10px;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
    text-indent: 4px;
}

.a-dmBth{
    display: block;
    width: 86px;
    height: 86px;
    background: url(../images/liuyan.png) no-repeat center;
    border:none;
    outline: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 17px;
    margin: 40px;
}
.a-dmBth:hover{
    -webkit-animation: rot 0.5s 2 alternate;
    -moz-animation: rot 0.5s 2 alternate;
    -ms-animation: rot 0.5s 2 alternate;
    animation: rot 0.5s 2 alternate;
    -ms-transform: rotate(0deg) scale(1.1);

    color: #fff;
}

.case .title p{
    font-size: 16px;
    font-family: "micosoft yahei";
    color: #3b3b3b;
    letter-spacing: 2px;
}

.caseBox ul li{
    width: 276px;
    height: 316px;
    border: 1px solid #e5e5e5;
    position: relative;
    float: left;
    margin: 30px 8px 0;
    -webkit-transition:.5s;
transition:.5s;
}

.caseBox ul li img{
    width: 260px;
    height: 187px;
    position: absolute;
    margin: 8px;
}

.caseList{
    width: 250px;
    height: 115px;
    background: url(../images/caseList.jpg) no-repeat center;
    position: absolute;
    top: 170px;
    left: 0;
    margin: 13px;
    -webkit-transition:.5s;
transition:.5s;
}
.caseList a{
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    padding-top: 10px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
-webkit-transition:.5s;
transition:.5s;
}

.caseList a:after,.caseList a:before{
    content: "-";
    display: inline-block;
    padding: 0 5px;
}

.caseList p{
    padding:0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    margin-top: 5px;
    -webkit-transition:.5s;
transition:.5s;
}

.caseBox ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 16px rgba(0,0,0,.2);
}
.caseBox ul li:hover .caseList{
    background: #1155aa;
}

.caseBox ul li:hover .caseList a{
    color: #fff;
}

.caseBox ul li:hover .caseList p{
    color: #fff;
}
.case{
    height: 530px;
    overflow: hidden;
    background: #f9f7f7;
}

/* reason */
.reason{
    width: 100%;
    height: 694px;
    background: url(../images/reason.jpg) no-repeat center;
    overflow: hidden;
}

.title-1 h3{
    padding-top: 50px;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.title-1 h3 i{
    color: #eb971b;
}
.title-1 p{
    font: 20px/36px "micosoft yahei";
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
}

.titleLine{
    width: 99px;
    height: 15px;
    background: url(../images/title.png) no-repeat center;
    margin: 5px auto;
}

.reasonBox{
    width: 1080px;
    height: 384px;
    background: #fff;
    border-radius: 18px;
    margin-top: 55px;
    position: relative;
    padding: 50px;
}

.reasonBox .hd {
    width: 612px;
    position: absolute;
    top: 50px;
    right: 40px;
    border-top: 1px solid #ccc;
}
.reasonBox .hd ul li{
    font-size: 18px;
    width: 46px;
    height: 46px;
    padding: 20px;
    background: url(../images/reason1.png) no-repeat center;
    float: left;
    margin: 0 8px;
    text-align: center;
    margin-top: 40px;
}
.reasonBox .hd ul li:hover{
    background: url(../images/reason2.png) no-repeat center;
    color: #fff;
}

.reasonBox .hd ul li.on{
    background: url(../images/reason2.png) no-repeat center;
    color: #fff;
}

.reasonBox .bd .reasonL img{
    width: 478px;
    height: 371px;
}

.reasonR{
    width: 564px;
    height: 210px;
    margin-left: 38px;
    margin-top: 160px;
}

.reasonR h4{
    font-size: 22px;
    padding-bottom: 20px;
}

.reasonR p{
    background: url(../images/reaosonLine.jpg) no-repeat left 15px;
    padding-left: 10px;
    line-height: 36px;
}


.reasonBox .bd{
    height: 370px;
    overflow: hidden;
}


.about{
    width: 100%;
    height: 372px;
    background: url(../images/about.jpg) no-repeat center;
    padding-top: 90px;
}

.aboutL b{
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #1155aa;
    padding-left: 156px;
    line-height: 30px;
}

.aboutL h3 a{
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 40px;
    color: #1155aa;
}

.aboutL p{
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin-top: 30px;
    height: 180px;
}

.aboutL{
    width: 670px;
}

.video{
    width: 465px;
    height: 302px;
}

.video img{
    display: block;
    width: 465px;
    height: 302px;
}


/* alb */
.alb{
    width: 100%;
    height: 369px;
    background: url(../images/alb.jpg) no-repeat center bottom;
}

.albBox .hd{
    width: 500px;
    height: 80px;
    margin: 0 auto;
}

.albBox .hd ul li{
    width: 178px;
    height: 36px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 40px 10px 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition:.5s;
transition:.5s;
}

.albBox .hd ul li.on{
    width: 180px;
    height: 38px;
    background: url(../images/albList.jpg) no-repeat center;
    border: none;
}

.albBox .hd ul li:hover{
    width: 180px;
    height: 38px;
    background: url(../images/albList.jpg) no-repeat center;
    border: none;
}

.albBox .bd   ul li{
    width: 229px;
    height: 213px;
    background: url(../images/albList2.png) no-repeat center top;
    float: left;
    margin: 0 3px;
    -webkit-transition:.5s;
transition:.5s;
}

.albBox .bd{
    margin-top: 70px;
    height: 213px;
    overflow: hidden;
}

.albBox ul li img{
   width: 210px;
   height: 145px;
   padding: 9px;
}

.albMore{
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

}

.albBox ul li:hover{
    -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}


/* hb */
.hb{
    width: 1180px;
    height: 157px;
    background: url(../images/hb.jpg) no-repeat center;
    margin: 50px auto 0;
    overflow: hidden;
}

.hbL{
    width: 44px;
    height: 131px;
    font-size: 18px;
    text-align: center;
    padding-top: 26px;
    color: #fff;
}

.hzR{
    width: 1106px;
    height: 157px;
    margin:  0 10px;
    overflow: hidden;
}
.hzR ul li{
    width: 160px;
    height: 128px;
    margin: 26px 14px 0;
    float: left;
    -webkit-transition:.5s;
transition:.5s;
}
.hzR ul li img{
    width: 160px;
    height: 88px;
    display: block;
    
}

.hzMore{
    display: block;
    text-align: center;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    line-height: 30px;
    -webkit-transition:.5s;
transition:.5s;
}

.hzR ul li:hover{
-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hzR ul li:hover a{
    color: #1155aa;
}



/* newsTop */
.news-top{
	width: 364px;
	height: 194px;
	background: #f6f4f4;
	margin-top: 30px;
}
.news-top h4{
	padding:10px 20px;
	font: 18px/30px "microsoft yahei";
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-top p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 20px;
	color: #5f5f5f;
	margin-bottom: 29px;
	margin-top: 10px;
}
.news-top span{
	width: 344px;
	height: 64px;
	display: block;
	color: #333;
	font: 20px/64px "micosoft yahei";
    padding-left: 20px;
    border-top: 1px solid #d2d2d2;
	background:#f6f4f4 url(../images/news-icon.png) no-repeat 320px  center;
}
.news-top span i{
    font-size: 16px;
}
.news-left ul{
	padding-top: 10px;
	margin-right: 29px;
}
.news-left ul li{
	width: 364px;
}
.news-left ul li a{
	display: inline-block;
	width: 262px;
	font: 14px/36px "microsoft yahei";
	margin-right: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 36px;
}
.news-left ul li a:before{
	content: "-";
	padding-right: 10px;
}
.news-left ul li span{
	display: inline-block;
	font: 14px/36px "microsoft yahei";	
	vertical-align: top;
}
.news-left ul li:hover a{
	color: #1155aa;
}
.news-left ul li:hover span{
	color: #1155aa;
}

.news-top img{
    width: 364px;
    height: 194px;
    display: block;
}
.news{
    height:690px;
    overflow: hidden;
}


/* links */
.links{
    width: 100%;
    height: 74px;
    background: #f6f4f4;
    overflow: hidden;
}
.links span{
    display: inline-block;
    line-height: 74px;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #6a6a6a;
    padding-right: 20px;
}

.links a{
    display: inline-block;
    font-size: 14px;
    line-height: 74px;
    vertical-align: top;   
}

.links a:after{
    content: "|";
    padding: 0 5px;
}