@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }
html { font-size: 62.5%; height: 100%; }
body { margin: 0 auto; font-family:"微软雅黑"; font-size: 14px; font-size: 1.4rem; height: 100%; 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:"微软雅黑"; 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: "微软雅黑"; }
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: #999; }
/* WebKit browsers */
:-o-placeholder { color: #999; }
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; }
/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; }
/* 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: #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; -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 { /*float: left;*/ width: 35px; height: 30px; line-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 3px 10px; border: solid 1px #E5E5E5; background-color: #FFFFFF; color: #333; font-size: 12px; font-size: 1.2rem; }
.page .prev, .page .next { width: 61px !important; margin: 0 2px 10px; }
.page a:hover, .page .page-active { background-color: #F08519 !important; color: #FFFFFF !important; border-color: #F08519 !important; }
.page a.no:hover{background: #fff !important; color: #333 !important;border: solid 1px #E5E5E5 !important;}
.fl { float: right; display: inline-block; }
.add-form { float: right; background: url(../images/af-bg.png) no-repeat right center; padding-right: 20px; }
.add-btn { width: 150px; height: 30px; line-height: 24px; text-align: center; border: solid 1px #F08519; background-color: #F08519; color: #FFFFFF; cursor: pointer; font-size: 14px; font-size: 1.4rem; }
.add-btn:hover { background-color: #F08519; color: #FFFFFF; border-color: #F08519; }
@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--------------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; font-family:"微软雅黑"; }
.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; font-family:"微软雅黑"; }
.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 { margin-top: 50px; border-top: solid 2px #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: #F08519; }
.m-oths .oths-item-1 { margin-bottom: 13px;}
.m-oths .oths-item-2 {  }
.m-oths .item-name { color: #888; text-transform: uppercase; }
.m-oths a { color: #333; }
@media only screen and (max-width: 999px) { .m-oths { margin: 50px 0 0; } }
@media only screen and (max-width: 767px) { .m-oths { margin: 20px 0 0; padding: 20px 0 0; }
  .m-oths .oths-item { font-size: 12px; font-size: 1.2rem; } }
/*------------video start-----------------------------------------------------------------*/
.video-box { width: 781px; overflow: hidden; margin: 0 auto; }
.video { position: relative; overflow: hidden; padding-bottom: 56.47%; /*宽除以高*/ height: 0; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video iframe body { margin: 0px !important; }
@media only screen and (max-width: 781px) { .video-box { width: 100%; max-width: 100%; } }
/*-------------bread start-----------------------------------------------------------------*/
.bread { line-height: 30px; padding: 15px 0 15px; background-color: #f6f6f6; overflow: hidden; }
.bread .wp { background: url(../images/home.png) no-repeat left 8px; padding-left: 28px; }
.bread a:hover, .bread .bread-active { color: #F08519; }
@media screen and (max-width: 767px) { .bread { padding: 10px 0; } }
/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #ccc; }
/* WebKit browsers */
.search-box :-o-placeholder { color: #ccc; }
/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #ccc; }
/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #ccc; }
/* Internet Explorer 10+ */
.search { position: relative; margin-right: 15px; margin-top: 15px; }
.search .search-icon { cursor: pointer; width: 33px; height: 33px; display: block; background: url(../images/search.png) no-repeat center; }
.search .search-box { width: 230px; height: 35px; -moz-border-radius: 17px; border-radius: 17px; background-color: transparent; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: none; cursor: pointer; overflow: hidden; z-index: 999; margin-right: 0; position: absolute; top: 35px; right: 0; }
.search .search-input { width: 100%; height: 35px; line-height: 33px; -moz-border-radius: 17px; border-radius: 17px; background-color: #FFFFFF; padding: 0 35px 0 12px; color: #CCCCCC; border: solid 1px #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer; }
.search .search-submit { position: absolute; background: url(../images/search_nav.png) no-repeat center center; width: 35px; height: 35px; top: 0px; right: 0px; cursor: pointer; }
/*-------------header start----------------------------------------------------------------*/
.header { padding-bottom: 12px; background-color: #000000; position: relative; width: 100%; z-index: 9999; }
@media screen and (min-width: 1440px) { .header .wp { width: 1410px; } }
@media screen and (max-width: 767px) { .header { padding-bottom: 0; } }
.index-header { position: absolute; background-color: transparent; }
.index-header:hover { background-color: #000000 !important; background-color: rgba(0, 0, 0, 0.7) !important; }
@media screen and (max-width: 999px) { .index-header { position: relative; background-color: #000000; background-color: rgba(0, 0, 0, 0.7); } }
.langbox { margin-top: 21px; border-left: #CCCCCC solid 1px; }
.langbox a { line-height: 22px; color: #CCCCCC; font-size: 16px; font-size: 1.6rem; display: inline-block; padding-left: 18px; text-transform: uppercase; }
.langbox a:first-child { padding-right: 5px; }
@media screen and (max-width: 767px) { .langbox { position: absolute; top: 5px; right: 40px; margin-top: 0; line-height: 20px; }
  .langbox a { font-size: 14px; font-size: 1.4rem; padding-left: 10px; }
  .langbox a:first-child { padding-right: 0; } }
.logo { float: left; display: block; width: 209px; margin-top: 13px; }
.navlist { float: left; margin-left: 119px; margin-top: 7px; }
.navlist > li { float: left; position: relative; margin-left: 50px; }
.navlist > li:first-child { margin-left: 0; }
.navlist > li > a { font-size: 16px; font-size: 1.6rem; color: #CCCCCC; text-transform: uppercase; display: block; line-height: 54px; font-weight: bold; }
.navlist .nav-active, .navlist > li:hover { border-bottom: solid 3px #F08519; }
.navlist li:hover .yijibox { top: 100%; }
.navlist li:hover .yijibox2 { top: 100%; }
.yijibox { position: absolute; top: -9999px; left: 0; border-top: solid 18px transparent; background-color: transparent;z-index: 999;text-align: left; }
.yijibox2{  position: absolute; top: -9999px; left: 0;border-top: solid 18px transparent; background-color: transparent;z-index: 999;text-align: left; }
.yijibox .yiji { -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35); box-shadow: 0 0 9px rgba(0, 0, 0, 0.35); width: 270px; background-color: #FFFFFF; background-color: rgba(255, 255, 255); line-height: 36px; padding-bottom: 14px; }
.yijibox2 .yiji { -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35); box-shadow: 0 0 9px rgba(0, 0, 0, 0.35); width: 150px; background-color: #FFFFFF; background-color: rgba(255, 255, 255); line-height: 36px; padding-bottom: 14px; }
.yijibox .yiji li { position: relative; padding: 0 15px 0 20px; }
.yijibox2 .yiji li { position: relative; padding: 0 25px 0 20px; }
.yijibox .yiji li a { color: #333333; }
.yijibox2 .yiji li a { color: #333333; }
.yijibox .yiji li:hover { background-color: #F08519; }
.yijibox2 .yiji li:hover { background-color: #F08519; }
.yijibox .yiji li:hover > a { color: #FFFFFF; }
.yijibox2 .yiji li:hover > a { color: #FFFFFF; }
.yiji li:hover .erjibox { left: 100%; }
.erjibox { position: absolute; left: -9999px; top: 0; border-left: solid 5px transparent; }
.erjibox .erji { -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35); box-shadow: 0 0 9px rgba(0, 0, 0, 0.35); width: 240px; background-color: #FFFFFF; background-color: rgba(255, 255, 255); padding-bottom: 14px; }
@media screen and (max-width: 1219px) { .navlist { margin-left: 40px; }
  .navlist > li { margin-left: 25px; } }
@media screen and (max-width: 999px) { .navlist { width: 100%; margin-left: 0; margin-top: 20px; }
  .navlist > li { width: 13.66%; margin-left: 0; text-align: center; }
  .navlist > li > a { line-height: 40px; } }
@media screen and (max-width: 767px) { .navlist { display: none; }
  .logo { float: none; margin: 35px auto 15px; }
  .search { position: absolute; top: 0; right: 100px; margin-top: 0; } }
/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }
.navlist1 > li { float: left; width: 25%; text-align: center; line-height: 36px; }
.navlist1 > li > a { color: #FFF; display: block; text-transform: uppercase; }
.navlist1 .nav-active, .navlist1 li:hover { border-bottom: solid 2px #F08519; }
@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 { padding-bottom: 46px; background-color: #333333; }
.footer, .footer p, .footer a, .footer li, .footer span, .footer div { color: #DDDDDD; }
.footer a:hover { color: #F08519 !important; }
.flist1 { float: left; width: 500px; padding-top: 34px; }
.flist1 .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; }
.flist1 ul { margin-top: 17px; }
.flist1 li { line-height: 30px; }
.flist1 li span { float: left; }
.flist1 li div { overflow: hidden; }
.flist2 { padding-top: 29px; width: 445px; float: left; }
.flist3 { width: 200px; }
.flist3 .ewm img{ width: 70%; }
.flist2 .footer-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; }
.flist2 .f-follow { margin-top: 28px; }
.flist2 .f-follow a { width: 26px; display: inline-block; float: left; margin-right: 37px; }
.flist2 .f-follow a:last-child { margin-right: 0; }
.flist2 .f-follow img { display: block; width: 100%; max-width: 26px; margin: 0 auto; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }
.flist2 .f-follow img:hover { margin-top: -5px; margin-bottom: 5px; }
.flist2 .f-nav { margin-top: 40px; }
.flist2 .f-nav a { color: #DDDDDD; text-transform: uppercase; margin: 0 10px; }
.flist2 .f-nav a:nth-child(7){margin: 0 10px 0 0;}
.flist2 .f-nav a:first-child { margin-left: 0; }
.flist2 .f-nav a:last-child { margin-right: 10px; }
.footer-small { background-color: #222222; line-height: 24px; padding-top: 4px; padding-bottom: 10px; }
.footer-small .copyright { margin-bottom: 8px; }
.footer-small img { vertical-align: middle; margin-left: 5px; }
.footer-small, .footer-small p, .footer-small a { color: #DDDDDD; }
.footer-small .links a { margin: 0 15px; display: inline-block; }
.footer-small .links a:hover { color: #F08519; }
@media screen and (max-width: 999px) { .flist2 { width: 100%; } .flist3 .ewm img{ width: 15%; }}
@media screen and (max-width: 767px) { .footer, .links { display: none; }
  .footer-small { padding: 5px 0; }
  .footer-small .copyright { margin-bottom: 0; } }
/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-title { padding-bottom: 22px; font-size: 36px; font-size: 3.6rem; font-weight: bold; text-align: center; position: relative; text-transform: uppercase; }
.index-title span, .index-title a:hover { color: #F08519; }
.index-title:after { position: absolute; content: ''; width: 74px; height: 3px; background-color: #F08519; left: 50%; margin-left: -37px; bottom: 0; }
@media screen and (max-width: 999px) { .index-title { font-size: 30px; font-size: 3rem; } }
@media screen and (max-width: 767px) { .index-title { padding-bottom: 10px; font-size: 24px; font-size: 2.4rem; } }
.latest-products { padding-top: 65px; padding-bottom: 43px; }
@media screen and (max-width: 999px) { .latest-products { padding-top: 50px; padding-bottom: 43px; } }
@media screen and (max-width: 767px) { .latest-products { padding-top: 30px; padding-bottom: 30px; } }
.lpro-list li { float: left; width: 383px; margin-left: 25px; text-align: center; margin-top: 62px; margin-bottom: 11px; }
.lpro-list .item-pic { position: relative; width: 100%; }
.lpro-list .item-pic img { display: block; width: 100%; max-width: 383px; margin: 0 auto; }
.lpro-list .item-pic:hover .item-backdrop { top: 0; }
.lpro-list .item-backdrop { position: absolute; top: 999px; width: 100%; bottom: 0; left: 0; background: #000000 url(../images/web1.png) no-repeat center; background: rgba(0, 0, 0, 0.6) url(../images/web1.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }
.lpro-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 19px; text-transform: uppercase; }
.lpro-list .item-desc { line-height: 24px; height: 48px; margin-top: 6px; }
.lpro-list .item-body { padding: 0 62px; }
@media screen and (max-width: 1219px) { .lpro-list li { width: 310px; }
  .lpro-list .item-body { padding: 0 30px; } }
@media screen and (max-width: 999px) { .lpro-list li { width: 31.33%; margin: 50px 1% 0; }
  .lpro-list .item-body { padding: 0; }
  .lpro-list .item-backdrop { display: none; } }
@media screen and (max-width: 767px) { .lpro-list li { width: 48%; margin: 30px 1% 0; }
  .lpro-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 10px; }
  .lpro-list .item-desc { line-height: 24px; height: 48px; margin-top: 5px; } }
.news-products { border-top: solid 5px #F2F2F2; padding-top: 50px; padding-bottom: 47px; }
.news-products .tab-options { margin-top: 44px; margin-bottom: -18px; text-align: center; }
.news-products .tab-options li { font-size: 16px; font-size: 1.6rem; display: inline-block; margin-left: 16px; background-color: #F2F2F2; -moz-border-radius: 5px; border-radius: 5px; width: 61px; line-height: 37px; cursor: pointer; text-transform: uppercase; }
.news-products .tab-options li:hover, .news-products .tab-options li.tab-active { background-color: #F08519; color: #FFFFFF; }
@media screen and (max-width: 999px) { .news-products .tab-options li { margin: 0 8px; } }
@media screen and (max-width: 767px) { .news-products .tab-options { margin-top: 30px; margin-bottom: 0; }
  .news-products .tab-options li { font-size: 14px; font-size: 1.4rem; margin: 0 5px; } }
.our-project { background-color: #F4F4F4; padding-top: 46px; padding-bottom: 49px; }
@media screen and (max-width: 767px) { .our-project { padding-top: 30px; padding-bottom: 30px; } }
.project-top { margin-top: 45px; background-color: #FFFFFF; }
.project-top .item-pic { width: 806px; float: right; }
.project-top .item-pic img { display: block; width: 100%; margin: 0 auto; max-width: 806px; }
.project-top .item-body { overflow: hidden; padding: 75px 79px 0 28px; }
.project-top .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; }
.project-top .item-desc { line-height: 30px; height: 180px; margin-top: 15px;text-indent: unset; }
.project-top .item-btn { display: block; width: 136px; height: 40px; line-height: 40px; text-align: center; background: #F08519; -moz-border-radius: 8px; border-radius: 8px; color: #FFFFFF; margin-top: 81px; font-family: "微软雅黑"; }
@media screen and (max-width: 1219px) { .project-top .item-pic { width: 650px; }
  .project-top .item-body { padding: 75px 28px 0 28px; } }
@media screen and (max-width: 999px) { .project-top .item-pic { width: 100%; }
  .project-top .item-body { padding: 50px 28px; }
  .project-top .item-desc { height: auto; max-height: 180px; }
  .project-top .item-btn { margin-top: 50px; } }
@media screen and (max-width: 767px) { .project-top { margin-top: 30px; }
  .project-top .item-body { padding: 30px 15px; }
  .project-top .item-title { font-size: 20px; font-size: 2rem; }
  .project-top .item-desc { line-height: 24px; max-height: 144px; margin-top: 10px; }
  .project-top .item-btn { height: 36px; line-height: 36px; margin-top: 30px; } }
.project-scroll { width: 100%; margin: 0 auto; }
.project-scroll .box-bd { width: 100%; overflow: hidden; }
.project-scroll .box-list { width: 1000%; }
.project-scroll .box-list .list-wp { float: left; width: 10%; }
.project-scroll .box-list dd { float: left; width: 388px; margin-left: 18px; margin-top: 17px; }
.project-scroll .box-list .item-pic { width: 100%; }
.project-scroll .box-list .item-pic img { display: block; width: 100%; max-width: 388px; margin: 0 auto; }
.project-scroll .box-list .item-body { background-color: #FFFFFF; padding: 27px 29px 45px; }
.project-scroll .box-list .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; }
/*.project-scroll .box-list .item2 .item-desc { height: 150px; }*/
/*.project-scroll .box-list .item2 .item-btn { margin-top: 39px; }*/
/*.project-scroll .box-list .item2 .item-body { padding-bottom: 55px; }*/
.project-scroll .box-list .item-desc { line-height: 30px; 
height:60px;
 margin-top: 9px;  text-indent: unset; overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;}
.project-scroll .box-list .item-btn { display: block; font-weight: bold; color: #F08519; margin-top: 28px; }
.project-scroll .box-page { margin-top: 50px; font-size: 0; letter-spacing: 0; text-align: center; }
.project-scroll .page-item { margin: 0 8px; display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 16px; -moz-border-radius: 50%; border-radius: 50%; background-color: #b9b9b9; }
.project-scroll .page-item.active { background-color: #F08519; }
@media screen and (max-width: 1219px) { .project-scroll .box-list dd { width: 313px; margin-left: 20px; } }
@media screen and (max-width: 999px) { .project-scroll .box-list dd { width: 31.33%; margin: 17px 1% 0; }
  .project-scroll .box-list .item-body { padding: 20px 15px 30px !important; } }
@media screen and (max-width: 767px) { .project-scroll .box-list .item-body { padding: 15px !important; }
  .project-scroll .box-list .item-title { font-size: 20px; font-size: 2rem; }
  .project-scroll .box-list .item2 .item-desc { height: 100px; }
  .project-scroll .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 100px; margin-top: 5px; }
  .project-scroll .box-list .item-btn { margin-top: 15px !important; }
  .project-scroll .box-page { margin-top: 30px; }
  .project-scroll .page-item { margin: 0 3px; width: 10px; height: 10px; } }
@media screen and (max-width: 600px) { .project-scroll .box-list dd { width: 48%; } }
@media screen and (max-width: 400px) { .project-scroll .box-list dd { width: 98%; }
  .project-scroll .box-list .item2 .item-desc { height: auto; max-height: 100px; }
  .project-scroll .box-list .item-desc { height: auto; max-height: 100px; } }
.index-about { padding: 83px 0 50px; background: url(../images/about1.jpg) no-repeat center; text-align: center; }
.index-about .item-logo img { display: block; margin: 0 auto; max-width: 312px; width: 80%;/*height:52px;*/ }
.index-about .item-desc { width: 100%; max-width: 979px; margin: 42px auto 0; line-height: 30px; color: #FFFFFF; }
.index-about .item-desc a { color: #FFFFFF; }
.index-about .item-btn { display: block; width: 129px; height: 40px; line-height: 40px; text-align: center; background: #F08519; -moz-border-radius: 8px; border-radius: 8px; color: #FFFFFF; margin: 28px auto 0; }
@media screen and (max-width: 1219px) { .index-about { padding: 70px 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-desc { line-height: 24px; margin-top: 30px; }
  .index-about .item-btn { height: 36px; line-height: 36px; margin-top: 20px; } }
.le-box { padding-top: 57px; padding-bottom: 62px; }
@media screen and (max-width: 999px) { .le-box { padding-top: 50px; padding-bottom: 50px; } }
@media screen and (max-width: 767px) { .le-box { padding-top: 30px; padding-bottom: 30px; } }
.lnews-box { overflow: hidden; padding-right: 78px; }
.lnews-box .index-title { display: inline-block; padding-bottom: 18px; }
.lnews-box .index-title:after { left: 2px; margin-left: 0; }
@media screen and (max-width: 999px) { .lnews-box { padding-right: 30px; } }
@media screen and (max-width: 767px) { .lnews-box { padding-right: 0; } }
.lnews-scroll { position: relative; overflow: hidden; }
.lnews-scroll .scroll-btns { position: absolute; top: 8px; right: 3px; }
.lnews-scroll .scroll-btn { width: 25px; height: 25px; display: inline-block; cursor: pointer; }
.lnews-scroll .scroll-btn.prev { background: url(../images/prev1.png) no-repeat center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; left: 0; }
.lnews-scroll .scroll-btn.prev:hover { background-image: url(../images/prev1_1.png); }
.lnews-scroll .scroll-btn.next { background: url(../images/next1.png) no-repeat center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; right: 0; }
.lnews-scroll .scroll-btn.next:hover { background-image: url(../images/next1_1.png); }
.lnews-scroll .scroll-list-box { width: 100%; overflow: hidden; text-align: left; margin-top: -5px; }
.lnews-scroll .scroll-list { width: 1000%; }
.lnews-scroll .scroll-list li { float: left; width: 10%; margin-right: 0%; position: relative;  text-indent: unset;}
.lnews-scroll .scroll-list { padding-top: 25px; }
.lnews-scroll .scroll-list dd { border-bottom: dashed 1px #CCCCCC; line-height: 30px; padding: 19px 57px 15px 0; }
.lnews-scroll .scroll-list .item-date { float: right; background: url(../images/common-date.png) no-repeat left center; padding-left: 22px; color: #666; }
.lnews-scroll .scroll-list .item-title { overflow: hidden; font-size: 16px; font-size: 1.6rem; padding-right: 30px; }
@media only screen and (max-width: 1219px) { .lnews-scroll .scroll-list dd { padding: 19px 0 15px 0; } }
@media only screen and (max-width: 999px) { .lnews-scroll .scroll-btns { top: 0; right: 0; }
  .lnews-scroll .scroll-list dd { padding: 12px 0; } }
@media only screen and (max-width: 767px) { .lnews-scroll .scroll-list { padding-top: 0; }
  .lnews-scroll .scroll-list dd { padding: 10px 0; }
  .lnews-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; }
  .lnews-scroll .scroll-list .item-date { font-size: 12px; font-size: 1.2rem; } }
.ex-box { float: right; width: 424px; }
.ex-box .index-title { padding-left: 5px; text-align: left; padding-bottom: 18px; margin-bottom: 48px; text-transform: none; }
.ex-box .index-title a:hover{color: #333;}
.ex-box .index-title:after { left: 5px; margin-left: 0; }
@media screen and (max-width: 999px) { .ex-box { width: 350px; } }
@media screen and (max-width: 767px) { .ex-box { width: 100%; max-width: 424px; margin: 0 auto 30px; float: none; }
  .ex-box .index-title { margin-bottom: 30px; } }
.ex-scroll { width: 100%; margin: 0 auto; position: relative; max-width: 424px; }
.ex-scroll .box-bd { width: 100%; overflow: hidden; }
.ex-scroll .box-list { width: 1000%; }
.ex-scroll .box-list .list-wp { float: left; width: 10%; position: relative; }
.ex-scroll .box-list .item-pic { width: 100%; }
.ex-scroll .box-list .item-pic img { display: block; max-width: 100%; max-width: 424px; margin: 0 auto; }
.ex-scroll .box-list .item-title { text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; line-height: 40px; background-color: #000000; background-color: rgba(0, 0, 0, 0.7); padding: 0 28px; font-size: 16px; font-size: 1.6rem; color: #FFFFFF; }
.ex-scroll .box-list .item-title a { color: #FFFFFF; }
.ex-scroll .box-page { position: absolute; top: 11px; right: 8px; font-size: 0; letter-spacing: 0; text-align: center; }
/*.ex-scroll .page-item { margin: 0 3px; display: inline-block; *display: inline; *zoom: 1; width: 10px; height: 10px; -moz-border-radius: 50%; border-radius: 50%; background-color: #FFFFFF; border: solid 2px #FFFFFF; }
*/
.ex-scroll .page-item.active { background-color: transparent; }
/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-about start-------------------------------------------------------------*/
.page_wrap { padding: 0; }
@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; } }
.pro3-wrap { padding: 45px 0 0; }
@media screen and (max-width: 767px) { .pro3-wrap { padding: 30px 0 0; } }
.about1-box .item-videobox { width: 100%; max-width: 475px; overflow: hidden; margin: 0 auto; }
.about1-box .item-video { position: relative; overflow: hidden; padding-bottom: 91.5789%; /*宽除以高*/ 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-desc { line-height: 30px;text-indent: unset; }
.about1-box .item-desc p { margin-bottom: 30px; text-indent: unset;}
@media screen and (max-width: 767px) { .about1-box .item-desc { line-height: 24px; }
  .about1-box .item-desc p { margin-bottom: 15px; } }
.about1-title { font-family: "微软雅黑"; font-size: 30px; font-size: 3rem; text-align: center; text-transform: uppercase; margin-bottom: 22px; line-height: 50px; }
@media screen and (max-width: 767px) { .about1-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 15px; line-height: 36px; } }
.about1-box1 { margin-bottom: 11px; }
.about1-box1 .item-pic { width: 475px; }
.about1-box1 .item-pic img { display: block; margin: 0 auto; max-width: 475px; width: 100%; }
.about1-box1 .item-body { overflow: hidden; padding: 0 65px 0 42px; }
.about1-box1 .item-box { width: 1000px; height: 435px; display: table-cell; vertical-align: middle; }
@media screen and (max-width: 1219px) { .about1-box1 .item-body { padding: 0 20px; } }
@media screen and (max-width: 999px) { .about1-box1 .item-pic { width: 100%; float: none !important; }
  .about1-box1 .item-box { width: 100%; height: auto; display: block; padding: 20px 0; } }
.about1-box2 { margin-bottom: 11px; }
.about1-box2 .item-pic { width: 713px; }
.about1-box2 .item-pic img { display: block; margin: 0 auto; max-width: 713px; width: 100%; }
.about1-box2 .item-body { overflow: hidden; padding: 0 26px 0 35px; }
.about1-box2 .item-box { width: 1000px; height: 579px; display: table-cell; vertical-align: middle; }
.about1-box2.about1-box4 .item-box { height: 466px; }
@media screen and (max-width: 1219px) { .about1-box2 .item-pic { width: 475px; }
  .about1-box2 .item-box { height: 385px; }
  .about1-box2.about1-box4 .item-box { height: 306px; }
  .about1-box2 .item-body { padding: 0 20px; } }
  @media screen and (max-width: 1219px) {  .about1-box2.about1-box4 .item-box { height: 466px; } }
@media screen and (max-width: 999px) { .about1-box2 .item-pic { width: 100%; float: none !important; }
  .about1-box2 .item-box { width: 100%; height: auto; display: block; padding: 20px 0; } }
/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.about2-banner img { display: block; width: 100%; margin: 0 auto; max-width: 1920px; }
.partner-box { padding-top: 37px; }
.partner-box > .item-title { font-size: 30px; font-size: 3rem; color: #F08519; text-align: center; position: relative; padding-bottom: 13px; }
.partner-box > .item-title:after { position: absolute; content: ''; width: 112px; height: 1px; background-color: #F08519; left: 50%; margin-left: -56px; bottom: 0; }
.partner-box > .item-desc { line-height: 30px; text-align: center; max-width: 1176px; margin: 26px auto 0; text-indent: unset;}
@media screen and (max-width: 767px) { .partner-box { padding-top: 30px; }
  .partner-box > .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .partner-box > .item-desc { margin-top: 20px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }
.partner-list { padding-top: 50px; padding-bottom: 45px; }
.partner-list li { float: left; width: 220px; margin-left: 25px; text-align: center; margin-bottom: 29px; }
.partner-list .item-pic { width: 100%; }
.partner-list .item-pic img { display: block; margin: 0 auto; max-width: 220px; width: 100%; }
.partner-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 11px;  min-height: 60px;}
@media screen and (max-width: 1219px) { .partner-list li { margin-left: 20px; width: 180px; } }
@media screen and (max-width: 999px) { .partner-list li { width: 18%; margin: 0 1% 20px; } }
@media screen and (max-width: 767px) { .partner-list { padding-top: 30px; padding-bottom: 30px; }
  .partner-list li { width: 23%; }
  .partner-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }
@media screen and (max-width: 550px) { .partner-list li { width: 31.33%; } }
@media screen and (max-width: 400px) { .partner-list li { width: 48%; } }
.cus-box { padding: 47px 0 37px; background-color: #EDF6FB; }
.cus-box > .item-title { font-size: 20px; font-size: 2rem; text-align: center; text-transform: uppercase; position: relative; }
.cus-box > .item-title:after { position: absolute; content: ''; width: 100%; height: 1px; left: 0; top: 50%; margin-top: -0.5px; background-color: #cccccc; z-index: 0; }
.cus-box > .item-title span { background-color: #EDF6FB; position: relative; z-index: 1; padding: 0 33px; }
@media screen and (max-width: 767px) { .cus-box { padding: 30px 0; } }
@media screen and (min-width: 1640px) { .about2-scrollbox { width: 1630px; } }
.about2-scroll { width: 100%; margin: 0 auto; }
.about2-scroll .box-bd { width: 100%; overflow: hidden; }
.about2-scroll .box-list { width: 1000%; }
.about2-scroll .box-list .list-wp { float: left; width: 10%; overflow: hidden; padding: 0 5px; }
.about2-scroll .box-list dd { float: left; width: 527px; margin-left: 19px; margin-top: 42px; }
.about2-scroll .box-list .item-body { padding: 42px 42px 20px; width: 100%; min-height: 174px; min-height: 0px\0; -moz-border-radius: 9px; border-radius: 9px; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21); background: #ffffff url(../images/about9.png) no-repeat 13px 11px; position: relative; }
.about2-scroll .box-list .item-body:after { position: absolute; content: ''; width: 19px; height: 17px; background: url(../images/about10.png) no-repeat center; bottom: 23px; right: 25px; }
.about2-scroll .box-list .item-body:before { position: absolute; content: ''; width: 65px; height: 18px; background: url(../images/about11.png) no-repeat center; bottom: -18px; left: 59px; }
.about2-scroll .box-list .item-body:hover { background: #FFA842 url(../images/about9_1.png) no-repeat 13px 11px; }
.about2-scroll .box-list .item-body:hover .item-desc { color: #ffffff; }
.about2-scroll .box-list .item-body:hover:after { background: url(../images/about10_1.png) no-repeat center; }
.about2-scroll .box-list .item-body:hover:before { background: url(../images/about11_1.png) no-repeat center; }
.about2-scroll .box-list .item-desc { line-height: 24px; overflow: hidden; color: #666; text-indent: unset;}
.about2-scroll .box-list .item-info { margin-top: 42px; }
.about2-scroll .box-list .item-pic { float: left; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.33); -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.33); box-shadow: 2px 0 5px rgba(0, 0, 0, 0.33); width: 128px; height: 128px; overflow: hidden; }
.about2-scroll .box-list .item-pic img { display: block; width: 100%; max-width: 128px; margin: 0 auto; }
.about2-scroll .box-list .item-name { overflow: hidden; padding-left: 33px; padding-top: 27px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.about2-scroll .box-page { margin-top: 48px; font-size: 0; letter-spacing: 0; text-align: center; }
.about2-scroll .page-item { margin: 0 4.5px; display: inline-block; *display: inline; *zoom: 1; width: 11px; height: 11px; -moz-border-radius: 50%; border-radius: 50%; border: solid 1px #a9afb3; }
.about2-scroll .page-item.active { background-color: #a9afb3; }
@media screen and (max-width: 1639px) { .about2-scroll .box-list dd { width: 384px; } }
@media screen and (max-width: 1219px) { .about2-scroll .box-list dd { width: 310px; }
  .about2-scroll .box-list .item-pic { width: 100px; height: 100px; } }
@media screen and (max-width: 999px) { .about2-scroll .box-list .list-wp { padding: 0; }
  .about2-scroll .box-list dd { width: 31.33%; margin: 30px 1% 0; }
  .about2-scroll .box-list .item-body { padding: 30px 25px 0; }
  .about2-scroll .box-list .item-pic { width: 80px; height: 80px; }
  .about2-scroll .box-list .item-name { padding-left: 15px; } }
@media screen and (max-width: 767px) { .about2-scroll .box-list dd { width: 98%; }
  .about2-scroll .box-list .item-info { margin-top: 20px; }
  .about2-scroll .box-page { margin-top: 30px; } }
/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.about3-box .item-title { font-size: 30px; font-size: 3rem; text-align: center; position: relative; padding-bottom: 13px; margin-bottom: 18px; color: #F08519; }
.about3-box .item-title:after { position: absolute; content: ''; width: 112px; height: 1px; left: 50%; margin-left: -56px; background-color: #F08519; bottom: 0; }
@media screen and (max-width: 767px) { .about3-box .item-title { font-size: 24px; font-size: 2.4rem; } }
.about3-box .item-desc { text-align: center; line-height: 30px; }
.about3-box .item-desc p { max-width: 1147px; margin: 0 auto 30px; }
.about3-box .item-desc .img1 { margin-right: 8.16%; width: 41.583%; max-width: 499px; position: relative; top: -22px; }
.about3-box .item-desc .img2 { width: 48.67%; max-width: 584px; }
@media screen and (max-width: 767px) { .about3-box .item-desc { line-height: 24px; }
  .about3-box .item-desc .img1 { top: 0; } }
@media screen and (max-width: 400px) { .about3-box .item-desc img { display: block; width: 90% !important; margin: 0 auto 30px !important; } }
/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------1-4-about start-------------------------------------------------------------*/
.ser-box { text-align: center; padding-bottom: 25px; width: 100%; max-width: 906px; margin: 0 auto; }
.ser-box .item-title { font-size: 30px; font-size: 3rem; color: #F08519; }
.ser-box .item-desc { margin-top: 23px; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #666; }
@media screen and (max-width: 999px) { .ser-box { padding-bottom: 12px; } }
@media screen and (max-width: 767px) { .ser-box { padding-bottom: 0; }
  .ser-box .item-title { font-size: 24px; font-size: 2.4rem; }
  .ser-box .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; } }
.coxin { margin-top: 24px; overflow: hidden; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }
.coxin ::-webkit-input-placeholder { color: #999; }
.coxin :-o-placeholder { color: #999; }
.coxin ::-moz-placeholder { color: #999; }
.coxin :-ms-input-placeholder { color: #999; }
.star2 { padding-left: 18px; background: url(../images/star.png) no-repeat left center; }
.mat4 { margin-top: 21px; }
.coxin .int1 div { width: 339px; padding-left: 18px; margin-left: 91px; float: left; }
.coxin .int1 input { width: 100%; height: 34px; line-height: 32px; border: 1px solid #cccccc; padding-left: 11px; background: #FFFFFF url(../images/star.png) no-repeat -10px center; position: relative; }
.coxin .int2 { padding-left: 18px; background: url(../images/star.png) no-repeat left 6px; margin-top: 21px; }
.coxin .int2 textarea { width: 100%; height: 133px; line-height: 30px; border: 1px solid #cccccc; padding-left: 11px; background-color: #FFFFFF; }
.coxin .int3 { padding-left: 18px; background: url(../images/star.png) no-repeat left 14px; margin-top: 21px; float: left; }
.coxin .int3 input { width: 376px; height: 34px; line-height: 32px; border: 1px solid #cccccc; padding-left: 11px; background-color: #FFFFFF; }
.coxin .verify_img { width: 117px; height: 34px; float: left; margin-left: 50px; margin-top: 21px; cursor: pointer; }
.coxin .int4 { width: 323px; height: 34px; float: right; margin-top: 21px; background: #F08519; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; cursor: pointer; font-weight: bold; }
.coxin .int4:hover { background: #000; }
.maln { margin-left: auto !important; }
@media screen and (min-width: 1000px) and (max-width: 1219px) { .coxin .int1 div { width: 310px; margin-left: 25px; } }
@media screen and (max-width: 999px) { .coxin .int1 div { width: 100%; margin-left: 0; }
  .coxin .int1, .coxin .int2 { margin-top: auto; }
  .coxin .int1 input { margin-bottom: 21px; }
  .coxin .int3 { float: none; }
  .coxin .int3 input { width: 100%; }
  .coxin .yanzheng { margin-left: 18px; }
  .coxin .int4 { width: 100%; float: left; margin-left: 18px; padding-right: 18px; } }
/*-------------1-4-about end---------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.pro-searchbox { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ width: 100%; max-width: 393px; height: 44px; border: 1px solid #ccc; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; position: relative; float: right; }
.pro-searchbox ::-webkit-input-placeholder { color: #ccc; }
.pro-searchbox :-o-placeholder { color: #ccc; }
.pro-searchbox ::-moz-placeholder { color: #ccc; }
.pro-searchbox :-ms-input-placeholder { color: #ccc; }
.pro-searchbox .input { width: 100%; height: 100%; padding: 0 60px 0 15px; font-size: 12px; font-size: 1.2rem; color: #ccc; height: 44px;line-height: 44px;}
.pro-searchbox .btn { width: 45px; height: 28px; background: url(../images/search1.png) no-repeat center; border-left: solid 1px #ccc; position: absolute; top: 8px; right: 0; }
@media screen and (max-width: 767px) { .pro-searchbox { height: 36px; }
  .pro-searchbox .btn { top: 4px; } }
.pro1-title { font-size: 30px; font-size: 3rem; font-weight: bold; text-align: center; color: #F08519; margin-top: 65px; }
@media screen and (max-width: 767px) { .pro1-title { font-size: 24px; font-size: 2.4rem; margin-top: 30px; } }
.pro1-desc { color: #666; line-height: 24px; text-align: center; max-width: 898px; width: 100%; margin: 19px auto 0; }
@media screen and (max-width: 767px) { .pro1-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 22px; } }
.pro1-list { padding: 45px 0 36px; }
.pro1-list > li { float: left; width: 385px; margin-left: 22px; border: solid 1px #EEEEEE; margin-bottom: 36px; }
.pro1-list .item-pic { position: relative; width: 100%; }
.pro1-list .item-pic img { display: block; width: 100%; max-width: 385px; margin: 0 auto; }
.pro1-list .item-pic:hover .item-backdrop { top: 0; }
.pro1-list .item-backdrop { position: absolute; top: 999px; width: 100%; bottom: 0; left: 0; background: #000000 url(../images/web1.png) no-repeat center; background: rgba(0, 0, 0, 0.6) url(../images/web1.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }
.pro1-list .item-title { text-align: center;background-color: #999; line-height: 45px; color: #FFFFFF; padding: 0 24px; font-weight: bold; font-size: 18px; font-size: 1.8rem; }
.pro1-list .item-title a { color: #FFF; }
.pro1-list .item-list { background-color: #FCFCFE; line-height: 34px; padding: 16px 25px 22px; min-height: 106px; }
.pro1-list .item-list li p { padding-left: 13px; position: relative; color: #666; }
.pro1-list .item-list li { padding-left: 13px; position: relative; color: #666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro1-list .item-list li p { color: #666; }
.pro1-list .item-list li { color: #666; }
.pro1-list .item-list li p:hover { color: #F08519; }
.pro1-list .item-list li:after { position: absolute; content: ''; width: 5px; height: 5px; -moz-border-radius: 50%; border-radius: 50%; background-color: #333; left: 0; top: 50%; margin-top: -2.5px; }
@media screen and (max-width: 1219px) { .pro1-list > li { width: 313px; margin-left: 20px; } }
@media screen and (max-width: 999px) { .pro1-list { padding: 45px 0 20px; }
  .pro1-list > li { width: 31.33%; margin: 0 1% 30px; }
  .pro1-list .item-backdrop { display: none; } }
@media screen and (max-width: 767px) { .pro1-list { padding: 30px 0 20px; }
  .pro1-list > li { width: 48%; }
  .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 36px; padding: 0 15px; }
  .pro1-list .item-list { line-height: 24px; padding: 15px; }
  .pro1-list .item-list li { padding-left: 13px; position: relative; } }
@media screen and (max-width: 400px) { .pro1-list > li { width: 98%; margin-bottom: 20px; } }
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-title { font-size: 30px; font-size: 3rem; font-weight: bold; text-align: center; margin-top: 65px; }
@media screen and (max-width: 767px) { .pro2-title { font-size: 24px; font-size: 2.4rem; margin-top: 30px; } }
.pro2-desc p { color: #666; line-height: 24px; text-align: center !important; max-width: 898px; width: 100%; margin: 26px auto 0; }
@media screen and (max-width: 767px) { .pro2-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 22px; } }
.pro2-list { padding: 37px 0 18px; }
.pro2-list > li { float: left; width: 383px; margin-left: 25px; margin-bottom: 36px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background-color: #FFFFFF; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; }
.pro2-list .item-pic { position: relative; width: 100%; }
.pro2-list .item-pic img { display: block; width: 100%; max-width: 383px; margin: 0 auto; }
.pro2-list .item-pic:hover .item-backdrop { top: 0; }
.pro2-list .item-backdrop { position: absolute; top: 999px; width: 100%; bottom: 0; left: 0; background: #000000 url(../images/web1.png) no-repeat center; background: rgba(0, 0, 0, 0.6) url(../images/web1.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }
.pro2-list .item-body { text-align: center; padding: 24px 62px 20px; }
.pro2-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; }
.pro2-list .item-desc { line-height: 24px; height: 48px; margin-top: 10px; }
.pro2-list .item-btnbox { text-align: left; margin-top: 10px; padding-left: 18px; }
.pro2-list .item-btnbox input { margin-right: 22px; }
.pro2-list .item-btn { display: inline-block; width: 141px; height: 33px; line-height: 32px; border: 1px solid #F08519; color: #F08519; text-align: center; }
.pro2-list .item-btn:hover { background-color: #F08519; color: #FFFFFF; }
@media screen and (max-width: 1219px) { .pro2-list > li { width: 313px; margin-left: 20px; }
  .pro2-list .item-body { padding: 24px 20px 20px; } }
@media screen and (max-width: 999px) { .pro2-list > li { width: 31.33%; margin: 0 1% 30px; }
  .pro2-list .item-backdrop { display: none; }
  .pro2-list .item-body { padding: 20px; }
  .pro2-list .item-btnbox { text-align: center; padding-left: 0; } }
@media screen and (max-width: 767px) { .pro2-list { padding: 30px 0 20px; }
  .pro2-list > li { width: 48%; }
  .pro2-list .item-body { padding: 15px; }
  .pro2-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .pro2-list .item-desc { line-height: 20px; height: 40px; font-size: 12px; font-size: 1.2rem; margin-top: 5px; }
  .pro2-list .item-btnbox input { margin-right: 10px; }
  .pro2-list .item-btn { width: 120px; } }
@media screen and (max-width: 400px) { .pro2-list > li { width: 98%; margin-bottom: 20px; } }
/*-------------2-2-products end------------------------------------------------------------*/
/*-------------2-3-products start----------------------------------------------------------*/
.m-prob1 { margin-bottom: 53px; }
@media screen and (max-width: 999px) { .m-prob1 { margin-top: 50px; } }
@media screen and (max-width: 767px) { .m-prob1 { margin-top: 30px; } }
.m-prob1 .prob-pic { width: 50%; float: left; }
.m-prob1 .prob-pic-big { position: relative; width: 91.35%; max-width: 877px; margin: 0 auto; }
.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }
.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }
.m-prob1 .zoomWrapperImage img { max-width: 1200px; }
.m-prob1 .prob-pic-small { position: relative; margin: 50px auto 0; width: 600px; overflow: hidden; }
.m-prob1 .prob-pic-btn { display: none; position: absolute; top: 50%; margin-top: -12px; width: 25px; height: 25px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; }
.m-prob1 .prob-pic-btn.prev { left: 0; background: url(../images/prev1.png) no-repeat center; }
.m-prob1 .prob-pic-btn.prev:hover { background: url(../images/prev1_1.png) no-repeat center; }
.m-prob1 .prob-pic-btn.next { right: 0; background: url(../images/next1.png) no-repeat center; }
.m-prob1 .prob-pic-btn.next:hover { background: url(../images/next1_1.png) no-repeat center; }
.m-prob1 .prob-pic-list { overflow: hidden; }
.m-prob1 .prob-pic-list ul { width: 1000%; overflow: hidden; }
.m-prob1 .prob-pic-list ul li { position: relative; float: left; margin-right: 24px; width: 176px; }
.m-prob1 .prob-pic-item .item-pic { border: #ccc 1px solid; overflow: inherit; }
.m-prob1 .prob-pic-item .item-pic img { display: block; -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }
.m-prob1 .prob-pic-item .item-pic:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.m-prob1 .prob-pic-item .item-pic.active { border-color: #F08519; }
.small1 { display: none; }
@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; } }
@media screen and (max-width: 999px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }
@media screen and (max-width: 999px) { .small2 { display: none; }
  .small1 { display: block; }
  .m-prob1 .prob-pic { width: 95%; float: none !important; margin: 0 auto; }
  .m-prob1 .prob-pic-small { margin: 30px auto; } }
@media screen and (max-width: 767px) { .m-prob1 .prob-pic-btn { display: block; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 40px; width: 100%; }
  .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; }
  .m-prob1 .prob-pic-item .item-pic:before { display: none !important; }
  .m-prob1 .prob-pic-item .item-pic.active { border-color: #ccc; } }
@media screen and (max-width: 550px) { .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 4.9%; } }
@media screen and (max-width: 350px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 10%; } }
/* pro-info */
.pro-info { width: 600px; padding-left: 50px; padding-top: 47px; }
.pro-info .pro-share { float: right; margin-top: 36px; }
.pro-info .clear { clear: none; }
@media screen and (max-width: 999px) { .pro-info .clear { clear: both; }
  .pro-info .pro-share { float: none; margin: 15px auto 0; text-align: center; } }
.pro-info .pro-title { font-weight: bold; font-size: 36px; font-size: 3.6rem; line-height: 30px; }
.pro-info .pro-subt { font-size: 26px; font-size: 2.6rem; font-style: italic; font-weight: bold; margin-top: 20px; line-height: 34px; position: relative; padding-bottom: 9px; }
.pro-info .pro-subt:after { position: absolute; content: ''; width: 58px; height: 3px; background-color: #F08519; left: 0; bottom: 0; }
.pro-info .pro-desc { line-height: 30px; min-height: 186px; margin: 33px 0 20px; text-indent: unset;}
.pro-info .pro-desc iframe, .pro-info .pro-desc img { max-width: 100%; }
.pro-btns { text-align: center; }
.pro-btn { display: inline-block; width: 168px; height: 39px; line-height: 38px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #F08519; border: solid 1px #F08519; float: left; margin-right: 7px; }
.pro-btn.prono:hover{background: #fff !important;border:solid 1px #F08519  !important;color: #F08519 ;}
.pro-btn:hover { background-color: #F08519; color: #FFFFFF; }
.pro-btn:last-child { margin-right: 0px; }
@media screen and (max-width: 1219px) { .pro-info { width: 490px; padding-top: 0; } }
@media screen and (max-width: 999px) { .pro-info { width: 95%; float: none; padding: 0; margin: 0 auto; }
  .pro-info .pro-desc { height: auto; min-height: auto; }
  .pro-btn { float: none; } }
@media screen and (max-width: 767px) { .pro-info .pro-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; }
  .pro-info .pro-subt { font-size: 20px; font-size: 2rem; margin-top: 0; padding-bottom: 5px; }
  .pro-info .pro-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; margin: 20px 0; }
  .pro-btns { text-align: center; }
  .pro-btn:first-child { margin-right: 10px; } }
@media screen and (max-width: 550px) { .pro-btn { width: 45%; margin: 0 2%; }
  .pro-btn:first-child { margin-right: 0; } }
.pro-bar { background-color: #ffffff; border-bottom: solid 5px #EAEEEF; text-align: center; width: 100%; z-index: 9; }
.pro-bar a { display: inline-block; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 34px; padding: 0 31px 6px; margin: 0 8px -5px; color: #999; cursor: pointer; }
.pro-bar a:hover, .pro-bar a.active { border-bottom: 5px solid #F08519; color: #333; }
@media screen and (max-width: 999px) { .pro-bar a { padding: 0 20px 6px; margin: 0 8px -5px; } }
@media screen and (max-width: 767px) { .pro-bar { border-bottom: solid 3px #EAEEEF; }
  .pro-bar a { font-size: 16px; font-size: 1.6rem; margin: 0 5px -3px; padding: 0 15px; } }
@media screen and (max-width: 600px) { .pro-bar a { float: left; margin: 0; width: 50%; border: 0 !important; padding: 0; font-size: 14px; font-size: 1.4rem; } }
.pro3-title { text-align: center; font-size: 30px; font-size: 3rem; font-weight: bold; position: relative; padding-bottom: 19px; }
.pro3-title:after { position: absolute; content: ''; width: 80px; height: 3px; left: 50%; margin-left: -40px; background-color: #F08519; bottom: 0; }
@media screen and (max-width: 767px) { .pro3-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; } }
.high-box { margin-top: 56px; }
@media screen and (max-width: 999px) { .high-box { margin-top: 50px; } }
@media screen and (max-width: 767px) { .high-box { margin-top: 30px; } }
.high-box .editor-box { padding: 59px 0 70px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.pro3-descbox .editor-box  p{ text-indent: unset }
.high-box .editor-box img, .high-box .editor-box iframe { max-width: 100%; }
@media screen and (max-width: 767px) { .high-box .editor-box { padding: 30px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }
.pro3-descbox .editor-box { padding: 60px 0 40px; line-height: 24px; color: #666; }
.pro3-descbox .editor-box p, .pro3-descbox .editor-box a, .pro3-descbox .editor-box li, .pro3-descbox .editor-box b, .pro3-descbox .editor-box span { color: #666; }
.pro3-descbox .editor-box img, .pro3-descbox .editor-box iframe { max-width: 100%; }
.pro3-descbox .editor-box strong { /*background: url(../images/web4.png) no-repeat left 8px;*/ font-size: 18px; font-size: 1.8rem; line-height: 30px; display: block; /*padding-left: 27px;*/ color: #333; }
@media screen and (max-width: 767px) { .pro3-descbox .editor-box { padding: 30px 0 30px; }
  .pro3-descbox .editor-box strong { font-size: 16px; font-size: 1.6rem; } }
.pro-spec .acc-box { padding: 68px 0 50px; }
@media screen and (max-width: 999px) { .pro-spec .acc-box { padding: 50px 0; } }
@media screen and (max-width: 767px) { .pro-spec .acc-box { padding: 30px 0; } }
.pro-spec .acc-title { background-color: #F3F6FB; padding: 0 50px 0 34px; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 40px; position: relative; margin-bottom: 10px; cursor: pointer; }
.pro-spec .acc-title:after { position: absolute; content: ''; width: 22px; height: 12px; background: url(../images/web5.png) no-repeat center; top: 14px; right: 18px; }
.pro-spec .acc-title.active:after { background: url(../images/web6.png) no-repeat center; }
@media screen and (max-width: 767px) { .pro-spec .acc-title { font-size: 14px; font-size: 1.4rem; } }
/*.pro-spec .acc-content table, .pro-spec .acc-content td { border: 0 !important; }
.pro-spec .acc-content td { font-size: 16px; font-size: 1.6rem; line-height: 34px; padding: 0 34px; }
.pro-spec .acc-content tr { border-bottom: solid 2px #F3F6FB; }*/
.pro-spec .acc-content table{border:0}
.pro-spec .acc-content tr td:first-child{border-left:none!important;}
.pro-spec .acc-content tr td:last-child{border-right:none!important;}
.pro-spec .acc-content td { font-size: 16px; font-size: 1.6rem; line-height: 34px; padding: 0 34px; border: solid 2px #F3F6FB;}
.pro-spec .acc-content tr:first-child td{border-top: none !important;}
@media screen and (max-width: 767px) { .pro-spec .acc-content td { font-size: 14px; font-size: 1.4rem; } }
.pro3-videobox .editor-box { padding: 55px 0 54px; }
.pro3-videobox .editor-box img, .pro3-videobox .editor-box iframe { max-width: 100%;width: 100%; height: 585px; }
@media screen and (max-width: 767px) { .pro3-videobox .editor-box { padding: 30px 0; } }
.download-box { background-color: #232220; margin-top: 52px; padding-top: 40px; }
.download-box .pro3-title { color: #ffffff; }
@media screen and (max-width: 767px) { .download-box { margin-top: 30px; } }
.download-scroll { position: relative; overflow: hidden; padding: 34px 20px 34px; max-width: 724px; margin: 0 auto; }
.download-scroll .scroll-btn { width: 12px; height: 23px; display: inline-block; top: 50%; margin-top: -30px; position: absolute; cursor: pointer; }
.download-scroll .scroll-btn.prev { background: url(../images/prev2.png) no-repeat center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; left: 0; }
.download-scroll .scroll-btn.prev:hover { background-image: url(../images/prev2.png); }
.download-scroll .scroll-btn.next { background: url(../images/next2.png) no-repeat center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; right: 0; }
.download-scroll .scroll-btn.next:hover { background-image: url(../images/next2.png); }
.download-scroll .scroll-list-box { width: 100%; overflow: hidden; }
.download-scroll .scroll-list { width: 1000%; }
.download-scroll .scroll-list li { float: left; width: 10%; margin-right: 0%; position: relative; }
.download-scroll .scroll-list .item-pics { width: 100%; }
.download-scroll .scroll-list .item-pics img { display: block; margin: 0 auto; max-width: 100%; max-width: 113px; cursor: pointer; }
.download-scroll .scroll-list .item-title { margin-top: 12px; line-height: 26px; font-weight: bold; text-align: center; color: #999; cursor: pointer; }
.download-scroll .scroll-list .item-title a { color: #999; }
/*-------------2-3-products end------------------------------------------------------------*/
/*-------------3-1-project start-----------------------------------------------------------*/
.project1-nav a { font-size: 16px; font-size: 1.6rem; float: left; display: inline-block; line-height: 34px; margin-right: 5px; padding: 0 18px; -moz-border-radius: 8px; border-radius: 8px; min-width: 83px; text-align: center; margin-bottom: 10px; }
.project1-nav a:hover, .project1-nav a.active { background-color: #F08519; color: #FFFFFF; }
@media screen and (max-width: 767px) { .project1-nav a { font-size: 14px; font-size: 1.4rem; padding: 0 10px; line-height: 30px; min-width: 60px; } }
.project1-list { padding: 38px 0 23px; }
.project1-list li { float: left; width: 388px; margin-left: 17px; position: relative; margin-bottom: 37px; }
.project1-list li:hover .item-backdrop { top: 0; }
.project1-list .item-pic { width: 100%; }
.project1-list .item-pic img { display: block; width: 100%; max-width: 388px; margin: 0 auto; }
.project1-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); text-align: center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }
.project1-list .item-body { position: absolute; width: 100%; padding: 0 44px; top: 50%; margin-top: -42px; }
.project1-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #FFFFFF; }
.project1-list .item-title a { color: #FFFFFF; }
.project1-list .item-desc { margin-top: 7px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; color: #FFFFFF; }
.project1-list .item-desc a { color: #FFFFFF; }
@media screen and (max-width: 1219px) { .project1-list li { width: 313px; margin-left: 20px; }
  .project1-list .item-body { padding: 0 20px; } }
@media screen and (max-width: 999px) { .project1-list li { width: 31.33%; margin: 0 1% 30px; }
  .project1-list .item-backdrop { position: relative; top: auto; left: auto; bottom: auto; background-color: transparent; }
  .project1-list .item-body { position: relative; top: 0; margin-top: 0; padding: 15px; }
  .project1-list .item-title, .project1-list .item-title a { color: #333333; }
  .project1-list .item-desc, .project1-list .item-desc a { color: #333333; } }
@media screen and (max-width: 767px) { .project1-list { padding: 30px 0 20px; }
  .project1-list li { width: 48%; margin: 0 1% 20px; }
  .project1-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .project1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; margin-top: 0; } }
@media screen and (max-width: 400px) { .project1-list li { width: 98%; } }
/*-------------3-1-project end-------------------------------------------------------------*/
/*-------------3-2-project start-----------------------------------------------------------*/
.news-detail .item-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #333; }
.news-detail .item-info { margin-top: 24px; /*border-top: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC;*/ padding: 9px 0; }
.news-detail .item-info .pro-share { display: inline-block; }
.news-detail .item-info > span { background: url(../images/common-date1.png) no-repeat left center; padding-left: 26px; padding-right: 18px;
 line-height: 26px; color: #666666; display: inline-block; }
.news-detail .item-desc { padding-top: 20px; padding-bottom: 77px;  min-height: 200px;
 background: url(../images/web8.png) repeat-x bottom; color: #666; line-height: 30px; }
.news-detail .item-desc p, .news-detail .item-desc a, .news-detail .item-desc span, .news-detail .item-desc li, .news-detail .item-desc strong, .news-detail .item-desc b { color: #666666; }
.news-detail .item-desc img, .news-detail .item-desc iframe { max-width: 100%; }
.news-detail .item-desc p { text-indent: unset; }
.news-detail .item-other { margin-top: 32px; }
.news-detail .item-other-item { line-height: 30px; color: #333; margin-bottom: 17px;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news-detail .item-other-item a:hover { color: #F08519; }
.news-detail .item-prev-btn, .news-detail .item-next-btn { width: 79px; height: 26px; line-height: 26px; border: solid 1px #333333; display: inline-block; text-align: center; margin-right: 11px; font-size: 14px; font-size: 1.4rem; }
@media only screen and (max-width: 999px) { .news-detail .item-desc { padding-bottom: 50px; }
  .news-detail .item-other { margin-top: 30px; }
  .news-detail .item-other-item { margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .news-detail .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; }
  .news-detail .item-info { margin-top: 10px; font-size: 12px; font-size: 1.2rem; }
  .news-detail .item-desc { padding: 20px 0 30px; line-height: 24px; font-size: 12px; font-size: 1.2rem; }
  .news-detail .item-other-item { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }
/*-------------3-2-project end-------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-list { position: relative; background: url(../images/web2.png) no-repeat 60px top; padding-top: 144px; padding-bottom: 11px; margin-bottom: 107px; }
.news1-list:after { position: absolute; content: ''; width: 2px; top: 54px; left: 87px; background-color: #F08519; bottom: 0; z-index: 0; }
.news1-list li { margin-bottom: 41px; }
.news1-list .item-date { position: relative; float: left; text-align: right; width: 87px; line-height: 24px; color: #666; padding: 5px 19px 0 5px; }
.news1-list .item-date span { font-size: 18px; font-size: 1.8rem; color: #F08519; display: block; line-height: 28px; }
.news1-list .item-date:before { position: absolute; content: ''; width: 16px; height: 16px; background: url(../images/web3.png) no-repeat center; top: 7px; right: -9px; z-index: 1; }
.news1-list .item-body { overflow: hidden; padding-left: 44px; padding-right: 42px; }
.news1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; }
.news1-list .item-desc { line-height: 24px; height: 48px; margin-top: 8px;  text-indent: unset;}
@media screen and (max-width: 1219px) { .news1-list { padding-top: 100px; padding-bottom: 11px; margin-bottom: 70px; }
  .news1-list .item-body { padding-right: 20px; } }
@media screen and (max-width: 999px) { .news1-list { padding-top: 80px; padding-bottom: 11px; margin-bottom: 50px; }
  .news1-list .item-body { padding: 0 10px 0 20px; } }
@media screen and (max-width: 767px) { .news1-list { padding-bottom: 11px; margin-bottom: 30px; }
  .news1-list li { margin-bottom: 30px; }
  .news1-list .item-date span { font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 0; } }
/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------5-1-surpport start----------------------------------------------------------*/
.download-tab li a{ float: left; width: 228px; height: 56px; margin-left: 40px; margin-bottom: 10px; line-height: 54px; border: 1px solid #F08519; color: #F08519; -moz-border-radius: 10px; border-radius: 10px; text-align: center; font-size: 18px; font-size: 1.8rem; position: relative; cursor: pointer; }
.download-tab li a:hover, .download-tab li a.active { background-color: #F08519 !important; color: #FFFFFF !important; }
@media screen and (max-width: 1219px) { .download-tab li a { margin-left: 22px; } }
@media screen and (max-width: 999px) { .download-tab li a { width: 23%; margin: 0 1% 10px; } }
@media screen and (max-width: 767px) { .download-tab li a { font-size: 16px; font-size: 1.6rem; line-height: 38px; height: 40px; } }
@media screen and (max-width: 600px) { .download-tab li a { width: 48%; } }
/*download*/
.download-list { padding-top: 24px; padding-bottom: 82px; padding-left: 1px; padding-right: 1px; }
.download-list li { border-bottom: solid 1px #D8D8D8; }
.download-list .item-btnbox2 { display: none; }
.download-list .item-btnbox { margin-top: 74px; margin-left: 123px; }
.download-list .item-icon { display: inline-block; width: 27px; height: 28px; background: url(../images/down2.png) no-repeat center; margin-right: 20px; }
.download-list .item-btn { display: inline-block; text-transform: uppercase; width: 120px; height: 28px; line-height: 26px; text-align: center; -moz-border-radius: 14px; border-radius: 14px; border: solid 1px #F08519; color: #F08519; }
.download-list .item-btn:hover { background-color: #F08519; color: #FFF; }
.download-list .item-body { padding: 44px 0 27px; overflow: hidden; }
.download-list .item-body .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; }
.download-list .item-body .item-desc { color: #666666; line-height: 30px; margin-top: 5px;  text-indent: unset;}
@media screen and (max-width: 1219px) { .download-list .item-btnbox { margin-left: 30px; } }
@media screen and (max-width: 999px) { .download-list { padding-top: 0; }
  .download-list .item-body { padding: 30px 0 16px; }
  .download-list .item-btnbox { margin-top: 70px; } }
@media screen and (max-width: 767px) { .download-list { padding-bottom: 30px; }
  .download-list .item-btnbox { margin-top: 40px; margin-left: 30px; }
  .download-list .item-btn { font-size: 12px; font-size: 1.2rem; }
  .download-list .item-body { padding: 20px 0 20px; }
  .download-list .item-body .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; }
  .download-list .item-body .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 0px; } }
@media screen and (max-width: 600px) { .download-list li { padding-bottom: 15px; }
  .download-list .item-btnbox { float: none; margin: 0 auto; }
  .download-list .item-btnbox1 { display: none; }
  .download-list .item-btnbox2 { display: block; text-align: center; width: 167px; } }
.cover { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ background: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9999; display: block; }
.cover ::-webkit-input-placeholder { color: #666; }
.cover :-o-placeholder { color: #666; }
.cover ::-moz-placeholder { color: #666; }
.cover :-ms-input-placeholder { color: #666; }
.covern { background: #fff; width: 520px; -moz-border-radius: 10px; border-radius: 10px; margin: 0 auto; position: relative; padding-top: 38px; padding-bottom: 52px; top: 200px; }
.guanbi { position: absolute; top: 8px; right: 12px; cursor: pointer; }
.covernr { padding-left: 97px; padding-right: 97px; }
.if { line-height: 30px; text-align: center; margin-bottom: 18px; }
.mima { width: 326px; height: 50px; line-height: 50px; padding-left: 44px; background: #eeeeee url(../images/password.png) no-repeat 11px center; }
.xzbtn { width: 142px; height: 42px; line-height: 40px; background: #EEEEEE; text-align: center; display: inline-block; margin-top: 31px; cursor: pointer; }
.xzbtn:hover { background: #F08519; color: #fff; }
.c-btn { margin-left: 34px; }
.btns { text-align: center; }
@media screen and (max-width: 767px) { .covern { width: 90%; }
  .covernr { padding-left: 30px; padding-right: 30px; }
  .mima { width: 100%; } }
@media screen and (max-width: 480px) { .covern { width: 98%; top: 100px; }
  .covernr { padding-left: 20px; padding-right: 20px; }
  .if { padding: 0; }
  .xzbtn { width: 120px; }
  .c-btn { margin-left: 10px; } }
/*-------------5-1-surpport end------------------------------------------------------------*/
/*-------------5-2-surpport start----------------------------------------------------------*/
.contact-top { padding-bottom: 60px; }
@media screen and (max-width: 767px) { .contact-top { padding-bottom: 30px; } }
.contact-top .item-title { font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold; color: #F08519; text-align: center; }
@media screen and (max-width: 767px) { .contact-top .item-title { font-size: 18px; font-size: 1.8rem; } }
.contact-top a:hover { color: #F08519; }
.contact-top li { line-height: 40px; font-size: 16px; font-size: 1.6rem; }
@media screen and (max-width: 767px) { .contact-top li { line-height: 30px; font-size: 14px; font-size: 1.4rem; } }
.contact-top .contact-left { float: left; width: 40.083%; min-height: 371px; background-color: #EEEEEE; padding: 42px 50px 22px 30px; -moz-border-radius: 5px; border-radius: 5px; }
.contact-top .contact-left img { margin: 0 auto 17px; display: block; max-height:50px;}
.contact-top .contact-left ul { margin-top: 16px; }
.contact-top .contact-left li { padding-left: 50px; }
.contact-top .contact-left li span { float: left; }
.contact-top .contact-left li div { overflow: hidden; }
.contact-top .contact-left .item1 { background: url(../images/c1.png) no-repeat left center; }
.contact-top .contact-left .item2 { background: url(../images/c2.png) no-repeat left center; }
.contact-top .contact-left .item3 { background: url(../images/c3.png) no-repeat left center; }
.contact-top .contact-left .item4 { background: url(../images/c4.png) no-repeat left center; }
.contact-top .contact-left .item5 { background: url(../images/c5.png) no-repeat left center; }
.contact-top .contact-left .item1 { background-position-y: 10px; }
.contact-top .contact-left .item5 { background-position-y: 8px; line-height: 40px; margin-top: 5px; }
@media screen and (max-width: 1219px) { .contact-top .contact-left { padding: 26px 10px 22px 10px; } }
@media screen and (max-width: 999px) { .contact-top .contact-left { width: 100%; height: auto; min-height: auto; margin-bottom: 20px; }
  .contact-top .contact-left li { padding-left: 40px; } }
.contact-top .contact-middle { float: left; width: 26.75%; min-height: 370px; margin-left: 3.16%; background-color: #EEEEEE; background-color: rgba(238, 238, 238, 0.6); padding: 42px 26px 0; -moz-border-radius: 5px; border-radius: 5px; }
.contact-top .contact-middle img { margin: 0 auto 17px; display: block;max-height:50px; }
.contact-top .contact-middle ul { margin-top: 16px; }
@media screen and (max-width: 1219px) { .contact-top .contact-middle { height: 401px; padding: 42px 10px 0; } }
@media screen and (max-width: 999px) { .contact-top .contact-middle { width: 49%; height: auto; margin-left: 0; min-height: 350px; } }
@media screen and (max-width: 767px) { .contact-top .contact-middle { padding: 20px 10px; } }
@media screen and (max-width: 767px) { .contact-top .contact-middle { width: 100%; min-height: auto; margin-bottom: 15px; } }
.contact-top .contact-right { float: right; width: 26.75%; min-height: 370px; background-color: #EEEEEE; background-color: rgba(238, 238, 238, 0.6); padding: 42px 21px 0; -moz-border-radius: 5px; border-radius: 5px; }
.contact-top .contact-right img { margin: 0 auto 13px; display: block;max-height:50px; }
.contact-top .contact-right ul { margin-top: 21px; }
.contact-top .contact-right .item1 { line-height: 30px; margin-bottom: 7px; }
@media screen and (max-width: 1219px) { .contact-top .contact-right { height: 401px; padding: 42px 10px 0; } }
@media screen and (max-width: 999px) { .contact-top .contact-right { width: 49%; height: auto; min-height: 350px; } }
@media screen and (max-width: 767px) { .contact-top .contact-right { padding: 20px 10px; } }
@media screen and (max-width: 767px) { .contact-top .contact-right { width: 100%; min-height: auto; } }
.m-ctusform1 { margin-left: auto; margin-right: auto; overflow: hidden; padding: 0 26px; }
.m-ctusform1 .box-title { margin-bottom: 0; font-size: 32px; font-size: 3.2rem; color: #F08519; text-align: center; padding-bottom: 23px; }
.m-ctusform1 .box-subt { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; color: #666; margin: 0 auto 41px; width: 100%; max-width: 904px; }
.m-ctusform1 .box-form { margin-bottom: -22px; overflow: hidden; }
.m-ctusform1 .form-item { position: relative; margin-bottom: 33px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.m-ctusform1 .form-item-1 { width: 45.39%; }
.m-ctusform1 .form-item-2 { width: 100%; }
.m-ctusform1 .form-item-3 { margin-left: 1.2%; width: 27.62%; padding-top: 5px; }
.m-ctusform1 .form-item-4 { width: auto; height: 47px; padding-left: 0; padding-top: 7px; background-color: transparent; -moz-border-radius: 0; border-radius: 0; background-color: #fff; overflow: hidden; }
.m-ctusform1 .form-item-4 img { max-height: 40px; vertical-align: middle; }
.m-ctusform1 .form-item-5 { float: right; border: none; width: 45%; padding-left: 0; }
.m-ctusform1 .item-btn1 { margin-top: 7px; width: 100%; height: 40px; padding-left: 0; line-height: 40px; color: #ffffff; font-size: 18px; font-size: 1.8rem; text-align: center; background-color: #F08519; }
.m-ctusform1 .item-text { width: 100%; height: 42px; line-height: 42px; padding-left: 0px; padding-right: 10px; font-size: 14px; font-size: 1.4rem; color: #999; border-bottom: 1px solid #C7C5C4; }
.m-ctusform1 .item-text2 { height: 153px; line-height: 18px; padding-top: 6px; }
.name-text { background: url(../images/s1.png) no-repeat left center; padding-left: 34px !important; }
.mail-text { background: url(../images/s2.png) no-repeat left center; padding-left: 34px !important; }
.tel-text { background: url(../images/s3.png) no-repeat left center; padding-left: 34px !important; }
.country-text { background: url(../images/s4.png) no-repeat left center; padding-left: 34px !important; }
.mes-text { background: url(../images/s5.png) no-repeat left 6px; padding-left: 34px !important; }
@media screen and (max-width: 959px) { .m-ctusform1 { float: none; width: 100%; } }
@media screen and (max-width: 767px) { .m-ctusform1 .box-title { padding-bottom: 15px; font-size: 24px; font-size: 2.4rem; }
  .m-ctusform1 .box-subt { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; }
  .m-ctusform1 .form-item { margin-bottom: 15px; width: 100%; }
  .m-ctusform1 .form-item.important { background-position: 10px 10px; }
  .m-ctusform1 .item-text { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform1 .item-text2 { padding-top: 0; height: 144px; }
  .m-ctusform1 .item-btn1 { font-size: 14px; font-size: 1.4rem; margin-top: 0; }
  .m-ctusform1 .form-item-5 { margin-bottom: 25px; } }
.map { margin-top: 92px; border: solid 1px #A0A0A0; }
.map img { display: block; margin: 0 auto; width: 100%; max-width: 1200px; }
@media screen and (max-width: 1219px) { .map { margin-top: 70px; } }
@media screen and (max-width: 999px) { .map { margin-top: 50px; } }
@media screen and (max-width: 767px) { .map { margin-top: 30px; } }
/*-------------5-2-surpport end------------------------------------------------------------*/
.g-imgtouch { padding: 0 0 90px; }
@media screen and (max-width: 1219px) { .g-imgtouch { padding: 0 0 70px; } }
@media screen and (max-width: 999px) { .g-imgtouch { padding: 0 0 50px; } }
@media screen and (max-width: 767px) { .g-imgtouch { padding: 0 0 30px; } }
.g-imgtouch .zw { width: 100%; display: none; }
.m-imgtouch { position: relative; }
.m-imgtouch .box-wp { position: relative; overflow: hidden; }
.m-imgtouch .box-list { width: 1000%; overflow: hidden; }
.m-imgtouch .list-item { position: relative; float: left; width: 10%; }
.m-imgtouch .item-wp { height: 659px; }
.m-imgtouch .item-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; -webkit-background-size: 1200px 1200px; -moz-background-size: 1200px; background-size: 1200px; background-position: left top; }
.m-imgtouch .item-img1 { background-image: url("../images/touchimg2.jpg"); }
.m-imgtouch .item-img2 { width: 50%; z-index: 2; background-image: url("../images/touchimg1.jpg"); }
.m-imgtouch .item-img2 img { display: none; }
.m-imgtouch .item-btn { position: absolute; z-index: 4; left: 50%; top: 0; width: 1px; height: 100%; background-color: #ccc; }
.m-imgtouch .item-btn a { position: absolute; z-index: 2; left: 50%; top: 20px; margin-left: -22px; width: 44px; height: 44px; background: url("../images/arrows.png") no-repeat center; }
.m-imgtouch .box-fix { position: absolute; left: 50%; bottom: -34px; margin-left: -46.5%; width: 93%; height: 70px; text-align: left; background: #231F20; overflow: hidden; z-index: 6; }
.m-imgtouch .box-text { position: absolute; left: 15px; top: 50%; margin-top: -15px; line-height: 30px; font-size: 16px; font-size: 1.6rem; width: 55%; color: #fff; }
.m-imgtouch .box-page { padding-left: 59.5%; overflow: hidden; padding-top: 8px; padding-right: 20px; padding-bottom: 10px; }
.m-imgtouch .page-item { position: relative; float: left; margin-right: 2.25%; width: 22.75%; line-height: 0; font-size: 0; }
.m-imgtouch .page-item:before { border: 3px solid #fff; content: ""; position: absolute; z-index: 2; width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }
.m-imgtouch .page-item.active:before { border: 3px solid #F08519; }
.m-imgtouch .box-btn { position: absolute; z-index: 5; top: 50%; margin-top: -27px; width: 54px; height: 54px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; }
.m-imgtouch .box-btn.prev { left: 2.66667%; background-image: url("../images/prev3.png"); }
.m-imgtouch .box-btn.next { right: 2.66667%; background-image: url("../images/next3.png"); }
@media screen and (max-width: 959px) { .m-imgtouch .item-wp { height: auto !important; }
  .m-imgtouch .box-btn { display: none; }
  .m-imgtouch .item-btn { display: none; }
  .m-imgtouch .item-img1 { display: none; }
  .m-imgtouch .item-img2 { position: relative; width: 100%; }
  .m-imgtouch .item-img2 img { display: block; }
  .m-imgtouch .box-fix { position: relative; left: auto; right: auto; bottom: 0; margin: 0; width: 100%; height: auto; padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-imgtouch .box-text { position: relative; top: 0; left: 0; margin-top: 0; width: 100%; }
  .m-imgtouch .box-page { padding-left: 0; padding-right: 0; padding-bottom: 0; }
  .m-imgtouch .page-item { max-width: 70px; } }

.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;}
/*back-top*/
.back-top { width: 53px; height: 53px; 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: 50px; height: 50px; } }
@media only screen and (max-width: 424px) { .back-top { width: 35px; height: 35px; bottom: 60px !important; }  }
.hign-desc p{  float: left;
    width: 50%;
    padding-right: 15px; }
@media screen and (max-width:767px) {
   .hign-desc p{
      width: 100%;
    }
  }
.partu img{display: block;width: 100%;}