/* 清除内外边距 */
@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;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}
.super dl dt img,.case dl dt img,.case ul li img,.news_l dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.super dl dt img:hover,.case dl dt img:hover,.case ul li img:hover,.news_l dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}


/**/
.guide{padding: 100px 0 130px;}
.guide dl{width: 300px;height: 450px;float: left;padding: 55px 40px 0;box-sizing: border-box;color: #333;}
.guide dl dt{}
.guide dl dt em{width: 68px;height: 62px;display: block;line-height: 0;overflow: hidden;}
.guide dl dt em img{width: 68px;height: 124px;-webkit-transition:all .5s;transition:all .5s;}
.guide dl dt h5{font-size: 30px;padding: 25px 0 0;height: 90px;line-height: 38px;position: relative;}
.guide dl dt h5 i{display: block;font-size: 22px;font-weight: normal;}
.guide dl dd{ background: url(../images/yinz_ico05.png) no-repeat 0 60px;padding: 20px 0 0;position: relative;overflow: hidden;height: 150px;}
.guide dl dd p{font-size: 16px;color: #fff;line-height: 30px;position: absolute;top: -100px;left: 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis; -webkit-transition:all .5s;transition:all .5s;}
.guide dl.cur{background: #2864c8;color: #fff;box-shadow: 0 5px 10px 5px rgba(40,100,200,0.1);}
.guide dl.cur dt em img{margin-top: -62px;}
.guide dl.cur dt h5:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);position: absolute;bottom: 0;left: 0;}
.guide dl.cur dd{background: none;}
.guide dl.cur dd p{top: 20px;}

/*产品中心*/
.pro_bg{padding: 3.3rem 0 6.5rem;background: #f4f4f4;}
.product{ width:70rem; margin:0 auto;min-width: 1200px;max-width: 1400px;}
.pro_tit{font-size: 48px;color: #333;line-height: 110px;text-align: center;height: 110px;overflow: hidden; background: url(../images/cp_line.png) no-repeat center bottom;}
.pro_tit a{color: #333;}
.pro_tit a:hover{color: #2864c8;}
.pro_tit i{font-weight: normal;padding:0 20px;}
.pro_nav{width: 100%;height: 8.5rem;margin-top: 2.2rem;}
.pro_navlist{width: 100%;height: 3rem;overflow: hidden;border: #dadada 1px solid;margin-bottom: 0.5rem;}
.pro_navlist h3{width: 13.85%;float: left;height: 3rem;background: #2864c8;}
.pro_navlist h3 a{font-size: 0.9rem;color: #fff;display: flex;align-items: center;justify-content: center;width: 100%;height: 3rem;}
.pro_navlist h3 em{width: 1.9rem;height: 1.7rem;line-height: 0;overflow: hidden;padding-right: 0.5rem;}
.pro_navlist h3 em img{width: 1.9rem;height: 1.7rem;}
.pro_navlist ul{width: 80%;float: left;}
.pro_navlist ul li{float: left;line-height: 3rem;}
.pro_navlist ul li a{font-size: 0.8rem;color: #666;padding-left: 1.3rem;}
.pro_navlist ul li a:hover,.pro_navlist span a:hover{color: #2864c8;font-weight: bold;}
.pro_navlist span{display: block;float: right;width: 5%;line-height: 3rem;}
.pro_navlist span a{font-size: 0.8rem;color: #666;}

.pro01{width: 100%;background: #fff;box-shadow: 0 3px 0.5rem 3px rgba(0,0,0,0.1);}
.pro01_l{width: 16.57%;height: 22.1rem;line-height: 0;overflow: hidden;position: relative;}
.pro01_l:before{content: ''; cursor: pointer; position: absolute; left: -150%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.pro01_l:hover:before{left:100%; -moz-transition:0.8s; -o-transition:0.8s; -webkit-transition:0.8s; transition:0.8s;}
.pro01_l a,.pro02 ul li a{display: block;width: 100%;}
.pro01_l img,.pro01_r ul li img,.pro02 ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.pro01_l b{display: block;font-size: 1.2rem;color: #fff;position: absolute;top: 2.5rem;left: 2.5rem;height: 4rem;line-height: 1.2rem; background: url(../images/cp_ico03.png) no-repeat 0 bottom;background-size: 1.6rem 1.6rem;}
.pro01_r{width: 83.4%;height: 22.1rem;position: relative;}
.pro01_r:before{content: "";width: 100%;height: 1px;background: #eee;position: absolute;top: 50%;left: 0;z-index: 1;}
.pro01_r ul li{width: 20%;float: left;height: 11.05rem;position: relative;overflow: hidden;line-height: 0;}
.pro01_r ul li a{display: block;}
.pro01_r ul li:before,.pro02 ul li:before{content: "";width: 1px;height: 100%;background: #eee;position: absolute;top: 0;left: 0;z-index: 1;}
.pro01_r ul li b{display: block;width: 100%;text-align: center;font-size: 0.8rem;color: #333; font-weight:normal; position: absolute;bottom: 0.5rem;left: 0;height: 1.5rem;line-height: 1.5rem;-webkit-transition:all .5s;transition:all .5s;}
/*.pro01_r ul li p{position: absolute;top: -12rem;left: 0;background: rgba(66,173,105,0.9);width: 100%;height: 11.05rem;padding: 1.5rem 0 0;box-sizing: border-box;-webkit-transition:all .5s;transition:all .5s;}*/
/*.pro01_r ul li a{display: block;font-size: 0.7rem;color: #fff;line-height: 2rem;width: 55.8%;text-align: center;margin: 0 auto;border-bottom: rgba(255,255,255,0.1) 1px solid;}*/
/*.pro01_r ul li:hover p,.pro01_r ul li.cur p{top: 0;}*/
.pro01_r ul li:hover b{font-weight: bold;}
/*.pro01_r ul li:hover b,.pro01_r ul li.cur b{bottom: -2.2rem;}*/

.pro02{width: 100%;background: #fff;margin: 1rem 0 0;height: 15rem;}
.pro02 ul li{width: 20%;height: 15rem;line-height: 0;overflow: hidden;position: relative;float: left;}
.pro02 ul li b{display: block;font-size: 0.8rem;color: #333;position: absolute;top: 1.2rem;left: 2rem;height: 3rem;line-height: 1.2rem; background: url(../images/cp_ico03.png) no-repeat 0 bottom;background-size: 1.3rem 1.3rem;z-index: 2;}
.pro02 ul li em{display: block;width: 100%;position: absolute;top: 1rem;left: 0;-webkit-transition:all .3s;transition:all .3s;}
.pro02 ul li:hover b{color: #2864c8;}
.pro02 ul li:hover em{top: 0.8rem;}

html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1720px) {html {font-size: 17.92px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}

/*合作客户*/
.partner{background: url(../images/hz_bg.jpg) no-repeat center 0;height: 1045px;padding-top: 105px;overflow: hidden;}
.partner p{width: 250px;height: 250px;line-height: 0;position: absolute;top: 406px;left: calc(50% - 125px);border-radius: 50%;box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);}
.partner p img{width: 250px;height: 250px;border-radius: 50%;}
.partner ul{position: relative;margin: 80px 0 0;}
.partner ul li{border-radius: 50%;box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);position: absolute;width: 110px;height: 110px;-webkit-transition:transform .3s;transition:transform .3s;}
.partner ul li img{border-radius: 50%;display: block;width: 100%;}
.partner ul li span{display: none;position: absolute;top: -35px;left: 0;font-size: 14px;color: #fff;text-align: center;width: 100%;background: #2864c8;height: 30px;line-height: 30px;border-radius: 5px;}
.partner ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);box-shadow: 0 5px 20px 5px rgba(0,0,0,0.2);}
.partner ul li:hover span{display: block;}
.partner ul li:nth-child(2),
.partner ul li:nth-child(6),
.partner ul li:nth-child(12),
.partner ul li:nth-child(20){width: 90px;height: 90px;}

.partner ul li:nth-child(7),
.partner ul li:nth-child(8),
.partner ul li:nth-child(10),
.partner ul li:nth-child(11),
.partner ul li:nth-child(13),
.partner ul li:nth-child(14){width: 132px;height: 132px;}

.partner ul li:nth-child(1){top: 200px;left: -50px;}
.partner ul li:nth-child(2){top: 360px;left: 0;}
.partner ul li:nth-child(3){top: 85px;left: 130px;}
.partner ul li:nth-child(4){top: 270px;left: 162px;}
.partner ul li:nth-child(5){top: 460px;left: 140px;}

.partner ul li:nth-child(6){top: 0;left: 310px;}
.partner ul li:nth-child(7){top: 170px;left: 310px;}
.partner ul li:nth-child(8){top: 390px;left: 305px;}
.partner ul li:nth-child(9){top: 588px;left: 312px;}

.partner ul li:nth-child(10){top: 30px;left: calc(50% - 66px);}
.partner ul li:nth-child(11){top: 520px;left: calc(50% - 66px);}

.partner ul li:nth-child(12){top: 0;right: 308px;}
.partner ul li:nth-child(13){top: 170px;right: 305px;}
.partner ul li:nth-child(14){top: 380px;right: 305px;}
.partner ul li:nth-child(15){top: 590px;right: 315px;}

.partner ul li:nth-child(16){top: 88px;right: 138px;}
.partner ul li:nth-child(17){top: 265px;right: 165px;}
.partner ul li:nth-child(18){top: 460px;right: 140px;}

.partner ul li:nth-child(19){top: 170px;right: -40px;}
.partner ul li:nth-child(20){top: 360px;right: 0;}

/*优势*/
.super{margin-top: -1rem;}
.super .sup-ul{height:36.2rem;margin-top: 2rem;background: url(../images/ys_bg.jpg) no-repeat center top;background-size: 100% 36.2rem;}
.super .sup-ul ul li{float:left; width:13.43%;height:36.2rem; position: relative;overflow: hidden;}
.super .sup-ul ul li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.1);position: absolute;top: 0;right: 0;}
.super .sup-ul ul li .default{width:100%; height:36.2rem; padding-top:9.3rem;transition: .5s; box-sizing: border-box;}
.super .sup-ul ul li .default em{display: block; line-height: 0;width: 3.7rem;height: 3.2rem;margin: 0 auto;}
.super .sup-ul ul li .default em img{width: 3.7rem;height: 3.2rem;}
.super .sup-ul ul li .default span{display: block;width: 100%;text-align: center;font-size: 1.5rem; color:#fff;line-height: 2rem;padding-top: 1.5rem;height: 12.3rem;overflow: hidden;background: url(../images/ys_ico07.png) no-repeat center bottom;background-size: 0.6rem 0.4rem;}
.super .sup-ul ul li .default i{display: block;font-size: 0.7rem;text-transform: uppercase;color: rgba(255,255,255,0.2); font-family:Arial, Helvetica, sans-serif;}
.super .sup-ul ul li .hover{width:100%; height:36.2rem; overflow: hidden;position: absolute; left:0;bottom:0; opacity: 0;}
.super dl{width: 100%;height: 36.2rem;background: #42ad69;position: relative;}
.super dl dt{width: 100%;line-height: 0;overflow: hidden;}
.super dl dt img{display: block;width: 100%;}
.super dl dd{width: 86%;height: 10.5rem;color: #fff; position: absolute;bottom: -13rem;left: 7%; transition: .5s;}
.super dl dd h5{font-size: 1.7rem;height: 4rem;line-height: 3.6rem;position: relative;overflow: hidden;}
.super dl dd h5:before{content: "";width: 3.1rem;height: 0.1rem;background: #fff;position: absolute;bottom: 0;left: 0;}
.super dl dd p{padding-top: 0.6rem;font-size: 0.8rem;line-height: 1.4rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.super dl dd b{display: block;font-size: 5rem;color: rgba(255,255,255,0.1);line-height: 5rem;position: absolute;top: -1rem;right: 0; font-family: "DINOT";}
.super .sup-ul ul li.cur{width:32.81%;}
.super .sup-ul ul li.cur .default{opacity: 0;}
.super .sup-ul ul li.cur .hover{opacity: 1;}
.super li.cur dl dd{bottom: 0;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 330px;overflow: hidden;}
.ban01 p{font-size: 24px;color: #333;height: 120px;line-height: 42px;padding: 90px 0 0;}
.ban01 p b{display: block;font-size: 36px;}
.ban01 p i{color: #2864c8;}
.ban01_tel{display: inline-block;width: 100%;}
.ban01_tel span{display: block;float: left;font-size: 14px;color: #666;background: url(../images/tel.gif) no-repeat 0 center;background-size: 36px 36px;padding:0 30px 0 45px;line-height: 24px;}
.ban01_tel b{display: block;font-size: 26px;font-family: "DINOT";color: #333;}
.ban01_tel a{display: block;float: left;font-size: 14px;color: #333;width: 110px;text-align: center;height: 38px;line-height: 38px;overflow: hidden;background: #efefef;border-radius: 30px;margin-top: 10px;}
.ban01_tel a:hover{background: #2864c8;color: #fff;}
.ban01_tel a:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;}

/**/
.case{background:#f4f4f4 url(../images/case_bg.jpg) no-repeat center 80px;overflow: hidden;padding: 85px 0 80px;}

.case_nav{margin: 30px 0 0;height: 70px;line-height: 66px;background: #2864c8;overflow: hidden;}
.case_nav ul li{width: 150px;float: left;height: 70px;position: relative;}
.case_nav ul li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.1);position: absolute;top: 0;right: 0;}
.case_nav ul li a,.case_nav span a{display: block;font-size: 16px;color: #fff;width: 120px;padding-left: 30px;height: 70px; background-image: url(../images/case_ico01.png); background-position: 115px center; background-repeat: no-repeat;}
.case_nav ul li a:hover,.case_nav ul li.cur a,.case_nav span a:hover{font-weight: bold;background-color: #42ad69;}
.case_nav span{display: block;float: right;width: 150px;}

.case_dl{display:block;width:100%;}
.case dl{height: 470px;box-shadow: 0 3px 3px 3px rgba(0,0,0,0.1);background: #fff;} 
.case dl dt{width: 600px;height: 470px;overflow: hidden;line-height: 0;float: left;}
.case dl dt img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.case dl dd{width: 520px;float: left;padding: 35px 0 0 50px;}
.case dl dd h5{height: 40px;line-height: 40px;font-size: 22px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.case dl dd h5:hover,.case_list ul li:hover span{color: #2864c8;}
.case dl dd p{width: 450px;padding-top: 5px;font-size: 16px;color: #666;line-height: 26px;height: 52px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.case dl dd .case_more,.news_l dl dd .case_more{display: block;margin: 20px 0 0;font-size: 14px;color: #333;width: 70px;text-align: center;height: 30px;line-height: 30px;border: #e5e5e5 2px solid;border-radius: 30px;}
.case dl dd .case_more:hover,.news_l dl dd .case_more:hover{border: #2864c8 2px solid;background: #2864c8;color: #fff;}
.case dl dd ul{padding: 30px 0 0;}
.case dl dd ul li{width: 247px;line-height: 0;overflow: hidden;float: left;margin-right: 8px;}
.case dl dd ul li em{display: block;overflow: hidden;width: 247px;height: 185px;}
.case dl dd ul li img{width: 247px;height: 185px;}
.case dl dd ul li span,.case_list ul li span{display: block;width: 100%;text-align: center;font-size: 16px;color: #333;height: 30px;line-height: 30px;padding: 10px 0 0;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.case_list{padding: 50px 0 0;}
.case_list ul li{width: 290px;float: left;line-height: 0;margin-right: 12px;}
.case_list ul li em{width: 290px;height: 218px;display: block;line-height: 0;overflow: hidden;}
.case_list ul li img{width: 290px;height: 218px;}
.case_list p{width: 58px;height: 58px;position: absolute;top: 120px;display: block;line-height: 0;-webkit-transition:transform .3s;transition:transform .3s;line-height: 0;border-radius: 50%;cursor: pointer;}
.case_list p a,.case_list p img{width: 58px;height: 58px;display: block;}
.case_list p:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.case_lico{left: -88px;}
.case_rico{right: -88px;}

/*新闻资讯*/
.news{padding: 30px 0 70px;}
.news_t{height: 64px;line-height: 64px;overflow: hidden;padding: 35px 0 0;position: relative;}
.news_t:before{content: "";width: 100%;height: 1px;background: #e6e6e6;position: absolute;bottom: 0;left: 0;}
.news_t ul li{float: left;width: 180px;height: 64px;}
.news_t ul li a{font-size: 18px;color: #333;font-weight: bold;display: block;width: 180px;height: 64px;text-align: center;line-height: 64px;overflow: hidden;}
.news_t ul li a:hover,.news_t ul li.on a{background: #2864c8;color: #fff;}
.news_t span{float: right;}
.news_t span a{font-size: 14px;color: #333;}
.news_l{ width:850px;padding: 25px 0 0;}
.news_dl{display:block;width:100%;}
.news_l dl{background: #f6f6f6;height: 232px;overflow: hidden;}
.news_l dl dt{width: 413px;height: 232px;line-height: 0;overflow: hidden;float: left;}
.news_l dl dt img{width: 413px;height: 232px;}
.news_l dl dd{width: 390px;float: left;padding: 40px 0 0 25px;}
.news_l dl dd h5{height: 30px;line-height: 30px;font-size: 20px;color: #333;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l dl dd h5:hover,.news_l ul li a:hover,.news_r ul li a:hover{color: #2864c8;}
.news_l dl dd p,.news_l ul li p{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden;padding: 10px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.news_l dl dd b{display: none;font-size: 20px;color: #666;line-height: 30px;padding: 20px 0 0;}
.news_l dl dd .case_more{width:120px;}

.news_l .news_qie:nth-child(2) dl dd .case_more{display:none;}
.news_l .news_qie:nth-child(2) dl dd b{display: block;}

.news_l ul{padding: 25px 0 0;}
.news_l ul li{ height:120px; overflow:hidden;width: 370px; padding: 0 43px 0 0; float: left;position: relative;}
.news_l ul li:before{content: "";width: 1px;height: 75px;background: #ededed;position: absolute;top: 0;right: 0;}
.news_l ul li a{display: block; color:#666;}
.news_l ul li h5{ font-size:14px;font-weight: bold;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;height: 25px;line-height: 25px;}
.news_l ul li p{padding: 5px 0 0;}
.news_l ul li:nth-child(2n){width: 370px;padding:0 0 0 43px;}
.news_l ul li:nth-child(2n):before{background: none;}

.news_r{width: 290px;overflow: hidden;position:absolute; top:265px; right:0; z-index:2; }
.news_r ul li{ height:88px;line-height: 88px; overflow:hidden;border-bottom: #e6e6e6 1px solid;}
.news_r ul li a{display: block; color:#666; font-size:14px;font-weight: bold;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*关于我们*/
.about{background: #f4f4f4 url(../images/ab_bg.jpg) no-repeat center 0;height: 654px;overflow: hidden;}
.about dl{height: 654px;position: relative;}
.about dl dt{width: 960px;height: 654px;position: absolute;top: 0;right: 50%;line-height: 0;overflow: hidden;}
.about dl dt img{width: 960px;height: 654px;}
.about dl dt em{display: block;width: 960px;height: 654px;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5) url(../images/ab_video.png) no-repeat center;}
.about dl dd{width: 530px;float: right;padding: 110px 0 0;}
.about dl dd h5{height: 80px;line-height: 70px;overflow: hidden;background: url(../images/ab_line.png) no-repeat 0 bottom;}
.about dl dd h5 a{font-size: 40px;color: #333;}
.about dl dd h5 a:hover{color: #2864c8;}
.about dl dd p{padding-top: 30px;font-size: 16px;color: #333;line-height: 30px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis; }
.about dl dd span{display: block;padding: 40px 0 0;}
.about dl dd span a{display: block;font-size: 16px;color: #fff;width: 160px;text-align: center;height: 50px;line-height: 50px;background: #2864c8;border-radius: 30px;}
.about dl dd span a:hover{background: #42ad69;}

/*企业相册*/
.photo{padding: 0 0 70px;margin-top: -100px;position: relative;z-index: 2;background: #fff;}
.photo_t{width: 700px;height: 95px;padding: 40px 0 0 390px;}
.photo_t ul li{width: 215px;height: 95px;line-height: 28px;float: left;position: relative;}
.photo_t ul li:before{content: "";width: 1px;height: 60px;background: #eaeaea;position: absolute;top: 0;right: 0;}
.photo_t ul li em{display: block;float: left;line-height: 0;overflow: hidden;width: 56px;height: 56px;padding-right: 12px;}
.photo_t ul li em img{width: 56px;height: 112px;-webkit-transition:all .5s;transition:all .5s;}
.photo_t ul li span{display: block;float: left;}
.photo_t ul li i{display: block;font-size: 14px;color: rgba(51,51,51,0.4);font-weight: normal;text-transform: uppercase;}
.photo_t li a{font-size: 26px;color: #333;}
.photo_t li.cur a{font-weight: bold;}
.photo_t li.cur em img{margin-top: -56px;}
.photo_t li:nth-child(2){padding-left: 35px;}
.photo_t li:nth-child(2):before{background: none;}
.photo_qie{width: 1100px;overflow: hidden;margin: 0 auto;}
.photo_qie ul li{width: 170px;line-height: 0;float: left;overflow: hidden;margin-left: 20px;-webkit-transition:transform .3s;transition:transform .3s;padding-top: 5px;}
.photo_qie ul li img{width: 170px;height: 226px;}
.photo_qie ul li span{display: block;width: 100%;text-align: center;height: 25px;line-height: 25px;font-size: 14px;color: #666;padding: 10px 0 0;}
.photo_qie ul li:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

/*友情链接*/
.f_link{overflow: hidden;height: 50px;line-height: 50px;}
.f_link b{display: block;float: left;font-size: 14px;color: #666;width: 110px;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1090px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #333;}

.modal-backdrop
        {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #232526;
            z-index: 800;
        }
        .modal-backdrop iframe
        {
            width: 100%;
        }
        .modal-backdrop .vd
        {
            position: absolute;
            width: 1200px;
            height: 640px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 300;
            background: #FFF;
        }
        .modal-backdrop .close2
        {
            top: 16px;
            right: 5px;
            font-size: 24px;
            line-height: 1;
            transition: all 0.5s ease;
            width: 80px;
            position: absolute;
            padding: 0;
            background-color: rgba(0, 0, 0, 0.2);
            color: #FFF;
            height: 40px;
            border: none;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            white-space: nowrap;
            text-align: center;
            border-radius: 50% !important;
            outline: none;
            cursor: pointer;
            z-index: 999;
        } 
/**/
@-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);
  }
}