/* 清除内外边距 */
@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; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.yinz_bg{background: url(../images/yinz_bg.jpg) no-repeat center 0;height: 500px;overflow: hidden;padding-top: 100px;}
.yinz:before{content: "";width: 1px;height: 374px;position: absolute;top: 0;right: 0;background:#eee;}
.yinz dl{width: 340px;float: left;padding: 50px 0 0;height: 402px;position: relative;margin:0 -20px;}
.yinz dl:before{content: "";width: 1px;height: 374px;position: absolute;top: 0;left: 0;background:#eee;}
.yinz dl dt{width: 108px;height: 91px;border: #e5e5e5 1px solid;border-radius: 50%;padding-top: 17px;margin: 0 auto;position: relative;}
.yinz dl dt:before{content: "";width: 6px;height: 6px;position: absolute;top: -6px;left: 50%;background:#fff;border: #d0102b 3px solid;border-radius: 50%;margin-left: -6px;z-index: 2;}
.yinz dl dt:after{content: "";width: 54px;height: 108px;position: absolute;top: 0;left: 54px;border: #d0102b 1px solid;border-radius: 0 100% 100% 0/50%;border-left: none;}
.yinz dl dt em{display: block;width: 74px;height: 74px;line-height: 0;overflow: hidden;margin: 0 auto;border-radius: 50%;}
.yinz dl dt img{width: 74px;height: 148px;-webkit-transition:all .5s;transition:all .5s;}
.yinz dl dd{width: 240px;margin: 0 auto;padding: 30px 0 0;}
.yinz dl dd h5{font-size: 30px;color: #333;height: 70px;line-height: 32px;text-align: center;}
.yinz dl dd h5 i{display: block;font-size: 18px;font-weight: normal;}
.yinz dl dd p{font-size: 14px;color: #666;line-height: 24px;max-height: 72px;overflow: hidden;padding: 10px 0 0;display: none;}
.yinz dl dd em{width: 22px;height: 6px;display: block;margin: 50px auto 0;}
.yinz dl dd em img{width: 22px;height: 6px;}
.yinz dl:hover,.yinz dl.cur{background: url(../images/yinz_k.png) no-repeat;z-index: 10;}
.yinz dl:hover:before,.yinz dl.cur:before{background:none;}
.yinz dl:hover dt img,.yinz dl.cur dt img{margin-top: -74px;}
.yinz dl:hover dd p,.yinz dl.cur dd p{display: block;}
.yinz dl:hover dd em,.yinz dl.cur dd em{display: none;}


/*解决方案*/
.plan{background:#f1f1f1 url(../resource/images/84a8326598dd41159d84ea1bbe01f1d3_2.jpg) no-repeat center 220px;padding: 75px 0 0;}
.plan_tit{font-size: 40px;color: #333;text-align: center;height: 95px;line-height: 40px;background: url(../images/plan_tline.gif) no-repeat center bottom;}
.plan_tit a{color: #333;}
.plan_tit span{display: block;font-size: 20px;font-weight: normal;padding: 5px 0 0;}
.plan_m{padding: 125px 0 0;height: 500px;}
.plan_m h5{height: 80px;line-height: 80px;overflow: hidden;background: url(../images/plan_line.gif) no-repeat 0 bottom;}
.plan_m h5 a{font-size: 30px;color: #fff;}
.plan_m p{font-size: 14px;color: #fff;line-height: 22px;height: 44px;overflow: hidden;width: 335px;padding: 20px 0 0;}
.plan_m ul{background: url(../images/plan_k.png) no-repeat;display: block;width: 724px;height: 98px;padding: 16px 0 0 30px;margin-top: 50px;}
.plan_m ul li{float: left;background: url(../images/plan_ico.png) no-repeat 0 10px;padding-left: 25px;width: 210px;line-height: 40px;}
.plan_m ul li a{font-size: 16px;color: #fff;font-weight: bold;}
.plan_tel{display: block;font-size: 14px;color: #fff;background: url(../images/plan_tel.png) no-repeat 0 12px;padding-left: 35px;margin-top: 30px;line-height: 28px;width: 265px;}
.plan_tel b{display: block;font-size: 30px;}
.plan dl{width: 270px;float: left;margin-right: 40px;margin-top: 50px;}
.plan dl dt{width: 270px;height: 290px;line-height: 0;overflow: hidden;}
.plan dl dt img{width: 270px;height: 290px;}
.plan dl dt img,.pro_r p em img,.pro_list em img,.case_r dl dt img,.yous_con dl dt img,.team dl dt img,.about dl dt img,.wd_m dd h5 img,.three dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.plan dl dt img:hover,.pro_r p em img:hover,.pro_list em img:hover,.case_r dl dt img:hover,.yous_con dl dt img:hover,.team dl dt img:hover,.about dl dt img:hover,.wd_m dd h5 img:hover,.three dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.plan dl dd{width: 235px;margin: 0 auto;position: relative;padding: 25px 0 0;height: 220px;overflow: hidden;}
.plan dl dd h5{font-size: 30px;color: #333;line-height: 36px;height: 80px;background: url(../images/plan_line02.png) no-repeat 0 bottom;font-weight: normal;}
.plan dl dd h5 i{display: block;font-size: 20px;}
.plan dl dd p{font-size: 14px;color: #666;line-height: 24px;height: 96px;overflow: hidden;width: 210px;position: absolute;top: -100px;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.plan dl dd em{display: block;width: 50px;height: 50px;position: absolute;top: 25px;right: 0;}
.plan dl dd em img{width: 50px;height: 50px;}
.plan dl:hover dd em,.four ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.plan dl.nobor{margin-right: 0;}
.plan dl:hover p,.plan dl.cur p{top: 117px;}
.plan dl {z-index: 1;position: relative;
  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;
}
.plan dl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -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;
}
.plan dl:hover:before,.plan dl.cur: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);
}


/*扩建升级*/
.eight{background: url(../resource/images/84a8326598dd41159d84ea1bbe01f1d3_4.jpg) no-repeat center 0;padding: 95px 0 0;height: 588px;overflow: hidden;}
.eight .plan_tit{color: #fff;background: url(../images/eight_tline.gif) no-repeat center bottom;margin-bottom: 65px;}
.eight .plan_tit a{color: #fff;}
.eight .eight_list{width: 190px;float: left;padding: 40px 75px 0 45px;color: #333;height: 80px;display: block;}
.eight dl{width: 190px;color: #333;height: 80px;}
.eight dl dt{font-size: 14px;float: left;line-height: 20px;background: url(../images/eight_ico01.gif) no-repeat 0 50px;width: 130px;height: 80px;-webkit-transition:transform .3s;transition:transform .3s;}
.eight dl dt i{display: block;}
.eight dl dt a{color: #333;}
.eight dl dd{font-size: 30px;font-family: "Impact";float: right;width: 60px;text-align: right;}
.eight .eight_list:hover{color: #cb2039;}
.eight .eight_list:hover dt{background: url(../images/eight_ico02.gif) no-repeat 0 50px;font-weight: bold;-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.eight .eight_list.nobor{padding-right: 0;}
.eight p{width: 140px;margin: 0 auto;padding: 40px 0 0;}
.eight p a{display: block;font-size: 16px;color: #333;background: url(../images/eight_btn.gif) no-repeat;width: 104px;height: 32px;padding-left: 36px;line-height: 26px;}
.eight p a:hover{font-weight: bold;}

/*产品中心*/
.chanp{background: #f1f1f1;padding: 50px 0 0;}
.pro_l{width: 300px;background: #fff;margin-top: 45px;padding-bottom: 5px;}
.pro_l h3{width: 300px;height: 152px;position: relative;background: #cb2039;text-align: center;line-height: 152px;}
.pro_l h3:before{content: "";width: 0;height: 0;position: absolute;bottom: -15px;left: 30px;
border-top:15px solid #cb2039; 
border-left:12px solid transparent;
border-right:12px solid transparent;
}
.pro_l h3 a{font-size: 36px;color: #fff;display: block;height: 152px;font-weight: normal;}
.pro_l ul li{height: 82px;line-height: 82px;border-bottom: #dcdcdc 1px solid;}
.pro_l ul li a{font-size: 18px;color: #333;display: block;padding-left: 70px;background: url(../images/eight_ico01.gif) no-repeat 195px 29px;}
.pro_l ul li a:hover,.pro_l ul li.on a{color: #cb2039;font-weight: bold;background: url(../images/eight_ico02.gif) no-repeat 195px 29px;}
.pro_l ul li.nobor{border-bottom: none;}
.pro_r{width: 883px;height: 488px;margin-top: 45px;}
.pro_r p{width: 883px;height: 488px;position: relative;}
.pro_r p em{width: 883px;height: 488px;display: block;line-height: 0;overflow: hidden;line-height: 0;}
.pro_r p em img{width: 883px;height: 488px;}
.pro_r p span{display: block;width: 140px;height: 60px;position: absolute;top: 375px;right: -55px;}
.pro_r p span a{display: block;font-size: 18px;color: #fff;width: 140px;height: 60px;line-height: 60px;background: #cf213a url(../images/cp_ico.gif) no-repeat 122px 21px;padding-left: 35px;-webkit-transition:transform .3s;transition:transform .3s;}
.pro_r p span a:hover{-webkit-transform:translate(5px,0);transform:translate(5px,0);}

.pro_ctg{padding: 20px 0 0;}
.pro_list{width: 395px;margin-right: 7px;}
.pro_list em{width: 395px;height: 224px;display: block;line-height: 0;overflow: hidden;}
.pro_list em img{width: 395px;height: 224px;}
.pro_list span{display: block;width: 395px;text-align: center;font-size: 14px;color: #333;height: 75px;line-height: 60px;overflow: hidden;font-weight: normal;}
.pro_list ul{width: 110px;height: 204px;position: absolute;top: 0;right: 0;padding: 20px 0 0 25px;}
.pro_list ul li{height: 35px;line-height: 35px;}
.pro_list ul li a{font-size: 14px;color: rgba(255,255,255,0.8);display: block;height: 35px;padding-left: 12px;}
.pro_list ul li a:hover{color: rgba(203,32,57,0.8);background: url(../images/cp_ico02.png) no-repeat 0 13px;}
.pro_list ul {z-index: 1;
  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;
}
.pro_list ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51,51,51,0.9);
  -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;
}
.pro_list:hover ul: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);
}
.pro_list:hover span{color: #cf213a;font-weight: bold;}
.pro_ctg .nobor{margin-right: 0;}

/*产品优势*/
.four{background: url(../images/four_bg.gif) no-repeat center 0;padding: 40px 0 0;height: 180px;overflow: hidden;}
.four ul li{width: 260px;float: left;text-align: center;background: url(../images/four_line.gif) no-repeat;}
.four ul li em{width: 58px;height: 58px;display: block;line-height: 0;margin: 0 auto;overflow: hidden;}
.four ul li em img{width: 58px;height: 58px;}
.four ul li b{display: block;font-size: 18px;color: #333;height: 40px;line-height: 40px;overflow: hidden;}
.four ul li:first-child{background: none;margin-left: 80px;}
.four ul li a{color: #333;}

/*客户案例*/
.case{padding: 0 0 25px;background: url(../images/case_k.gif) no-repeat center 130px;}
.case_l{width: 233px;padding: 80px 0 0;height: 333px;margin-top: 35px;}
.case_l ul li{width: 95px;height: 58px;float: left;margin-left: -10px;margin-right: 13px;padding-left: 25px;}
.case_l ul li a{font-size: 16px;color: #fff;display: block;width: 80px;height: 58px;line-height: 58px;padding-left: 15px;background: url(../images/case_ico01.png) no-repeat 0 22px;}
.case_l ul li.on{background: url(../images/case_k.png) no-repeat;}
.case_l ul li:nth-child(2n){margin-right: 0;}
.case_tel{display: block;font-size: 14px;color: #fff;background: url(../images/plan_tel.png) no-repeat;padding-top: 35px;margin: 40px 0 0 15px;line-height: 28px;}
.case_tel b{display: block;font-size: 30px;}
.case_r{width: 967px;margin-top: 35px;}
.case_r dl{width: 960px;height: 413px;}
.case_r dl dt{width: 735px;height: 413px;line-height: 0;overflow: hidden;float: left;}
.case_r dl dt img{width: 735px;height: 413px;}
.case_r dl dd{width: 175px;float: left;padding: 80px 0 0 25px;}
.case_r dl dd h5{max-height: 90px;line-height: 30px;overflow: hidden;}
.case_r dl dd h5 a{font-size: 22px;color: #333;font-weight: normal;}
.case_r dl dd h5 a:hover{color: #cb2039;}
.case_r .case_desc{font-size: 14px;color: #666;line-height: 22px;height: 88px;overflow: hidden;padding: 10px 0 0;}
.case_r dl dd span{display: block;width: 100px;padding: 30px 0 0;}
.case_r dl dd span a{display: block;font-size: 14px;color: #fff;width: 100px;height: 34px;text-align: center;line-height: 34px;background: #cb2039;overflow: hidden;}
.case_r dl dd span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

/*合作客户*/
.hz{padding: 30px 0 80px;}
.hz ul li{width: 220px;height: 124px;float: left;line-height: 0;position: relative;-webkit-transition:all .3s;transition:all .3s;margin: 10px;}
.hz ul li:before{content: "";width: 1px;height:60px;background:#eee;position: absolute;top: 30px;right: -10px;}
.hz ul li img{width: 220px;height: 124px;}
.hz p{width: 66px;height: 66px;position: absolute;top: 62px;border-radius: 50%;line-height: 0;-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.hz p a{width: 66px;height: 66px;display: block;}
.hz_lico a{background: url(../images/hz_lico01.png) no-repeat;}
.hz_lico a:hover{background: url(../images/hz_lico02.png) no-repeat;}
.hz_rico a{background: url(../images/hz_rico01.png) no-repeat;}
.hz_rico a:hover{background: url(../images/hz_rico02.png) no-repeat;}
.hz_lico{left: -85px;}
.hz_rico{right: -85px;}
.hz p:hover{-webkit-transform:translate(0,-2px);transform:translate(0,-2px);box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);}
.hz ul li:hover{box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);z-index: 10;}

/*优势*/
.yous { width: 100%; min-width: 1200px; position: relative; overflow: hidden; height: 834px;z-index: 1;background: #f1f1f1;padding: 50px 0 0;}
.yous_bot ul li{font-size: 20px;color: #333;width: 260px;height: 115px;float: left;line-height: 30px;cursor: pointer;padding-left: 40px;margin-top: 40px;}
.yous_bot ul li em{width: 60px;height: 60px;display: block;float: left;line-height: 0;overflow: hidden;margin-top: 5px;}
.yous_bot ul li em img{width: 60px;height: 120px;-webkit-transition:all .5s;transition:all .5s;}
.yous_bot ul li span{display: block;float: left;padding: 0 0 0 10px;}
.yous_bot ul li b{display: block;font-size: 30px;}
.yous_bot ul li.on{background:url(../images/ys_line01.gif) no-repeat 40px 70px;}
.yous_bot ul li.on em img{margin-top: -60px;}
.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: 584px;position: relative;}
.yous_con dl dt{width: 1200px;height: 584px;line-height: 0;overflow: hidden;}
.yous_con dl dt img{width: 1200px;height: 584px;}
.yous_con dl dd{width: 340px;height: 360px;position: absolute;bottom: 0;right: 0;background: rgba(0,0,0,0.8);padding: 50px 40px 0;}
.yous_con dl dd h5{font-size: 26px;color: #fff;line-height: 60px;height: 60px;background:url(../images/ys_line.png) no-repeat 0 bottom;margin-bottom: 20px;overflow: hidden;}
.yous_con dl dd p{font-size: 14px;color: rgba(255,255,255,0.6);line-height: 28px;overflow: hidden;height: 140px;}
.yous_con dl dd em{width: 143px;height: 143px;display: block;position: absolute;bottom: 0;right: 0;}
.yous_con dl dd em img{width: 143px;height: 143px;}
.yous .pnBtn .blackBg { display: block; position: absolute; left: 0; top: 300px; width: 100%; height: 584px; background: #000; filter: alpha(opacity=50); opacity: 0.5; }
.yous .pnBtn { position: absolute; z-index: 1; top: 0; width: 100%; height: 584px; cursor: pointer; }
.yous .prev { left: -50%; margin-left: -680px; }
.yous .next { left: 50%; margin-left: 680px; }
.yous .pnBtn .arrow {display: block; position: absolute; top: 300px; z-index: 10; width: 80px; height: 584px;}
.yous .prev .arrow { right: -80px; background: #fff url(../images/ys_lico01.png) no-repeat center;}
.yous .prev .arrow:hover{ background: #fff url(../images/ys_lico02.png) no-repeat center;}
.yous .next .arrow { left: -80px;  background: #fff url(../images/ys_rico01.png) no-repeat center;}
.yous .next .arrow:hover{ background: #fff url(../images/ys_rico02.png) no-repeat center;}

/*铂锐团队*/
.team{padding: 95px 0;}
.team dl{padding: 60px 0 0;}
.team dl dt{width: 1200px;height: 565px;line-height: 0;overflow: hidden;}
.team dl dt img{width: 1200px;height: 565px;}
.team dl dd{width: 1110px;height: 130px;margin: -65px auto 0;background: #fff;position: relative;z-index: 10;}
.team ul{padding-left: 50px;width: 200px;float: left; background: url(../images/team_line.gif) no-repeat;display: block;height: 115px;padding-top: 15px;}
.team ul li{font-size: 16px;color: #333;font-weight: bold;height: 48px;line-height: 48px;overflow: hidden; background: url(../images/team_ico01.gif) no-repeat 0 13px;padding-left: 30px;width: 170px;}
.team ul li:hover{color: #cf213a;}
.team dl dd ul:first-child{background: none;margin-left: 50px;}

/*关于太阳集团tcy8722*/
.about{background: url(../images/ab_bg.jpg) no-repeat center 0;overflow: hidden;height: 742px;}
.about dl{position: relative;height: 542px;}
.about dl dt{width: 947px;height: 518px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 50%;}
.about dl dt img{width: 947px;height: 518px;}
.about dl dd{width: 530px;float: left;padding: 75px 0 0;}
.about dl dd h5{height: 95px;line-height: 40px;position: relative;}
.about dl dd h5 a{font-size: 40px;color: #fff;}
.about dl dd h5 i{display: block;font-size: 20px;font-weight: normal;}
.about dl dd h5:before{content: "";width: 70px;height: 3px;background: #cb2039;position: absolute;bottom: 0;left: 0;}
.about .ab_desc{font-size: 14px;color: rgba(255,255,255,0.6);line-height: 30px;overflow: hidden;height: 120px;padding: 30px 0 0;}
.about dl dd span{display: block;width: 136px;height: 40px;padding: 110px 0 0;}
.about dl dd span a{display: block;font-size: 14px;color: #fff;background: url(../images/ab_btn.gif) no-repeat;width: 114px;height: 40px;line-height: 40px;overflow: hidden;padding-left: 22px;}
.about dl dd span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

.ibrand-num{overflow:hidden;margin:60px 0 0;}
.ibrand-num li{float:left;height:100px;padding-left:100px;color:#d0102b;font-size:22px;font-weight: bold;background: url(../images/ab_line.gif) no-repeat 0 10px;}
.ibrand-num li b{font-size:60px;color: #cf213a;line-height: 50px; font-family:"Impact";font-weight: normal;padding-right: 5px;}
.ibrand-num li span{display:block;font-size: 18px;color: #333;font-weight: normal; padding:5px 0 0;}
.ibrand-num li i{font-size: 50px;}
.ibrand-num li.ab_li01{padding-left:0;background: none;width:215px;}
.ibrand-num li.ab_li02{width: 270px;}
.ibrand-num li.ab_li03{width: 190px;}
.ibrand-num li.ab_li04{width: 220px;}

/*新闻中心*/
.news_bg{background: #f3f3f3;padding: 70px 0 80px;}
.news_tit{font-size: 40px;color: #333;text-align: center;height: 60px;line-height: 60px;overflow: hidden;}
.news_tit a{font-size: 40px;color: #333;}
.wd{ width:325px;padding: 30px 0 0;}
.wd_m dl{ width:325px;}
.wd_m dt{width: 265px;height: 115px;background: #cf213a;overflow: hidden; padding:30px 30px 0;}
.wd_m dt a{display: block;font-size: 18px;color: #fff;font-weight: bold;max-height: 50px;line-height: 25px;}
.wd_m dt span{display: block;font-size: 18px;color: #fff; font-family:Arial, Helvetica, sans-serif; padding:8px 0 0;height: 30px;line-height: 30px;overflow: hidden;}
.wd_m dd{ width:325px;}
.wd_m dd h5{width: 325px;height: 184px;overflow: hidden;line-height: 0;}
.wd_m dd h5 img{width: 325px;height: 184px;}
.wd_m .news_desc{font-size: 14px;color: #5c5c5c;line-height: 24px;overflow: hidden; padding:25px 0 0;height: 72px;overflow: hidden;}
.news_btn{position: absolute;top: 120px;right: 0;z-index: 20;width: 40px;height: 30px;line-height: 30px;}
.news_btn .pageState{font-size: 16px;color: #fff;font-weight: bold;}
.news_btn .pageState span{font-size: 22px;}

/*公司动态*/
.news{ width:800px;padding: 20px 0 0;}
.news_t{ height:40px; line-height:40px; }
.news_t ul li{float: left;}
.news_t ul li a{font-size: 18px;color: #333;display: block;height: 40px; padding:0 40px 0 15px;float: left; background:url(../images/news_ico01.gif) no-repeat 0 11px;}
.news_t ul li a:hover,.news_t ul li.on a{font-weight: bold;color: #cf213a; background:url(../images/news_ico02.gif) no-repeat 0 9px;}
.news_t span{float: right;display: block;width: 90px;text-align: center;}
.news_t span a{font-size: 16px;color: #adadad;text-transform: uppercase;}
.news_m dl{ width:800px;height: 110px; border-bottom:#ddd 1px solid; padding:20px 0 0;overflow: hidden;}
.news_m dt{width: 90px;height: 90px;float: right; font-family:"DINOT";font-size: 16px;color: #5c5c5c;text-align: center;line-height: 34px; padding:10px 0 0;}
.news_m dt b{display: block;font-size: 44px;}
.news_m dd{ float:left; overflow:hidden; width:640px;}
.news_m dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news_m dd h5 a{font-size: 16px;color: #666;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_m dl:hover h5 a{color: #222;}
.news_m .news_desc{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden; padding:5px 0 0;}
.news_m dl:hover{ border-bottom:#cf213a 1px solid;}
.news_m dl:hover dt{color: #cf213a;}

/*公司相册*/
.three{padding: 15px 0 100px;}
.three dl{width: 390px;float: left;margin-left: 15px;}
.three dl dt{width: 390px;height: 219px;line-height: 0;overflow: hidden;}
.three dl dt img{width: 390px;height: 219px;}
.three dl dd{width: 265px;height: 90px;background: #fff;margin: -20px auto 0;position: relative;z-index: 10;}
.three dl dd a{display: block;padding:20px 0 0 30px;}
.three dl dd em{display: block;float: left;width: 50px;height: 50px;line-height: 0;overflow: hidden;margin: 0 10px;}
.three dl dd em img{width: 50px;height: 100px;-webkit-transition:all .5s;transition:all .5s;}
.three dl dd span{display: block;float: left;font-size: 18px;height: 45px;line-height: 40px;overflow: hidden; background:url(../images/photo_line01.gif) no-repeat 0 bottom;color: #333;}
.three dl.cur dd{background: #cf213a;}
.three dl.cur dd em img{margin-top: -50px;}
.three dl.cur dd span{ background:url(../images/photo_line02.gif) no-repeat 0 bottom;color: #fff;}
.three dl:first-child{margin-left: 0;}

/*友情链接*/
.f_link{height: 95px;line-height: 95px;overflow: hidden;margin: -95px 0 0 500px;width: 700px;}
.f_link b{display: block;float: left;font-size: 14px;color: rgba(255,255,255,0.5);width: 75px;font-weight: normal;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.5);float: left;width: 425px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}

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