/* 清除内外边距 */
@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;}


/**/
.yinz{background: url(../images/yinz_bg.jpg) no-repeat center 0;height: 433px;overflow: hidden;padding-top: 129px;}
.yinz_l{width: 600px;margin-top: -10px;}
.yinz_l h5{font-size: 42px;color: #333;line-height: 48px;position: relative;height: 120px;}
.yinz_l h5:before{content: "";width: 30px;height: 5px;background: #2075c8;position: absolute;bottom: 0;left: 0;}
.yinz_l h5 i{display: block;font-size: 16px;font-weight: normal;}
.yinz_l p{font-size: 16px;color: #666;line-height: 30px;height: 90px;overflow: hidden;padding: 25px 0 0;}
.yinz_l span{display: block;font-size: 18px;color: #333;font-weight: bold;background: url(../images/yinz_ico01.png) no-repeat;height: 60px;line-height: 60px;overflow: hidden;padding: 0 0 0 80px;margin-top: 35px;}
.yinz_r{width: 538px;}
.yinz_qie ul li{width: 538px;}
.yinz_qie ul li em{width: 538px;height: 300px;display: block;line-height: 0;overflow: hidden;}
.yinz_qie ul li img{width: 538px;height: 300px;}
.yinz_qie ul li img,.cp01 em img,.case dl dt img,.yous_con dl dt img,.news01 dl dt img,.photo_qie ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.yinz_qie ul li img:hover,.cp01 em img:hover,.case dl dt img:hover,.yous_con dl dt img:hover,.news01 dl dt img:hover,.photo_qie ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.yinz_qie ul li span{display: block;font-size: 16px;color: #333;height: 50px;line-height: 50px;width: 438px;text-align: center;overflow: hidden;}
.yinz_bot{width: 100px;position: absolute;top: 300px;right: 0;background: #fff;height: 50px;}
.yinz_bot li{ float:left; margin:20px 15px 0 0; cursor:pointer; width: 10px;height: 10px;background: #e5e5e5; text-indent: -99999px;border-radius: 50%;}
.yinz_bot .on{background: #2075c8;}


/* 产品展示 */
.cp_bg { background: url(../images/cp_bg.jpg) no-repeat center 0; height: 820px; overflow: hidden; padding-top: 60px; }
.cp_tit { font-size: 42px; color: #333; height: 85px; line-height: 42px; text-align: center; overflow: hidden; }
.cp_tit a { color: #333; }
.cp_tit a:hover { color: #2075c8; }
.cp_tit span { display: block; font-size: 16px; font-weight: normal; color: #333; padding: 5px 0 0; }
.chanp .cp_tit a, .chanp .cp_tit span { color: #fff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); } /* 增加文字阴影，提升对比度 */
.cp_l { margin-top: 40px; width: 600px; height: 580px; background: #fff; border-radius: 10px 0 0 10px; position: relative; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
.cp_l:before { content: ""; width: 1px; height: 100%; background: #e5e5e5; position: absolute; top: 0; right: 0; z-index: 5; }
.cp01 { width: 600px; height: 500px; padding: 30px 20px; position: relative; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; } /* 调整 padding 对齐上边距 */
.cp01 em { width: 560px; height: 400px; display: block; line-height: 0; overflow: hidden; margin: 0 auto; }
.cp01 em img { width: 560px; height: 400px; display: block; border-radius: 10px; transition: transform 0.3s ease; } /* 调整圆角 */
.cp01 em img:hover { transform: scale(1.02); } /* 缩小 hover 缩放比例，更加优雅 */
.cp01 span { display: block; font-size: 24px; color: #333; width: 560px; text-align: center; height: 40px; line-height: 40px; font-weight: bold; overflow: hidden; position: absolute; top: 450px; left: 20px; background: url(../images/cp_ico01.png) no-repeat 385px 5px; } /* 调整标题位置 */
.cp01:hover span, .cp_l ul li a:hover { color: #2075c8; }
.cp_l ul { padding: 10px 0 0 130px; display: block; }
.cp_l ul li { height: 30px; line-height: 30px; float: left; padding: 0 30px 0 0; }
.cp_l ul li a { font-size: 18px; color: #666; display: block; height: 30px; position: relative; padding: 0 0 0 16px; }
.cp_l ul li a:before { content: ""; width: 7px; height: 7px; background: #e5e5e5; position: absolute; top: 10px; left: 0; border-radius: 50%; }
.cp_l ul li a:hover:before { background: #2075c8; }
.cp_r { width: 600px; height: 580px; background: #fff; border-radius: 0 10px 10px 0; margin-top: 40px; position: relative; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
.cp_r:before { content: ""; width: 1px; height: 100%; background: #e5e5e5; position: absolute; top: 0; left: 50%; z-index: 1; }
.cp_r:after { content: ""; width: 100%; height: 1px; background: #e5e5e5; position: absolute; top: 50%; left: 0; z-index: 1; }
.cp_r ul li { width: 300px; height: 290px; float: left; padding: 20px 10px 10px; position: relative; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; } /* 调整 padding 对齐上边距 */
.cp_r ul li em { width: 260px; height: 200px; display: block; line-height: 0; overflow: hidden; margin-bottom: 10px; } /* 调整图片尺寸 */
.cp_r ul li em img { width: 260px; height: 200px; border-radius: 8px; transition: transform 0.3s ease; } /* 添加圆角 */
.cp_r ul li em img:hover { transform: scale(1.02); } /* 缩小 hover 缩放比例 */
.cp_r ul li span { display: flex; justify-content: center; align-items: center; width: 260px; height: 40px; line-height: 40px; overflow: hidden; position: relative; top: 0; left: 0; background: #f9f9f9; border-radius: 5px; transition: background 0.3s ease; }
.cp_r ul li b { display: block; font-size: 18px; color: #333; padding-left: 10px; } /* 调整字体大小 */
.cp_r ul li i { display: block; width: 24px; height: 24px; line-height: 0; padding: 8px 0 0 5px; }
.cp_r ul li i img { width: 24px; height: 24px; }
.cp_r ul li:hover { box-shadow: 0 5px 20px rgba(32, 117, 200, 0.4); z-index: 10; } /* 增强 hover 阴影 */
.cp_r ul li:hover span { background: #e6f0fa; } /* hover 时背景色变化 */

/*产品优势*/
.iserve{height:200px;padding: 50px 0 0;}
.iserve dl{width: 240px;height: 200px;float: left;position: relative;text-align: center;}
.iserve dl:before{content: "";width: 1px;height: 110px;background: rgba(255,255,255,0.2);position: absolute;top: 30px;left: 0;}
.iserve dl dt{width: 88px;height: 96px;margin: 0 auto;position: relative;}
.iserve dt .hover,.iserve dt .default{background:url(../images/iserve_bg.png);}
.iserve dt i{display:block;width:88px;height:88px;background:url(../images/iserve_icon.png);}
.iserve dt .hover,.iserve dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve dt .default{background-position:0 0;}
.iserve dt .hover{background-position:0 -96px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve dt.d1 .default i{background-position:0 0;}
.iserve dt.d1 .hover i{background-position:-88px 0;}
.iserve dt.d2 .default i{background-position:0 -88px;}
.iserve dt.d2 .hover i{background-position:-88px -88px;}
.iserve dt.d3 .default i{background-position:0 -176px;}
.iserve dt.d3 .hover i{background-position:-88px -176px;}
.iserve dt.d4 .default i{background-position:0 -264px;}
.iserve dt.d4 .hover i{background-position:-88px -264px;}
.iserve dt.d5 .default i{background-position:0 -352px;}
.iserve dt.d5 .hover i{background-position:-88px -352px;}
.iserve dl:hover dt .hover,.iserve dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.iserve dl:hover dt .default,.iserve dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.iserve dl dd{font-size: 16px;color: #fff;line-height: 30px;}
.iserve dl dd h5{height: 50px;line-height: 44px;position: relative;overflow: hidden;font-size: 22px;color: #fff;}
.iserve dl dd h5:before{content: "";width: 20px;height: 2px;background: rgba(255,255,255,0.3);position: absolute;bottom: 0;left: 50%;margin-left: -10px;}
.iserve dl dd p{font-size: 14px;color: rgba(255,255,255,0.5);height: 30px;line-height: 30px;padding: 5px 0 0;}
.iserve dl:first-child:before{background: none;}

/*品质升级*/
.four{padding: 75px 0 100px;background: url(../images/four_bg.gif) no-repeat center 340px;}
.four_l{width: 325px;}
.four dl{height: 170px;padding: 80px 0 0;-webkit-transition:transform .3s;transition:transform .3s;}
.four dl dt{height: 60px;font-weight: bold;}
.four dl dt em{width: 50px;height: 50px;display: block;float: left;line-height: 50px;text-align: center;overflow: hidden;background: #2075c8;border-radius: 50%;font-size: 20px;color: #fff;}
.four dl dt span{display: block;float: left;font-size: 30px;color: #333;line-height: 30px;padding: 0 0 0 15px;}
.four dl dt i{display: block;font-size: 12px;text-transform:capitalize; font-family:Arial, Helvetica, sans-serif;}
.four dl dd{font-size: 14px;color: #666;line-height: 30px;height: 90px;padding: 10px 0 0;overflow: hidden;}
.four dl.nobor{padding-top: 130px;}
.four_c{width: 555px;height: 555px;line-height: 0;position: absolute;top: 205px;left: 320px;}
.four_c img{width: 555px;height: 555px;}
.four dl:hover,.hz ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}

/*案例*/
.case{padding: 75px 0;background: #f2f2f2;}
.case_con{width:100%;height:21rem;overflow: hidden;margin-top:2rem;}
.case dl{width: 24%;float: left;position: relative;padding-bottom: 50px;margin-left:1%;}
.case dl dt{width: 100%;line-height: 0;overflow: hidden;}
.case dl dt img{display: block;width: 100%;}
.case dl dd{width: 84%;height: 4.5rem;background: #fff;position: absolute;top: 14.5rem;left: 5.6%;z-index: 10;padding: 0 0 0 4.8%;}
.case dl dd h5{height: 1.5rem;line-height: 1.5rem;overflow: hidden;width: 62.5%;padding: 0.8rem 0 0;}
.case dl dd h5 a{font-size: 1rem;color: #333;font-weight: normal;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case dl dd h5 a:hover{color: #2075c8;}
.case dl dd em{display: block;font-size: 0.8rem;color: #333;}
.case dl dd span{display: block;width: 4.5rem;height: 4.5rem;background: #333;position: absolute;top: 0;right: 0;}
.case dl dd span a{display: block;width: 3rem;height: 3rem;padding: 1.5rem 0 0 1.5rem;}
.case dl dd span img{width: 1.4rem;height: 1.4rem;}
.case dl:hover dd span{background: #2075c8;}

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;}}

/*合作客户*/
.hz_bg{background: #f2f2f2;padding: 0 0 70px;}
.hz_t{height: 40px;line-height: 40px;overflow: hidden;background: url(../images/hz_tline.png) no-repeat center 19px;text-align: center;}
.hz_t a{font-size: 30px;color: #333;}
.hz_qie{width: 1200px;overflow: hidden;padding: 25px 0 0;}
.hz ul li{width: 222px;float: left;margin-right: 21px;line-height: 0;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;padding: 5px 0 0;}
.hz ul li img{width: 222px;height: 125px;}
.hz ul li span{display: block;width: 222px;text-align: center;font-size: 14px;color: #333;height: 30px;line-height: 30px;overflow: hidden;padding: 8px 0 0;}
.hz p{ position: absolute; top: 120px; width:24px; height:24px;border-radius: 50%;-webkit-transition:transform .3s;transition:transform .3s;}
.hz p a{width: 24px;height: 24px;display: block;}
.hz_l{left: -50px;}
.hz_r{right: -50px;}
.hz_l a {background:url(../images/hz_lico01.png) no-repeat;}
.hz_l a:hover{background:url(../images/hz_lico02.png) no-repeat;}
.hz_r a {background:url(../images/hz_rico01.png) no-repeat;}
.hz_r a:hover{background:url(../images/hz_rico02.png) no-repeat;}
.hz p:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

/*服务支持*/
.fuw{padding: 70px 0 0;}
.fuw01{margin-top: 35px;width: 284px;height: 505px;overflow: hidden;margin-right: 21px;}
.fuw01 img{width: 284px;height: 505px;}
.fuw dl dt{width: 284px;height: 505px;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.4);-webkit-transition:all .5s;transition:all .5s;}
.fuw dl dt b{display: block;font-size: 24px;color: #fff;padding: 90px 0 0;height: 40px;line-height: 40px;text-align: center;}
.fuw dl dt h5{font-size: 28px;color: #fff;margin-top: 215px;height: 80px;line-height: 36px;text-align: center;position: relative;}
.fuw dl dt h5:before{content: "";width: 10px;height: 10px;background: #2075c8;position: absolute;top: 13px;left: 60px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.fuw dl dt h5:after{content: "";width: 10px;height: 10px;background: #2075c8;position: absolute;top: 13px;right: 60px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.fuw dl dt i{display: block;font-size: 14px;color: rgba(255,255,255,0.5);text-transform: uppercase;font-weight: normal;font-family:Arial, Helvetica, sans-serif;}
.fuw dl dd{width: 284px;height: 190px;position: absolute;bottom: -212px;left: 0;padding: 22px 0 0;background: rgba(32,117,200,0.9);text-align: center;-webkit-transition:all .5s;transition:all .5s;}
.fuw dl dd h5{height: 60px;line-height: 52px;position: relative;overflow: hidden;font-size: 28px;color: #fff;}
.fuw dl dd h5:before{content: "";width: 30px;height: 3px;background: rgba(255,255,255,0.5);position: absolute;bottom: 0;left: 50%;margin-left: -15px;}
.fuw dl dd p{font-size: 16px;color: #fff;line-height: 25px;height: 120px;overflow: hidden;padding: 15px 0 0;width: 240px;margin: 0 auto;}
.fuw .nobor{margin-right: 0;}
.fuw01:hover dl dt,.fuw .fuw01.cur dl dt{top: -505px;}
.fuw01:hover dl dd,.fuw .fuw01.cur dl dd{bottom: 0;}

/*定制流程*/
.liuc{padding-top: 50px;height: 130px;overflow: hidden;}
.liuc_l{font-size: 30px;color: #333;width: 160px;height: 80px;padding: 15px 0 0;font-weight: bold;line-height: 30px;}
.liuc_l i{background: url(../images/liuc_jian.gif) no-repeat 0 3px;width: 160px;height: 20px;position: relative;display: block;margin-top: 20px;}
.liuc_l i:before{ content: "";width: 20px;height: 20px;background: #2075c8;position: absolute;left: 15px;top: 0;border-radius: 50%;
transition:all 1s;
transition-timing-function:linear;
transition-delay: 0.2s;
/* Safari and Chrome */
-webkit-transition:all 1s;
-webkit-transition-timing-function:linear;
-webkit-transition-delay:0.2s;
/* Opera */
-o-transition:all 1s;
-o-transition-timing-function:linear;
-o-transition-delay:0.2s;
}
.liuc_l:hover i:before{left: 78px;}
.liuc_r{width: 1080px;margin-right: -40px;background: url(../images/liuc_line.png) no-repeat 175px 30px;}
.liuc_r ul li{font-size: 20px;color: #333;float: left;width: 180px;text-align: center;height: 130px;}
.liuc_r ul li em{display: block;width: 60px;height: 60px;line-height: 0;margin: 0 auto;overflow: hidden;}
.liuc_r ul li em img{width: 60px;height: 120px;-webkit-transition:all .5s;transition:all .5s;}
.liuc_r ul li span{display: block;line-height: 24px;padding: 10px 0 0;}
.liuc_r ul li i{display: block;font-size: 12px;color: #aaa;text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
.liuc_r ul li:hover,.liuc_r ul li.cur{color: #2075c8;font-weight: bold;}
.liuc_r ul li:hover em img,.liuc_r ul li.cur em img{margin-top: -60px;}
.liuc_r ul li:hover i,.liuc_r ul li.cur i{color: #2075c8;font-weight: normal;}

/*优势*/
.yous { width: 100%; min-width: 1200px; position: relative; overflow: hidden; height: 862px;z-index: 1;padding: 80px 0 0;}
.yous_bot{padding: 35px 0 0;height: 80px;}
.yous_bot ul li{width: 340px;height: 60px;float: left;cursor: pointer;position: relative;vertical-align: middle;height: 60px;z-index: 1;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.yous_bot ul li:after{content: "";width: 180px;height: 2px;background:#eaeaea;position: absolute;bottom: 0;left: 0;z-index: -1;}

.yous_bot li:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2075c8;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.yous_bot li:hover:before,.yous_bot li.on:before {
  right: 47%;
}
.yous_bot ul li b{display: block;float: left;font-size: 50px;color: #e0e0e0;line-height: 44px;}
.yous_bot ul li span{display: block;float: left;line-height: 26px;font-size: 22px;color: #333;font-weight: bold;padding: 2px 0 0 15px;}
.yous_bot ul li i{display: block;font-size: 12px;color: #d0d0d0;font-weight: normal;text-transform: uppercase;}
.yous_bot ul li.on b{color: #2075c8;}
.yous_bot ul li.nobor{width: 180px;}
.yous_bot ul li.nobor.on:before {
  right: 0;
}
.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: 650px;position: relative;}
.yous_con dl dt{width: 1200px;height: 650px;line-height: 0;overflow: hidden;border-radius: 10px;}
.yous_con dl dt img{width: 1200px;height: 650px;border-radius: 10px;}
.yous_con dl dd{width: 1084px;height: 130px;position: absolute;bottom: 60px;left: 58px;background: #fff;border-radius: 20px;}
.yous_con dl dd h5{font-size: 24px;color: #fff;height: 100px;width: 195px;background: #2075c8;float: left;border-radius: 20px 0 0 20px;padding: 30px 0 0 30px;}
.yous_con dl dd em{width: 44px;height: 42px;display: block;line-height: 0;float: left;padding: 12px 15px 0 0;}
.yous_con dl dd em img{width: 44px;height: 42px;}
.yous_con dl dd span{display: block;float: left;line-height: 34px;}
.yous_con dl dd i{display: block;}
.yous_con dl dd p{font-size: 16px;color: #666;line-height: 32px;padding: 30px 0 0 40px;height: 64px;overflow: hidden;width: 645px;}
.yous .pnBtn .blackBg { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 650px; background: #fff; filter: alpha(opacity=60); opacity: 0.6; }
.yous .pnBtn { position: absolute; z-index: 1; top: 290px; width: 100%; height: 650px; 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: 110px; z-index: 10; width: 33px; height: 33px;}
.yous .prev .arrow { right: -1060px; background: url(../images/ys_lico01.png) no-repeat;}
.yous .prev .arrow:hover{ background: url(../images/ys_lico02.png) no-repeat;}
.yous .next .arrow { left: -125px;  background: url(../images/ys_rico01.png) no-repeat;}
.yous .next .arrow:hover{ background: url(../images/ys_rico02.png) no-repeat;}

/*新闻资讯*/
.news{padding: 90px 0 70px;}
.news .cp_tit{height: 60px;}
.news_l{width: 770px;}
.news_tit{height: 70px;line-height: 70px;overflow: hidden;border-bottom: #dcdcdc 1px solid;background:url(../images/news_ico01.gif) no-repeat 0 22px;}
.news_tit a{font-size: 26px;color: #333;padding-left: 20px;}
.news_tit a:hover,.news_l dl dd h5 a:hover,.wd dl dt a:hover{ color: #2075c8;}
.news01{padding: 20px 0 50px;width: 770px;border-bottom: #dcdcdc 1px dashed;height: 170px;overflow: hidden;}
.news01 dl dt{width: 300px;height: 170px;overflow: hidden;line-height: 0;float: left;}
.news01 dl dt img{width: 300px;height: 170px;}
.news01 dl dd{padding-top: 10px;width: 450px;float: right;}
.news01 .news_r{width: 320px;float: left;padding: 0 40px 0 0; overflow:hidden;}
.news01 dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news01 dl dd h5 a{font-size: 18px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 .news_desc,.news02 dl dd{font-size: 14px; color: #888; line-height: 24px; height: 72px; overflow: hidden;padding: 5px 0 0;}
.news01 dl dd em{display: block;padding: 15px 0 0;}
.news01 dl dd em a{font-size: 14px;color: #333;display: block;width: 125px;text-align: center;height: 30px;line-height: 28px;overflow: hidden;text-transform: uppercase;background: #eee;border-radius: 30px;}
.news01 dl dd em a:hover{background:#2075c8;color: #fff;}
.news01 dl dd span{display: block;float: left;height: 53px;width: 90px; font-size: 14px; background:url(../images/news_line.gif) no-repeat 0 10px;line-height: 32px;padding: 15px 0 0;color: #333; font-family:Arial, Helvetica, sans-serif;text-align: center;margin-top: 30px;}
.news01 dl dd span b{display: block;font-size: 40px;}
.news02{width: 770px;padding: 30px 0 0;overflow: hidden;}
.news02 dl{width: 340px;height: 112px;padding: 0 50px 0 0;}
.news02 dl dt a{font-size: 16px;color: #333;display: block;height: 30px;line-height: 30px;width: 340px;background:url(../images/news_ico02.gif) no-repeat 0 10px;padding-left: 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news02 dl dt a:hover{background:url(../images/news_ico03.gif) no-repeat 0 10px;color: #2075c8;}
.news02 dl dd{padding: 5px 0 0 20px;}

/*常见问答*/
.wd{width: 350px;}
.wd_m{padding: 20px 0 0;overflow: hidden;}
.wd dl{height: 115px;width: 350px;padding-top: 8px;}
.wd dl dt{height: 36px;line-height: 36px;overflow: hidden;}
.wd dl dt a{width: 330px;font-size: 16px;color: #333;padding-left: 20px;display: block;height: 36px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd dl dd{width: 330px;margin-left: 20px;font-size: 14px;color: #aaa;height: 50px;line-height: 25px;overflow: hidden;border-bottom: #dcdcdc 1px dashed;padding:5px 0 15px;}

/*关于鑫特电机*/
.ab_bg{background: url(../images/ab_bg.jpg) no-repeat center 0;height: 740px;overflow: hidden;padding: 90px 0 0;}
.about{height: 390px;}
.about .cp_tit a,.about .cp_tit span{color: #fff;}
.ab_desc{width: 1080px;text-align: left;margin: 0 auto;padding: 30px 0 0;font-size: 16px;color: rgba(255,255,255,1);line-height: 30px;height: 120px;overflow: hidden;}
.about b{display: block;width: 150px;margin: 0 auto;padding: 35px 0 0;}
.about b a{display: block;font-size: 16px;color: #2075c8;text-transform: uppercase;width: 150px;text-align: center;height: 46px;line-height: 46px;background: #fff;overflow: hidden;border-radius: 30px;}
.about b a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.about b a:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*公司相册*/
.photo_t{background: url(../images/photo_tbg.png) no-repeat center 10px;height: 75px;overflow: hidden;}
.photo_t ul{display: block;width: 535px;margin: 0 auto;}
.photo_t ul li{float: left;width: 178px;text-align: center;background: url(../images/photo_bor.png) no-repeat 0 13px;height: 40px;line-height: 40px;}
.photo_t ul li a{font-size: 22px;color: #fff;}
.photo_t ul li a:hover,.photo_t ul li.on a{font-weight: bold;}
.photo_t ul li:first-child{background: none;}
.photo_qie{width: 1200px;overflow: hidden;}
.photo_qie ul li{width: 290px;float: left;margin-left: 13px;}
.photo_qie ul li em{display: block;width: 290px;height: 163px;line-height: 0;overflow: hidden;}
.photo_qie ul li img{width: 290px;height: 163px;}
.photo_qie ul li span{display: block;width: 290px;text-align: center;font-size: 14px;color: #fff;height: 30px;line-height: 30px;overflow: hidden;padding: 10px 0 0;}
.photo_qie ul li:first-child{margin-left: 0;}

/*友情链接*/
.f_link{height: 56px;line-height: 56px;overflow: hidden;background: #2075c8;}
.f_link b{display: block;float: left;font-size: 14px;color: #fff;width: 80px;font-weight: normal;}
.f_link p{font-size: 14px;color: #fff;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #fff; padding:0 10px 0 0;}
.f_link p a:hover{font-weight: bold;}

/**/

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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