@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}


/*清除内外边距*/

a:focus {
    -moz-outline-style: none;
}


/*IE不支持*/

a:focus {
    outline: none;
}


/*很多网站都会加的属性*/

body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

html {
    overflow-y: scroll;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/


/*清除float BEGIN*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}


/*清除float END*/


/*init END*/


/*banner BEGIN*/

.cg_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/*子页banner高度*/

.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
    display: block;
    height: 100px;
}


/*首页banner高度*/

.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
    display: block;
    height: 680px;
}

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
}


/*li按钮*/

.cg_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

.cg_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 100%;
    text-align: center;
}

.cg_banner .hd ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 2px;
    width: 30px;
    height: 8px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    line-height: 8px;
    color: #fff;
}

.cg_banner .hd ul li.on {
    background: #f00;
    color: #f00;
}


/*前/后按钮代码*/

.cg_banner .prev,
.cg_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.cg_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cg_banner .prev:hover,
.cg_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}


/*banner END*/


/*上下篇 BEGIN*/

.sub_updown_hei {
    height: 26px;
    line-height: 26px;
}

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    border-top: 1px solid #ddd;
    overflow: hidden;
    font-size: 14px;
    padding: 4px 0;
    width: 100%;
    text-align: center;
}

.sub_updown div {
    float: left;
    width: 49%;
    overflow: hidden;
    margin: 6px 0px;
    height: 26px;
    line-height: 26px;
}

.sub_updown div a {
    text-align: left;
    display: block;
    color: #666;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
}

.sub_updown div a[href]:hover {
    color: #0c8ac7;
}

.sub_updown div.sub_updown_up {
    background: url(../images/xishu.png) no-repeat right center;
}

.sub_updown span {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 26px;
    line-height: 26px;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    border-top: 8px solid #f6f6f6;
    padding: 20px 0;
    font-weight: bold;
}

.ql_fenye a,
.ql_fenye span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0px 3px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: url(../images/fenye.png) no-repeat left center;
    color: #666;
}

.ql_fenye a[href]:hover {
    color: #fff;
    background-position: right center;
}

.ql_fenye span {
    color: #fff;
    background-position: right center;
}


/*选中需要全部important一下*/


/*分页 END*/


/*百度地图*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

a[href] * {
    cursor: pointer;
}


/*此文件放置共用函数、变量等*/


/* 手机rem单位字号，与js保持一致 */


/* 兼容IE7 透明度写法 */


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* 公用类 */

body {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    font-family: "微软雅黑";
}


/* 清楚浮动 */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

.hxq_gaba {
    display: inline-block;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/bah_10.png) no-repeat left center;
}

.hxq_w1920 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.hxq_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.hxq_w1003 {
    width: 1003px;
    margin: 0 auto;
}


/* CSS Document */


/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/

body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
    white-space: normal;
    word-break: break-word;
}

.cg_fs {
    font-family: "宋体";
}

.cg_l {
    float: left;
}

.cg_r {
    float: right;
}


/*width*/

.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
    margin: 0 auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}

.w1216 {
    width: 1216px;
}

.w1280 {
    width: 1280px;
}


/*height*/

.cg_height5 {
    height: 5px;
}

.cg_height10 {
    height: 10px;
}

.cg_height15 {
    height: 15px;
}

.cg_height20 {
    height: 20px;
}

.cg_height25 {
    height: 25px;
}

.cg_height30 {
    height: 30px;
}

.cg_height35 {
    height: 35px;
}

.cg_height40 {
    height: 40px;
}

.cg_height45 {
    height: 45px;
}

.cg_height50 {
    height: 50px;
}

.cg_height55 {
    height: 55px;
}

.cg_height60 {
    height: 60px;
}

.cg_height65 {
    height: 65px;
}

.cg_height70 {
    height: 70px;
}

.cg_height75 {
    height: 75px;
}

.cg_height80 {
    height: 80px;
}

.cg_height85 {
    height: 85px;
}

.cg_height90 {
    height: 90px;
}

.cg_height95 {
    height: 95px;
}

.cg_height100 {
    height: 100px;
}

.cg_height105 {
    height: 105px;
}

.cg_height110 {
    height: 110px;
}

.cg_height115 {
    height: 115px;
}

.cg_height120 {
    height: 120px;
}

.cg_height125 {
    height: 125px;
}

.cg_height130 {
    height: 130px;
}

.cg_height135 {
    height: 135px;
}

.cg_height140 {
    height: 140px;
}

.cg_height145 {
    height: 145px;
}

.cg_height150 {
    height: 150px;
}


/*margin*/

.cg_margin_rightno {
    margin-right: 0 !important;
}

.cg_margin_topno {
    margin-top: 0 !important;
}

.cg_margin_bottomno {
    margin-bottom: 0 !important;
}

.cg_margin_leftno {
    margin-left: 0 !important;
}


/*padding*/

.cg_padding_leftno {
    padding-left: 0 !important;
}

.cg_padding_rightno {
    padding-right: 0 !important;
}

.cg_padding_topno {
    padding-top: 0 !important;
}

.cg_padding_bottomno {
    padding-bottom: 0 !important;
}


/*border*/

.cg_border_topno {
    border-top: none !important;
}

.cg_border_leftno {
    border-left: none !important;
}

.cg_border_rightno {
    border-right: none !important;
}

.cg_border_bottomno {
    border-bottom: none !important;
}


/*关键字样式*/

.ql_subpag_about a {
    font-weight: bold;
    color: #000;
}

.ql_subpag_about a:hover {
    color: #666;
}

.qgl_mgaba {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/gaba.png) no-repeat left center;
}


/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/


/*BEGIN*/

.c_header {
    /* padding: 20px 0 0; */
    position: relative;
    z-index: 99;
    background: #fff;
    height: 120px;
}

.c_header>.w1400 {
    position: relative;
    height: 100%;
}

.c_header.on {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
}

.c_header .c_logo {
    float: left;
    margin-top: 15px;
}

.c_header .c_logo img {
    display: block;
}

.c_header .c_topright {
    float: right;
    /* overflow: hidden; */
    width: 80%;
    height: 100%;
}


/* .c_header .c_topright .topup {
    overflow: hidden;
} */

.c_header .c_topright .topup .topsearch {
    display: none;
    right: 19%;
    background: url(../images/topsearch.png) no-repeat;
    width: 257px;
    height: 31px;
    margin-top: 30px;
}

.c_header .c_topright .topup .topsearch a {
    float: right;
    width: 42px;
    height: 31px;
    background: url(../images/fangda.png) no-repeat center;
}

.c_header .c_topright .topup .topsearch a:hover {
    background-image: url(../images/fangda1.png);
}

.c_header .c_topright .topup .topsearch div {
    margin-right: 50px;
    padding-left: 12px;
}

.c_header .c_topright .topup .topsearch div input {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #999;
}

.c_header .c_topright .topup .c_toplink {
    float: left;
    width: 42%;
    text-align: center;
    margin-top: 5px;
    border: 1px solid #e3e3e5;
    position: relative;
}

.c_header .c_topright .topup .c_toplink::after {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fdfdfd;
    width: 5px;
    height: 10px;
    /*background: url(../images/ylz.png) no-repeat center;*/
    background-size: 100% 100%;
    transform: rotate(270deg);
}

.c_header .c_topright .topup .c_toplink a {
    font-size: 14px;
    color: #757575;
    display: inline-block;
    padding-left: 30px;
    margin-right: 10px;
}

.c_header .c_topright .topup .c_toplink a:nth-child(1) {
    background: url(../images/eng.png) no-repeat left center;
}

.c_header .c_topright .topup .c_toplink a:nth-child(2) {
    background: url(../images/fre.png) no-repeat left center;
}

.c_header .c_topright .topup .c_toplink a:hover {
    color: #0c8ac7;
}

.c_header .c_topright .topup .c_toplink span {
    color: #e9e9e9;
    padding: 0 15px;
}

.c_header .c_topright .c_topnav {
    width: 72%;
    float: left;
    height: 100%;
}

.c_header .c_topright .topup {
    width: 28%;
    height: 100px;
    float: right;
    margin-top: 42px;
    position: relative;
}

.top_xxx {
    float: right;
    width: 50%;
    margin-top: 10px;
}

.yx_nr {
    display: none;
}

.tel_nr {
    display: none;
}

.yx:hover {
    cursor: pointer;
}

.yx_s,
.tel_s,
.ss_s {
    position: absolute;
}

.yx_s {
    left: 60%;
}

.tel_s {
    right: 21%;
}

.ss_s {
    right: 10%;
}

.top_xxx .tel:hover {
    cursor: pointer;
}

.yx_s:hover {
    width: 40%;
    right: 11.15%;
}

.yx_s:hover .yx_nr {
    display: block;
}

.yx_s a {
    margin-top: 10px;
}

.tel_s:hover .tel_nr {
    display: block;
    margin-top: 10px;
}

.tel_s:hover {
    right: 3%;
}

.ss_s:hover .ss {
    position: absolute;
    right: 0%;
}

.ss_s:hover .topsearch {
    display: block !important;
    margin-top: 10px;
}

.c_header .c_topright .c_topnav li {
    float: left;
    margin-right: 50px;
}

.c_header .c_topright .c_topnav li:last-child {
    margin-right: 30px;
}

.c_header .c_topright .c_topnav li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    height: 120px;
    line-height: 120px;
    font-weight: bold;
}

.c_header .c_topright .c_topnav li em {
    display: none;
}

.c_header .c_topright .c_topnav li:hover a {
    color: #0c8ac7;
}

.c_header .c_topright .c_topnav li:hover .c_submenu {
    display: block;
}

.c_header .c_topright .c_topnav li.on a {
    color: #0c8ac7;
}

.c_header .c_topright .c_topnav li .c_submenu {
    position: absolute;
    background: url(../images/bantou.png);
    padding: 15px 0;
    display: none;
    z-index: 999;
}

.c_header .c_topright .c_topnav li .c_submenu .c_ty {
    float: left;
}

.c_header .c_topright .c_topnav li .c_submenu .sublist {
    overflow: hidden;
}

.c_header .c_topright .c_topnav li .c_submenu .sublist a {
    line-height: 24px;
    padding: 6px 15px;
    height: auto;
    color: #333;
    font-weight: normal;
    display: block;
}

.c_header .c_topright .c_topnav li .c_submenu .sublist a:hover {
    color: #0c8ac7;
}

.c_header .c_topright .c_topnav li .c_submenu .sublist a.on {
    color: #0c8ac7;
}

.c_header .c_list {
    position: absolute;
    width: 20px;
    bottom: 4px;
    left: 12px;
    display: none;
}

.c_header .c_list img {
    display: block;
    width: 100%;
    height: auto;
}

.c_footer {
    background: #252626;
    color: #bababa;
    padding: 40px 0 0;
}

.c_footer a {
    color: #bababa;
}

.c_footer a:hover {
    color: #eee;
}

.c_footer .c_boterwei {
    float: right;
    margin-right: 205px;
}

.c_footer strong.biaot {
    display: block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: arial;
    padding-bottom: 20px;
}

.c_footer .c_lxbot {
    width: 53%;
    line-height: 24px;
    float: left;
    font-size: 14px;
}

.c_botlx {
    width: 70%;
}

.db_tb {
    float: right;
    width: 35% !important;
    margin-left: 50px;
}

.db_tb a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c8ac7;
    width: 200px;
    height: 44px;
    margin-bottom: 20px;
}

.db_tb a:hover {
    opacity: .5;
}

.db_tb a img {
    width: 28px;
    height: 28px;
}

.db_tb a h2 {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}

.c_botlx {
    overflow: hidden;
}

.c_footer .c_botdi {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    background: #1b1d1f;
    margin-top: 30px;
    padding: 10px 0;
}

.c_footer .c_botdi a {
    color: #fff;
    font-size: 14px;
}

.c_footer .c_botdi a:hover {
    color: #ccc;
}

.c_footer .c_botdi .c_botlink {
    float: right;
    overflow: hidden;
}

.c_footer .c_botdi .c_botlink .jil1 {
    width: 19px;
    height: 19px;
}

.c_footer .c_botdi .c_botlink a {
    float: left;
    background: url(../images/ionf.png) no-repeat;
    margin: 3px 0 0 10px;
}

.c_footer .c_botdi .c_botlink a.jil1 {
    background-position: left top;
}

.c_footer .c_botdi .c_botlink a.jil1:hover {
    background-position: left bottom;
}

.c_footer .c_botdi .c_botlink a.jil2 {
    background-position: right top;
}

.c_footer .c_botdi .c_botlink a.jil2:hover {
    background-position: right bottom;
}

.c_footer .c_youlink {
    overflow: hidden;
    padding: 30px 0 0;
}

.c_footer .c_youlink ul {
    overflow: hidden;
}

.c_footer .c_youlink ul li {
    float: left;
    margin-right: 25px;
}

.c_footer .c_youlink ul li a {
    display: block;
}

.c_footer .c_youlink ul li em {
    position: absolute;
    background: #000;
    height: 62px;
    width: 10%;
    display: block;
}

.c_footer .c_youlink ul li img {
    display: block;
    border: 1px solid #252626;
}

.c_footer .c_youlink ul li img:hover {
    border-color: #0c8ac7;
}

.smallbanner {
    overflow: hidden;
    position: relative;
    display: none;
}

.smallbanner img {
    display: block;
    width: 100%;
    height: auto;
}

.c_floor1 {
    padding: 40px 0 0;
}

.c_floor1 h2 {
    font-size: 48px;
    line-height: 1.4;
    text-align: center;
    font-family: arial;
    text-transform: uppercase;
}

.c_floor1 h2 a {
    color: #333;
}

.c_floor1 h2 a:hover {
    color: #016A4A;
}

.c_floor1 .c_prodes {
    text-align: center;
    font-size: 14;
    color: #666;
    text-transform: uppercase;
    width: 930px;
    margin: 0 auto;
    line-height: 22px;
}

.c_indextab {
    width: 1216px;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
}

.c_indextab .hdd {
    text-align: center;
}

.c_indextab .hdd h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    max-width: 195px;
    padding: 0 20px;
    vertical-align: top;
}

.c_indextab .hdd h2 img {
    display: block;
    width: 85px;
    height: auto;
    margin: 0 auto;
}

.c_indextab .hdd h2.on a {
    color: #016A4A;
}

.porlist {
    overflow: hidden;
}

.porlist .bd {
    padding: 30px 0 20px;
    min-height: 541px;
}

.porlist .bd ul {
    padding: 20px 0 !important;
}

.porlist .bd li {
    float: left;
    width: 278px;
    border: 1px solid #fff;
    margin: 0 12px;
    text-align: center;
}

.porlist .bd li a {
    display: block;
}

.porlist .bd li a.tyf {
    position: relative;
}

.porlist .bd li a.tyf img:first-child {
    height: 278px;
}

.porlist .bd li img {
    display: block;
    width: 100%;
    height: auto;
}

.porlist .bd li img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.porlist .bd li img.c_fenxx {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    display: none;
}

.porlist .bd li:hover {
    border-color: #eee;
    -webkit-box-shadow: 0 0 12px #eee;
    -moz-box-shadow: 0 0 12px #eee;
    box-shadow: 0 0 12px #eee;
}

.porlist .bd li .des {
    padding: 25px 0 15px;
    border-top: 1px solid #e5e5e5;
}

.porlist .bd li h3 {
    font-size: 18px;
    padding: 0 15px;
}

.porlist .bd li h3 a {
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.porlist .bd li .c_more {
    display: inline-block;
    text-transform: uppercase;
    color: #0c8ac7;
    font-size: 14px;
    margin-top: 8px;
}

.porlist .bd li .c_more span {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    height: 28px;
    padding: 0 12px;
}

.porlist .bd li .c_more img {
    width: 27px;
    display: none;
    vertical-align: top;
}

.porlist .bd li:hover .tyf .c_fenxx {
    display: block;
}

.porlist .bd li:hover .des {
    background: #0c8ac7;
    border-color: #0c8ac7;
}

.porlist .bd li:hover .des h3 a {
    color: #fff;
}

.porlist .bd li:hover .des .c_more {
    color: #fff;
}

.porlist .bd li:hover .des .c_more span {
    background: #212121;
    display: inline-block;
}

.porlist .bd li:hover .des .c_more img {
    display: inline-block;
}

.porlist .hd ul {
    text-align: center;
}

.porlist .hd ul li {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
    background: url(../images/dian.png) no-repeat right center;
    margin: 0 5px;
    cursor: pointer;
}

.porlist .hd ul li.on {
    background-position: left center;
}

.c_floor2 {
    background: #0c8ac7;
    padding: 50px 0;
}

.c_floor2 h2 {
    font-size: 48px;
    line-height: 1.4;
    text-align: center;
    font-family: arial;
    text-transform: uppercase;
}

.c_floor2 h2 a {
    color: #fff;
}

.c_floor2 h2 a:hover {
    color: #016A4A;
}

.c_floor2 .c_prodes {
    text-align: center;
    font-size: 14;
    color: #fff;
    text-transform: uppercase;
    width: 930px;
    margin: 0 auto;
    line-height: 22px;
}

.c_fuwu {
    text-align: center;
    padding: 40px 0 0;
}

.c_fuwu div {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}

.c_fuwu div a {
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.c_fuwu div a:hover {
    color: #ecc347;
    font-weight: bold;
}

.c_fuwu div a.yuan {
    width: 143px;
    height: 143px;
    margin: 0 auto;
    background: url(../images/huabian.jpg) no-repeat center / 100% 100%;
    position: relative;
}

.c_fuwu div a.yuan:hover {
    background-image: url(../images/yuand.png);
}

.c_fuwu div a.yuan em {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    background-position: center;
    background-repeat: no-repeat;
}

.c_fuwu div a.yuan em.ff1 {
    background-image: url(../images/fw1.png);
}

.c_fuwu div a.yuan em.ff2 {
    background-image: url(../images/fw2.png);
}

.c_fuwu div a.yuan em.ff3 {
    background-image: url(../images/fw3.png);
}

.c_fuwu div a.yuan em.ff4 {
    background-image: url(../images/fw4.png);
}

.c_fuwu div a.yuan em.ff5 {
    background-image: url(../images/fw5.png);
}

.c_fuwu div a.yuan em.ff6 {
    background-image: url(../images/fw6.png);
}

.c_fuwu div h2 {
    font-weight: normal;
    font-size: 16px;
    padding-top: 30px;
}

.c_banner {
    position: relative;
    height: 175px;
    width: 100%;
    overflow: hidden;
}

.c_banner img {
    display: block;
    width: 1920px;
    height: 352px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: -85px;
}

.c_position {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e3e3e3;
}

.c_position a {
    color: #666;
    text-transform: uppercase;
}

.c_position a:hover {
    color: #ecc347;
}

.c_position span {
    padding-left: 30px;
    background: url(../images/weizhi.png) no-repeat left center;
}

.c_sublist {
    text-align: center;
    padding: 30px 0;
}

.c_sublist h2 {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    max-width: 220px;
    padding: 0 10px;
    vertical-align: top;
}

.c_sublist h2 img {
    display: block;
    width: 85px;
    margin: 0 auto;
}

.c_sublist h2 a {
    display: block;
    color: #333;
    text-transform: uppercase;
    height: 120px;
}

.c_sublist h2:hover a {
    color: #0c8ac7;
}

.c_sublist h2.on a {
    color: #0c8ac7;
}

.c_sublist .hd {
    height: 1px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.c_sublist .hd a {
    position: absolute;
    width: 24px;
    height: 33px;
    background: url(../images/jiatou.png) no-repeat;
    top: 30px;
}

.c_sublist .hd a.next {
    background-position: right top;
    right: 0;
}

.c_sublist .hd a.next:hover {
    background-position: right bottom;
}

.c_sublist .hd a.prev {
    background-position: left top;
    left: 0;
}

.c_sublist .hd a.prev:hover {
    background-position: left bottom;
}

.c_pagecont {
    /* width: 67%; */
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding: 0 0 30px;
    min-height: 500px;
    overflow: hidden;
}

.c_news {
    min-height: 500px;
}

.c_tousi {
    overflow: hidden;
}

.c_tousi ul {
    overflow: hidden;
    width: 1260px;
}

.c_tousi ul li {
    float: left;
    width: 290px;
    margin: 15px 10px 0 0;
    border: 1px solid #f6f6f6;
}

.c_tousi ul li a {
    display: block;
}

.c_tousi ul li img {
    display: block;
    width: 100%;
    height: 164px;
}

.c_tousi ul li img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.c_tousi ul li h3 {
    font-size: 18px;
}

.c_tousi ul li h3 a {
    color: #333;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
}

.c_tousi ul li h3 a:hover {
    color: #0c8ac7;
}

.c_tousi ul li .c_des {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: arial;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.c_tousi ul li .c_date {
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #151922;
    margin: 20px auto 0;
}

.c_tousi ul li:hover .c_date {
    background: #0c8ac7;
}

.c_newslist {
    padding: 20px 0;
    margin-top: 20px;
}

.c_newslist li {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
}

.c_newslist li span {
    float: right;
    font-size: 14px;
    /* color: #999; */
}

.c_newslist li h3 {
    font-size: 16px;
    font-weight: normal;
    margin-right: 100px;
}

.c_newslist li h3 a {
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.c_newslist li h3 a em {
    color: #999;
}

.c_newslist li h3:hover a {
    color: #0c8ac7;
    font-weight: bold;
}

.c_newslist li h3:hover a em {
    color: #0c8ac7;
}

.c_tiei {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    line-height: 30px;
}

.c_textinfo {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    margin-top: 15px;
}

.c_textinfo a {
    color: #666;
}

.c_textinfo a:hover {
    color: #0c8ac7;
}

.c_textcont {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 20px 0;
    min-height: 250px;
}

.c_xgtj {
    overflow: hidden;
    background: #fbfbfb;
}

.c_xgtj .tuijian {
    float: left;
    background: url(../images/xiangguan.png) no-repeat;
    width: 150px;
    height: 90px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px 0 0 25px;
}

.c_xgtj ul {
    margin-left: 195px;
    overflow: hidden;
    padding-top: 8px;
    padding-right: 15px;
}

.c_xgtj ul li {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}

.c_xgtj ul li span {
    float: right;
    color: #999;
}

.c_xgtj ul li h3 {
    font-size: 14px;
    font-weight: normal;
    margin-right: 100px;
}

.c_xgtj ul li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    padding-left: 26px;
    background: url(../images/link.png) no-repeat left center;
}

.c_xgtj ul li h3 a:hover {
    color: #0c8ac7;
    font-weight: bold;
}

.c_contact {
    padding: 40px 0;
}

.c_lxwm {
    float: left;
    width: 578px;
}

.c_lxwm .lxlogo {
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    margin-bottom: 20px;
}

.c_lxwm .c_lxfs {
    padding: 20px 35px;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 0 15px #fafafa;
    -moz-box-shadow: 0 0 15px #fafafa;
    box-shadow: 0 0 15px #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 425px;
}

.c_lxwm .c_map {
    width: 100%;
    height: 190px;
    margin-top: 15px;
}

.c_message {
    width: 600px;
    float: right;
}

.c_message .c_metit {
    padding: 0 35px 0 85px;
    background: url(../images/bianji.png) no-repeat 35px center;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 0 15px #fafafa;
    -moz-box-shadow: 0 0 15px #fafafa;
    box-shadow: 0 0 15px #fafafa;
    font-size: 24px;
    color: #333;
    height: 90px;
    line-height: 90px;
    border-bottom: 3px solid #0c8ac7;
    font-weight: bold;
}

.c_message .c_form {
    padding: 0 35px 15px;
    margin-top: 10px;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 0 15px #fafafa;
    -moz-box-shadow: 0 0 15px #fafafa;
    box-shadow: 0 0 15px #fafafa;
}

.c_inputk {
    overflow: hidden;
    margin-top: 16px;
}

.c_inputk span {
    /* float: left;
    width: 88px; */
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    /* text-align: right; */
    line-height: 42px;
}

.c_inputk div {
    /* margin-left: 110px; */
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
}

.c_inputk div input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #c6c6c6;
    text-transform: uppercase;
}

.c_textarea {
    overflow: hidden;
    margin-top: 16px;
}

.c_textarea span {
    /* float: left; */
    width: 88px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-align: right;
    line-height: 42px;
}

.c_textarea div {
    /* margin-left: 110px; */
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.c_textarea div textarea {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 22px;
    color: #c6c6c6;
    text-transform: uppercase;
    resize: none;
}

.c_yzm {
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}

.c_yzm span {
    /* float: left; */
    width: 88px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-align: right;
    line-height: 42px;
}

.c_yzm div {
    /* margin-left: 22px; */
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    /* float: left; */
}

.c_yzm div input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #c6c6c6;
    text-transform: uppercase;
}

.c_yzm img {
    position: absolute;
    bottom: 0;
    right: 0;
    float: left;
    margin-left: 15px;
    height: 40px;
    width: 120px;
    border: 1px solid #F6F6F6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.anjin {
    overflow: hidden;
    margin-left: 110px;
    margin-top: 16px;
}

.anjin a {
    float: left;
    width: 150px;
    text-align: center;
    color: #fff;
    background: #0c8ac7;
    font-size: 14px;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
}

.anjin a:hover {
    background: #ebc347;
}

.lytit {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    height: 64px;
    line-height: 64px;
    background: #f2f2f2;
    border-top: 5px solid #0c8ac7;
    font-weight: bold;
}

.c_liulist {
    overflow: hidden;
}

.c_liulist li {
    overflow: hidden;
    padding: 22px 0;
    border-bottom: 1px solid #dadada;
}

.c_liulist li img.toux {
    float: left;
    width: 60px;
    height: 60px;
}

.c_liulist li .c_hua {
    margin-left: 78px;
}

.c_liulist li .c_hua .lyr {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 34px;
}

.c_liulist li .c_hua .detrea {
    color: #9f9f9f;
    font-size: 14px;
}

.c_liulist li .c_hua .c_wenti {
    margin-top: 10px;
}

.c_liulist li .c_hua .c_huida {
    padding: 6px 15px;
    background: #f6f6f6;
    margin-top: 12px;
}

.c_liulist li .c_hua .c_huida strong {
    color: #0c8ac7;
    text-transform: uppercase;
}

.c_product {
    overflow: hidden;
}

.c_product ul {
    padding: 0 0 20px 0;
}

.c_product li {
    float: left;
    width: 250px;
    height: 353px;
    border: 1px solid #fff;
    margin: 0 20px 0 0;
    text-align: center;
}

.c_product li:nth-child(3n+3) {
    margin-right: 0;
}

.c_product li a {
    display: block;
}

.c_product li a.tyf {
    position: relative;
}

.c_product li a.tyf .f_img {
    height: 250px;
}

.c_product li img {
    display: block;
    width: 100%;
    height: auto;
}

.c_product li img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.c_product li img.c_fenxx {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    display: none;
}

.c_product li:hover {
    border-color: #eee;
    -webkit-box-shadow: 0 0 12px #eee;
    -moz-box-shadow: 0 0 12px #eee;
    box-shadow: 0 0 12px #eee;
}

.c_product li .des {
    padding: 25px 0 15px;
    border-top: 1px solid #e5e5e5;
}

.c_product li h3 {
    font-size: 18px;
    padding: 0 15px;
}

.c_product li h3 a {
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 下面这句用来控制行数 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c_product li .c_more {
    display: inline-block;
    text-transform: uppercase;
    color: #0c8ac7;
    font-size: 14px;
    margin-top: 8px;
}

.c_product li .c_more span {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    height: 28px;
    padding: 0 12px;
}

.c_product li .c_more img {
    width: 27px;
    display: none;
    vertical-align: top;
}

.c_product li:hover .tyf .c_fenxx {
    display: block;
}

.c_product li:hover .des {
    background: #0c8ac7;
    border-color: #0c8ac7;
}

.c_product li:hover .des h3 a {
    color: #fff;
}

.c_product li:hover .des .c_more {
    color: #fff;
}

.c_product li:hover .des .c_more span {
    background: #212121;
    display: inline-block;
}

.c_product li:hover .des .c_more img {
    display: inline-block;
}

.c_dt {
    float: left;
    width: 426px;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0 0 15px #f4f4f4;
    -moz-box-shadow: 0 0 15px #f4f4f4;
    box-shadow: 0 0 15px #f4f4f4;
}

.c_dt img {
    display: block;
    width: 100%;
}

.c_textright {
    width: 700px;
    padding-right: 15px;
    height: 530px;
    overflow: hidden;
    float: right;
}

.c_textright .c_jitit {
    background: url(../images/jiange.png) no-repeat left bottom;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    padding-bottom: 20px;
}

.c_textright .c_teixcont {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 10px 0;
}

.c_shangxia {
    float: left;
    width: 426px;
    text-align: center;
    padding: 32px 0 0;
}

.c_shangxia a {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.c_shangxia a img {
    vertical-align: middle;
    border: 1px solid #edc755;
}

.c_shangxia a em {
    display: inline-block;
    width: 24px;
    height: 33px;
    background: url(../images/jiatou.png) no-repeat;
    top: 30px;
    vertical-align: middle;
}

.c_shangxia a em.next {
    background-position: right top;
    right: 0;
}

.c_shangxia a em.prev {
    background-position: left top;
    left: 0;
}

.c_shangxia a[href]:hover img {
    border-color: #0c8ac7;
}

.c_shangxia a[href]:hover em.next {
    background-position: right bottom;
}

.c_shangxia a[href]:hover em.prev {
    background-position: left bottom;
}

.c_fenxiang {
    width: 715px;
    float: right;
    padding-top: 32px;
}

.c_fenxiang .fentit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.c_tiwen {
    padding: 30px 0 40px;
}

.c_tij {
    overflow: hidden;
}

.c_tij span {
    float: left;
    font-size: 14px;
    color: #333;
    width: 138px;
    text-align: right;
    line-height: 42px;
}

.c_tij div {
    margin-left: 150px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
}

.c_tij div textarea {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    resize: none;
}

.c_yzmf {
    overflow: hidden;
    margin-top: 16px;
}

.c_yzmf span {
    float: left;
    font-size: 14px;
    color: #333;
    width: 138px;
    text-align: right;
    line-height: 42px;
}

.c_yzmf div {
    margin-left: 12px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    height: 40px;
    float: left;
    width: 290px;
}

.c_yzmf div input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    resize: none;
}

.c_yzmf img {
    float: left;
    height: 40px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 140px;
    margin-left: 20px;
    cursor: pointer;
}

.c_yzmf em {
    float: left;
    padding: 0 20px;
    line-height: 42px;
    cursor: pointer;
    font-size: 16px;
}

.c_yzmf em:hover {
    color: #0c8ac7;
}

.c_yzmf a {
    float: left;
    width: 160px;
    text-align: center;
    color: #fff;
    background: #0c8ac7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}

.c_yzmf a:hover {
    background: #FF8800;
}

.duihua {
    overflow: hidden;
}

.duihua li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #afafaf;
}

.duihua li .jsi {
    margin-left: 50px;
}

.duihua li .tis {
    overflow: hidden;
}

.duihua li .tis em {
    float: left;
    width: 26px;
    height: 26;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #0c8ac7;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.duihua li .isje {
    overflow: hidden;
    margin-top: 15px;
}

.duihua li .isje em {
    float: left;
    width: 26px;
    height: 26;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #ebc347;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.c_download {
    overflow: hidden;
}

.c_download li {
    overflow: hidden;
    padding: 22px 0;
    border-bottom: 1px solid #efefef;
}

.c_download li .c_more {
    float: right;
    width: 114px;
    height: 24px;
    line-height: 24px;
    color: #0c8ac7;
    font-size: 12px;
    border: 1px solid #0c8ac7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}

.c_download li .c_more:hover {
    color: #fff;
    background: #ebc347;
    border-color: #ebc347;
}

.c_download li h3 {
    font-size: 16px;
    font-weight: normal;
    margin-right: 100px;
    height: 26px;
    line-height: 26px;
    margin-right: 130px;
}

.c_download li h3 a {
    color: #333;
    white-space: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.c_download li h3 a em {
    color: #999;
}

.c_download li h3 a:hover {
    color: #ebc347;
    font-weight: bold;
}

.c_download li h3 a:hover em {
    color: #0c8ac7;
}

.daoyuan {
    overflow: hidden;
    text-align: center;
    padding: 20px 0 0;
    display: none;
}

.daoyuan span {
    display: inline-block;
    width: 39px;
    height: 39px;
    vertical-align: middle;
    background: url(../images/jiaotuf.png) no-repeat right center;
}

.daoyuan span:hover {
    background-position: left center;
}

.daoyuan em {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    height: 190px;
    background: url(../images/shabitu.png) no-repeat;
    margin: 0 9px;
}

.daoyuan em.c_dayuan1 {
    background-position: left top;
}

.daoyuan em.c_dayuan1:hover {
    background-position: left bottom;
}

.daoyuan em.c_dayuan2 {
    background-position: 25% top;
}

.daoyuan em.c_dayuan2:hover {
    background-position: 25% bottom;
}

.daoyuan em.c_dayuan3 {
    background-position: 50% top;
}

.daoyuan em.c_dayuan3:hover {
    background-position: 50% bottom;
}

.daoyuan em.c_dayuan4 {
    background-position: 75% top;
}

.daoyuan em.c_dayuan4:hover {
    background-position: 75% bottom;
}

.daoyuan em.c_dayuan5 {
    background-position: right top;
}

.daoyuan em.c_dayuan5:hover {
    background-position: right bottom;
}

.c_partner {
    overflow: hidden;
}

.c_parlist {
    overflow: hidden;
    width: 1280px;
    padding-bottom: 30px;
    min-height: 400px;
}

.c_parlist li {
    float: left;
    margin: 20px 28px 0 0;
    text-align: center;
}

.c_parlist li img {
    display: block;
    border: 1px solid #d7d7d7;
    width: 100%;
    height: auto;
}

.c_parlist li h3 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
}

.c_vidoes {
    overflow: hidden;
}

.c_videolist {
    overflow: hidden;
    min-height: 400px;
    padding-bottom: 30px;
}

.c_videolist li {
    float: left;
    width: 380px;
    position: relative;
    padding-bottom: 65px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 14px #f3f3f3;
    margin: 20px 9px 0;
    cursor: pointer;
}

.c_videolist li img {
    width: 100%;
    height: 230px;
    display: block;
}

.c_videolist li img.bof {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -20px;
    display: none;
}

.c_videolist li:hover img.bof {
    display: block;
}

.c_videolist li .c_des {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.c_videolist li:hover .c_des {
    padding: 30px 0;
    background: url(../images/nongji.jpg) right bottom;
}

.c_videolist li .c_des h3 {
    height: 65px;
    line-height: 65px;
    font-weight: normal;
    font-size: 18px;
    padding: 0 45px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/youjinag.png) no-repeat 340px center;
}

.c_videolist li:hover .c_des h3 {
    background: none;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
}

.c_videolist li .c_des em {
    width: 120px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 19px;
    height: 34px;
    line-height: 34px;
    margin: 15px auto 0;
    display: none;
}

.c_videolist li:hover .c_des em {
    display: block;
}

.c_zhe {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/baout.png);
    z-index: 990;
    display: none;
}

.toaun {
    position: fixed;
    top: 60px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    z-index: 992;
    display: none;
}

.toaun .c_shipn {
    position: relative;
    width: 100%;
    padding-bottom: 61%;
}

.toaun .c_shipn img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.toaun .c_shipn iframe {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.c_hit {
    height: 65px;
    background: #fff;
    line-height: 65px;
    overflow: hidden;
}

.c_hit a {
    float: right;
    width: 65px;
    text-align: center;
    font-size: 40px;
    font-family: "宋体";
    color: #fff;
    background: #0c8ac7;
}

.c_hit a:hover {
    background: #ecc347;
}

.c_hit h1 {
    font-size: 18px;
    color: #333;
    padding: 0 20px;
    margin-right: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dies {
    background: url(../images/bantou.png);
    padding: 15px;
    overflow: hidden;
}

.dies a.closse {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #333;
}

.dies a.closse:hover {
    color: #ecc347;
}

.dies .c_wnzi {
    background: #fff;
    height: 120px;
    overflow-y: auto;
    padding: 20px;
}

.dies .c_wzjii {
    height: 120px;
    overflow-y: auto;
}

.c_zuotu {
    float: left;
    width: 430px;
}

.c_youzi {
    float: right;
    width: 720px;
    position: relative;
}

.c_youzi h1 {
    font-weight: normal;
    color: #fff;
    background: #0c8ac7;
    padding: 15px 100% 15px 75px;
    width: 630px;
    position: relative;
    font-family: arial;
    font-size: 30px;
}

.c_youzi h1 em {
    position: absolute;
    left: 0;
    top: 0;
    border-left: 28px solid #fff;
    border-bottom: 28px solid #fff;
    border-right: 28px solid transparent;
    border-top: 28px solid transparent;
    display: block;
}

.c_youzi h1 i {
    height: 100%;
    background: #fff;
    position: absolute;
    display: block;
    left: 0;
    top: 56px;
    width: 56px;
}

.c_fubt {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    font-family: arial;
    padding: 25px 0 15px 0;
    margin-left: 65px;
    border-bottom: 1px solid #ddd;
}

.c_desdde {
    font-family: arial;
    padding: 10px 0 0 65px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.c_lanzi {
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    color: #333;
    padding: 40px 0 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.c_desxxt {
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    font-family: arial;
    line-height: 30px;
}

.c_desxxt img {
    max-width: 100%;
}

.c_gundong {
    background: url(../images/midback.jpg) center;
    margin: 30px 0 0;
    padding: 20px 0 40px;
}

.listtit {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.c_jitjis {
    overflow: hidden;
}

.c_jitjis li {
    float: left;
    width: 280px;
    margin: 0 26px 0 0;
    position: relative;
}

.c_jitjis li a {
    display: block;
}

.c_jitjis li img {
    display: block;
    width: 100%;
    height: auto;
}

.c_jitjis li img.bigimg {
    width: 600px;
    height: 600px;
    display: none;
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: 999;
}

.c_jitjis li:active img.bigimg {
    display: block;
}

.c_jitjis li a:hover .bgimg img {
    display: block;
    width: 100%;
    height: auto;
}

.c_situf .hd {
    height: 50px;
    position: relative;
}

.c_situf .hd a {
    display: block;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-family: "宋体";
    color: #fff;
    background: #222;
    position: absolute;
    top: 210px;
}

.c_situf .hd a:hover {
    background: #0c8ac7;
}

.c_situf .hd a.next {
    right: -50px;
}

.c_situf .hd a.prev {
    left: -50px;
}

.c_situf .bd {
    overflow: hidden;
    width: 1200px;
}

.c_situf .bd h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: center;
}

.c_situf .bd h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.c_situf .bd h3 a:hover {
    color: #000;
}

.texjita {
    overflow: hidden;
    margin: 20px 0;
}

.texjita textarea {
    padding: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: none;
    outline: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    height: 180px;
    display: block;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #fff;
}

.c_jinpute {
    width: 570px;
}

.c_jinpute span {
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

.c_jinpute div {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
}

.c_jinpute div input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
    text-transform: uppercase;
}

.boaodn a {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #0c8ac7;
    border-radius: 4px;
    margin: 20px 0 0;
    height: 50px;
    line-height: 50px;
}

.boaodn a:hover {
    background: #f80;
}

.c_myd {
    padding: 15px 0;
    background: url(../images/midback.jpg) center;
}


/* box */

.box {
    width: 430px;
    margin: 0 auto;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tb-pic a img {
    vertical-align: middle;
}

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-thumb {
    margin: 10px 0 0;
    overflow: hidden;
}

.tb-thumb li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 62px;
    margin: 0 4px;
    overflow: hidden;
    padding: 1px;
}

.tb-s310,
.tb-s310 a {
    height: 430px;
    width: 430px;
}

.tb-s310,
.tb-s310 img {
    max-height: 430px;
    max-width: 430px;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-s40 a {
    *font-size: 35px;
}

.tb-s40,
.tb-s40 a {
    height: 60px;
    width: 60px;
}

.tb-s40 img {
    width: 100%
}

.tb-booth {
    border: 1px solid #CDCDCD;
    position: relative;
    z-index: 1;
}

.tb-thumb .tb-selected div {
    border-color: #C30008;
}

.tb-thumb .tb-selected div img {
    width: 100%;
    height: 60px;
}

.tb-thumb li div {
    border: 1px solid #CDCDCD;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.c_qie {
    margin: 15px auto 0;
    width: 360px;
    position: relative;
}

.c_qie>a {
    display: block;
    width: 22px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #111;
    top: 16px;
    color: #fff;
    position: absolute;
    font-family: "宋体";
}

.c_qie>a.next {
    right: -30px;
}

.c_qie>a.prev {
    left: -30px;
}

.c_fnxji {
    position: fixed;
    width: 46px;
    right: 10px;
    bottom: 300px;
    z-index: 990;
}

.c_fnxji a {
    display: block;
    height: 36px;
    margin: 1px 0 0;
    background: #0c8ac7;
    color: #fff;
    line-height: 36px;
    text-align: center;
    padding: 5px;
}

.c_fnxji a img {
    display: block;
    width: 100%;
    height: auto;
}


/* .c_fnxji a:hover{background: #f90;} */


/*END*/


/****************************************************/


/*BEGIN*/

@media screen and (max-width: 1200px) {
    .w1200 {
        width: auto;
        padding: 0 12px;
    }
    .w1400 {
        width: auto;
        padding: 0 12px;
    }
    .c_header {
        padding: 10px 0 0;
    }
    .c_header .c_logo {
        margin-top: 2px;
        margin-bottom: -40px;
        width: 100px;
    }
    .c_header .c_logo img {
        width: 100%;
        height: auto;
    }
    /* .c_header .c_topright {
        float: none;
    } */
    .c_header .c_topright .c_topnav {
        text-align: center;
    }
    .c_header .c_topright .c_topnav li {
        float: none;
        display: inline-block;
        margin: 0 20px;
    }
    .c_header .c_topright .c_topnav li em {
        position: absolute;
        width: 13%;
        height: 62px;
        display: block;
        margin-top: -62px;
    }
    .c_header .c_topright .c_topnav li:hover .c_submenu {
        display: none;
    }
    .c_footer {
        padding: 20px 0 0;
    }
    .c_footer .c_boterwei {
        display: none;
    }
    .c_footer .c_botdi .c_botlink {
        display: none;
    }
    /* .c_footer .c_youlink {
        display: none;
    } */
    .smallbanner {
        display: block;
    }
    .cg_banner {
        display: none !important;
    }
    .c_floor1 {
        padding: 30px 0 0;
    }
    .c_floor1 h2 {
        font-size: 28px;
    }
    .c_floor1 .c_prodes {
        width: auto;
        padding: 0 20px;
    }
    .c_indextab {
        width: auto;
        padding: 30px 0;
    }
    .c_indextab .hdd {
        overflow: hidden;
    }
    .c_indextab .hdd h2 {
        font-size: 14px;
        display: block;
        float: left;
        margin: 0;
        width: 20%;
    }
    .porlist .bd {
        overflow: hidden;
    }
    .porlist .bd ul {
        overflow: hidden;
        padding: 0 !important;
    }
    .porlist .bd li {
        width: 31.33%;
        margin: 0 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .porlist .hd {
        display: none;
    }
    .c_floor2 {
        padding: 30px 0;
    }
    .c_floor2 h2 {
        font-size: 28px;
    }
    .c_floor2 .c_prodes {
        width: auto;
        padding: 0 20px;
    }
    .c_fuwu {
        padding: 40px 0 0;
    }
    .c_fuwu div {
        margin: 30px 20px 0;
    }
    .c_fuwu div h2 {
        padding-top: 10px;
    }
    .c_sublist {
        display: none;
    }
    .c_tousi ul {
        width: auto;
    }
    .c_tousi ul li {
        width: 48%;
        margin: 15px 1% 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .c_newslist {
        padding: 20px 20px;
        margin-top: 0;
    }
    .c_contact {
        padding: 0 0 20px;
    }
    .c_lxwm {
        float: none;
        width: auto;
    }
    .c_lxwm .c_lxfs {
        padding: 15px 15px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .c_lxwm .c_map {
        width: auto;
        margin: 10px 15px 0;
    }
    .c_message {
        width: auto;
        float: none;
    }
    .c_message .c_metit {
        padding: 0 15px 0 65px;
        background: url(../images/bianji.png) no-repeat 15px center;
        height: 60px;
        line-height: 60px;
        margin: 30px 15px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .c_message .c_form {
        padding: 0 15px 15px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .c_product ul {
        width: auto;
    }
    .c_product li {
        float: left;
        width: 46%;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px 2% 0;
    }
    .c_dt {
        float: none;
        width: 40%;
        margin: 30px auto 0;
    }
    .c_dt img {
        height: auto;
    }
    .c_textright {
        width: auto;
        padding-right: 0;
        height: auto;
        float: none;
        margin-top: 30px;
    }
    .c_shangxia {
        float: none;
        width: auto;
    }
    .c_fenxiang {
        width: auto;
        float: none;
    }
    .c_tiwen {
        padding: 30px 10px 40px;
    }
    .c_yzmf {
        overflow: hidden;
        margin-top: 16px;
    }
    .c_yzmf em {
        padding: 0 10px;
        font-size: 14px;
    }
    .c_yzmf a {
        margin: 20px 0 0 150px;
        clear: both;
    }
    .c_about {
        padding: 30px 0;
    }
    .c_parlist {
        width: auto;
    }
    .c_parlist li {
        width: 23%;
        margin: 15px 1% 0;
    }
    .c_parlist li img {
        box-sizing: border-box;
    }
    .c_parlist li h3 {
        font-size: 16px;
    }
    .c_videolist {
        min-height: 300px;
    }
    .c_videolist li {
        width: 31.33%;
        margin: 20px 1% 0;
        box-sizing: border-box;
    }
    .c_videolist li .c_des h3 {
        background: none;
        padding: 0 10px;
    }
    .toaun {
        position: fixed;
        top: 60px;
        width: 80%;
        left: 10%;
        margin-left: 0;
    }
    .c_hit {
        height: 35px;
        line-height: 35px;
    }
    .c_hit a {
        width: 35px;
        text-align: center;
        font-size: 20px;
        height: 35px;
        line-height: 35px;
    }
    .c_hit h1 {
        font-size: 16px;
        margin-right: 70px;
    }
    .c_zuotu {
        float: none;
        width: 430px;
        margin: 20px auto 0;
    }
    .c_youzi {
        float: none;
        width: auto;
        padding: 20px 0 0;
    }
    .c_youzi h1 {
        font-size: 18px;
        padding: 5px 10px;
        width: auto;
    }
    .c_youzi h1 em {
        display: none;
    }
    .c_youzi h1 i {
        display: none;
    }
    .c_fubt {
        margin-left: 0;
    }
    .c_desdde {
        padding-left: 0;
    }
    .c_desdde iframe {
        max-width: 100%;
    }
    .c_lanzi {
        font-size: 16px;
        padding: 40px 0 10px;
    }
    .c_gundong {
        margin: 10px 0 0;
        padding: 10px 0 20px;
    }
    .listtit {
        font-size: 18px;
        padding: 10px 0;
    }
    .c_jitjis li {
        width: 31.33%;
        margin: 15px 1% 0;
    }
    .c_situf .hd {
        display: none;
    }
    .c_situf .bd {
        width: auto;
        margin: 0 -1%;
    }
    .c_jinpute {
        width: auto;
        float: none !important;
        margin-bottom: 10px;
    }
}


/*END*/


/****************************************************/


/*BEGIN*/

@media screen and (max-width: 750px) {
    .c_header {
        padding: 5px 0 0;
    }
    .c_header .c_logo {
        margin-top: 1px;
    }
    .c_header .c_topright {
        margin-left: 115px;
    }
    .c_header .c_topright .topup .topsearch {
        float: none;
        background: #eee;
        width: auto;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .c_header .c_topright .topup .topsearch a {
        background-color: #0c8ac7;
    }
    .c_header .c_topright .topup .c_toplink {
        float: none;
        padding-right: 0;
        text-align: right;
    }
    .c_header .c_topright .c_topnav {
        position: absolute;
        width: 100%;
        left: 0;
        background: #0c8ac7;
        padding: 10px 0;
        display: none;
        margin-top: 22px;
    }
    .c_header .c_topright .c_topnav li {
        float: none;
        margin: 0;
        display: block;
    }
    .c_header .c_topright .c_topnav li a {
        display: block;
        color: #fff;
        height: 32px;
        line-height: 32px;
    }
    .c_header .c_topright .c_topnav li em {
        margin: -32px;
        height: 32px;
        width: 100%;
    }
    .c_header .c_topright .c_topnav li:hover a {
        color: #f80;
    }
    .c_header .c_topright .c_topnav li.on a {
        color: #f80;
    }
    .c_header .c_topright .c_topnav li .c_submenu {
        background: #01865e;
        -webkit-box-shadow: 0 0 10px #016a4a inset;
        -moz-box-shadow: 0 0 10px #016a4a inset;
        box-shadow: 0 0 10px #016a4a inset;
        padding: 10px;
        width: 100%;
    }
    .c_header .c_topright .c_topnav li .c_submenu .c_ty {
        display: none;
    }
    .c_header .c_topright .c_topnav li .c_submenu .sublist {
        margin-left: 0;
        /* height: 144px; */
        overflow-y: auto;
    }
    .c_header .c_topright .c_topnav li .c_submenu .sublist a {
        float: none;
        display: block;
        margin-right: 0;
        text-align: left;
        color: #fff;
    }
    .c_header .c_topright .c_topnav li .c_submenu .sublist a:hover {
        color: #f80;
    }
    .c_header .c_topright .c_topnav li .c_submenu .sublist a.on {
        color: #f80;
    }
    .c_header .c_list {
        display: block;
    }
    .c_floor1 h2 {
        font-size: 18px;
    }
    .c_floor1 .c_prodes {
        padding: 0 10px;
    }
    .c_product {
        margin-top: 20px;
    }
    .c_indextab {
        width: auto;
        padding: 10px 0;
        border-top: 3px double #ddd;
        margin-top: 20px;
    }
    .c_indextab .hdd {
        overflow: hidden;
    }
    .c_textright .c_teixcont img {
        max-width: 100%;
    }
    .c_indextab .hdd h2 {
        width: 50%;
        padding: 10px 0;
    }
    .c_indextab .hdd h2 img {
        display: none;
    }
    .c_indextab .hdd h2.on {
        background: #016A4A;
    }
    .c_indextab .hdd h2.on a {
        color: #fff;
    }
    .porlist .bd li {
        width: 48%;
        margin: 0 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .porlist .bd li .des {
        padding: 10px 0;
    }
    .porlist .bd li h3 {
        font-size: 14px;
        padding: 0 10px;
    }
    .porlist .bd li .c_more {
        display: none;
    }
    .c_floor2 {
        padding: 30px 0;
    }
    .c_floor2 h2 {
        font-size: 18px;
    }
    .c_floor2 .c_prodes {
        padding: 0 10px;
    }
    .c_fnxji {
        display: none;
    }
    .c_fuwu {
        padding: 10px 0 0;
        overflow: hidden;
    }
    .c_fuwu div {
        margin: 20px 1% 0;
        width: 31.33%;
        float: left;
    }
    .c_fuwu div h2 {
        padding-top: 10px;
        font-size: 14px;
        height: 38px;
    }
    .c_fuwu div a.yuan {
        width: 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .c_banner {
        height: auto;
        padding-bottom: 36%;
    }
    .c_banner img {
        width: 200%;
        left: -50%;
        top: 0;
        margin: 0;
        height: auto;
    }
    .c_position {
        display: none;
    }
    .c_tousi ul li h3 {
        font-size: 16px;
    }
    .c_tousi ul li h3 a {
        line-height: 30px;
        height: 30px;
    }
    .c_tousi ul li .c_date {
        margin-top: 10px;
    }
    .c_newslist li {
        line-height: 30px;
        height: 30px;
    }
    .c_message .c_metit {
        height: 50px;
        line-height: 50px;
        background-position: left center;
        padding-left: 45px;
    }
    .c_inputk {
        overflow: hidden;
        margin-top: 10px;
    }
    .c_textarea {
        overflow: hidden;
        margin-top: 10px;
    }
    .c_yzm {
        overflow: hidden;
        margin-top: 10px;
    }
    .c_yzm div {
        float: none;
    }
    .c_yzm img {
        float: none;
        display: block;
        margin-left: 110px;
        /* margin-top: 10px; */
    }
    .anjin {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
    .anjin a {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 110px;
    }
    .lytit {
        font-size: 18px;
        height: 44px;
        line-height: 44px;
    }
    .c_liulist li img.toux {
        width: 40px;
        height: 40px;
    }
    .c_liulist li .c_hua {
        margin-left: 58px;
    }
    .c_liulist li .c_hua .lyr {
        font-size: 16px;
        line-height: 24px;
    }
    .c_product li {
        width: 48%;
        margin: 0 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .c_product li .des {
        padding: 10px 0;
    }
    .c_product li h3 {
        font-size: 14px;
        padding: 0 10px;
    }
    .c_product li .c_more {
        display: none;
    }
    .c_dt {
        width: 70%;
    }
    .c_dt img {
        height: auto;
    }
    .c_textright .c_jitit {
        font-size: 18px;
    }
    .c_shangxia a img {
        width: 50px;
        height: auto;
    }
    .c_fenxiang {
        width: auto;
        float: none;
    }
    .c_tij span {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
    }
    .c_tij div {
        margin-left: 0;
    }
    .c_yzmf span {
        float: none;
        display: block;
        text-align: left;
    }
    .c_yzmf div {
        margin-left: 0;
        border: 1px solid #cfcfcf;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0 15px;
        height: 40px;
        float: left;
        width: 290px;
    }
    .c_yzmf div input {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 22px;
        font-size: 14px;
        color: #999;
        resize: none;
    }
    .c_yzmf img {
        float: left;
        margin-top: 16px;
        margin-left: 0;
        clear: both;
    }
    .c_yzmf em {
        margin-top: 16px;
    }
    .c_yzmf a {
        margin-left: 0;
    }
    .daoyuan em {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 100px;
        background-size: auto 220%;
        margin: 0 9px;
    }
    .c_parlist li {
        width: 48%;
        margin: 15px 1% 0;
    }
    .c_parlist li h3 {
        font-size: 14px;
    }
    .c_videolist li {
        width: 48%;
        margin: 15px 1% 0;
        padding-bottom: 36px;
    }
    .c_videolist li:hover .c_des {
        padding: 0;
    }
    .c_videolist li .c_des h3 {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 15px;
        background: none;
    }
    .c_videolist li:hover .c_des h3 {
        line-height: 36px;
        height: 36px;
        color: #fff;
    }
    .c_videolist li:hover .c_des em {
        display: none;
    }
    .c_jitjis li {
        width: 48%;
        margin: 15px 1% 0;
    }
    .c_zuotu {
        width: auto;
    }
    /* box */
    .box {
        width: 100%;
    }
    .tb-thumb li {
        height: 62px;
        width: 18%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .tb-s310 {
        display: table;
        width: 100%;
        position: relative;
        overflow: hidden;
        height: auto;
    }
    .tb-s310 a {
        height: 100%;
        display: table-cell;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .tb-s310 img {
        max-height: none;
        max-width: none;
        width: 100%;
        height: auto;
    }
    .tb-s40,
    .tb-s40 a {
        height: 60px;
        width: auto;
    }
    div.zoomDiv {
        display: none !important;
    }
    .tb-s40,
    .tb-s40 a {
        width: 100%;
        box-sizing: border-box;
    }
    .c_qie {
        margin: 15px auto 0;
        width: 80%;
    }
    .c_qie .tempWrap {
        margin: 0 auto;
    }
    .c_qie>a {
        display: block;
        width: 22px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        background: #111;
        top: 16px;
        color: #fff;
        position: absolute;
        font-family: "宋体";
    }
    .c_qie>a.next {
        right: -30px;
    }
    .c_qie>a.prev {
        left: -30px;
    }
    .moduleOne {
        width: 100%;
    }
    .moduleOne li {
        width: 100% !important;
        display: block !important;
    }
    #okki-chat-widget-iframe {
        right: 10px !important;
    }
    .moduleThree .t_js {
        float: inherit !important;
        width: 100% !important;
    }
}


/*END*/


/* image-slider */

.image-slider {
    width: 1178px;
    height: 316px;
    margin: 0 auto;
    background: url(../images/bg.png) no-repeat;
    padding: 14px 16px 0px 16px;
    position: relative;
}

.image-slider-back,
.image-slider-forward {
    float: left;
    width: 23px;
    height: 98px;
    color: White;
    position: relative;
    top: 100px;
    cursor: pointer;
}

.image-slider-back {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: left;
}

.image-slider-forward {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right;
}

.image-slider-contents {
    width: 1132px;
    height: 316px;
    float: left;
    position: relative;
    overflow: hidden;
}

.image-slider-contents .contents-wrapper {
    position: absolute;
    padding-top: 18px;
    left: 0;
}

.image-slider-contents .outer {
    background-color: #fff;
    float: left;
    width: 260px;
    height: 310px;
    margin: 0px 12px;
    cursor: pointer;
    position: relative;
}

.spic {
    width: 260px;
    height: 310px;
    text-align: center;
    color: #333;
    float: left;
}

.image-slider-contents img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
}

.spic a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.thumbnail-active {
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.thumbnail-inactive {
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}

.preview {
    position: absolute;
    width: 620px;
    height: auto;
    background-color: White;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: solid 1px black;
    z-index: 9999;
}

.preview .img-large {
    width: 500px;
    z-index: 1000;
    margin: 0 auto;
}

.preview .img-large .left {
    position: absolute;
    left: 8px;
    top: 240px;
    width: 16px;
    height: 24px;
    z-index: 1000;
    background: url(../images/arrow-left.png);
    cursor: pointer;
}

.preview .img-large .right {
    position: absolute;
    left: 626px;
    top: 240px;
    z-index: 1000;
    width: 16px;
    height: 24px;
    background: url(../images/arrow-right.png);
    cursor: pointer;
}

.preview .close {
    position: absolute;
    left: 434px;
    top: -16px;
    width: 32px;
    height: 34px;
    background: url(../images/close.png);
    float: right;
    cursor: pointer;
    z-index: 2000;
}

.preview .img-large img {
    width: 500px;
    height: 500px;
}

.preview .label {
    width: 644px;
    line-height: 30px;
    float: left;
    position: absolute;
    bottom: 16px;
    left: 0;
    padding: 8px;
    background-color: White;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .image-slider {
        width: 92%;
    }
    .image-slider-contents {
        width: 276px;
    }
    .image-slider-contents .outer {
        width: 276px;
        margin: 0px;
    }
    .spic {
        width: 276px;
    }
    .image-slider-contents img {
        width: 100%;
    }
    .preview {
        display: none;
    }
    .c_textcont {
        margin-top: 20px;
    }
}