/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px;max-width: 1920px;margin: 0 auto; width: 100%;overflow-x: hidden;}
.content{width: 70rem;margin: 0 auto;min-width: 1200px;max-width: 1400px;}

/**/
.pageScroll {position: fixed;top: 125px;left: 10px;z-index: 6;width:60px;height:300px;background:#fff;border:#f2f2f2 1px solid;border-radius: 5px;}
.pageScroll li{width: 60px;height: 60px; overflow: hidden;position: relative;text-align: center;} 
.pageScroll li:before{content: "";width: 100%;height: 1px;background: #f2f2f2;position: absolute;top: 0;left: 0;}
.pageScroll li i{display:block;}
.pageScroll li a{ display: block;font-size: 14px;color: #666;width: 60px;height: 50px; line-height: 20px; overflow: hidden;padding-top:10px;}
.pageScroll li:hover a,.pageScroll li.cur a{color: #dab866;background:#f2f2f2;}
.pageScroll li:first-child,.pageScroll li:first-child a{border-radius: 5px 5px 0 0;}
.pageScroll li:first-child:before{background:none;}
.pageScroll li:last-child,.pageScroll li:last-child a{border-radius:0 0 5px 5px;}

/**/
.guide{background: url(../images/yinz_bg.jpg) no-repeat center top;height: 31.5rem;padding-top: 5rem;background-size: 100% 36.5rem;overflow: hidden;}
.gui_tit{font-size: 2rem;color: #333;line-height: 2.2rem;text-align: center;height: 5rem;overflow: hidden;}
.gui_tit a{color: #333;}
.gui_tit a:hover{color: #dab866;}
.gui_tit span,.gui_tit em{display: block;font-size: 0.8rem;color: #333;font-weight: normal;line-height: 1.2rem;padding: 1rem 0 0;}
.gui_tit em{font-size: 1rem;color: #666;padding: 0.8rem 0 0;}
.guide dl{float: left;margin-top: 3rem;width: 25%;position: relative;height: 19.5rem;text-align: center;overflow: hidden;}
.guide dl dt{padding: 2.7rem 0 0;height: 13.3rem;background: url(../images/yinz_line.gif) no-repeat center bottom;background-size: 2.2rem 0.2rem;}
.guide dl em{width: 2.7rem;height: 2.7rem;display: block;line-height: 0;margin: 0 auto 0.8rem;}
.guide dl em img{width: 2.7rem;height: 2.7rem;}
.guide dl h5{font-size: 1.4rem;color: #333;height: 2.5rem;line-height: 2.5rem;overflow: hidden;font-weight: normal;}
.guide dl h5 b{padding-left: 0.5rem;}
.guide dl dd{width: 100%;position: absolute;top: -0.6rem;left: 0;border: #005777 2px solid;box-sizing: border-box;background: #fff;border-radius: 0.6rem;height: 0;overflow: hidden;}
.guide dl dd h5{padding: 2.7rem 0 0;}
.guide dl dd h5 b{color: #dab866;}
.guide dl dd p{width: 70%; margin: 0 auto; padding-top: 0.8rem;font-size: 0.8rem;color: #666;line-height: 1.5rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.guide dl dd em{margin-top: 2.5rem;}
.guide dl:hover dd{height: 19.5rem;top: 0;}
.guide dl:hover dd em:hover{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}

/*产品优势*/
.pro_super{padding: 4rem 0 0;}
.pro_super .ys-con{width:100%; position: relative;margin-top: 2rem;}
.pro_super .ys-list .ys-pic{width:100%;overflow: hidden; line-height: 0;}
.pro_super .ys-list .ys-pic img{width:100%;}
.pro_super .ys-hd{width:100%;height:11rem; border-top:1px solid rgba(255,255,255,0.2); position: absolute; left:0;bottom:0;}
.pro_super .ys-hd ul li{float:left;width:20%;height:11rem; position: relative;border-right:1px solid rgba(255,255,255,0.2); box-sizing: border-box; transition: .5s;}
.pro_super .ys-hd ul li:last-child{border-right:0;}
.pro_super .ys-hd ul li .default{width:100%; height:100%;padding-top:3.5rem; transition: .5s; box-sizing: border-box;background: rgba(186,186,186,0.2);}
.pro_super .ys-hd ul li .default p{text-align: center;font-size: 1.3rem;color: #fff;font-weight: bold;line-height: 2rem;}
.pro_super .ys-hd ul li .default p i{display: block; font-size: 0.8rem; color:rgba(255,255,255,0.4);font-weight: normal;text-transform: uppercase;}
.pro_super .ys-hd ul li .hover{width:0; height:100%;position: absolute; left:0;top:0;padding:2.5rem 10rem 0 3.5rem; box-sizing: border-box;background:rgba(33,34,32,0.6); transition: .5s;transform: scale(0); overflow: hidden;}
.pro_super .ys-hd ul li .hover span{display: block; height:2.5rem;line-height: 2.5rem; overflow:hidden;font-size: 1.5rem;color: #dab866;font-weight: bold;}
.pro_super .ys-hd ul li .hover p{line-height: 30px;font-size: 0.8rem; color:#fff; padding:0.5rem 0 0;}
.pro_super .ys-hd ul li.cur{width:40%;}
.pro_super .ys-hd ul li.cur .default{transform: scale(0);}
.pro_super .ys-hd ul li.cur .hover{transform: scale(1);width: 100%;background:rgba(33,34,32,0.6) url(../images/yinz_line.gif) no-repeat 90% 3.3rem;background-size: 2.2rem 0.2rem;}
@media screen and  (min-width:760px) and (max-width:1680px){
    .pro_super .ys-hd ul li .hover{padding:2.5rem 5% 0;}
}

/*1F*/
.product{padding: 0 0 3rem;}
.pro01{padding: 4.5rem 0 0;}
.pro_tit{height: 4rem;line-height: 4rem;overflow: hidden;}
.pro_tit a{font-size: 1.1rem;color: #333;font-weight: bold;}

.pro_tit i{font-size: 1.2rem;color: #dab866;text-transform: uppercase;padding-right: 0.8rem;}
.pro_tit span{display: block;float: right;height: 4rem;}
.pro_tit span a{font-size: 0.7rem;color: #005777;text-transform: uppercase; font-family:"Times New Roman", Times, serif;font-weight: normal;display: block;width: 100%;height: 4rem;position: relative;z-index: 1;}
.pro_tit span a:before{content: "";width: 100%;height: 1px;background: #d2e2e7;position: absolute;bottom: 1.2rem;left: 0;z-index: -1;}
.pro_tit span a:after{content: "";width: 0;height: 1px;background: #dab866;position: absolute;bottom: 1.2rem;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.pro_tit span a:hover:after{width: 100%;}

.pro01 .pro01_list{width: 100%;padding-bottom: 3rem;}
.pro01_list ul li{width: 16.75rem;float: left;position: relative;line-height: 0;height: 20.3rem;margin-right: 1rem;}
.pro01_list ul li:before{content: "";width: 100%;height: 100%;background: url(../images/cp1_k.png) no-repeat;position: absolute;top: 0;left: 0;}
.pro01_list ul li img{display: block;width: 100%;height: 100%;}
.pro01_list ul li span{display: block;width: 86%;height: 3.3rem;position: absolute;bottom: 0;left: 7%;z-index: 1;font-size: 0.9rem;color: #fff;line-height: 1.3rem;font-weight: bold;}
.pro01_list ul li i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.4);font-weight: normal;text-transform: uppercase;}
.pro01_list ul li a{display: block;width: 100%;height: 0;position: absolute;top: 0;left: 0;background: rgba(27,99,118,0.9);z-index: 2;text-align: center;overflow: hidden;-webkit-transition:all .5s;transition:all .5s;}
.pro01_list ul li b{display: block;font-size: 1.7rem;color: #dab866;padding: 6rem 0 0;height: 3.5rem;line-height: 3.5rem;}
.pro01_list ul li em{display: block;width: 1.7rem;height: 1.7rem;margin: 2rem auto 0;}
.pro01_list ul li:nth-child(2n){margin-top: 1.5rem;}
.pro01_list ul li:hover a{height: 100%;}
.pro01_list ul li:hover span{display: none;}

.pro01 .pro01_list .swiper-scrollbar,.pro05 .pro05_m .swiper-scrollbar{width:100%;height: 0.4rem;overflow: hidden;margin:0 auto;position: absolute;background:none;left: 0; cursor: pointer;}
.pro01 .pro01_list .swiper-scrollbar:before,.pro05 .pro05_m .swiper-scrollbar:before{content: "";position: absolute;width:100%;height:0.1rem;background:#cecece;left: 0;bottom: 0.15rem;z-index: -1;cursor: pointer;}
.pro01 .pro01_list .swiper-scrollbar .swiper-scrollbar-drag,.pro05 .pro05_m .swiper-scrollbar .swiper-scrollbar-drag{background: #5a5d5c;height: 0.2rem;position: absolute;left:0;top:0.1rem;width:50%;transition: all 0.5s;cursor: pointer;}
.pro01 .pro01_list .swiper-scrollbar .swiper-scrollbar-drag:before,.pro05 .pro05_m .swiper-scrollbar .swiper-scrollbar-drag:before{content: "";width: 100%;height: 0;background: #5a5d5c;position: absolute;top: 0;left: 0;transition: all 0.2s;}
.pro01 .pro01_list .swiper-scrollbar:hover .swiper-scrollbar-drag:before,.pro05 .pro05_m .swiper-scrollbar:hover .swiper-scrollbar-drag:before{height: 0.4rem;top: -0.1rem;border-radius: 0.2rem;cursor: pointer;}
.c_prev,.c_next{width: 3rem;height: 2.4rem;background: #f5f5f5;border-radius: 50%;line-height: 0;position: absolute;top: 22rem;z-index: 2;cursor: pointer;padding-top: 0.6rem;opacity: 0;transition:.3s;}
.c_prev{left: -1.5rem;}
.c_next{right: -1.5rem;}
.c_prev img,.c_next img{width: 0.95rem;height: 1.65rem;margin: 0 auto;display: block;}
.pro01:hover .c_prev,.pro01:hover .c_next,.pro05:hover .c_prev,.pro05:hover .c_next{ opacity: 1;}

/*2F*/
.pro02{padding-top: 2rem;}
.pro02_l{width: 49.14%;line-height: 0;height: 26.25rem;overflow: hidden;}
.pro02_l img,.pro02_r ul li img{display: block;width: 100%;height: 100%;}
.pro02_l img,.pro02_r ul li img,.pro03_qie p img,.pro04_r img,.super dl dt img,.case_m dl dt img,.case_m ul li img,.news_m dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.pro02_l img:hover,.pro02_r ul li img:hover,.pro03_qie p:hover img,.pro04_r a:hover img,.super dl dt img:hover,.case_m dl dt img:hover,.case_m ul li img:hover,.news_m dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.pro02_r{width: 48.85%; background:#f5f5f5;height: 26.25rem;padding-left:2%;}
.pro02_r ul li{width: 49%;height: 12.75rem;float: left;line-height: 0;margin: 0.25rem 1% 0 0;overflow: hidden;position: relative;}
.pro02_r ul li b{display: block;font-size: 0.9rem;color: #333;line-height: 1.2rem;position: absolute;top: 2rem;left: 1.5rem;}
.pro02_r ul li i{display: block;font-size: 0.7rem;color: rgba(102,102,102,0.5); font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.pro02_r ul li em{display: block;width: 1.3rem;height: 1.3rem;background: url(../images/cp2_ico01.png) no-repeat;background-size: 1.3rem 1.3rem;position: absolute;bottom: 2rem;left: 1.5rem;line-height: 0;border-radius: 50%;}
.pro02_r ul li:hover b{color: #005777;}
.pro02_r ul li:hover em{background: url(../images/cp2_ico02.png) no-repeat;background-size: 1.3rem 1.3rem;box-shadow: 0 0 3px 3px rgba(0,87,119,0.2);}

/*3F*/
.pro03{padding-top: 2rem;}
.pro03_m{width: 100%;height: 27.5rem;}
.pro03_qie p{width: 100%;height: 27.5rem;line-height: 0;overflow: hidden;}
.pro03_qie p a{display: block;position: relative;width: 100%;height: 100%;}
.pro03_qie p a:before{content: "";width: 100%;height: 16rem;background: url(../images/cp3_k.png) no-repeat;position: absolute;bottom: 0;left: 0;background-size: 100% 16rem;z-index: 1;}
.pro03_qie p img{display: block;width: 100%;height: 100%;}
.pro03_bot{width: 100%;height: 4.2rem;position: absolute;bottom: 0;left: ; border-top:1px solid rgba(255,255,255,0.2);z-index: 3;}
.pro03_bot ul li{width: 16.64%;float: left;height: 4.2rem;line-height: 4.2rem;position: relative;z-index: 1;}
.pro03_bot ul li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.2);position: absolute;top: 0;left: 0;}
.pro03_bot ul li:after{content: "";width: 0;height: 100%;background: rgba(0,87,119,0.4);position: absolute;top: 0;left: 0;z-index: -1;-webkit-transition:all .5s;transition:all .5s;}
.pro03_bot ul li a{display: block;font-size: 0.9rem;color: #fff;font-weight: bold;width: 73%;margin: 0 auto;}
.pro03_bot ul li em{display: block;float: right;width: 0.4rem;height: 0.8rem;line-height: 0;overflow: hidden;margin-top: 1.8rem;}
.pro03_bot ul li em img{width: 0.4rem;height: 1.6rem;-webkit-transition:all .5s;transition:all .5s;}
.pro03_bot ul li:first-child:before{background: none;}
.pro03_bot ul li.on:after{width: 100%;}
.pro03_bot ul li.on a{color: #dab866;}
.pro03_bot ul li.on em img{margin-top: -0.8rem;}

/*4F*/
.pro04{padding: 2rem 0 0;}
.pro04_l{width: 49.28%;height: 25.8rem;border: #d7d7d7 1px solid;position: relative;}
.pro04_l:before{content: "";width: 100%;height: 1px;background: #d7d7d7;position: absolute;top: 50%;left: 0;}
.pro04_l ul li{width: 33.33%;float: left;height: 12.9rem;position: relative;text-align: center;}
.pro04_l ul li:before{content: "";width: 1px;height: 100%;background: #d7d7d7;position: absolute;top: 0;right: 0;}
.pro04_l ul li em{width: 2.9rem;height: 2.9rem;display: block;line-height: 0;overflow: hidden;margin: 0 auto;padding: 3.2rem 0 1rem;}
.pro04_l ul li em img{width: 2.9rem;height: 2.9rem;}
.pro04_l ul li span{display: block;font-size: 0.9rem;color: #333;height: 2rem;line-height: 2rem;overflow: hidden;}
.pro04_l ul li:nth-child(3n):before{background: none;}
.pro04_l ul li a{display: block;width: 100%;height: 100%;line-height: 0;position: absolute;top:0;transform: scale(0);transition:1s;opacity: 0;-webkit-transition:all .3s;transition:all .3s;overflow: hidden;}
.pro04_l ul li a:before{content: "";width: 100%;height: 100%;background: url(../images/cp4_k.png) no-repeat;position: absolute;bottom: 0;left: 0;background-size: 100% 12.9rem;z-index: 1;}
.pro04_l ul li i{display: block;font-size: 1rem;color: #dab866;width: 100%;text-align: center;height: 3rem;line-height: 1.5rem;position: absolute;bottom: 0;left: 0;z-index: 5;}
.pro04_l ul li a img,.pro04_r img{display: block;width: 100%;height: 100%;}
.pro04_l ul li:hover a{transform: scale(1);opacity: 1;}
.pro04_r{width: 49.28%;}
.pro04_r a{display: block;width: 100%;height: 25.8rem;line-height: 0;overflow: hidden;}

/*5F*/
.pro05{padding: 2rem 0 0;}
.pro05_m{width: 100%;}
.pro05_list{padding-bottom: 0.5rem;}
.pro05_list ul li{width: 11rem;height: 5.6rem;line-height: 0;margin-bottom: 1rem;border-radius:0.5rem;float: left;margin-right: 0.8rem;}
.pro05_list ul li a{display: block;width: 10.8rem;height: 5.4rem;border: #f2f2f2 1px solid;border-radius:0.5rem;}
.pro05_list ul li a:hover{border: #ebd9ae 1px solid;}
.pro05_list ul li:nth-child(6n){margin-right: 0;}
.pro05_list ul li img{width: 100%;height: 100%;display: block;border-radius:0.5rem;}
.pro05_list ul li img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; }
.pro05_list ul li a:hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);}
.pro05 .c_prev,.pro05 .c_next{top: 10rem;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center top;height: 19.7rem;background-size: 100% 19.7rem;overflow: hidden;}
.ban01 h5{padding-top: 4.5rem;font-size: 3rem;color: #fff;height: 6.5rem;line-height: 6.5rem;overflow: hidden;text-align: center;}
.ban01 h5 i{color: #dab866;}
.ban01 ul{width: 100%;}
.ban01 ul li{height: 3.7rem;line-height: 3.7rem;float: left;width: 14.28%;}
.ban01 ul li i{font-size: 1.6rem;color: #fff;display: block;float: left;}
.ban01 ul li em{display: block;float: left;width: 1.6rem;height: 1.6rem;line-height: 0;padding: 1.1rem 0 0 0.6rem;}
.ban01 ul li em img{width: 1.6rem;height: 1.6rem;}
.ban01 ul li:first-child{margin-left: 19.6%;}
.ban01 ul li:nth-child(3),.ban01 ul li:nth-child(4){width: 18.57%;}

/*优势*/
.super{background: url(../images/ys_bg.jpg) no-repeat center top;padding-top: 5.2rem;background-size: 100% 57.5rem;overflow: hidden;}
.super .gui_tit{margin-bottom: 2rem;}
.gui_tit i{color: #dab866;font-weight: bold;padding: 0 0.5rem;}
.super dl{width: 32.33%;float: left;box-shadow: 0 3px 0.5rem 3px rgba(0,0,0,0.1);margin-right: 1.5%;margin-bottom: 3.3rem;position: relative;}
.super dl:before{content: "";width: 0;height: 2px;background: #005777;position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.super dl dt{width: 100%;line-height: 0;overflow: hidden;}
.super dl dt img{display: block;width: 100%;}
.super dl dd{width: 83%;margin: 0 auto;padding: 1.5rem 0 2rem;}
.super dl dd h5{font-size: 1.2rem;color: #dab866;height: 2rem;line-height: 2rem;overflow: hidden;font-weight: normal;}
.super dl dd p{font-size: 0.7rem;color: #333;height: 2rem;line-height: 2rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.super dl dd:hover h5{color: #005777;}
.super dl:hover:before{width: 100%;}
.super dl.nobor{margin-right: 0;}

/*8大场馆*/
.eight{background: url(../images/eight_bg.jpg) no-repeat center top;height: 40.6rem;background-size: 100% 40.6rem;overflow: hidden;}
.eight_qie{width: 100%;height: 40.6rem;overflow: hidden;margin-top: 2.1rem;}
.eight_qie ul li{width: 100%;line-height: 0;}
.eight_qie ul li img{display: block;width: 100%;height: 100%;}
.eight_bot{width: 100%;height: 4.7rem;padding-top: 0.3rem;position: absolute;bottom: 3rem;left: 0;background: rgba(0,0,0,0.3);}
.eight_bot ul{width: 68.33%;margin: 0 auto;}
.eight_bot ul li{width: 11.7%;float: left;line-height: 0;padding: 0 0.3%;overflow: hidden;}
.eight_bot ul li a{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.eight_bot ul li a:before{content: "";width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;border: #dab866 1px solid;box-sizing: border-box;z-index: 1;}
.eight_bot ul li span{width: 100%;display: block;text-align: center;height: 1.4rem;line-height: 1.4rem;font-size: 0.7rem;color: #fff;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);-webkit-transition:all .5s;transition:all .5s;}
.eight_bot ul li a:hover span,.eight_bot ul li.on span{height: 4.3rem;line-height: 4.3rem;background: rgba(0,87,119,0.8);font-size: 0.9rem;color: #dab866;font-weight: bold;}
.eight_bot ul li a:hover:before,.eight_bot ul li.on a:before{border: none;}
.eight_bot ul li img{width: 7.7rem;height: 4.3rem;}

/*案例*/
.case { width: 100%; min-width: 1200px; position: relative; height: 42rem;margin: 6rem 0 4rem;overflow: hidden;}
.case:before{content: "";width: 100%;height: 0.05rem;background: #e6e6e6;position: absolute;top: 8.95rem;left: 0;}
.case_nav{position:relative;height: 3rem;padding: 1rem 0 2rem;width: 70rem;margin: 0 auto;}
.case_nav ul li{float: left;width: 12.5%;text-align: center;position: relative;height: 3rem;line-height: 2.8rem;}
.case_nav ul li:before{content: "";width:0;height:0.1rem;background:#005777;left:calc(50% - 2.6rem);bottom:0;position: absolute;-webkit-transition:all .5s;transition:all .5s;}
.case_nav ul li a{font-size: 0.9rem;color: #666;}
.case_nav ul li.cur a{color: #005777;font-weight: bold;}
.case_nav ul li.cur:before{width: 5.2rem;}

.case_m{width: 70rem;margin: 0 auto;position: relative;}
.case_qie .tempWrap{overflow: visible !important;}
.case_qie dl{width: 70rem;position: relative;margin-right: 30px;}
.case_qie dl:before{content: "";position: absolute;width:100%;height:28.5rem;background:rgba(0, 0, 0, 0.5);top:0;left:0;z-index: 2;}
.case_qie dt{width: 70rem;height: 28.5rem;line-height: 0;overflow: hidden;}
.case_qie dl dt img{display: block;width: 100%;height: 100%;}
.case_qie dl dd{width: 35%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(61,61,61,0.8);padding: 2rem 2.5rem 0;box-sizing: border-box;display: none;}
.case_qie dl dd b{display: block;height: 3rem;line-height: 3rem;position: relative;}
.case_qie dl dd b a{font-size: 0.9rem;color: #d8d8d8;}
.case_qie dl dd b:before{content: "";width: 2.2rem;height: 2px;background: #ababab;position: absolute;top: 0;left: 0;}
.case_qie dl dd h5{line-height: 1.7rem;max-height: 3.4rem;overflow: hidden;}
.case_qie dl dd h5 a{font-size: 1.2rem;color: #ddbe75;}
.case_qie dl dd p{padding-top: 0.8rem;font-size: 0.8rem;color: rgba(255,255,255,0.9);line-height: 1.3rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.case_qie ul{display: inline-block;width: 100%;padding-top: 1.5rem;}
.case_qie ul li{width: 49%;float: left;line-height: 0;margin-left: 2%;border: #dab866 1px solid;box-sizing: border-box;overflow: hidden;}
.case_qie ul li img{display: block;width: 100%;}
.case_qie ul li:first-child{margin-left: 0;}
.case_qie dl dd span{display: block;padding: 1.5rem 0 0;width: 35%;}
.case_qie dl dd span a{font-size: 0.8rem;color: #ddbe75;display: block;width: 100%;text-align: center;height: 2rem;line-height: 2rem;overflow: hidden;border: #ddbe75 1px solid;border-radius: 1rem;}
.case_qie dl dd span a:hover{color: #fff;background: #ddbe75;}
.case_qie dl.cur dd{display: block;}
.case_qie dl.cur:before{background: none;height: 0;}

.case .yshd{position: absolute;width: 100%;left: 0;bottom: -2.5rem;z-index: 1;height: 0.2rem;}
.case .yshd:before{content: "";position: absolute;width:100%;height:0.1rem;background:#cecece;left: 0;bottom: 0.05rem;z-index: -1;}
.case .yshd li{width:33.33%;height: 0.2rem;position: absolute;left: 0;top: 0;}
.case .yshd li:nth-child(2){width: 66.66%;}
.case .yshd li:nth-child(3){width: 100%;}
.case .yshd li:before{content: "";position: absolute;width: 0;height: 0.2rem;left:0;top:0;z-index: 1;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;background: #5a5d5c;}
.case .yshd li.on:before{width: 100%;}

.case_prev,.case_next{width: 4rem;height: 4rem;line-height: 0;position: absolute;z-index: 100;top: calc(50% - 2rem);}
.case_prev img,.case_next img{width: 4rem;height: 4rem;}
.case_prev{left: -8rem;}
.case_next{right: -8rem;}


/**/
.news{padding: 0 0 5rem;}
.news_t{height: 3.5rem;margin-top: -1rem;position: relative;z-index: 1;}
.news_t ul li{float: left;height: 1.6rem;line-height: 1.6rem;overflow: hidden;width: 11.8%;}
.news_t ul li em{display: block;float: left;width: 1.4rem;height: 1.2rem;line-height: 0;overflow: hidden;margin-top: 0.3rem;margin-right: 0.5rem;}
.news_t ul li em img{width: 1.4rem;height: 2.4rem;-webkit-transition:all .5s;transition:all .5s;}
.news_t ul li a{font-size: 0.9rem;color: #333;font-weight: bold;}
.news_t ul li:hover a,.news_t ul li.on a{color: #dab866;}
.news_t ul li:first-child{padding-left: 34%;}
.news_t ul li:hover em img,.news_t ul li.on em img{margin-top: -1.2rem;}

.news_list{display: block;float: left;width: 32.14%;position: relative;border-bottom: #f0f0f0 1px solid;margin-left: 1.78%;height: 530px;}
.news_list:before,.faqs ul li:before{content: "";width: 0;height: 1px;background: #005777;position: absolute;bottom: -1px;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: 2;}
.news_m dl{width: 100%;}
.news_m dl dt{width: 100%;line-height: 0;overflow: hidden;}
.news_m dl dt img{display: block;width: 100%;}
.news_m dl dd{padding: 1rem 0 1.8rem;width:95%;margin:0 auto;}
.news_m dl dd h5{font-size: 0.9rem;color: #333;height: 1.6rem;line-height: 1.6rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_m dl dd p{font-size: 0.7rem;color: #666;line-height: 1.2rem;padding: 0.5rem 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.news_m dl dd span{display: block;font-size: 14px;color: #333;height: 1.5rem;line-height: 1.5rem;padding: 0.6rem 0 0;}
.news_list:hover:before,.faqs ul li:hover:before{width: 100%;}
.news_list:first-child{margin-left: 0;}
.news_list:hover h5,.news_list:hover span,.faqs ul li:hover a{color: #005777;}

@media screen and (max-width: 1920px) { .news_list{max-height: 530px;} } 
@media screen and (max-width: 1780px) { .news_list{max-height: 500px;} } 
@media screen and (max-width: 1680px) { .news_list{max-height: 470px;} } 
@media screen and (max-width: 1480px) { .news_list{max-height: 440px;} }
@media screen and (max-width: 1280px) { .news_list{max-height: 410px;} }
@media screen and (max-width: 1024px) { .news_list{max-height: 390px;} }

/**/
.faqs{width: 100%;overflow: hidden;height: 8rem;}
.faqs ul{float: left;width: 32.14%;margin-right: 1.78%;}
.faqs ul li{height: 3.9rem;line-height: 3.9rem;border-bottom: #f0f0f0 1px solid;position: relative;}
.faqs ul li a{font-size: 0.9rem;color: #666;display: block;padding-left: 1rem;position: relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 90%;}
.faqs ul li:after{content: "";width: 0.2rem;height: 0.2rem;background: #fff;position: absolute;top: calc(50% - 0.2rem);left: 0;border: #aaa 0.1rem solid;border-radius: 50%;}

/*友情链接*/
.f_link{height: 4rem;line-height: 4rem;overflow: hidden;margin: -4rem 0 0 66%;width: 34%;position: relative;z-index: 1;}
.f_link b{display: block;float: left;font-size: 0.7rem;color: #878787;width: 15%;font-weight: normal;}
.f_link p{font-size: 0.7rem;color: #878787;float: left;width: 85%;}
.f_link p a{font-size: 0.7rem;color: #878787; padding:0 0 0 0.5rem;}
.f_link p a:hover{color: rgba(255,255,255,0.8);}

/**/



/**/



/**/



/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}