@font-face {
    font-family:'Impact';
    src: url('../images/fonts/impact.eot') format('embedded-opentype'),
         url('../images/fonts/impact.ttf') format('truetype'),
         url('../images/fonts/impact.svg') format('svg'),
         url('../images/fonts/impact.woff') format('woff'), 
         url('../images/fonts/impact.woff2') format('woff2');
}
@font-face {
    font-family:'Arial';
    src: url('../images/fonts/arial.eot') format('embedded-opentype'),
         url('../images/fonts/arial.ttf') format('truetype'),
         url('../images/fonts/arial.svg') format('svg'),
         url('../images/fonts/arial.woff') format('woff'), 
         url('../images/fonts/arial.woff2') format('woff2');
}

html body{width: 100%;}
*{ margin:0; padding:0;font-family: "Microsoft Yahei";}
html body{width: 100%;font-size: 14px;font-family: "Microsoft Yahei";}
img{ border:none;vertical-align: middle;height: auto;}
ul,li{ list-style:none;}
a{outline:none; text-decoration:none; color:#383838;} 
a:hover{outline:none; text-decoration:none; color:#aa1e14;}
.clear{ clear:both}
.l{float:left;}
.r{float:right;}
em,i{font-style:normal;}
hr{border:none; clear:both; height:0; background:none; margin:0; padding:0; border-bottom:#eee solid 1px;}
html > body > table >  tr [id="total"] > td  > ul > li { color:#383838;}
body{ color:#383838; font-family:'Microsoft YaHei UI','Microsoft YaHei',SimSun,'Segoe UI',Tahoma,Helvetica,Sans-Serif; font-size:12px; /*解决电脑设置保护色，网页空白处默认淡绿色问题*/}
/*espcms_public*/
body,div,dl,dt,dd,ul,ol,li,pre,code,form,input,textarea,/*p,*/blockquote,th,td{margin:0;padding:0;}
table{/*border-collapse:collapse;border-spacing:0;*/}
blockquote { border-left: 5px solid #EEEEEE; margin: 10px; padding: 10px; }
/*首字母*/
.firstletter:first-letter{ font-size:200%;}
/* 解决固定层在IE6下闪的问题 */
html{background-attachment:fixed;}
/* 解决ie下连接加粗的鼠标样式问题*/
a strong{ cursor:pointer;}
/*FCK 兼容解决方案*/
strike{ text-decoration:line-through !important;} strong{ } u{ text-decoration:underline !important;}
/*超出省略号显示*/
.ellipsis{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;width:80px;overflow:hidden;}
/*块状元素水平居中*/
.auto{margin-left:auto; margin-right:auto;}
/*清除浮动*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
/*基于display:table-cell的自适应布局*/
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/*双栏自适应cell部分连续英文字符换行*/
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/*单行文字溢出虚点显示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ti2{text-indent:2em;}
/*按钮*/
html .button{ display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer;text-align: center; text-decoration: none; font-size:14px; line-height:100%; padding: .4em 1.5em .55em; border:none; border-radius: 2px; color: #fff; background:#40b694;}
.button:hover { text-decoration: none; background: #9a9c9d; }
.button:active { position: relative; top: 1px;color: #999; }
/*圆角*/
.button.bigrounded { -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
/*中号*/
.button.medium { font-size: 12px; padding: .4em 1.5em .42em; }
/*小号*/
.button.small { font-size: 11px; padding: .2em 1em .275em; }
/*翻页*/
.espcms_page_botton{text-align: center;padding: 30px 0 50px 0;}
/*按钮色彩样式*/
.btn > .caret,.dropup > .btn > .caret {border-top-color: #000 !important;}
.btn{display: inline-block; padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {outline: thin dotted;outline: 0px auto -webkit-focus-ring-color;outline-offset: -2px;}
.btn:hover,.btn:focus,.btn.focus {text-decoration: none;}
.btn:active,.btn.active {background-image: none;outline: 0;}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {cursor: not-allowed;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;opacity: .65;}
a.btn.disabled,fieldset[disabled] a.btn {pointer-events: none;}

.btn-default {color: #333;background-color: #fff;border-color: #ccc;outline:0px}
.btn-default:focus,.btn-default.focus {color: #333;background-color: #e6e6e6;border-color: #8c8c8c;outline:0px}
.btn-default:hover {color: #333;background-color: #e6e6e6;border-color: #adadad;outline:0px}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {color: #333;background-color: #e6e6e6;border-color: #adadad;outline:0px}
.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,
.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {color: #fff;background-color: #aa1e14;border-color: #aa1e14;}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,
.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {background-color: #fff;border-color: #ccc;}
.btn-default .badge {color: #fff;background-color: #333;}

.btn-group,.btn-group-vertical {position: relative;display: inline-block;vertical-align: middle;}
.btn-group > .btn,.btn-group-vertical > .btn {position: relative;float: left;}
.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active {z-index: 2;}
.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {margin-left: -1px;}
.btn-toolbar {margin-left: -5px;}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {float: left;}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {margin-left: 5px;}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-radius: 0;}
.btn-group > .btn:first-child {margin-left: 0;}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.btn-group > .btn-group {float: left;}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {border-radius: 0;}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {outline: 0;}
.btn-group > .btn + .dropdown-toggle {padding-right: 8px;padding-left: 8px;}
.btn-group > .btn-lg + .dropdown-toggle {padding-right: 12px;padding-left: 12px;}
.btn-group.open .dropdown-toggle {-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}
.btn-group.open .dropdown-toggle.btn-link {-webkit-box-shadow: none;box-shadow: none;}
.btn .caret {margin-left: 0;}


/*导航*/
.nav{width: 100%; height: 100px; background: #fff;}
.nav .s_width{width: 80%; height: 100px; margin: 0 auto; min-width: 1200px; display: flex; justify-content: space-between;}
.nav_logo{display: flex; align-items: center;}
.nav_logo img{width: 100%; margin: auto;}
.nav .nav_lanmu{width: 60%; display: flex; justify-content: space-between;}
.nav li{position: relative; text-align: center;}
.nav li a:before{position: absolute; bottom: 0; z-index:-1; content: ""; display: block; width: 0; height: 4px; background: #aa1e14; transition-duration: .3s;}
.nav li a:hover:before{width: 100%;}
.nav li a{font-size: 16px; line-height: 100px; color: #464646; display: block; position: relative; z-index: 1;} 
.nav li:hover a{color: #aa1e14; transition-duration: .3s;}

.subnav{position: absolute; z-index: 5; top: 100px;}
.investor-subnav{width: 280%; padding: 10px; background: rgba(0,0,0,0.7); }
.investor-subnav ul{display: flex; flex-wrap: wrap;}
.investor-subnav .text{width: 100%; cursor: pointer; text-align: center; font-size: 15px; color: #fff; line-height: 40px; transition-duration: .3s;}
.investor-subnav .text a{display: block; color: #fff;}
.investor-subnav .text:hover{background: #aa1e14;}

.english{width: 190px; font-weight: normal; display: flex; justify-content: center; align-items: center; border-left: 1px #eee solid;}
.english a{width: 40px; height: 40px; display: block;}


/*banner*/
.slide-main{position: relative; z-index: 1;}
.prev,.next{display: block; position: absolute; z-index: 222; top: 45%; overflow: hidden; cursor: pointer;}
.prev img,.next img{margin:10px 0 0 5px;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{}
.item{display: block; width: 100%; position: absolute; z-index: 124; bottom: 20px; left: 0; text-align: center;}
.item a{display: inline-block; width: 12px; height: 12px; margin-right: 10px; background: #fff; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=60); overflow: hidden; border-radius: 50%;}
.item a.cur{background: #aa1e14;}
.slide-box,.slide{display:block;width:100%;height: auto;}
.slide-box{position:relative;}
.slide{display:none;position:relative;position:relative;z-index:8;}
.slide img{width: 100%;height: auto;}
.slide a{display:block;cursor:pointer;}

.youshi{width: 100%; height: 100px; background: url("../images/youshi.png") center top no-repeat; position: absolute; z-index: 10; bottom: -50px;}
.youshi .s_width{width: 80%; margin: 0 auto; min-width: 1200px; display: flex; justify-content: space-between; align-items: center;}
.youshi_l{width: 45%;}
.modal {width: 100%; height: 100px; display: flex; flex-wrap: wrap;}
.modal-dialog {width: 75%; height: 50px; background: #b1b1b1; overflow: hidden; min-width: 500px;}
.modal-content {}
.modal-content > div {}
.modal-content input {border: none; float: left;}
.modal-content .search-logo {}
.modal-content .search-logo img{width:100%;}
.modal-content .search-bar {}
.modal-content .search-tab .tab {padding: 6px 20px; float: left; font-size: 24px; color: #fff; cursor: pointer; }
.modal-content .search-tab .on {background: #fff; color: #029837;}
.modal-content .tab-panel {display: none;}
.modal-content .tab-panel form{display: flex; justify-content: space-between; align-items: center;}
.modal-content .on {display: block;}
.modal-content .search-bar .search-keywords {margin-top: 2px; border-radius: 6px; overflow: hidden; }
.modal-content .search-bar .keywords {padding-left: 20px; width: 60%; height: 50px; font-size: 16px; background: rgba(255,255,255,0); outline: none; margin-left: 10px;}
.modal-content .search-bar input[type="submit"] {width: 36px; height: 36px; border-radius: 5px; text-align: center; cursor: pointer; background: url(../images/Search.png) no-repeat center center; float: right; margin-right: 10px;}
.modal-open {overflow: hidden; padding-right: 17px; }

.youshi_words{padding-left: 30px; font-size: 16px; color: #999;}
.youshi_words strong{color: #464646;}

.youshi_r{background: #aa1e14; height: 100px; width: 55%; overflow: hidden;}
.youshi_r h2{font-size: 30px; color: #fff; margin-top: 16px;}
.youshi_r p{font-size: 16px; font-family: Arial; color: rgba(255,255,255,.6);}


/*自定义*/
.content {width: 80%; margin: 100px auto 50px auto; min-width: 1200px; display: flex; justify-content: space-between;}
.content dl {display: inline-block; margin-right: 2%; width: 23.5%; height: 160px; border: 1px solid #ccc; padding: 0 20px 0 30px; transition-duration: .3s; display: flex; justify-content: space-between; align-items: center;}
.content dl:last-child {margin-right: 0;}
.content dl:hover {background: #aa1e14; color: #fff;}
.content dl dt {}
.content dl dd {}
.content dl dt h3 {font-size: 20px;font-weight: bold;color: #464646; transition-duration: .3s; margin-bottom: 8px;}
.content dl dt p {color: #464646; text-transform: uppercase;}
.content dl dt .more {width: 110px;height: 30px;display: block;line-height: 30px;text-align: center;background: #aa1e14;border-radius: 50px;margin-top: 15px;}
.content dl dt .more a {font-size: 16px; color: #fff;width: 110px;height: 30px;display: block;border-radius: 50px; transition-duration: .3s;}
.content dl:hover h3 {color: #fff;}
.content dl:hover p {color: #fff;}
.content dl:hover .more a {background: #fff;color: #aa1e14;}



/*产品分类*/
.index_cage{width: 100%;}
.tupian_zz{width: 80%; margin: 54px auto; min-width: 1200px; position: relative;}
.tupian_zz ul{width: 89%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; position: relative;}
.tupian_zz li{width: 16.5%; height: 54px; line-height: 54px; border: 1px #464646 solid; border-radius: 50px; cursor: pointer; transition: all .3s; position: relative; z-index: 1; padding: 0 10px; margin-right: 16px; display: flex; justify-content: center; align-items: center; margin-bottom: 15px;}
.tupian_zz li:nth-child(5n){margin-right: 0;}
.tupian_zz li:after{position: absolute; z-index: 0; content: ""; display: block; width: 10px; height: 1px; background: rgba(170,30,20,.5); right: -14px;}
.tupian_zz li:nth-child(5n):after{display: none;}
.tupian_zz li .fenlei p{font-size: 16px; color: #aa1e14; transition: all .3s;}
.tupian_zz li:hover{border: 1px #aa1e14 solid; background: #aa1e14;}
.tupian_zz li:hover .fenlei p{color: #fff;}

.pro_jiantou{display: flex; justify-content: space-between; position: absolute; right: 0; top: 36px; bottom: 0; z-index: 1;}
.pro_jiantou_l,.pro_jiantou_r{width: 58px; height: 58px; border-radius: 50%; overflow: hidden; background: url("../images/pro_jiantou_l.png") no-repeat; cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,.1);}
.pro_jiantou_r{width: 58px; height: 58px; border-radius: 50%; overflow: hidden; background: url("../images/pro_jiantou_r.png") no-repeat; cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,.1);}

/*@media only screen and (min-width: 1441px){
	.tupian_zz li{margin-right: 4px;}
    .tupian_zz li:after{display: none;}
	.pro_jiantou{display: none;}
}*/
@media only screen and (max-width: 1679px){
	/*.tupian_zz li{margin-right: 4px;}*/
    /*.tupian_zz li:after{display: none;}*/
	/*.pro_jiantou{display: none;}*/
}
@media only screen and (max-width: 1670px){
	/*.tupian_zz li{margin-right: 4px;}*/
    /*.tupian_zz li:after{display: none;}*/
	/*.pro_jiantou{display: none;}*/
}
@media only screen and (max-width: 1440px){
	/*.tupian_zz li{margin-right: 4px;}*/
    /*.tupian_zz li:after{display: none;}*/
	/*.pro_jiantou{display: none;}*/
}
@media only screen and (max-width: 1260px){
	/*.tupian_zz li{margin-right: 4px;}*/
    /*.tupian_zz li:after{display: none;}*/
	/*.pro_jiantou{display: none;}*/
}


/*产品展示*/
.product_index{width: 100%; background: url("../images/product_index.jpg") no-repeat top center; overflow: hidden; position: relative; padding: 0 0 70px 0; background-size: cover;}

.pro_bt{width: 80%; margin: 70px auto 0 auto; min-width: 1200px; display: flex; justify-content: space-between; align-items: center;}
.pro_bt_zu{width: 90%;}
.pro_bt_zu span{display: block; font-size: 45px; font-family: Arial; color: #ccc; text-transform: uppercase;}
.pro_bt_zu h2{font-size: 40px; color: #464646; font-weight: normal;}
.pro_bt_zu i{width: 100%; height: 1px; background: #ccc; display: block; margin: 15px auto;}
.pro_bt_zu p{font-size: 16px; color: #999;}

.pro_an{width: 120px; height: 40px; background: #aa1e14; line-height: 40px; margin: 80px 0 0 0; transition: all .3s;}
.pro_an a{font-size: 16px; color: #fff; text-align: center; display: block; text-transform: uppercase;}

.marquee2{width: 80%; margin: 40px auto 0 auto; min-width: 1200px; overflow: hidden;}
.marquee2 ul{overflow: hidden;}
.marquee2 li{float: left; margin: 0 42px 0 0; width: 480px; height: 480px; background: #fff; position: relative; overflow: hidden;}

/*.marquee2_li{overflow: hidden;}*/
/*.marquee2_li2{overflow: hidden;}*/
.pic{width: 420px; height: 315px; margin: 30px auto 20px auto; border: 1px #eee solid; overflow: hidden;}
.pic a{display: block; position:relative;}
.pic img{width: 100%; transition:0.5s ease; -moz-transition:0.5s ease; -webkit-transition:0.5s ease;}
.marquee2 li:hover .pic img{ransform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.cover_pic{}
.cover_pic a{display: block; text-align: center;}
.cover_pic a h5{font-size: 20px; font-weight: normal; color: #464646;}
.cover_pic a i{display: block; width: 120px; height: 40px; border: 1px #a7a7a7 solid; color: #a7a7a7; font-size: 16px; line-height: 40px; font-family: Arial; text-transform: uppercase; margin: 20px auto 0 auto; position: relative;}
.cover_pic a i:after{position: absolute; z-index: -1; bottom: 0; content: ""; display: block; width: 0; height: 100%; background: #aa1e14;}
.marquee2 li:hover .cover_pic a i:after{width: 100%;}
.marquee2 li:hover .cover_pic a i{background: #aa1e14; transition: all .3s; color: #fff;}

.marquee2 li .pic mark{
	/*position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(214,0,0,.5);
    z-index: 20;
    opacity: 0;
    transform: skewX(60deg);
    transition: 360ms;*/
}
.marquee2 li dt{
	position:absolute;
	z-index:21;
	background:#aa1e14;
}
.marquee2 li .borderleft{	
	top:0;
	left:0;
	width:6px;
	height:0;
}
.marquee2 li .bordertop{
	top:0;
	left:0;
	width:0;
	height:6px;
}
.marquee2 li .borderbottom{
	bottom:0;
	right:0;
	width:0;
	height:6px;
}
.marquee2 li .borderright{
	top:0;
	right:0;
	width:6px;
	height:0;
}
.marquee2 li .leftline{
	/*position:absolute;
	left:50%;
	margin-left:-230px;
	top:50%;
	z-index:21;
	border-top:1px solid #d60000;
	width:60px;
	opacity:0;*/
}
.marquee2 li .topline{
	/*position:absolute;
	left:50%;
	margin-top:-230px;
	top:50%;
	z-index:21;
	border-left:1px solid #d60000;
	height:60px;
	opacity:0;*/
}

@media only screen and (max-width: 1440px){
	.marquee2{width: 1200px;}
    .marquee2 li{width: 390px; height: 420px; margin: 0 15px 0 0;}
    .pic{width: 340px; height: 255px;}
}
@media only screen and (max-width: 1260px){
	.marquee2{width: 1200px;}
    .marquee2 li{width: 390px; height: 420px; margin: 0 15px 0 0;}
    .pic{width: 340px; height: 255px;}
}


/*关于我们*/
.index_about{width: 100%; height: 950px; background: url(../images/index_about.jpg) no-repeat center; overflow: hidden; text-align: center;}
.about_bt{width: 80%; margin: 70px auto 0 auto; min-width: 1200px;}
.index_about h3{font-size: 36px; color: #aa1e14; margin-top: 50px;}
.index_about p{width: 80%; font-size: 18px; font-family: Arial; line-height: 32px; color: #fff; margin: 20px auto 0 auto; min-width: 1200px;}
.index_about ul{width: 80%; margin: 0 auto; display: flex; justify-content: space-between;}
.index_about ul li{}
.index_about ul li h2{font-size: 30px; font-family: Arial; font-weight: normal; color: #fff; margin-bottom: 10px;}
.index_about ul li h2 i{font-size: 100px; font-family: Impact; font-weight: bold; margin-right: 8px;}
.index_about ul li em{font-size: 30px; line-height: 40px; font-family: Arial; color: #fff;}
.index_about ul li span{width: 50px; height: 5px; background: #aa1e14; display: block; margin: 20px auto 0 auto;}
.index_about .about_an a{width: 200px; height: 50px; background: #aa1e14; display: block; border-radius: 50px; margin: 50px auto 60px auto; font-size: 18px; font-family: Arial; line-height: 50px; color: #fff; text-transform: uppercase;}


/*自定义*/
.index_zdy{width: 100%; height: 750px; background: #f5f5f5; overflow: hidden; position: relative;}

.index_zdy_bt{width: 23.213%; display: flex; align-content: space-between; flex-wrap: wrap;}

.index_zdy_foot{width: 80%; margin: 70px auto 0 auto; min-width: 1200px; position: relative; z-index: 20; display: flex; justify-content: space-between;}

.tab {position: relative; width: 82.146%; height: 550px; overflow: hidden; display: flex; justify-content: space-between; margin-left: 53.85px;}

.tab-con {position: relative;width: 52.402%;height: 550px;overflow: hidden;background: #eaeaea;}
.tab-con-item {display: none; height: 550px; overflow: hidden; transition: all .3s;}
.tab-con-item div{width: 80%; margin: 28px auto; display: flex; align-items: center; position: relative;}
.tab-con-item div p{width: 250px; height: 40px; line-height: 40px; text-align: center; border: 1px #bcbcbc dashed; border-radius: 50px; font-size: 24px; font-weight: bold; color: #aa1e14; padding: 0 24px;}
.tab-con-item div i{display: block; margin-right: 12px; width: 100%; height: 1px; background-color: #bcbcbc;}
.tab-con-item div:after{position: absolute; z-index: 0; content: ""; display: block; width: 12px; height: 12px; background: url(../images/case-round.png) no-repeat center; right: 0;}

.tab-nav {width: 45.416%; height: 550px; display: flex; justify-content: space-between; flex-wrap: wrap; overflow: hidden;}
.tab-nav a {display: block; width: 49%; height: 270px; background: #787878; text-align: center; text-decoration: none; font-size: 16px; line-height: 40px; color: #fff;}
.tab-nav a.current {background: #aa1e14; transition: all .3s;}
.tab-nav a img{margin-top: 75px;}


/*工程案例*/
.pro-sort{width: 100%; height: 840px; background: url(../images/pro-sort.jpg) no-repeat top center;; overflow: hidden;}
.sort-show{position: relative;margin-bottom: 30px;padding-top:70px}
.sort-show:after{content: "";display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 168px;-webkit-box-shadow: 0 5px 10px rgba(182,32,32,.13); box-shadow: 0 5px 10px rgba(182,32,32,.13);z-index: -1;border: 1px solid #FFEAEF \9;}

.sort-show ul li{position: relative; float: left; margin-right: 20px; }
.sort-show ul li a{display: block; position: relative;}
.sort-show ul li span{position: absolute; z-index: 10; left: 30px; bottom: 35px; margin-top: 40px;display: block; width: 360px; height: 160px; background: #aa1e14; /*text-align: center;*/ font-size: 24px; color: #fff; font-weight: bold; opacity: 0; border-radius: 15px; transition: all .5s; display: flex; justify-content: center; align-items: center;}
.sort-show ul li span i{display: inline-block; color: #fff;font-size: 20px;font-family: Arial; font-weight: normal; text-transform: uppercase; margin-top: 10px;}
.sort-show ul li.sort-active .fenlei_tu{width: 600px; height: 450px; overflow: hidden; border-radius: 15px; border: 5px #fff solid;}
.sort-show ul li.sort-active .fenlei_tu img{width: 100%; height: 100%;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.sort-show ul li:hover.sort-active .fenlei_tu img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.sort-show ul li:hover:before,.sort-show ul li.sort-active:before{height: 34px;} 
.sort-show ul li:hover:after,.sort-show ul li.sort-active:after{display: block;}
.sort-show ul li:hover.sort-active a span{opacity: 1;}
.sort-show ul li.sort-active:hover a img{-webkit-transform: none;-moz-transform: none; -ms-transform: none;-o-transform: none;transform: none;}


/*indext_new*/
.indext_new{width: 100%; height: 800px; background: #f5f5f5; overflow: hidden;}

.indext_new_nr{width: 80%; min-width: 1200px; height: 440px; background: #fff; margin: 60px auto; display: flex; justify-content: center; overflow: hidden;}

.index_wenzhang02{margin: 44px 40px 0 40px;}
.index_wenzhang02 ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.index_wenzhang02 ul li{width: 49%; height: 156px; border-bottom: 1px #999 dashed; margin-bottom: 33px;}
.index_wenzhang02 ul li .se_pro_t_laa{width: 95%; margin: 0 auto;}
.index_wenzhang02 ul li .se_pro_t_laa a{display: flex; justify-content: space-between;}
.index_wenzhang02 ul li .se_pro_t_laa a div{width: 76%;}
.index_wenzhang02 ul li .se_pro_t_laa a span{width: 118px; height: 118px; border: 1px #d1d1d1 solid; font-size: 17px; color: #d1d1d1; display: block; text-align: center; margin-right: 40px; border-radius: 20px 0; transition: all .3s;}
.index_wenzhang02 ul li .se_pro_t_laa a span i{font-size: 48px; font-family: Impact; text-transform: uppercase; display: block; color: #aa1e14; margin-top: 16px; transition: all .3s;}

.index_wenzhang02 ul li .se_pro_t_laa a em{color: #464646; font-size: 24px; line-height: 32px; display: block; margin-top: 12px;}
.index_wenzhang02 ul li:hover .se_pro_t_laa a em{color: #aa1e14; transition: all .3s;}
.index_wenzhang02 ul li:hover .se_pro_t_laa a span{background: #aa1e14;}
.index_wenzhang02 ul li:hover  .se_pro_t_laa a span i{color: #fff;}
.index_wenzhang02 ul li .se_pro_t_laa a p{color: #888; font-size: 16px; line-height: 30px; text-align: justify; margin: 10px 0 0 0;}


/*底部*/
.footer{}

.footer .s_width01{width: 100%; height: 95px; background: #aa1e14; overflow: hidden;}
.f_nav{width: 80%; margin: 0 auto; min-width: 1200px; display: flex; justify-content: space-between;}
.f_nav div{width: 32%; height: 95px; display: flex; justify-content: flex-start; align-items: center;}
.f_nav div img{padding-right: 10px;}
.f_nav h3{font-size: 24px; color: #fff; text-align: center; border-left: 1px rgba(255,255,255,.6) solid; padding-left: 15px;}
.f_nav h3 span{font-size: 16px; color: rgba(255,255,255,.3); display: block; text-transform: uppercase; font-family: Arial; margin-top: 10px;}
.f_nav ul{width: 58%; display: flex; justify-content: space-between;}
.f_nav ul li{}
.f_nav ul li a{font-size: 16px; color: #fff; line-height: 95px;}

.footer .s_width{width: 100%; height: 350px; background: #1a1a1a; overflow: hidden;}
.f_zhong{width: 80%; margin: 0 auto; min-width: 1200px; display: flex; justify-content: space-between; padding-top: 45px;}

.f_pro h3,.f_contact h3,.f_ditu h3{font-size: 24px; color: #fff; margin-bottom: 30px;}
.f_pro h3 span,.f_contact h3 span,.f_ditu h3 span{width: 70px; height: 2px; background: #aa1e14; display: block; margin-top: 10px;}

.f_pro{width: 24%; border-right: 1px rgba(204,204,204,.2) solid; padding-right: 5%;}
.f_pro ul{}
.f_pro ul li{float: left; margin-bottom: 15px; width: 180px;}
.f_pro ul li a{font-size: 16px; color: #fff; transition: all .2s;}
.f_pro ul li a:hover{color: #aa1e14;}

.f_contact{width: 42%; border-right: 1px rgba(204,204,204,.2) solid; padding-right: 5%;}
.f_contact .f_con{display: flex; justify-content: flex-start; align-items: flex-end;}
.f_contact .f_con_zu{display: flex; align-items: center;}
.f_contact .f_con_zu img{padding-right: 15px; border-right: 1px rgba(255,255,255,.2) solid;}
.f_contact .f_con_zu span{font-size: 16px; color: rgba(255,255,255,.6); display: block; padding-left: 15px;}
.f_contact .f_con_l{}
.f_contact .f_con_l i{font-size: 40px; font-family: Impact; color: #fff; display: block; margin: 8px 0 10px; width: 257px;}
.f_contact .f_con_r{margin-left: 5%;}
.f_contact .f_con_r p{font-size: 16px; color: #fff; line-height: 32px; margin: 0 0 10px 0;}

.f_ditu{display: flex; align-items: center;}
.f_ditu div{font-size: 18px; color: #fff; text-align: center;}

.footer_p{width: 100%; height: 75px; background: #aa1e14; font-size: 16px; text-align: center; line-height: 75px; color: #fff;}

@media only screen and (min-width: 1441px){
	.f_pro{width: 30%; padding-right: 3%;}
	.f_contact{padding-right: 2%;}
}
@media only screen and (max-width: 1440px){
	.f_pro{width: 30%; padding-right: 3%;}
	.f_contact{padding-right: 2%;}
}
@media only screen and (max-width: 1260px){
	.f_pro{width: 30%; padding-right: 3%;}
	.f_contact{padding-right: 2%;}
}


/*侧边栏*/
.t_left{ width: 265px; margin: 0 0 30px 0;}
.t_left .fenlei{ border: 1px solid #eee; border-radius: 15px; overflow: hidden;}
.t_left .fenlei h2{color: #fff; font-size: 35px; line-height: 45px; background: #aa1e14; padding: 30px 20px; width: 223px; height: 80px;}
.t_left .fenlei h2 span{font-size: 24px; line-height: 35px;;font-weight: normal;text-transform:uppercase;color:#fff;display: block;}
.t_left .fenlei li{text-align:left; }
.t_left .fenlei li .fl_li_b{line-height: 60px; color: #333; font-size: 16px; padding: 0 0 0 40px; display: block; border-bottom: 1px solid #eee; transition: all .3s; position: relative;}
.t_left .fenlei li .fl_li_b:hover{text-decoration: none; color: #fff; font-weight: bold; background: #aa1e14 17px 23px;}
.t_left .fenlei li .hid{width: 220px; margin: 0 auto}
.t_left .fenlei li .hid a{display:block; padding:0 0 0 50px; height:40px; line-height:40px; color: #777; font-size:15px; border-bottom:1px dashed #e2e2e2; }
.t_left .fenlei li .hid a:hover{color: #ff0000;}
.t_left .fenlei li div{line-height: 40px;}

.contact{margin:15px 0 0 0; border: 1px solid #eee; border-radius: 15px; overflow: hidden;}
.contact h2{color: #fff; font-size: 24px; background: #aa1e14; height: 65px; line-height: 65px; text-align: center;}
.contact h2 a{color:#fff;}
.contact h2 a:hover{ color:#fff;}
.contact h2 a span{ font: 16px Arial; padding:0 0 0 15px; text-transform:uppercase;color:#fff;}
.contact p{ line-height:28px; padding:30px 10px 30px 10px; color:#444; font-size:14px;}
.contact p strong{ font-size:16px; line-height:38px; }

.row{width: 80%; margin-left: 2%;}


/*企业简介内页*/
.ny_banner{width: 100%; height: auto;}
.ny_banner img{width: 100%;height: auto;}

.espcms_path{border-bottom: 1px solid #E0E0E0;padding:10px 10px;margin: 0px;}
.breadcrumb {padding: 8px 15px;margin-bottom: 20px;list-style: none;}
.breadcrumb > li + li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}
.breadcrumb > li {display: inline-block;}

.ny_gsm{text-align: center; color: #363636; margin: 40px 0 20px 0;}
.ny_gsm h2{font-size: 42px; color: #464646; margin-bottom: 10px;}
.ny_gsm span{font-size: 16px; font-family: Arial; color: #c7c7c7; display: block; text-transform: uppercase;}
.ny_gsm i{width: 30px; height: 1px; background: #999999; margin: 20px auto 30px auto; display: block;}


.espcms_content{line-height: 200%;}
.espcms_content p{font-size: 16px;text-align: justify;margin: 0 0 10px;text-indent: 2em; color: #808080;}
.espcms_content p img{display: block;text-indent: 0;}

.espcms_page_book{padding-top:25px;padding-bottom:25px;}
.container {width: 80%; margin: 0 auto; min-width: 1200px; display: flex; justify-content: space-between;}
.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}

.nyabout{width: 100%; height: 500px; background: url("../images/nyabout.jpg") no-repeat center; display: flex; justify-content: center; align-items: center; position: relative; margin: 30px 0; overflow: hidden;}
.nyabout_nr{position: absolute; z-index: 10; text-align: center; margin-top: 10px;}
.nyabout_nr p{font-size: 30px; color: #fff;}
.nyabout_nr span{font-size: 18px; color: #fff;}


/*index_cage_ny*/
.index_cage{width: 100%;}

.index_cage_in_n{margin: 0 auto; display: flex; justify-content: space-between;}
.index_cage_in_n a{text-align: center; font-size: 18px; font-weight: bold;}
.index_cage_in_n a img{width: 140px; border-radius: 50%; border: 5px #ececec solid;}
.index_cage_in_n a p{color: #666666; margin: 10px 0 30px 0;}


/*产品展示内页*/
.se_nypro_con{overflow: hidden; margin: 30px auto;}
.se_nypro_con ul{display: flex; justify-content: flex-start; -webkit-justify-content: flex-start; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.se_nypro_con li{width: 49%; margin: 0 2% 20px 0; position: relative; overflow: hidden; background: #fff; border: 1px #dcdcdc solid; box-sizing: border-box;}
.se_nypro_con li:nth-child(2n){margin-right: 0;}
.se_nypro_con li a{overflow: hidden; display: block;}
.se_nypro_con li a img{width: 100%; transition: 0.4s ease; -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease;}
.se_nypro_con li:hover img{transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.se_nypro_con li div{width: 80%; margin: 24px auto; display: flex; justify-content: space-between; align-items: center;}
.se_nypro_con li div p{font-size: 20px; color: #575757; cursor: pointer;}
.se_nypro_con li div span{font-size: 20px; color: #828282; display: block; cursor:pointer; text-transform: uppercase;}
.se_nypro_con li div p:hover{font-weight: bold; color: #aa1e14; transition-duration: .3s;}
.se_nypro_con li div span:hover{font-weight: bold;}

/*图片阅读*/
.espcms_info_pager{border-top: 0px solid #E0E0E0;padding-top:15px;}
.pager {padding-left: 0;margin: 20px 0;text-align: center;list-style: none;}
.pager li {display: inline;}
.pager li > a,
.pager li > span {display: inline-block;padding: 5px 14px;background-color: #fff;border: 1px solid #ddd;border-radius: 15px;}
.pager li > a:hover,
.pager li > a:focus {text-decoration: none;background-color: #eee;}
.pager .next > a,
.pager .next > span {float: right;}
.pager .previous > a,
.pager .previous > span {float: left;}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {color: #777;cursor: not-allowed;background-color: #fff;}
.espcms_pic_content{padding:15px 0px;}
.espcms_pic_content > .row{margin: 0px -10px 0px -10px;}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_name{padding-top: 10px;}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_name > h1{font-size:25px;margin: 0px;padding:0px;}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_info{padding-top:15px;}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_intro{padding-top:5px;line-height: 180%;color:#9E9E9E}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_price{padding-top:10px;}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_price > span{font-size:18px;color:#EF6C00}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_price > del{padding-left:10px;font-size:14px;color:#1976D2}
.espcms_pic_content > .pic_title_info > .pic_attribute_show > .pic_bottom{padding-top:20px;}

.pic_samll_show{max-height:320px;overflow: hidden;}
/*相册*/
.espcms_pic_content > .photo_list_info{margin: 10px 0px;}
.espcms_pic_content > .photo_list_info > .panel-heading > h3{margin: 0px;padding:5px 0px;font-size:16px;font-weight: bold;}
/*内容*/
.espcms_pic_content > .pic_content{margin: 10px 0px;}
.espcms_pic_content > .pic_content > .panel-heading > h3{margin: 0px;padding:5px 0px;font-size:16px;font-weight: bold;}
.espcms_pic_content > .pic_content > .panel-body{line-height: 180%;padding:15px;}
.espcms_link_pic{padding-top:0px;padding-bottom:0px;}

.espcms_pro_title{float: right; width: 48%; overflow: hidden;}
.espcms_pro_title h1{font-size: 40px; font-weight: bold; line-height: 80px; color: #aa1e14; margin: 30px 0 10px 0;}
.espcms_pro_title .espcms_priceclass{color: #ff9000; font-weight: bold; font-size:14px;}
.espcms_pro_title dd{padding: 14px 0px 8px 0;color: #7a7a7a; border-bottom: 1px solid #dedede; line-height: 33px;}
.espcms_pro_title .dd_padding{padding: 10px 0px; line-height: 33px; border-bottom: 1px solid #dedede;}
.espcms_pro_title dt{ color: #7a7a7a;}
.espcms_pro_title p{width: 120px; height: 40px; line-height: 40px; background: #aa1e14; text-align: center;  margin-top:10px;}
.espcms_pro_title p a{color:#fff; display: block; margin-top: 35px;}
.espcms_pro_title p:hover{background: #ff3241;}
.espcms_pro_title img{margin-top: 30px;}
.espcms_pro_pic{float: left; width: 50%; overflow: hidden; border-radius: 10px;}
.espcms_pro_pic img{width: 100%;}
.espcms_book{overflow: hidden; font-size: 15px; margin-bottom: 30px; border: 1px solid #eee; padding: 20px; background: #fff; border-radius: 5px;}

.espcms_page{overflow: hidden; }

.espcms_page_right{padding-bottom:25px;overflow: hidden; }

caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{}
.f14{font-size:14px;}

img {border: 0 none; height: auto; vertical-align: middle; }

.miaoshu{line-height:55px; background:#eee; border-radius: 10px;}
.miaoshu span{width:150px; background:#aa1e14; display:block; text-align:center; text-indent: 0; font-weight:bold; font-size:18px;color: #fff; border-radius: 10px;}

a.infolist2 {color: #656565;text-decoration: none;} a:visited.infolist2 {color: #656565;text-decoration: none;} a:hover.infolist2 {color: #aa1e14;text-decoration: underline;}

.espcms_newslist_read{padding:0px 5px;}
.espcms_newslist_read li{float: left;width:48%;padding:0px 0px 5px 8px;overflow: hidden;}

.lh33{line-height:33px;}
.lh33 img{width: 800px;}
.lh33 p{padding: 0 10px;text-align: justify;}
.se_erji_img{}
.se_erji_img img{width: auto; margin:0 auto}

/*xiangguanneirong*/
.xiangguanneir{overflow:hidden;height:auto; margin:0 auto;width:100%;color:#fff; margin-bottom:40px;}
.espcms_piclist_slide18 {overflow: hidden;margin: 0 auto;}
.espcms_piclist_slide18 ul li{float: left;margin: 0 10px 5px 0;text-align: center;background:#fff; border-radius: 10px; overflow: hidden; position:relative;}
.espcms_piclist_slide18 li .pic { width:238px; height:auto; margin:0 auto; border: 1px #f3f4f7 solid;}
.espcms_piclist_slide18 li  .pic img { width:238px; height:180px;}
.espcms_piclist_slide18 li  p{ text-align:center; line-height:44px; font-size:14px;z-index:99;position:relative; background:#ececec }
.espcms_piclist_slide18 li  p a{ color:#444; font-size:14px;}
.espcms_piclist_slide18 li  p a:hover{ color:#fff}
.espcms_piclist_slide18 li .case_more{ width:60px; margin:0 auto; height:18px; line-height:18px; text-align:center; color:#a9a9a9; font-size:12px; text-transform:uppercase; border:1px solid #604a32;z-index:99;position:relative}
.espcms_piclist_slide18 li .case_more a{ color:#604a32;}
.espcms_piclist_slide18 li .case_more div a{ color:#a9a9a9;}
.pro_btm_arrow {background: #aa1e14;line-height:40px;color:#fff;}


/*工程案例内页*/
.se_case_con{overflow:hidden; position:relative;}
.se_case_con li{float:left; position:relative; width: 32%; overflow:hidden; margin: 0 2% 20px 0; cursor:pointer;}
.se_case_con li:nth-child(3n){margin: 0 0 20px 0;}
.se_case_con em{font-style: normal; text-align:center; line-height:48px; width:415px; display:block; position:absolute; font-size:20px; color:#fff; font-weight:bold; z-index:3; bottom:0;  right:0}
.se_case_con .old{ margin:0 auto; background:#f7f3f2; position:relative}
.se_case_con .cp_k{position:absolute; line-height:85px; background:rgba(170,30,20,0.6); bottom:0; width:100%; color:#fff; font-size:15px; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_case_con .cp_k a{ line-height: 50px; color: #fff; font-size: 20px; display: block; text-align: center;}
.se_case_con .cp_k a:hover{font-size: 20px;color: #FFFFFF;}
.se_case_con .cp_m{ width:100%; position:relative; overflow:hidden;}
.se_case_con .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case_con li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.se_date{font-size:15px; color:#666}

/*新闻查看*/
.espcms_news_title{padding:0 0 50px 0;text-align: center;margin: 0px auto; color:#333;}
.espcms_news_title h1{ line-height:90px; font-size:36px; color: #aa1e14;}

.title_product{height:40px;line-height: 40px;margin: 0 auto;}
.title_product p{font-size: 15px;color: #666;}
.add_dizhi{position: absolute;margin: 0 auto;left: 0;right: 0;font-size: 16px;text-align: right;bottom:20px;font-weight: bold;color: #fff;text-shadow:2px 2px 2px #666;}
.add_dizhi a{color: #fff;}
.dituaa{width: 100%;overflow: hidden;}
.abou_nyjj{margin: 0 auto;padding:26px 0;color: #666;}
.abou_nyjj p{font-size: 18px;line-height: 33px;margin: 10px 0;text-indent: 2em;}


/*联系我们内页*/
.map{width:100%; overflow:hidden;}
.ny_contact{margin: 50px auto 0 auto;}
.ny_lianxi{width: 50%;}
.ny_lianxi strong{font-size: 36px; font-weight: bold; color: #aa1e14; display: block; margin-bottom: 20px;}
.ny_lianxi p{font-size: 18px; line-height: 44px; color: #666;}
.ny_conimg{margin-bottom: 30px;}

.nycontact{height: 500px; background: url("../images/nycontact.jpg") no-repeat center; display: flex; justify-content: center; align-items: center; position: relative; margin: 30px 0;}
.nycontact_nr{position: absolute; z-index: 10; text-align: center; margin-top: 10px;}
.nycontact_nr p{font-size: 30px; color: #fff;}
.nycontact_nr span{font-size: 18px; color: #fff;}


/*neiye_newlist*/
.se_news_con{}
.se_news_con ul{}
.se_news_con li{margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer;position:relative; top:0; padding:25px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-bottom: 1px solid #eee}
.se_news_con li:hover { background: #aa1e14; top:30px; border-radius: 15px;}
.se_news_da{margin:0 auto}
.se_news_l{width:28%; position:relative; overflow:hidden; margin-left: 25px;}
.se_news_l img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_news_l:hover img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_news_r{width: 66%; position: relative; z-index: 2; padding: 0 20px 0 0}
.se_news_r span{display:block; line-height:35px; font-size:14px; color:#888; padding:0 0 0 20px;}
.se_news_r h2{font-size:14px; color: #666666; padding:5px 0 10px 0; font-weight:normal;}
.se_news_r h2 a{font-size:23px; color:#333; text-transform:uppercase; display:block; line-height:50px;transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s;}
.se_news_r h2 a:hover{color: #aa1e14;}
.se_news_r p{ line-height:28px; color:#777; padding:10px 0 10px 0; font-size:15px;}
.se_news_r .se_news_more{width:120px; border:1px solid #aa1e14; line-height:30px; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_news_r .se_news_more a{color: #aa1e14; font-size:14px;}
.se_news_r .se_news_more a:hover{ color:#fff; }
.se_news_con li:hover .se_news_more{ background:#fff; border:1px solid #fff; }
.se_news_con li:hover .se_news_more a{ color: #aa1e14; }
.se_news_con li:hover .se_news_r h2 a{ color:#fff; }
.se_news_con li:hover .se_news_r h2{ color:#fff; }
.se_news_con li:hover .se_news_r p{ color:#fff; }
.main{margin:30px auto 0 auto}

.fenye{padding:20px 0; font-size:14px;}

/*neiye_new*/
.ny_newsnr{margin: 0 auto;}
.ny_newsnr h1{text-align: center;font-size:24px;line-height:57px;margin-top: 28px;}
.ny_newsnr .se_date{text-align: center;font-size:16px;line-height:32px;color: #666;}
.ny_news_txt{font-size:18px;margin: 26px 0;line-height:32px;padding:30px;border: 1px solid #E0E0E0;}
.ny_news_txt p{margin-bottom: 10px;}
.ny_news_txt p img{display: block;max-width:800px;height: auto;margin:0 auto;}
.xiangqing_fanye ul li{width:50%;height: 50px;line-height: 50px;float:left;font-size: 16px;}
.xiangqing_fanye{margin:15px auto;border: 1px solid #E0E0E0;}

/*neiye_pro*/
.ny_right{width: 990px;margin-top: 36px;}
.nypro_pic{width:600px;height:450px;margin-bottom: 26px;}
.nypro_pic img{width: 100%;height: auto;margin: 0 auto;}
.nypro_title{width: 340px;}
.cpdianhua{background: url("../images/cpdianhua.jpg") no-repeat top left;width:340px;height: 300px;}


.ser_lc {width:90%; padding: 0 0 40px 0; overflow: hidden;margin: 0 auto;margin-bottom: 60px;;}
.ser_lc h3 { font-size: 40px; margin: 40px 0 10px 0; color: #636b64; text-align: center; }
.ser_lc p { text-align: center; font-size: 15px; margin-bottom:32px; }
.ser_lc h4 { color: #000; font-weight: 600; font-size: 17px; padding: 4px 10px; width: 63%; margin: 15px auto 0; text-align: center; }
.ser_lc li { float: left; width:16.66%; background: url("../images/lc_line.png") no-repeat right 44%; }
.ser_lc li:last-child{background:rgba(0,0,0,0);}
.ser_lc li:hover{animation: dou 0.5s linear;}
.ser_lc li img { display: block; width:40%; margin: 0 auto; text-align: center; }
.strength{width: 90%;margin:30px auto}
.strengthMain{overflow:hidden;}
.strengthMain li{float:left;width:49%;overflow:hidden;background:#000;position:relative;margin:0.5%;}
.strengthMain li img{width:100%;height:auto;transition:all .5s;opacity:0.4;filter:alpha(opacity=40);}
.strengthMain li .font{width:80%;height:45%; top:0;left:0;position:absolute;color:#fff;text-align:center;font-size:16px;padding: 10%; padding-top:20%;}
.strengthMain li:hover img{transform: scale(1.05, 1.05);}
.strengthMain li .font::before,.strengthMain li .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.strengthMain li .font::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.strengthMain li .font::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #fff;border-left:1px solid #fff;transform:scale(1,0);transform-origin:100% 0;}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}