@charset "utf-8";

.banner{width:1920px;position:relative;left:50%;margin-left:-960px;}
.banner img{ width:100%}
/* 主体 */
.crumbs {position: relative;width:1200px;margin:0 auto;}
.breadcrumbs { float:left; margin: 15px 0 25px; padding-left: 25px; height: 31px; line-height: 31px; background: url(mb-icon-2.png) no-repeat left center; font-size: 14px; }
.breadcrumbs a:after { content: ">"; padding: 0 5px;}
.breadcrumbs a:hover { color:#0075c5;}
.breadcrumbs a:last-child:after{content: "";}
.breadcrumbs span { color:#0075c5;}
.wrap{ width:1200px; margin:0 auto}
/* 二级、三级菜单 */
.menu {border-bottom:1px solid #d8d8d8;margin-bottom:40px;}
.menu dl{width:1200px;margin:0 auto;}
.menu dl dt {float:left;display:inline;border-left:1px solid #d8d8d8;}
.menu dl dt a { display:block; height:36px; line-height:36px; font-size:14px; padding:0 30px; position:relative; }
.menu dl dt em{width:100%;height:3px;background:#0075c5;position:absolute;bottom:-2px;left:0;display:none;}
.menu dl dt a:hover,.menu dl dt .current { color:#0075c5; }
.menu dl dt a:hover em,.menu dl dt .current em{display:block;}
.menu dl dt:last-child{border-right:1px solid #d8d8d8;}

/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#444; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:13px; }
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }

/* 新闻列表 */
.list { padding:0 0 40px; font-size:14px;}
.list li { padding:12px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_04.png) no-repeat left center; height:20px; line-height:20px; }
.list li a { float:left; padding-left:12px; }
.list li a:hover{padding-left:20px;}
.list li span { float:right; color:#999; font-family:Arial; }

/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:28px; padding:0 0 28px; border-bottom: 1px dotted #949494; overflow:hidden; }
.pothoItem .item .pic { float:left; margin-right:20px; overflow:hidden; }
.pothoItem .item .pic a{display:block;width:250px;height:200px;line-height:200px;text-align:center;background:#eee;}
.pothoItem .item .pic img { width:252px; height:200px; }
.pothoItem .item .pic a:hover img{transform:scale(1.05);}
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:18px; line-height:32px; }
.pothoItem .item dl dt a:hover{padding-left:10px;}
.pothoItem .item dl dt a{float:left;}
.pothoItem .item dl dt span{float:right;color:#0075c5;font-family:Arial;font-size:20px;}
.pothoItem .item dl dt span em{font-size:12px;}
.pothoItem .item dl .d {font-size:14px;font-family:Arial;padding-top:3px;color:#999;}
.pothoItem .item dl .m a{display:block;color:#999;}
.pothoItem .item dl .m a:hover{color: #0075c5;}
.pothoItem .item dl .i { padding:5px 0 20px; color:#999; font-size:14px; line-height:23px; }

/* 图片列表 */
.pic-list{margin:0 0 40px;}
.pic-list ul {margin:-35px 0 0 -30px;}
.pic-list li {float: left; margin:35px 0 0 30px; position: relative; overflow: hidden; padding-bottom: 60px;}
.pic-list li:nth-child(3n){float:right;margin:35px 0 0 0;}
.pic-list li .txt {background: #f8f8f8;line-height: 20px;color: #9d9d9d;position: absolute; width: 100%; transition:top .25s;height: 100%;top:100%;margin-top: -60px;}
.pic-list li .txt .content {padding: 0 13px;}
.pic-list li .txt p{text-align:justify;}
.pic-list li .txt h3 {color: #828181;font-size: 14px;font-weight: normal;line-height: 60px;border-bottom: 1px solid #ccc;margin-bottom: 26px;}
.pic-list li .txt h3 a {display: block;}
.pic-list li .txt i {font:normal 24px/60px 'SimSun'; color: #B2B2B2; float: right; transition:.3s;}
.pic-list li .txt h3 a:hover i {transform:rotate(90deg);}
.pic-list li .txt .more {bottom:10%;line-height: 28px;border: 1px solid #dbdbdb;padding-left:11px;position: absolute;}
.pic-list li .txt .more span {font-family: 'SimSun';margin:0 20px 0 8px;display: inline-block;}
.pic-list li:hover .txt {top: 0;margin-top: 0;}
.pic-list li:hover h3 a {color: #0075c5;}
.pic-list li:hover span {animation:arrMove 1.5s infinite;color: #0075c5;}
.pic-list li .txt .more:hover {border-color: #0075c5;color: #0075c5;}
@keyframes arrMove {0 {opacity: 1;transform:translateX(0);}100% {opacity: 0;transform:translateX(24px);}}


.pic-list-2{}
.pic-list-2 li{float:left;margin-right:30px;margin-bottom:30px; width:380px}
.pic-list-2 li img{ width:100%}
.pic-list-2 li a{display:block;text-align:center;}
.pic-list-2 li p{font-size:15px;padding-top:5px;}
.pic-list-2 li:nth-child(3n){ margin-right:0;}
/* 分页 */
.page { padding:0 0 50px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 3px; padding:3px 12px; border:1px solid #ddd; background:#f2f2f2; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #0075c5; background:#0075c5; color:#fff; }

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#32a237; font-size:14px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:36px; text-align:right; }
.form-panel .input { padding:8px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .texts { height:30px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; border-radius:3px; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:10px 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:100px; height:36px; border:none; background:#666; color:#fff; cursor:pointer; font-size:14px; border-radius:3px;}
.form-panel .submit-field .btn-submit{background:#0075c5;}

.dis1{padding-bottom:40px;}
.dis1 .dpic{width:800px;float:left;}
.dis1 .dpic .bd{position:relative;}
.dis1 .dpic .bd .prev,.dis1 .dpic .bd .next{display:block;width:24px;height:52px;cursor:pointer;position:absolute;top:199px;z-index:10;opacity:0.8;}
.dis1 .dpic .bd .prev{background:url(prev.jpg);left:0;}
.dis1 .dpic .bd .next{background:url(next.jpg);right:0;}

.dis1 .dpic .bd li{position:relative;}
.dis1 .dpic .bd p{position:absolute;left:0;bottom:0;width:100%;height:34px;line-height:34px;color:#fff;background:rgba(0,0,0,0.7);z-index:10;font-size:14px;text-align:center;}
.dis1 .dpic .hd{margin-top:10px;position:relative;}
.dis1 .dpic .hd .tempWrap{width:800px !important;overflow:hidden;margin:0 auto;}
.dis1 .dpic .hd li{float:left;display:inline;margin-right:17px;cursor:pointer;}
.dis1 .dpic .hd li img{width:100px;height:56px;opacity:0.6;}
.dis1 .dpic .hd li.on img{opacity:1;}

.dis1 .dtxt{width:370px;float:right;}
.dis1 .dtxt h2{font-size:18px;padding-bottom:10px;}
.dis1 .dtxt p{font-size:14px; line-height:28px;}

.j3{padding-bottom:40px;}
.j3 .hd {border-bottom: 1px solid #eee; margin-bottom: 6px;font-size:14px;}
.j3 .hd li {display: table-cell; vertical-align: middle; line-height: 50px; width: 140px; border-right: 1px solid #eee; border-top: 1px solid #eee; text-align: center; cursor: pointer; color: #3d3d3d;}
.j3 .hd li:first-child {border-left: 1px solid #eee;}
.j3 .hd .on {background: #eee;}
.j3 .bd{font-size:14px;line-height:24px;padding:15px 0;}
.j3 .bdcon{text-align:justify;}

.title{text-align: center;font-size: 26px;font-weight: normal;}
.content{margin-top:20px;text-align: center;font-size: 14px;}
input {font-size: 20px;}
input::-webkit-input-placeholder{font-size: 20px;}
.b1 {background: #f0fafd;padding: 74px 0;}
.b1 form{margin-top: 64px;}
.text1,.text2,.text3{border-radius: 15px;box-shadow:2px 2px 5px rgba(0,0,0,.2),1px -1px 3px rgba(0,0,0,.2),-1px 1px 3px rgba(0,0,0,.2),-1px -1px 5px rgba(0,0,0,.2);}
.b1 .text1{padding-left:35px;float:left;width: 312px;height:64px;margin-right: 80px;background: #ffffff;}
.b1 .text2{padding-left:35px;float:left;width: 312px;height:64px;margin-right: 80px;background: #ffffff;}
.b1 .text3{padding-left:35px;float:left;width: 311px;height:64px;background: #ffffff;}
.b1 .btn{margin-top:64px;margin-left:469px;width: 278px;height: 60px;background: #f5605f;border-radius: 15px;font-size: 22px;color: #ffffff;cursor: pointer;}
.b1 .b1-2 {width:314px;height: 20px;margin: 40px auto 0;color: #bbbbbb;font-size: 14px;}
.b1 .b1-2 img{margin-right: 6px;}

.b2{position:relative;background:url(bg1.png) no-repeat center bottom;height: 720px;padding-top: 74px;}
.bg1{position: absolute;right: 116px;top:113px;}
.bg2{position: absolute;right: 32px;top:422px;}
.bg3{position: absolute;right: 116px;top:483px;}
.bg4{position: absolute;left: 223px;bottom: 176px;}
.bg5{position: absolute;left: 338px;top:266px;}

.b3 {background: #f0fafd;padding: 74px 0;}
.b3 ul{margin-top: 62px;}
.b3 ul li{float: left;margin-right: 15px;}
.b3 ul li em{display: block;width: 390px;height: 44px;line-height: 44px;text-align: center;background: #ffffff;font-size: 16px;}
.b3 ul li:last-child{margin-right: 0;}
.b3 .b3-2{margin-top: 54px;}
.b3 h4{font-size: 16px;color: #333333;}
.b3 span{display: block;font-size: 16px;color: #ffffff;}
.b3-2>div{padding: 30px 0;}
.b3 .b3-l{width:296px;float: left;background: #f55e5d;padding-left: 106px;line-height: 40px;}
.b3 .b3-m{width:302px;float: left;background: #f55e5d;padding-left: 90px;line-height: 40px;}
.b3 .b3-r{width:305px;float: left;background: #f55e5d;padding-left: 99px;line-height: 40px;}
.b3 .b3-3{margin-top: 68px;}
.b3 .b3-3 a{margin:0 auto;display: block;width: 278px;height: 60px;background: #f5605f;font-size: 22px;color: #fff;text-align: center;line-height: 60px;border-radius: 15px;}

.b4{padding: 74px 0;}
.b4 .b4-1{margin-top: 72px;position:relative;}
.b4 ul li{float: left;width: 167px;margin-right: 138px;}
.b4 ul li h4{text-align: center;margin-top: 26px;font-size: 20px;font-weight: normal;color: #2a2323;}
.b4 ul li>p{margin-top:10px;font-size: 14px;color: #8d8d8d;text-align: center;}
.b4 ul li:first-child{margin-left: 35px;}
.b4 ul li:last-child{margin-right: 35px;}
.b4 ul li:nth-child(2)>p{width: 180px;}
.b4 ul li:nth-child(3)>p{width: 182px;}
.b4 ul li:last-child>p{padding: 0 20px;}
.b4 .b4-1 .r1{position: absolute;top:50px;left: 229px;}
.b4 .b4-1 .r2{position: absolute;top:50px;left: 535px;}
.b4 .b4-1 .r3{position: absolute;top:50px;right: 276px;}

.b5{padding:74px 0;height: 440px;background: url("back11.png") no-repeat center center;}
.b5 .title{color: #ffffff;}
.b5 .content{color: #ffffff;}
.b5 .b5-1{padding: 0 235px;margin-top: 64px;}
.b5 .b5-1 .txt1{float:left;width: 316px;height: 65px;padding-left: 29px;background: url("input1.png");border-radius: 15px;}
.b5 .b5-1 .txt2{float:right;width: 316px;height: 65px;padding-left: 29px;background: url("input1.png");border-radius: 15px;}
.b5 .b5-1 .txt3{float:right;width: 700px;height: 65px;padding-left: 29px;background: url("input2.png");border-radius: 15px;margin-top: 21px;}
.b5 .b5-1 .btn1{width: 278px;height: 60px;font-size: 22px;color: #f54d4c;background: #dedcdc;border-radius: 15px;margin-top: 64px;margin-left: 225px;cursor: pointer;}
.b5 .b5-2 {width:212px;height: 19px;margin: 37px auto 0;color: #bbbbbb;font-size: 14px;}
.b5 .b5-2 img{margin-right: 6px;}


