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

html { font-size: 62.5%; }

body { margin: 0 auto; font-family: "Microsoft Yahei","微软雅黑"; 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: "Microsoft Yahei","微软雅黑"; 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: #4D4D4D; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #4D4D4D; opacity: 1; }

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

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #4D4D4D; 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-pics img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

[class*="-item"] .item-pics:hover img { -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }

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

[class*="-item"] .item-title a:hover { color: #F08519 !important; }

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

[class*="-item"] .item-subt a:hover { color: #F08519 !important; }

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

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

[class*="-item"] .item-desc a:hover { color: #F08519 !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; 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; }

.page a { width: 35px; height: 30px; line-height: 28px; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 2.5px 10px; border: solid 1px #e5e5e5; background-color: #fff; color: #333; font-size: 16px; font-size: 1.6rem; }

/*.page .prev { width: 113px; }*/

.page .next,.page .prev  { width: 61px !important; margin: 0 2px 10px; }

.page a:hover, .page .page-active { background-color: #5C5D58 !important; color: #FFFFFF !important; border-color: #5C5D58 !important; }


.page .prev.no:hover,.page .next.no:hover{ border: solid 1px #e5e5e5  !important; color: #333 !important; background: #fff !important;} 

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

.add-form { float: none; display: inline-block; background: url(../images/af-bg.png) no-repeat right center; padding-right: 20px; margin-left: 15px; }

.add-btn { width: 150px; height: 30px; line-height: 24px; text-align: center; border: solid 1px #5C5D58; background-color: #5C5D58; color: #FFFFFF; cursor: pointer; font-size: 16px; font-size: 1.6rem; }

.add-btn:hover { background-color: #5C5D58; color: #FFFFFF; border-color: #5C5D58; }

@media only screen and (max-width: 767px) { .fl { float: none; }
  .add-btn { font-size: 14px; font-size: 1.4rem; }
  .add-form { float: none; display: inline-block; }
  .page a { font-size: 14px; font-size: 1.4rem; } }

/*-------------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; }

.c4 { background: #3695b0; }

.c4 .iconfont { color: #f6f6f6; font-size: 37px; font-size: 3.7rem; }

.c1 { background: #12baea; }

.c1 .iconfont { color: #ebe6e3; font-size: 32px; font-size: 3.2rem; }

.c2 { background: #147ae6; }

.c2 .iconfont { color: #ebe6e3; font-size: 27px; font-size: 2.7rem; }

.c3 { background: #00b40c; }

.c3 .iconfont { color: #ebe6e3; font-size: 32px; font-size: 3.2rem; }

.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: 0; 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: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 43px; height: 34px; background-color: #666; text-align: center; line-height: 34px; }

.back-top .iconfont { font-size: 2px; font-size: 2rem; color: #fff; position: relative; z-index: 998; }

/*-------------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: #666; }

.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: #F08519; }

.m-oths .oths-item-1 { margin-bottom: 8px; }

.m-oths .iconfont { font-size: 26px; font-size: 2.6rem; color: #F08519; vertical-align: middle; margin-right: 5px; }

@media only screen and (max-width: 767px) { .m-oths { padding: 20px 0 0; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background-color: #f1f1f1; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 21px 0 12px; overflow: hidden; }

.bread .iconfont { font-size: 14px; font-size: 1.4rem; color: #666; margin-right: 7px; }

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

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

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 10px 0; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-top: 69px; margin-left: 35px; margin-right: 5px; }

@media screen and (max-width: 999px) { .search { margin-top: 66px; margin-left: 20px; margin-right: 0; } }

@media screen and (max-width: 767px) { .search { margin: 0; position: absolute; top: 10px; right: 40px; } }

.search .search-icon { cursor: pointer; display: block; width: 33px; height: 33px; background-color: #F7B513; text-align: center; line-height: 33px; border-radius: 50%; }

.search .search-icon .iconfont { color: #fff; }

@media screen and (max-width: 767px) { .search .search-icon { width: 28px; height: 28px; line-height: 27px; }
  .search .search-icon .iconfont { font-size: 14px; font-size: 1.4rem; } }

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

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #333; position: absolute; width: 29px; height: 16px; line-height: 16px; text-align: center; right: 0; top: 50%; margin-top: -8px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 32px; padding: 0 35px 0 9px; }

.search .search-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { background: url(../images/web1.jpg) no-repeat top center; background-size: cover; position: relative; }

.header .logo { float: left; display: block; margin: 29px 0 17px; }

@media screen and (max-width: 999px) { .header .logo { height: 70px; } }

@media screen and (max-width: 767px) { .header .logo { height: 50px; float: none; margin: 15px auto; } }

.header .navlist { float: right; margin-top: 73px; }

.header .navlist > li { position: relative; float: left; margin-left: 82px; padding-bottom: 26px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; 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: #F08519; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 50px; } }

@media screen and (max-width: 999px) { .header .navlist { margin-top: 70px; }
  .header .navlist > li { margin-left: 22px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@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: 300px; left: 50%; margin-left: -150px; border-top: solid 5px transparent; }

.header .yiji li { background-color: #fff; background-color: rgba(255, 255, 255, 0.8); position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 8px 30px 8px 37px; font-size: 18px; font-size: 1.8rem; }

.header .yiji li:hover > a { background-color: #F08519; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

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

@media screen and (max-width: 1344px) and (min-width: 1000px){ 
.header .erji, .header .sanji { width: 210px;  }
 }


.header .erji > li > a, .header .sanji > li > a { padding: 8px 20px; font-size: 16px; font-size: 1.6rem; }

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

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 5px; }

.navlist1 > li > a { font-weight: bold; text-transform: uppercase; display: inline-block; position: relative; line-height: 30px; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #F08519; }

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

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

/* WebKit browsers */
.footer :-o-placeholder { color: #555; opacity: 1; }

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

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

/* Internet Explorer 10+ */
.footer .f-top { background: url(../images/web4.jpg) no-repeat top center; background-size: cover; padding: 72px 0 29px; text-align: center; }

.footer .f-top a:hover { color: #F08519; }

@media screen and (max-width: 999px) { .footer .f-top { padding: 50px 0 29px; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 10px 0; } }

.footer .f-top .f-logo { display: block; margin: 0 auto; }

.footer .f-top .f-box1 { margin-top: 28px; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.footer .f-top .f-follow { margin-top: 32px; }

.footer .f-top .f-follow a { display: inline-block; margin: 0 10px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-top .f-follow a:hover { transform: rotate(360deg); -ms-transform: rotate(360deg); /* IE 9 */ -moz-transform: rotate(360deg); /* Firefox */ -webkit-transform: rotate(360deg); /* Safari 和 Chrome */ -o-transform: rotate(360deg); /* Opera */ }

.footer .f-top .f-follow .iconfont { font-size: 33px; font-size: 3.3rem; }

.footer .f-top .f-follow .icon-facebook { color: #3b5998; }

.footer .f-top .f-follow .icon-twitter { color: #00ACED; }

.footer .f-top .f-follow .icon-linkedin { color: #007AB9; }

.footer .f-top .f-follow .icon-pinterest { color: #ca2128; }

.footer .f-top .f-box2 { line-height: 26px; margin-top: 18px; font-family: "HelveticaLTStdRoman"; }

.footer .f-top .f-box2 a { display: inline-block; margin: 0 5px; }

.footer .f-top .f-form { margin-top: 23px; text-align: center; }

.footer .f-top .f-form div { display: inline-block; }

.footer .f-top .f-form input { height: 38px; line-height: 36px; border: solid 1px #333; background-color: #f3f3f3; padding: 0 13px; display: inline-block; }

.footer .f-top .f-form .input1 { width: 210px; margin-right: 22px; }

.footer .f-top .f-form .input2 { width: 152px; margin-right: 33px; }

.footer .f-top .f-form .item-img { width: 149px; cursor: pointer; }

.footer .f-top .f-form .item-img img { vertical-align: middle; }

.footer .f-top .f-form .item-btn { position: relative; width: 214px; background-color: #fff; position: relative; box-shadow: 2px 2px 0 rgba(51, 51, 51, 0.34); color: #555; margin-left: 27px; }

.footer .f-top .f-form .item-btn:hover { background-color: #333; color: #fff; }

@media screen and (max-width: 999px) { .footer .f-top .f-form input { width: 24% !important; }
  .footer .f-top .f-form .input1, .footer .f-top .f-form .input2 { margin-right: 1%; }
  .footer .f-top .f-form .item-btn { margin-left: 1%; } }

@media screen and (max-width: 767px) { .footer .f-top .f-box1, .footer .f-top .f-box2, .footer .f-top .f-form { display: none; }
  .footer .f-top .f-follow { margin-top: 15px; }
  .footer .f-top .f-follow a { margin: 0 5px; }
  .footer .f-top .f-logo { height: 50px; } }

.footer .f-bot { background-color: #505050; line-height: 24px; padding: 25px 0 23px; }

.footer .f-bot p { max-width: 828px; margin: 0 auto; }

.footer .f-bot, .footer .f-bot p, .footer .f-bot a { color: #fff; }

.footer .f-bot a:hover { color: #F08519; }

.footer .f-bot img { margin-left: 5px; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 10px 0; } }

.footer .links { margin-top: 10px; }

.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; font-family: "Impact"; font-size: 42px; font-size: 4.2rem; text-transform: uppercase; }

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

@media screen and (max-width: 1219px) { .index-title { font-size: 36px; font-size: 3.6rem; } }

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

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

.index-title1 { text-align: center; font-family: "Impact"; font-size: 48px; font-size: 4.8rem; text-transform: uppercase; }

.index-title1 a:hover { color: #F7B513; }

@media screen and (max-width: 1219px) { .index-title1 { font-size: 36px; font-size: 3.6rem; } }

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

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

/* index-title end */
/* who we are start */
.index-about { background: url(../images/web2.jpg) no-repeat center; background-size: cover; padding: 67px 0 81px; }

@media screen and (max-width: 1219px) { .index-about { padding: 67px 0; } }

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

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

.index-about .item-left { width: 48.16667%; position: relative; margin-top: 44px; }

@media screen and (max-width: 999px) { .index-about .item-left { width: 380px; } }

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

.index-about .bg1 { position: absolute; left: -5px; top: -4px; z-index: 0; }

.index-about .item-pic1 { width: 86.6782%; }

.index-about .item-pic1 img { display: block; margin: 0 auto; max-width: 501px; width: 100%; }

.index-about .item-pic2 { width: 34.60208%; margin-top: -22.61484%; position: relative; z-index: 2; }

.index-about .item-pic2 img { display: block; margin: 0 auto; max-width: 200px; width: 100%; }

.index-about .item-body { overflow: hidden; padding-left: 5%; }

@media screen and (max-width: 1219px) { .index-about .item-body { padding-left: 2.5%; } }

.index-about .item-subt { font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; position: relative; overflow: visible; padding-bottom: 2px; margin-top: 67px; }

.index-about .item-subt:after { position: absolute; content: ''; height: 2px; width: 143px; background-color: #5c5d58; left: -58px; bottom: 0; }

.index-about .item-subt, .index-about .item-subt a { color: #F7B513; }

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

@media screen and (max-width: 999px) { .index-about .item-subt { margin-top: 45px; } }

@media screen and (max-width: 767px) { .index-about .item-subt { margin-top: 30px; } }

.index-about .item-title { margin-top: 16px; font-family: "Impact"; font-size: 40px; font-size: 4rem; text-transform: uppercase; }

.index-about .item-title a:hover { color: #F7B513 !important; }

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 36px; font-size: 3.6rem; } }

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

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

.index-about .item-desc { margin-top: -4px; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.index-about .item-desc p { margin-top: 26px;text-indent: 2em; }

.index-about .item-desc a:hover { color: #F7B513 !important; }

@media screen and (max-width: 1219px) { .index-about .item-desc { font-size: 16px; font-size: 1.6rem; }
  .index-about .item-desc p { margin-top: 20px; } }

@media screen and (max-width: 999px) { .index-about .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .index-about .item-desc p { margin-top: 15px; } }

.index-about .item-btn { margin-top: 35px; display: block; width: 123px; height: 43px; background-color: #5C5D58; text-align: center; line-height: 44px; color: #fff; text-transform: uppercase; font-weight: bold; }

.index-about .item-btn:hover { background-color: #F7B513; }

@media screen and (max-width: 999px) { .index-about .item-btn { margin-top: 15px; height: 36px; line-height: 36px; } }

/* who we are end */
/* Hot Products start */
.index-hotpro { background-color: #f6f6f6; padding: 70px 0 68px; }

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

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

.index-hotpro .wp { width: 1236px; margin: auto; }

@media screen and (min-width: 1260px) { .index-hotpro .wp { width: 1236px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1259px) { .index-hotpro .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .index-hotpro .wp { width: 95%; margin: auto; } }

.indexhp-scroll { margin-top: 52px; position: relative; }

@media screen and (max-width: 1400px) { .indexhp-scroll { padding: 0 37px 0; } }

@media screen and (max-width: 999px) { .indexhp-scroll { padding: 0 60px 0; } }

@media screen and (max-width: 767px) { .indexhp-scroll { margin-top: 30px; padding: 0 50px 0; } }

.indexhp-scroll .scroll-btn { cursor: pointer; position: absolute; width: 37px; height: 68px; line-height: 68px; text-align: center; background-color: #c6c6c6; z-index: 99; top: 50%; margin-top: -58px; }

.indexhp-scroll .scroll-btn .iconfont { font-size: 14px; font-size: 1.4rem; color: #244359; }

.indexhp-scroll .scroll-btn:hover { background-color: #F7B513; }

.indexhp-scroll .scroll-btn:hover .iconfont { color: #fff; }

.indexhp-scroll .scroll-btn.prev { left: -52px; }

.indexhp-scroll .scroll-btn.next { right: -52px; }

@media screen and (max-width: 1400px) { .indexhp-scroll .scroll-btn { margin-top: -48px; }
  .indexhp-scroll .scroll-btn.prev { left: 0; }
  .indexhp-scroll .scroll-btn.next { right: 0; } }

@media screen and (max-width: 1259px) { .indexhp-scroll .scroll-btn { margin-top: -46px; } }

@media screen and (max-width: 999px) { .indexhp-scroll .scroll-btn { margin-top: -49px; } }

@media screen and (max-width: 767px) { .indexhp-scroll .scroll-btn { width: 26px; height: 40px; line-height: 40px; margin-top: -35px; } }

.indexhp-scroll .scroll-list-box { width: 100%; padding: 0 18px; overflow: hidden; }

@media screen and (max-width: 1400px) { .indexhp-scroll .scroll-list-box { padding: 0 23px; } }

@media screen and (max-width: 1259px) { .indexhp-scroll .scroll-list-box { padding: 0 19px; } }

@media screen and (max-width: 999px) { .indexhp-scroll .scroll-list-box { padding: 0; } }

.indexhp-scroll .scroll-list { width: 1000%; }

.indexhp-scroll .scroll-list li { float: left; position: relative; width: 3.08333%; margin-right: 0.375%; overflow: visible; padding-bottom: 31px; }

.indexhp-scroll .scroll-list li:after { position: absolute; content: ''; width: 401px; height: 107px; background: url(../images/web6.png) no-repeat bottom center; background-size: 100%; bottom: 0; left: -18px; z-index: 0; }

@media screen and (max-width: 1400px) { .indexhp-scroll .scroll-list li { padding-bottom: 29px; }
  .indexhp-scroll .scroll-list li:after { width: 376px; left: -23px; } }

@media screen and (max-width: 1259px) { .indexhp-scroll .scroll-list li { padding-bottom: 24px; }
  .indexhp-scroll .scroll-list li:after { width: 302px; left: -19px; } }

@media screen and (max-width: 999px) { .indexhp-scroll .scroll-list li { padding-bottom: 0; width: 3.2%; margin-right: 0.2%; }
  .indexhp-scroll .scroll-list li:after { display: none; } }

@media screen and (max-width: 640px) { .indexhp-scroll .scroll-list li { width: 4.9%; } }

@media screen and (max-width: 400px) { .indexhp-scroll .scroll-list li { width: 10%; margin-right: 0; } }

.indexhp-scroll .scroll-list li:hover .item-backdrop { top: 0; }

.indexhp-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; border: solid 1px #D9D9D9; background-color: #fff; z-index: 2; }

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

.indexhp-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.2); }

@media screen and (max-width: 999px) { .indexhp-scroll .scroll-list .item-backdrop { display: none; } }

.indexhp-scroll .scroll-list .item-body { position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px; border: solid 2px #fff; background: url(../images/web5.png) no-repeat right bottom; }

.indexhp-scroll .scroll-list .item-title { font-size: 22px; font-size: 2.2rem; font-weight: bold; text-align: center; text-transform: uppercase; line-height: 30px; position: absolute; left: 15px; right: 15px; top: 50%; margin-top: -15px; }

.indexhp-scroll .scroll-list .item-title, .indexhp-scroll .scroll-list .item-title a { color: #F7B513; }

.indexhp-scroll .scroll-list .item-subt { display: none; text-align: center; line-height: 30px; font-size: 16px; font-size: 1.6rem; font-weight: bold; }

@media screen and (max-width: 999px) { .indexhp-scroll .scroll-list .item-subt { display: block; } }

/* Hot Products end */
/* Our advantages start */
.index-adbox .item-title { font-family: "Impact"; font-size: 36px; font-size: 3.6rem; }

.index-adbox .item-title, .index-adbox .item-title span, .index-adbox .item-title a { color: #F7B513; }

.index-adbox .item-title span { font-size: 48px; font-size: 4.8rem; display: inline-block; margin-right: 5px; }

@media screen and (max-width: 1219px) { .index-adbox .item-title { font-size: 32px; font-size: 3.2rem; }
  .index-adbox .item-title span { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 999px) { .index-adbox .item-title { font-size: 30px; font-size: 3rem; }
  .index-adbox .item-title span { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 767px) { .index-adbox .item-title { font-size: 24px; font-size: 2.4rem; }
  .index-adbox .item-title span { font-size: 30px; font-size: 3rem; } }

.index-adbox .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 40px; }

.index-adbox .item-desc, .index-adbox .item-desc a { color: #333;text-indent: 2em; }

.index-adbox .item-desc a:hover { color: #F7B513 !important; }

@media screen and (max-width: 1519px) { .index-adbox .item-desc { margin-top: 28px; } }

@media screen and (max-width: 1219px) { .index-adbox .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }

@media screen and (max-width: 999px) { .index-adbox .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .index-adbox .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

.index-adbox .item-btn { margin-top: 38px; display: block; width: 135px; height: 41px; line-height: 38px; border: solid 2px #F7B513; text-align: center; font-weight: bold; color: #F7B513; text-transform: uppercase; }

.index-adbox .item-btn .iconfont { margin-left: 5px; }

@media screen and (max-width: 1519px) { .index-adbox .item-btn { margin-top: 23px; } }

@media screen and (max-width: 999px) { .index-adbox .item-btn { margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-adbox .item-btn { height: 32px; line-height: 30px; border-width: 1px; } }

.index-adbox .item-left { width: 50%; background: url(../images/web3.jpg) no-repeat bottom center; padding: 111px 0 73px; }

@media screen and (max-width: 1519px) { .index-adbox .item-left { padding: 70px 0 73px; } }

@media screen and (max-width: 1219px) { .index-adbox .item-left { padding: 50px 0; } }

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

@media screen and (max-width: 767px) { .index-adbox .item-left { padding: 30px 0; } }

.index-adbox .item-left .item-box { float: right; width: 600px; padding-right: 99px; }

@media screen and (max-width: 1219px) { .index-adbox .item-left .item-box { width: 490px; padding-right: 50px; } }

@media screen and (max-width: 999px) { .index-adbox .item-left .item-box { width: 100%; float: none; margin: 0 auto; padding: 0 2.5%; } }

.index-adbox .item-left .index-title1 { text-align: left; margin-bottom: 42px; }

@media screen and (max-width: 1519px) { .index-adbox .item-left .index-title1 { margin-bottom: 30px; } }

@media screen and (max-width: 1219px) { .index-adbox .item-left .index-title1 { margin-bottom: 20px; } }

@media screen and (max-width: 999px) { .index-adbox .item-left .index-title1 { text-align: center; } }

.index-adbox .item-left .item-pics { width: 100%; margin-top: 63px; max-width: 500px; }

@media screen and (max-width: 1219px) { .index-adbox .item-left .item-pics { margin-top: 30px; } }

.index-adbox .item-left .item-pic1 { width: 80%; }

.index-adbox .item-left .item-pic1 img { display: block; margin: 0 auto; max-width: 400px; width: 100%; }

.index-adbox .item-left .item-pic2 { width: 43%; margin-top: -13.0064%; }

.index-adbox .item-left .item-pic2 img { display: block; margin: 0 auto; max-width: 215px; width: 100%; }

.index-adbox .item-right { overflow: hidden; }

.index-adbox .item-right .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; max-width: 960px; }

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

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

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

.index-adbox .item-right .item-body { width: 600px; padding-left: 95px; padding-top: 70px; }

@media screen and (max-width: 1219px) { .index-adbox .item-right .item-body { width: 490px; padding-left: 50px; } }

@media screen and (max-width: 999px) { .index-adbox .item-right .item-body { width: 100%; padding: 50px 2.5% 0; } }

@media screen and (max-width: 767px) { .index-adbox .item-right .item-body { padding-top: 30px; } }

.index-adbox .item-right .item-desc { margin-top: 28px; }

@media screen and (max-width: 1219px) { .index-adbox .item-right .item-desc { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-adbox .item-right .item-desc { margin-top: 10px; } }

.index-adbox .item-right .item-btn { margin-top: 23px; }

@media screen and (max-width: 767px) { .index-adbox .item-right .item-btn { margin-top: 15px; } }

/* Our advantages end */
/* news center start */
.index-news { padding: 72px 0 0; }

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

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

.index-news .box-list { padding: 58px 0 0; }

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

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

.index-news .box-list .list-item { float: left; width: 30.83333%; margin-left: 3.75%; margin-bottom: 37px; }

@media screen and (max-width: 999px) { .index-news .box-list .list-item { width: 31.33%; margin: 0 1% 45px; } }

@media screen and (max-width: 767px) { .index-news .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 600px) { .index-news .box-list .list-item { width: 48%; } }

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

.index-news .box-list .item-pic { width: 100%; }

.index-news .box-list .item-pic img { display: block; max-width: 384px; margin: 0 auto; width: 100%; }

.index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; margin-top: 28px; }

.index-news .box-list .item-title a:hover { color: #F7B513 !important; }

@media screen and (max-width: 767px) { .index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

.index-news .box-list .item-date { line-height: 30px; margin-top: 3px; }

.index-news .box-list .item-date .iconfont { font-size: 14px; font-size: 1.4rem; color: #333; margin-right: 5px; }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { margin-top: 0; } }

.index-news .box-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 78px; margin-top: 12px; }

.index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #333;text-indent: 2em; }

.index-news .box-list .item-desc a:hover { color: #F7B513 !important; }

@media screen and (max-width: 999px) { .index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 5px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; } }

@media screen and (max-width: 400px) { .index-news .box-list .item-desc { height: auto; max-height: 72px; } }

/* news center end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 30px 0 70px; }

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

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

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

/*-------------1-1-prodcuts start----------------------------------------------------------*/
/* pro-nav start */
.pro-nav > li { float: left; margin-left: 49px; margin-bottom: 15px; }

.pro-nav > li > a { display: block; border: solid 2px #F08519; padding: 0 40px; font-size: 18px; font-size: 1.8rem; line-height: 40px; }

.pro-nav > li:hover > a, .pro-nav > li.active > a { background-color: #F08519; color: #fff; }

@media screen and (max-width: 1219px) { .pro-nav > li { margin-left: 24px; }
  .pro-nav > li > a { padding: 0 26px; } }

@media screen and (max-width: 999px) { .pro-nav > li { margin-left: 0; margin-right: 15px; }
  .pro-nav > li > a { font-size: 16px; font-size: 1.6rem; padding: 0 15px; line-height: 30px; } }

@media screen and (max-width: 767px) { .pro-nav > li { margin-right: 10px; }
  .pro-nav > li > a { font-size: 14px; font-size: 1.4rem; line-height: 28px; border-width: 1px; } }

/* pro-nav end */
/* pro1-list start */
.pro1-list { padding-bottom: 44px; padding-top: 37px; }

@media screen and (max-width: 999px) { .pro1-list { padding-bottom: 30px; padding-top: 20px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 20px; padding-top: 10px; } }

.pro1-list .list-item { float: left; width: 29.33333%; margin-left: 6%; margin-bottom: 50px; }

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

@media screen and (max-width: 640px) { .pro1-list .list-item { width: 48%; } }

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

.pro1-list .item-pic { width: 100%; border: solid 1px #D9D9D9; }

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

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; font-weight: bold; line-height: 30px; margin-top: 20px; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 10px; } }

.pro1-list .item-desc { margin-top: 18px; font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 52px; text-align: center; }

.pro1-list .item-desc, .pro1-list .item-desc a { color: #333; }

@media screen and (max-width: 999px) { .pro1-list .item-desc { margin-top: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; margin-top: 5px; } }

.pro1-list .item-btnbox { text-align: center; margin-top: 21px; }

.pro1-list .item-btnbox input { vertical-align: middle; margin-right: 5px; }

@media screen and (max-width: 999px) { .pro1-list .item-btnbox { margin-top: 15px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 10px; } }

.pro1-list .item-btn { display: inline-block; width: 115px; height: 30px; border-radius: 15px; line-height: 28px; border: solid 1px #737572; text-align: center; color: #737572; font-size: 16px; font-size: 1.6rem; }

.pro1-list .item-btn:hover { border: solid 1px #F08519; color: #F08519; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; } }

/* pro1-list end */
/*-------------1-1-prodcuts end------------------------------------------------------------*/
/*-------------1-2-prodcuts start----------------------------------------------------------*/
.pro-box { padding: 47px 0 0; }

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

.m-propic { margin: 0 auto 0; width: 643px; float: left; }

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

.m-propic .big-img { display: block; line-height: 0; font-size: 0; border: 1px solid #D9D9D9; }

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

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

.m-propic .pic-small { position: relative; float: right; width: 108px; padding: 53px 0; overflow: hidden; }

.m-propic1 .pic-btn { position: absolute; margin: 0 auto; left: 0; display: block; cursor: pointer; width: 100%; height: 28px; background-color: #F08519; text-align: center; line-height: 28px; }

.m-propic1 .pic-btn:hover { background-color: #F7B513; }

.m-propic1 .pic-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #fff; }

.m-propic1 .pic-btn.prev { top: 0; }

.m-propic1 .pic-btn.next { bottom: 0; }

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

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

.m-propic .list-item { margin-bottom: 27px; }

.m-propic .item-pics { overflow: visible; position: relative; display: block; border: 1px solid #D9D9D9; }

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

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

.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: 40px; padding-right: 40px; }
  .m-propic2 .pic-btn { position: absolute; top: 50%; margin-top: -13px; display: block; }
  .m-propic2 .pic-btn .iconfont { font-size: 30px; font-size: 3rem; color: #666; }
  .m-propic2 .pic-btn.prev { left: 0; }
  .m-propic2 .pic-btn.next { right: 0; }
  .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%; padding: 0; } }

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

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

.pro2-info { float: right; width: 508px; }

.pro2-info .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; position: relative; padding: 21px 0 18px; border-bottom: solid 1px #DCDCDC; }

.pro2-info .item-word { font-size: 18px; font-size: 1.8rem; color: #666; line-height: 30px; min-height: 253px; padding: 24px 0 20px; }

.pro2-info .item-word p, .pro2-info .item-word li, .pro2-info .item-word strong, .pro2-info .item-word a { color: #666;text-indent: 2em; }

.pro2-info .item-word img, .pro2-info .item-word iframe { max-width: 100%; }

.pro2-info .item-btns { margin-bottom: 69px; }

.pro2-info .item-btn { float: left; width: 170px; height: 40px; line-height: 40px; border-radius: 20px; background-color: #aaaaaa; display: inline-block; text-align: center; color: #fff; font-size: 18px; font-size: 1.8rem; }

.pro2-info .item-btn:hover { background-color: #5C5D58; color: #FFFFFF; }

.pro2-info .item-btn:first-child { margin-right: 62px; }

@media only screen and (max-width: 1219px) { .pro2-info { float: none; width: 100%; margin-top: 30px; }
  .pro2-info .item-word { min-height: auto; }
  .pro2-info .item-btns { margin-bottom: 50px; } }

@media only screen and (max-width: 999px) { .pro2-info .item-btns { margin-bottom: 30px; }
  .pro2-info .item-word { font-size: 16px; font-size: 1.6rem; } }

@media only screen and (max-width: 767px) { .pro2-info { margin-top: 20px; }
  .pro2-info .item-word { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 15px 0; }
  .pro2-info .item-title { font-size: 20px; font-size: 2rem; padding: 0 0 15px; }
  .pro2-info .item-btns { margin-bottom: 20px; }
  .pro2-info .item-btn { height: 32px; line-height: 32px; border-radius: 16px; font-size: 16px; font-size: 1.6rem; }
  .pro2-info .item-btn:first-child { margin-right: 30px; } }

@media only screen and (max-width: 400px) { .pro2-info .item-btn { width: 45%; float: left; margin: 0 2.5% !important; } }

/* pro2-title start */
.pro2-title { font-weight: bold; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; position: relative; }

.pro2-title span { background-color: #fff; display: inline-block; padding-right: 8px; }

.pro2-title:after { position: absolute; content: ''; width: 100%; right: 0; height: 3px; background-color: #DFDFDF; top: 50%; margin-top: -1.5px; z-index: -1; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; } }

/* pro2-title end */
/* pro2-specbox start */
.pro2-specbox { padding: 92px 0 64px; }

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

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

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

.pro2-specbox .item-title { font-weight: bold; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; margin-top: 40px; margin-bottom: 15px; }

@media screen and (max-width: 767px) { .pro2-specbox .item-title { font-size: 20px; font-size: 2rem; margin-top: 20px; margin-bottom: 10px; } }

.pro2-specbox .item-body { padding-bottom: 8px; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

.pro2-specbox .item-body, .pro2-specbox .item-body p, .pro2-specbox .item-body a, .pro2-specbox .item-body li, .pro2-specbox .item-body strong, .pro2-specbox .item-body span, .pro2-specbox .item-body i { 
  color: #333; text-indent: 2em;}

.pro2-specbox .item-body img, .pro2-specbox .item-body iframe { max-width: 100%; }

.pro2-specbox .item-body .table table tr td { font-size: 16px; font-size: 1.6rem; color: #000; line-height: 33px; }

@media screen and (max-width: 999px) { .pro2-specbox .item-body { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro2-specbox .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-specbox .item-body .table table tr td { font-size: 14px; font-size: 1.4rem; } }

/* pro2-descbox end */
.related-pro .box-title { font-size: 30px; font-size: 3rem; text-align: center; text-transform: uppercase; font-weight: bold; margin-bottom: 54px; }

.related-pro .box-title a:hover { color: #F08519; }

@media screen and (max-width: 999px) { .related-pro .box-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .related-pro .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }

.related-scroll { padding: 0 50px; position: relative; }

@media screen and (max-width: 767px) { .related-scroll { padding: 0 40px; } }

.related-scroll .scroll-btn { cursor: pointer; position: absolute; width: 37px; height: 68px; line-height: 68px; text-align: center; background-color: #c6c6c6; z-index: 99; top: 50%; margin-top: -59px; }

.related-scroll .scroll-btn .iconfont { font-size: 14px; font-size: 1.4rem; color: #244359; }

.related-scroll .scroll-btn:hover { background-color: #F7B513; }

.related-scroll .scroll-btn:hover .iconfont { color: #fff; }

.related-scroll .scroll-btn.prev { left: 0; }

.related-scroll .scroll-btn.next { right: 0; }

@media screen and (max-width: 767px) { .related-scroll .scroll-btn { width: 26px; height: 40px; line-height: 40px; margin-top: -37px; } }

.related-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.related-scroll .scroll-list { width: 1000%; }

.related-scroll .scroll-list .list-item { float: left; width: 3.2%; margin-right: 0.2%; }

@media screen and (max-width: 999px) { .related-scroll .scroll-list .list-item { width: 3.2%; margin-right: 0.2%; } }

@media screen and (max-width: 640px) { .related-scroll .scroll-list .list-item { width: 4.9%; } }

@media screen and (max-width: 400px) { .related-scroll .scroll-list .list-item { width: 10%; margin-right: 0; } }

.related-scroll .scroll-list .item-pic { width: 100%; border: solid 1px #D9D9D9; }

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

.related-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; font-weight: bold; line-height: 30px; margin-top: 20px; }

@media screen and (max-width: 767px) { .related-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 10px; } }

/*-------------1-2-prodcuts 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; font-family: "Microsoft Yahei","微软雅黑"; padding-top: 131px; font-size: 16px; font-size: 1.6rem; line-height: 24px; float: left; display: inline-block; width: 260px; text-align: center; text-transform: uppercase; 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 { font-weight: bold; color: #F08519; }

@media screen and (max-width: 1219px) { .bar-list > a { width: 23%; margin: 0 1%; } }

@media screen and (max-width: 999px) { .bar-list > a { width: 23%; margin: 0 1%; }
  .bar-list > a:hover { font-weight: normal; } }

@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: 640px) { .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-box */
.about1-box { margin-bottom: 76px; }

@media screen and (max-width: 1219px) { .about1-box { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .about1-box { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .about1-box { margin-bottom: 30px; } }

.about1-box .box-title { font-family: "Impact"; text-transform: uppercase; }

.about1-box .box-title .item-title { background: url(../images/web7_1.png) no-repeat left center; font-size: 24px; font-size: 2.4rem; padding-left: 28px; line-height: 30px; }

@media screen and (max-width: 767px) { .about1-box .box-title .item-title { font-size: 20px; font-size: 2rem; line-height: 28px; } }

.about1-box .box-title .item-subt { font-size: 22px; font-size: 2.2rem; display: inline-block; line-height: 32px; padding-bottom: 8px; padding-top: 8px; position: relative; }

.about1-box .box-title .item-subt:after { position: absolute; content: ''; width: 181px; height: 3px; left: 0; bottom: 0; background-color: #333; }

@media screen and (max-width: 767px) { .about1-box .box-title .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

.about1-box .item-videobox { width: 50.5%; overflow: hidden; float: right; padding: 16px 15px 0 0; margin-left: 3.33333%; margin-top: 123px; position: relative; }

.about1-box .item-videobox:after { position: absolute; content: ''; top: 0; right: 0; width: 111px; height: 111px; background-color: #EC6D51; z-index: -1; }

@media screen and (max-width: 1219px) { .about1-box .item-videobox { margin-top: 100px; } }

@media screen and (max-width: 640px) { .about1-box .item-videobox { width: 100%; max-width: 601px; float: none; margin: 30px auto 0; padding: 10px 10px 0 0; }
  .about1-box .item-videobox:after { width: 100px; height: 100px; } }

.about1-box .item-video { position: relative; overflow: hidden; padding-bottom: 90.01692%; /*宽除以高*/ height: 0; }

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

.about1-box .item-video iframe body { margin: 0px !important; }

.about1-box .item-body { padding: 81px 0 0; }

@media screen and (max-width: 1219px) { .about1-box .item-body { padding: 60px 0 0; } }

@media screen and (max-width: 640px) { .about1-box .item-body { padding: 30px 0 0; } }

.about1-box .item-desc { padding-top: 6px; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.about1-box .item-desc p { margin-top: 26px; text-indent: 2em;}

@media screen and (max-width: 999px) { .about1-box .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about1-box .item-desc { padding-top: 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about1-box .item-desc p { margin-top: 15px; } }

/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.about2-box { padding: 83px 0 145px; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 26px; }

.about2-box p { margin-bottom: 26px;text-indent: 2em; }

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

@media screen and (max-width: 999px) { .about2-box { padding: 50px 0; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about2-box { padding: 30px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about2-box p { margin-bottom: 20px; } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.cer-list { padding: 63px 0 20px; }

@media screen and (max-width: 999px) { .cer-list { padding: 50px 0 20px; } }

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

.cer-list .list-item { float: left; width: 20.5%; margin-left: 6%; margin-bottom: 53px; }

.cer-list .item-pics { position: relative; width: 100%; }

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

.cer-list .item-pics:hover .item-backdrop { top: 0; }

.cer-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #000; background-color: rgba(0, 0, 0, 0.6); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.cer-list .item-title { position: absolute; width: 100%; top: 50%; margin-top: -52px; text-align: center; color: #fff; font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 30px; text-transform: uppercase; padding-top: 5px; }

.cer-list .item-title .iconfont { display: block; font-size: 32px; font-size: 3.2rem; margin-bottom: 18px; }

.cer-list .item-subt { font-weight: bold; line-height: 30px; text-align: center; display: none; }

@media screen and (max-width: 999px) { .cer-list .list-item { width: 23%; margin: 0 1% 50px; }
  .cer-list .item-backdrop { display: none; }
  .cer-list .item-subt { display: block; } }

@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .cer-list .list-item { width: 31.33%; margin: 0 1% 20px; } }

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

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------2-4-about start-------------------------------------------------------------*/
.about4-top { max-width: 825px; margin: 60px auto 0; }

@media screen and (max-width: 999px) { .about4-top { margin: 50px auto 0; } }

@media screen and (max-width: 767px) { .about4-top { margin: 30px auto 0; } }

.about4-top .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.about4-top .item-video { position: relative; overflow: hidden; padding-bottom: 62.78788%; /*宽除以高*/ height: 0; }

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

.about4-top .item-video iframe body { margin: 0px !important; }

.about4-top .item-body { text-align: center; }

.about4-top .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 17px; }

@media screen and (max-width: 767px) { .about4-top .item-title { font-size: 16px; font-size: 1.6rem; } }

.about4-top .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 4px;text-indent: 2em; }

@media screen and (max-width: 999px) { .about4-top .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about4-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/* video-list start */
.video-list { padding: 82px 0 50px; }

@media screen and (max-width: 1219px) { .video-list { padding: 70px 0 50px; } }

@media screen and (max-width: 999px) { .video-list { padding: 50px 0 30px; } }

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

.video-list .list-item { float: left; width: 31.66667%; margin-left: 2.5%; }

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

@media screen and (max-width: 767px) { .video-list .list-item { width: 48%; } }

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

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; max-width: 380px; }

.video-list .item-video { position: relative; overflow: hidden; padding-bottom: 62.63158%; /*宽除以高*/ 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-body { border: solid 1px #DCDCDC; margin-top: 6px; margin-bottom: 25px; padding: 9px 17px 10px; }

.video-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

@media screen and (max-width: 767px) { .video-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.video-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 52px; margin-top: 2px;text-indent: 2em; }

@media screen and (max-width: 999px) { .video-list .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .video-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/* video-list end */
/*-------------2-4-about end---------------------------------------------------------------*/
/*-------------3-1-1-news start------------------------------------------------------------*/
/* .page-title start */
.page-title { font-family: "Impact"; text-transform: uppercase; padding: 18px 0 0; }

.page-title .item-title { background: url(../images/web7.png) no-repeat left center; font-size: 24px; font-size: 2.4rem; padding-left: 28px; line-height: 30px; }

@media screen and (max-width: 767px) { .page-title .item-title { font-size: 20px; font-size: 2rem; line-height: 28px; } }

.page-title .item-subt { font-size: 22px; font-size: 2.2rem; display: inline-block; border-bottom: solid 3px #333; border-bottom: solid 3px rgba(51, 51, 51, 0.5); line-height: 32px; padding-bottom: 5px; }

@media screen and (max-width: 767px) { .page-title .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

/* .page-title end */
.news1-list { padding-top: 43px; padding-bottom: 37px; }

@media screen and (max-width: 767px) { .news1-list { padding-top: 30px; padding-bottom: 10px; } }

.news1-list li { width: 100%; margin-bottom: 37px; }

@media screen and (max-width: 767px) { .news1-list li { margin-bottom: 30px; } }

.news1-list .item-pic { width: 325px; float: left; margin-right: 2.91667%; }

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

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 270px; } }

@media screen and (max-width: 550px) { .news1-list .item-pic { width: 100%; margin: 0 auto 30px; float: none; } }

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

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 26px; }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.news1-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 78px; margin-top: 25px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #333;text-indent: 2em; }

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

@media screen and (max-width: 767px) { .news1-list .item-btnbox { margin-top: 20px; } }

.news1-list .item-btn { display: block; width: 125px; height: 40px; line-height: 40px; background-color: #5C5D58; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; }

.news1-list .item-btn:hover { background-color: #F08519; color: #fff; }

@media screen and (max-width: 767px) { .news1-list .item-btn { width: 110px; height: 32px; line-height: 32px; font-size: 14px; font-size: 1.4rem; } }

.news1-list .item-date { color: #333; line-height: 40px; }

.news1-list .item-date .iconfont { margin-right: 5px; }

@media screen and (max-width: 767px) { .news1-list .item-date { line-height: 32px; } }

/*-------------3-1-1-news end--------------------------------------------------------------*/
/*-------------3-1-2-news start------------------------------------------------------------*/
.news2-main { padding-top: 52px; }

@media screen and (max-width: 767px) { .news2-main { padding-top: 30px; } }

.news2-main > .item-title { text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold; margin-bottom: 24px; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 10px; } }

.news2-main .item-date { font-family: "Microsoft Yahei","微软雅黑"; text-align: center; line-height: 30px; }

.news2-main .item-date .iconfont { margin-right: 3px; }

.news2-main .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 17px 0 36px; }

.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 { 
  text-indent: 2em; 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: 10px 0 20px; } }

.news-other { border-top: dashed 1px #666; padding-top: 31px; font-size: 18px; font-size: 1.8rem; }

.news-other a { color: #333; }

.news-other a.newno:hover{ color: #333 !important; }

.news-other a:hover { color: #F08519; }

.news-other .news-other-item { line-height: 30px; color: #333; margin-bottom: 16px; }

.news-other .news-prev-btn, .news-other .news-next-btn { width: 93px; height: 26px; line-height: 26px; border: solid 1px #0A0A0A; display: inline-block; text-align: center; margin-right: 20px; }

@media screen and (max-width: 767px) { .news-other { padding-top: 25px; font-size: 14px; font-size: 1.4rem; }
  .news-other .news-other-item { line-height: 26px; margin-bottom: 10px; } }

/*-------------3-1-2-news end--------------------------------------------------------------*/
/*-------------3-2-1-news start------------------------------------------------------------*/
.news2-list { padding: 49px 0 56px; }

@media screen and (max-width: 999px) { .news2-list { padding: 49px 0 20px; } }

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

.news2-list .list-item { float: left; width: 31.91667%; margin-left: 2.125%; margin-bottom: 33px; }

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

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

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

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

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

.news2-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-top: 18px; }

@media screen and (max-width: 767px) { .news2-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

.news2-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 24px; height: 48px; margin-top: 11px; }

.news2-list .item-desc, .news2-list .item-desc a { color: #333; }

@media screen and (max-width: 999px) { .news2-list .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .news2-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; margin-top: 5px; } }

.news2-list .item-date { margin-top: 15px; font-family: "Microsoft Yahei","微软雅黑"; }

.news2-list .item-date .iconfont { color: #333; margin-right: 5px; }

@media screen and (max-width: 767px) { .news2-list .item-date { margin-top: 10px; } }

/*-------------3-2-1-news end--------------------------------------------------------------*/
/*-------------3-2-2-news start------------------------------------------------------------*/
/*-------------3-2-2-news end--------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
.contact-wrap { padding: 30px 0 0; }

.contact-wrap .page-title { margin-bottom: 82px; }

@media screen and (max-width: 1219px) { .contact-wrap .page-title { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .contact-wrap .page-title { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .contact-wrap .page-title { margin-bottom: 30px; } }

.contact-top { width: 100%; max-width: 902px; margin: 0 auto; box-shadow: -4px 2px 16px 0px rgba(51, 51, 51, 0.3); border-radius: 10px; background-color: #f9f9f9; padding: 25px 26px 62px; position: relative; z-index: 2; bottom: -130px; margin-top: -130px; }

@media screen and (max-width: 1219px) { .contact-top { bottom: 0; margin-top: 0; margin-bottom: 30px; } }

.contact-box { box-shadow: -4px 2px 16px 0px rgba(51, 51, 51, 0.3); border-radius: 10px; background-color: #FFFFFF; }

.contact-box .right { float: right; width: 397px; min-height: 549px; background: url(../images/c1.jpg) no-repeat center; padding: 33px 10px 0 28px; }

.contact-box .right .item-title { font-size: 30px; font-size: 3rem; color: #FFFFFF; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .contact-box .right .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 15px; } }

.contact-box .right li { font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-bottom: 37px; }

.contact-box .right li .iconfont { font-size: 26px; font-size: 2.6rem; margin-right: 8px; }

.contact-box .right li .icon-skype { font-size: 28px; font-size: 2.8rem; }

.contact-box .right li .icon-address1 { font-size: 37px; font-size: 3.7rem; margin: 0 5px 0 -7px; }

.contact-box .right li p { overflow: hidden; }

.contact-box .right li, .contact-box .right li p, .contact-box .right li span { color: #FFFFFF; }

.contact-box .right li a { color: #FFFFFF; }

.contact-box .right li a:hover { color: #F08519; }

.contact-box .left { overflow: hidden; padding: 32px 44px 0 22px; }

.contact-box .left .item-title { font-size: 30px; font-size: 3rem; }

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

.contact-box .left .item-desc { line-height: 26px; color: #4D4D4D; font-size: 18px; font-size: 1.8rem; margin-top: 12px; margin-bottom: 6px;text-indent: 2em; }

@media screen and (max-width: 767px) { .contact-box .left .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 15px; } }

.contact-box .left li { border-bottom: solid 1px #C9C9C9; padding: 9px 0 0 26px; position: relative; }

.contact-box .left li .iconfont { font-size: 14px; font-size: 1.4rem; position: absolute; left: 9px; top: 19px; }

.contact-box .left li input { height: 30px; line-height: 30px; padding-left: 8px; font-size: 18px; font-size: 1.8rem; width: 100%; }

@media screen and (max-width: 999px) { .contact-box .left li input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .contact-box .left li input { font-size: 14px; font-size: 1.4rem; } }

.contact-box .left li textarea { width: 100%; height: 113px; padding-left: 8px; padding-top: 5px; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 999px) { .contact-box .left li textarea { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .contact-box .left li textarea { font-size: 14px; font-size: 1.4rem; } }

.contact-box .left .star { background: url(../images/star.png) no-repeat left 23px; }

.contact-box .left .item6 { border-bottom: 0; padding-left: 0; }

.contact-box .left .codeinput { width: 154px; border-bottom: solid 1px #C9C9C9; padding: 0 8px; float: left; font-family: "Microsoft Yahei","微软雅黑"; }

.contact-box .left .codeimg { margin-left: 17px; float: left; cursor: pointer; }

.contact-box .left .codeimg img { display: block; max-height: 30px; }

.contact-box .left .codebtn { float: right; width: 108px; height: 29px; background: #F08519; padding: 0; text-align: center; color: #FFFFFF; text-transform: uppercase; margin-right: 10px; }

.contact-box .left .codebtn:hover { background-color: #333; }

@media screen and (max-width: 1219px) { .contact-box .left .codebtn { margin-right: 0; } }

.map { position: relative; z-index: 0; }

.map img { display: block; width: 100%; max-width: 1920px; }

@media screen and (max-width: 999px) { .map { margin-top: 30px; } }

@media screen and (max-width: 900px) { .contact-top { padding: 0; box-shadow: none; border-radius: 0; }
  .contact-box { padding-top: 30px; width: 95%; margin: 0 auto; }
  .contact-box .right { float: none !important; margin: 0 auto; width: 95%; max-width: 397px; height: auto; min-height: auto; padding: 30px 20px; border-radius: 10px; }
  .contact-box .right li { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; }
  .contact-box .right li .icon-skype { font-size: 28px; font-size: 2.8rem; }
  .contact-box .right li .icon-address1 { font-size: 26px; font-size: 2.6rem; margin: 0 8px 0 0; }
  .contact-box .left { padding-bottom: 30px; padding-right: 15px; padding-left: 15px; } }

@media screen and (max-width: 767px) { .contact-box .left { padding: 15px 15px 30px; }
  .contact-box .left .codeinput { width: 100%; }
  .contact-box .left .codeimg { width: 100%; margin-left: 0; margin-top: 15px; }
  .contact-box .left .codebtn { width: 100%; margin-top: 15px; }
  .contact-box .right li { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; line-height: 24px; }
  .contact-box .right li .iconfont { font-size: 20px; font-size: 2rem; }
  .contact-box .right li .icon-skype { font-size: 20px; font-size: 2rem; }
  .contact-box .right li .icon-address1 { font-size: 20px; font-size: 2rem; margin: 0 8px 0 0; } }

/*-------------4-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
.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;}

.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#fff;display:inline-block;height: 34px; width:200px; line-height: 34px;
  cursor: pointer;border: none;overflow: hidden;color: #F08519;cursor: pointer;  border:1px solid #F08519; padding-left:10px;
   padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#F08519 solid 1px;background: #F08519; 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 ;float: none;}
.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}
}

.header .wp { position: relative; }

.langbox { position: absolute; top: 17px; right: 0; }

.langbox a { float: right; margin-left: 8px; }

.langbox suv, .langbox img { max-width: 35px; }

@media screen and (max-width: 767px) { .langbox { right: 80px; top: 12px; } }

@media screen and (max-width: 767px) { .header .logo { margin-top: 40px; } }