@font-face {
    font-family: 'gotham-Book';
    src: url('font/gotham-book-webfont.eot');
    /* IE9*/
    src: url('font/gotham-book-webfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('font/gotham-book-webfont.woff') format('woff'),
        /* chrome、firefox */
        url('font/gotham-Book.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'billboard-regular';
    src: url('font/billboard-regular.eot');
    /* IE9*/
    src: url('font/billboard-regular.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('font/billboard-regular.woff') format('woff'),
        /* chrome、firefox */
        url('font/billboard-regular.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'Helvetica';
    src: url('font/helveticaneueltpro-thex');
    /* IE9*/
    src: url('font/helveticaneueltpro-thex') format('embedded-opentype'),
        /* IE6-IE8 */
        url('font/helveticaneueltpro-thex.woff') format('woff'),
        /* chrome、firefox */
        url('font/helveticaneueltpro-thex.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'MyriadPro';
    src: url('font/myriadproregular.eot');
    /* IE9*/
    src: url('font/myriadproregular.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('font/myriadproregular.woff') format('woff'),
        /* chrome、firefox */
        url('font/myriadproregular.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'gotham-medium-webfont';
    src: url('font/gotham-medium-webfont.eot');
    /* IE9*/
    src: url('font/gotham-medium-webfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('font/gotham-medium-webfont.woff') format('woff'),
        /* chrome、firefox */
        url('font/gotham-medium-webfont.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'iconfont';
    src: url('font/iconfont.eot');
    /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('font/iconfont.woff') format('woff'),
        /* chrome、firefox */
        url('font/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}


/*全局*/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #666;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:active {
    background-color: #ddd;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.wrap {
    width: 100%;
    clear: both;
}

.pronav li:hover .down {
    display: block;
    background-color: #eee;
}

.pronav li .down a {
    padding: 0 15px;
}

.pronav li:hover .down a {
    display: block;
    color: #949494;
    background-color: #eee;
}

.pronav li:hover .down a:hover {
    color: #fff;
    background-color: #09aacf;
}

.pronav li .down {
    position: absolute;
    min-width: 135px;
    text-align: center;
    height: auto;
    left: 0;
    top: 35px;
    background-color: #fff;
    z-index: 999;
    display: none;
    margin-left: -15px;
    float: left;
}

/*//*/
.main {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
}

body {
    overflow-x: hidden;
    margin-top: 90px;
    color: #222;
    font-size: 14px;
    background: #fff;
    font-family: arial, "微软雅黑", "microsoft yahei";
    min-width: 1240px;
    background: #fff;
}

body img {
    border: none;
    max-width: 100%;
}

body a {
    text-decoration: none;
    color: #111;
}

body ul,
body ol {
    list-style: none;
}

body input {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.rel {
    position: relative;
}

.mask_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background: #000;
    opacity: 0;
    -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

@-o-keyframes maskShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

@-ms-keyframes maskShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes maskShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}





/*header*/

.header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header .logo {
    width: 286px;
    height: 68px;
    background: url(logo.png) no-repeat;
    background-size: auto 100%;
    ;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: left;
    margin-top: 10px;
}

.header .logo.b {
    height: 63px;
    margin-top: 5px;
}

.header .nav li i {
    width: 100%;
    height: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    z-index: -1;
    bottom: 0;
    left: 50%;
    background: #0d0d53;
    transform: translateX(-50%);
}

.header .nav li b {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 3px;
    background: #842529;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.header .nav li a {
    transition: all 0.3s;
    display: block;
    color: #666;
}

.header .nav li:hover i,
.header .nav li.on i {
    height: 100%;
}

.header .nav li:hover b,
.header .nav li.on b {
    width: 100%;
}

.header .nav li:hover a,
.header .nav li.on a {
    color: #fff;
}

.header .nav {
    float: right;
}

.header .nav li {
    width: 100px;
    height: 90px;
    color: #24211d;
    font-size: 15px;
    line-height: 90px;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}

.header.small {
    height: 30px;
    padding: 20px 0;
}

.header.small .logo img {
    height: 30px;
}

.header.small .nav li {
    line-height: 32px;
}



/*flash*/
#banner {
    width: 100%;
    background: url(load.gif) no-repeat center;
}

.pro-switch {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

.cn_pro-switch {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 720px;
}

.cn_flexslider {
    margin: 0;
    padding: 0;
}

.cn_flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
    width: 100%;
    display: block;
    height: 720px;
}

.cn_flexslider .slides .img {
    width: 100%;
    display: block;
    height: 720px;
}

.cn_flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    zoom: 1;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides li {
    width: 100%;
    display: block;
    height: 300px;
}

.flexslider .slides .img {
    width: 100%;
    display: block;
    height: 300px;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

.slides {
    height: auto;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    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;
}

.cn_flexslider .slides {
    zoom: 1;
}

.flex-direction-nav {}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    margin: -20px 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;
    margin-top: -45px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next,
.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);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
    width: 40px;
}


.p80 {
    padding: 40px 0;
}


.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #666;
}

.container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.container a {
    color: #666;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.title {
    padding: 50px 0 50px 40px;
    position: relative;
}

.title h3 {
    font-size: 24px;
    color: #24211d;
    line-height: 24px;
    margin-bottom: 12px;
}

.title p {
    font-size: 18px;
    line-height: 18px;
    color: #999;
    font-weight: normal;
    font-family: arial;
}

.title i {
    position: absolute;
    left: 0;
    top: 60px;
    display: block;
    width: 28px;
    height: 2px;
    background: #999;
}


.more {
    display: block;
    width: 167px;
    height: 47px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background: #0d0d53;
}

.more span {
    position: relative;
    font-style: normal;
    color: #ffffff !important;
    z-index: 3;
}

.more:before {
    content: "";
    display: block;
    width: 0;
    height: 40px;
    background: #24211d;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: 2;
}

.more:hover:before {
    width: 167px;
}

.more:hover {
    color: #fff;
}



/*首页about*/
.about {
    width: 100%;
   
    padding: 108px 0 125px;
}

.about:after {
    content: "";
    display: block;
    height: 0;
    clear: all;
}

.about_right {
    float: right;
    width: 550px;
    height: 360px;
}

.about_left {
    float: left;
    width: 530px;
}

.about_left .title {
    padding: 35px 0 40px 35px;
}

.about_left .title i {
    top: 48px;
}

.about_left .ab_info {
    padding-left: 40px;
    line-height: 32px;
    color: #999;
}

.about_left .more {
    margin-top: 56px;
    margin-left: 40px;
}



/*首页产品分类*/
.pro {
    background: #f8f8f8;
}

.pro_left {
    float: left;
    height: 278px;
    box-sizing: border-box;
    position: relative;
}

.pro_more {
    display: block;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 38px;
    bottom: 0;
    background-color: #fff;
    background-image: url(../images/pro_more.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.pro_more:hover {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

.pro_list {
    width: 900px;
    float: right;
}

.pro_list ul {
    overflow: hidden;
}

.pro_list ul li {
    float: left;
    width: 180px;
    height: 338px;
    text-align: center;
    position: relative;
}

.pro_list ul li:after {
    content: "";
    display: block;
    width: 180px;
    height: 0;
    background: #fff;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}

.pro_list ul li:hover:after {
    height: 338px;
}

.pro_list ul li a {
    display: block;
    width: 180px;
    height: 338px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 70px;
}

.pro_list ul li .pro_img {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background: #fff;
}

.pro_list ul li .pro_img img {
    width: 100%;
    height: 100%;
}

.pro_list ul li h3 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 34px;
}

.pro_list ul li p {
    font-size: 12px;
    line-height: 24px;
}

/* 首页产品搜索 */
.search {
    background: url(../images/search_bg.jpg) center no-repeat;
    color: #ffffff !important;
}

.search .title h3,
.search .title p {
    color: #FFFFFF;
}

.search .title i {
    background: #ffffff;
}

.bar1 {
    position: relative;
    border-radius: 9px;
    width: 551px;
    height: 58px;
}

.bar1 input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 23px;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 16px;
    background: #ffffff;
}


.bar1 input[type="submit"] {
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    background-image: url(../images/search_img.png);
    background-size: 100%;
    transform: translateY(-50%);
    cursor: pointer;
}


/* 新闻 */
.news {
    width: 100%;
    padding: 0 0 95px 0;
    background-color: #fff;
}

.exnews {
    width: 1200px;
    overflow: hidden;
}

.exnews_list {
    width: 1200px;
}

.exnews_list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.exnews_list li {
    float: left;
    width: 380px;
    height: 270px;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

.exnews_list li:nth-child(3n) {
    margin-right: 0;
    width: 380px;
    height: 270px;
}

.exnews_list li .img {
    width: 380px;
    height: 174px;
    background: url(logo.png) center no-repeat #f8f8f8;
    background-size: 60%;
    overflow: hidden;
}

.exnews_list li .img .news_img {
    width: 380px;
    height: 174px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news_text {
    width: 380px;
    height: 96px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-top: none;
    position: relative;
}

.news_text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0e0e54;
    transition: all 0.4s;
    z-index: 0;
}

.exnews_list li h3 {
    padding: 18px 15px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.exnews_list li span {
    display: block;
    line-height: 34px;
    color: #999;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.exnews_list li:hover .img .news_img {
    transform: scale(1.05);
}

.exnews_list li:hover .news_text {
    border-color: #24211d;
}

.exnews_list li:hover .news_text:after {
    height: 100%;
}

.exnews_list li:hover h3,
.exnews_list li:hover span {
    color: #fff;
}

.news .more {
    float: right;
    margin-top: 10px;
}



.foot:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.foot {
    color: #848484;
    padding: 85px 0;
    height: 470px;
    box-sizing: border-box;
    background: #f8f8f8;
    overflow: hidden;
}

.foot_left {
    float: left;
    width: 600px;
}

.foot_left .foot_logo {
    height: 130px;
    margin-bottom: 45px;
}

.foot_left p {
    line-height: 26px;
    margin-bottom: 10px;
}

.foot_nav {
    clear: both;
    padding-top: 35px;
    line-height: 1;
}

.foot_nav a {
    display: inline-block;
    margin: 0 15px;
    font-size: 15px;
    color: #666;
}

.foot_nav a.on {
    color: #24211d;
}

.foot_nav a:first-child {
    margin-left: 0;
}

.foot_right {
    float: right;
    padding-top: 100px;
}

.qr {
    width: 137px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.qr img {
    border: 1px solid #bdbdbd;
}

.foot_info {
    float: left;
    padding: 22px 30px 0 0;
    text-align: right;
}

.foot_info h3 {
    line-height: 20px;
    font-size: 20px;
    color: #24211d;
    margin-bottom: 12px;
}

.foot_info p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    color: #999;
}

.foot_link {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #24211d;
}

.left {
    color: #fff;
}

.f_right a {
    color: #fff;
}



/*内页 关于我们*/
.about_cen_left {
    text-align: left;
    float: left;
    margin-bottom: 60px;
}

.about_cen_left h3 {
    font-size: 24px;
    color: #0D0D53;
    line-height: 24px;
}

.about_cen_left p {
    line-height: 26px;
    margin-top: 54px;
}

.about_cen_right {
    width: 550px;
    float: right;
    padding-top: 35px;
}

.about_list {
    margin-bottom: 60px;
}

.about_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: calc((100% - 30px)/2);
    height: 220px;
    margin-right: 30px;
    margin-bottom: 10px;
    padding: 35px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.about_list li:nth-child(2n) {
    margin-right: 0;
}

.about_list li h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
}

.about_list li p {
    line-height: 27px;
}

.ab_img {
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
}


.web_f {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content,
.contact {
    width: 1200px;
    line-height: 36px;
    color: #888;
    margin-bottom: 70px;
}

.content img {
    max-width: 100%;
    width: auto;
    vertical-align: top;
    /*margin-bottom: 15px;*/
}

.content p {
    margin-bottom: 5px;
}

.content h3 {
    font-size: 22px;
    color: #24211d;
    font-weight: normal;
}

.copyright {
    line-height: 50px;
    background: #0f0f0f;
    color: #fff;
}

.copyright a {
    line-height: 50px;
    color: #fff;
}



.contact img {
    width: 610px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.contact_right {
    float: right;
    width: 560px;
    padding-top: 30px;
    padding-left: 30px;
    line-height: 40px;
    box-sizing: border-box;
}

.contact_right h3 {
    color: #24211d;
    font-size: 30px;
    font-weight: normal;
}

.contact_right span {
    display: inline-block;
    margin-right: 40px;
}

.contact_right i {
    display: block;
    width: 560px;
    height: 1px;
    background: #e3e3e3;
}

.qr_con_font {
    padding-top: 55px;
    line-height: 30px;
}

.contact_right em {
    display: block;
    margin-bottom: 30px;
}

.contact .qr {
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
}

.contact .qr img {
    width: 120px;
}


.ex_news {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.ex_news ul {
    overflow: hidden;
}

.ex_news ul li {
    clear: both;
    padding: 40px 25px;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    position: relative;
    height: 152px;
    cursor: pointer;
    margin-bottom: 25px;
}

.ex_news ul li .ex_news_img {
    float: left;
    width: 241px;
    height: 152px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-color: #f8f8f8;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li:hover .ex_news_img {
    background-size: 80%;
}

.ex_news ul li .ex_news_img span {
    display: block;
    width: 241px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li:hover .ex_news_img span {
    transform: scale(1.1, 1.1);
}

.ex_news ul li .ex_news_img img {
    width: px;
    height: 152px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li:hover .ex_news_img img {
    transform: scale(1.1, 1.1);
}

.ex_news ul li .ex_news_info {
    float: left;
    width: 600px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: absolute;
    top: 40px;
    left: 320px;
}

.ex_news ul li:hover .ex_news_info {
    left: 350px;
}

.ex_news ul li .ex_news_info a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 18px;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    color: #666;
}

.ex_news ul li:hover .ex_news_info a {
    color: #24211d;
}

.ex_news ul li .ex_news_info p {
    height: 50px;
    line-height: 25px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    overflow: hidden;
    color: #999;
    font-size: 13px;
}

.ex_news ul li .ex_news_date {
    float: right;
    text-align: right;
    width: 100px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 25px;
}

.ex_news ul li .ex_news_date font {
    font-family: "微软雅黑";
    font-size: 32px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    font-weight: normal;
    color: #666;
}

.ex_news ul li .ex_news_date item {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/r_arrow.png) no-repeat center;
    position: absolute;
    bottom: -50px;
    right: 5px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li:hover .ex_news_date item {
    bottom: 60px;
}


/*分页*/
.expage {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-left: 0px;
}

.curr {
    border: 1px solid #CCC;
    color: #CCC;
    display: inline;
    padding: 4px 8px;
}

a.page:visited {
    border: 1px solid #fff;
    text-decoration: none;
    padding: 4px 8px;
}

a.page {
    border: 1px solid #eee;
    text-decoration: none;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    background-color: #24211d;
}

.page {
    padding-top: 40px;
    width: 88px;
    clear: both;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}






.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}

.news_show_content {
    float: right;
    width: 800px;
    overflow: hidden;
    padding: 0 0;
    line-height: 35px;
    color: #555;
    font-size: 13px;
}

.news_show_content h3{padding: 40px 0;}


.nav_links {
    background: url(../images/icon01.png) 20px 15px no-repeat #f8f8f8;
    margin: 50px 0;
    line-height: 45px;
    padding: 0 40px;
}

.nav_links a {
    padding: 0 10px;
    color: #999;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    max-width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_links b {
    color: #999;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

/*新闻内页*/
.news_con {
    width: 360px;
    float: left;
}

.news_con h3 {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.news_con p {
    line-height: 24px;
}

.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}

.news_con p {
    line-height: 24px;
}


/*产品内页*/
.pro_menu_top {
    padding: 0 0 20px;
}

.pro_menu_top:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.pro_menu_top span {
    float: left;
    display: block;
    padding: 10px 20px;
    margin-right: 1px;
    background: #24211d;
    color: #fff;
}

.pro_menu_top a {
    float: left;
    display: block;
    padding: 10px 20px;
    margin-right: 1px;
    position: relative;
    color: #999;
}

.pro_menu_top a:after {
    content: "";
    display: block;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #e7e7e7;
    position: absolute;
    margin-top: -5px;
}

.pro_menu_top a:hover,
.pro_menu_top a.on {
    color: #24211d;
}

.web_prolist {
    overflow: hidden;
    margin-left: -20px;
    width: 1220px;
    min-height: 300px;
    margin-top: 20px;
}

.web_prolist li {
    float: left;
    margin-left: 24px;
    width: 220px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px #eee solid;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li img {
    width: 218px;
    height: 218px;
}

.web_prolist li span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #666;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.web_prolist li:hover {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: 2px 6px 10px #eee;
}

.head_search {
    float: right;
    width: 80px;
    height: 90px;
}

.head_search i {
    display: block;
    height: 100%;
    background-image: url(search_img.png);
    background-size: 20px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.head_search form {
    display: block;
    position: absolute;
    right: 0;
    top: 90px;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: rgba(0, 0, 0, .5);
}

.head_search:hover form {}

.head_search input[type="text"] {
    display: block;
    float: left;
    width: 150px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #eee;
    color: #999;
    padding: 0 10px;
    text-align: left;
}

.head_search input[type="submit"] {
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    background-image: url(search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 37%;
    cursor: pointer;
    background-color: #24211d;
}

.header .head_search:hover form {
    height: 30px;
    padding: 15px 20px;
}


.video_list {
    width: 1200px;
    font-size: 16px;
    overflow: hidden;
}

.video_list li {
    float: left;
    width: 388px;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
}

.video_list li,
.video_list li .img_box,
.video_list li .ex_news_img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.video_list li .ex_news_img {
    width: 388px;
    height: 245px;
    overflow: hidden;
}

.video_list li .img_box {
    width: 388px;
    height: 245px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video_list li .mask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: url(http://shanghailima.com/static/web/css/../img/mask.png) repeat;
    transition: all 0.5s ease 0s;
}

.video_list li span {
    display: block;
    text-align: center;
    color: #333;
    line-height: 40px;
    background: #f8f8f8;
    position: relative;
    z-index: 99;
}

.video_list li b {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: url(http://shanghailima.com/static/web/css/../img/syvi.png) no-repeat center;
    background-size: cover;
    z-index: 999;
}

.video_show {
    width: 1000px;
    height: 680px;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -340px;
    opacity: 0;
    z-index: 10001;
    border-radius: 5px;
    display: none;
    -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }

    to {
        opacity: 1;
        top: 50%;
    }
}

@-o-keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }

    to {
        opacity: 1;
        top: 50%;
    }
}

@-ms-keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }

    to {
        opacity: 1;
        top: 50%;
    }
}

@keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }

    to {
        opacity: 1;
        top: 50%;
    }
}

.video_show i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    background: url(i_closed.png);
}

.video_show .content {
    width: 90%;
    margin: 20px 5%;
}

.video_show .content .show_intro {
    width: 100%;
    text-align: left;
    font-size: 14px;
    height: 500px;
}

.video_show iframe {
    width: 100%;
    height: 500px;
}