﻿@charset "utf-8";

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin: 0; padding: 0; }
/* 设置默认字体 */
body,button,input,select,textarea{ font: 12px/1 '微软雅黑'; }
h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4,h5,h6{ font-size: 100%; font-weight: normal; }
address,cite,dfn,em,var{ font-style: normal; }
code,kbd,pre,samp,tt{ font-family:'微软雅黑'; }
small{ font-size: 12px; }
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
/* 重置文本格式元素 */
a{ color:#9b9b9b;text-decoration:none; transition:all 0.2s; -o-transition:all 0.2s; -moz-transition:all 0.2s; -webkit-transition:all 0.2s; }
a:hover{ color:#cc0e17;text-decoration:none; transition:all 0.2s; -o-transition:all 0.2s; -moz-transition:all 0.2s; -webkit-transition:all 0.2s; }
abbr[title],acronym[title]{ border-bottom: 1px dotted; cursor: help; }
q:before,q:after{ content: ''; }
sup{ vertical-align: text-top; }
sub{ vertical-align: text-bottom; }
/* 重置表单元素 */
legend{ color: #000; }
fieldset,img{ border: none; }
button,input,select,textarea{ font-size: 100%; }
/* 重置表格元素 */
table{ border-collapse: collapse; border-spacing: 0; }
/* 重置 hr */
hr{ border: none; height: 1px; }
/* 清除浮动 */
.clear{ display:block; float:none; clear:both; overflow:hidden; visibility:hidden; width:0; height:0; background:none; border:0; font-size:0; }
/*end Reset css*/

/*分页*/
.met_pager {font-family:'Arial';text-align: center;padding: 50px 0}
.met_pager a {background: #404040;color: #fff;height: 30px;line-height: 30px;min-width: 30px;_width: 30px;text-align: center;margin: 2px;display: inline-block}
.met_pager .PreSpan,.met_pager .NextSpan {background: #404040;color: #fff;height: 30px;line-height: 28px;min-width: 50px;_width: 50px;text-align: center;display: inline-block;font-size: 18px;}
.met_pager .PreA,.met_pager .NextA {height: 30px;line-height: 28px;min-width: 50px;_width: 50px;color: #fff;font-size: 18px;}
.met_pager .PreSpan,.met_pager .PreA {margin-right: 5px}
.met_pager .NextSpan,.met_pager .NextA {margin-left: 5px}
.met_pager a:hover {background: #cc0e17;color: #fff}
.met_pager .Ahover {background: #cc0e17;color: #fff;font-weight: bold}
.met_pager .firstPage,.met_pager .lastPage {color: #fff;font-weight: bold;height: 30px;line-height: 30px;min-width: 40px;_width: 40px}
.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display: none}
/*end 分页*/

/*web*/
html,body {width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #ffffff;}
.BODYCENTER {width: 1200px;margin: auto;position: relative;}
.mobile {display: none!important;}
.fl{float: left;}
.fr{float: right;}
em{color: #cc0e17;}
.wow{visibility: visible!important;}
.content table{margin:10px 0;border-collapse:collapse;display:table;width:100%!important;}
.content td,.content th{padding:10px;border:1px solid #e6e6e6;color:#565656;width:1%!important;}
.pro2wm{position:relative;display:inline-block;cursor:pointer;}
.pro2wm .wxewm{filter:Alpha(opacity=0);opacity:0;width:0;height:0;position:absolute;left:50px;bottom:0;z-index:999;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
.pro2wm:hover .wxewm{filter:Alpha(opacity=100);opacity:1;width:200px;height:200px;box-shadow:0 0 10px rgba(0, 0, 0, .1);transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
/*end web*/

/*css3*/
/* Grow */
.grow {
    transition-duration: .5s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover {
    transform: scale(1.1);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .3s;
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .3s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .logo{
    float: left;
    width: 200px;
    padding: 15px 0;
}
#header .logo img{
    width: 100%;
    display: block;
}
#header .lang{
    float: right;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border-radius: 0;
    margin: 27px 0;
}
/*导航*/
#header .headnav{  float: right;  height: 80px;  }
#header .headnav ul li{  float: left;  position: relative;  }
#header .headnav ul li a{  display: block;  height: 30px;  line-height: 30px;  overflow: hidden;  margin: 25px 30px;  padding: 0 5px;  position: relative;  }
#header .headnav ul li a:before{  content: "";  width: 100%;  height: 2px;  background: #858585;  position: absolute;  bottom: 0;  left: 0;  transform: scale(0,1);  -webkit-transform: scale(0,1);  transition: all 0.3s;  -o-transition: all 0.3s;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  }
#header .headnav ul li:hover a:before,
#header .headnav ul li.hover a:before{  background: #cc0e17;  transform: scale(1,1)!important;  -webkit-transform: scale(1,1)!important;  transition: all 0.3s;  -o-transition: all 0.3s;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  }
#header .headnav ul li a p{  font-size: 14px;  color: #858585;  position: relative;  top: -30px;  transition: all 0.3s;  -o-transition: all 0.3s;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  }
#header .headnav ul li:hover a p,
#header .headnav ul li.hover a p{  top: 0;  transition: all 0.3s;  -o-transition: all 0.3s;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  }
#header .headnav ul li a p span{  display: block;  }
#header .headnav ul li a p span i{  padding-left: 10px;  }
#header .headnav ul li a p span:nth-child(1){  color: #cc0e17;  }
#header .headnav ul li .navdown{  width: 100%;  height: 0;  line-height: 30px;  padding-right: 100%;  overflow: hidden;  position: absolute;  left: 0;  top: 80px;  transition: all 0.3s;  -o-transition: all 0.3s;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  }
#header .headnav ul li .navdown a{  background: rgba(126, 123, 104, .9);  color:#fff;  font-size: 12px;  text-align: center;  margin: 0;  padding: 2px 0;  border-bottom: 1px solid #b7b7b7;  }
#header .headnav ul li .navdown a:before{  display: none;  }
#header .headnav ul li .navdown a:hover,
#header .headnav ul li .navdown a.hover{  background: #cc0e17;  }

#header .headnav ul li .navdown dl{
    position: relative;
}
#header .headnav ul li .navdown dl dd{
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%
}
#header .headnav ul li .navdown dl dd a{
    background: rgba(126, 123, 104, .8)!important;
}
#header .headnav ul li .navdown dl dd a:hover,
#header .headnav ul li .navdown dl dd a.hover{
    color: #cc0e17;
    font-weight: bold;
}
/*banner*/
#inbanner{
    width: 100%;
    height: 720px;
    padding-top: 80px;
}
#banner{
    padding-top: 80px;
}
#banner .flash img{
    width: 100%!important;
    height: auto!important;
    display: block;
}
/*header*/

/*index*/
.more{
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    color: #b5b5b5;
    background: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    position: relative;
}
.more:hover{
    color: #ffffff!important;
}
.more:before{
    content: "";
    width: 0;
    height: 100%;
    background: #cc0e17;
    position: absolute;
    top: 0;
    left: 0;
}
.more:hover:before{
    width: 100%;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.more p{
    position: relative;
    z-index: 1;
}

.inpro{
    padding: 50px 50px 0;
    overflow: hidden;
}
.inpro h4{
    float: left;
    color: #656565;
    font-size: 30px;
}
.inpro h4 p{
    color: #ababab;
    font-size: 12px;
    padding: 10px 0 30px;
    letter-spacing: .5px;
}
.pronav{
    float: right;
}
.pronav .pronavlist li{
    display: inline-block;
    position: relative;
}
.pronav .pronavlist a.more{
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    padding: 0 8px;
    box-shadow: none;
    border-radius: 0;
    overflow: unset;
}
.pronav .pronavlist a.more:after{
    content: "";
    width: 1px;
    height: 80%;
    background: #e3e3e3;
    position: absolute;
    left: -12px;
    top: 10%;
}
.pronav .pronavlist a.more:nth-child(1):after{
    display: none;
}
.pronav .pronavlist a.more.hover{
    color: #ffffff;
    background: #cc0e17;
}
.pronav .pronavlist li dl{
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    text-align: center;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
}
.pronav .pronavlist li dl dd{
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
}
.pronav .pronavlist li dl dd.hover a{
    color: #cc0e17;
}
.inpro ul li{
    float: left;
    width: 19.2%;
    margin-right: 1%;
}
.inpro ul li:nth-child(5n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
    text-align: center;
}
.inpro ul li a .proimg{
    overflow: hidden;
    border: 1px solid #eaeaea;
    position: relative;
}
.inpro ul li a .proimg:before{
    content: "";
    width: 0;
    height: 2px;
    background: #cc0e17;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition-duration: .5s;
}
.inpro ul li a:hover .proimg:before{
    width: 100%;
}
.inpro ul li a .proimg:after{
    content: "";
    width: 0;
    height: 2px;
    background: #cc0e17;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition-duration: .5s;
}
.inpro ul li a:hover .proimg:after{
    width: 100%;
}
.inpro ul li a .proimg i:before{
    content: "";
    width: 2px;
    height: 0;
    background: #cc0e17;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition-duration: .5s;
}
.inpro ul li a:hover .proimg i:before{
    height: 100%;
}
.inpro ul li a .proimg i:after{
    content: "";
    width: 2px;
    height: 0;
    background: #cc0e17;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition-duration: .5s;
}
.inpro ul li a:hover .proimg i:after{
    height: 100%;
}
.inpro ul li a .proimg img{
    width: 100%;
    display: block;
}
.inpro ul li a .name{
    margin: 15px 0 30px;
}
.inpro .more{
    margin: 20px auto 50px;
}
.inabout{
    color: #ffffff;
    overflow: hidden;
    text-align: center;
}
.inabout .inaboutl{
    width: 50%;
    height: 580px;
    position: relative;
    background: url("../images/inabout.jpg") top center no-repeat;
}
.countup{
    width: 100%;
    padding: 38px 0;
    background: #2b2b2b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.countup ul li{
    float: left;
    width: 33.33%;
    border-left: 1px solid #404040;
    box-sizing: border-box;
}
.countup ul li:nth-child(1){
    border-left: 0;
}
.countup ul li h6{
    font-size: 50px;
    font-family: 'Arial';
}
.countup ul li h6 sup{
    font-size: 15px;
    padding-left: 8px;
}
.countup ul li p{
    padding: 5px 10px 0 0;
}
.inabout .inaboutr{
    width: 50%;
    height: 580px;
    background: #cc0e17;
    position: relative;
}
.inabout .inaboutr h4{
    font-size: 28px;
    padding-top: 165px;
}
.inabout .inaboutr .description{
    font-size: 13px;
    line-height: 24px;
    padding: 35px 138px 50px;
}
.inabout .inaboutr .more{
    margin: auto;
    color: #ffffff;
    background: 0;
    box-shadow: 0 0 2px #ffffff;
}
.innews{
    padding: 50px 50px 0;
    overflow: hidden;
}
.innews h4{
    float: left;
    color: #656565;
    font-size: 30px;
}
.innews h4 p{
    color: #ababab;
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: .5px;
}
.innews ul li{
    float: left;
    width: 31%;
    margin: 3% 3% 0 0;
}
.innews ul li:nth-child(3n){
    margin-right: 0;
}
.innews ul li a{
    display: block;
    padding: 48px;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.innews ul li a .newsimg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.innews ul li a .newsimg img{
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(0);
    transition-duration: .5s;
    opacity: 0.1;
}
.innews ul li a:hover .newsimg img{
    transform: scale(1);
	
}
.innews ul li a .title{
    color: #585858;
    font-size: 19px;
    height: 20px;
    overflow: hidden;
}
.innews ul li a:hover .title{
    color: #585858;
}
.innews ul li a .description{
    color: #9e9e9e;
    font-size: 13px;
    height: 48px;
    line-height: 24px;
    margin: 30px 0;
    overflow: hidden;
}
.innews ul li a:hover .description{
    color: #9e9e9e;
}
.innews ul li a .time1{
    color: #b7b7b7;
    font-size: 22px;
    padding-bottom: 10px;
}
.innews ul li a:hover .time1{
    color: #b7b7b7;
}
.innews ul li a .time2{
    color: #d5d5d5;
    font-size: 15px;
}
.innews ul li a:hover .time2{
    color: #b7b7b7;
}
.innews .more{
    margin: 50px auto;
}
.injob .injobl{
    width: 50%;
    height: 740px;
    background: #f6f6f6;
}
.injob .injobl li{
    height: 245px;
    padding: 50px 120px;
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
}
.injob .injobl li:nth-child(2){
    background: #ffffff;
}
.injob .injobl li img{
    float: left;
    border-radius: 50%;
    margin-right: 50px;
}
.injob .injobl li h4{
    color: #505050;
    font-size: 18px;
    padding: 10px 0 20px;
}
.injob .injobl li p{
    color: #505050;
    font-size: 13px;
    line-height: 28px;
}
.injob .injobl li h1{
    color: #181818;
    font-size: 15px;
    padding-bottom: 8px;
}
.injob .injobl li span img{
    border-radius: 0;
    position: absolute;
    top: 100px;
    right: 20px;
}
.injob .injobr{
    width: 50%;
    height: 740px;
    background: url("../images/injobbj.jpg") center no-repeat;
}
#link{
    padding: 50px;
}
#link table tr td a{
    display: block;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
}
#link table tr td a img{
    height: 135px;
    display: block;
    border-bottom: 3px solid transparent;
}
#link table tr td a img:hover{
    border-bottom: 3px solid #cc0e17;
}
/*index*/

/*foot*/
/*foot*/
#footer{
    background: #535353;
    padding: 50px 50px 0;
}
#footer .footl{
    color: #dddddd;
    font-size: 22px;
}
#footer .footl p{
    color: #bebebe;
    font-size: 12px;
    padding: 10px 0 20px;
}
#footer .footcon{
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
#footer .footcon .footconl{
    width: 35%;
}
#footer .footcon .footconl h4{
    color: #dddddd;
    font-size: 16px;
    padding: 10px 0 30px;
}
#footer .footcon .footconl p{
    width: 50%;
    float: left;
    color: #dddddd;
    line-height: 30px;
}
#footer .footcon .footconl p:nth-child(2){
    width: 100%;
    padding-bottom: 10px;
}
#footer .footcon .ewm{
    width: 8%;
    font-size: 0;
    margin-top: 20px;
}
#footer .footcon .footfeedback{
    width: 55%;
}
.footfeedback .ftype_input{
    float: left;
    width: 33.33%;
    padding-right: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.footfeedback .ftype_input input{
    width: 100%;
    height: 25px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    background: 0;
    border-bottom: 1px solid #e5e5e5;
}
.footfeedback .ftype_textarea{
    padding-right: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.footfeedback .ftype_textarea textarea{
    width: 100%;
    height: 100px;
    line-height: 25px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    outline: 0;
    background: 0;
}
.footfeedback .ftype_code{
    margin: 0;
}
.footfeedback .ftype_code img{
    position: absolute;
    right: 50px;
    top: 0;
}
.footfeedback .noborder .submit{
    width: 58px;
    height: 25px;
    color: #ffffff;
    border: 0;
    outline: 0;
    background: #cc0e17;
    cursor: pointer;
}
.footfeedback .formerror{
    width: 12px;
    height: 15px;
    color: red;
    overflow: hidden;
    position: absolute;
    right: 33px;
    top: 3px;
}
.tail{
    color: #d5d5d5;
    background: #424242;
    padding: 20px 50px;
}
.tail a{
    color: #3c3c3c;
}
.tail .tail_a{
    float: right;
    position: relative;
    top: -3px;
    left: 0;
}
.tail .tail_a:hover{
    left: -10px;
}
/*foot*/

/*product*/
.product{
    padding-bottom: 30px;
}
/*showproduct*/
.prodetail{
    padding-bottom: 50px;
}
.prodetail .protitle{
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.prodetail .protitle h1{
    color: #000000;
    font-size: 40px;
    font-family: 'Arial';
}
.prodetail .protitle h4{
    color: #181818;
    font-size: 24px;
    padding-top: 10px;
}
.prodetail .protitle .more{
    float: right;
    color: #333333;
    border-radius: 0;
    box-shadow: 0 0 2px #333333;
    margin-top: 15px;
}
.prodetail .protit{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d70615;
    color: #ffffff;
    font-size: 15px;
}
.prodetail .content{
    color: #565656;
    line-height: 28px;
    padding: 10px 0;
}
/*end showproduct*/
/*product*/

/*news*/
.shownews .title{
    color: #554f4d;
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
}
.shownews .time{
    color: #8d8785;
    text-align: center;
    border-bottom: 1px solid #dddcdb;
    padding: 20px 0 30px;
}
.shownews .content{
    color: #7b7573;
    line-height: 28px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #7b7573;
    padding: 30px 0 50px;
    line-height: 30px;
    border-top: 1px solid #dddcdb;
}
.shownews .detailpage p a{
    color: #7b7573;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #cc0e17;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
/*news*/

/*about*/
.aboutnav{
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
}
.aboutnav .pronav{
    float: left;
}
.about{
    padding: 50px 0;
}
.about h1{
    color: #000000;
    font-size: 25px;
    padding-bottom: 30px;
}
.about .content{
    color: #303030;
    line-height: 35px;
}
.about .countup{
    width: 50%;
    top: 175px;
    text-align: center;
    bottom: auto;
    background: 0;
}
.about .countup ul li{
    border-left: 1px solid #dfdfdf;
}
.about .countup ul li:nth-child(1){
    border-left: 0;
}
.about .countup ul li h6{
    color: #bb0327;
}
.about .countup ul li p{
    color: #333333;
    font-size: 16px;
}
.about .aboutlist{
    padding: 30px 0;
}
.about .aboutlist ul li{
    float: left;
    width: 367px;
    padding-left: 48px;
}
.about .aboutlist ul li:nth-child(1){
    padding-left: 0;
}
.about .aboutlist ul li a{
    display: block;
    padding-bottom: 15px;
    position: relative;
    top: 0;
}
.about .aboutlist ul li a:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    top: -5px;
}
.about .aboutlist ul li img{
    width: 100%;
    display: block;
}
.about .aboutlist ul li h2{
    color: #333333;
    font-size: 15px;
    padding: 15px 8px;
}
.about .aboutlist ul li p{
    color: #6c6c6c;
    font-size: 12px;
    padding: 0 8px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}








/*about*/

/*contact*/
.contact{
    padding: 50px 0 100px;
    text-align: center;
}
.contact h4{
    font-size: 22px;
    color: #000000;
}
.contact h4 p{
    font-size: 12px;
    color: #9b9b9b;
    padding: 10px 0 50px;
}
.contact ul li{
    float: left;
    width: 33.33%;
    height: 160px;
    border-left: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.contact ul li:nth-child(1){
    border-left: 0;
}
.contact ul li h1{
    color: #1b1b1b;
    font-size: 14px;
    padding: 10px 0 20px;
}
.contact ul li p{
    color: #9b9b9b;
    line-height: 30px;
}
.contact ul li p a img{
    padding-top: 10px;
}
/*contact*/