@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { margin: 0 auto; font-family: arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; color: #333; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; color: #333; }

.clear { clear: both; }

.maln { margin-left: auto !important; }

input, textarea { font-family: arial; font-size: 14px; font-size: 1.4rem; color: #333; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

/**/
[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #EB2D2F !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a:hover { color: #EB2D2F !important; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #EB2D2F !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1418px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; line-height: 30px;text-align: center;}

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-family: Verdana; }

.page a { width: 25px; height: 25px; border-radius: 50%; line-height: 24px; display: inline-block; margin: 0 3px 10px; background-color: #333; color: #fff; }

.page .prev, .page .next { background-color: transparent; width: auto; margin: 0 0 10px; font-size: 12px; font-size: 1.2rem; color: #333; }

.page .prev:hover, .page .next:hover { background-color: transparent !important; color: #EB2D2F !important; }

.page .prev { margin-right: 16px; }

.page .next { margin-left: 18px; }

.page a:hover, .page .page-active { background-color: #EB2D2F !important; color: #FFFFFF !important; }

.fl { float: left; display: inline-block; }

.add-form { float: right; background: url(../images/af-bg.png) no-repeat right center; padding-right: 23px; }

.add-btn { width: 148px; height: 30px; line-height: 24px; text-align: center; border: solid 1px #EB2D2F; background-color: #EB2D2F; color: #FFFFFF; cursor: pointer; font-size: 12px; font-size: 1.2rem; }

.add-btn:hover { background-color: #EB2D2F; color: #FFFFFF; border-color: #EB2D2F; }

@media only screen and (max-width: 767px) { .fl { float: none; }
  .add-btn { font-size: 12px; font-size: 1.2rem; }
  .add-form { float: none; display: inline-block; }
  .page a { font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 69px; }

.contact-pc li { position: relative; width: 100%; height: 69px; border-radius: 0; margin-bottom: 0; border-radius: 5px; margin-bottom: 2px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 69px; cursor: pointer; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 { background: #F2F2F2; }

.c1 .iconfont { color: #09A8FA; font-size: 30px; font-size: 3rem; }

.c2 { background: #F2F2F2; }

.c2 .iconfont { color: #3AC34C; font-size: 27px; font-size: 2.7rem; }

.c3 { background: #F2F2F2; }

.c3 .iconfont { color: #83c14b; font-size: 27px; font-size: 2.7rem; }

.c4 { background: #F2F2F2; }

.c4 .iconfont { color: #007CBC; font-size: 25px; font-size: 2.5rem; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 50%; height: 100%; float: left; position: relative; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-phone li .ewm { position: absolute; bottom: 47px; right: 30%; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

/*back-top*/
.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 42px; height: 42px; background-color: #EB2D2F; text-align: center; line-height: 42px; }

.back-top:after { position: absolute; content: ''; top: 3px; right: -3px; bottom: -3px; left: 3px; background-color: #EB2D2F; background-color: rgba(235, 45, 47, 0.7); z-index: -1; }

.back-top .iconfont { width: 42px; height: 42px; display: block; background-color: #EB2D2F; font-size: 20px; font-size: 2rem; color: #fff; position: relative; z-index: 99; }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #333; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 40px 0 0; border-top: solid 1px #d2d2d2; }

.m-oths .oths-item { line-height: 30px; }

.m-oths .oths-item, .m-oths .oths-item a { color: #333; }

.m-oths .oths-item .item-name { color: #888; text-transform: uppercase; }

.m-oths .oths-item a:hover { color: #EB2D2F; }

.m-oths .oths-item-1 { margin-bottom: 8px; }

.m-oths .iconfont { font-size: 26px; font-size: 2.6rem; color: #EB2D2F; vertical-align: middle; margin-right: 5px; }

@media only screen and (max-width: 767px) { .m-oths { padding: 20px 0 0; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 13px 0 17px; overflow: hidden; }

.bread, .bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #EB2D2F; }

@media only screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 10px 0; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #fff; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #fff; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-left: 20px; }

@media screen and (max-width: 767px) { .search { margin: 0; position: absolute; top: 5px; right: 45px; display: none; } }

.search .search-icon { cursor: pointer; display: none; }

@media screen and (max-width: 999px) { .search .search-icon { display: block; } }

.search .search-icon .iconfont { font-size: 20px; font-size: 2rem; line-height: 32px; color: #fff; }

@media screen and (max-width: 999px) { .search .search-icon .iconfont { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .search .search-icon .iconfont { color: #ccc; } }

.search .search-box { display: block; overflow: hidden; position: relative; top: auto; right: auto; z-index: 999; width: 246px; height: 37px; border-radius: 18.5px; border: solid 1px #fff; background-color: transparent; cursor: pointer; }

.search .search-box .iconfont { font-size: 20px; font-size: 2rem; color: #fff; position: absolute; width: 22px; height: 16px; line-height: 16px; text-align: center; right: 14px; top: 50%; margin-top: -8px; z-index: -1; }

@media screen and (max-width: 999px) { .search .search-box { display: none; position: absolute; top: 30px; right: 0; } }

@media screen and (max-width: 767px) { .search .search-box { width: 220px; height: 28px; border-radius: 14px; }
  .search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; } }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 36px; padding: 0 36px 0 17px; color: #fff; }

@media screen and (max-width: 767px) { .search .search-input { line-height: 26px; } }

.search .search-submit { position: absolute; width: 36px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 9999; }

@media screen and (max-width: 767px) { .header { position: relative; left: auto; top: auto; } }

.header .h-top { padding: 17px 0 13px; }

.header .h-top p { color: #fff; line-height: 36px; }

.header .h-top .h-follow { padding: 5px 0 0; }

.header .h-top .h-follow a { margin-left: 13px; float: left; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.header .h-top .h-follow a:first-child { margin-left: 0; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

@media screen and (max-width: 767px) { .header .h-top { padding: 0; }
  .header .h-top p { display: none; }
  .header .h-top .h-follow { position: absolute; right: 40px; }
  .header .h-top .h-follow a { margin-left: 5px; } }

.header .h-bot { background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 767px) { .header .h-bot { background-color: transparent; } }

.header .logo { float: left; display: block; }

@media screen and (max-width: 999px) { .header .logo { height: 70px; } }

@media screen and (max-width: 767px) { .header .logo { height: 60px; float: none; margin: 10px 0; } }

@media screen and (max-width: 500px) { .header .logo { height: 55px; } }

.header .navlist { float: right; margin-top: 32px; margin-right: 54px; }

.header .navlist > li { position: relative; float: left; margin-left: 63px; padding-bottom: 10px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; display: block; position: relative; line-height: 30px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #EB2D2F; }

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 20px; }
  .header .navlist > li { margin-left: 40px; } }

@media screen and (max-width: 999px) { .header .navlist { margin-right: 15px; margin-top: 25px; }
  .header .navlist > li { margin-left: 30px; padding-bottom: 15px; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 18px; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 206px; left: 50%; margin-left: -103px; }

.header .yiji li { background-color: #fff; border-bottom: solid 1px #f5f5f5; position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 20px; padding: 14px 17px 13px; }

.header .yiji li:hover > a { background-color: #EB2D2F; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; border-left: solid 1px transparent; width: 206px; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 0; }

.navlist1 > li > a { font-size: 12px; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; display: inline-block; position: relative; line-height: 36px; padding-bottom: 0; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #EB2D2F; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.footer { background-color: #333; }

.footer p, .footer a, .footer spam, .footer li { color: #fff; }

.footer a:hover { color: #EB2D2F; }

.footer .f-contact { background-color: #1f1f1f; padding: 29px 0 31px; }

@media screen and (max-width: 767px) { .footer .f-contact { display: none; } }

.footer .f-contact .list-item { float: left; width: 320px; padding-left: 37px; margin-left: 120px; }

@media screen and (max-width: 1219px) { .footer .f-contact .list-item { margin-left: 10px; } }

@media screen and (max-width: 999px) { .footer .f-contact .list-item { width: 31.33%; margin: 0 1%; padding: 0; } }

.footer .f-contact .iconfont { color: #fff; font-size: 29px; font-size: 2.9rem; line-height: 36px; margin-right: 10px; margin-top: 9px; }

.footer .f-contact .item-body { overflow: hidden; padding-left: 15px; position: relative; }

.footer .f-contact .item-body:after { position: absolute; content: ''; width: 1px; top: 9px; bottom: 15px; background-color: #EB2D2F; left: 0; }

.footer .f-contact .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; }

@media screen and (max-width: 999px) { .footer .f-contact .item-title { font-size: 16px; font-size: 1.6rem; } }

.footer .f-contact .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 30px; }

@media screen and (max-width: 999px) { .footer .f-contact .item-subt { font-size: 16px; font-size: 1.6rem; } }

.footer .f-top { padding: 60px 0 22px; }

.footer .f-top .footer-title { font-weight: bold; font-size: 20px; font-size: 2rem; text-transform: uppercase; margin: 0 0 25px; }

.footer .f-top li, .footer .f-top p { line-height: 24px; }

.footer .f-top .flist1 { width: 304px; margin-right: 125px; }

.footer .f-top .flist1 li { float: left; width: 50%; }

.footer .f-top .flist2 { width: 270px; padding-right: 15px; }

.footer .f-top .flist3 { width: 317px; }

.footer .f-top .copyright { line-height: 30px; }

.footer .f-top .copyright img { margin-left: 5px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { margin-right: 15px; } }

@media screen and (max-width: 999px) { .footer .f-top { padding: 40px 0 15px; }
  .footer .f-top .flist1 { width: 30%; margin-right: 0; padding-right: 15px; }
  .footer .f-top .flist2 { width: 35%; }
  .footer .f-top .flist3 { width: 35%; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 15px 0 10px; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .footer-title { display: none; }
  .footer .f-top .flist3 { width: 100%; }
  .footer .f-top .copyright { line-height: 24px; } }

.footer .f-follow { padding: 0 0 20px; }

.footer .f-follow a { float: left; margin-right: 14px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

@media screen and (max-width: 767px) { .footer .f-follow { display: none; } }

.footer .links { border-top: solid 1px #fff; line-height: 26px; padding: 23px 0 24px; font-weight: bold; font-size: 18px; font-size: 1.8rem; }

.footer .links a { display: inline-block; margin: 0 20px; }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { text-align: center; /*background: url(../images/web1.png) no-repeat center;*/ background-size: contain; padding: 21px 0 11px; }

@media screen and (max-width: 767px) { .index-title { padding: 15px 0 10px; } }

.index-title .item-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 40px; font-size: 4rem; text-transform: uppercase; margin-top: 7px; }

.index-title .item-title a:hover { color: #EB2D2F; }

@media screen and (max-width: 1219px) { .index-title .item-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .index-title .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-title .item-title { font-size: 24px; font-size: 2.4rem; margin-top: 0; } }

.index-title .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 30px; font-family: "MicrosoftTaiLe"; }

.index-title .item-subt a:hover { color: #EB2D2F; }

@media screen and (max-width: 767px) { .index-title .item-subt { font-size: 14px; font-size: 1.4rem; } }

/* index-title end */
/* ABOUT US start */
.index-about { padding: 95px 0 0; }

@media screen and (max-width: 1219px) { .index-about { padding: 70px 0 0; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0 0; } }

.index-about .box-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 950px; margin: 16px auto 0; text-align: center; }

.index-about .box-desc a { display: block; }

.index-about .box-desc a:hover { color: #EB2D2F; }

@media screen and (max-width: 999px) { .index-about .box-desc { width: 95%; } }

@media screen and (max-width: 767px) { .index-about .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin: 10px auto 0; } }

.index-about .box-list { text-align: center; }

.index-about .box-list .list-item { display: inline-block; width: 200px; text-align: center; margin: 41px 46px 35px; }

@media screen and (max-width: 999px) { .index-about .box-list .list-item { width: 31.33%; float: left; margin: 30px 1%; } }

@media screen and (max-width: 560px) { .index-about .box-list .list-item { width: 98%; margin: 20px 0; } }

.index-about .box-list .item-pis { width: 100%; }

.index-about .box-list .item-pis img { display: block; margin: 0 auto; max-width: 65px; width: 100%; }

.index-about .box-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 24px; font-family: "MicrosoftTaiLe-Bold"; margin-top: 31px; }

@media screen and (max-width: 999px) { .index-about .box-list .item-desc { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-about .box-list .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

.index-about .box-body { position: relative; background-color: #EB2D2F; }

@media screen and (max-width: 999px) { .index-about .box-body { width: 95%; margin: 0 auto; } }

.index-about .box-body .item-pic { width: 50%; }

.index-about .box-body .item-pic img { display: block; max-width: 960px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 999px) { .index-about .box-body .item-pic { width: 100%; float: none; margin: 0 auto; } }

.index-about .box-body .item-body { overflow: hidden; width: 600px; padding-left: 52px; position: absolute; left: 50%; top: 50%; margin-top: -197px; }

@media screen and (max-width: 1418px) { .index-about .box-body .item-body { margin-top: -173px; } }

@media screen and (max-width: 1219px) { .index-about .box-body .item-body { margin-top: -148px; width: 490px; padding-left: 30px; } }

@media screen and (max-width: 999px) { .index-about .box-body .item-body { position: relative; width: 100%; top: auto; left: auto; padding: 30px; margin: 0 auto; } }

@media screen and (max-width: 767px) { .index-about .box-body .item-body { padding: 20px; } }

.index-about .box-body .item-title { font-size: 24px; font-size: 2.4rem; line-height: 40px; text-transform: uppercase; font-family: "MicrosoftTaiLe-Bold"; }

.index-about .box-body .item-title, .index-about .box-body .item-title a { color: #fff; }

.index-about .box-body .item-title a:hover { color: #333 !important; }

@media screen and (max-width: 1219px) { .index-about .box-body .item-title { line-height: 32px; } }

@media screen and (max-width: 999px) { .index-about .box-body .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .index-about .box-body .item-title { font-size: 18px; font-size: 1.8rem; line-height: 28px; } }

.index-about .box-body .item-desc { margin-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.index-about .box-body .item-desc, .index-about .box-body .item-desc a { color: #fff; }

.index-about .box-body .item-desc a:hover { color: #333 !important; }

@media screen and (max-width: 1219px) { .index-about .box-body .item-desc { margin-top: 10px; line-height: 26px; } }

@media screen and (max-width: 767px) { .index-about .box-body .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.index-about .box-body .item-btn { display: block; width: 142px; height: 47px; border: 1px solid #fff; text-align: center; line-height: 46px; color: #fff; font-size: 16px; font-size: 1.6rem; margin-top: 88px; }

.index-about .box-body .item-btn:hover { border-color: #333; color: #333; }

@media screen and (max-width: 1418px) { .index-about .box-body .item-btn { margin-top: 40px; } }

@media screen and (max-width: 1219px) { .index-about .box-body .item-btn { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-about .box-body .item-btn { width: 130px; height: 36px; line-height: 36px; } }

/* ABOUT US end */
/* our Products start */
.index-products { padding: 95px 0 94px; }

@media screen and (max-width: 1219px) { .index-products { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-products { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-products { padding: 30px 0; } }

.index-products .tab-options { border-bottom: solid 1px #DBDBDB; text-align: center; }

.index-products .tab-options li { font-family: "MicrosoftTaiLe-Bold"; font-size: 16px; font-size: 1.6rem; height: 33px; line-height: 30px; display: inline-block; margin: 21px 29px 0; margin-bottom: -1px; cursor: pointer; }

.index-products .tab-options li:hover, .index-products .tab-options li.tab-active { border-bottom: solid 3px #EB2D2F; color: #EB2D2F; }

@media screen and (max-width: 767px) { .index-products .tab-options li { font-size: 14px; font-size: 1.4rem; margin: 20px 10px 0; } }

@media screen and (max-width: 550px) { .index-products .tab-options li { display: block; margin: 10px 0 0; height: 24px; line-height: 24px; }
  .index-products .tab-options li:hover, .index-products .tab-options li.tab-active { border-bottom: solid 0 #EB2D2F; } }

.index-products .box-list .list-item { float: left; width: 31.83333%; margin-left: 2.25%; margin-top: 55px; }

@media screen and (max-width: 999px) { .index-products .box-list .list-item { width: 31.33%; margin: 40px 1% 0; } }

@media screen and (max-width: 767px) { .index-products .box-list .list-item { margin-top: 30px; } }

@media screen and (max-width: 640px) { .index-products .box-list .list-item { margin-top: 20px; width: 48%; } }

@media screen and (max-width: 350px) { .index-products .box-list .list-item { width: 98%; } }

.index-products .box-list .item-pic { width: 100%; }

.index-products .box-list .item-pic img { display: block; max-width: 418px; margin: 0 auto; width: 100%; }

.index-products .box-list .item-pic:hover .item-backdrop { top: 0; }

.index-products .box-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: url(../images/web5.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .index-products .box-list .item-backdrop { display: none; } }

.index-products .box-list .item-body { padding: 0 20px; text-align: center; }

@media screen and (max-width: 999px) { .index-products .box-list .item-body { padding: 0; } }

.index-products .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-family: "MicrosoftTaiLe-Bold"; line-height: 30px; margin-top: 15px; }

@media screen and (max-width: 767px) { .index-products .box-list .item-title { margin-top: 5px; } }

.index-products .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 7px; }

.index-products .box-list .item-desc, .index-products .box-list .item-desc a { color: #333; }

@media screen and (max-width: 999px) { .index-products .box-list .item-desc { margin-top: 0; } }

@media screen and (max-width: 767px) { .index-products .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }

.index-products .box-btn { display: block; margin: 42px auto 0; width: 194px; height: 47px; line-height: 48px; background: #D61819; color: #fff; font-size: 16px; font-size: 1.6rem; text-align: center; }

.index-products .box-btn:hover { background-color: #EB2D2F; }

@media screen and (max-width: 767px) { .index-products .box-btn { margin: 30px auto 0; font-size: 14px; font-size: 1.4rem; width: 150px; height: 36px; line-height: 36px; } }

/* our Products end */
/* Product Case start */
.index-case { background-color: #f2f2f2; padding: 94px 0; }

@media screen and (max-width: 1219px) { .index-case { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-case { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-case { padding: 30px 0; } }

.index-case .box-list { padding-top: 40px; }

@media screen and (max-width: 767px) { .index-case .box-list { padding-top: 20px; } }

.index-case .box-list .list-item { float: left; width: 24.6875%; margin-left: 0.41667%; margin-top: 7px; }

@media screen and (max-width: 999px) { .index-case .box-list .list-item { width: 24.5%; margin: 7px 0.25% 0; } }

@media screen and (max-width: 767px) { .index-case .box-list .list-item { width: 49.5%; } }

@media screen and (max-width: 400px) { .index-case .box-list .list-item { width: 99.5%; } }

.index-case .box-list .item-pic { width: 100%; }

.index-case .box-list .item-pic img { width: 100%; max-width: 474px; margin: 0 auto; display: block; }

/* Product Case end */
/* latest news start */
.lnews-box { padding: 94px 0; }

@media screen and (max-width: 1219px) { .lnews-box { padding: 70px 0; } }

@media screen and (max-width: 999px) { .lnews-box { padding: 50px 0; } }

@media screen and (max-width: 767px) { .lnews-box { padding: 30px 0; } }

.lnews-box .box-list .list-item { float: left; width: 47.83333%; position: relative; margin: 25px 0 21px 4.33333%; }

@media screen and (max-width: 999px) { .lnews-box .box-list .list-item { width: 48%; margin: 25px 1% 21px; } }

@media screen and (max-width: 767px) { .lnews-box .box-list .list-item { width: 98%; background-color: #f2f2f2; margin: 25px 1% 0; } }

.lnews-box .box-list .item-pic { width: 43.55401%; position: absolute; top: 50%; right: 0; margin-top: -115px; z-index: 2; }

.lnews-box .box-list .item-pic img { display: block; max-width: 367px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 1219px) { .lnews-box .box-list .item-pic { margin-top: -94px; } }

@media screen and (max-width: 999px) { .lnews-box .box-list .item-pic { width: 190px; margin-top: -87px; } }

@media screen and (max-width: 850px) { .lnews-box .box-list .item-pic { width: 168px; margin-top: -77px; } }

@media screen and (max-width: 767px) { .lnews-box .box-list .item-pic { position: relative; top: auto; right: auto; margin-top: 0; width: 250px; float: left; } }

@media screen and (max-width: 500px) { .lnews-box .box-list .item-pic { width: 100%; } }

.lnews-box .box-list .item-body { background-color: #F0F0F0; width: 67.24739%; padding: 39px 22.64808% 72px 3.13589%; position: relative; }

@media screen and (max-width: 999px) { .lnews-box .box-list .item-body { padding: 30px 22.64808% 40px 3.13589%; } }

@media screen and (max-width: 767px) { .lnews-box .box-list .item-body { overflow: hidden; padding: 10px 15px; width: auto; } }

.lnews-box .box-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 22px; }

@media screen and (max-width: 767px) { .lnews-box .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.lnews-box .box-list .item-date { color: #999; line-height: 22px; font-size: 16px; font-size: 1.6rem; margin-top: 10px; }

@media screen and (max-width: 999px) { .lnews-box .box-list .item-date { margin-top: 5px; } }

@media screen and (max-width: 767px) { .lnews-box .box-list .item-date { font-size: 14px; font-size: 1.4rem; } }

.lnews-box .box-list .item-desc { margin-top: 23px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 96px; }

@media screen and (max-width: 999px) { .lnews-box .box-list .item-desc { margin-top: 10px; } }

@media screen and (max-width: 767px) { .lnews-box .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .lnews-box .box-list .item-desc { height: auto; max-height: 96px; } }

.lnews-box .box-list .item-btn { width: 132px; height: 43px; line-height: 44px; background: #EB2D2F; color: #fff; display: block; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: bold; position: absolute; left: 21px; bottom: -21px; }

.lnews-box .box-list .item-btn:hover { background-color: #333; }

@media screen and (max-width: 999px) { .lnews-box .box-list .item-btn { height: 36px; line-height: 36px; bottom: -18px; } }

@media screen and (max-width: 767px) { .lnews-box .box-list .item-btn { font-size: 14px; font-size: 1.4rem; width: 120px; position: relative; bottom: auto; left: auto; margin-top: 15px; } }

/* latest news end */
/* index-contact start */
.index-contact { background-color: #EB2D2F; position: relative; padding: 29px 0 27px; }

.index-contact .item-body { position: relative; margin-left: 49px; padding-left: 20px; padding-right: 300px; }

.index-contact .item-body:after { position: absolute; content: ''; left: 0; width: 3px; background-color: #fff; top: 6px; bottom: 11px; }

@media screen and (max-width: 999px) { .index-contact .item-body { padding-right: 230px; margin-left: 30px; } }

@media screen and (max-width: 767px) { .index-contact .item-body { padding-right: 0; margin: 0 15px; } }

.index-contact .item-subt { font-family: "MicrosoftTaiLe"; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.index-contact .item-subt, .index-contact .item-subt a { color: #fff; }

.index-contact .item-subt a:hover { color: #333; }

@media screen and (max-width: 767px) { .index-contact .item-subt { font-size: 14px; font-size: 1.4rem; } }

.index-contact .item-title { font-family: "MicrosoftTaiLe-Bold"; margin-top: 11px; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.index-contact .item-title, .index-contact .item-title a { color: #fff; }

.index-contact .item-title a:hover { color: #333; }

@media screen and (max-width: 767px) { .index-contact .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 5px; } }

.index-contact .item-btn { display: block; width: 181px; height: 59px; border: 2px solid #fff; color: #fff; font-family: "MicrosoftTaiLe-Bold"; font-size: 20px; font-size: 2rem; text-align: center; line-height: 59px; text-transform: uppercase; position: absolute; right: 90px; top: 34px; }

.index-contact .item-btn:hover { border-color: #333; color: #333; }

@media screen and (max-width: 999px) { .index-contact .item-btn { right: 30px; } }

@media screen and (max-width: 767px) { .index-contact .item-btn { position: relative; top: auto; right: auto; margin-left: 15px; height: 36px; line-height: 36px; font-size: 16px; font-size: 1.6rem; width: 150px; margin-top: 20px; } }

/* index-contact end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 0 0 90px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 0 0 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 0 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 0 0 30px; } }

/*-------------1-1-products start----------------------------------------------------------*/
.proslide { width: 321px; }

@media screen and (max-width: 1219px) { .proslide { margin-left: 0; } }

@media screen and (max-width: 999px) { .proslide { width: 100%; margin-top: 30px; } }

.pro-main { width: 840px; }

@media screen and (max-width: 1219px) { .pro-main { width: 640px; } }

@media screen and (max-width: 999px) { .pro-main { width: 100%; } }

/* .pro1-list start */
.pro1-list { padding-bottom: 14px; }

.pro1-list .list-item { float: left; width: 31.90476%; margin-left: 2.14286%; margin-bottom: 32px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; margin: 0 1% 20px; } }

.pro1-list .item-pic { width: 100%; }

.pro1-list .item-pic img { display: block; max-width: 418px; margin: 0 auto; width: 100%; }

.pro1-list .item-pic:hover .item-backdrop { top: 0; }

.pro1-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: url(../images/web5_1.png) no-repeat center; background-size: 44px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .pro1-list .item-backdrop { display: none; } }

.pro1-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 8px; text-align: center; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.pro1-list .item-btnbox { margin-top: 10px; text-align: center; }

.pro1-list .item-btnbox input { margin-right: 5px; line-height: 30px; vertical-align: middle; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 5px; } }

.pro1-list .item-btn { display: inline-block; width: 98px; height: 30px; line-height: 30px; background-color: #EB2D2F; text-align: center; color: #fff; }

.pro1-list .item-btn:hover { background-color: #333; }

/* .pro1-list end */
.pslide-title { font-style: italic; font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: uppercase; text-align: left; background-color: #f5f5f5; line-height: 50px; text-align: center; margin: 0 0 11px; position: relative; }

.pslide-title, .pslide-title a { color: #EB2D2F; }

.pslide-title a:hover { color: #333; }

@media screen and (max-width: 767px) { .pslide-title { font-size: 20px; font-size: 2rem; line-height: 44px; margin-bottom: 5px; } }

.slidenav-list > li { margin-bottom: 3px; }

.slidenav-list > li > a { width: 100%; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; padding: 18px 40px 18px 14px; word-break: break-all; background-color: #f5f5f5; display: block; position: relative; }

.slidenav-list > li > a:after { position: absolute; content: ''; width: 16px; height: 16px; right: 15px; top: 23px; background: url(../images/snav1.png) no-repeat center; }

.slidenav-list > li:hover > a, .slidenav-list > li.snav-active > a { background-color: #EB2D2F !important; color: #FFFFFF; }

.slidenav-list > li:hover > a:after, .slidenav-list > li.snav-active > a:after { background-image: url(../images/snav1_1.png) !important; }

@media screen and (max-width: 767px) { .slidenav-list > li > a { padding: 10px 40px 10px 14px; }
  .slidenav-list > li > a:after { top: 15px; } }

.snav-yiji { background-color: #fff; padding: 5px 0 12px; }

.snav-yiji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #333; padding: 3px 12px 3px 39px; background: url(../images/snav2.png) no-repeat 16px 14px; }

.snav-yiji > li:hover > a, .snav-yiji > li.snav-active1 > a { background-image: url(../images/snav2_1.png) !important; color: #EB2D2F !important; }

.snav-erji { padding-bottom: 5px; }

.snav-erji > li > a { display: block; padding: 0 12px 0 52px; line-height: 24px; }

.snav-erji > li:hover > a, .snav-erji > li.snav-active2 > a { color: #EB2D2F !important; }

/* proslide-list end */
.pro1-scroll { position: relative; overflow: hidden; padding: 0 22px; margin-top: 32px; }

@media screen and (max-width: 767px) { .pro1-scroll { padding: 0 32px; } }

.pro1-scroll .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -13px; }

.pro1-scroll .scroll-btn .iconfont { font-size: 26px; font-size: 2.6rem; color: #333; }

.pro1-scroll .scroll-btn:hover .iconfont { color: #EB2D2F; }

.pro1-scroll .scroll-btn.prev { left: -7px; }

.pro1-scroll .scroll-btn.next { right: -7px; }

@media screen and (max-width: 767px) { .pro1-scroll .scroll-btn.prev { left: 0; }
  .pro1-scroll .scroll-btn.next { right: 0; } }

.pro1-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.pro1-scroll .scroll-list { width: 1000%; }

.pro1-scroll .scroll-list li { float: left; position: relative; width: 2.36809%; margin-right: 0.17588%; }

.pro1-scroll .scroll-list li:hover .item-backdrop { top: 0; }

@media only screen and (max-width: 999px) { .pro1-scroll .scroll-list li { width: 2.3%; margin-right: 0.2%; } }

@media only screen and (max-width: 640px) { .pro1-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media only screen and (max-width: 400px) { .pro1-scroll .scroll-list li { width: 4.9%; } }

.pro1-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; border: solid 1px #BFBFBF; padding: 12px 12.7321%; }

@media only screen and (max-width: 640px) { .pro1-scroll .scroll-list .item-pics { padding: 8px 12px; } }

.pro1-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 168px; margin: 0 auto; }

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 418px; float: left; }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #E5E5E5; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 10px; padding: 0 30px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 0px; bottom: 0; display: block; cursor: pointer; width: 7px; border-radius: 3px; background-color: #999; overflow: hidden; }

.m-prob1 .prob-pic-btn.prev { left: 0; background: #999 url(../images/prev.png) no-repeat center; }

.m-prob1 .prob-pic-btn.prev:hover { background: #EB2D2F url(../images/prev.png) no-repeat center; }

.m-prob1 .prob-pic-btn.next { right: 0; background: #999 url(../images/next.png) no-repeat center; }

.m-prob1 .prob-pic-btn.next:hover { background: #EB2D2F url(../images/next.png) no-repeat center; }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 1000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.30726%; width: 3.09777%; }

.m-prob1 .prob-pic-item .item-pics { position: relative; border: transparent 1px solid; overflow: inherit; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: solid 1px #EB2D2F; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; }
  .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive .iconfont { display: none; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 4.9%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 10%; } }

/* pro-info */
.pro-info { width: 372px; }

.pro-info .item-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-style: normal; padding: 17px 0 0; }

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; min-height: 253px; padding: 24px 0 20px; }

.pro-info .item-desc, .pro-info .item-desc a, .pro-info .item-desc p, .pro-info .item-desc li, .pro-info .item-desc strong, .pro-info .item-desc i { color: #333; }

.pro-info .item-desc img, .pro-info .item-desc iframe { max-width: 100%; }

.pro-info .item-btn { float: left; margin-top: 35px; display: inline-block; width: 125px; height: 38px; line-height: 36px; font-size: 14px; font-size: 1.4rem; text-align: center; border: solid 1px #EB2D2F; color: #EB2D2F; }

.pro-info .item-btn:hover { background-color: #EB2D2F; color: #fff; }

.pro-info .item-btn:first-child { margin-right: 9px; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 30px auto 0; }
  .pro-info .item-title { padding: 0; }
  .pro-info .item-desc { height: auto; min-height: auto; padding: 15px 0 20px; }
  .pro-info .item-btn { margin-top: 30px; } }

@media screen and (max-width: 767px) { .pro-info .item-title { font-size: 18px; font-size: 1.8rem; }
  .pro-info .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 550px) { .pro-info .item-btn { width: 45%; margin: 20px 2.5% 0; float: left; }
  .pro-info .item-btn:first-child { margin-right: 0; } }

.pro2-title { font-weight: bold; font-style: italic; font-size: 30px; font-size: 3rem; line-height: 30px; position: relative; padding-bottom: 19px; text-transform: capitalize; background: url(../images/web6.png) repeat-x bottom; }

.pro2-title, .pro2-title a { color: #333; }

.pro2-title a:hover { color: #EB2D2F; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; } }

.pro2-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-desc, .pro2-desc a, .pro2-desc p, .pro2-desc li, .pro2-desc span, .pro2-desc strong, .pro2-desc b, .pro2-desc i, .pro2-desc em { color: #333; }

.pro2-desc img, .pro2-desc iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.pro2-detail { margin-top: 44px; }

@media screen and (max-width: 767px) { .pro2-detail { margin-top: 30px; } }

.pro2-detail .item-desc { padding: 28px 0 38px; }

@media screen and (max-width: 767px) { .pro2-detail .item-desc { padding: 15px 0; } }

.related-scrollbox { position: relative; }

.related-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; position: absolute; top: 9px; }

.related-scrollbox .scroll-btns .scroll-btn .iconfont { color: #999; font-size: 26px; font-size: 2.6rem; }

.related-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #EB2D2F; }

.related-scrollbox .scroll-btns .scroll-btn.prev { right: 29px; }

.related-scrollbox .scroll-btns .scroll-btn.next { right: 0; }

@media screen and (max-width: 999px) { .related-scrollbox .scroll-btns .scroll-btn { top: 10px; } }

@media screen and (max-width: 767px) { .related-scrollbox .scroll-btns .scroll-btn { top: 5px; }
  .related-scrollbox .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

.related-scrollbox .scroll-list-box { width: 100%; overflow: hidden; margin-top: 34px; }

.related-scrollbox .scroll-list { width: 1000%; }

.related-scrollbox .scroll-list li { float: left; width: 3.19048%; margin-right: 0.21429%; }

@media screen and (max-width: 999px) { .related-scrollbox .scroll-list li { width: 3.2%; margin: 0 0.1%; } }

@media screen and (max-width: 600px) { .related-scrollbox .scroll-list li { width: 4.9%; margin: 0 0.1%; } }

.related-scrollbox .scroll-list .item-pic { width: 100%; }

.related-scrollbox .scroll-list .item-pic img { display: block; max-width: 418px; margin: 0 auto; width: 100%; }

.related-scrollbox .scroll-list .item-pic:hover .item-backdrop { top: 0; }

.related-scrollbox .scroll-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: url(../images/web5_1.png) no-repeat center; background-size: 44px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .related-scrollbox .scroll-list .item-backdrop { display: none; } }

.related-scrollbox .scroll-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 8px; text-align: center; }

@media screen and (max-width: 767px) { .related-scrollbox .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
.bar-list { padding: 0 52px; background: url(../images/bar.png) repeat-x center 55px; }

@media screen and (max-width: 1219px) { .bar-list { padding: 0; } }

@media screen and (max-width: 640px) { .bar-list { background-image: none; } }

.bar-list > a { cursor: pointer; padding-top: 131px; font-size: 16px; font-size: 1.6rem; line-height: 24px; float: left; display: inline-block; width: 260px; text-align: center; margin: 0 7px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.bar-list > a:hover, .bar-list > a.active { color: #EB2D2F; }

@media screen and (max-width: 1219px) { .bar-list > a { width: 23%; margin: 0 1%; } }

@media screen and (max-width: 767px) { .bar-list > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; background-size: 100px 100px !important; padding-top: 110px; } }

@media screen and (max-width: 600px) { .bar-list > a { width: 48%; margin: 0 1% 15px; height: 150px; } }

.bar-list .bar1 { background: url(../images/bar1.png) no-repeat top center; }

.bar-list .bar1:hover, .bar-list .bar1.active { background: url(../images/bar1_1.png) no-repeat top center; }

.bar-list .bar2 { background: url(../images/bar2.png) no-repeat top center; }

.bar-list .bar2:hover, .bar-list .bar2.active { background: url(../images/bar2_1.png) no-repeat top center; }

.bar-list .bar3 { background: url(../images/bar3.png) no-repeat top center; }

.bar-list .bar3:hover, .bar-list .bar3.active { background: url(../images/bar3_1.png) no-repeat top center; }

.bar-list .bar4 { background: url(../images/bar4.png) no-repeat top center; }

.bar-list .bar4:hover, .bar-list .bar4.active { background: url(../images/bar4_1.png) no-repeat top center; }

.about1-top { padding: 35px 0 0; }

.about1-top .item-pic { width: 50%; margin-left: 4.16667%; position: relative; }

.about1-top .item-pic img { display: block; width: 100%; margin: 0 auto; max-width: 600px; }

@media screen and (max-width: 767px) { .about1-top .item-pic { margin-left: 2.5%; } }

@media screen and (max-width: 640px) { .about1-top .item-pic { width: 100%; margin: 0 auto 30px; float: none; } }

.about1-top .item-title { font-style: italic; font-size: 30px; font-size: 3rem; font-weight: bold; background: url(../images/about5.png) no-repeat left center; padding-left: 25px; margin-top: 0; }

@media screen and (max-width: 767px) { .about1-top .item-title { font-size: 24px; font-size: 2.4rem; } }

.about1-top .item-subt { margin-top: 15px; font-weight: bold; font-style: italic; font-size: 20px; font-size: 2rem; line-height: 24px; color: #EB2D2F; }

@media screen and (max-width: 767px) { .about1-top .item-subt { font-size: 18px; font-size: 1.8rem; } }

.about1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 31px; }

@media screen and (max-width: 1219px) { .about1-top .item-desc { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .about1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px; } }

.about1-top1 .item-pic { width: 49.83333%; margin-right: 2.75%; }

.about1-top1 .item-pic img { display: block; width: 100%; margin: 0 auto; max-width: 598px; }

@media screen and (max-width: 640px) { .about1-top1 .item-pic { width: 100%; margin: 0 auto; float: none; } }

.about1-top1 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 70px; }

.about1-top1 .item-desc p { margin-top: 30px; }

@media screen and (max-width: 1219px) { .about1-top1 .item-desc { padding-top: 0; }
  .about1-top1 .item-desc P:first-child { margin-top: 30px; } }

@media screen and (max-width: 767px) { .about1-top1 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about1-top1 .item-desc P { margin-top: 20px; }
  .about1-top1 .item-desc P:first-child { margin-top: 20px; } }

.about1-bot .box-title { font-style: italic; font-size: 30px; font-size: 3rem; font-weight: bold; background: url(../images/about5.png) no-repeat left center; padding-left: 25px; margin-top: 50px; text-transform: uppercase; }

@media screen and (max-width: 767px) { .about1-bot .box-title { font-size: 24px; font-size: 2.4rem; margin-top: 30px; } }

.about1-bot .box-subt { margin-top: 13px; margin-bottom: 40px; font-weight: bold; font-style: italic; font-size: 20px; font-size: 2rem; line-height: 24px; color: #EB2D2F; }

@media screen and (max-width: 767px) { .about1-bot .box-subt { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; } }

.about1-scroll { position: relative; overflow: hidden; padding: 0 45px; }

@media screen and (max-width: 767px) { .about1-scroll { padding: 0 40px; } }

.about1-scroll .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -38px; }

.about1-scroll .scroll-btn .iconfont { font-size: 39px; font-size: 3.9rem; color: #6C7A81; }

.about1-scroll .scroll-btn:hover .iconfont { color: #EB2D2F; }

.about1-scroll .scroll-btn.prev { left: 0; }

.about1-scroll .scroll-btn.next { right: 0; }

@media screen and (max-width: 767px) { .about1-scroll .scroll-btn { margin-top: -30px; }
  .about1-scroll .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; }
  .about1-scroll .scroll-btn.prev { left: 0; }
  .about1-scroll .scroll-btn.next { right: 0; } }

.about1-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.about1-scroll .scroll-list { width: 1000%; }

.about1-scroll .scroll-list li { float: left; position: relative; width: 3.27928%; margin-right: 0.08108%; }

.about1-scroll .scroll-list li:hover .item-backdrop { top: 0; }

@media only screen and (max-width: 999px) { .about1-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media only screen and (max-width: 640px) { .about1-scroll .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

@media only screen and (max-width: 400px) { .about1-scroll .scroll-list li { width: 10%; margin-right: 0; } }

.about1-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

.about1-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 364px; margin: 0 auto; }

.about1-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #000; background: rgba(0, 0, 0, 0.4); }

.about1-scroll .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 44px; font-size: 4.4rem; position: absolute; top: 50%; margin-top: -22px; left: 50%; margin-left: -22px; }

@media only screen and (max-width: 999px) { .about1-scroll .scroll-list .item-backdrop { display: none; } }

.about1-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 8px; text-align: center; }

@media screen and (max-width: 767px) { .about1-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.about2-box { padding: 51px 0 0; }

@media screen and (max-width: 767px) { .about2-box { padding: 20px 0 0; } }

.about2-box .list-item { margin-top: 73px; }

.about2-box .list-item:first-child { margin-top: 0; }

@media screen and (max-width: 1219px) { .about2-box .list-item { margin-top: 30px; } }

@media screen and (max-width: 999px) { .about2-box .list-item { margin-top: 20px; } }

@media screen and (max-width: 767px) { .about2-box .list-item { margin-top: 10px; } }

.about2-box .item-date { font-size: 30px; font-size: 3rem; font-weight: bold; color: #EB2D2F; width: 110px; }

@media screen and (max-width: 767px) { .about2-box .item-date { font-size: 24px; font-size: 2.4rem; width: 70px; } }

.about2-box .item-body { overflow: hidden; }

.about2-box .item-body p { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 27px; background: url(../images/about6.png) no-repeat left 10px; padding-left: 37px; }

@media screen and (max-width: 767px) { .about2-box .item-body p { font-size: 14px; font-size: 1.4rem; line-height: 24px; background-repeat-y: 7px; margin-bottom: 20px; padding-left: 24px; } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.about3-box { background-color: #f9f9f9; padding: 33px 0 38px; margin-top: 34px; }

.about3-box > .item-desc { text-align: center; font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; }

.about3-box > .item-desc .p1, .about3-box > .item-desc .p3 { color: #EB2D2F; }

.about3-box > .item-desc .p3, .about3-box > .item-desc .p4 { font-size: 20px; font-size: 2rem; }

.about3-box > .item-desc .p3 { margin-top: 16px; }

@media screen and (max-width: 999px) { .about3-box > .item-desc { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .about3-box > .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; }
  .about3-box > .item-desc .p3, .about3-box > .item-desc .p4 { font-size: 16px; font-size: 1.6rem; } }

.about3-list { text-align: center; }

.about3-list li { display: inline-block; width: 46.08333%; max-width: 533px; margin-top: 38px; background-color: #EB2D2F; background-color: rgba(235, 45, 47, 0.7); text-align: left; }

.about3-list li:first-child { margin-right: 5%; }

@media screen and (max-width: 999px) { .about3-list li:first-child { margin-right: 3.33333%; } }

@media screen and (max-width: 640px) { .about3-list li { width: 95%; margin: 30px 2.5% 0; } }

.about3-list .item-pic { width: 100%; }

.about3-list .item-pic img { display: block; width: 100%; max-width: 533px; margin: 0 auto; }

.about3-list .item-body { padding: 30px 43px 59px 43px; }

@media screen and (max-width: 999px) { .about3-list .item-body { padding: 30px; } }

@media screen and (max-width: 767px) { .about3-list .item-body { padding: 15px; } }

.about3-list .item-title { font-weight: bold; background: url(../images/about7.png) no-repeat left center; background-size: contain; height: 160px; padding: 70px 0 50px 53px; line-height: 40px; font-size: 30px; font-size: 3rem; color: #FFFFFF; }

@media screen and (max-width: 999px) { .about3-list .item-title { height: 100px; padding: 30px 0 0 30px; } }

@media screen and (max-width: 767px) { .about3-list .item-title { font-size: 24px; font-size: 2.4rem; height: 80px; padding: 20px 0 0 15px; } }

.about3-list .item-desc { font-size: 24px; font-size: 2.4rem; text-align: center; color: #FFFFFF; margin-top: 46px; }

@media screen and (max-width: 999px) { .about3-list .item-desc { font-size: 20px; font-size: 2rem; margin-top: 30px; } }

@media screen and (max-width: 767px) { .about3-list .item-desc { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------2-4-about start-------------------------------------------------------------*/
.cer-list { padding: 44px 0 0; }

@media screen and (max-width: 999px) { .cer-list { padding: 40px 0 0; } }

@media screen and (max-width: 767px) { .cer-list { padding: 10px 0 0; } }

.cer-list .list-item { float: left; width: 20.41667%; margin-left: 6.11111%; margin-bottom: 34px; }

@media screen and (max-width: 999px) { .cer-list .list-item { width: 23%; margin: 0 1% 20px; } }

@media screen and (max-width: 500px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-pics { display: block; position: relative; }

.cer-list .item-pics img { display: block; width: 100%; max-width: 245px; margin: 0 auto; }

.cer-list .item-pics:hover .item-backdrop { top: 0; }

.cer-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: #000; background: rgba(0, 0, 0, 0.5); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.cer-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -20px; text-align: center; color: #fff; font-size: 39px; font-size: 3.9rem; }

@media screen and (max-width: 999px) { .cer-list .item-backdrop { display: none; } }

.cer-list .list-item .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 11px; }

@media screen and (max-width: 767px) { .cer-list .list-item .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px; } }

.about4-scroll { margin-top: 33px; position: relative; overflow: hidden; padding: 0 55px; }

@media screen and (max-width: 767px) { .about4-scroll { padding: 0 40px; margin-top: 20px; } }

.about4-scroll .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -30px; }

.about4-scroll .scroll-btn .iconfont { font-size: 26px; font-size: 2.6rem; color: #999; }

.about4-scroll .scroll-btn:hover .iconfont { color: #171B60; }

.about4-scroll .scroll-btn.prev { left: 0; }

.about4-scroll .scroll-btn.next { right: 0; }

@media screen and (max-width: 767px) { .about4-scroll .scroll-btn { margin-top: -28px; }
  .about4-scroll .scroll-btn.prev { left: 0; }
  .about4-scroll .scroll-btn.next { right: 0; } }

.about4-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.about4-scroll .scroll-list { width: 1000%; }

.about4-scroll .scroll-list li { float: left; position: relative; width: 2.98165%; margin-right: 0.52752%; }

.about4-scroll .scroll-list li:hover .item-backdrop { top: 13px; }

@media only screen and (max-width: 999px) { .about4-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media only screen and (max-width: 640px) { .about4-scroll .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

@media only screen and (max-width: 400px) { .about4-scroll .scroll-list li { width: 10%; margin-right: 0; } }

.about4-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

.about4-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 325px; margin: 0 auto; }

.about4-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; bottom: 9px; left: 13px; right: 13px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #515151; background: rgba(81, 81, 81, 0.45); }

.about4-scroll .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 38px; font-size: 3.8rem; position: absolute; top: 50%; margin-top: -19px; left: 50%; margin-left: -19px; }

@media only screen and (max-width: 999px) { .about4-scroll .scroll-list .item-backdrop { display: none; } }

.about4-scroll .scroll-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 4px; }

@media screen and (max-width: 767px) { .about4-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/*-------------2-4-about end---------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 6; }

.news1-list li { width: 100%; margin-bottom: 59px; }

@media screen and (max-width: 767px) { .news1-list li { margin-bottom: 30px; } }

.news1-list .item-pic { width: 367px; float: left; margin-right: 3.33333%; }

.news1-list .item-pic img { width: 100%; max-width: 367px; display: block; margin: 0 auto; }

@media screen and (max-width: 999px) { .news1-list .item-pic { width: 300px; } }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 250px; } }

@media screen and (max-width: 500px) { .news1-list .item-pic { width: 100%; margin: 0 auto; float: none; } }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-top: 33px; }

@media screen and (max-width: 999px) { .news1-list .item-title { margin-top: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.news1-list .item-date { font-size: 16px; font-size: 1.6rem; color: #999; margin-top: 11px; line-height: 28px; }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 23px; }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; line-height: 24px; height: 72px; } }

.news1-list .item-btn { display: block; width: 132px; height: 43px; line-height: 43px; background-color: #EB2D2F; text-align: center; color: #fff; margin-top: 48px; font-weight: bold; font-size: 16px; font-size: 1.6rem; }

.news1-list .item-btn:hover { background-color: #333; color: #fff; }

@media screen and (max-width: 999px) { .news1-list .item-btn { margin-top: 30px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { margin-top: 20px; height: 32px; line-height: 32px; font-size: 14px; font-size: 1.4rem; } }

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

.news2-main .item-date { text-align: center; color: #666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 3px; margin-bottom: 16px; }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-bottom: 10px; font-size: 14px; font-size: 1.4rem; } }

.news2-main .pro-share { text-align: center; }

.news2-main .pro-share .share-title { color: #333; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 20px 0 50px; }

.news2-main .item-desc, .news2-main .item-desc p, .news2-main .item-desc a, .news2-main .item-desc li, .news2-main .item-desc span, .news2-main .item-desc strong { color: #333; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 15px 0 25px; } }

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-download start------------------------------------------------------------*/
.download-list { padding-top: 0; padding-bottom: 16px; }

.download-list .list-item { position: relative; padding-bottom: 40px; margin-bottom: 34px; border-bottom: dashed 1px #C6C6C6; }

.download-list .item-pics { float: left; width: 59px; margin-right: 23px; margin-top: 11px; }

.download-list .item-pics img { display: block; width: 100%; max-width: 59px; margin: 0 auto; }

.download-list .item-body { overflow: hidden; padding-right: 182px; }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 38px; }

.download-list .item-desc { line-height: 30px; min-height: 30px; font-size: 16px; font-size: 1.6rem; }

.download-list .item-desc, .download-list .item-desc a { color: #333; }

.download-list .item-btn { text-align: center; display: block; width: 142px; height: 42px; border: 1px solid #EB2D2F; color: #EB2D2F; line-height: 40px; position: absolute; top: 31px; right: 0; }

.download-list .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; vertical-align: middle; margin-right: 3px; margin-left: -10px; }

.download-list .item-btn:hover { background-color: #EB2D2F; color: #fff; }

@media screen and (max-width: 1219px) { .download-list .item-body { padding-right: 160px; } }

@media screen and (max-width: 999px) { .download-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .download-list .item-desc { line-height: 24px; min-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .download-list { padding-bottom: 20px; }
  .download-list .list-item { padding-bottom: 30px; margin-bottom: 30px; }
  .download-list .item-btn { width: 120px; height: 36px; line-height: 34px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 3px; }
  .download-list .item-body { padding-right: 140px; } }

@media screen and (max-width: 640px) { .download-list .item-body { padding-right: 0; }
  .download-list .item-btn { position: relative; top: auto; right: auto; margin: 20px auto 0; } }

/*-------------4-download end--------------------------------------------------------------*/
/*-------------5-video start---------------------------------------------------------------*/
.video-list li { float: left; width: 46.16667%; margin-left: 7.66667%; margin-bottom: 25px; }

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.video-list .item-video { position: relative; overflow: hidden; padding-bottom: 67.14801%; /*宽除以高*/ height: 0; }

.video-list .item-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-list .item-video iframe body { margin: 0px !important; }

.video-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; font-weight: bold; margin-top: 17px; }

@media screen and (max-width: 999px) { .video-list li { width: 48%; margin: 0 1% 12px; } }

@media screen and (max-width: 767px) { .video-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 450px) { .video-list li { width: 98%; }
  .video-list .item-title { height: auto; } }

/*-------------5-video end-----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
/* contact_top */
.contact_top { background: #f5f5f5; border-radius: 10px; }

/* c_left */
.c_left { width: 465px; height: 603px; background: url(../images/c1.jpg) no-repeat left top; border-radius: 10px 0px 0px 10px; padding: 58px 48px 0 81px; }

.c_left li { width: 100%; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 30px; margin-bottom: 30px; }

.c_left li p, .c_left li a { color: #fff; }

.c_left li p:first-child { font-weight: normal; }

.c_left a { color: #fff; }

.c_left a:hover { color: #EB2D2F; }

@media screen and (max-width: 1219px) { .c_left { width: 399px; padding: 64px 38px 0; } }

@media screen and (max-width: 999px) { .c_left { float: none; width: 95%; margin: 0 auto; max-width: 465px; border-radius: 10px; margin-top: 20px; padding-bottom: 20px; padding-top: 20px; height: auto; }
  .c_left_wrap { width: 90%; } }

@media screen and (max-width: 767px) { .c_left { padding-left: 20px; padding-right: 20px; font-size: 14px; font-size: 1.4rem; }
  .c_left .item-desc { line-height: 24px; margin-bottom: 20px; }
  .c_left .item-title { font-size: 20px; font-size: 2rem; }
  .c_left li { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; line-height: 24px; } }

/* c_right */
.c_right { float: right; width: 47%; margin-right: 85px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.c_right ::-webkit-input-placeholder { color: #666; }

.c_right :-o-placeholder { color: #666; }

.c_right ::-moz-placeholder { color: #666; }

.c_right :-ms-input-placeholder { color: #666; }

.c_title2 { font-weight: bold; padding-top: 23px; padding-left: 14px; line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #EB2D2F; text-transform: uppercase; padding-bottom: 3px; }

.c_xp { padding-top: 13px; padding-bottom: 16px; }

.c_bt { width: 14px; float: left; color: #ff0000; font-family: Verdana; line-height: 42px; height: 36px; font-size: 14px; font-size: 1.4rem; }

.c_div1 { padding-bottom: 18px; }

.c_div2 { padding-bottom: 20px; }

.c_div3 { padding-bottom: 20px; }

.c_div4 { padding-top: 2px; margin-bottom: 5px; }

.c_input1 { float: left; line-height: 35px; height: 37px; font-size: 14px; font-size: 1.4rem; text-indent: 14px; color: #666666; width: 550px; border: solid 1px #cccccc; background: #fff; }

.c_textarea { float: left; font-size: 14px; font-size: 1.4rem; text-indent: 14px; color: #666666; width: 550px; border: solid 1px #cccccc; line-height: 26px; padding-top: 1px; height: 214px; background: #fff; }

.c_code .c_codeinput { width: 154px; margin-right: 19px; }

.c_code .codeimg { width: 118px; height: 37px; cursor: pointer; border: solid 1px #ccc; }

.c_code .codeimg img { display: block; height: 100%; max-height: 35px; margin: 0 auto; }

.c_code .c_send { float: right; text-align: center; color: #fff; background: #EB2D2F; width: 181px; height: 35px; line-height: 35px; font-size: 14px; font-size: 1.4rem; font-weight: bold; cursor: pointer; display: block; }

.c_code .c_send:hover { background-color: #333; }

@media screen and (max-width: 1219px) { .c_div1, .c_div2, .c_div3 { padding-bottom: 16px; }
  .c_input1 { width: 95%; }
  .c_textarea { width: 95%; }
  .c_code .c_send { float: left; margin-left: 20px; width: 124px; } }

@media screen and (max-width: 999px) { .c_right { float: none; width: 95%; margin: 0 auto; margin-top: 20px; }
  .c_title2 { padding-top: 0px; }
  .c_code .c_codeinput { width: 95%; margin-right: 0; }
  .c_code .codeimg { width: 118px; margin-left: 14px; margin-top: 16px; }
  .c_code .c_send { width: 95%; margin-left: 14px; margin-top: 16px; } }

@media screen and (max-width: 767px) { .c_title2 { font-size: 20px; font-size: 2rem; text-align: center; }
  .c_textarea { height: 120px; } }

.map { margin: 50px auto 0; }

.map img { display: block; max-width: 1200px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 767px) { .map { margin: 30px auto 0; } }

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */


.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #EB2D2F;cursor: pointer;  border:1px solid #EB2D2F; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#EB2D2F solid 1px; background:#EB2D2F; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%; margin-top:2rem }
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}


.index-title .tt a:hover{color: #666;}
.index-title .tt a:hover{color: #333;}



.page a.no:hover{color: #333!important;}




/* Internet Explorer 10+ */
/* model */
.backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.4); z-index: 99999; }

.pass-backdrop { display: none; }

.pass-model { width: 421px; position: absolute; left: 50%; margin-left: -210px; top: 50%; margin-top: -272.5px; background-color: #fff; padding: 14px 22px 28px 22px; }

.enter { width: 14px; height: 10px; display: inline-block; float: right; margin-bottom: 16px; cursor: pointer; }

.enter .iconfont { color: #EB2D2F; font-size: 16px; font-size: 1.6rem; }

.inputvip { position: relative; }

.inputvip .iconfont { font-size: 20px; font-size: 2rem; position: absolute; color: #fff; left: 56%; bottom: 8px; }

.inputvip .pass-input { width: 50%; height: 38px; border: solid 1px #BFBFBF; padding: 0 10px; float: left; }

.pass-btn { float: right; width: 50%; height: 38px; line-height: 38px; background: #EB2D2F; color: #fff; padding-left: 20px; }

.pass-word { color: #666; line-height: 24px; margin: 20px 0 18px; font-family: Verdana; }

.pass-form input { width: 100%; height: 38px; line-height: 38px; padding: 0 10px 0 36px; margin-bottom: 10px; background: #f2f2f2; }

.input100 { position: relative; }

.input100 .iconfont { position: absolute; font-size: 18px; font-size: 1.8rem; color: #333; top: 10px; left: 10px; }

.input100:before { position: absolute; content: ''; width: 6px; height: 38px; background: url(../images/star.png) no-repeat center; left: -8px; top: 0; }

.pass-form textarea { height: 126px; width: 100%; line-height: 24px; background: #f2f2f2; padding: 8px 10px 10px 37px; margin-bottom: 10px; display: block; }

.pass-code input { margin-bottom: 0; }

.pass-code .pass-codeinput { width: 130px; background-color: #F2F2F2; padding: 0 10px; margin-right: 9px; }

.pass-code .pass-codebtn { width: 130px; background-color: #EB2D2F; color: #FFF; padding: 0; text-transform: uppercase; }

.pass-code .pass-codeimg { cursor: pointer; }

@media only screen and (max-width: 767px) { .pass-word { font-size: 12px; font-size: 1.2rem; line-height: 18px; margin: 10px 0; }
  .pass-form input { height: 32px; line-height: 32px; }
  .pass-form textarea { height: 60px; }
  .pass-code .pass-codeimg { height: 32px; }
  .pass-model { margin-top: -208px; }
  .inputvip input, .pass-form input, .pass-form textarea { font-size: 12px; font-size: 1.2rem; } }

@media only screen and (max-width: 450px) { .pass-model { width: 95%; margin-left: -47.5%; }
  .pass-code .pass-codebtn { width: 100%; margin-top: 10px; }
  .pass-btn { background-position-x: 10%; padding-left: 10px; }
  .pass-model { margin-top: -229px; } }


@media only screen and (min-width: 490px){
  .header .h-top .h-follow {
    width: 260px;
}
}
.header .h-top p a{color:#fff;}

.h-top a{color:#fff;}


.header .h-top .h-follow a{margin-left: 2px!important;}

/*.bshare-custom{padding-top: 7px;}*/


@media only screen and (max-width: 767px){
  .gfdfg{display: none;}
}


.index-about .box-body .item-desc a{text-indent: 2em;}
.lnews-box .box-list .item-desc a{text-indent: 2em;}


.pro2-detail .item-desc p{text-indent: 2em;}


.pro-info .item-desc p{text-indent: 2em;}

.about1-top .item-desc p{text-indent: 2em;}


.about1-top1 .item-desc p{text-indent: 2em;}

.news1-list .item-desc{text-indent: 2em;}

.news2-main .item-desc p{text-indent: 2em;}


.download-list .item-desc{text-indent: 2em;}



@media screen and (max-width: 1200px) { 
  .map{width:100%;overflow:scroll;}
}

body{font-family:"Microsoft Yahei","微软雅黑"!important; }


.download-list a{cursor:pointer;}


.xunpanc table tr td{    text-align: left;}

@media screen and (max-width: 767px) { 


.guoafs{float: right;}
}


.pro2-desc p img{text-indent: 0em;display: block;}