/* 清除内外边距 */

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("../image/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;}

/**/
.yinz{background: url(../image/yinz_bg.jpg) no-repeat center 0;height: 460px;overflow: hidden;border-top: #eaeaea 1px solid;padding: 73px 0 0;}
.yinz_tit{font-size: 40px;color: #306fb3;text-align: center;line-height: 40px;overflow: hidden;height: 85px;}
.yinz_tit a{color: #306fb3;}
.yinz_tit a:hover{color: #54aa6e;}
.yinz_tit span{display: block;font-size: 20px;color: #6a6a6a;font-weight: normal;padding: 5px 0 0;}
.yinz li{float: left;position: relative;width: 300px;font-size: 20px;line-height: 32px;color: #2b2b2b;text-align: center;margin-top: 35px;}
.yinz li:before{content: "";width: 1px;height: 265px;background: #f1f1f1;position: absolute;top: 0;left: 0;}
.yinz li:first-child:before{background: none;}
.yinz li p{display: block;width: 168px;height:168px;border-radius: 50%;margin: 0 auto;border: #c4c4c4 1px dashed;padding: 7px; transition: all 0.5s ease-in-out 0s;}
.yinz li p img{display: block;width: 158px;height:158px;border-radius: 50%;border: #fff 5px solid;}
.yinz li i{display: block;}
.yinz li span{display: block;padding: 20px 0 0;}
.yinz li:hover{color: #54aa6e;font-weight: bold;}
.yinz li:hover p{width: 176px;height: 176px;padding: 8px 0 0 8px;border: none; transform: rotateY(180deg);
background: #75ba8c; /* Old browsers */
background: -moz-linear-gradient(top,  #75ba8c 0%, #598dc1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #75ba8c 0%,#598dc1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #75ba8c 0%,#598dc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75ba8c', endColorstr='#598dc1',GradientType=0 ); /* IE6-9 */
}

/*产品中心*/
.cp_bg{ background-color:#ededed;height: 1570px;overflow: hidden;padding: 33px 0 0;}
.cp_l{width: 260px;background: #fff;margin-top: 35px;}
.cp_l h2{width: 260px;height: 82px;line-height: 82px;background: #306fb3 url(../image/cp_ico01.png) no-repeat 58px 30px;overflow: hidden;}
.cp_l h2 a{font-size: 26px;color: #efefef;display: block;padding-left: 100px;font-weight: normal;}
.cp_lm{width: 225px;margin: 0 auto;padding: 32px 0 20px;}
.cp_l h3{width: 225px;height: 54px;margin: 0 0 20px;}
.cp_l h3 a{display: block;width: 213px;height: 54px;line-height: 54px;overflow: hidden;padding-left: 12px;background: #9e9c9c;font-size: 16px;color: #fff;font-weight: normal;}
.cp_l h3 em{width: 10px;height: 16px;display: block;line-height: 0;position: absolute;top: 20px;right: 12px;z-index: 10;}
.cp_l h3 em img{width: 10px;height: 16px;}
.cp_l h3 a,.cp_list ul li span,.yous_bot ul li {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cp_l h3 a:before,.cp_list ul li span:before,.yous_bot ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #306fb3; /* Old browsers */
  background: -moz-linear-gradient(left,  #306fb3 0%, #306fb3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #306fb3 0%,#306fb3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #306fb3 0%,#306fb3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306fb3', endColorstr='#306fb3',GradientType=1 ); /* IE6-9 */
}
.cp_l h3 a:hover:before,.cp_l h3.cur a:before,.cp_list ul li:hover span:before,.yous_bot ul li:hover:before,.yous_bot ul li.on:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cp_l ul{width: 225px;margin: -10px auto 25px;}
.cp_l ul li{height: 53px;line-height: 53px;overflow: hidden;border-top: #e8e8e8 1px dashed;background: url(../image/cp_ico03.png) no-repeat 15px 26px;}
.cp_l ul li a{font-size: 16px;color: #2b2b2b;padding-left: 30px;}
.cp_l ul li a:hover{color: #306fb3;font-weight: bold;}
.cp_l ul li:first-child{border: none;}
.cp_tel{width: 260px;height: 171px;line-height: 0;position: relative;}
.cp_tel p{width: 190px;height: 55px;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.7) url(../image/cp_tel.png) no-repeat 32px 15px;font-size: 14px;color: rgba(255,255,255,0.8);padding: 5px 0 0 70px;line-height: 22px;}
.cp_tel p b{display: block;font-size: 22px;font-family: "DINOT";}
.cp_r{width: 909px;margin: 35px 0 0;}
.cp_m{width: 909px;height: 476px;background:#fff;}
.cp_m ul li{width: 909px;height: 476px;line-height: 0;overflow: hidden;position: relative;}
.cp_m ul li:before,.about dl dt:before{content: ''; cursor: pointer; position: absolute; left: -100%; 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); }
.cp_m ul li:hover:before,.about dl dt:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.cp_m ul li img{width: 909px;height: 454px;}
.cp_r p{width: 18px;height: 33px;position: absolute;top: 235px;z-index: 10;}
.cp_r p a{display: block;width: 18px;height: 33px;}
.cp_prev a{background: url(../image/cp_lico.png) no-repeat;}
.cp_prev a:hover{background: url(../image/cp_lico02.png) no-repeat;}
.cp_next a{background: url(../image/cp_rico.png) no-repeat;}
.cp_next a:hover{background: url(../image/cp_rico02.png) no-repeat;}
.cp_prev{left: 30px;}
.cp_next{right: 30px;}
.cp_wz{height: 40px;line-height: 40px;position: absolute;top: 400px;left: 160px;}
.cp_wz b{display: block;float: left;font-size: 22px;color: #2b2b2b;width: 110px;text-align: center;}
.cp_wz span{display: block;float: left;}
.cp_wz span i{display: block;float: left;font-size: 16px;color: #34383d;width: 110px;text-align: center;height: 40px;background: #f1f1f1;border-radius: 20px;margin-left: 10px;}
.cp_list{margin-top: 22px;width: 909px;overflow: hidden;}
.cp_list ul li{width: 280px;float: left;line-height: 0;margin-right: 23px;}
.cp_list ul li img{width: 280px;height: 220px;}
.cp_list ul li span{font-size: 16px;color: #2b2b2b;display: block;height: 60px;line-height: 60px;border-top: #ebebeb 1px solid;background: #fff url(../image/cp_ico04.png) no-repeat 240px 17px;padding: 0 60px 0 20px;width: 200px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.cp_list ul li:hover span{font-weight: bold;color: #306fb3;background-image: url(../image/cp_ico05.png);}
.cp_list ul li span:before{height: 4px;top: auto;}

/*匠心品质*/
.pinz{padding: 80px 0 0;}
.pinz01{width: 20%;margin-top: 30px;height: 28.85rem;position: relative;}
.pinz01:before{content: "";width: 1px;height: 100%;background: rgba(240,240,240,0.2);position: absolute;top: 0;right: 0;}
.pinz_pic{line-height: 0;}
.pinz_pic img{display: block;width: 100%;height: 28.85rem;}
.pinz_no{display: block;font-size: 1.3rem;color: rgba(255,255,255,0.7);width: 2.4rem;height: 3.6rem;background: rgba(255,255,255,0.2);border-radius: 0 0 0 5rem;position: absolute;top: 0;right: 0;z-index: 20;line-height: 3rem;padding-left: 1.2rem;}
.pinz01:hover .pinz_no,.pinz01.cur .pinz_no{background: rgba(255,255,255,0.5);}
.pinz dl{width: 100%;position: absolute;top: 0;left: 0;height: 28.85rem;}
.pinz dl dt{width: 100%;text-align: center;padding: 8rem 0 0;background: rgba(0,0,0,0.2);height: 20.85rem;}
.pinz dl em{display: block;width: 4rem;height: 4rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.pinz dl em img,.pinz dl dd em img{width: 4rem;height: 4rem;}
.pinz dl span{display: block;font-size: 1.4rem;color: #fff;height: 5rem;line-height: 2rem;overflow: hidden;padding: 1rem 0 0;font-weight: bold;position: relative;}
.pinz dl span:before{content: "";width: 1.6rem;height: 2px;background: rgba(255,255,255,1);position: absolute;bottom: 0;left: 50%;margin-left: -0.8rem;}
.pinz dl span i{display: block;font-size: 0.6rem;color: rgba(255,255,255,0.6);text-transform: uppercase;font-weight: normal;}
.pinz dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.pinz dl dd span{height: 4.5rem;line-height: 4.5rem;padding: 0;}
.pinz dl dd span:before{height: 1px;}
.pinz dl dd p{font-size: 0.8rem;color: #fff;line-height: 1.8rem;max-height: 7.2rem;overflow: hidden;padding: 1.2rem 0 0;width: 88%;margin: 0 auto;}
.pinz dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.pinz dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../image/pinz_k02.png) no-repeat;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pinz01:hover dd:before,.pinz01.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pinz01:hover dd,.pinz01.cur dd{height: 22rem;padding-top: 6.85rem;}
.pinz01.nobor:before{background: none;}
.pinz01:hover dt,.pinz01.cur dt{display: none;}

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: 1920px) {html {font-size: 20px;}}

/*定制案例*/
.case_bg{background: url(../image/case_bg.jpg) no-repeat center 0;height: 787px;overflow: hidden;padding: 73px 0 0;}
.case_nav{padding: 35px 0 0;height: 85px;overflow: hidden;}
.case_nav ul li{width: 190px;float: left;padding-right: 35px;}
.case_nav ul li a{display: block;font-size: 18px;color: #2b2b2b;width: 188px;text-align: center;height: 50px;line-height: 50px;overflow: hidden;border-radius: 30px;border: #2b2b2b 1px solid;}
.case_nav ul li a:hover,.case_nav ul li.cur a{color: #fff;font-weight: bold;border: none;}
.case_nav ul li:first-child{padding-left: 60px;}
.case_nav ul li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #3070b2; /* Old browsers */
  background: -moz-linear-gradient(left,  #3070b2 0%, #53a870 48%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3070b2 0%,#53a870 48%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #3070b2 0%,#53a870 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3070b2', endColorstr='#53a870',GradientType=1 ); /* IE6-9 */

}
.case_nav ul li a:hover:before,.case_nav ul li.cur a:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.case_l{width: 880px;}
.case_l dl{width: 880px;background: #fff;}
.case_l dl dt{width: 880px;height: 440px;line-height: 0;overflow: hidden;}
.case_l dl dt img{width: 880px;height: 440px;}
.case_l dl dt img,.case_r ul li img,.news_lm ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case_l dl dt img:hover,.case_r ul li img:hover,.news_lm ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case_l dl dd{width: 800px;margin: 0 auto;padding: 15px 0 20px;}
.case_l dl dd h5{height: 35px;line-height: 35px;overflow: hidden;}
.case_l dl dd h5 a{font-size: 20px;color: #2b2b2b;}
.case_l dl dd h5 a:hover{color: #53a870;}
.case_desc{font-size: 16px;color: #666;padding: 8px 0 0;}
.case_prev,.case_next{width: 14px;height: 24px;position: absolute;top: 205px;cursor: pointer;z-index: 10;}
.case_prev{left: 30px;}
.case_next{right: 30px;}
.case_r{width: 284px;height: 540px;overflow: hidden;}
.case_r ul li{width: 284px;line-height: 0;margin-bottom: 50px;}
.case_r ul li em{width: 284px;height: 142px;display: block;line-height: 0;overflow: hidden;}
.case_r ul li img{width: 284px;height: 142px;}
.case_r ul li span{display: block;width: 264px;text-align: center;height: 60px;line-height: 60px;background: #fff;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 0 10px;font-size: 16px;color: #666;}
.case_r ul li:hover span{font-weight: bold;}

/*合作客户*/
.hz_bg{background: url(../image/hz_bg.jpg) no-repeat center 0;height: 188px;overflow: hidden;}
.hz_qie{width: 1200px;overflow: hidden;}
.hz ul li{width: 177px;height: 100px;line-height: 0;float: left;margin:10px 0 20px 28px;-webkit-transition:transform .3s;transition:transform .3s;}
.hz ul li img{width: 177px;height: 100px;}
.hz ul li img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; }
.hz ul li a:hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);}
.hz ul li:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

/*广告条*/
.ban01{background: url(../image/ban01.jpg) no-repeat center 0;height: 287px;overflow: hidden;padding-top: 85px;}
.ban01_l{width: 720px;}
.ban01_l p{ font-size: 30px;color: #f6f6f6;height: 135px;line-height: 54px;}
.ban01_l b{display: block;font-size: 40px;}
.ban01_l span{display: block;}
.ban01_l i{display: block;float: left;font-size: 24px;color: #306fb3;width: 145px;text-align: center;height: 50px;line-height: 50px;background: rgba(255,255,255,0.9);border-radius: 30px;margin-right: 20px;font-weight: bold;}
.ban01_tel{width: 300px;}
.ban01_tel span{display: block;width: 300px;font-size: 32px;color: #fff;line-height: 50px;height: 50px;font-weight: bold;}
.ban01_tel em{width: 30px;height: 30px;display: block;float: left;line-height: 0;padding: 12px 20px 0 0;}
.ban01_tel em img{width: 30px;height: 30px;}
.ban01_tel a{font-size: 20px;color: #fff;display: block;width: 160px;height: 50px;line-height: 50px;overflow: hidden;border-radius: 10px;text-align: center;margin: 20px 0 0 50px;font-weight: bold;
background: #306fb3;}
.ban01_tel a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

.ban02{background: url(../image/ban02.jpg) no-repeat center 0;height: 380px;overflow: hidden;}
.ban02_l{width: 600px;padding-top: 55px;}
.ban02_lt{ font-size: 42px;color: #fff;height: 135px;line-height: 54px;position: relative;}
.ban02_lt b{display: block;font-weight: normal;}
.ban02_lt:after{content: "";width: 450px;height: 1px;position: absolute;bottom: 0;left: 0;background: rgba(255,255,255,0.2);}
.ban02_lm{padding: 18px 0 0;}
.ban02_lm p{height: 36px;line-height: 36px;overflow: hidden;padding-bottom: 6px;}
.ban02_lm b{display: block;float: left;width: 100px;text-align: center;height: 36px;background: #fff;border-radius: 30px;font-size: 18px;color: #306fb3;margin-right: 12px;}
.ban02_lm span{display: block;float: left;font-size: 20px;color: #fff;overflow: hidden;}
.ban02 .ban01_tel{padding-top: 80px;}

/*优势*/
.yous { width: 100%; min-width: 1200px; position: relative; overflow: hidden; height: 1015px;z-index: 1;padding: 80px 0 0;}
.yous_bot{margin-bottom: 50px;border-bottom: #e8e7e7 1px solid;}
.yous_bot ul li{font-size: 20px;color: #2b2b2b;width: 250px;height: 100px;float: left;cursor: pointer;margin-top: 35px;padding: 0 0 0 50px;}
.yous_bot ul li:after{content: "";width: 1px;height: 56px;position: absolute;top: 0;left: 0;background: #d6d6d6;}
.yous_bot ul li p{width:60px; height:52px; position:relative;float: left;margin: 4px 15px 0 0;}
.yous_bot ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;margin: 0 auto;}
.yous_bot ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;margin: 0 auto;}
.yous_bot ul li b img,.yous_bot ul li em img{ display: block;width:60px; height:52px;}
.yous_bot ul li span{display: block;float: left;line-height: 28px;}
.yous_bot ul li i{display: block;}
.yous_bot ul li.on{color: #306fb3;font-weight: bold;}
.yous_bot ul li.on b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.yous_bot ul li.on em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.yous_bot ul li:first-child:after{background: none;}
.yous_bot ul li:before{height: 4px;top: auto;bottom: -1px;}
.yous_con { width: 1200px; position: absolute; left: 50%; margin-left: -600px; }
.yous_con .tempWrap .yous_m { margin-left: -1200px !important; }
.yous_con .tempWrap, .yous_con .tempWrap .yous_m { overflow: visible !important; }
.yous_con dl{width: 1200px;height: 740px;position: relative;}
.yous_con dl dt{width: 1200px;height: 630px;line-height: 0;overflow: hidden;}
.yous_con dl dt img{width: 1200px;height: 630px;}
.yous_con dl dd{width: 510px;height: 360px;position: absolute;bottom: 0;left: 0;background: rgba(246,246,246,0.9);padding: 40px 40px 0;}
.yous_con dl dd h5{font-size: 36px;color: #2b2b2b;height: 120px;margin-bottom: 15px;overflow: hidden;border-bottom: rgba(43,43,43,0.2) 1px solid;line-height: 46px;}
.yous_con dl dd h5 i{display: block;}
.yous_con dl dd b{display: block;line-height: 100px;font-family: "DINOT";font-size: 120px;color: rgba(43,43,43,0.1);position: absolute;top: 30px;right: 40px;}
.yous_con dl dd p{font-size: 16px;color: #555;line-height: 32px;padding: 5px 0 0;}
.yous .pnBtn .blackBg { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 630px; background: #fff; filter: alpha(opacity=60); opacity: 0.6; }
.yous .pnBtn { position: absolute; z-index: 1; top: 351px; width: 100%; height: 740px; cursor: pointer; }
.yous .pnBtn:before{content: "";width: 30px;height: 100%;background: #fff;position: absolute;top: 0;}
.yous .prev { left: -50%; margin-left: -600px; }
.yous .next { left: 50%; margin-left: 600px; }
.yous .prev.pnBtn:before{right: 0;}
.yous .next.pnBtn:before{left: 0;}
.yous .pnBtn .arrow {display: block; position: absolute; bottom: 40px; z-index: 10; width: 18px; height: 33px;}
.yous .prev .arrow { right: -1120px; background: url(../image/cp_lico.png) no-repeat;}
.yous .prev .arrow:hover{ background: url(../image/cp_lico02.png) no-repeat;}
.yous .next .arrow { left: -30px;  background: url(../image/cp_rico.png) no-repeat;}
.yous .next .arrow:hover{ background: url(../image/cp_rico02.png) no-repeat;}
.yous .next .arrow:before{content: "";width: 1px;height: 40px;position: absolute;top: -3px;left: -24px;background: #bbb;}

/*流程*/
.liuc{padding: 45px 0 65px;}
.liuc li{float: left;position: relative;width: 222px;text-align: center;font-size: 20px;color: #2b2b2b;}
.liuc li:before{content: "";width: 33px;height: 64px;position: absolute;top: 3px;right: 0;background: url(../image/liuc_k.png) no-repeat;}
.liuc li p,.liuc li p img{display: block;width: 56px;height:56px;margin: 0 auto 10px;}
.liuc li span{display: block;height: 40px;line-height: 40px;}
.liuc ul li:hover p,.ab_ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.liuc li:first-child{margin-left: -60px;}
.liuc ul li.nobor{width: 150px;}
.liuc ul li.nobor:before{background: none;}

/*新闻资讯*/
.news{padding: 80px 0 55px;}
.news_l{width: 600px;}
.news_tit{height: 88px;overflow: hidden;line-height: 42px;font-weight: bold;}
.news_tit a{font-size: 42px;color: #2b2b2b;}
.news_lm ul li{width: 600px;height: 450px;line-height: 0;overflow: hidden;position: relative;}
.news_lm ul li img{width: 600px;height: 450px;}
.news_lm ul li b{display: block;font-size: 16px;color: #fff;width: 414px;height: 55px;line-height: 55px;overflow: hidden;background: rgba(0,0,0,0.5);padding: 0 160px 0 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position: absolute;bottom: 0;left: 0;}
.news_bot{width: 120px;height: 33px;position: absolute;bottom: 0;right: 0;z-index: 20;background: #fff;border-radius: 30px 0 0;padding: 22px 0 0 30px;}
.news_bot ul li{float: left;height: 12px;width: 12px;border-radius: 50%;background: #a4a4a4; text-indent: -9999px;margin-right: 15px;cursor: pointer;}
.news_bot ul li.on{background: #54aa6e;}
.news_r{width: 530px;}
.news_nav{float: right;height: 55px;}
.news_nav ul li{width: 136px;float: left;height: 42px;}
.news_nav ul li a{font-size: 20px;color: #333;display: block;width: 132px;text-align: center;height: 38px;line-height: 38px;overflow: hidden;border: #fff 2px solid;border-radius: 30px;}
.news_nav ul li a:hover,.news_nav ul li.on a{border: #306fb3 2px solid;color: #306fb3;font-weight: bold;}
.news_r dl{ width:530px;height: 140px;overflow: hidden;padding: 28px 0 0;border-top: #306fb3 1px dashed;}
.news_r dt{float: left;width: 70px;line-height: 30px;font-size: 14px;color: #306fb3;font-family: "DINOT";font-weight: bold;text-align: center;padding: 25px 25px 0 0;}
.news_r dt b{display: block;font-size: 40px;}
.news_r dd{width: 430px;float: left;}
.news_r dl dd h5{height: 30px;line-height: 30px;font-size: 16px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 420px;}
.news_desc{font-size: 14px; color: #525252; line-height: 24px; height: 72px; overflow: hidden;padding: 5px 0 0;} 
.news_r dl dd a{color: #333;}
.news_r dl dd a:hover{color: #306fb3;}
.news_qie dl:first-child{border: none;}

/*关于我们*/


/*友情链接*/
.f_link{height: 80px;line-height: 80px;overflow: hidden;background: #e8e8e8;}
.f_link b{display: block;float: left;font-size: 16px;color: #666;width: 90px;}
.f_link p{font-size: 16px;color: #666;float: left;width: 1110px;}
.f_link p a{font-size: 16px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #333;}


/**/
@-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);
  }
}