@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
body{
    /*font-size:12px;*/
    margin:0px;
    padding:0px;
    text-align:left;
    color:#333333;
    font-family:"Microsoft YaHei","Arial";
    font-size:14px;
}
img{ border:0}
form, input, textarea, table, h1, h3, h4, h5, h6{
    font-family:"Arial";
    font-size: 14px;
}
span{ border:0px;}
h1{ font-size:16px;}
h3{ background:none;}

a{
    text-decoration: none;
    blr:expression(this.onFocus=this.blur());
    color:#6E6E6E;

}
a:hover{text-decoration:none;}
ul, li{ list-style:none; margin:0px; padding:0px;}
ul{ list-style:none; margin:0px; padding:0px;}
ul, li, dd{ list-style:none; margin:0px; padding:0px;}
ul, li, dt{ list-style:none; margin:0px; padding:0px;}
.clear{margin: 0;padding: 0;clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a{ color:#5f5f5f;
    blr:expression(this.onFocus=this.blur());   /*    IE Opera    */
    outline:none;   /*    FF Opera    */
}
a:focus{
    -moz-outline-style: none;   /*    FF    */
}

.warp{ width:100%;background: #fff;}

.fl{ float:left}

.fr{ float:right}


@font-face{
	font-family: 'dincond-medium-webfont';
	src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/dincond-medium-webfont.woff2') format('woff2'), 
	url('../fonts/dincond-medium-webfont.woff') format('woff'), 
	url('../fonts/dincond-medium-webfont.ttf') format('truetype'), 
	url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}


/*首页幻灯片*/
.banner{ position:relative; z-index:1;}
.flexslider{position:relative;overflow:hidden; width:100%; z-index:1;}
.slides{position:relative;z-index:2;}
.slides li{ width:100%;}
.slides li img{ width:100%;}

.flex-control-nav{position:absolute;bottom:15px;z-index:3;width:100%;text-align:center; height:32px;  }
#main .flexslider .flex-control-nav{text-align:right;}
.flex-control-nav li{display:inline-block;width:10px;height:10px;margin:6px 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;
    width:10px;height:10px;line-height:450px;overflow:hidden; cursor:pointer; background:#fff;
    border-radius:7px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari 和 Chrome */}
.flex-control-nav .flex-active{ background:#f04d61;  }
.flex-direction-nav{position:absolute;z-index:3;width:80%;top:45%; left:10%;display: none;}
.flex-direction-nav li a{display:block;width:42px;height:42px;overflow:hidden;cursor:pointer;position:absolute;}
/*.flex-direction-nav li .flex-prev{ background:url(../images/nl.png) no-repeat;}*/
/*.flex-direction-nav li .flex-next{ background:url(../images/nr.png) no-repeat;}*/
.flex-direction-nav li:last-child{ float:right; margin-right:42px;}



/*公用底部样式*/
.footerhome{
    width: 100%;
    overflow: hidden;
    margin: auto;
    background: #222222;
}
.footTom{
    width: 1200px;
    margin:50px auto;
}
.footTom > ul.footTnav{
    border-top: 1px solid #a1a0a0;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #a1a0a0;

}
.footTom > ul.footTnav li{
    padding: 10px 0;
    display: inline;
    float: left;
}
.footTom > ul.footTnav li a{
    display: block;
    font-family: "Microsoft Yahei", "微软雅黑";
    font-size: 16px;
    color: #a1a0a0;
    padding: 0px 25px;
    background: url("../images/foottmline.jpg") no-repeat  right center;
}

.footecenb{
    display: table;
    margin:32px auto auto;
    background: url("../images/footererwema.jpg") no-repeat  left center;
    color: #9b9a9a;
    font-size: 16px;
    font-family: "Microsoft Yahei", "微软雅黑";
    line-height: 32px;
    padding:10px 0px 10px  180px;
    /*padding-left: 180px;*/
}

.foobtmcen{
    width: 1200px;
    margin: auto;
    color: #787878;
    font-size: 14px;
    line-height: 44px;
}

.footbtm{
    width: 100%;
    height: auto;
    margin: auto;
    background: #000000;
}
.foobtmcen span{
    display: block;
    float: right;
    color: #787878;
    font-size: 14px;
}

.productTit h1{
    display:table;
    margin: 6% auto;
    text-align: center;
}



/*右边浮动代码*/
.floating_ck{position:fixed;right:20px;top:30%; z-index: 9999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#8c5962;border-bottom:solid 1px #8c5962;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#8e3545;border-bottom:solid 1px #8e3545;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../fodong/images/icon0701/zxicon.png);}
.quote{background-image:url(../fodong/images/icon0701/kficon.png);}
.qrcord{background-image:url(../fodong/images/icon0701/erweima.png);}
.return{background-image:url(../fodong/images/icon0701/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#8e3545;border-bottom:solid 1px #8e3545;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../fodong/images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}


/*内页头部banner 二级菜单公用*/
.sbanner{ height:245px;}
.b_word{ width:45%; float:right; margin-top:40px;}
.b_word p{ font-size:16px; line-height:25px; text-transform:uppercase; color:#fff;}
.b_word h2{ font-size:35px; line-height:40px; color:#fff; margin-top:15px;}
.sec_banner{
    position: relative;
    width: 100%;
    margin: auto;
    margin: 90px auto auto;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0.215,.61,.215,1);
    -webkit-transition: all 1.5s cubic-bezier(0.215,.61,.215,1);
    transform: scale(1);
    -webkit-transform: scale(1);
}


.sec_nav{ position:absolute; left:0; top:282px; width:100%; }
.sec_box{ background:#fff url(../images/nav.jpg) repeat-x 0 bottom;}
.bread_nav{ padding:30px 10px; height: 75px; overflow: hidden; text-align: right;
    /*background:#f9f9f8 url(../images/nav.jpg) repeat-x 0 bottom;*/
    line-height:32px; font-size:13px; color:#666; font-weight:bold;}
.bread_nav img{ vertical-align:0px;}
.bread_nav a{ line-height:36px; font-size:14px; color:#666; font-weight:bold; display:inline-block; padding:0 10px 0 7px;
    background:url(../images/tri.png) no-repeat right center;
}
.bread_nav a:last-child{ background:none;}
.bread_nav a:hover{ color:#e60012;}
.b_nav{ padding:0px 10px; line-height:100px; font-size:15px; color:#666; font-weight:bold;}
.b_nav a{ font-size:16px; color:#666; font-weight:normal; display:inline-block; margin:0 18px;}
.b_nav a:last-child{ margin-right:0;}
.b_nav a:hover{ color:#3c3c3c; border-bottom:4px solid #e60012;line-height: 100px;}
.b_nav a.active{ color:#3c3c3c; border-bottom:4px solid #e60012;}
.contents{
    padding-top: 22px;}
.contacts{
    padding-bottom: 32px;
}

/**内页新闻样式**/

.new_box{ background-color:#fff; padding-bottom:0px;overflow: hidden;}
.medias{ padding:70px 0 0 15px; overflow: hidden;}
.pictop{ overflow:hidden; display:block; margin-bottom:50px;}
.pictop img{ transition:all 0.5s; width:100%;}
.pictop:hover img{  transform:scale(1.05);}
.pictop h3{ font-size:18px; color:#333; margin:15px 0 8px; line-height:32px; font-weight:bold; width:100%; height:32px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pictop p{ font-size:14px; color:#666; line-height:24px; width:100%; height:48px; overflow:hidden; margin-bottom:20px; margin-top:10px; }
.pictop span{ font-size:14px; color:#777; line-height:24px; }
.pictop:hover h3,.pictop:hover span{  color:#e60012;}
.pictop i{ font-size:14px; color:#c0c0c0; line-height:20px; display:block; font-style:normal;}
.cnewlist{border-top:1px solid #eee; width:100%; padding: 38px 0;}
.cnewlist li a{ display:block; padding:43px 0 20px; border-bottom:1px solid #eee; width:100%}
.cnewlist li a:after{ display:block; content:''; width:0px; height:0px; clear:both; visibility:hidden;}
.caspect h3{font-size:18px; color:#3c3c3c; line-height:20px; height:40px; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding-bottom:18px; margin-bottom:15px; background:url(../images/cn1.png) no-repeat 0 bottom;}
.caspect{  box-sizing:border-box; padding-left:50px; border-left:1px solid #eee;}
.caspect span{ display:none;}
.caspect p{font-size:16px; color:#666; line-height:24px; height:48px; overflow:hidden; }
.cpe_time{ text-align:center; width:60px; margin:0 auto;transform-origin:center bottom;  transition:all 0.6s; opacity:1;}
.cpe_time strong{ font-size:42px; line-height:50px; color:#3c3c3c; font-weight:normal;}
.cpe_time span{ display:none;}
.cpe_time p{ font-size:13px; line-height:20px; color:#3c3c3c; border-top:1px solid #eee; padding-top:8px; margin-top:8px;}
.cperiod{ position:relative;width: 16.66666667%; float: left;}
.caspect{ width: 75%; float: left;}
.cnewlist li a:hover .caspect h3{ color:#413332; background:url(../images/cn2.png) no-repeat 0 bottom;}
.cnewlist li:hover{ background-color:#fff5f4;}
.cnewlist li a:hover .cpe_time strong , .cnewlist li a:hover .cpe_time p{ color:#413332;}
@media screen and (max-width: 768px){
    .pictop{ margin-bottom:20px;}
    .caspect span{ display:block;}
    .cperiod{ display:none;}
    .cpe_time span{ display:block; font-size:14px; line-height:20px; color:#999;}
    .caspect{ padding-left:0px; border-left:none;}
    .cnewlist li a{ padding:20px 0 15px; margin:0px; }
    .xwlun .carousel-inner{margin-bottom:0px; background-color:#f6fafb;}
    .caspect h3{ height:36px; font-weight:normal; padding-bottom:10px; margin-bottom:10px; background:url(../images/cn1.png) no-repeat 0 bottom;}
    .caspect{ padding-right:0px;}
    .caspect p{font-size:14px;}
}
.row .col-md-8{
    width: 66.66666667%;
    float: left;
}
.row .col-md-4{
    width: 33.33333333%;
    float: right;
}
.container{ margin: auto;}

/*企业团队*/
/*荣誉列表*/
.rylist{ max-width: 1250px; overflow: hidden; padding: 12px 0 0px; margin: 0 auto;}
.rylist li{ float: left; width: 33.3%; margin: 20px auto;}
.rylist li .lin{ padding: 0 25px;}
.rylist li a{display: block; position: relative;}
.rylist li a:after{ content: ''; position: absolute; left: 0; bottom:0; z-index: 1;width: 0; height: 2px; background-color: transparent;}
.rylist li .pic{ width: 100%; height:0; padding-bottom: 66%; position: relative; overflow: hidden; }
.rylist li .pic .wrap{ background-color: #efefef; width: 100%; height: 100%; position: absolute; left:0; top:0; z-index: 1; font-size: 0; text-align: center;}
.rylist li .pic .wrap i{ display: inline-block; width: 0; height: 100%; vertical-align: middle;}
.rylist li img{ max-width: 95%; max-height: 95%;}

.rylist li h3{ font-size: 18px; line-height: 50px; text-align: center; height: 50px; overflow: hidden; color: #111; padding: 0 10px;font-weight: 400;
    white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.rylist li h3,.rylist li a:after{ -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -o-transition: .6s; transition: .6s;}
.rylist li:hover h3{ color: #000;}
.rylist li:hover a:after{ width: 100%; background-color:#3f51b5;}
@media screen and (max-width:1200px){.rylist{ padding: 70px 15px 40px;}
}
@media screen and (max-width:1000px){
    .rylist li{ width: 50%;}
}

@media screen and (max-width:750px){
    .rylist li .lin{ padding: 0 15px;}
    .rylist li h3{ font-size: 24px; padding: 5px;}
}

/**内页样式**/
.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nctitle {
    font-family: "黑体";
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}
.ncoher {
    margin-top: 15px;
}
.ncts {
    float: left;
    vertical-align: middle;
    clear: both;
}
.nvreturn {
    float: right;
    color: #999999;
    font-size: 12px;
    vertical-align: middle;
}
.nvreturn i {
    color: #b8b8b9;
    font-size: 20px;
    margin-left: 7px;
}
.ncts p {
    float: left;
    margin-right: 10px;
}
.ncparagraph {
    margin-top: 15px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
    color: #666666;
    font-size: 14px;
}
.pageabout {
    background: #fff;
    padding: 0% 3%;
    line-height: 32px;
    font-size: 15px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pageList {
    display:table;
    padding-left: 0;
    margin: 38px auto;
    border-radius: 4px;
}

.pageList > li {
    display: inline;
}
.pageList > li:first-child > a, .pageList > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pageList > li {
    display: inline;
    margin: auto 3px;
    float: left;
}
.pageList > li > a,
.pageList > li > span {
    position: relative;
    float: left;
    padding: 8px 18px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pageList > li:first-child > a,
.pageList > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pageList > li:last-child > a,
.pageList > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pageList > li.active > span.page-link{
    background: #1c64b7;
    color: #fff;
}

.pageList > li > a:hover,
.pageList > li > span:hover,
.pageList > li > a:focus,
.pageList > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1c64b7;
    border-color: #1c64b7;
}
.pageList > .active > a,
.pageList > .active > span,
.pageList > .active > a:hover,
.pageList > .active > span:hover,
.pageList > .active > a:focus,
.pageList > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pageList > .disabled > span,
.pageList > .disabled > span:hover,
.pageList > .disabled > span:focus,
.pageList > .disabled > a,
.pageList > .disabled > a:hover,
.pageList > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pageList-lg > li > a,
.pageList-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pageList-lg > li:first-child > a,
.pageList-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pageList-lg > li:last-child > a,
.pageList-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pageList-sm > li > a,
.pageList-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pageList-sm > li:first-child > a,
.pageList-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pageList-sm > li:last-child > a,
.pageList-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}



.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

:-moz-placeholder {color: #ccc; }
::-moz-placeholder {color: #ccc;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #ccc;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc}

@font-face{
    font-family: 'dincond-medium-webfont';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dincond-medium-webfont.woff2') format('woff2'),
    url('../fonts/dincond-medium-webfont.woff') format('woff'),
    url('../fonts/dincond-medium-webfont.ttf') format('truetype'),
    url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}
.page-wrapper{ overflow: hidden; background-color:#fff;width:90%; max-width:1400px; margin:-30px auto 40px; position:relative; z-index:997;min-height:600px;box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.05);}

.page-banner{ width:100%; position:relative; height:450px; overflow:hidden;min-width:1200px; z-index:997}
.page-banner .image-con{ overflow:hidden; height:100%; width:100%; position:relative;transition: all 1.5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1.5s cubic-bezier(0.215,.61,.215,1);transform:scale(1.1);-webkit-transform:scale(1.1); }
.page-banner .image-con .image{ height:100%; width:100%; background-repeat:no-repeat; background-size:cover;}

.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}


.page-nav{ height:60px;text-align:center; background-color:#f2f2f2; margin:0 30px}
.page-nav ul{ float:right}
.page-nav ul li{ position:relative;display:inline-block; padding:0 20px;}
.page-nav ul li a{ vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale; position: relative;-webkit-transition-property: color; transition-property: color;transition: all 0.3s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.3s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; display:inline-block;  position:relative; text-align:center;  line-height:60px;  }
.page-nav ul li a:before {content:""; position: absolute;z-index: -1;bottom:-2px;left: 0;right: 0;background: #3f51b5;-webkit-transform: scaleX(0);transform: scaleX(0); transition: all 1s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1s cubic-bezier(0.215,.61,.215,1);color: #fff;padding: 0px 20px; height:4px;display:none\9}
.page-nav ul li a:hover:before,.page-nav ul li a:focus:before,.page-nav ul li a:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}
.page-nav ul li a:hover{ color:#3f51b5;  color:#fff\9}
.page-nav ul li.current a{ color:#3f51b5; font-weight:bold}
.page-nav ul li.current a:before,.page-nav ul li.current a:focus:before,.page-nav ul li.current a:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}

.page-top{ padding:30px 30px 0; height:90px; overflow:hidden; position:relative}
.page-title strong{margin-left: 0px \9;color: #ddd;font-size:60px;font-family:"dincond-medium-webfont";text-transform: uppercase;letter-spacing: -1px;-webkit-animation: cth1 800ms ease-out forwards;animation: cth1 800ms ease-out forwards; display:inline-block}
.page-title span{ display:inline-block; position:relative;top:-3px;margin-left:15px;margin-left: 0 \9;color: #5a575b;font-size: 24px;font-weight: bold;-webkit-animation: cth2 800ms ease-out forwards;animation: cth2 800ms ease-out forwards;}
.location{ position:absolute; right:30px;top:77px; line-height:20px; font-size:14px;}
.location i{ display:inline-block; width:10px; height:10px; background:url(../images/home-icon.png) no-repeat; position:relative;top:1px }
.location em{ display:inline-block; background:url(../images/location-li.png) no-repeat; width:3px; height:5px; margin:0 10px; position:relative;top:-2px }
.location a{ color:#aaa}
.location a:hover{ color:#436dc2}
.location a:last-child{ color:#6a6a6a; font-weight:bold}


.page-con{ padding:52px 30px}
.page-con p{font-size:16px;line-height:32px;}
.about .about-title strong{ display:block; font-size:26px; }
.about .about-title strong{ display:block; font-size:26px; }
.about .about-title span{ display:block; font-size:16px; color:#aaa }
.about .since{ font-family:"dincond-medium-webfont";font-weight:700;  color:#68b92e; font-size:40px}
.about .content-a{ margin-top:10px; line-height:2;font-size:18px;  padding-right:33%; color:#6a6a6a; position:relative}
.about .content-a img{ position:absolute; right:3%;top:-120px; width:24%}
.about .content-b{ margin-top:30px; line-height:2; color:#6a6a6a}
.about .content-b h2{font-size:16px; font-weight:bold; position:relative; color:#1c64b7}
.about .content-b h2:before {content:"";display:block;width: 0;height: 0;border-left:6px solid transparent;border-right: 6px solid transparent;border-top:9px solid #1c64b7; position:absolute; left:70px; top:5px; }
.about .content-b p{ margin-top:15px;}

/*董事长致辞*/
.speech{ padding:40px 30px 50px}
.speech .text{ width:61.8%; float:left; line-height:2;}
.speech .text p{ margin-bottom:15px;font-size: 16px;line-height: 32px;}
.speech .image{ width:34%; float:right}
.speech .image img{ width:100%}

/*企业文化*/
.culture-item-a{ margin:30px; background:url(../images/culture-pic.png) no-repeat 92% center; height:200px; padding-right:350px; padding-top:10px}
.culture-item-a h2{  font-weight:400; position:relative;  line-height:24px;font-size:18px;}
.culture-item-a b{font-size:24px; display:block; margin-top:10px;}
/*.culture-item-a h2:before {content:""; position: absolute; display:block; height:4px;width:120px; background:#e62129; left:50%;top:40px; margin-left:-60px; }*/
.culture-item-a h2:before {content:"";display:block;width: 0;height: 0;border-left:8px solid transparent;border-right: 8px solid transparent;border-top:12px solid #bbb; position:absolute; left:79px; top:7px; }
.culture-item-a p{ margin-top:25px; line-height:2; color:#6a6a6a; font-size:15px;}
.culture-item-c{}
.culture-item-c .text{ width:50%; float:left}
.culture-item-c .text .item{ height:160px; background:url(../images/culture-building.jpg) no-repeat right bottom #f1f1f1; padding:40px 40px}
.culture-item-c .text .item h2{ color:#888; font-size:18px; position:relative}
.culture-item-c .text .item h2:before {content:"";display:block;width: 0;height: 0;border-left:8px solid transparent;border-right: 8px solid transparent;border-top:12px solid #bbb; position:absolute; left:99px; top:3px; }
.culture-item-c .text .item h2 b{color:#1c64b7; display:block;font-size:20px; font-weight:bold; margin-top:10px; }
.culture-item-c .text .item p{ margin-top:15px; line-height:1.6; color:#888}
.culture-item-c .text .item.current{ background:#436dc2; color:#fff}
.culture-item-c .text .item.current h2{ color:#fff}
.culture-item-c .text .item.current h2:before {border-top:12px solid #fff; left:79px }
.culture-item-c .text .item.current h2 b{ color:#fff}
.culture-item-c .text .item.current p{ color:#b3c4e7}
.culture-item-c .image{ width:50%; height:480px; overflow:hidden; float:right}
.culture-item-c .image img{ height:480px; width:100%;-webkit-transition: -webkit-transform 2s ease-out;-moz-transition: -moz-transform 2s ease-out;-ms-transition: -ms-transform 2s ease-out;transition: transform 2s ease-out}
.culture-item-c .image:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.culture-item-d{ width:43.6%; float:left;height:370px; padding:40px}
.culture-item-d h2{font-size:20px; font-weight:bold; margin-bottom:30px;}
.culture-item-d .item{ position:relative; margin-bottom:20px; margin-left:60px;}
.culture-item-d .item h3{ background:url(../images/culture-h3-bg.jpg) no-repeat; width:40px; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fd343b; font-weight:bold; position:absolute; left:-60px;top:0;}
.culture-item-d .item p{ color:#7a7a7a}
.culture-item-e{ width:43.7%; float:right; background:url(../images/culture-feiji.jpg) no-repeat right 240px #fafafa;height:370px; padding:40px;}
.culture-item-e h2{font-size:20px; font-weight:bold; margin-bottom:30px;}
.culture-item-e ul{ margin-top:50px; margin-left:16px;}
.culture-item-e ul li{ width:138px; height:138px; float:left; background:url(../images/culture-i1.png) no-repeat; line-height:138px; text-align:center; font-size:16px; position:relative; margin-left:-16px;}
.culture-item-e ul li.i2{ background:url(../images/culture-i2.png) no-repeat; }
.culture-item-e ul li.i3{ background:url(../images/culture-i3.png) no-repeat; }
.culture-item-e ul li.i4{ background:url(../images/culture-i4.png) no-repeat; }


.culture-left{ width:810px; float:left; padding-bottom:50px; margin-left:30px;}
.culture-right{ width:300px; float:right; margin-top:30px; margin-right:30px;}
.culture-right img{ width:100%}

/*新闻中心*/
.news-con{ margin-top:30px;}
.news-left{ width:65%; float:left; padding-bottom:50px;min-height:600px;margin-top: 30px;}
.news-left .top-news{ background-color:#fff; padding:15px 30px 30px 390px; height:210px; position:relative}
.news-left .top-news .image{ width:330px; position:absolute; left:30px;top:15px;}
.news-left .top-news .image img{ width:330px; height:180px;}
.news-left .top-news .text{ height:175px; overflow:hidden;}
.news-left .top-news .text span{ display:block; font-family:"dincond-medium-webfont"; font-weight:400; font-size:24px; color:#56596c}
.news-left .top-news .text h2{ font-size:16px;line-height:1.6; margin-top:10px;font-weight: 400;}
.news-left .top-news .text p{ margin-top:15px; line-height:1.8; color:#aaa; font-size:13px}
.news-list{ }
.news-list li{ border-top:1px #e8e8e8 solid; border-bottom:1px #e8e8e8 solid; margin-top:-1px; position:relative}
.news-list li a{ display:block;height:120px; padding:25px 30px 10px 160px;-webkit-transition: background-color .25s;transition:background-color .25s;}
.news-list li .time{ width:130px; position:absolute; left:25px;top:24px;font-family:"NoveDemiBold"; font-size:22px; color:#56596c;  text-align:right; padding-right:15px;}
.news-list li .time span{ font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; display:block; font-size:14px; color:#888; text-align:right; margin-top:6px;}
.news-list li .text{ float: left;margin-left: 20px; }
.news-list li .text strong{ display:block;font-weight: 400; line-height:1.6; font-size:16px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news-list li .text p{ margin-top:10px; line-height:1.8; color:#aaa; font-size:13px}
.news-list li .more{width: 0px;height: 152px; box-shadow: -100px 0 142px #f2f6f7; opacity: 0;position: absolute;right: 0;top: 0;transition: all 0.3s; -webkit-transition: all 0.3s;}
.news-list li a:hover{background-color: #f7f7f7;}
.news-list li a:hover .more{ right:0;opacity: 1; width:142px;}
.news-right{ width:29%; float:right; height:400px; padding:30px}
.news-right .search{ background-color:#f7f7f7; height:50px; position:relative;}
.news-right .search input{ height:22px; line-height:22px; padding:15px; border:0; font-size:14px;background: #f7f7f7;}
.news-right .search button{ border:0; background:none; position:absolute; right:0px;top:0px; z-index:2; font-size:20px; color:#ccc;height:50px; width:52px;}
.news-right .search button i{ font-size:30px; line-height:52px; position:relative; left:2px}
.news-right .search.s2 button{ background-color:#aaa; color:#fff;-webkit-transition: background-color .25s;transition:background-color .25s;}
.news-right .search.s2 button:hover{ background-color:#999}


.search-top{ font-size:16px; margin-top:10px; padding:20px 30px; background-color:#f7f5f4; border-bottom:2px #eee solid}

.article-list{ padding:30px}
.article-list li{ text-align:right; padding:20px 0; border-bottom:1px #e8e8e8 solid }
.article-list li a{ float:left; background:url(../images/li.gif) no-repeat 0 center; padding-left:15px; font-size:16px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:inline-block; max-width:580px;_width:580px;}
.article-list li span{ color:#aaa}
.right-pic{ margin-top:10px;}
.right-pic img{ width:100%}

.right-paper{ background-color:#f2f2f2; margin-top:20px; color:#333; padding: 15px 0 0;}
.right-paper .image{ width:36%; float:left; margin-top:20px; padding-left:20px;}
.right-paper .image img{ height: 100px; width:100%;box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);}
.right-paper .text{ width:45%; float:right; padding:20px 20px 30px;}
.right-paper .text .title strong{ display:block; font-size:18px; position:relative; left:-7px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.right-paper .text .title strong a{ color:#333}
.right-paper .text .title span{ display:block; font-size:14px; margin-top:6px; line-height: 18px;}
.right-paper .text .other{ margin-top:10px; font-size:14px; line-height:1.6}
.right-paper .text .other p{ margin-top:10px; color:#a3daf3}
.right-paper .btns{ height:60px;margin-top: 15px;}
.right-paper .btns a{ display:block; line-height:60px; float:left; width:90%; text-align:center; padding:0 19px; position:relative; font-size:18px; color:#fff; background-color:#9ad452}
.right-paper .btns a i{  font-size:30px; margin-right:3px; position:relative;top:4px}
.right-paper .btns a  em{ float:right;font-size:30px; margin-right:3px; position:relative;top:4px}
.right-paper .btns a:last-child{ background-color:#3f51b5}


.right-shares{ margin-top:20px; background-color:#e2e2e2; padding:20px 40px 30px;}

.right-shares .num{ line-height:30px; color:#fd343b;  margin-top:8px;}
.right-shares .num strong{ position:relative;font-size:50px; font-family:"dincond-medium-webfont"; font-weight:500; float:left ; display:none}
.right-shares .num strong.downtxt{ color:#78c737}
.right-shares .num i{ float:left; font-size:20px; position:relative;top:-6px;margin-left:20px;display:none}
.right-shares .num i.down{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); color:#78c737}
.right-shares .num span{ display:block; float:left; font-size:15px; font-family:Tahoma, Geneva, sans-serif; position:relative;top:5px;display:none}

.right-shares .title{ color:#5a5a5a; margin-top:20px;font-size:15px; font-weight:bold; line-height:22px; }
.right-shares .title span{ color:#aaa; display:block; font-size:13px; margin-top:5px; font-weight:normal }
.right-shares .title em{ color:#fd343b; margin-left:5px; font-weight:bold;display:none}
.right-shares .title em.downmum{ color:#78c737 !important}
.right-shares .title a{ margin-left:10px; color:#007bac}

/*简洁新闻列表*/
.job-con{ padding:30px;}
.job-con .job-left{ width:65%; float:left; padding-bottom:30px;margin-top: 22px;}
.job-con .job-right{ width:29%; float:right;}
.job-con .job-right .link{margin-top:20px;}
.job-con .job-right .link img{ width:100%}
.job-notice{min-height:357px; padding:30px;margin-top: 22px; background-color: #e8e8e8 !important;}
.job-notice h2{ font-size:16px; font-weight:bold}
.job-notice h2 i{ display:inline-block; width:27px; height:19px; background:url(../images/hot.gif) no-repeat;}
.job-notice ul{ margin-top:30px}
.job-notice ul li{ background:url(../images/li.gif) no-repeat 0 8px; padding-left:10px; line-height:1.4; margin-bottom:15px}
.job-notice ul li:hover a{color: red}
.job-notice ul li span{ display:block; color:#aaa; margin-top:3px; font-size:12px;}
.job-notice ul li a{ font-size: 14px; line-height: 32px;}
.job-notice a.more{display:block; margin-left:10px; width:130px; height:40px; line-height:36px; border:2px #75b0ea solid; text-align:center; color:#75b0ea; margin-top:30px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.job-notice a.more:hover{ background-color:#75b0ea; color:#fff}

/**************分页********************/
#pages{ text-align:center; padding-top:65px; display: table; margin: auto;}
#pages li{ float: left; display: inline;}
#pages a,#pages span{ display:inline-block; padding:11px 16px; background-color:#fff; border:1px #e2e2e2 solid; color:#888; margin:0 2px;-webkit-transition: background-color .25s;transition:background-color .25s; border-radius:3px }
#pages a:hover{  color:#3f51b5}
#pages a.active{ background-color:#3f51b5; border-color:#3f51b5;  color:#fff}
#pages a.prev,#pages a.next{ font-size:14px; position:relative;}
#pages li.active span{background: #1c64b7; color: #fff;}

/*联系我们*/
.contact h2{ display:inline-block; border-bottom:1px dashed #d3d1d0;font-size:20px !important;font-style:normal !important; color:#333; line-height:32px; margin-bottom:20px; padding-bottom:8px;}
.contact ul li{ font-size:14px; color:#3c3c3c; line-height:40px; padding-left:50px;font-style:normal !important; }
.contact ul li:nth-child(1){ background:url(../images/phone.png) no-repeat 0 7px;}
.contact ul li:nth-child(2){ background:url(../images/di.png) no-repeat 0 7px;}
.contact ul li:nth-child(3){ background:url(../images/message.png) no-repeat 0 7px;}
.contact table{ margin-top:20px; width:80%;}
.contact table tr td{ width:50%;}
.contact table tr td p{ font-size:14px; color:#666; line-height:30px; text-indent: 1em; }
.contact{  margin-top:30px; margin-bottom:50px;}
.map{ width:100%; margin-bottom:50px;}
.contact_left{ width:40%; float:left; padding-right:20px; box-sizing:border-box;}
.contact_right{ width:60%; float:left; box-sizing:border-box;}

/*领导班子*/
.ldbz{
    max-width: 1200px;
    overflow: hidden;
    padding: 50px 0 40px;
    margin: 0 auto;
}
.ldbz ul.teamlist{ overflow:hidden;}
.ldbz ul.teamlist li{width:100%; height:auto; display:inline; float:left;}
.ldbz ul.teamlist li table{ margin:20px auto;}
.ldbz ul.teamlist li table td{ line-height:22px; vertical-align:top;}
.ldbz ul.teamlist li table td.nr{ background:url(../images/KesliLine.jpg) repeat-x left bottom; width:62%; height:auto; }
.ldbz ul.teamlist li table td.ksp a{ display:block; height:auto; padding:5px; border:1px solid #e7e7e7; margin-right:18px;}
.ldbz ul.teamlist li table td.nr h1{ color:#a80000; font-size:1.5em; font-weight:bold; display:inline-block; padding:20px 0px;}
.ldbz ul.teamlist li table td.nr h1 label{ color:#5d5d5d; font-family:"宋体"; font-size: 1.2rem; padding-left:20px;}
.ldbz ul.teamlist li table td.nr div{ line-height:38px; color:#777777; padding:5px; margin:auto auto 10px auto; font-size:1.2em;}
.ldbz ul li table td.nr a{ background:#a93035; color:#fff; padding:9px 12px; font-size: 1em;}