

/*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: 20px; }
h2{ font-size: 18px; }
h3,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: #313131; text-decoration: none; transition-duration: .3s; }
a:hover{ color: #305dc3; text-decoration: none; transition-duration: .3s; }
abbr[title],acronym[title]{ border-bottom: 1px dotted; cursor: help; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置表单元素 */
legend{ color: #000; }
fieldset,img{ border: none;  display: block; }
button,input,select,textarea{ font-size: 100%; }
/* 重置表格元素 */
table{ border-collapse: collapse; border-spacing: 0; }
/* 重置 hr */
hr{ border: none; height: 1px; }
/* 清除浮动 */
.cl,.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*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a,.mc_pager span{background:#333237;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a:hover,.mc_pager a.Ahover{background:#305dc3;}
.mc_pager a.firstPage,.mc_pager a.lastPage{width:40px;font-weight:bold;}
.mc_pager .PreSpan,.mc_pager .NextSpan{width:50px;}
.mc_pager a.PreA,.mc_pager a.NextA{width:50px;}
.mc_pager .PageText,.mc_pager #metPageT,.mc_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;}
.fl{float: left;}
.fr{float: right;}
em{color: #305dc3;}
.wow{visibility: visible!important;}
.content table{margin: 10px 0;border-collapse: collapse;display: table;width: 100%!important;}
.content td,.content th{padding: 5px 20px;border: 1px solid #bfbfbf;color: #424242;line-height: 24px;font-weight: normal;vertical-align: middle;width: 10%!important;}
.pro2wm{position:relative;display:inline-block;cursor:pointer;}
.pro2wm .wxewm{filter:Alpha(opacity=0);opacity:0;width:0;height:0;position:absolute;left:40px;bottom:0;z-index:999;transition-duration: .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-duration: .5s;}
/*end web*/

/*css3*/
/* Grow */
.grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition-property: transform;
    transition-duration: .5s;
}
a:hover .grow {
    transform: scale(1.1);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .3s;
}
.float-shadow:before {
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    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: 88px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 0;
    transition-duration: .3s;
}
#header.height{
    background: rgba(0, 0, 0, .8);
}
#header .logo{
    float: left;
    width: 170px;
    background: #ffffff;
}
#header .logo a{
    display: block;
    padding: 14px 20px;
}
#header .logo a img{
    width: 100%;
}
#header .headtel{
    float: right;
    color: #ffffff;
    line-height: 87px;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .15);
    box-sizing: border-box;
}
#header .headtel i{
    float: left;
    padding: 37px 10px 0 0;
}
#header .headtel p{
    float: left;
}
/*menu*/
#header .icon_menu { float: left; width:20px; height:15px; padding: 36px 10px 0 20px; cursor:pointer;}
#header .icon_menu i{ display:block; width:20px; height:3px; background-color:#fff; margin-bottom:3px;}
#header .icon_menu .i01{ animation:icon01 linear infinite 2s}
#header .icon_menu .i02{ animation:icon02 linear infinite 2s}
#header .icon_menu .i03{ animation:icon03 linear infinite 2s}
@keyframes icon01{
    0%{ width:100%;}
    25%{ width:25%;}
    100%{ width:100%}
}
@keyframes icon02{
    0%{ width:100%;}
    50%{ width:25%;}
    100%{ width:100%}
}
@keyframes icon03{
    0%{ width:100%;}
    75%{ width:25%;}
    100%{ width:100%}
}
.menu{
    float: left;
    width: 125px;
    height: 88px;
    background: #305dc3;
    border-right: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    box-sizing: border-box;
    cursor: pointer;
}
.menu .menutit{
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Arial';
    line-height: 88px;
}
/*导航*/
#header .headnav{
    float: left;
}
#header .headnav ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 20px 0 0 30px;
    position: relative;
}
#header .headnav ul li:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition-duration: .3s;
}
#header .headnav ul li:hover:before,
#header .headnav ul li.hover:before {
    background: #305dc3;
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
}
#header .headnav ul li a{
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    top: -50px;
    transition-duration: .3s;
}
#header .headnav ul li:hover a,
#header .headnav ul li.hover a{
    top: 0;
}
#header .headnav ul li a p:nth-child(1){
    color: #305dc3;
}
/*banner*/
#inbanner{
    width: 100%;
    height: 100%;
}
#banner{
    overflow: hidden;
}
#banner .flash img{
    width: 1920px !important;
    height: auto!important;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/*header*/

/*index*/
.more{
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #858585;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.more:hover{
    color: #ffffff;
    border: 1px solid #305dc3;
}
.more:before{
    content: '';
    width: 0;
    height: 100%;
    background: #305dc3;
    position: absolute;
    top: 0;
    left: 0;
}
.more:hover:before{
    width: 100%;
    transition-duration: .5s;
}
.more p{
    position: relative;
    z-index: 1;
}

h3.title{
    color: #305dc3;
    font-size: 24px;
    text-align: center;
}
h3.title p{
    color: #4f4f4f;
    font-size: 14px;
    padding-top: 12px;
}

.inquality{
    padding: 50px 0;
    overflow: hidden;
}
.inquality ul{
    padding-top: 50px;
}
.inquality ul li{
    float: left;
    width: 270px;
    text-align: center;
    padding: 38px 35px 30px;
    margin-left: 40px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    transition-duration: .3s;
}
.inquality ul li:hover{
    top: -5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.inquality ul li:nth-child(1){
    margin-left: 0;
}
.inquality ul li img{
    margin: auto;
}
.inquality ul li h4{
    color: #305dc3;
    font-size: 16px;
    padding: 30px 0;
}
.inquality ul li p{
    color: #707070;
    min-height: 72px;
    line-height: 24px;
}
.inpro{
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.inpro .inprol{
    width: 50%;
    padding-top: 50px;
}
.inpro .inprol h4{
    color: #305dc3;
    font-size: 24px;
    padding-bottom: 25px;
}
.inpro .inprol .inproll{
    color: #272727;
    line-height: 30px;
}
.inpro .inprol .inprolr{
    width: 380px;
    color: #c3c3c3;
    line-height: 24px;
    background: #272727;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.inpro .inprol .inprolr h5{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0 12px;
}
.inpro .inpror{
    width: 50%;
    padding-top: 50px;
    position: relative;
}
.inpro .inpror .inprobj{
    position: relative;
    left: -25px;
}
.inpro .inpror a{
    float: right;
    width: 100px;
    height: 38px;
    background: #272727;
    position: absolute;
    top: 180px;
    right: 0;
}
.inpro .inpror a:hover{
    right: 5px;
}
.inpro .inpror a img{
    margin: 13px auto;
}
.inabout{
    height: 480px;
    overflow: hidden;
}
.inabout .inaboutl{
    width: 50%;
    position: relative;
}
.inabout .inaboutl img{
    position: absolute;
    right: 0;
}
.inabout .inaboutr{
    width: 50%;
    padding: 50px 20px 0 50px;
    box-sizing: border-box;
}
.inabout .inaboutr .title{
    text-align: left;
}
.inabout .inaboutr .content{
    color: #444444;
    line-height: 24px;
    padding: 50px 0;
}
.countup{
    padding: 60px 0 30px;
}
.countup ul li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.countup ul li h6 span{
    display: inline-block;
    color: #2c2d30;
    font-size: 50px;
    font-family: cursive;
}
.countup ul li h6 sup{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #a5a5a5;
    font-size: 16px;
    border: 1px solid;
    border-radius: 50%;
    position: relative;
    top: -40px;
}
.countup ul li p{
    color: #404040;
    font-size: 16px;
}
.indevice{
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.incon{
    background: url("/skin/images/inconbj.jpg") fixed center no-repeat;
    padding: 50px 0;
    overflow: hidden;
}
.incon .inconl{
    width: 360px;
    background: #ffffff;
    padding: 40px 35px;
    box-sizing: border-box;
}
.incon .inconl h3{
    text-align: left;
}
.incon .inconl p{
    color: #313131;
    line-height: 28px;
}
.incon .inconl p:nth-child(2){
    padding: 15px 0 10px;
}
.incon .inconl p span{
    float: left;
    padding: 0 0 20px 0;
}
.conshare{
    padding: 20px 0 30px;
    position: relative;
}
.conshare a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url("/skin/images/share1.png") center no-repeat;
}
.conshare a:hover{
    background: url("/skin/images/share2.png") center no-repeat;
}
.conshare a.wxewmimg{
    background-position: 0;
}
.conshare a.mailto{
    background-position: -46px;
}
.conshare a.ewmimg{
    background-position: -92px;
}
.incon .inconl .conmap{
    display: block;
    width: 265px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    background: #305dc3;
    color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}
.incon .inconl .conmap img{
    float: right;
    padding-top: 17px;
    position: relative;
    right: 0;
    transition-duration: .3s;
}
.incon .inconl .conmap:hover img{
    right: 5px;
}
.incon .inconr{
    width: 840px;
    background: #efefef;
    padding: 40px 0 0 50px;
    box-sizing: border-box;
}
.incon .inconr h3{
    text-align: left;
}
/*index*/

/*foot*/
#footer{
    background: #272729;
}
#footer .flogo{
    width: 410px;
    background: #ffffff;
}
#footer .flogo img{
    float: left;
    width: 150px;
    padding: 30px 10px;
}
#footer .flogo p{
    color: #272729;
    font-size: 22px;
    padding: 38px 0 5px;
}
#footer .flogo span{
    display: block;
    color: #272729;
    font-family: 'Arial';
    letter-spacing: .7px;
}
#footer .fnav{
    text-align: right;
    color: #efefef;
}
#footer .fnav .footernav{
    padding: 30px 0;
}
#footer .fnav .footernav a{
    float: left;
    color: #efefef;
    margin-left: 50px;
}
#footer .fnav .footernav a:hover{
    color: #305dc3;
}
#footer .fnav h3{
    font-size: 36px;
    font-family: cursive;
}
#footer .fnav h4{
    font-size: 14px;
    padding-top: 5px;
}
#footer .tail{
    color: #707070;
    padding: 50px 0;
    margin-top: 50px;
    border-top: 1px solid #3d3d3f;
}
#footer .tail a{
    color: #707070;
}
#footer .tail a:hover{
    color: #305dc3;
}
#footer .tail .tail_a{
    float: right;
    position: relative;
    left: 0;
    top: -5px;
}
#footer .tail .tail_a:hover{
    left: -10px;
}
/*foot*/

/*product*/
.pronav{
    background: #ffffff;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
}
.pronav a{
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #305dc3;
    margin: 0 10px;
}
.pronav a.hover{
    color: #ffffff;
    background: #305dc3;
    border: 1px solid #305dc3;
}
.product{
    padding: 30px 0 50px;
}
.product h3{
    color: #305dc3;
    font-size: 24px;
    padding: 20px 0;
}
.product ul li{
    float: left;
    width: 257px;
    margin: 0 30px 30px 0;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.product ul li:nth-child(4n){
    margin-right: 0;
}
.product ul li a{
    display: block;
}
.product ul li a .proimg{
    overflow: hidden;
}
.product ul li a .proimg img{
    width: 100%;
}
.product ul li a .title{
    color: #242424;
    padding: 20px 5px;
    border-bottom: 1px solid #c6c6c6;
}
.product ul li a:hover .title{
    color: #305dc3;
}
.product ul li a .more2{
    color: #858585;
    padding: 15px 5px 5px;
}
.product ul li a .more2 img{
    float: right;
}
/*product*/

/*showproduct*/
.showproduct .prodetail{  background: #ffffff;  margin: 30px 0 50px;  padding: 25px;  }
/*<!--第一部分-->*/
.one{  padding-bottom: 50px;  }
.one .proimg1{  float: left;  padding: 0 40px;  }
.one .proimg2{  float: left;  height: 500px;  width: 80px;  padding: 0 30px;  }
.one .proimg3{  float: right;  height: 500px;  width: 400px;  position: relative;  }
.one .proimg3 .title{  border-bottom: 1px solid #b3b3b3;  }
.one .proimg3 .title h4{  font-size: 18px;  color: #305dc3;  padding-top: 10px;  }
.one .proimg3 .title h5{  font-size: 14px;  color: #2f2f2f;  line-height: 24px;  padding: 10px 0 20px;  }
.one .proimg3 .share{  padding: 20px 0;  }
.one .proimg3 .share a{  display: inline-block;  font-size: 18px;  color: #ffffff;  background: #434343;  width: 50px;  height: 50px;  line-height: 50px;  text-align: center;  margin-right: 5px;  }
.one .proimg3 .share a:hover{  background: #305dc3;  }
.one .proimg3 .share a.con{  width: 150px;  }
.one .proimg3 .share a.con i{  padding-right: 10px;  }
.one .proimg3 .share .pro2wm a{  margin: 0;  }
.one .proimg3 .share .pro2wm .wxewm{  left: auto;  right: 58px;  }
/*<!--第二部分-->*/
.two{  font-family: 'Arial';  padding: 10px 0;  border-top: 1px dotted #1e1c1b;  border-bottom: 1px dotted #1e1c1b;  position: relative;  }
.two:before{  content: '';  width: 1px;  height: 78px;  background: #b7b7b7;  position: absolute;  left: 50%;  top: 10px;  }
.page_left,.page_right{  width: 50%;  }
.page_left a,.page_right a{  display: block;  padding: 20px;  }
.page_left a{  margin-right: 30px;  text-align: left;  }
.page_right a{  margin-left: 30px;  text-align: right;  }
.page_left a:hover,.page_right a:hover{  background: #305dc3;  }
.page_left a .page1,.page_right a .page1{  color: #393939;  border: 1px solid #393939;  width: 40px;  height: 40px;  line-height: 40px;  text-align: center;  font-size: 21px;  }
.page_left a .page1{  margin-right: 20px;  }
.page_right a .page1{  margin-left: 20px;  }
.page_left a:hover .page1,.page_right a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.page_left a .page2,.page_right a .page2{  font-size: 16px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page2,.page_right a:hover .page2{  color: #fff;  }
.page_left a .page3,.page_right a .page3{  font-size: 14px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page3,.page_right a:hover .page3{  color: #fff;  }
/*<!--第三部分-->*/
.prodetail .content{  color: #434343;  line-height: 30px;  }
/*end showproduct*/

/*news*/
.news ul li{
    float: left;
    width: 50%;
    padding: 40px 20px 0;
    box-sizing: border-box;
}
.news ul li a.anews{
    display: block;
    padding: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    top: 0;
    transition-duration: .3s;
}
.news ul li a.anews:hover{
    top: -5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.news ul li .title{
    line-height: 35px;
    border-bottom: 1px solid #ececec;
}
.news ul li .title p{
    color: #305dc3;
    width: 80%;
    overflow: hidden;
}
.news ul li .title .addtime{
    float: right;
    color: #5b5b5b;
}
.news ul li .description{
    color: #5b5b5b;
    line-height: 24px;
    padding-top: 10px;
}
.shownews{
    padding: 50px 0;
}
.shownews ul li{
    float: none;
    width: 100%;
    display: block;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
}
.shownews .detailpage{
    color: #5b5b5b;
    padding: 30px 5px 10px;
    line-height: 30px;
    border-top: 1px solid #e5e5e5;
}
.shownews .detailpage p a{
    display: inline-block!important;
    color: #5b5b5b;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #305dc3;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    float: right;
}
/*news*/

/*about*/
.about{
    padding: 30px 0 50px;
}
.about .aboutl{
    width: 699px;
    border-right: 1px solid #e2e2e2;
}
.about .aboutl .title{
    text-align: left;
    color: #262626;
    font-size: 30px;
    padding-top: 20px;
}
.about .aboutl .content{
    color: #444444;
    line-height: 24px;
    padding: 30px 88px 0 0;
}
.about .aboutr{
    width: 500px;
}
.about .aboutr .countup{
    padding: 30px 0 0 50px;
}
.about .aboutr .countup ul li{
    float: none;
    width: 100%;
    text-align: left;
    padding: 40px 0 10px;
    border-bottom: 1px solid #e2e2e2;
}
.about .aboutr .countup ul li:after{
    content: '';
    display: block;
    clear: both;
}
.about .aboutr .countup ul li h6{
    float: left;
    padding-right: 10px;
}
.about .aboutr .countup ul li h6 span{
    color: #305dc3;
    font-weight: bold;
}
.about .aboutr .countup ul li h6 sup{
    text-align: center;
}
.about .aboutr .countup ul li p{
    padding: 25px 0;
}
.honorbj{
    width: 100%;
    height: 305px;
    background: url("/skin/images/honorbj.jpg") center no-repeat;
}
.honorbj h1{
    color: #ffffff;
    font-size: 48px;
    padding: 110px 0 0 50px;
}
.honorbj h2{
    color: #ffffff;
    font-size: 48px;
    font-family: 'Arial';
    padding: 10px 0 0 50px;
}
.honor{
    padding: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.device .indevice{
    background: #ffffff;
}
/*about*/

/*contact*/
.contact .incon{
    background: none;
    padding: 0;
    position: relative;
    top: -120px;
}
/*contact*/

/*download*/
#download{
    padding-top: 20px;
}
#download ul li{
    float: left;
    margin: 30px 20px 0 0;
    background: #ffffff;
    transition-duration: .5s;
}
#download ul li:nth-child(3n){
    margin-right: 0;
}
#download ul li:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
#download ul li .content{
    width: 380px;
    height: 260px;
    overflow: hidden;
}
#download ul li .content img{
    width: 100%;
    display: block;
}
#download ul li i{
    float: right;
    color: #d5d5d5;
    padding: 25px 20px 0;
    transition-duration: .5s;
}
#download ul li:hover i{
    color: #305dc3;
}
#download ul li .title{
    color: #212121;
    padding: 20px 20px 0;
}
#download ul li:hover .title{
    color: #305dc3;
}
#download ul li .time{
    font-size: 12px;
    color: #9d9d9d;
    padding: 10px 20px 20px;
    position: relative;
}
#download ul li .time:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #305dc3;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    transition-duration: .5s;
}
#download ul li:hover .time:after{
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
/*download*/

/*job*/
.job{
    padding: 30px 0;
}
.job .jobtitle{
    background: #305dc3;
    border-radius: 5px;
    margin-bottom: 20px;
}
.job .jobtitle p{
    float: left;
    width: 140px;
    color: #ffffff;
    padding-left: 40px;
    line-height: 60px;
}
.job .jobtitle p:nth-child(1){
    width: 260px;
}
.job .joblist .listnone{
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 20px;
}
.job .joblist .listnone dt p{
    float: left;
    width: 139px;
    color: #464646;
    padding-left: 40px;
    line-height: 50px;
}
.job .joblist .listnone dt p:nth-child(1){
    width: 260px;
}
.job .joblist .listnone dt p:nth-child(6){
    width: 145px;
    padding: 0;
}
.job .joblist .listnone dt p span{
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto;
    border-radius: 50%;
    background: #305dc3 url(/skin/images/jobicon1.png) center no-repeat;
    cursor: pointer;
}
.job .joblist .listnone dt p span.active{
    background: #305dc3 url(/skin/images/jobicon2.png) center no-repeat;
}
.job .joblist .listnone .jobcon{
    display: none;
    border-top: 1px dotted #9c9c9c;
    margin: 0 10px;
}
.job .joblist .listnone .jobcon .more{
    float: right;
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #305dc3;
    border-radius: 50%;
    margin: 80px;
}
.job .joblist .listnone .jobcon .content{
    color: #585858;
    line-height: 25px;
    padding: 30px 20px 0;
}
.job .joblist .listnone .jobcon .content strong{
    color: #585858;
    font-weight: normal;
}
.job .joblist .listnone .jobcon .conemail{
    color: #585858;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px 30px;
}
.job .joblist .listnone .jobcon .conemail a{
    color: #305dc3;
}
/*job*/

/*proztxc*/
.proztxc{
    padding: 50px 0 100px;
}
.proztxc .proztxcl{
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.proztxc .proztxcl h3{
    color: #305dc3;
    font-size: 24px;
}
.proztxc .proztxcl .tit1{
    color: #2c2c2c;
    font-size: 16px;
    padding: 28px 0 14px;
}
.proztxc .proztxcl p{
    color: #2c2c2c;
    line-height: 28px;
}
.proztxc .proztxcr{
    width: 50%;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
}
.proztxc .proztxcr h3{
    color: #305dc3;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}
.proztxc .proztxcr p{
    color: #575757;
    line-height: 24px;
}
.proztxc .proztxcimg{
    padding: 20px 0;
    margin-top: 38px;
    border-top: 1px solid #bfbfbf;
}
.proztxc .proztxcimg p{
    float: left;
    width: 285px;
    padding-left: 20px;
}
.proztxc .proztxcimg p:nth-child(1){
    padding-left: 0;
}
.proztxc .proztxcimg p img{
    width: 100%;
}
.proztxc .protab{
    color: #424242;
    line-height: 24px;
}
.proztxc .protab h3{
    color: #305dc3;
    font-size: 24px;
    padding: 30px 0 10px;
}
.proztxc .protab .protabbt{
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
}
.proztxc .protab .protabbt p{
    display: inline-block;
    font-size: 18px;
    padding-right: 200px;
}
.proztxc .protab h4{
    font-size: 18px;
    padding: 20px 0 10px;
}
.proztxc .protab .table1 td,
.proztxc .protab .table1 th{
    width: 11%!important;
}
.proztxc .protab .table1 #din1{
    position: relative;
    padding: 0;
    line-height: 35px;
    vertical-align: top;
}
.proztxc .protab .table1 #din1 .border1{
    border-top: 68px solid transparent;
    border-left: 133px solid #bfbfbf;
}
.proztxc .protab .table1 #din1 .border2{
    border-top: 68px solid transparent;
    border-left: 133px solid #fff;
    position: absolute;
    top: 1px;
    left: 0;
}
.proztxc .protab .table1 #din1 #title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.proztxc .protab .table1 #din1 #title #row{
    text-align: right;
    padding-right: 20px;
}
.proztxc .protab .table1 #din1 #title #column{
    text-align: left;
    padding-left: 20px;
}
.proztxc .protab .table2 td,
.proztxc .protab .table2 th{
    width: 0 !important;
}
/*proztxc*/