title@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}
body {
    color: #333333;
    font-size: 14px;
    font-family: "微软雅黑";
}
/*设置全部页面的全体字体颜色*/

body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: none;
    font-weight: normal;
    padding: 0;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: #076ce0;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
}
.clear {
    clear: both;
}
i, em {
    font-style: normal;
}
.hidden {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.w1200 {
    width: 1200px;
    margin: auto;
}
.ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*logo*/

.zxlg {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.zxlg h1 {
    float: left;
    padding-top: 20px;
    float: left;
}
.zxlg h1 img {
    height: 60px;
}
.logo_r {
    width: 225px;
    float: right;
    padding-top: 20px;
}
.logo_dh {
    float: left;
}
.logo_dh img {
    width: 44px;
    height: 43px;
    padding-top: 16px;
}
.logo_hm {
    float: right;
    line-height: 40px;
    font-size: 14px;
}
.logo_hm span {
    color: #076ce0;
    display: block;
    font-size: 26px;
    line-height: 28px;
    font-family: Impact;
}
/*导航*/

.nav_box {
    width: 100%;
    height: 50px;
    background: #076ce0;
}
.nav {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.nav ul li {
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.nav ul li a {
    display: block;
    text-decoration: none;
    display: block;
    padding: 0 40px;
    float: left;
    color: #fff;
}
.nav ul li a:hover {
    color: #fff;
    background: #fa9401;
}
.nav ul li.current a {
    color: #fff;
    background: #fa9401;
}
.nav ul li:last-child {
    border-right: none;
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}
/*banner*/

.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.pro-switch {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: auto;
}
.no-js .slides>li:first-child {
    display: block;
}
.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flexslider .slides {
    zoom: 1;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background: #fff;
    display: block;
    height: 6px;
    overflow: hidden;
    text-indent: -99em;
    width: 40px;
    cursor: pointer;
    border-radius: 4px;
}
.flex-control-paging li a.flex-active {
    background: #076ce0;
}
/*搜索*/

.search {
    background: #f7f7f7;
    height: 67px;
    padding-top: 20px;
}
.search span {
    line-height: 50px;
}
.submit {
    float: right;
    border: 1px solid #ddd;
    border-right: none;
    height: 40px;
}
.submit input {
    /*width: 100%;*/
    height: 100%;
    border: none;
    background: 0 0;
    outline: 0;
    padding: 0 0 0 14px;
    float: left;
    color: #666;
    font-size: 14px;
    background: #fff;
}
.sear {
    float: right;
}
/*产品*/

.chanpin {
    background-color: #fafafa;
    padding-bottom: 40px;
}
.title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 40px;
}
.probar {
    width: 220px;
    background-color: #fff;
    border: 1px #f5f5f5 solid;
    /*height: 615px;*/
}
.side_tit {
    color: #f18200;
    font-size: 28px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: -10px;
}
.slide_img {
    margin-top: 20px;
    margin-left: 20px;
}
.pro_list {
    /*margin-top:10px;*/
}
.pro_list li {
    /*background: url(../images/sidelibg.png) no-repeat;*/
    font-size: 16px;
    line-height: 65px;
    display: block;
    color: #4a4a4a;
    margin: -2px 0;
}
.pro_list li a {
    display: block;
    color: #333;
    padding-left: 20px;
}
.pro_list li a:hover {
    background: url(../images/sidehover.png) no-repeat left;
    color: #fff;
}
.pro_list li.current a {
    background: url(../images/sidehover.png) no-repeat left;
    color: #fff;
}
.pro_list li.current ul li a {
    background: none;
    color: #4a4a4a;
}
.pro_list li.current ul li a:hover {
    color: #00407e;
}
.pro_list li ul {
    display: none;
}
.pro_list li.current ul {
    display: block;
}
.pro_list li ul li {
    background: #f0f0f0;
    margin: 2px 0;
}
.pro_list li ul li a {
    background: #f0f0f0;
    padding-left: 30px;
    line-height: 44px;
    font-size: 14px;
}
.pro_list li ul li:hover a {
    background: #009644;
    color: #004c92;
}
.side-contact {
    margin-top: 25px;
}
.side-cont-txt {
    padding: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #808080;
    margin-left: 10px;
}
.side-contact>p {
    border-top: 1px #d3d3d3 dashed;
    margin: 0 10px;
    padding: 10px;
    color: #000;
    line-height: 29px;
}
.cplist {
    background-color: #fff;
    float: left;
    width: 950px;
    padding-left: 25px;
    padding-bottom: 20px;
}
.cplist li {
    text-align: center;
    float: left;
    margin: 0 10px;
    margin-top: 30px;
}
.cplist li .img {
    width: 280px;
    height: 220px;
    border: 4px solid #f1f1f1;
    position: relative;
}
.cplist li img {
    width: 100%;
    height: 100%;
}
.cplist li .info {
    margin-top: 10px;
}
.item-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
li:hover .item-mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}
.item-mask .item-link-icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}
.wjdh-link {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.info .title-a {
    margin-top: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 15px;
}
.cplist li:hover .title-a {
    color: #076ce0;
}
/*优秀客户css*/

/*.list_lb{ width:1200px; margin:0 auto; padding-bottom:30px;position: relative;margin:30px auto 0 auto;}.list_lb li{ float:left; margin:10px 4px;width:279px; height:154px; }.list_lb li a img{ width:100%; height:100%; border-radius:4px;}*/

.picMarquee-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next {
    background-position: 0 -50px;
}
.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}
.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}
.picMarquee-left .bd {
    /*padding:10px;  */
}
.picMarquee-left .bd .picList li {
    width: 165px;
    height: 84px;
    border: 1px solid #efefef;
    margin: 0 10px;
}
.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
/*广告图*/

.picture {
    /*margin-top: 40px;*/
}
.picture img {
    width: 100%;
}
/*选择我们的理由*/

.reason li {
    margin-top: 40px;
}
.left_img {
    position: relative;
    float: left;
}
.floatImgWrap {
    width: 88px;
    height: 90px;
    background-color: #fa9401;
    position: absolute;
    top: -40px;
    left: 20px;
    padding: 10px 0;
}
.floatImgWrap span {
    font-size: 40px;
    color: #fff;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
}
.txtright {
    float: right;
    width: 600px;
}
.txtright h4 {
    font-size: 30px;
    color: #1e50ae;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px #d9d9d9 dashed;
    padding-bottom: 30px;
}
/*.txtright span {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}*/
.txtright p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 30px;
}
.reason li:nth-child(2n+1) .left_img {
    float: right;
}
.reason li:nth-child(2n+1) .txtright {
    float: left;
}
/*关于我们*/

.about {
    background: url("../images/about_bg.png") no-repeat;
    margin-top: 30px;
    padding-bottom: 40px;
}
.aboutimg {
    width: 555px;
    height: 325px;
    border-radius: 4px;
    float: left;
}
.aboutimg img {
    width: 100%;
    height: 100%;
}
.righttxt {
    float: left;
    width: 600px;
}
.righttxt p {
    color: #fff;
    line-height: 38px;
    margin-left: 30px;
}
.button {
    width: 133px;
    line-height: 42px;
    background-color: #fff;
    text-align: center;
    margin-left: 30px;
    margin-top: 30px;
}
.button a {
    color: #f78c02;
}
/*新闻中心*/

.newmain {
    border: 1px #ebebeb solid;
    width: 578px;
    height: 460px;
    float: left;
    margin: 0 10px;
}
.titnews {
    background-color: #fafafa;
    line-height: 46px;
}
.titnews img {
    margin-top: 14px;
    float: left;
    margin-left: 10px;
}
.titnews h4 {
    float: left;
    margin-left: 5px;
}
.mainnews {
    margin-top: 20px;
}
.leftimg {
    width: 186px;
    height: 186px;
    float: left;
    margin-left: 20px;
}
.leftimg img {
    width: 100%;
    height: 100%;
}
.rightnews {
    float: left;
    width: 300px;
    margin-left: 40px;
}
.rightnews a {
    font-size: 18px;
}
.rightnews p {
    color: #b2b2b2;
    line-height: 26px;
    margin-top: 20px;
}
.newsbutton {
    width: 160px;
    line-height: 40px;
    background-color: #fa9401;
    text-align: center;
    margin-top: 20px;
}
.newsbutton a {
    color: #fff;
    font-size: 14px;
}
.newlist {
    margin-top: 20px;
}
.newlist li {
    line-height: 50px;
    border-bottom: 1px #e5e5e5 dotted;
    margin: 0 20px;
}
.newlist li i {
    background-color: #3082ff;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
}
.newlist li span {
    float: right;
    color: #808080;
}
.newlist li:nth-child(n+4) {display:none}
/*联系我们*/

.contact {
    padding-top: 40px;
    background: url(../images/contact_bg.jpg) no-repeat center;
    /*height:560px;*/
    padding-bottom: 28px;
}
.contact .title {
    text-align: center;
    margin-bottom: 30px;
}
.contact .title h1 {
    font-size: 30px;
    color: #333;
}
.contact .title h2 {
    margin-top: 10px;
    color: #999;
}
.contact .lxfs {
    background: url(../images/icon_lxfs.png) no-repeat left top;
    height: 405px;
    width: 560px;
    float: left;
}
.contact .lxfs p {
    font-size: 20px;
    color: #666;
    margin-left: 10px;
    line-height: 36px;
    margin-bottom: 21px;
}
.lxfs .ewm {
    width: 471px;
    height: 318px;
}
.lxfs .ewm p {
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
/*联系我们-在线留言css*/

.contact .zxly {
    width: 640px;
    float: left;
    /*margin-left:70px;*/
}
.contact .zxly .zx_form01 {
    float: left;
    margin: 20px 20px 30px 0;
    width: 193px;
    height: 40px;
}
.contact .zxly .zx_form01>input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f3f3f3;
    border: 0;
    padding-left: 10px;
    width: 187px;
    height: 40px;
    outline: none;
    margin-top: 10px;
}
.titnr {
    line-height: 40px;
}
.contact .zxly textarea {
    float: left;
    width: 610px;
    height: 80px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 0;
    padding-left: 10px;
    padding-top: 10px;
    outline: none;
    color: #777;
    font-size: 14px;
    font-family: "微软雅黑";
}
.zxly button {
    background: #fa9401;
    border: none;
    padding: 14px 95px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
/*友情链接css*/

.yqlj {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #999;
    background-color: #1f1f1f;
    padding: 30px 0;
    border-bottom: 1px solid #4c4c4c;
}
.yqlj a {
    color: #999;
    font-size: 14px;
    margin: 15px;
}
.yqlj a:hover {
    color: #076ce0;
}
/*底部css*/

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1f1f1f;
    border-bottom: 1px solid #4c4c4c;
}
.link_a {
    /*float: left;*/
    /*    width: 68%;*/
    position: relative;
}
.link_a .item {
    /* width: 20%;*/
    float: left;
    padding-right: 90px;
    margin-right: 90px;
    text-align: center;
    border-right: 1px solid #3c3c3c;
}
.link_a .item h5 {
    margin-bottom: 14px;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
}
.link_a .item a {
    line-height: 2;
    color: #999;
    display: inline-block;
}
.link_a .item a:hover {
    color: #076ce0;
}
.qr_f {
    float: right;
    width: 180px;
    height: 170px;
    position: relative;
    margin-top: 5px;
    text-align: center;
    /*    margin-left: 30px;*/
    background: url(../images/ewm_bg.png) no-repeat;
}
.qr_img {
    width: 135px;
    height: 135px;
}
.qr_img img {
    width: 100%;
    height: 100%;
    padding: 20px;
}
.contact_f {
    float: right;
    width: 275px;
}
.cont_f {
    text-align: right;
}
.cont_f .tel_text {
    color: #eee;
    margin-bottom: 10px;
    vertical-align: middle;
}
.cont_f p {
    margin-bottom: 12px;
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
}
.copyRight {
    background: #1f1f1f;
    color: #b2b2b2;
    padding: 18px 0;
}
/*******内页*******/

/*定位*/

.main {
    background: #f7f7f7;
    padding: 40px 0;
}
.path {
    border-bottom: 1px solid #ccc;
    line-height: 68px;
}
.path p {
    display: inline;
    font-size: 14px;
}
.path p a:hover {
    color: #076ce0;
}
.sidebar {
    width: 258px;
}
.side-tit {
    background: #076ce0;
    color: #fff;
    font-size: 26px;
    padding: 23px 0 23px 20px;
    border-bottom: 1px solid #fff;
}
.side-tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.sidelist {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background: #fff;
}
.sidelist li {
    border-bottom: 1px solid #e6e6e6;
    line-height: 53px;
}
.sidelist li a {
    font-size: 16px;
    background: url(../images/sidelibg.png) no-repeat 36px center;
    padding-left: 56px;
}
.sidelist li:hover a {
    background: url(../images/sidelihoverbg.png) no-repeat 36px center;
    padding-left: 56px;
    color: #076ce0;
}
.sidelist li.current a {
    background: url(../images/sidelihoverbg.png) no-repeat 36px center;
    padding-left: 56px;
    color: #076ce0;
}
.side-con {
    background: #076ce0;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.side-tit2 {
    font-size: 16px;
}
.side-tit2 span {
    width: 4px;
    height: 20px;
    background: #fff;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 10px;
}
.side-con p {
    line-height: 170%;
    margin-top: 6px;
}
.mainbox {
    width: 850px;
    background: #fff;
    padding: 20px 30px;
}
.mainbox .p {
    padding-top: 20px;
    font-size: 14px;
}
.mainbox .p p {
    line-height: 210%;
    color: #666;
}
.mainbox .cont {
    margin: 30px 0;
}
.mainbox .cont .block {
    overflow: hidden;
    padding: 50px 0;
}
.mainbox .cont .block div {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #666;
    width: 33%;
    float: left;
}
.mainbox .cont .block div img {
    margin-bottom: -18px;
    margin-right: 10px;
}
.main_txt {
    line-height: 210%;
    font-size: 16px;
    color: #666;
}
.main_txt h1 {
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    color: #222;
}
.main_txt .daodu {
    color: #999;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.main_txt .p {
    padding: 10px 0px;
}
.main_txt .p p {
    line-height: 230%;
    font-size: 15px;
}
.main_txt .sxp {
    border-top: 1px solid #c5c5b9;
    margin-top: 10px;
    line-height: 32px;
    padding: 5px 0;
    position: relative;
    min-height: 40px;
}
.main_txt .sxp a {
    font-size: 15px;
    color: #0f954a;
}
.main_txt .sxp .btn-back {
    width: 117px;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: center;
    background: #0f954a;
}
.main_txt .sxp .btn-back a {
    color: #fff;
}
/*产品*/

/*.product-list{width:1200px;margin:30px auto;}*/

.product-list li {
    width: 230px;
    height: 160px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.product-list li img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.product-list li figure {
    height: 300px;
    display: block;
    line-height: normal;
    overflow: hidden;
    position: relative;
    border: 1px solid #ececec;
}
.product-list li figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 424ms linear;
}
.product-list li figcaption {
    display: block;
    color: #5d5d5d;
    font-size: 16px;
    line-height: normal;
    margin-top: 14px;
    transition: 350ms;
    text-align: center;
}
.product-box .product-down {
    float: left;
}
.product-list li figure mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(15, 149, 74, .2);
    background: #0f954a\9;
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.product-list li figure mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
.product-list li figure mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #0f954a;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.product-list li figure mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #0f954a;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}
.product-list li figure mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #0f954a;
    border-right: 3px solid #0f954a;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.product-list li figure mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #0f954a;
    border-bottom: 3px solid #0f954a;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.product-list li:hover figure mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}
.product-list li:hover figure mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
.product-list li:hover figure mark:after {
    width: 100%;
    transition: 330ms 200ms;
}
.product-list li:hover figure img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.product-list li:hover figure mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.product-list li:hover figure mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.product-list li:hover figcaption {
    color: #076ce0;
}
.product-list li:hover a img {
    opacity: 0.9;
}
/*新闻资讯*/

.newslist2 {
    margin-bottom: 40px;
    overflow: hidden;
}
.newslist2 li {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.newslist2 li .img {
    width: 260px;
    height: 170px;
    float: left;
    margin-right: 15px;
}
.newslist2 li .img img {
    width: 260px;
    height: 170px;
    border-radius: 4px;
}
.newslist2 li .news {
    position: relative;
    width: 570px;
    height: 140px;
    float: right;
    padding-top: 30px;
}
.newslist2 li .news h1 {
    font-size: 16px;
    font-weight: 600;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist2 li .news .time {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    color: #666;
}
.newslist2 li .news p {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newslist2 li:hover h1 {
    color: #076ce0;
}
.newslist2 li:hover .time {
    color: #076ce0;
}
.newslist2 li:hover .img img {
    opacity: 0.8;
}
/*企业招聘*/

.qyzp {
    background: #fff;
    padding: 20px;
}
.qyzp ul {
    overflow: hidden;
}
.qyzp li {
    width: auto;
    float: none;
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 0;
    line-height: 50px;
    height: 50px;
    position: relative;
    background: url(../images/youshi_s.png) no-repeat left center;
    padding-left: 16px;
}
.qyzp li h5 {
    font-weight: normal;
    margin-bottom: 15px;
}
.qyzp li h5 a{font-size: 14px; color: #666;}
.qyzp li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}
.fenye {
    text-align: center;
}
#pagelist, #espcms_bbs_pagelist {
    color: #818181
}
.pagination {
    font-family: '微软雅黑', 'Microsoft YaHei UI', 'Microsoft YaHei', arial, helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 12px;
    margin: 0px;
}
/*按钮色彩样式*/

.pagination a {
    border: #009644 1px solid;
    color: #ce0000;
    text-decoration: none;
    overflow: hidden;
    padding: 6px;
    margin: 0px 0px 0px 5px;
}
.pagination a:visited {
    text-decoration: none;
    overflow: hidden;
}
.pagination a:active {
    text-decoration: none;
    overflow: hidden;
}
.pagination a:hover {
    color: #fff;
    background-color: #009644;
    overflow: hidden;
}
.pagination span.current {
    border: #009644 1px solid;
    color: #fff;
    overflow: hidden;
    padding: 6px;
    margin: 0px 0px 0px 5px;
}
.pagination span.disabled {
    background-color: #009644;
}
/*页码*/

.yema {
    overflow: hidden;
    text-align: center;
    margin-left: 200px;
}
.yema>li {
    float: left;
    margin: 0 10px;
}
.yema>li>a {
    height: 35px;
    display: block;
    background: #f5f5f5;
    padding: 6px 14px;
    box-sizing: border-box;
}
.yema>li>a>img {
    margin: 5px 0;
}
.yema>li.active a {
    background: #076ce0;
    color: #fff;
}
.mn-box {
    margin-bottom: 15px;
}
.content-title {
    margin-bottom: 20px;
    text-align: center;
}
.content-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.content-title p {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    padding: 15px 0;
    background: #f5f5f5;
}
.content-title p span {
    padding: 0 10px;
    display: inline-block;
    color: #999;
}
.content-body {
    line-height: 2.1;
}
.content-body p {
    color: #888;
}
.content-body img {
    max-width: 100% !important;
    height: auto !important;
}
.content-exp {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #f5f5f5;
    margin-top: 20px;
    border-radius: 5px;
}
.content-exp li {
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-exp li a {
    color: #666;
}
.content-exp li a:hover {
    color: #017dc5;
}