/* 清除内外边距 */

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;}

.gui_map dl dt img,.cpys_con dl dt img,.case dl dt img,.sup_con ul li img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.gui_map dl dt img:hover,.cpys_con dl dt img:hover,.case dl dt img:hover,.sup_con ul li img:hover,.photo ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/**/
.guide{padding: 110px 0 70px;}
.gui_l{font-size: 48px;color: #000;line-height: 66px;height: 170px;background-image: url(../image/yinz_ico01.gif);background-repeat: no-repeat;background-position: left bottom;-webkit-transition:all .5s;transition:all .5s;}
.gui_l i{display: block;color: #333;font-weight: normal;}
.gui_l:hover{background-position: right bottom;color: #cc1318;}
.gui_r{width: 550px;font-size: 16px;color: #666;line-height: 30px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis; }
.gui_map{margin: 50px 0 0;position: relative;}
.map_t{position: absolute;top: 35px;right: 135px;width: 120px;height: 120px;line-height: 30px;text-align: center;font-size: 24px;color: #fff;font-weight: bold;border-radius: 50%;background: rgba(204,19,24,0.8);-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.map_t b{display: block;padding: 30px 0 0;}
.map_t:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.gui_map dl{background: #fff;width: 490px;height: 205px;border-radius: 10px;padding: 30px 25px 0;position: absolute;top: 180px;right: -50px;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.gui_map dl:before{content: "";width: 0;height: 0;position: absolute;top: -12px;left: 285px;
border-bottom:12px solid #cc1318; 
border-left:12px solid transparent;
border-right:12px solid transparent;
}
.gui_map dl dt{float: right;width: 241px;height: 168px;line-height: 0;overflow: hidden;}
.gui_map dl dt img{width: 241px;height: 168px;}
.gui_map dl dd{padding: 40px 0 0;float: left;width: 230px;}
.gui_map dl dd h5{display: inline-block;width: 100%;font-weight: normal;}
.gui_map dl dd h5 b{display: block;float: left;font-size: 36px;color: #333;font-family: "Impact";line-height: 36px;}
.gui_map dl dd h5 i{display: block;float: left;font-size: 14px;color: #fff;width: 22px;height: 22px;text-align: center;line-height: 22px;background: #333;border-radius: 50%;font-family:Arial, Helvetica, sans-serif;}
.gui_map dl dd h5 span{display: block;width: 100%;clear: both;font-size: 14px;color: #999;}
.gui_map dl dd p{padding-top: 10px;font-size: 18px;line-height: 30px;color: #333;}
.map_p{width: 145px;position: absolute;cursor: pointer;}
.map_p01{top: 115px;left: 145px;}
.map_p02{top: 90px;left: 488px;}
.map_p03{top: 200px;left: 555px;}
.map_p04{top: 320px;left: 510px;}
.map_p span{display: block;float: left;font-size: 20px;color: #000;width: 100px;text-align: center;height: 100px;line-height: 100px;background: rgba(255,255,255,0.8);border-radius: 50%;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);margin-top: -30px;-webkit-transition:transform .3s;transition:transform .3s;}
.map_p span:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.2);-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.map_p .banMenu {width: 32px;display: block;float: right;}
.map_p .banMenu i {
        display: block;
        width: 32px;
        height: 42px;
        cursor: pointer;
    }
.map_p .banMenu i img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-animation: bounceY 2s infinite;
        -moz-animation: bounceY 2s infinite;
        -o-animation: bounceY 2s infinite;
        -ms-animation: bounceY 2s infinite;
        animation: bounceY 2s infinite;
    }
	@-moz-keyframes bounceY {
        0%,
        100% {
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -moz-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    
    @-o-keyframes bounceY {
        0%,
        100% {
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -o-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    
    @keyframes bounceY {
        0%,
        100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-15px);
        }
    }

/*产品中心*/
.product{background: #eee;padding: 5.5rem 0 3.5rem;}
.pro_tit{height: 5rem;text-align: center;line-height: 2.5rem;}
.pro_tit a{font-size: 2.4rem;color: #333;}
.pro_tit a:hover,.pro_navt a:hover{color: #cc1318;}
.pro_tit span{display: block;font-size: 1.1rem;color: #999;font-weight: normal;height: 1.2rem;line-height: 1.2rem;padding: 0.7rem 0 0;overflow: hidden;}

.pro_nav{width: 92%;margin: 0 auto;padding: 2rem 0 0;height: 5rem;}
.pro_navt{width: 23%;float: left;}
.pro_navt a{font-size: 1.8rem;color: #333;font-weight: normal;}
.pro_navt em{width: 3.75rem;height: 2.8rem;display: block;float: left;line-height: 0;}
.pro_navt em img{width: 3.75rem;height: 2.8rem;}
.pro_navt span{display: block;float: left;line-height: 1.8rem;padding: 0 0 0 1rem;}
.pro_navt i{display: block;font-size: 0.7rem;color: rgba(51,51,51,0.2);text-transform: uppercase;}
.pro_nav ul{float: right;width: 62.5%;}
.pro_nav ul li{float: left;width: 14.28%;height: 1.5rem;line-height: 1.5rem;position: relative;}
.pro_nav ul li:before{content: "";width: 0;height: 0;position: absolute;top: calc(50% - 0.25rem);left: 0;display: none;
border-left:0.3rem solid #cc1318; 
border-top:0.3rem solid transparent;
border-bottom:0.3rem solid transparent;
}
.pro_nav ul li a{font-size: 0.8rem;color: #666;text-transform: uppercase;padding-left: 0.8rem;}
.pro_nav ul li:hover a,.pro_nav ul li.cur a,.pro_list ul li:hover b{color: #cc1318;font-weight: bold;}
.pro_nav ul li:hover:before,.pro_nav ul li.cur:before{display: block;}

.pro_more{display: block;float: right;width: 9%;height: 2rem;margin-top: 0.5rem;}
.pro_more a{font-size: 0.8rem;color: #333;width: 75%;padding-left: 25%; height: 2rem;display: block;line-height: 2rem;border: #bfbfbf 1px solid;position: relative;overflow: hidden;}
.pro_more em{width: 1.1rem;height: 0.7rem;display: block;position: absolute;top: 0.6rem;right: 1rem;line-height: 0;-webkit-transition:all .5s;transition:all .5s;}
.pro_more em img{width: 1.1rem;height: 0.7rem;}
.pro_more a:hover{color: #cc1318;border: #cc1318 1px solid;}
.pro_more a:hover em{right: -2rem;}

.pro_list{width: 100%;max-width: 1920px;margin: 0 auto;max-height: 360px;overflow: hidden;padding-bottom: 2rem;} 
.pro_list .tempWrap{margin: 0 auto;}
.pro_list ul li{width:24.5%;float: left;margin: 0 0 0 0.5%;position: relative;line-height: 0;overflow: hidden;}
.pro_list ul li img{display: block;width: 100%;}
.pro_list ul li b{font-size: 0.9rem;color: #333;height: 2rem;overflow: hidden;position: absolute;bottom: 0.7rem;left: 0;width: 100%;display: flex;align-items: center;justify-content: center;font-weight: normal;}
.pro_list ul li em{width: 0.7rem;height: 0.7rem;padding-right: 0.5rem;}
.pro_list ul li em img{width: 0.7rem;height: 0.7rem;}

.pro_list02 ul li{margin: 0 0 0 0.4%;}

@media screen and (max-width: 1780px) { .pro_list{max-height: 330px;} } 
@media screen and (max-width: 1680px) { .pro_list{max-height: 300px;} } 
@media screen and (max-width: 1480px) { .pro_list{max-height: 275px;} }
@media screen and (max-width: 1280px) { .pro_list{max-height: 240px;} }

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;}}

/*方案定制*/
.cust{background: url(../picture/48e50e518aa9433599f1d4e6adfcfc6a_2.jpg) no-repeat center top;background-size: 100% 32.75rem;height: 27.75rem;padding: 5rem 0 0;overflow: hidden;}
.cust_tit{font-size: 2rem;color: #fff;height: 6.5rem;text-align: center;line-height: 3rem;background: url(../picture/cust_tbg.png) no-repeat center 3.7rem;background-size: 53.5rem 2.5rem;}
.cust_tit span{display: block;font-size: 1.2rem;font-weight: normal;width: 17rem;height: 2.6rem;line-height: 2.6rem;background: #cc1318;border-radius: 5rem;margin: 0 auto 0.8rem;}
.cust ul{padding: 4rem 0 0;}
.cust ul li{float: left;font-size: 0.9rem;color: #fff;width: 14.28%;height: 9rem;position: relative;padding-top: 3.8rem;text-align: center;}
.cust ul li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.1);position: absolute;top: 0;left: 0;}
.cust ul li em{width: 3.5rem;height: 3.1rem;display: block;line-height: 0;margin: 0 auto 0.6rem;}
.cust ul li em img{width: 3.5rem;height: 3.1rem;}
.cust ul li:hover,.cust ul li.cur{background: rgba(255,255,255,0.2);}
.cust ul li:first-child:before,.case_nav ul li:first-child:before{background: none;}

/*产品优势*/
.cpys {background: url(../image/cpys_bg.jpg) no-repeat center 0;height: 795px;padding-top: 124px;overflow: hidden;}
.cpys_tit{height: 100px;text-align: center;line-height: 50px;font-size: 48px;color: #333;overflow: hidden;}
.cpys_tit a{font-size: 48px;color: #333;}
.cpys_tit a:hover,.pro_navt a:hover{color: #cc1318;}
.cpys_tit span{display: block;font-size: 22px;color: #999;font-weight: normal;height: 24px;line-height: 24px;padding: 14px 0 0;overflow: hidden;}
.cpys ul{position: relative;height: 550px;margin-top: 45px;}
.cpys ul:before{content: "";width: 1px;height: 100%;background: rgba(0,0,0,0.2);position: absolute;top: 0;left: 0;}
.cpys li { position: relative; width: 220px; height: 550px;padding: 0 30px; float: left; transition: all ease .5s; overflow: hidden;background: url(../image/cpys_ico04.png) no-repeat 30px bottom;}
.cpys li:before{content: "";width: 1px;height: 100%;background: rgba(0,0,0,0.2);position: absolute;top: 0;right: 0;}
.cpys li p:first-child,.cpys li p:first-child img { width: 220px; height: 273px; }
.cpys li p:nth-child(2),.cpys li p:nth-child(2) img { width: 560px; height: 339px; }
.cpys li p:nth-child(2) { display: none;}
.cpys li h4 {display: none;padding-top: 20px; font-size: 24px; color: #cc1318; line-height: 34px; transition: all ease .5s; height: 70px; transition-delay: .1s }
.cpys li h4 i{display: block; color: #333; font-family: "DINOT";}
.cpys li h4 em{width: 60px;height: 60px;display: block;float: right;line-height: 0;overflow: hidden;padding: 5px 0 0;}
.cpys li h4 em img{width: 60px;height: 60px;}
.cpys li .zoomit { display: block;padding-top: 20px; transition: all ease .5s;width: 100%;}
.cpys li .zoomit b{display: block;font-size: 24px;color:#333;height: 90px;line-height: 36px;}
.cpys li .zoomit i{display: block;font-size: 16px;color: #999;font-weight: normal;text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
.cpys li .zoomit em{display: block;font-size: 16px;color: #666;line-height: 24px;}
.cpys li .info { display: none; width: 100%;font-size: 16px;color: #666; line-height: 26px;  overflow:hidden; transition: all ease .5s ;padding-top: 15px;}
.cpys li.cur { width: 560px;background: url(../image/cpys_ico05.png) no-repeat 40px bottom;padding: 0 40px;}
.cpys li.cur p:first-child,.cpys li.cur .zoomit { display: none;}
.cpys li.cur p:nth-child(2),.cpys li.cur h4,.cpys li.cur .info { display: block;}

/*案例分享*/
.case{padding: 150px 0 70px;}
.case:before{content: "";width: 200%;height: 1px;background: #e5e5e5;position: absolute;top: 359px;left: -50%;}
.case_nav{padding: 30px 0 0;height: 80px;}
.case_nav ul li{width: 600px;height: 80px;line-height: 70px;float: left;position: relative;}
.case_nav ul li:before{content: "";width: 2px;height: 22px;background: #d6d6d6;position: absolute;top: calc(50% - 11px);left: 0;}
.case_nav ul li em{display: block;float: left;line-height: 0;width: 32px;height: 32px;overflow: hidden;margin: 20px 15px 0 0;}
.case_nav ul li em img{width: 32px;height: 64px;-webkit-transition:all .5s;transition:all .5s;}
.case_nav ul li a {font-size: 24px;color: #666;width: 410px;height: 80px;padding-left: 190px;
  display: 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;
}
.case_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #cc1318;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.case_nav ul li a:hover:before,.case_nav ul li.cur a:before{
  left: 0;
  right: 0;
}
.case_nav ul li a:hover,.case_nav ul li.cur a{color: #333;font-weight: bold;}
.case_nav ul li:hover em img,.case_nav ul li.cur em img{margin-top: -32px;}
.case_m{padding: 50px 0 0;}
.case_l{width: 500px;height: 500px;}
.case_l dl{width: 500px;height: 500px;position: relative;}
.case_l dl dt{width: 500px;height: 500px;line-height: 0;overflow: hidden;}
.case_l dl dt img,.case_r dl dt img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.case_l dl dd{width: 210px;height: 220px;position: absolute;bottom: 0;right: 0;z-index: 10;background: rgba(204,19,24,0.8);padding: 30px 25px 0;}
.case dl dd h5{height: 40px;line-height: 40px;overflow: hidden;}
.case dl dd h5 a{font-size: 22px;color: #fff;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_desc{font-size: 14px;color: rgba(255,255,255,1);line-height: 24px;padding: 5px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis; }
.case dl dd span{display: block;width: 120px;padding: 15px 0 0;}
.case dl dd span a{display: block;font-size: 14px;color: rgba(255,255,255,0.7);width: 118px;height: 24px;text-align: center;line-height: 24px;overflow: hidden;border: rgba(255,255,255,0.7) 1px solid;text-transform: uppercase;letter-spacing: 2px;}
.case dl dd span a:hover{background: #fff;color: #666;}
.case_r{width: 695px;}
.case_r dl{width: 695px;height: 247px;background: #f2f2f2;}
.case_r dl dt{width: 470px;height: 247px;line-height: 0;overflow: hidden;float: left;position: relative;}
.case_r dl dt:before{content: "";width: 0;height: 0;position: absolute;top: calc(50% - 5px);right: 0;z-index: 10;
border-right:10px solid #f2f2f2; 
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-left: none;
}
.case_r dl dd{width: 185px;float: left;padding: 30px 0 0 20px;}
.case .case_r dl dd h5 a{color: #333;}
.case .case_r dl dd h5 a:hover{color: #cc1318;}
.case_r .case_desc{color: #666;}
.case .case_r dl dd span a{color: #333;border: #333 1px solid;}
.case .case_r dl dd span a:hover{background: #cc1318;color: #fff;border: #cc1318 1px solid;}
.case_r dl:first-child{margin-bottom: 6px;}
.case_r dl:first-child dt{float: right;}
.case_r dl:first-child dt:before{right: auto;left: 0;
border-left:10px solid #f2f2f2; 
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-right: none;
}

/*合作客户*/
.partner{padding: 0 0 90px;}
.part_t{ background: url(../image/hz_tbg.gif) no-repeat center;height: 40px;line-height: 40px;overflow: hidden;text-align: center;}
.part_t a{font-size: 36px;color: #333;font-weight: normal;}
.part_t a:hover{color: #cc1318;}
.hz_m{padding: 20px 0 0;}
.partner ul{float: left;width: 242px;}
.partner ul li{width: 200px;height: 100px;line-height: 0;padding: 0 13px;margin: 10px 5px;border: #e5e5e5 1px solid;}
.partner ul li img{width: 200px;height: 100px;}
.partner ul li:hover{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.05);position: relative;z-index: 1;}
.partner p,.photo p{width: 36px;height: 36px;position: absolute;top: 150px;z-index: 10;}
.partner p a,.photo p a{width: 36px;height: 36px;display: block;line-height: 0;}
.part_lico a,.photo_l a{background: url(../image/hz_lico01.png) no-repeat;}
.part_lico a:hover,.photo_l a:hover{background: url(../image/hz_lico02.png) no-repeat;}
.part_rico a,.photo_r a{background: url(../image/hz_rico01.png) no-repeat;}
.part_rico a:hover,.photo_r a:hover{background: url(../image/hz_rico02.png) no-repeat;}
.part_lico,.photo_l{left: -60px;}
.part_rico,.photo_r{right: -60px;}

/*优势*/
.super{width: 100%;position: relative;height: 907px;overflow: hidden;}
.super .cpys_tit{position: absolute;top: 120px;left: 0;color: #fff;width: 100%;z-index: 5;}
.super .cpys_tit span,.about .cpys_tit span{color: rgba(255,255,255,0.8);}
.super_m{width: 100%;}
.super_m .tempWrap{margin: 0 auto;}
.super_qie01{ background: url(../image/ys_bg01.jpg) no-repeat center 0;height: 907px;}
.super_qie02{ background: url(../image/ys_bg02.jpg) no-repeat center 0;height: 907px;}
.super_qie03{ background: url(../image/ys_bg03.jpg) no-repeat center 0;height: 907px;}
.sup_con{width: 1200px;position: absolute;top: 280px;left: calc(50% - 600px);}
.sup_txt{font-size: 16px;color: #fff;line-height: 30px;width: 920px;margin: 0 auto;text-align: center;}
.sup_con ul{margin-top: 40px;}
.sup_con ul li{width: 280px;float: left;overflow: hidden;margin-left: 26px;}
.sup_con ul li img{width: 276px;height: 166px;}
.sup_con ul li em{width: 276px;height: 166px;display: block;line-height: 0;overflow: hidden;border: #fff 2px solid;}
.sup_con ul li span{ width:100%; display:block; text-align:center; height:40px; line-height:40px; overflow:hidden;font-size: 16px;color: #fff;}
.sup_con ul li:first-child{margin-left: 0;}
.super_nav{width: 100%;position: absolute;bottom: 0;left: 0;z-index: 10;height: 11.1rem;border-top: rgba(255,255,255,0.2) 1px solid;}
.super_nav ul li{float: left;width: 33.33%;height: 11.1rem;overflow: hidden;position: absolute;bottom: 0;padding: 3rem 7.4rem 0;box-sizing: border-box;z-index: 1;}
.super_nav ul li:before{content: "";width: 100%;height: 0;background: rgba(204,19,24,0.7);position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: -1;}
.super_nav ul li:after{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.2);position: absolute;top: 0;left: 0;}
.super_nav ul li em{width: 5.1rem;height: 4.6rem;display: block;float: left;line-height: 0;overflow: hidden;-webkit-transition:all .5s;transition:all .5s;}
.super_nav ul li em img{width: 5.1rem;height: 4.6rem;}
.super_nav ul li span{display: block;float: left;font-size: 1.3rem;color: #fff;line-height: 2.3rem;padding-left: 1.8rem;-webkit-transition:all .5s;transition:all .5s;}
.super_nav ul li b{font-size: 1.8rem;display: block;}
.super_nav ul li:nth-child(1){left: 0;}
.super_nav ul li:nth-child(2){left: 33.33%;}
.super_nav ul li:nth-child(3){left: 66.66%;}
.super_nav ul li.on:before{height: 100%;}
.super_nav ul li.on{padding: 3rem 3rem 0;}
.super_nav ul li.on em{float: right;}
.super_nav ul li.on span{height: 4rem;line-height: 4rem;border-bottom: rgba(255,255,255,0.2) 1px solid;padding: 0;position: relative;}
.super_nav ul li.on span:before{content: "";width: 1.8rem;height: 1px;background: #fff;position: absolute;bottom: -1px;left: 0;}
.super_nav ul li.on b{display: inline-block;}

/*订制流程*/
.service{background: url(../image/liuc_bg.jpg) no-repeat center bottom;height: 720px;overflow: hidden;padding-top: 90px;}
.service_m{margin-top: 70px;position: relative;}
.service dl{width: 200px;float: left;height: 332px;position: relative;background:url(../image/liuc_line.png) no-repeat;overflow: hidden;z-index: 1;}
.service dl:before{content: "";width: 100%;height: 0;background: #fff;position: absolute;top: 0;left: 0;z-index: -1;-webkit-transition:all .5s;transition:all .5s;border-radius: 10px;}
.service dl dt{width: 200px;height: 145px;text-align: center;padding-top: 75px;position: relative;-webkit-transition:all .5s;transition:all .5s;}
.service dl dt:before{content: "";width: 22px;height: 2px;background: #ccc;position: absolute;bottom: 0;left: calc(50% - 11px);}
.service dl dt p{width:60px; height:60px; position:relative;margin: 0 auto 15px;}
.service dl dt 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;}
.service dl dt 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;}
.service dl dt b img,.service dl dt em img{ display: block;width:60px; height:60px;}
.service dl dt h5{font-size: 22px;color: #232323;line-height: 28px;}
.service dl dt i{font-family:Arial, Helvetica, sans-serif;font-size: 14px;color: #999;text-transform: uppercase;display: block;font-weight: normal;}
.service dl dd{width: 200px;height: 120px;position: absolute;bottom: 0;left: 0;text-align: center;overflow: hidden;}
.service dl dd i{display: block;font-size: 18px;color: #333;-webkit-transition:all .5s;transition:all .5s;position: absolute;bottom: 5px;left: 0;width: 100%;height: 30px;line-height: 30px;}
.service dl dd p{width: 160px; font-size: 14px;color: #666;line-height: 22px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis;position: absolute;top: -100px;left: 28px;-webkit-transition:all .5s;transition:all .5s;}
.service dl.cur:before{height: 332px;}
.service dl.cur dt{padding-top: 30px;}
.service dl.cur dt:before{background: #cc1318;}
.service dl.cur b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.service dl.cur em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.service dl.cur dd i{bottom: -50px;}
.service dl.cur dd p{top: 0;}
.ser_tel{padding: 100px 0 0 335px;}
.ser_tel p{height: 50px;line-height: 50px;float: left;font-size: 16px;color: #666;background:url(../image/liuc_tel.png) no-repeat 0 center;padding:0 40px 0 30px;}
.ser_tel p span{display: block;float: left;}
.ser_tel p b{font-size: 32px;color: #333; font-family: "DINOT";}
.ser_tel em{display: block;float: left;width: 120px;padding: 10px 0 0;}
.ser_tel em a{display: block;font-size: 14px;color: #fff;width: 120px;text-align: center;height: 32px;line-height: 32px;position: relative;overflow: hidden;z-index: 1;background: #cc1318;}
.ser_tel em a:before{content: "";width: 0;height: 100%;background: #333;position: absolute;top: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: -1;}
.ser_tel em a:hover:before{width: 100%;}

/*新闻中心*/
.news{padding: 100px 0;}
.news_l{width: 707px;padding: 40px 0 0;}
.news01{width: 707px;height:135px; border-bottom:1px dashed #d1d1d1;}
.news01 dl{width: 707px;}
.news01 dl dt{height: 42px;line-height: 42px;overflow: hidden; background:url(../image/tout.png) no-repeat;}
.news01 dl dt a{font-size: 22px;color: #333;padding: 0 0 0 110px;}
.news01 dl dt a:hover{color: #cc1318;}
.news01 dl dd{font-size: 14px;color: #666;line-height: 26px;height: 52px;overflow: hidden;padding: 15px 0 0;}
.news01 dl dd a{font-size: 14px;color: #cc1318;}
.news02{width: 707px;}
.news02 dl{height:140px; border-bottom:1px dashed #d1d1d1; padding-top:20px;}
.news02 dl dt{width:212px; height:119px; float:left; overflow:hidden;}
.news02 dl dt img{width:212px; height:119px; transition:.5s;}
.news02 dl:hover dt img,.wd_pic:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news02 dl dd{width:470px; float:left; padding-top:10px; padding-left:25px;}
.news02 dl dd h5{height: 28px;line-height: 28px;overflow: hidden;}
.news02 dl dd h5 a{font-size: 18px; color:#333;}
.news02 dl dd h5 a:hover,.news03 ul li a:hover{color: #cc1318;}
.news_desc{font-size: 14px;color: #666;line-height: 25px;height: 52px;overflow: hidden;padding: 10px 0 0;}
.news03{width: 707px;padding: 15px 0 0;}
.news03 ul li{height: 36px;line-height: 36px;overflow: hidden;}
.news03 ul li a{font-size: 16px;color: #333;display: block;float: left;width: 570px;height: 36px;line-height: 36px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:url(../image/news_ic.png) no-repeat 0 center;padding: 0 0 0 18px;}
.news03 ul li span{display: block;float: right;font-size: 14px;color: #999;width: 100px;text-align: right;}
.news_r{width:366px; height:550px; background:url(../image/news_rbg.gif) no-repeat;margin-top: 40px;padding: 22px 27px 0;}
.news_r h3{height:48px; line-height: 48px;overflow: hidden;font-weight: normal;}
.news_r h3 a{font-size: 24px;color: #333;}
.news_r h3 em{font-size: 18px; color:#999; font-family:"Arial"; margin-left: 9px; }
.wd_pic{width:366px; height:206px;line-height: 0;overflow: hidden;margin-top: 12px;margin-bottom: 10px;}
.wd_pic img{width:366px; height:206px; transition:.5s;}
.wd_m dl{width: 366px;height: 65px; border-bottom:1px dashed #d1d1d1;padding: 15px 0 0;}
.wd_m dl dt{height: 26px;line-height: 26px;overflow: hidden; background:url(../image/news_ic.png) no-repeat 3px 8px;padding: 0 0 0 18px;}
.wd_m dl dt a{font-size: 16px;color: #4c4c4c;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bold;}
.wd_m dl dt a:hover,.ab_r span a:hover{color: #cc1318;}
.wd_m dl dd{height: 26px;line-height: 26px;overflow: hidden;padding: 0 0 0 18px;}
.wd_m dl dd a{font-size: 14px;color: #666;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;width: 100%;}

/*关于申岢*/
.ab_bg{background: url(../image/ab_bg.jpg) no-repeat center bottom;height: 1007px;overflow: hidden;padding-top: 120px;}
.about{height: 500px;}
.about .cpys_tit a{color: #fff;}
.about dl{padding: 100px 0 0;width: 990px;margin: 0 auto;}
.about dl dt{height: 74px;line-height: 74px;text-align: center;position: relative;}
.about dl dt:before{content: "";width: 60px;height: 3px;background: #d0d0d0;position: absolute;bottom: 0;left: calc(50% - 30px);}
.about dl dt a{font-size: 30px;color: #333;font-weight: bold;}
.about dl dt a:hover{color: #cc1318;}
.about dl dd{padding: 20px 0 0;}
.about dl dd p{font-size: 14px;color: #666;line-height: 30px;text-align: center;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.ab_more{display: block;width: 185px;height: 44px;margin: 30px auto 0;}
.ab_more a{font-size: 16px;color: #fff;font-weight: bold;width: 140px;padding-left: 45px;height: 44px;display: block;line-height: 44px;position: relative;overflow: hidden;background: #cc1318;-webkit-transition:all .5s;transition:all .5s;}
.ab_more em{width: 22px;height: 14px;display: block;position: absolute;top: 15px;right: 40px;line-height: 0;-webkit-transition:all .5s;transition:all .5s;}
.ab_more em img{width: 22px;height: 14px;}
.ab_more a:hover{width: 125px;padding-left: 60px;}
.ab_more a:hover em{right: -70px;}

/*企业相册*/
.photo_qie{width: 1200px;overflow: hidden;}
.photo ul li{width: 213px;height: 284px;float: left;margin-right: 32px;overflow: hidden;}
.photo ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.photo p{top: 125px;}

/*友情链接*/
.f_link{height: 190px;overflow: hidden;width: 345px;margin-top: -190px;float: right;}
.f_link b{display: block;font-size: 14px;color: #fff;width: 364px;height: 30px;line-height: 30px;overflow: hidden; background:url(../image/f_ico02.png) no-repeat 0 5px;padding: 0 0 0 30px;}
.f_link p a{font-size: 14px;color: #d4d4d4; padding:0 0 0 30px; display: inline-block;line-height: 30px;}
.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);
  }
}