@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*newsView*/
.artBox{
    padding: 30px;
}
.articleBox {
    line-height: 28px;
    padding: 10px 0;
    color: #666;
    font-size: 16px;
}

.articleBox img {
    max-width: 100%;
}

.articleTitle {
    clear: both;
    text-align: center;
    padding: 0 10px;
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    font-family: "microsoft yahei";
    color: #333;
}

.articleTime {
    display: block;
    clear: both;
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pageUp {
    display: block;
    line-height: 30px;
    padding: 10px 0 20px 0;
    border-top: 1px dotted #ccc;
    color: #333333;
    font-size: 14px;
}
.pageUp a{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}
.pageUp a:hover{
    color: #c0171c;
}
.share {
    display: block;
    clear: both;
    padding: 10px 0;
}

.articlePage {
    clear: both;
    height: 30px;
    text-align: center;
    font-family: Arial;
}

.articlePage a {
    margin: 0 1px;
    background: #ccc;
    padding: 5px 10px;
}

.articlePage a:hover {
    color: #fff;
    background: #1e8ddc;
}

.articlePage a.hover {
    color: #fff;
    background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin: 20px auto 0 auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(about:blank);
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    background: url(../images/file/article_icon.png) no-repeat 0px -50px;
    left: 0;
}

#play .next_a span {
    background: url(../images/file/article_icon.png) no-repeat -30px -50px;
    right: 0;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
    background: #fff;
    margin: 0 0 5px 0;
}

#play .img_ul li img {
    position: absolute;
}

.imgMove {
    width: 600px;
    clear: both;
    margin: 20px auto;
    position: relative;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    position: relative;
}

.img_hd ul {
    position: absolute;
    z-index: 1
}

.img_hd ul li {
    float: left;
    height: 47px;
    width: 70px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    height: 47px;
    width: 70px;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 99999999999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li img {
    position: absolute;
    height: 47px;
    width: 70px;
}

.img_hd ul li.on {
    border: 1px solid #1e8ddc;
    background: #1e8ddc;
}

.imgMove .bottom_a {
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float: left;
    top: 15px;
    position: absolute;
    z-index: 9999999999999;
    background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
    background-position: left top;
    left: 0;
}

.imgMove .next_a {
    background-position: right top;
    right: 0;
}

.articleHand {
    clear: both;
    font-size: 16px;
    padding: 10px 0px 20px 0;
    overflow: hidden;
}

.articleHand a {
    display: block;
    line-height: 32px;
    padding: 0 20px 10px 30px;
    float: left;
    background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
    background: url(../images/file/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}

.articleHand a.ppt {
    background: url(../images/file/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}

.articleHand a.excel {
    background: url(../images/file/excel.png) no-repeat left center;
    color: #15bf44 !important;
}

.articleHand a.pdf {
    background: url(../images/file/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}

.articleHand a.zip {
    background: url(../images/file/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}

.shareBox {
    height: 40px;
    overflow: hidden;
    background: #f1f1f1;
}

.shareBoxL {
    float: left;
    padding: 0 0 0 20px;
}

.shareBoxL B {
    display: block;
    line-height: 40px;
    float: left;
}

.bdsharebuttonbox {
    float: left;
    padding: 6px 0 0 10px;
}

.shareBoxR {
    line-height: 40px;
    float: right;
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #000;
}

/*单篇+文章页end*/

/*全图列表页start*/

.imgList1 {
    overflow: hidden;
    margin-right: -30px;
    padding: 30px 40px;
}

.imgList1 dd {
    overflow: hidden;
    float: left;
    display: inline;
    width: 33.3333%;
}

.imgList1 dd .con {
    overflow: hidden;
    margin-right: 30px;
}

.imgList1 dd .a {
    display: block;
}

.imgList1 dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgList1 dd .pic:before {
    display: block;
    content: '';
    padding-top: 66.6667%;
}

.imgList1 dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.imgList1 dd .text {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    color: #808080;
    font-size: 16px;
    overflow: hidden;
}

.imgList1 dd:hover .text {
    color: #F00;
}

/*全图列表页end*/

/*产品中心*/

.productWidth {
    width: 670px;
    margin: 0 auto;
}

.search {
    position: relative;
    padding-right: 110px;
    padding-left: 10px;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.search input {
    display: block;
    height: 50px;
    width: 100%;
    border: none;
    background: none;
}

.search a {
    display: block;
    height: 50px;
    background: #FFF;
    width: 60px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    background: #c0171c url(../images/search.png) center center no-repeat;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.search a:hover {
    opacity: .9
}

.productList {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    margin-right: -15px;
    border-bottom: 1px solid #f5f5f5;
    height：60px;
    line-height: 60px;
}

.productList li:hover{
	background:#c0171c;
	color:#fff;
}
.productList li.hover{
	background:#c0171c;
	color:#fff;
}
.productList li.hover a{
	color:#fff;
}
.productList li:hover a{
	color:#fff;
}
.productList li {
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin-right: 15px;
    padding: 0 30px;
}

.productG {
    padding: 20px;
}

.tab2,
.tab3 {
    font-size: 0;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
}

.tab2 li,
.tab3 li {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin: 0 8px;
}

.tab2 li a,
.tab3 li a {
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
}

.tab2 {
    border-bottom: 1px solid #e6e6e6;
}

.tab2 li a.hover,
.tab3 li a.hover {
    background: #c0171c;
    color: #fff;
}

.imgList {
    margin-right: -36px;
    overflow: hidden;
}

.imgList dd {
    display: inline;
    float: left;
    width: 33.333%;
    margin-bottom: 30px;
}

.imgList dd .con {
    margin-right: 36px;
    overflow: hidden;
    background: #FFF;
}

.imgList dd .con a {
    display: block;
}

.imgList dd .con a .pic {
    position: relative;
	background: #fff;
}

.imgList dd .con a .pic {
    position: relative;
}

.imgList dd .con a .pic:after {
    display: block;
    content: '';
    padding-top: 100%;
}

.imgList dd .con a .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	object-fit: contain !important;
}

.imgList dd .con a .text {
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #404040;
}

.imgList dd .con:hover a .text {
    color: #c0171c;
}

/*图文列表页start*/

.imgText dd {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
}

.imgText dd .pic {
    position: relative;
    width: 300px;
    overflow: hidden;
    margin-right: 26px;
}

.imgText dd .pic:after {
    display: block;
    content: '';
    padding-top: 66.6667%;
}

.imgText dd .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.imgText dd .text {
    padding-top: 18px;
    overflow: hidden;
}

.imgText dd .text .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
}

.imgText dd .text .title a {
    color: #333;
}

.imgText dd .text:hover .title a {
    color: #c0171c;
}

.imgText dd .text .time {
    font-size: 14px;
    color: #999;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.imgText dd .text .txt {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

/*图文列表页end*/

/*全文列表页start*/

.textList {
    overflow: hidden;
    padding: 6px 30px 25px;
}

.textList dd {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #ddd;
}

.textList dd a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}

.textList dd span {
    float: right;
    display: inline;
    overflow: hidden;
    margin-left: 50px;
    font-size: 14px;
    color: #999;
}

.textList dd:hover a {
    color: #c0171c;
}

/*全文列表页end*/

/*产品详情*/

.productView {
    padding: 30px;
    overflow: hidden;
}

.productView .pic {
    position: relative;
    overflow: hidden;
    width: 470px;
    margin-right: 35px;
}

..productView .pic a {
    display: block;
}

.productView .pic:after {
    display: block;
    content: '';
    padding-top: 76.5957%;
}

.productView .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.productView .text {
    overflow: hidden;
    padding-top: 50px;
}

.productView .text .title {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    overflow: hidden;
}

.productView .text .txt {
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.dicth {
    overflow: hidden;
}

.dicth div {
    float: left;
    display: inline;
    margin-right: 20px;
    width: 140px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    overflow: hidden;
    font-size: 16px;
    border: 1px solid #c0171c;
    border-radius: 5px;
}

.dicth div a {
    color: #c0171c;
}

.dicth div.shop a {
    padding-left: 45px;
    padding: 20px 0 20px 45px;
    background: url(../images/icon5.png) left center no-repeat;
}

.dicth div.hover {
    background: #c0171c;
}

.dicth div.hover a {
    color: #fff;
}

.dicth div.shop.hover a {
    background: url(../images/icon1.png) left center no-repeat;
}

.dicth div:hover {
    background: #c0171c;
}

.dicth div:hover a {
    color: #fff;
}

.dicth div.shop:hover a {
    background: url(../images/icon1.png) left center no-repeat;
}

.hotTel a {
    display: block;
}

.productC {
    padding: 40px 30px;
}

.productCtitle {
    width: 100px;
    height: 38px;
    background: #c0171c;
    border-radius: 3px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.productCifon {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.productCTitle {
    font-size: 14px;
    color: #666;
    height: 32px;
    line-height: 32px;
}

.ifonUl li {
    line-height: 32px;
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    position: relative;
}

.ifonUl li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #666;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 0;
}

.ifonUl li:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #666;
    border-radius: 4px;
    position: absolute;
    top: 13px;
    left: 2px;
}

#openCon .title {
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

#openCon .tel {
    border-top: 1px solid #e6e6e6;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #c0171c;
}

.aykjClass .layui-layer-setwin {
    display: none;
}

/*配方查询*/

.queryBox {
    padding: 30px 0;
}

.queryTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 68px;
    height: 68px;
    overflow: hidden;
}

.form {
    padding: 0 80px 20px 80px;
    border-bottom: 1px solid #f5f5f5;
}

.form dd {
    float: left;
    display: inline;
    width: 400px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 35px;
    margin-right: 20px;
}

.form dd .title {
    width: 70px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 5px;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.formDiv {
    height: 40px;
    line-height: 40px;
    border: 1px solid #f5f5f5;
    margin-left: 75px;
    width: 280px;
}

.formDiv .formIpt {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
}

.demo2 {
    width: 270px;
    height: 100%;
    position: relative;
    padding-right: 10px;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 40px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 41px;
    height: 41px;
    background: #e6e6e6 url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 41px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}

.formDiv:hover .demo2 i {
    background: #c0171c url(../images/sel1.png) no-repeat center center;
}

.form .btn1 {
    position: relative;
    top: 75px;
    border-radius: 5px;
    overflow: hidden;
    width: 145px;
    height: 40px;
    background: #c0171c;
    line-height: 40px;
}

.form .btn1 a {
    display: block;
    padding-left: 60px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.form .btn1 a:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 30px;
    background: url(../images/search.png) left center no-repeat;
}

.tabTitle {
    width: 1120px;
    margin: 20px auto;
}

.tabTitle .tr1 {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
}

.queryTable {
    width: 1120px;
    margin: 0 auto;
}

.queryTable td {
    border: 1px solid #ccc;
}

.queryTable1 tr td {
    border: none;
    text-align: left !important;
    font-size: 14px !important;
    color: #333 !important;
    height: 40px !important;
    line-height: 40px !important;
}

.queryTable1 tr td span:nth-child(1) {
    display: block;
    float: left;
    margin: 0 45px 0 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.queryTable1 tr td span {
    display: block;
}

.queryTable .tr1 {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
}

.queryTable tr td {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.queryTable tr td a {
    color: #c0171c;
}

.queryTable1 tr td span.spanCon {
    overflow: hidden;
}

.backCon {
    width: 1120px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
}

.backCon a {
    color: #333;
}

.tableBox {
    border-bottom: 1px solid #e5e5e5;
}

.forTable {
    padding: 30px 40px;
}

.form1 {
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.formTitle {
    margin: 0 10px 0 20px;
}

.forDiv1 {
    border: 1px solid #ccc;
    height: 40px;
    margin: 0 5px;
    width: 233px;
    box-sizing: border-box;
}

.forDiv1 input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.forBtn {
    width: 142px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #c0171c;
    border-radius: 5px;
    margin: 0 15px;
}

.forBtn a {
    color: #fff;
}

.formK {
    line-height: 50px;
    color: #666;
}

.queryTable tr th {
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.queryTable tr th i {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    font-style: normal;
}

.price {
    margin: 0 auto;
    width: 1120px;
    text-align: right;
	font-size: 14px;
}

.price span {
    font-size: 16px;
    color: #666;
}

.price i {
    font-size: 18px;
    color: #c0171c;
    font-style: normal;
}

.lineNo {
    border: none;
}

/*全文列表页end*/

/*招聘列表页start*/

.ext5 {
    background: #fff;
    padding: 0 40px;
}

.recruitList {
    overflow: hidden;
}

.recruitList .title {
    height: 46px;
    padding-top: 28px;
    line-height: 46px;
    font-size: 0;
    margin-right: -65px;
}

.recruitList .title span {
    display: inline-block;
    width: 237px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.recruitList dd {
    overflow: hidden;
    margin-bottom: 20px;
}

.recruitList dd:last-child {
    margin-bottom: 28px;
}

.recruitList dd .recruitT {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
    margin-right: -65px
}

.recruitList dd .recruitT .text .textName {
    width: 237px;
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.recruitList dd .recruitT .btn {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    padding: 0 30px;
    background: url(../images/jia.png) no-repeat center center;
}

.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    display: none;
    background: #FFF;
    padding-top: 12px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    padding: 0px 0px;
    border-bottom: 1px solid #ddd;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 50px;
}

.recruitTable table tr td {
    border: none;
}

.recruitTable table b {
    margin-right: 20px;
}

.recruitText {
    overflow: hidden;
    padding: 0 35px;
}

.recruitBtn {
    overflow: hidden;
    padding: 12px 35px 30px;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    height: 50px;
    line-height: 50px;
    float: left;
    display: inline;
    padding: 0 40px;
    background: #c0171c;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    background: #c0171c;
    color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
    background: url(../images/jiaB.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
    background: #c0171c;
    color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd.active .recruitT .btn {
    background: url(../images/jian.png) no-repeat center center;
}

/*招聘列表页end*/

/*招聘详情start*/
.subPopBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none;
}
.subPopCont {
    width: 790px;
    height: 555px;
    border: 10px solid #fff;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -395px;
    margin-top: -277px;
}
.joinForm {
    overflow: hidden;
    padding: 20px 40px;
}
.joinFormTit {
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    overflow: hidden;
}
.h20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}
.joinForm_dl {
    overflow: hidden;
}
.joinForm_dl dd {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}
.joinForm_dl dt{
	position:relative;
	}
.joinFormName {
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color: #444;
    position: absolute;
    left: 0px;
    top: 0px;
}
.joinFormInp {
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #abadb3;
    padding: 0px 5px;
    font-size: 12px;
	background:transparent;
	border-radius:3px;
    color: #666;
    font-family: "microsoft yahei";
    line-height: 30px;
}
.joinForm_dl dd label {
    margin-right: 15px;
}
.joinForm_dl dt textarea {
    width: 580px;
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #abadb3;
    padding: 5px 10px;
    font-size: 12px;
	margin-left:70px;
	margin-bottom:12px;
    color: #666;
    line-height: 20px;
	border-radius:3px;
}
.joinFile {
    display: inline-block;
    width: 80px;
    height: 28px;
	border-radius:3px;
	border-style:none;
    overflow: hidden;
    background:#666666;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
input.w_100 {
    width: 100px;
}
a.joinCode {
    font-size: 12px;
    color: #999;
	margin-left:10px;
}
.joinCode img {
    display: block;
    height: 32px;
    float: left;
}
.joinCode i {
    display: block;
    height: 32px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
}
.h10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}
.contactBt{
	margin-left:70px;
	}
.contactBt a {
    display: inline-block;
    width: 100px;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    margin: 0px 5px;
}
.contactSubmit {
    background: #c0171c;
}
.contactReset {
    background: #9a9a9a;
}
.contactReset:hover{
	 background: #c0171c;

}
.closeSubPop {
    width: 30px;
    height: 28px;
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center;
    background: #000 url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right: -50px;
    top: -10px;
}
.aykjClass .layui-layer-ico{
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center !important;
    position: absolute;
    right: -65px !important;
    top: -16px !important;
    width: 30px;
    height: 30px;
    margin-left: 0;
	}

/*招聘详情end*/

/*招聘表单start*/

/*招聘表单end*/

/*留言start*/

.messageBox {
    padding: 35px 108px;
}

.messagesTitle {
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.messageBox dd {
    overflow: hidden;
    margin-bottom: 20px;
}

.messageBox dd .formBox {
    overflow: hidden;
}

.messageBox dd .formBox .title {
    font-size: 15px;
    height: 52px;
    line-height: 52px;
    color: #333;
    width: 70px;
    text-align: right;
    margin-right: 5px;
}

.messageBox dd .formBox .formDiv1 {
    overflow: hidden;
    width: 435px;
    height: 100%;
    line-height: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
}

.messageBox dd .formBox .formDiv1 input {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #666;
}

.messageBox dd .formBox .formDiv1.w_240 {
    width: 240px;
    margin-right: 20px;
}

.messageBox dd .formBox .formTxt {
    overflow: hidden;
    height: 264px;
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.messageBox dd .formBox .formTxt .formArea {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    resize: none;
}

.messageBox dd .formBox .code {
    width: 170px;
    height: 52px;
    overflow: hidden;
}

.messageBox dd .formBox .code img {
    display: block;
    width: 100%;
    height: 100%;
}

.mesBtn {
    padding: 0 75px;
    overflow: hidden;
    margin-bottom: 80px;
}

.mesBtn a {
    display: block;
    float: left;
    width: 155px;
    height: 52px;
    line-height: 52px;
    background: #e6e6e6;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 2px;
    color: #666;
}

.mesBtn a.hover {
    background: #c0171c;
    color: #fff;
}

.mesBtn a:hover {
    background: #c0171c;
    color: #fff;
}

/*留言end*/

/*发展历程开始*/

.eventTitle {
    height: 70px;
    line-height: 70px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.hisT {
    padding: 20px 0px 50px;
}

.imgTBanner {
    padding: 0 40px;
    overflow: hidden;
}

.hisBanner {
    position: relative;
}

.hisBanner:after {
    display: block;
    content: '';
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    z-index: 1;
}

.hisTScroll {
    position: relative;
    top: -50px;
    z-index: 5;
}

.hisTScroll .bd {
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    z-index: 3;
}

.hisTScroll .slick-list {
    overflow: visible;
    outline: none;
}

.hisTScroll .myslide {
    padding: 0 40px;
    box-sizing: border-box;
    height: 480px;
    outline: none;
}

.hisTScroll .myslide .eventCon {
    width: 20%;
    background: #fff;
    float: left;
    display: inline;
    padding-top: 35px;
    background: url(../images/his.png) no-repeat;
    background-position: 27px top;
    outline: none;
    position: relative;
}

.hisTScroll .con {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}

.hisTScroll .con span {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    position: relative;
    z-index: 5;
    background: #f5f5f5;
    top: 22px;
    left: 140px;
}

.hisTScroll .con.down span {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    position: relative;
    z-index: 5;
    background: #f5f5f5;
    top: -20px;
    left: 140px;
}

.hisTScroll .hisTime {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #666;
    text-align: center;
    background: #ddd;
}

.hisTScroll .myslide .eventCon:hover .hisTime.a1 {
    background: #c0171c;
    color: #fff;
    cursor: pointer;
}

.hisTScroll .myslide .eventCon .con:hover .hisTime:before {
    background: url(../images/bntBg1.png) center center no-repeat;
}

.hisTScroll .hisTime:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 27px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -12px;
    background: url(../images/bntBg.png) center center no-repeat;
}

.hisTScroll .con.down {
    position: relative;
    top: 242px;
}

.hisTScroll .down .hisTime {
    position: relative;

}

.hisTScroll .eventCon .down .hisTime:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 27px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -12px;
    background: url(../images/downB.png) center center no-repeat;
}

.hisTScroll .eventCon .con.down:hover .hisTime:before {
    background: url(../images/downB1.png) center center no-repeat;
}

.hisTScroll .eventCon .con.down:hover .hisTime {
    background: #c0171c;
    color: #fff;
    cursor: pointer
}

.hisTScroll .down .hisTime:before {
    top: 55px;
    bottom: auto;
}

.hisTScroll .down .hisTime:after {
    bottom: auto;
    top: 72px;
}

.hisTScroll .up .con span {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 18px;
    position: relative;
    z-index: 5;
    background: #455a78;
    top: 22px;
    left: 36px;
}

.hisTScroll .up .con span:after {
    display: block;
    content: '';
    width: 1px;
    height: 175px;
    background: #fff;
    position: absolute;
    top: -176px;
    left: 50%;
}


.hisTScroll .hisC {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    padding: 0 30px;
    height: 140px;
    background: #fff;
}


.hisTScroll .prev {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #999;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    left: -40px;
    top: 250px;
    z-index: 1;
    display: none;
}

.hisTScroll .next {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #999;
    background: url(../images/right.png) no-repeat center center;
    position: absolute;
    right: -41px;
    top: 250px;
    z-index: 1;
    display: none;
}

.hisTScroll .prev:hover {
    border-color: #c0171c;
    background: #c0171c url(../images/leftH.png) no-repeat center center;
}

.hisTScroll .next:hover {
    border-color: #c0171c;
    background: #c0171c url(../images/righH.png) no-repeat center center;
}

/*公司视频*/

/*公司视频*/

.vidoList {
    overflow: hidden;
    margin-right: -30px;
    padding: 40px 30px;
}

.textVde {
    height: 60px;
    line-height: 60px;
    color: #808080;
    text-align: center;
    font-size: 16px;
}

.textVde span {
    padding-left: 36px;
    background: url(../images/vde.png) left center no-repeat;
}

.vidoList dd {
    width: 33.333%;
    float: left;
    display: inline;

}

.vidoList dd .con {
    margin-right: 30px;
    overflow: hidden;

}

.vidoList dd .con .pic {
    overflow: hidden;
    position: relative;
}

.vidoList dd .con .pic:after {
    display: block;
    content: '';
    padding-top: 66.6667%;
}

.vidoList dd .con .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.vidoList dd .con .pic .shade {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.vidoList dd .con .pic .shade span {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background: url(../images/play.png) center center no-repeat;
}

/*关于我们*/

.line {
    border-top: 1px solid #e6e6e6;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: '';
    /* padding-top: 37.5%; */
}

.map img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.contactTitle {
    line-height: 66px;
    height: 66px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #c0171c;
}

.contactTitle:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #c0171c;
    left: 0;
    bottom: 0;
}

.contactCon span {
    display: block;
    line-height: 32px;
    overflow: hidden;
}

.contactCon span i {
    font-style: normal;
    font-size: 14px;
    color: #666;
}

.contactCon span em {
    font-style: normal;
}
/*专题*/
.imgList2 dd .pic{
    position: relative;
    overflow: hidden;
}
.imgList2 dd .pic:after{
    display: block;
    content: '';
    padding-top: 31.25%;
}
.imgList2 dd .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.imgList2 dd .text{
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    padding: 0 20px;
}
.imgList2 dd .text span{
    float: right;
    display: inline;
    font-size: 16px;
    color: #666;
}
.imgList2 dd .text a{
    font-size: 18px;
    color: #333;
}

/*
-----------------------------内页样式end-----------------------------
*/
