@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { margin: 0 auto; font-family: "OpenSans"; 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: "OpenSans"; font-size: 14px; font-size: 1.4rem; color: #333; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, 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; }

/* WebKit browsers */
:-o-placeholder { color: #666; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; }

/* 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 { 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: #238AD5 !important; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #238AD5 !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.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; }

@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; -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; }

.page a { width: 28px; height: 28px; line-height: 26px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 3px 10px; border: solid 1px #ccc; background-color: #EEEEEE; color: #333; }

.page .prev, .page .next, .page .big { width: 62px !important; }

.page .prev { margin-right: 10px; }

.page .next { margin-left: 10px; }

.page .big { margin-right: 10px;margin-left: 10px; }

.page a:hover, .page .page-active { background-color: #fff !important; color: #238AD5 !important; border-color: #238AD5 !important; }

.fl { float: left; display: inline-block; }

.add-form { float: right; background: url(../images/af-bg.png) no-repeat left center; padding-left: 30px; }

.add-btn { width: 135px; height: 28px; line-height: 24px; text-align: center; border: solid 1px #ccc; background-color: #eee; color: #333; cursor: pointer; font-size: 14px; font-size: 1.4rem; }

.add-btn:hover { background-color: #fff; color: #238AD5; border-color: #238AD5; }

@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 { right: 0; width: 69px; z-index: 999; position: fixed; }

.contact-pc li { width: 69px; height: 69px; border-radius: 5px; margin-bottom: 2px; position: relative; }

.contact-pc li a { display: block; height: 69px; }

.c1 { background: #13C1F3 url(../images/skype.png) no-repeat center; }

.c2 { background: #157EEE url(../images/whatsapp.png) no-repeat center; }

.c3 { background: #00BB0C url(../images/wechat.png) no-repeat center; cursor: pointer; }

.c1:hover { background: #13C1F3 url(../images/skype.png) no-repeat center; }

.c2:hover { background: #157EEE url(../images/whatsapp.png) no-repeat center; }

.c3:hover { background: #00BB0C url(../images/wechat.png) no-repeat center; }

.contact-pc .c3 .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc .c3:hover .ewm { left: -125px; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 33.33%; height: 50px; float: left; position: relative; }

.contact-phone li a { display: block; height: 50px; }

.contact-phone .c3 img { position: absolute; bottom: 50px; left: 50%; margin-left: -60px; display: none; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 72px; } }

/*back-top*/
.back-top { width: 58px; height: 58px; background: url(../images/back-top.png) no-repeat center; -webkit-background-size: contain; background-size: contain; position: fixed; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; }

@media only screen and (max-width: 767px) { .back-top { width: 45px; height: 45px; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; font-family: "OpenSans"; }

.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; font-family: "OpenSans"; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

@media screen and (max-width: 767px) { .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: solid 1px #D2D2D2; padding: 40px 0 0; margin-bottom: 0; }

.m-oths .oths-item { line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #888; padding-left: 36px; }

.m-oths .oths-item a { color: #333; }

.m-oths .oths-item a:hover { color: #238AD5; }

.m-oths .oths-item-1 { margin-bottom: 13px; background: url(../images/other1.png) no-repeat left top; }

.m-oths .oths-item-2 { background: url(../images/other2.png) no-repeat left top; }

.m-oths .item-name { color: #888; text-transform: uppercase; }

.m-oths a { color: #333; }

@media only screen and (max-width: 767px) { .m-oths { padding: 20px 0 0; }
  .m-oths .oths-item { font-size: 12px; font-size: 1.2rem; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background-color: transparent; font-family: "OpenSans-Semibold"; line-height: 24px; padding: 11px 0 12px 26px; border-bottom: solid 1px #BFBFBF; background: url(../images/bread.png) no-repeat left 15px; text-transform: uppercase; overflow: hidden; }

.bread, .bread a { color: #666; }

.bread a:hover, .bread .bread-active { color: #238AD5; }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #238AD5; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #238AD5; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #238AD5; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #238AD5; }

/* Internet Explorer 10+ */
.search { position: relative; margin-left: 40px; margin-top: 7px; }

.search .search-icon { cursor: pointer; width: 19px; height: 19px; display: block; background: url(../images/search.png) no-repeat center; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 35px; right: 0; z-index: 999; width: 278px; height: 32px; border-radius: 16px; border: solid 1px #BFBFBF; background-color: #FFFFFF; cursor: pointer; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 35px 0 9px; cursor: pointer; font-size: 12px; font-size: 1.2rem; }

.search .search-submit { position: absolute; background: url(../images/search.png) no-repeat center center; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; }

/*-------------header start----------------------------------------------------------------*/
.header { position: relative; }

.h-top { background: #F7F7F7 url(../images/nav5.png) no-repeat bottom center; padding: 31px 0 25px; }

.h-top p { display: inline-block; float: left; }

.h-top .ft-contact, .h-top .ft-sn { float: left; font-family: "OpenSans-Bold"; font-size: 24px; font-size: 2.4rem; height: 56px; line-height: 48px; }

.h-top .ft-contact, .h-top .ft-contact a, .h-top .ft-sn, .h-top .ft-sn a { color: #184E88; }

.h-top .ft-contact a:hover, .h-top .ft-sn a:hover { text-decoration: underline; }

.h-top .ft-contact { background: url(../images/nav1.png) no-repeat left center; padding-left: 82px; }

.h-top .ft-sn { background: url(../images/nav2.png) no-repeat left center; padding-left: 66px; margin-left: 70px; }

.h-top .ft-btn { display: inline-block; width: 224px; height: 44px; line-height: 44px; background: #0058A9 url(../images/nav3.png) no-repeat 19px center; border-radius: 8px; font-family: "OpenSans-Semibold"; color: #FFFFFF; font-size: 16px; font-size: 1.6rem; padding-left: 60px; margin-left: 120px; margin-top: 5px; text-transform: uppercase; }

.h-top .ft-box { float: right; font-family: "OpenSans-Semibold"; font-size: 16px; font-size: 1.6rem; line-height: 24px; background: url(../images/nav4.png) no-repeat left center; padding-left: 38px; margin-top: 1px; }

.h-top .ft-box, .h-top .ft-box a { color: #184E88; }

.h-top .ft-box a:hover { text-decoration: underline; }

@media screen and (max-width: 1219px) { .h-top .ft-contact, .h-top .ft-sn { font-size: 20px; font-size: 2rem; padding-left: 66px; }
  .h-top .ft-sn, .h-top .ft-btn { margin-left: 45px; } }

@media screen and (max-width: 999px) { .h-top { padding: 15px 0; }
  .h-top p { width: 26%; }
  .h-top .ft-contact { width: 20%; }
  .h-top .ft-sn { width: 24%; }
  .h-top .ft-contact, .h-top .ft-sn { font-size: 16px; font-size: 1.6rem; padding-left: 30px; -webkit-background-size: 20px 20px; background-size: 20px; height: 40px; line-height: 40px; }
  .h-top .ft-sn, .h-top .ft-btn { margin-left: 0; }
  .h-top .ft-btn { width: 170px; height: 40px; line-height: 20px; font-size: 14px; font-size: 1.4rem; background-position-x: 10px; padding-left: 45px; margin: 0; }
  .h-top .ft-box { width: 23%; font-size: 14px; font-size: 1.4rem; -webkit-background-size: 20px 20px; background-size: 20px; padding-left: 30px; } }

.h-bot { position: absolute; top: 100%; left: 0; width: 100%; z-index: 99; }

.logobox { width: 643px; height: 147px; background: url(../images/logo1.png) no-repeat center; position: absolute; top: 0; left: 0; padding: 9px 0 0 59px; }

.logo { display: block; }

.hb-box { float: right; background-color: #FFFFFF; border-radius: 27.5px; padding: 13px 49px 12px 0; margin-top: 40px; }

.navlist { float: right; }

.navlist > li { float: left; border-right: solid 1px #666; width: 132px; position: relative; }

.navlist > li > a { text-align: center; font-size: 16px; font-size: 1.6rem; font-family: "OpenSans-Semibold"; text-transform: uppercase; display: block; line-height: 30px; padding: 0 10px; }

.navlist > li:first-child { width: 126px; }

.navlist > li:first-child a { text-align: right; }

.navlist .nav-active > a, .navlist > li:hover > a { color: #238AD5; }

.navlist li:hover .yijibox { top: 100%; }

.yijibox { border-top: solid 11px transparent; background-color: transparent; position: absolute; top: -9999px; left: 0; width: 235px; z-index: 99; }

.yiji { width: 100%; border: solid 1px #eee; background-color: #fff; -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35); }

.yiji li { position: relative; padding: 0 10px; }

.yiji li:first-child a { border-top: 0; }

.yiji li a { border-top: solid 1px #BFBFBF; border-top: solid 1px rgba(191, 191, 191, 0.6); display: block; padding: 8px 9px; line-height: 30px; font-size: 18px; font-size: 1.8rem; }

.yiji li:hover:after { position: absolute; content: '>'; top: 8px; left: 9px; color: #238AD5; font-size: 20px; font-size: 2rem; line-height: 30px; }

.yiji li:hover > a { color: #238AD5; padding-left: 25px; }

.yiji li:hover .erji { left: 235px; }

.erji { position: absolute; left: -9999px; top: 0; z-index: 99; width: 235px; border: solid 1px #eee; background-color: #fff; -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35); }

@media screen and (max-width: 1500px) { .logobox {width: 100%; max-width: 330px; height: 147px; background: none; position: absolute; top: 0; left: 0; padding: 9px 0 0 40px; } }

@media screen and (max-width: 1219px) { .logobox {width: 100%;/* height: auto; *//* padding: 9px 0 0 10px; */max-width: 280px;}
  .logo { width: 320px; }
  .hb-box { float: right; background-color: #FFFFFF; border-radius: 27.5px; padding: 13px 25px 12px 0; margin-top: 25px; }
  .navlist > li { width: 120px; }
  .navlist > li:first-child { width: 90px; }
  .search { margin-left: 20px; } }

@media screen and (max-width: 999px) { .h-bot { position: relative; top: auto; }
  .logobox { position: relative; top: auto; left: auto; margin: 0 auto; padding: 0; }
  .logo { margin: 0 auto; }
  .hb-box { width: 100%; margin-top: 0; padding: 0; }
  .navlist { width: 95%; float: left; padding: 10px 0; }
  .navlist > li { width: 20% !important; text-align: center !important; border: 0; }
  .search { margin-left: 0; margin-top: 15px; } }

@media screen and (max-width: 767px) { .header { padding: 15px 0 0; }
  .h-top, .navlist { display: none; }
  .h-bot .wp { position: absolute; top: 0; width: auto; right: 45px; }
  .search { margin-top: -8px; }
  .logo { width: 250px; margin: 0 auto 15px; } }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; line-height: 36px; }

.navlist1 > li > a { color: #333; display: block; text-transform: uppercase; font-family: "OpenSans-Semibold"; }

.navlist1 .nav-active a, .navlist1 li:hover a { color: #238AD5; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; }

/* Internet Explorer 10+ */
.footer { background: url(../images/web2.png) no-repeat top left; }

.footer, .footer li, .footer p, .footer span, .footer a, .footer strong { color: #333; }

.footer a:hover { color: #238AD5; }

.footer-title { text-transform: uppercase; font-size: 24px; font-size: 2.4rem; font-family: "OpenSans-Semibold"; margin-bottom: 22px; }

.f-top { padding-top: 119px; padding-bottom: 30px; border-bottom: solid 1px #939393; }

.flist1 { width: 362px; padding-right: 50px; float: left; }

.flist1 li { line-height: 34px; font-size: 14px; font-size: 1.4rem; }

.flist2 { float: left; width: 336px; }

.flist2 li { line-height: 34px; font-size: 14px; font-size: 1.4rem; padding-left: 35px; }

.flist2 .item1 { background: url(../images/f1.png) no-repeat left center; }

.flist2 .item2 { background: url(../images/f2.png) no-repeat left center; }

.flist2 .item3 { background: url(../images/f3.png) no-repeat left center; }

.flist2 .item4 { background: url(../images/f4.png) no-repeat left center; }

.flist2 .item5 { background: url(../images/f5.png) no-repeat left center; }

.flist2 .item5 { background-position-y: 6px; }

.flist3 { width: 395px; float: right; }

.flist3 .footer-title { padding-bottom: 9px; }

.f-follow li { float: left; width: 41px; margin-right: 17px; }

.f-follow li img { display: block; width: 100%; max-width: 41px; margin: 0 auto; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.f-follow li img:hover { margin-top: 5px; margin-top: -5px; }

.copyright { padding: 20px 0 0; line-height: 30px; }

.copyright img { margin-left: 5px; display: inline-block; }

.links { background-color: #EAEFF5; line-height: 30px; padding: 13px 0 23px; }

.links .title { display: inline-block; }

.links a { margin: 0 15px; display: inline-block; }

@media screen and (max-width: 1219px) { .flist1 { width: 210px; } }

@media screen and (max-width: 999px) { .footer { background-color: #EAEFF5; }
  .f-top { padding-top: 50px; padding-bottom: 30px; border-bottom: 0; }
  .flist2, .flist3 { width: 38%; }
  .flist1, .flist2 { padding-right: 20px; }
  .flist1 { width: 24%; }
  .f-follow li { margin-right: 8px; width: 35px; } }

@media screen and (max-width: 767px) { .flist1, .flist2, .links, .footer-title { display: none; }
  .flist3 { width: 100%; }
  .copyright { line-height: 24px; padding-top: 10px; }
  .f-top { padding: 20px 0 10px; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-title { position: relative; font-family: "OpenSans-Semibold"; font-size: 36px; font-display: 3.6rem; text-transform: uppercase; padding-bottom: 21px; }

.index-title span { color: #238AD5; }

.index-title:after { position: absolute; content: ''; width: 72px; height: 3px; background-color: #238AD5; bottom: 0; left: 50%; margin-left: -36px; }

.index-title a:hover { color: #238AD5; }

@media screen and (max-width: 1219px) { .index-title { font-size: 32px; font-display: 3.2rem; padding-bottom: 15px; } }

@media screen and (max-width: 999px) { .index-title { font-size: 30px; font-display: 3rem; } }

@media screen and (max-width: 767px) { .index-title { font-size: 24px; font-display: 2.4rem; padding-bottom: 10px; } }

.procate-box { padding: 64px 0 188px; }

@media screen and (max-width: 1219px) { .procate-box { padding: 64px 0 100px; } }

@media screen and (max-width: 999px) { .procate-box { padding: 50px 0 50px; } }

@media screen and (max-width: 767px) { .procate-box { padding: 30px 0 30px; } }

.procate-box .item-left { float: left; width: 515px; margin-right: 7px; background-color: #F6F6F6; }

.procate-box .item-left .item-body { padding: 48px 30px 0 22px; }

.procate-box .item-left .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 30px; }

.procate-box .item-left .item-btn { position: relative; display: block; width: 144px; height: 41px; border-radius: 20px; background: url(../images/web3.png) no-repeat center; padding-left: 21px; color: #FFFFFF; line-height: 42px; margin-top: 28px; }

.procate-box .item-left .item-btn:after { position: absolute; content: ''; width: 19px; height: 7px; background: url(../images/web4.png) no-repeat center; top: 50%; margin-top: -3px; right: 26px; }

.procate-box .item-left .item-pic { width: 100%; margin-top: 28px; }

.procate-box .item-left .item-pic img { display: block; max-width: 515px; width: 100%; margin: 0 auto; }

.procate-box .index-title:after { left: 6px; margin-left: 0; }

.procate-box .item-right { overflow: hidden; max-width: 679px; }

.procate-box .item-right .item-pic { position: relative; float: left; }

.procate-box .item-right .item-pic img { display: block; width: 100%; margin: 0 auto; }

.procate-box .item-right .item-pic:hover .item-backdrop { top: 0; }

.procate-box .item-right .item-pic1 { width: 100%; margin-bottom: 7px; }

.procate-box .item-right .item-pic1 img { max-width: 679px; }

.procate-box .item-right .item-pic2, .procate-box .item-right .item-pic3 { width: 49.3372%; }

.procate-box .item-right .item-pic2 img, .procate-box .item-right .item-pic3 img { max-width: 335px; }

.procate-box .item-right .item-pic3 { margin-left: 1.3255%; }

.procate-box .item-right .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background-color: #238AD5; background-color: rgba(35, 138, 213, 0.7); font-family: "OpenSans-Semibold"; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.procate-box .item-right .item-body { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -51px; }

.procate-box .item-right .item-title { font-size: 30px; font-size: 3rem; line-height: 30px; text-align: center; }

.procate-box .item-right .item-title, .procate-box .item-right .item-title a { color: #FFFFFF; }

.procate-box .item-right .item-btn { display: block; width: 175px; height: 47px; line-height: 46px; color: #238AD5; font-size: 16px; font-size: 1.6rem; text-align: center; background: #FFFFFF; border-radius: 24px; margin: 26px auto 0; }

@media screen and (max-width: 1219px) { .procate-box .item-left { width: 400px; }
  .procate-box .item-left .item-pic { margin-top: 5px; }
  .procate-box .item-left .item-body { padding: 32px 15px 0 15px; }
  .procate-box .item-left .item-desc { margin-top: 20px; } }

@media screen and (max-width: 999px) { .procate-box .item-left { width: 100%; margin: 0 auto 10px; float: none; }
  .procate-box .item-right { width: 100%; margin: 0 auto; }
  .procate-box .item-right .item-backdrop { position: relative; top: auto; left: auto; }
  .procate-box .item-right .item-body { position: relative; top: auto; left: auto; margin-top: auto; padding: 15px 0; }
  .procate-box .item-right .item-title { font-size: 20px; font-size: 2rem; }
  .procate-box .item-right .item-btn { height: 40px; line-height: 40px; border-radius: 20px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .procate-box .item-left .item-body { padding: 20px 10px 0 10px; }
  .procate-box .item-left .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px; }
  .procate-box .item-left .item-btn { font-size: 14px; font-size: 1.4rem; margin-top: 15px; }
  .procate-box .item-right .item-title { font-size: 16px; font-size: 1.6em; }
  .procate-box .item-right .item-btn { width: 120px; font-size: 14px; font-size: 1.4rem; height: 36px; line-height: 36px; border-radius: 18px; } }

.index-about { padding-bottom: 95px; background: url(../images/web1.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; }

.index-about .item-videobox { overflow: hidden; float: left; width: 50%; max-width: 600px; margin: -97px 38px 0 0; }

.index-about .item-video { position: relative; overflow: hidden; padding-bottom: 77.6666666%; /*宽除以高*/ height: 0; }

.index-about .item-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.index-about .item-video iframe body { margin: 0px !important; }

@media screen and (max-width: 1219px) { .index-about .item-videobox { margin: -50px 38px 0 0; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0 70px; }
  .index-about .item-videobox { margin: 0 20px 0 0; } }

@media screen and (max-width: 767px) { .index-about .item-videobox { width: 100%; margin: 0 auto; float: none; } }

.index-about .item-body { padding-top: 37px; }

.index-about .index-title, .index-about .index-title a { color: #FFFFFF; }

.index-about .index-title:after { display: none; }

.index-about .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; font-family: "OpenSans-Semibold"; margin-top: -5px; margin-bottom: 22px; }

.index-about .item-title, .index-about .item-title a { color: #FFFFFF; }

.index-about .item-desc { line-height: 30px; display: inline; }

.index-about .item-desc, .index-about .item-desc a { color: #FFFFFF; }

.index-about .item-btn { color: #238AD5; line-height: 30px; margin-top: 15px; display: block; }

@media screen and (max-width: 999px) { .index-about .item-body { padding-top: 0px; } }

@media screen and (max-width: 767px) { .index-about .item-body { padding: 30px 0 0; }
  .index-about .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; }
  .index-about .item-desc { line-height: 24px; } }

.ad-list { background-color: #FFFFFF; -webkit-box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15); box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15); border-radius: 5px; margin-top: -50px; }

.ad-list .item1 .item-pic { background: url(../images/ad1.png) no-repeat center; -webkit-background-size: contain; background-size: contain; }

.ad-list .item2 .item-pic { background: url(../images/ad2.png) no-repeat center; -webkit-background-size: contain; background-size: contain; }

.ad-list .item3 .item-pic { background: url(../images/ad3.png) no-repeat center; -webkit-background-size: contain; background-size: contain; }

.ad-list .item4 .item-pic { background: url(../images/ad4.png) no-repeat center; -webkit-background-size: contain; background-size: contain; }

.ad-list .list-item { width: 25%; float: left; position: relative; padding: 25px 0 17px; }

.ad-list .list-item:after { position: absolute; content: ''; top: 30px; bottom: 30px; background-color: #666; background-color: rgba(113, 113, 113, 0.3); width: 1px; left: 0; }

.ad-list .list-item:first-child:after { display: none; }

.ad-list .item-pic { width: 100%; margin: 0 auto; height: 39px; }

.ad-list .item-desc { text-align: center; padding: 0 52px; font-size: 16px; font-size: 1.6rem; line-height: 22px; height: 44px; margin-top: 15px; }

.ad-list .item-desc, .ad-list .item-desc a { color: #717171; }

@media screen and (max-width: 1219px) { .ad-list .item-desc { padding: 0 30px; } }

@media screen and (max-width: 999px) { .ad-list .item-desc { padding: 0 15px; font-size: 14px; font-size: 1.4rem; height: 66px; } }

@media screen and (max-width: 640px) { .ad-list .list-item { width: 50%; padding: 15px 0 10px; }
  .ad-list .list-item:after { display: none; } }

.hot-products { padding: 68px 0 0; text-align: center; }

.hot-products .wp > .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 966px; margin: 18px auto 0; }

.hot-products .wp > .item-desc, .hot-products .wp > .item-desc a { color: #666; display: block; }

.hot-products .wp > .item-desc a:hover { color: #238AD5; }

@media screen and (max-width: 999px) { .hot-products { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .hot-products { padding: 30px 0 0; }
  .hot-products .wp > .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.hotpro-list .list-item { float: left; width: 19.6875%; margin-left: 0.390625%; margin-top: 54px; }

.hotpro-list .item-pics { width: 100%; padding: 0 3px 28px; background: url(../images/web5.png) no-repeat center bottom; -webkit-background-size: 100% 100%; background-size: 100%; }

.hotpro-list .item-pic { position: relative; width: 100%; border: solid 1px #717171; border: solid 1px rgba(113, 113, 113, 0.3); border-radius: 5px; }

.hotpro-list .item-pic img { display: block; width: 100%; max-width: 370px; margin: 0 auto; }

.hotpro-list .item-pic:hover .item-backdrop { top: 0; }

.hotpro-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #238AD5 url(../images/web6.png) no-repeat center; background: rgba(35, 138, 213, 0.7) url(../images/web6.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.hotpro-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 40px; margin-top: 7px; }

@media screen and (max-width: 1850px) { .hotpro-list .item-pics { padding: 0 3px 24px; } }

@media screen and (max-width: 1650px) { .hotpro-list .item-pics { padding: 0 3px 20px; } }

@media screen and (max-width: 1320px) { .hotpro-list .item-pics { padding: 0 3px 18px; } }

@media screen and (max-width: 1219px) { .hotpro-list .item-pics { padding: 0 3px 15px; } }

@media screen and (max-width: 999px) { .hotpro-list .list-item { width: 31.33%; margin: 30px 1% 0; }
  .hotpro-list .item-backdrop { display: none; } }

@media screen and (max-width: 767px) { .hotpro-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 0; }
  .hotpro-list .list-item { margin-top: 20px; } }

@media screen and (max-width: 620px) { .hotpro-list .list-item { width: 48%; margin: 20px 1% 0; } }

@media screen and (max-width: 400px) { .hotpro-list .item-pics { padding: 0 3px 11px; } }

.latest-news { padding: 80px 0 71px; }

.latest-news .index-title { text-align: center; }

@media screen and (max-width: 1219px) { .latest-news { padding: 70px 0; } }

@media screen and (max-width: 999px) { .latest-news { padding: 50px 0; } }

@media screen and (max-width: 767px) { .latest-news { padding: 30px 0; } }

.latest-list .list-item { float: left; width: 386px; margin-left: 21px; margin-top: 51px; }

.latest-list .item-pics { position: relative; width: 100%; overflow: visible; }

.latest-list .item-pics a { display: block; overflow: hidden; }

.latest-list .item-pics img { display: block; max-width: 370px; margin: 0 auto; width: 100%; }

.latest-list .item-date { position: absolute; width: 64px; height: 70px; background-color: #238AD5; left: 0; bottom: -10px; text-align: center; font-size: 12px; font-size: 1.2rem; padding-top: 5px; }

.latest-list .item-date, .latest-list .item-date span { color: #FFFFFF; }

.latest-list .item-date span { font-size: 30px; font-size: 3rem; display: block; font-family: "OpenSans-Bold"; margin-bottom: -4px; }

.latest-list .item-title { font-family: "OpenSans-Semibold"; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 28px; }

.latest-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 8px; padding-bottom: 28px; border-bottom: solid 1px #E5E5E5; }

.latest-list .item-desc a { height: 48px; overflow: hidden; }

.latest-list .item-btn { display: block; width: 170px; height: 36px; line-height: 36px; background: #A0A0A0 url(../images/web4.png) no-repeat 127px center; border-radius: 18px; font-size: 16px; font-size: 1.6rem; color: #FFFFFF; padding-left: 27px; margin-top: 28px; }

.latest-list .item-btn:hover { background-color: #238AD5; }

@media screen and (max-width: 1219px) { .latest-list .list-item { width: 312px; margin-left: 21px; } }

@media screen and (max-width: 999px) { .latest-list .list-item { width: 31.33%; margin: 30px 1% 0; } }

@media screen and (max-width: 767px) { .latest-list .list-item { width: 48%; }
  .latest-list .item-date { width: 60px; height: 50px; left: -6px; bottom: -6px; padding-top: 0; }
  .latest-list .item-date span { font-size: 22px; font-size: 2.2rem; margin-bottom: 0px; }
  .latest-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 20px; }
  .latest-list .item-desc { padding-top: 8px; padding-bottom: 15px; line-height: 22px; }
  .latest-list .item-desc a { height: 44px; }
  .latest-list .item-btn { font-size: 14px; font-size: 1.4rem; margin-top: 15px; width: 130px; background-position-x: 100px; padding-left: 20px; } }

@media screen and (max-width: 400px) { .latest-list .list-item { width: 98%; } }

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 45px 0 100px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 45px 0 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 45px 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------products1 start-------------------------------------------------------------*/
.pro-left { width: 260px; }

.pro-main { width: 873px; }

.pro2-main { width: 888px; }

@media screen and (max-width: 1219px) { .pro-main, .pro2-main { width: 670px; } }

@media screen and (max-width: 999px) { .pro-left { width: 100%; margin-top: 20px; }
  .pro-main, .pro2-main { width: 100%; } }

.prolist { margin-bottom: 52px; }

.prolist li { float: left; width: 278px; margin-left: 19px; padding-bottom: 49px; }

.prolist .item-pic { width: 100%; border-radius: 5px; border: solid 1px #717171; border: solid 1px rgba(113, 113, 113, 0.3); position: relative; }

.prolist .item-pic img { display: block; width: 100%; max-width: 278px; margin: 0 auto; }

.prolist .item-pic:hover .item-backdrop { top: 0; }

.prolist .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #238AD5 url(../images/web6.png) no-repeat center; background: rgba(35, 138, 213, 0.7) url(../images/web6.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.prolist .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; text-align: center; margin-top: 10px; letter-spacing: 0.4px; }

.prolist .item-btnbox { margin-top: 9px; }

.prolist .item-btnbox input { margin-right: 10px; margin-left: 46px; position: relative; top: 3px; }

.prolist .item-btnbox .item-btn { display: inline-block; width: 136px; height: 32px; line-height: 30px; border: solid 1px #7D7D7D; color: #333; text-align: center; }

.prolist .item-btnbox .item-btn:hover { background-color: #238AD5; color: #FFFFFF; border-color: #238AD5; }

@media screen and (max-width: 1219px) { .prolist li { width: 214px; margin-left: 13px; }
  .prolist .item-btnbox { text-align: center; }
  .prolist .item-btnbox input { margin-right: 5px; margin-left: 0; } }

@media screen and (max-width: 999px) { .prolist li { width: 31.33%; margin: 0 1%; }
  .prolist .item-backdrop { display: none; } }

@media screen and (max-width: 767px) { .prolist { margin-bottom: 10px; }
  .prolist li { padding-bottom: 30px; }
  .prolist .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .prolist .item-btnbox { margin-top: 10px; }
  .prolist .item-btnbox input { margin-right: 5px; }
  .prolist .item-btnbox .item-btn { width: 110px; height: 30px; line-height: 28px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 550px) { .prolist li { padding-bottom: 20px; }
  .prolist li { width: 48%; margin: 0 1%; } }

/*pro-slide */
.proslide-title { width: 100%; line-height: 45px; background-color: #238AD5; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; text-align: center; margin-bottom: 16px; }

.proslide-title a { color: #FFFFFF; }

/* slidenav-list */
.slidenav-list { margin-bottom: 54px; }

.slidenav-list > li { margin-top: 8px; border: solid 1px #D2D2D2; }

.slidenav-list > li > a { font-size: 16px; font-size: 1.6rem; display: block; width: 100%; line-height: 24px; padding: 7px 10px 9px 48px; background: #EEEEEE url(../images/web8.png) no-repeat 14px center; position: relative; }

.slidenav-list > li > a:after { position: absolute; content: ''; top: 0; bottom: 0; left: 39px; width: 1px; background-color: #D2D2D2; }

.slidenav-active > a, .slidenav-list > li > a:hover { background: #238AD5 url(../images/web9.png) no-repeat 14px center !important; color: #FFFFFF; }

.slidenav-yiji { padding: 5px 0; }

.slidenav-yiji > li { padding: 0 10px 0 48px; line-height: 28px; }

.slidenav-yiji > li > a:hover { color: #238AD5; }

.slidenav-list2{padding:10px 0;border: solid 1px #D2D2D2;border-top:none;display: none;}

.slidenav-list2 >li >a{ display:block;padding:0 15px 0 43px;line-height:30px; }

@media screen and (max-width: 767px) { .slidenav-yiji > li { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }

@media screen and (max-width: 999px) { .proslide { width: 100%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .proslide { margin-top: 30px; }
  .slidenav-list { margin-bottom: 30px; }
  .proslide-title { font-size: 20px; font-size: 2rem; }
  .slidenav-list > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.pronews-list { background-color: #EEEEEE; border: solid 1px #CCCCCC; margin-top: 20px; }

.pronews-list li { width: 100%; border-bottom: solid 1px #CCCCCC; padding: 24px 21px 19px; }

.pronews-list li:last-child { border: 0; }

.pronews-list .item-title { line-height: 24px; background: url(../images/web7.png) no-repeat left center; padding-left: 27px; font-size: 16px; font-size: 1.6rem; }

.pronews-list .item-title a { display: block; }

.pronews-list .item-desc { margin-top: 8px; line-height: 24px; max-height: 48px; }

.pronews-list .item-desc, .pronews-list .item-desc a { color: #4d4d4d; }

@media screen and (max-width: 767px) { .pronews-list { margin-top: 0; }
  .pronews-list li { padding: 10px; }
  .pronews-list .item-title { font-size: 14px; font-size: 1.4rem; }
  .pronews-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 40px; } }

/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m-propic { margin: 0 auto; width: 629px; }

.m-propic .pic-big { position: relative; float: left; width: 523px; margin-right: 25px; }

.m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 5px; border: 1px solid #d7d7d7; border: 1px solid rgba(113, 113, 113, 0.3); }

.m-propic .big-img .zoomPad { float: none; z-index: 8; }

.m-propic .big-img .zoomPad img { border-radius: 5px; }

.m-propic .zoomWrapperImage img { max-width: 1200px; }

.m-propic .pic-small { position: relative; float: left; width: 81px; padding-top: 28px; padding-bottom: 28px; overflow: hidden; }

.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; height: 14px; background-repeat: no-repeat; background-position: center; cursor: pointer; }

.m-propic .pic-btn.prev { top: 0; background-image: url("../images/up.png"); }

.m-propic .pic-btn.prev:hover { background-image: url("../images/up_1.png"); }

.m-propic .pic-btn.next { bottom: 0; background-image: url("../images/down.png"); }

.m-propic .pic-btn.next:hover { background-image: url("../images/down_1.png"); }

.m-propic .pic-list { height: 443px; overflow: hidden; }

.m-propic .pic-list ul { height: 2000px; }

.m-propic .list-item { margin-bottom: 12px; overflow: visible; padding-left: 0; }

.m-propic .item-pics { display: block; border-radius: 5px; border: 1px solid #d7d7d7; border: 1px solid rgba(113, 113, 113, 0.3); position: relative; overflow: hidden; }

.m-propic .item-pics img { width: 100%; display: block; }

.m-propic .item-pics:hover, .m-propic .item-pics.zoomThumbActive { border-color: #238AD5; }

.m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-propic { max-width: 100%; float: none; }
  .m-propic .pic-big { height: auto; }
  /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }

@media screen and (max-width: 767px) { .m-propic1 { display: none; }
  .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 17px; height: 25px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
  .m-propic2 .box-btn.prev { left: 0; background-image: url(../images/prev2.png); }
  .m-propic2 .box-btn.next { right: 0; background-image: url(../images/next2.png); }
  .m-propic2 .box-btn.prev:hover { background-image: url(../images/prev2.png); }
  .m-propic2 .box-btn.next:hover { background-image: url(../images/next2.png); }
  .m-propic2 .box-list { overflow: hidden; }
  .m-propic2 .box-list ul { width: 1000%; }
  .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 5px; border: 1px solid #d7d7d7; border: 1px solid rgba(113, 113, 113, 0.3); overflow: hidden; } }

@media only screen and (max-width: 500px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 350px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info .item-title { font-size: 20px; font-size: 2rem; margin: 30px 0 34px; }

.pro2-info .pro-share { float: left; }

.pro2-btns { margin-bottom: 116px; float: right; }

.pro2-btn { width: 136px; height: 32px; color: #fff; display: inline-block; text-align: center; line-height: 30px; border: solid 1px #238AD5; background-color: #238AD5; }

.pro2-btn1 { margin-right: 13px; }

.pro2-btn:hover { background-color: #fff; color: #333; border-color: #333; }

@media only screen and (max-width: 1219px) { .pro2-btns { margin-bottom: 70px; } }

@media only screen and (max-width: 999px) { .pro2-info { text-align: center; }
  .pro2-info .item-title { background-image: none; padding-left: 0; }
  .pro2-info .pro-share { float: none; }
  .pro2-btns { float: none; margin-top: 20px; margin-bottom: 50px; } }

@media only screen and (max-width: 767px) { .pro2-info .pro2-title { font-size: 18px; font-size: 1.8rem; margin: 20px 0 15px; }
  .pro2-btns { margin-bottom: 30px; }
  .pro2-btn { height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }

@media only screen and (max-width: 400px) { .pro2-btn { width: 45%; }
  .pro2-btn1 { margin-right: 5%; } }

.pro2-title { font-family: "OpenSans-Semibold"; font-size: 30px; font-size: 3rem; border-bottom: solid 1px #BFBFBF; position: relative; padding-bottom: 17px; }

.pro2-title:after { position: absolute; content: ''; width: 119px; height: 5px; background-color: #238AD5; left: 0; bottom: -2px; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .pro2-title:after { height: 3px; } }

.pro2-descbox .pro2-title { text-transform: uppercase; font-size: 21px; font-size: 2.1rem; padding-bottom: 21px; }

.pro2-spec { padding: 26px 0 40px; line-height: 30px; }

.pro2-spec, .pro2-spec p, .pro2-spec li, .pro2-spec a, .pro2-spec span, .pro2-spec b, .pro2-spec strong, .pro2-spec dd, .pro2-spec em { color: #555; }

.pro2-spec img, .pro2-spec iframe { max-width: 100%; }

.pro2-spec .table table tr td { border: solid 1px #333; line-height: 32px; font-size: 18px; font-size: 1.8rem; padding: 0 25px; }

.pro2-spec .table table tr td:first-child { font-weight: bold; text-align: center; background-color: #e9e8e8; }

@media screen and (max-width: 767px) { .pro2-spec { padding: 20px 0 25px; line-height: 24px; }
  .pro2-spec .table table tr td { font-size: 14px; font-size: 1.4rem; padding: 0 5px; } }

.pro2-feadesc { padding-bottom: 32px; }

.pro2-feadesc .list-item { margin-top: 42px; }

.pro2-feadesc .list-item .item-pic { width: 340px; margin-right: 30px; float: left; }

.pro2-feadesc .list-item .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 340px; }

.pro2-feadesc .list-item .item-body { line-height: 30px; }

.pro2-feadesc .list-item .item-body, .pro2-feadesc .list-item .item-body p, .pro2-feadesc .list-item .item-body li, .pro2-feadesc .list-item .item-body dl, .pro2-feadesc .list-item .item-body a, .pro2-feadesc .list-item .item-body span, .pro2-feadesc .list-item .item-body b, .pro2-feadesc .list-item .item-body strong { color: #555; }

@media screen and (max-width: 767px) { .pro2-feadesc .list-item { margin-top: 25px; }
  .pro2-feadesc .list-item .item-body { line-height: 24px; } }

@media screen and (max-width: 600px) { .pro2-feadesc .list-item .item-pic { width: 100%; float: none; margin: 0 auto 20px; } }

.item-box .item-title { font-family: "OpenSans-Semibold"; font-size: 30px; font-size: 3rem; color: #238AD5; text-align: center; }

.item-box .item-btn { display: block; margin: 73px auto; width: 424px; height: 65px; line-height: 62px; background: #238AD5; -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.45); box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.45); border-radius: 5px; font-size: 24px; font-size: 2.4rem; color: #FFFFFF; text-align: center; }

@media screen and (max-width: 999px) { .item-box .item-title { font-size: 24px; font-size: 2.4rem; }
  .item-box .item-btn { margin: 50px auto; width: 350px; height: 50px; line-height: 50px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .item-box .item-title { font-size: 20px; font-size: 2rem; }
  .item-box .item-btn { margin: 30px auto; width: 260px; height: 40px; line-height: 38px; font-size: 18px; font-size: 1.8rem; } }

/*-------------products2 end---------------------------------------------------------------*/
/*-------------about start-----------------------------------------------------------------*/
.about-top .item-pic { width: 613px; float: left; margin-right: 48px; }

.about-top .item-pic img { display: block; margin: 0 auto; max-width: 613px; width: 100%; }

.about-top .item-body { overflow: hidden; display: inline; }

.about-top .item-title { font-size: 20px; font-size: 2rem; font-family: "OpenSans-Semibold"; line-height: 28px; color: #238AD5; margin-top: 7px; }

.about-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 24px; }

.about-top .item-subt { font-family: "OpenSans-Semibold"; }

@media screen and (max-width: 1219px) { .about-top .item-pic { width: 600px; margin-right: 30px; } }

@media screen and (max-width: 999px) { .about-top .item-pic { width: 450px; margin-right: 30px; } }

@media screen and (max-width: 767px) { .about-top .item-pic { width: 100%; margin-right: 0; float: none; margin: 0 auto 20px; }
  .about-top .item-title { font-size: 18px; font-size: 1.8rem; line-height: 28px; margin-top: 7px; }
  .about-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px; } }

.about-title { font-size: 36px; font-size: 3.6rem; font-family: "OpenSans-Bold"; text-transform: uppercase; }

.about-title span { background: url(../images/about7.png) no-repeat left center; padding-left: 42px; display: inline-block; }

@media screen and (max-width: 999px) { .about-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .about-title { font-size: 24px; font-size: 2.4rem; } }

.about-imgs { padding-bottom: 38px; }

.about-imgs .item-pic { float: left; width: 293px; margin-left: 9px; margin-top: 32px; position: relative; }

.about-imgs .item-pic:hover .item-backdrop { top: 0; }

.about-imgs .item-pic img { display: block; margin: 0 auto; max-width: 293px; width: 100%; }

.about-imgs .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #238AD5 url(../images/about6.png) no-repeat center; background: rgba(35, 138, 213, 0.7) url(../images/about6.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 1219px) { .about-imgs .item-pic { width: 238px; margin-left: 9px; margin-top: 32px; } }

@media screen and (max-width: 999px) { .about-imgs { padding-bottom: 25px; }
  .about-imgs .item-pic { width: 23%; margin: 30px 1% 0; }
  .about-imgs .item-backdrop { display: none; } }

@media screen and (max-width: 640px) { .about-imgs .item-pic { width: 48%; margin: 20px 1% 0; } }

.cerlist { padding-top: 50px; }

.cerlist .list-item { float: left; width: 235px; margin-left: 6px; margin-bottom: 15px; }

.cerlist .item-pics { width: 100%; }

.cerlist .item-pics img { display: block; margin: 0 auto; max-width: 235px; width: 100%; }

@media screen and (max-width: 1219px) { .cerlist .list-item { width: 191px; margin-left: 6px; margin-bottom: 15px; } }

@media screen and (max-width: 999px) { .cerlist .list-item { width: 23%; margin: 0 1% 15px; } }

@media screen and (max-width: 767px) { .cerlist { padding-top: 30px; }
  .cerlist .list-item { width: 31.33%; margin: 0 1% 15px; } }

@media screen and (max-width: 450px) { .cerlist .list-item { width: 48%; margin: 0 1% 15px; } }

/*-------------about end-------------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-list { padding: 0 0 55px; }

.news1-list li { margin-bottom: 51px; }

.news1-list .item-pic { float: left; width: 370px; margin-right: 30px; }

.news1-list .item-pic img { display: block; width: 100%; max-width: 402px; margin: 0 auto; }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold"; margin-top: 8px; }

.news1-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 31px; height: 93px; margin-top: 16px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #555; }

.news1-list .item-btnbox { margin-top: 32px; }

.news1-list .item-btn { color: #333; display: inline-block; width: 120px; height: 32px; line-height: 30px; text-align: center; border: 1px solid #333; border-radius: 16px; }

.news1-list .item-btn:hover { border-color: #238AD5; background-color: #238AD5; color: #fff; }

.news1-list .item-date { line-height: 32px; float: right; background: url(../images/date.png) no-repeat left center; padding-left: 19px; }

@media screen and (max-width: 999px) { .news1-list { padding: 0 0 20px; }
  .news1-list li { margin-bottom: 30px; }
  .news1-list .item-pic { width: 350px; margin-right: 30px; }
  .news1-list .item-btnbox { margin-top: 30px; } }

@media screen and (max-width: 767px) { .news1-list { padding: 0 0 10px; }
  .news1-list li { margin-bottom: 30px; }
  .news1-list .item-pic { width: 300px; margin-right: 20px; }
  .news1-list .item-title { font-size: 16px; font-family: 1.6rem; margin-top: 20px; }
  .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; }
  .news1-list .item-btnbox { margin-top: 20px; } }

@media screen and (max-width: 600px) { .news1-list .item-pic { width: 100%; float: none; }
  .news1-list .item-desc { height: auto; max-height: 72px; } }

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-detail { width: 870px; }

.news2-detail-box .item-title { font-size: 22px; font-size: 2.2rem; font-family: "OpenSans-Semibold"; }

.news2-detail-box .item-date { color: #333; line-height: 28px; margin-top: 23px; background: url(../images/date.png) no-repeat left center; padding-left: 19px; }

.news2-detail-box .item-spec { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #555; padding: 19px 0 90px; }

.news2-detail-box .item-spec p, .news2-detail-box .item-spec a, .news2-detail-box .item-spec span, .news2-detail-box .item-spec b, .news2-detail-box .item-spec li, .news2-detail-box .item-spec strong { color: #555; }

.news2-detail-box .item-spec img, .news2-detail-box .item-spec iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .news2-detail-box .item-spec { padding: 19px 0 70px; } }

@media screen and (max-width: 999px) { .news2-detail-box .item-spec { padding: 19px 0 50px; } }

@media screen and (max-width: 767px) { .news2-detail-box .item-spec { padding: 19px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news2-detail-box .item-title { font-size: 20px; font-size: 2rem; }
  .news2-detail-box .item-date { line-height: 24px; margin-top: 15px; } }

.news2-right { width: 274px; }

.news2-right .pro-share .share-title { margin-left: 11px; }

.back-btn { display: block; width: 222px; height: 51px; line-height: 50px; border-radius: 10px; background-color: #238AD5; font-size: 18px; font-size: 1.8rem; color: #FFFFFF; text-align: center; margin: 0 auto 26px; }

.news2-list { margin-top: 50px; }

.news2-list .list-item { padding-bottom: 16px; border-bottom: solid 1px #E5E5E5; margin-bottom: 36px; }

.news2-list .item-pic { width: 100%; }

.news2-list .item-pic img { width: 100%; max-width: 274px; margin: 0 auto; display: block; }

.news2-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; font-family: "OpenSans-Semibold"; margin-top: 9px; }

.news2-list .item-date { color: #333; line-height: 20px; margin-top: 7px; background: url(../images/date.png) no-repeat left center; padding-left: 19px; }

.news2-list .item-desc { line-height: 24px; height: 48px; margin-top: 13px; }

@media screen and (max-width: 999px) { .news2-list { max-width: 580px; margin: 50px auto 0; }
  .news2-list .list-item { float: left; width: 48%; margin: 0 1% 20px; } }

@media screen and (max-width: 767px) { .news2-list { margin: 30px auto 0; }
  .news2-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news2-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 5px; }
  .news2-list .itme-date { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 350px) { .news2-list .list-item { width: 98%; } }

@media screen and (max-width: 1219px) { .news2-detail { width: 670px; } }

@media screen and (max-width: 999px) { .news2-detail { width: 100%; }
  .news2-right { width: 100%; margin-top: 30px; padding-left: 0; border: 0; padding-right: 0; }
  .back-btn { line-height: 40px; height: 40px; }
  .news2-right .pro-share { text-align: center; } }

@media screen and (max-width: 767px) { .back-btn { font-size: 16px; font-size: 1.6rem; } }

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/* contact_top */
.contact_top { background: #e5e5e5; border-radius: 8px; }

/* c_left */
.c_left { width: 465px; height: 603px; background: url(../images/c1.jpg) no-repeat left top; border-radius: 8px 0px 0px 8px; padding: 64px 50px 0 50px; margin-bottom: -1px; font-size: 16px; font-size: 1.6rem; }

.c_left .item-desc { color: #FFFFFF; line-height: 24px; margin-bottom: 16px; font-size: 14px; font-size: 1.4rem; }

.c_left li { width: 100%; line-height: 38px; color: #FFFFFF; padding-left: 27px; }

.c_left .item1 { background: url(../images/f1.png) no-repeat left center; }

.c_left .item2 { background: url(../images/f2.png) no-repeat left center; }

.c_left .item3 { background: url(../images/f3.png) no-repeat left center; }

.c_left .item4 { background: url(../images/f4.png) no-repeat left center; }

.c_left .item5 { background: url(../images/f5.png) no-repeat left center; }

.c_left .item1 { margin-top: 42px; }

.c_left .item5 { background-position-y: 5px; margin-top: 36px; line-height: 34px; }

.c_left a { color: #fff; }

.c_left a:hover { color: #238AD5; }

/* 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 { padding-top: 23px; padding-left: 14px; line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #238AD5; text-transform: uppercase; padding-bottom: 3px; font-weight: bold; }

.c_xp { padding-top: 13px; padding-bottom: 16px; }

.c_bt { width: 14px; float: left; color: #ff0000; font-family: Verdana; line-height: 36px; 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: 12px; font-size: 1.2rem; text-indent: 14px; color: #666666; width: 550px; border: solid 1px #cccccc; background: #fff; }

.c_textarea { font-family: Arial; float: left; font-size: 12px; font-size: 1.2rem; 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: 21px; }

.c_code .codeimg { width: 118px; height: 37px; border: solid 1px #CCCCCC; background-color: #FFFFFF; cursor: pointer; }

.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: #238AD5; width: 181px; height: 35px; line-height: 35px; font-size: 14px; font-size: 1.4rem; cursor: pointer; display: block; }

.map { margin: 50px auto 0; }

.map img { display: block; max-width: 1200px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 1219px) { .c_left { width: 399px; padding: 64px 30px 0 62px; }
  .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) { .contact_top { background: #e5e5e5; }
  .map { margin: 50px 0 0; }
  .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_right { float: none; width: 95%; margin: 0 auto; margin-top: 20px; }
  .c_title2 { padding-top: 0px; }
  .c_left_wrap { width: 90%; }
  .c_left_wrap .c_title { padding-bottom: 20px; }
  .c_code .c_codeinput { width: 95%; margin-right: 0; }
  .c_code .codeimg { width: 95%; margin-left: 14px; margin-top: 16px; }
  .c_code .c_send { width: 95%; margin-left: 14px; margin-top: 16px; } }

@media screen and (max-width: 767px) { .map { margin: 30px 0 0; }
  .c_left { padding-left: 20px; padding-right: 20px; }
  .c_left li { font-size: 14px; font-size: 1.4rem; line-height: 30px; }
  .c_title2 { font-size: 20px; font-size: 2rem; text-align: center; }
  .c_textarea { height: 120px; } }

@media screen and (max-width: 419px) { .c_left_wrap .c_tiyl { margin-bottom: 15px; } }

/*-------------contact end-----------------------------------------------------------------*/
.m-kf { position: fixed; *position: absolute; z-index: 999; right: 0; top: 20%; background-color: #EBEBEB; padding: 5px 0 0; font-family: Arial, Helvetica, sans-serif; }

.m-kf .list-item { position: relative; padding-top: 9px; padding-bottom: 8px; padding-left: 7px; padding-right: 7px; cursor: pointer; -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.m-kf .list-item:first-child .item-line { display: none; }

.m-kf .list-item .img { position: absolute; top: 0; right: 100%; padding: 0 5px; width: 100px; height: 100px; display: none; background-color: #fff; }

.m-kf .item-pics { margin-left: auto; margin-right: auto; display: block; line-height: 0; font-size: 0; width: 49px; }

.m-kf .item-pics img { display: block; margin: 0 auto; }

.m-kf .item-title { margin-top: 6px; font-size: 12px; font-size: 1.2rem; color: #333; text-align: center; }

.m-kf .item-title a { color: #333; }

.m-kf .item-line { position: absolute; left: 50%; top: 0; margin-left: -24px; display: block; width: 49px; height: 1px; background-color: #aaa; }

.m-kf .item-wx { position: absolute; right: 100%; top: 0; width: 120px; line-height: 0; font-size: 0; display: none; }
.m-kf .item-whatsapp { position: absolute; right: 100%; top: 0; width: 120px; line-height: 0; font-size: 0; display: none; }

@media screen and (max-width: 767px) { .m-kf { padding: 0; top: auto; right: auto; left: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }
  .m-kf .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column nowrap; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 0; }
  .m-kf .list-item .img { left: 0; top: auto; right: auto; bottom: 100%; }
  .m-kf .item-line { display: none; }
  .m-kf .item-wx { left: 0; right: auto; top: auto; bottom: 100%; }
  .m-kf .item-whatsapp { left: 0; right: auto; top: auto; bottom: 100%; } }

@media screen and (min-width: 768px) {
  .m-kf .kf-item2:hover .item-wx { display: block; }
  .m-kf .kf-item3:hover .item-whatsapp { display: block; }
}

.h-lan {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0 6px;
    cursor: pointer;
    position: relative;
    float:right;
    margin-top:15px;
    margin-left: 10px;
}

.h-lan .earth {
    font-size: 18px;
}

.h-lan i {
    font-size: 10px;
}
.h-lan .h-lan-t{
    width:unset !important;
}
.languageBox {
    position: absolute;
    background: #fff;
    top: 150%;
    border-radius: 10px;
    display: none;
    border: 1px solid var(--primary-color);
    left: -20px;
    z-index: 10002;
    box-shadow: -2px 10px 25px 0px rgba(0, 110.99999999999997, 173, 0.24)

}

.languageBox a {
    display: flex;
    padding: 10px;
    font-size: 14px;
    /* justify-content: space-between; */
}

.languageBox a img {
    display: inline-block;
    max-width: 26px;
    margin-right: 5px;
}

/*.languageBox a {*/
/*    display: block;*/
/*    padding: 15px 30px;*/
/*}*/

.languageBox a:hover {
    color: var(--primary-color);
}
.h-bot .h-lan {
    display: none;
}
@media screen and (max-width: 999px) { .h-bot { position: relative; top: auto; }
  .h-bot .h-lan {
    display: flex;
  }
}
.h-top .ft-box{
    float:left;
    margin-left: 15px;
}
@media (max-width:1000px){
    .h-lan{
        float:unset;
    }
}
@media (max-width:767px){
    .h-lan{
                position: absolute;
        top: -8px;
        right: 90px;
        margin-top:0px;
        
    }
}
/*# sourceMappingURL=style.css.map */
