/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #3480ce;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*头部样式*/

#header {
    width: 1200px;
    margin: 0 auto;
}

.top {
    position: relative;
}

.logo {
    float: left;
}

.topLink {
    width: 1200px;
    text-align: left;
    position: relative;
    z-index: 9999;
    height: 29px;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 21px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 29px;
    float: right;
    color: #909090;
}

.topLink .k1 a {
    color: #909090;
    font-family: "宋体";
}

.topLink .k2 {
    color: #909090;
    font-size: 14px;
    font-family: "宋体";
}

.topLink .k2 dd {
    float: left;
    margin-left: 34px;
}

.topLink .k2 dt {
    float: left;
    font-weight: 400;
}

#menu {
    height: 32px;
    width: 902px;
    float: right;
    margin-top: 25px;
}

#menu li {
    line-height: 32px;
    height: 32px;
    text-align: center;
    width: 56px;
    float: left;
    position: relative;
    z-index: 999;
    margin-right: 25px;
    margin-left: 42px;
}

#menu li a {
    display: block;
    line-height: 32px;
    color: #909090;
    height: 32px;
    font-size: 14px;
}

#menu li:hover a {
    color: #fcca0f;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #fcca0f;
}

#menu li .drop {}

#menu li:hover .drop {}

#menu li:hover .nodrop {
    height: 37px;
    line-height: 37px;
}

#menu li:hover .dropdown_1column {
    left: 0px;
    top: 38px;
}

.col_1 {
    display: inline;
    float: left;
    position: relative;
    width: 900px;
    height: 200px;
}

.dropdown_1column {
    margin: 0px auto;
    float: left;
    left: -999em;
    position: absolute;
    text-align: left;
    border-top: none;
    background: #fff;
    width: 900px;
    margin-left: -300px;
    margin-top: -4px;
}

#menu li:hover div a {
    font-size: 14px;
    color: #444;
    border: none
}

#menu li:hover div a:hover {
    color: #21910e;
    border: none
}

#menu li ul li {
    font-size: 14px;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    width: 100px;
    height: 200px;
    margin-left: 5px;
    margin-right: 20px;
}

#menu li ul li img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    float: left;
    margin-top: 12px;
    margin-left: 12px;
}

#menu li ul li dt {
    float: left;
    color: #5b5a5a;
    width: 100px;
    text-align: center;
}

#menu li ul li dt a {
    color: #5b5a5a;
}

#menu li ul li dd {
    float: left;
    color: #979695;
    font: 400 12px/18px "宋体";
    width: 100px;
}

#menu .sec {
    height: 0;
    background: #fff;
    color: #5b5a5a;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 43px;
    left: -5px;
    width: 70px;
}

#menu .sec a {
    color: #5b5a5a;
    line-height: 38px;
    display: block;
    text-align: center;
}

#menu .sec a:hover {
    background: none;
    text-decoration: none;
    border: none;
    color: #fcca0f;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: none;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.topLink1 input#s_btn1 {
    width: 27px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: url(../images/ss.png);
    color: #fff;
    border: none;
    cursor: pointer;
}

.topLink1 {
    position: absolute;
    width: 34px;
    line-height: 34px;
    right: 0%;
    top: 30%;
    height: 34px;
    z-index: 999;
}

.search {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 10px 8px 10px;
    width: 300px;
    top: 30px;
    right: 0;
    display: none;
}

#formsearch {
    width: 230px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: none;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #2a368c;
    color: #fff;
    border: none;
    cursor: pointer;
}


/*banner*/

div.wrapper {
    margin: 0 auto;
    position: relative;
    height: 600px;
}

.fn-clear {
    zoom: 1;
}

.box_skitter {
    position: relative;
    background: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
    width: 1920px;
    height: 600px !important;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 100;
    width: 57px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: 200px;
    z-index: 100;
    width: 57px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/ajax-loader.gif) no-repeat left top;
    width: 31px;
    height: 31px;
}

#slideshow {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow-x: hidden;
}

#slideshow ul {
    display: none;
}

#slideshow ul img {
    width: 1920px;
    height: 600px;
}


/*主体样式*/

.banner2 {
    width: 686px;
    margin: 0 auto;
    position: relative;
    height: 450px;
    margin-top: 8px;
}

.banner2 ul.bb2 {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner2 ul.bb2 li {
    position: absolute;
    display: none;
}

.banner2 .num2 {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner2 .num2 li {
    float: left;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    background: #eec400;
    line-height: 16px;
    border-radius: 16px;
}

.banner2 .num2 li.num2_hover {
    background-color: #fff;
}

.banner2 .num2 li.num2_hover a {
    color: #eec400;
}

.banner2 .num2 li a {
    float: left;
    display: inline;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

#focus {
    position: relative;
    width: 1200px;
    height: 348px;
    overflow: hidden;
    background: #fff;
}

#focus ul {
    width: 1200px;
    height: 266px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 1200px;
    height: 348px;
    overflow: hidden;
    position: relative;
}

#focus dd {
    width: 410px;
    height: 266px;
    float: left;
    margin-top: 47px;
    margin-left: 34px;
    border: 1px solid #c9c9c9;
}

#focus dd img {
    width: 410px;
    height: 266px;
    margin-top: -16px;
    margin-left: -14px;
}

#focus dt {
    float: right;
    width: 680px;
    height: 266px;
    margin-right: 30px;
    margin-top: 30px;
}

#focus b {
    width: 680px;
    float: left;
    font-weight: normal;
    color: #4b4b4b;
    font: 400 13px/24px "微软雅黑";
}

#focus h3 {
    width: 680px;
    height: 38px;
    font: 400 20px/38px "微软雅黑";
    float: left;
    color: #333333;
    font-weight: normal;
}

#focus h3 a {
    color: #2d2d2d;
}

#focus h4 {
    width: 130px;
    height: 32px;
    color: #fff;
    background: #f5bb00;
    float: left;
    font: 400 13px/32px "微软雅黑";
    text-align: center;
    margin-top: 63px;
}

#focus span {
    color: #6a6969;
    font: 400 12px/26px "微软雅黑";
    float: left;
    background: url(../images/sz.jpg) no-repeat left 50%;
    padding-left: 27px;
    margin-bottom: 5px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    height: 20px;
    right: 0;
    bottom: 0;
}

#focus .btn {
    position: absolute;
    height: 20px;
    right: 30px;
    bottom: 10px;
    text-align: center;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    height: 20px!important;
    _font-size: 0;
    cursor: pointer;
    background: url(../images/tb2.jpg);
    display: block;
    overflow: hidden;
}

#focus .btn span.on {
    background: url(../images/tb.jpg);
}

#focus .btn span.span_hover {
    background: url(../images/tb.jpg);
}

.cpzs_bj {
    width: 1920px;
    position: relative;
    height: 675px;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bj.jpg);
}

.cpzs_box {
    width: 1200px;
    margin: 0 auto;
    height: 675px;
}

.cpzs_hl {
    width: 1200px;
    height: 76px;
    margin-top: 41px;
}

.cpzs_hl dd {
    color: #f5bb00;
    font-size: 24px;
    letter-spacing: 4px;
    text-indent: 528px;
    margin-top: 10px;
}

.cpzs_hl dt {
    color: #c7c5c5;
    font-size: 14px;
    text-indent: 542px;
}

.cpzs_nr {
    width: 1200px;
}

.tab {
    position: relative;
    width: 1000px;
    margin-top: 26px;
    margin-bottom: 15px;
    margin-left: 200px;
    float: left;
}

.tab li {
    float: left;
    display: block;
    margin-right: 41px;
    text-align: center;
}

.tab li a {
    display: block;
    line-height: 34px;
    color: #b8b8b8;
    font-size: 15px;
    border: 1px solid #b7b7b7;
    height: 34px;
    width: 105px;
    text-align: center;
}

.tab li a:hover {
    text-decoration: none;
}

.tab li a.tab_click {
    color: #eec400;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    height: 34px;
    width: 105px;
    line-height: 34px;
    border: 1px solid #eec400;
}

.about_bj {
    width: 1920px;
    height: 655px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bj2.jpg)
}

.about_box {
    width: 1200px;
    height: 655px;
    margin: 0 auto;
}

.about_hl {
    width: 1200px;
    height: 114px;
    padding-top: 38px;
    margin-bottom: 26px;
}

.about_hl dd {
    color: #f5bb00;
    font-size: 24px;
    letter-spacing: 4px;
    text-indent: 528px;
    margin-top: 10px;
}

.about_hl dt {
    color: #c7c5c5;
    font-size: 14px;
    text-indent: 542px;
}

.about_l {
    width: 686px;
    height: 451px;
}

.about_r {
    width: 485px;
    height: 473px;
    background: url(../images/about_bj.jpg);
}

.about_z {
    width: 228px;
    float: left;
    margin-bottom: 18px;
    margin-right: 28px;
}

.about_z2 {
    width: 228px;
    float: left;
    margin-bottom: 18px;
}

.about_t {
    width: 228px;
    height: 25px;
    border-bottom: 2px solid #f5bb00;
    margin-top: 45px;
}

.about_t dd {
    color: #666666;
    font-size: 14px;
    float: left;
}

.about_t dt a {
    color: #e3c103;
}

.about_t dt {
    color: #e3c103;
    font-size: 14px;
    float: right;
}

.about_c {
    width: 228px;
    color: #333;
    font-size: 12px;
    font-family: "宋体";
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    margin-top: 8px;
}

.about_nr {
    width: 1200px;
}

.news_bj {
    width: 1920px;
    height: 553px;
    margin: 0 auto;
    background: #f1f1f1;
    background: url(../images/bj3.jpg);
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.news_box {
    width: 1200px;
    height: 553px;
    margin: 0 auto;
}

.news_hl {
    width: 1200px;
    height: 113px;
    padding-top: 37px;
    margin-bottom: 31px;
}

.news_hl dd {
    color: #f5bb00;
    font-size: 24px;
    letter-spacing: 4px;
    text-indent: 528px;
    margin-top: 10px;
}

.news_hl dt {
    color: #c7c5c5;
    font-size: 14px;
    text-indent: 542px;
}

.news_nr {
    width: 1200px;
}

.anli_box {
    width: 1200px;
    height: 739px;
    margin: 0 auto;
}

.anli_hl {
    width: 1200px;
    height: 81px;
    background: url(../images/anli.jpg);
    margin-top: 30px;
}

.anli_hl dd {
    color: #f5bb00;
    font-size: 24px;
    letter-spacing: 4px;
    text-indent: 528px;
    padding-top: 10px;
}

.anli_hl dt {
    color: #c7c5c5;
    font-size: 14px;
    text-indent: 542px;
}

.anli_h2 {
    width: 1200px;
    height: 43px;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 12px;
}

.anli_nr {
    width: 1200px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

.product_list {}

.product_list li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
}

.product_list li a.img {}

.product_list li a.img img {
    width: 270px;
    height: 177px;
    border-radius: 15px;
}

.product_list li h3 {
    text-align: center;
    margin-top: 15px;
    background: #f5f5f5;
    border-radius: 15px;
}

.product_list li h3 a {
    font-weight: normal;
}

.product_list li h3:hover {
    background: #eec400;
    color: #fff;
}

.product_list li h3:hover a {
    color: #fff;
}

.product_list li a.img {
    display: block;
}

.product_list li a.img:hover {
    border-color: #e87518;
}

.roll_product {
    float: left;
}

.product_list2 {}

.product_list2 li {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    padding-bottom: 21px;
    _display: inline;
    position: relative;
    margin-bottom: 34px;
}

.right .product_list2 li {
    margin-left: 26px;
    margin-right: 26px;
}

.product_list2 li a.img {}

.product_list2 li a.img img {
    width: 381px;
    height: 247px;
}

.product_list2 li h3 {
    text-align: center;
    position: absolute;
    width: 381px;
    height: 247px;
    display: block;
    top: 0;
    left: 0;
    display: none;
    line-height: 247px;
}

.product_list2 li h3 a {
    font-weight: normal;
    font-family: 'å¾®è½¯é›…é»‘';
    color: #fff;
    font-size: 16px;
}

.product_list2 li a.img {
    display: block;
}

.product_list2 li:hover h3 {
    background: url(../images/cp_bj.png);
    display: block;
    color: #fff;
}

.product_list2 li a.img:hover {
    border-color: #e87518;
}

.product_listt {}

.product_listt li {
    float: left;
    margin-right: 143px;
    padding-bottom: 15px;
    _display: inline;
    background: #fff;
    width: 300px;
    height: 464px;
}

.product_listt li a.img {}

.product_listt li a.img img {
    width: 300px;
    height: 300px;
}

.product_listt li h3 {
    text-align: center;
    border: 1px solid #b7b7b7;
    width: 300px;
    height: 164px;
}

.product_listt li h3 span {
    position: relative;
    height: 44px;
    display: block;
    width: 300px;
}

.product_listt li h3 span a {
    font: 400 15px/44px "å¾®è½¯é›…é»‘";
    color: #201f1f;
    text-align: center;
}

.product_listt li h3 span:after {
    color: #c9c9c9;
    content: "";
    position: absolute;
    bottom: 0;
    left: 133px;
    width: 37px;
    height: 2px;
    background: #c9c9c9;
}

.product_listt li h3 a {
    font-weight: normal;
    font-size: 14px;
}

.product_listt li h3 dd {
    font: 400 12px/19px "Arial";
    color: #808080;
    text-align: left;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 10px;
    height: 77px;
}

.product_listt li h3 dt {
    width: 84px;
    height: 19px;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    font-weight: normal;
    margin-left: 110px;
}

.product_listt li h3 dt a {
    color: #c9c9c9;
    font: 400 12px/19px "Arial";
}

.product_listt li a.img {
    display: block;
}

.product_listt li a.img:hover {
    border-color: #e32433;
}

#demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

#n_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#n_indemo {
    float: left;
    width: 800%
}

#n_demo1 {
    float: left;
}

#n_demo2 {
    float: left;
}


/*底部样式*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 20px;
}


/*页面底部*/

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 238px;
    background: url(../images/foot.jpg);
    overflow: hidden;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.foot {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
}

.foot_logo {
    width: 193px;
    height: 130px;
    float: left;
}

.foot_ewm {
    width: 185px;
    height: 88px;
    float: right;
    margin-right: 55px;
    margin-top: 20px;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 24px;
    width: 605px;
}

.nav_foot2 {
    margin-top: 30px;
    line-height: 66px;
    color: #666;
    float: left;
    font-size: 16px;
}

.copyright {
    text-align: center;
    line-height: 24px;
    color: #727272;
    font-family: "宋体";
    width: 1200px;
}

.foot2 {
    width: 1200px;
    margin: 0 auto;
    height: 108px;
}

.search {
    text-align: left;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

#formsearch {
    float: right;
}

.hotSearch {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}


/*内页左侧样式*/

.container {
    width: 1200px!important;
    margin: 0 auto;
    padding: 0;
}

.page-position a {
    color: #fff;
}

.left {
    width: 225px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.xypg-case-list li {
    width: 300px;
}

.xypg-product-list li {
    width: 293px;
}

.xypg-product-list li .img img {
    width: 271px;
    height: 255px;
}

.relate-product-slick .owl-item .img img {
    width: 213px;
    height: 200px;
}

.xypg-case-list li .img img {
    width: 300px;
    height: 199px;
}

.page-product-inquiry a {
    color: #fff;
}

.page-mob-tool {
    display: none;
}