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

html { font-size: 62.5%; }

body { margin: 0 auto; font-family: '微软雅黑'; 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: '微软雅黑'; 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: '微软雅黑'; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.fix { *zoom: 1; }

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

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #666; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

/**/
[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

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

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

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

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #023894 !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: 12px; font-size: 1.2rem; }

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

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

.page a.no:hover { background-color: #fff !important; color: #333 !important; border-color: #e5e5e5 !important; }

.fl { float: left; 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 #023894; background-color: #023894; color: #FFFFFF; cursor: pointer; font-size: 14px; font-size: 1.4rem; }

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

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

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 69px; }

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

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 69px; cursor: pointer; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }
.contact-pc li.c3 a img { padding-top:17px;}
.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 { background: #13C1F3; }

.c1 .iconfont { color: #F4EEEB; font-size: 30px; font-size: 3rem; }

.c2 { background: #2180E7; }

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

.c3 { background: #0068D3; }

.c3 .iconfont { color: #F4EEEB; font-size: 25px; font-size: 2.5rem; }

.c4 { background: #293395; }

.c4 .iconfont { color: #F4EEEB; font-size: 30px; font-size: 3rem; }

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

.contact-phone li { width: 33.3%; 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.c3 a img { padding-top:10px;}
.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; } }

/*-------------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: 20px; 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: #023894; }

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

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

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { height: 145px; background: url(../images/bread.jpg) no-repeat center; background-size: cover; text-align: center; line-height: 30px; padding: 50px 0 15px; }

.bread .item-title { font-weight: bold; font-size: 30px; font-size: 3rem; text-transform: uppercase; }

.bread .item-title, .bread .item-title a { color: #023894; }

.bread .item-title a:hover { color: #333; }

.bread .item-subt { margin-top: 1px; }

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

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

.bread .bread-active { word-wrap: break-word; }

@media screen and (max-width: 767px) { .bread { height: auto; padding: 30px 0; }
  .bread .item-title { font-size: 24px; font-size: 2.4rem; }
  .bread .item-subt { line-height: 24px; margin-top: 0; } }

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

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

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

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

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

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

.search .search-icon { cursor: pointer; display: none; }

.search .search-icon .iconfont { font-size: 20px; font-size: 2rem; color: #333; }

@media screen and (max-width: 999px) { .search .search-icon .iconfont { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .search .search-icon .iconfont { color: #ccc; } }

.search .search-box { display: block; overflow: hidden; position: relative; z-index: 999; width: 193px; height: 32px; border-radius: 0; border: solid 1px #023894; background-color: #FFFFFF; cursor: pointer; }

.search .search-box .iconfont { font-size: 20px; font-size: 2rem; color: #023894; position: absolute; width: 27px; height: 20px; line-height: 20px; text-align: center; right: 0; top: 50%; margin-top: -10px; z-index: -1; }

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

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

/*-------------header start----------------------------------------------------------------*/
.header .logo { float: left; display: block; margin: 11px 0 7px; }

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

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

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

.header .h-top { position: relative; }

.header .h-top .h-follow { padding: 25px 0 0; }

.header .h-top .h-follow a { display: block; float: left; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; margin-left: 13px; }

.header .h-top .h-follow a:first-child { margin-left: 0; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.header .h-top .h-follow .iconfont { color: #fff; font-size: 16px; font-size: 1.6rem; width: 32px; height: 32px; display: block; text-align: center; line-height: 32px; }

.header .h-top .h-follow .icon-facebook1 { background-color: #3b5998; }

.header .h-top .h-follow .icon-twitter1 { background-color: #00aced; }

.header .h-top .h-follow .icon-linkedin1 { background-color: #007bb6; }

.header .h-top .h-follow .icon-pinterest1 { background-color: #d50000; }

.header .h-top .h-follow .icon-instagram1 { background-color: #d83415; }

.header .h-top .lang-box { padding-top: 25px; line-height: 32px; text-transform: uppercase; }

.header .h-top .lang-box a { display: block; float: left; padding-right: 20px; }

.header .h-top .lang-box a:hover { color: #023894; }

.header .h-top .lang-box svg, .header .h-top .lang-box img { vertical-align: middle; margin-right: 9px; }

@media screen and (max-width: 767px) { .header .h-top .h-follow { display: none; }
  .header .h-top .lang-box { position: absolute; padding-top: 0; right: 30px; } }

.header .h-bot { background-color: #023894; }

.header .navlist { text-align: center; }

.header .navlist > li { position: relative; display: inline-block; text-align: center; padding: 5px 48px 1px; }

.header .navlist > li:after { position: absolute; content: '/'; left: 0; top: 50%; margin-top: -9px; color: #F3F3F3; font-weight: bold; font-size: 18px; font-size: 1.8rem; }

.header .navlist > li:first-child:after { display: none; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; display: inline-block; position: relative; line-height: 30px; padding-bottom: 5px; border-bottom: solid 2px transparent; color: #fff; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { border-bottom: solid 2px #f3f3f3; }

@media screen and (max-width: 1219px) { .header .navlist > li { float: left; padding: 5px 42px 1px; } }

@media screen and (max-width: 999px) { .header .navlist > li { padding: 5px 0 1px; width: 16.66%; }
  .header .navlist > li:after { top: 10px; margin-top: 0; } }

@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: 180px; left: 50%; margin-left: -90px; border-top: solid 4px #fff; }

.header .yiji li { background-color: #fff; position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 10px 20px 10px; }

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

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

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

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

.header .erji, .header .sanji { position: absolute; left: -9999px; top: -4px; border-top: solid 4px #fff; border-left: solid 1px transparent; width: 180px; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; background-color: #023894; }

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

.navlist1 > li > a { font-weight: bold; text-transform: uppercase; display: inline-block; position: relative; line-height: 30px; color: #fff; border-bottom: solid 2px transparent; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { border-bottom: solid 2px #f3f3f3; }

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

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

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

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

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

/* Internet Explorer 10+ */
.footer p, .footer a, .footer spam, .footer li { color: #fff; }

.footer a:hover { text-decoration: underline; }

.footer .f-top { background-color: #333; padding: 49px 0 22px; }

.footer .f-top .footer-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin: 0 0 17px; }

.footer .f-top li, .footer .f-top p { line-height: 30px; }

.footer .f-top .flist1 { width: 441px; }

.footer .f-top .flist1 li { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.footer .f-top .flist2 { width: 267px; }

.footer .f-top .flist2 ul { padding-top: 9px; }

.footer .f-top .flist2 li, .footer .f-top .flist2 li p { line-height: 24px; padding: 0 0 3px; }

.footer .f-top .flist2 li p, .footer .f-top .flist2 li div { overflow: hidden; }

.footer .f-top .flist2 li .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 13px; }

.footer .f-top .flist3 { width: 333px; }

.footer .f-top .copyright { line-height: 24px; }

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

.footer .f-top .f-follow { padding: 9px 0 17px; }

.footer .f-top .f-follow a { float: left; margin-left: 22px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-top .f-follow a:first-child { margin-left: 0; }

.footer .f-top .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; text-decoration: none; }

.footer .f-top .f-follow .iconfont { font-size: 37px; font-size: 3.7rem; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 265px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1 { width: 25%; padding-right: 10px; }
  .footer .f-top .flist2 { width: 35%; padding-right: 10px; }
  .footer .f-top .flist3 { width: 40%; }
  .footer .f-top .f-follow a { margin-left: 15px; }
  .footer .f-top .f-follow .iconfont { font-size: 30px; font-size: 3rem; } }

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

.footer .links { background-color: #023894; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 15px 0 15px; }

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

.footer .links a:hover { text-decoration: underline; }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-btn { padding-top: 3px; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 34px; text-transform: uppercase; display: inline-block; position: relative; }

.index-btn .iconfont { font-size: 13px; font-size: 1.3rem; vertical-align: middle; margin-left: 2px; }

.index-btn:before, .index-btn:after { position: absolute; content: ''; width: 53px; height: 1px; background-color: #023894; }

.index-btn:before { top: 0; left: 0; }

.index-btn:after { bottom: 0; right: 0; }

.index-btn:hover { color: #023894; }

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

/* product description start */
.index-prodesc { padding: 79px 0 32px; background: url(../images/web4.jpg) no-repeat bottom center; }

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

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

.index-prodesc .item-videobox { width: 49.91667%; overflow: hidden; margin-right: 5.83333%; }

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

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

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

@media screen and (max-width: 1219px) { .index-prodesc .item-videobox { margin-right: 4.16667%; } }

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

.index-prodesc .item-title { font-size: 30px; font-size: 3rem; background: url(../images/web8.png) no-repeat left center; background-size: contain; text-transform: uppercase; font-weight: bold; padding-left: 21px; line-height: 65px; margin-top: 55px; margin-bottom: 40px; }

@media screen and (max-width: 1219px) { .index-prodesc .item-title { margin-top: 0; font-size: 28px; font-size: 2.8rem; line-height: 60px; } }

@media screen and (max-width: 999px) { .index-prodesc .item-title { font-size: 26px; font-size: 2.6rem; line-height: 60px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-prodesc .item-title { font-size: 24px; font-size: 2.4rem; line-height: 50px; padding-left: 15px; } }

@media screen and (max-width: 500px) { .index-prodesc .item-title { font-size: 22px; font-size: 2.2rem; line-height: 48px; } }

.index-prodesc .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 180px; display: inline; }

.index-prodesc .item-desc, .index-prodesc .item-desc a { color: #333; }

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

.index-prodesc .index-btn { margin-top: 38px; }

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

/* product description end */
/* index-cate start */
.index-cate { padding: 34px 0 11px; }

.index-cate .index-catelist { position: relative; margin-bottom: 55px; }

@media screen and (max-width: 767px) { .index-cate .index-catelist { margin-bottom: 30px; } }

.index-cate .item-body { width: 63.75%; }

@media screen and (max-width: 1519px) { .index-cate .item-body { width: 56.66667%; } }

@media screen and (max-width: 999px) { .index-cate .item-body { width: 100%; margin-top: 30px; } }

.index-cate .item-body.pull-right { text-align: right; }

.index-cate .item-body .item-icon { width: 12.94118%; margin-top: 29px; }

.index-cate .item-body .item-icon.pull-left { margin-right: 4.57516%; }

.index-cate .item-body .item-icon.pull-right { margin-left: 4.57516%; }

.index-cate .item-body .item-icon img { display: block; max-width: 99px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 1619px) { .index-cate .item-body .item-icon { margin-top: 0; } }

@media screen and (max-width: 999px) { .index-cate .item-body .item-icon { width: 80px; }
  .index-cate .item-body .item-icon.pull-left { margin-right: 15px; }
  .index-cate .item-body .item-icon.pull-right { margin-left: 15px; } }

@media screen and (max-width: 767px) { .index-cate .item-body .item-icon { width: 75px; } }

.index-cate .item-body .item-info { padding-right: 4.57516%; }

.index-cate .item-body .item-info .item-title { font-weight: bold; font-size: 30px; font-size: 3rem; text-transform: uppercase; margin-top: 27px; }

.index-cate .item-body .item-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 13px; }

@media screen and (max-width: 1619px) { .index-cate .item-body .item-info .item-title { margin-top: 0; } }

@media screen and (max-width: 999px) { .index-cate .item-body .item-info { padding-right: 0; }
  .index-cate .item-body .item-info .item-title { font-size: 26px; font-size: 2.6rem; }
  .index-cate .item-body .item-info .item-desc { margin-top: 5px; } }

@media screen and (max-width: 767px) { .index-cate .item-body .item-info .item-title { font-size: 22px; font-size: 2.2rem; }
  .index-cate .item-body .item-info .item-desc { font-size: 14px; font-size: 1.4rem; } }

.cate-scroll { position: absolute; overflow: hidden; top: 0; width: 37.65625%; }

@media screen and (max-width: 1519px) { .cate-scroll { width: 41.66667%; } }

@media screen and (max-width: 1219px) { .cate-scroll { top: 30px; } }

@media screen and (max-width: 999px) { .cate-scroll { position: relative; top: auto; width: 100%; left: auto; right: auto; float: none; max-width: 723px; margin: 0 auto; } }

.cate-scroll.pull-right { right: 0; }

.cate-scroll.pull-right .scroll-btns .scroll-btn.prev { left: 7px; }

.cate-scroll.pull-right .scroll-btns .scroll-btn.next { left: 41px; }

@media screen and (max-width: 767px) { .cate-scroll.pull-right .scroll-btns .scroll-btn.prev { left: 7px; }
  .cate-scroll.pull-right .scroll-btns .scroll-btn.next { left: 27px; } }

.cate-scroll.pull-left { left: 0; }

.cate-scroll.pull-left .scroll-btns .scroll-btn.next { right: 7px; }

.cate-scroll.pull-left .scroll-btns .scroll-btn.prev { right: 41px; }

@media screen and (max-width: 767px) { .cate-scroll.pull-left .scroll-btns .scroll-btn.next { right: 7px; }
  .cate-scroll.pull-left .scroll-btns .scroll-btn.prev { right: 27px; } }

.cate-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; bottom: 5px; display: block; }

.cate-scroll .scroll-btns .scroll-btn .iconfont { font-size: 31px; font-size: 3.1rem; color: #fff; cursor: pointer; }

.cate-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #023894; }

@media screen and (max-width: 767px) { .cate-scroll .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

.cate-scroll .scroll-list { width: 10000%; }

.cate-scroll .scroll-list li { float: left; position: relative; width: 1%; }

.cate-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

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

.catepro-scroll { position: relative; overflow: hidden; }

.catepro-scroll .scroll-btns { margin: 15px 0 13px; }

.catepro-scroll .scroll-btns .scroll-btn { cursor: pointer; }

.catepro-scroll .scroll-btns .scroll-btn .iconfont { font-size: 31px; font-size: 3.1rem; color: #023894; }

.catepro-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #999; }

@media screen and (max-width: 767px) { .catepro-scroll .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

.catepro-scroll .scroll-list { width: 10000%; }

.catepro-scroll .scroll-list li { float: left; position: relative; width: 0.28889%; margin-right: 0.06667%; }

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

@media only screen and (max-width: 767px) { .catepro-scroll .scroll-list li { width: 0.3%; margin-right: 0.05%; } }

@media only screen and (max-width: 400px) { .catepro-scroll .scroll-list li { width: 0.475%; margin-right: 0.05%; } }

.catepro-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; border: 10px solid #023894; border: 10px solid rgba(2, 56, 148, 0.3); border-radius: 50%; max-width: 220px; margin: 0 auto; }

.catepro-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 198px; margin: 0 auto; border-radius: 50%; }

@media screen and (max-width: 1519px) { .catepro-scroll .scroll-list .item-pics { max-width: 180px; } }

.catepro-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 url(../images/web11.png) no-repeat center; background: rgba(0, 0, 0, 0.4) url(../images/web11.png) no-repeat center; }

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

.catepro-scroll .scroll-list .item-desc { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; }

.catepro-scroll .scroll-list .item-desc, .catepro-scroll .scroll-list .item-desc a { color: #333; text-indent: 0; }

@media only screen and (max-width: 767px) { .catepro-scroll .scroll-list .item-desc { font-size: 14px; font-size: 1.4rem; } }

/* index-cate end */
.index-title { font-size: 40px; font-size: 4rem; background: url(../images/web10.png) no-repeat center; background-size: contain; text-transform: uppercase; font-weight: bold; text-align: center; line-height: 65px; }

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

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

@media screen and (max-width: 1219px) { .index-title { margin-top: 0; font-size: 36px; font-size: 3.6rem; line-height: 60px; } }

@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; line-height: 50px; } }

@media screen and (max-width: 500px) { .index-title { font-size: 22px; font-size: 2.2rem; line-height: 48px; } }

/* latest news start */
.lnews-box { padding: 0 5px 77px; }

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

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

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

.lnews-box .list-item { float: left; width: 22.30366%; margin-left: 3.59476%; margin-top: 24px; text-align: center; }

@media screen and (max-width: 1219px) { .lnews-box .list-item { width: 23%; margin-left: 2%; } }

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

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

.lnews-box .item-pic { width: 100%; }

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

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

@media screen and (max-width: 999px) { .lnews-box .item-title { margin-top: 10px; } }

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

.lnews-box .item-date { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 2px; }

@media screen and (max-width: 1219px) { .lnews-box .item-date { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

.lnews-box .item-desc { margin-top: 9px; font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 60px; }

.lnews-box .item-desc, .lnews-box .item-desc a { color: #333; }

@media screen and (max-width: 1219px) { .lnews-box .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 999px) { .lnews-box .item-desc { margin-top: 0; } }

@media screen and (max-width: 767px) { .lnews-box .item-desc { font-size: 14px; font-size: 1.4rem; } }

/* latest news end */
/* ABOUT US start */
.index-about { background: url(../images/web5.jpg) no-repeat bottom center; }

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

.index-about .about-scroll { position: relative; overflow: hidden; width: 727px; background: url(../images/about1.png) no-repeat bottom left; padding: 0 0 18px 92px; margin-right: 9.33333%; }

@media screen and (max-width: 1219px) { .index-about .about-scroll { width: 550px; background-size: 520px; padding: 0 0 18px 30px; margin-right: 4.16667%; } }

@media screen and (max-width: 999px) { .index-about .about-scroll { width: 450px; background-size: 430px; padding: 0 0 10px 20px; margin-right: 2.5%; } }

@media screen and (max-width: 767px) { .index-about .about-scroll { width: 100%; max-width: 635px; background-size: 95.27%; padding: 0 0 10px 30px; float: none; margin: 0 auto 30px; } }

.index-about .about-scroll .scroll-btns { margin-top: 12px; }

.index-about .about-scroll .scroll-btns .scroll-btn { cursor: pointer; z-index: 99; }

.index-about .about-scroll .scroll-btns .scroll-btn .iconfont { font-size: 38px; font-size: 3.8rem; color: #fff; }

.index-about .about-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #999; }

@media screen and (max-width: 1219px) { .index-about .about-scroll .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 999px) { .index-about .about-scroll .scroll-btns .scroll-btn .iconfont { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .index-about .about-scroll .scroll-btns .scroll-btn .iconfont { font-size: 22px; font-size: 2.2rem; } }

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

.index-about .about-scroll .scroll-list { width: 10000%; }

.index-about .about-scroll .scroll-list li { float: left; position: relative; width: 1%; }

.index-about .about-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

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

.index-about .item-body { text-align: right; }

.index-about .index-title { text-align: right; padding-right: 14px; margin-top: 44px; background: url(../images/web9.png) no-repeat right center; background-size: contain; }

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

.index-about .item-title { margin-top: 54px; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

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

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

.index-about .item-desc { margin-top: 24px; line-height: 24px; height: 120px; }

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

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

@media screen and (max-width: 767px) { .index-about .item-desc { max-height: 120px; height: auto; } }

.index-about .index-btn { margin-top: 41px; }

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

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

/* ABOUT US end */
.index-partner { padding: 76px 0 89px; }

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

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

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

.partner-scroll { position: relative; overflow: hidden; padding: 0 55px; margin-top: 47px; }

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

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

.partner-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -21px; }

.partner-scroll .scroll-btns .scroll-btn .iconfont { font-size: 42px; font-size: 4.2rem; color: #023894; }

.partner-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #999; }

.partner-scroll .scroll-btns .scroll-btn.prev { left: 0; }

.partner-scroll .scroll-btns .scroll-btn.next { right: 0; }

@media screen and (max-width: 999px) { .partner-scroll .scroll-btns .scroll-btn { margin-top: -15px; }
  .partner-scroll .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .partner-scroll .scroll-btns .scroll-btn { margin-top: -12px; }
  .partner-scroll .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

.partner-scroll .scroll-list { width: 10000%; }

.partner-scroll .scroll-list li { float: left; position: relative; width: 0.18165%; margin-right: 0.02294%; }

@media screen and (max-width: 999px) { .partner-scroll .scroll-list li { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 640px) { .partner-scroll .scroll-list li { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 450px) { .partner-scroll .scroll-list li { width: 0.49%; margin-right: 0.02%; } }

.partner-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; border: solid 1px #dcdcdc; }

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

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

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

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

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

/*-------------1-1-about start-------------------------------------------------------------*/
/* .about-bar start */
.about-bar { box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); border-bottom: solid 1px #e6e6e6; /* @media screen and (max-width:530px) { .wp{width: 100%;} a{ width: 100%; background-position: 10px center!important; padding: 5px 0 5px 50px; line-height: 30px; text-align: left; &:after{ display: none!important; } } } */ }

.about-bar a { width: 25%; float: left; display: block; font-weight: bold; font-size: 18px; font-size: 1.8rem; text-align: center; padding-top: 62px; padding-bottom: 10px; color: #999; position: relative; background-size: contain; }

.about-bar a:after { position: absolute; content: ''; width: 26px; height: 13px; left: 50%; margin-left: -13px; background: url(../images/bar.png) no-repeat center; bottom: -13px; z-index: 2; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; display: none; }

.about-bar a:hover, .about-bar a.active { background-color: #023894; color: #fff; }

.about-bar a:hover:after, .about-bar a.active:after { display: block; }

.about-bar .bar1 { background: url(../images/bar1.png) no-repeat center 12px; }

.about-bar .bar1:hover, .about-bar .bar1.active { background-image: url(../images/bar1_1.png); }

.about-bar .bar2 { background: url(../images/bar2.png) no-repeat center 12px; }

.about-bar .bar2:hover, .about-bar .bar2.active { background-image: url(../images/bar2_1.png); }

.about-bar .bar3 { background: url(../images/bar3.png) no-repeat center 12px; }

.about-bar .bar3:hover, .about-bar .bar3.active { background-image: url(../images/bar3_1.png); }

.about-bar .bar4 { background: url(../images/bar4.png) no-repeat center 12px; }

.about-bar .bar4:hover, .about-bar .bar4.active { background-image: url(../images/bar4_1.png); }

@media screen and (max-width: 999px) { .about-bar .wp { width: 100%; }
  .about-bar a { font-size: 16px; font-size: 1.6rem; background-size: 40px 40px !important; } }

@media screen and (max-width: 767px) { .about-bar a { font-size: 14px; font-size: 1.4rem; background-size: 28px !important; background-position-y: 10px !important; padding-top: 40px; } }

@media screen and (max-width: 600px) { .about-bar a { width: 50%; }
  .about-bar a:after { display: none !important; } }

/* .about-bar end */
.about1-wrap { padding-bottom: 40px;     text-indent: 2em; }

@media screen and (max-width: 767px) { .about1-wrap { padding-bottom: 20px; } }

.about1-box1 { text-align: right; }

.about1-box1 .item-pic { width: 50%; margin-right: 3.33333%; margin-top: 35px; }

.about1-box1 .item-pic img { display: block; margin: 0 auto; max-width: 600px; width: 100%; }

@media screen and (max-width: 640px) { .about1-box1 .item-pic { width: 100%; margin: 30px auto 0; max-width: 600px; float: none; } }

.about1-box1 .item-subt { margin-top: 31px; font-weight: bold; font-size: 24px; font-size: 2.4rem; color: #023894; text-transform: uppercase; }

.about1-box1 .item-subt span { font-style: normal; background: url(../images/about16.png) no-repeat left center; padding-left: 26px; }

@media screen and (max-width: 767px) { .about1-box1 .item-subt { font-size: 20px; font-size: 2rem; } }

.about1-box1 .item-title { margin-top: 10px; padding-bottom: 20px; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; position: relative; }

.about1-box1 .item-title:after { position: absolute; content: ''; width: 71px; height: 3px; background-color: #333; right: 0; bottom: 0; }

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

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

.about1-box1 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 15px; }

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

.about1-box2 { padding-bottom: 26px; padding-top: 20px; }

.about1-box2 .item-pic { width: 49.5%; margin-left: 3.33333%; }

.about1-box2 .item-pic img { display: block; margin: 0 auto; max-width: 594px; width: 100%; }

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

@media screen and (max-width: 640px) { .about1-box2 .item-pic { width: 100%; margin: 30px auto 0; max-width: 594px; float: none; } }

.about1-box2 .item-desc { padding-top: 5px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-box2 .item-desc p { margin-top: 30px; }

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

.about1-imgs img { float: left; width: 31.83333%; margin-left: 2.25%; max-width: 382px; display: block; margin-bottom: 48px; }

@media screen and (max-width: 999px) { .about1-imgs img { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 400px) { .about1-imgs img { float: none; width: 98%; margin: 0 1% 20px; } }

.about1-box3 .item-pic { width: 50%; margin-right: 3.33333%; }

.about1-box3 .item-pic img { display: block; margin: 0 auto; max-width: 600px; width: 100%; }

@media screen and (max-width: 640px) { .about1-box3 .item-pic { width: 100%; margin: 0 auto 30px; max-width: 600px; float: none; } }

.about1-box3 .item-title { margin-top: 73px; font-weight: bold; font-size: 24px; font-size: 2.4rem; color: #023894; }

@media screen and (max-width: 1219px) { .about1-box3 .item-title { margin-top: 20px; } }

@media screen and (max-width: 999px) { .about1-box3 .item-title { margin-top: 0; } }

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

.about1-box3 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 34px; }

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

@media screen and (max-width: 999px) { .about1-box3 .item-desc { margin-top: 10px; } }

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

.about1-box4 { padding: 50px 0 55px; }

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

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

.about1-box4 .item-title { text-align: center; font-weight: bold; font-size: 24px; font-size: 2.4rem; color: #023894; padding-bottom: 3px; }

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

.about1-box4 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 0;}

.about1-box4 .item-desc strong { color: #023894; font-weight: normal; }

.about1-box4 .item-desc p { margin-top: 30px; padding-left: 22px; background: url(../images/about11.png) no-repeat left 10px; }

@media screen and (max-width: 767px) { .about1-box4 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about1-box4 .item-desc p { margin-top: 20px; background-position-y: 8px; padding-left: 15px; } }

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.about2-box1 { padding-bottom: 50px; }

@media screen and (max-width: 767px) { .about2-box1 { padding-bottom: 30px; } }

.about2-box1 .item-pic { width: 365px; margin-left: 3.33333%; margin-top: 90px; }

.about2-box1 .item-pic img { display: block; max-width: 365px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 767px) { .about2-box1 .item-pic { width: 320px; margin-left: 2.5%; } }

@media screen and (max-width: 640px) { .about2-box1 .item-pic { width: 100%; max-width: 365px; margin: 30px auto 0; float: none; } }

.about2-box1 .item-title { font-size: 26px; font-size: 2.6rem; font-weight: bold; margin-top: 29px; }

@media screen and (max-width: 767px) { .about2-box1 .item-title { font-size: 22px; font-size: 2.2rem; } }

.about2-box1 .item-desc { margin-top: 26px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about2-box1 .item-desc p { padding: 0 0 14px 37px; background: url(../images/about14.png) no-repeat left 2px; }

@media screen and (max-width: 767px) { .about2-box1 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about2-box1 .item-desc p { padding: 0 0 10px 20px; background-size: 15px; background-position-y: 5px; } }

.about2-box2 { background: url(../images/about13.jpg) no-repeat center; background-size: cover; padding: 55px 0 54px; }

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

.about2-box2 .item-title { font-size: 26px; font-size: 2.6rem; font-weight: bold; }

@media screen and (max-width: 767px) { .about2-box2 .item-title { font-size: 22px; font-size: 2.2rem; } }

.about2-box2 .item-desc { margin-top: 26px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about2-box2 .item-desc p { padding: 0 0 25px 37px; background: url(../images/about14.png) no-repeat left 2px; }

@media screen and (max-width: 767px) { .about2-box2 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about2-box2 .item-desc p { padding: 0 0 10px 20px; background-size: 15px; background-position-y: 5px; } }

.about3-box1 { padding-bottom: 78px; }

@media screen and (max-width: 999px) { .about3-box1 { padding-bottom: 5px; } }

@media screen and (max-width: 767px) { .about3-box1 { padding-bottom: 30px; } }

.about3-box1 .item-pic { width: 379px; margin-left: 5%; margin-top: 119px; }

.about3-box1 .item-pic img { display: block; max-width: 379px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 767px) { .about3-box1 .item-pic { width: 320px; margin-left: 2.5%; margin-top: 90px; } }

@media screen and (max-width: 640px) { .about3-box1 .item-pic { width: 100%; max-width: 379px; margin: 30px auto 0; float: none; } }

.about3-box1 .item-body { overflow: hidden; }

@media screen and (max-width: 1219px) { .about3-box1 .item-body { overflow: visible; } }

.about3-box1 .item-title { font-size: 26px; font-size: 2.6rem; font-weight: bold; margin-top: 59px; }

@media screen and (max-width: 767px) { .about3-box1 .item-title { font-size: 22px; font-size: 2.2rem; margin-top: 30px; } }

.about3-box1 .item-desc { margin-top: 26px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about3-box1 .item-desc p { padding: 0 0 12px 37px; background: url(../images/about14.png) no-repeat left 2px; }

@media screen and (max-width: 767px) { .about3-box1 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about3-box1 .item-desc p { padding: 0 0 10px 20px; background-size: 15px; background-position-y: 5px; } }

/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.about3-box { padding-bottom: 90px; }

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

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

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

.cer-list { padding: 35px 0 12px; }

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

.cer-list .list-item { float: left; width: 22.5%; margin-left: 3.33333%; margin-bottom: 27px; }

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

.cer-list .item-pics img { display: block; margin: 0 auto; max-width: 270px; 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.4); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.cer-list .item-backdrop .iconfont { position: absolute; width: 100%; top: 50%; margin-top: -22px; color: #fff; display: block; font-size: 44px; font-size: 4.4rem; }

.cer-list .item-title { line-height: 30px; text-align: center; font-weight: bold; margin-top: 13px; }

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

@media screen and (max-width: 767px) { .cer-list .item-title { margin-top: 5px; line-height: 24px; } }

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

/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------1-4-about start-------------------------------------------------------------*/
.fac-list { padding: 35px 0 0; }

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

.fac-list .list-item { float: left; width: 31.66667%; margin-left: 2.5%; margin-bottom: 50px; }

.fac-list .item-pic { position: relative; width: 100%; }

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

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

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

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

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

@media screen and (max-width: 400px) { .fac-list .list-item { width: 98%; margin: 0 1% 20px; } }

/*-------------1-4-about end---------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.pro-left { width: 270px; }

@media screen and (max-width: 999px) { .pro-left { width: 100%; float: none !important; } }

.pro-right { width: 889px; }

@media screen and (max-width: 1219px) { .pro-right { width: 690px; } }

@media screen and (max-width: 999px) { .pro-right { width: 100%; float: none !important; margin-bottom: 30px; } }

/*proslide start*/
.proslide { width: 100%; }

.proslide-title { position: relative; font-weight: bold; text-align: center; font-size: 20px; font-size: 2rem; background: url(../images/web7.png) no-repeat center; background-size: cover; line-height: 46px; margin-bottom: 8px; }

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

@media screen and (max-width: 767px) { .proslide-title { font-size: 18px; font-size: 1.8rem; padding: 0; } }

.pro-slidenav > li { background-color: #f4f4f4; margin-bottom: 3px; }

.pro-slidenav > li > a { display: block; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 8px 25px 8px 20px; position: relative; background-color: #f4f4f4; }

.pro-slidenav > li .iconfont { font-size: 14px; font-size: 1.4rem; color: #666; position: absolute; right: 7px; top: 10px; }

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a { color: #FFFFFF; background-color: #023894; }

.pro-slidenav > li:hover .iconfont, .pro-slidenav > li.slide-active .iconfont { color: #fff; }

.pro-slidenav > li:hover .iconfont:before, .pro-slidenav > li.slide-active .iconfont:before { content: "\e723"; }

.proslide-yiji { padding: 12px 0 16px; }

.proslide-yiji > li { line-height: 24px; padding: 3px 25px 3px 20px; }

.proslide-yiji > li a { color: #333; }

.proslide-yiji > li.slide-active2 > a, .proslide-yiji > li:hover > a { color: #023894; }

/*proslide end*/
.pro1-list .list-item { border-bottom: solid 1px #dcdcdc; padding-bottom: 30px; margin-bottom: 30px; }

.pro1-list .list-item:last-child { border-bottom: 0; margin-bottom: 6px; }

.pro1-list .item-pic { float: left; width: 270px; margin-right: 42px; border: solid 1px #DCDDE1; }

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

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

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

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

.pro1-list .item-btnbox { margin-top: 29px; }

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

.pro1-list .item-btn { display: inline-block; width: 141px; height: 33px; line-height: 32px; text-align: center; background-color: #023894; color: #fff; }

.pro1-list .item-btn:hover { border-color: #333; }

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

@media screen and (max-width: 640px) { .pro1-list .item-pic { width: 230px; }
  .pro1-list .item-title { margin-top: 0; }
  .pro1-list .item-btnbox { margin-top: 20px; } }

@media screen and (max-width: 450px) { .pro1-list .item-pic { width: 100%; float: none; margin: 0 auto 20px; }
  .pro1-list .item-desc { margin-top: 5px; } }

/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.m-propic { margin: 0 auto 0; width: 688px; }

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

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

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

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

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

.m-propic .pic-small { position: relative; float: left; width: 156px; padding: 23px 0; overflow: hidden; }

.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; cursor: pointer; text-align: center; }

.m-propic .pic-btn .iconfont { font-size: 25px; font-size: 2.5rem; color: #cdcdcd; }

.m-propic .pic-btn .iconfont:hover { color: #023894; }

.m-propic .pic-btn.prev { top: -5px; }

.m-propic .pic-btn.next { bottom: -5px; }

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

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

.m-propic .pic-list .list-item { margin-bottom: 6px; overflow: visible; padding-left: 10px; }

.m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid #dcdde1; position: relative; overflow: visible; }

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

.m-propic .pic-list .item-pics .iconfont { color: #dcdde1; left: -10px; position: absolute; font-size: 12px; font-size: 1.2rem; top: 50%; margin-top: -6px; z-index: -1; display: none; }

.m-propic .item-pics:hover .iconfont, .m-propic .item-pics.zoomThumbActive .iconfont { display: block; }

.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: 768px) { .m-propic1 { display: none; }
  .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #888; }
  .m-propic2 .box-btn .iconfont:hover { color: #023894; }
  .m-propic2 .box-btn.prev { left: 0; }
  .m-propic2 .box-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%; border-radius: 0; border: 1px solid #DCDCDC; overflow: hidden; }
  .m-propic2 .list-item img { display: block; } }

@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 { max-width: 688px; margin: 0 auto; position: relative; }

.pro2-info .item-title { font-size: 20px; font-size: 2rem; padding: 36px 250px 23px 0; position: relative; }

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

.pro2-info .pro-share { position: absolute; top: 32px; right: 0; }

@media screen and (max-width: 767px) { .pro2-info .pro-share { position: relative; top: auto; right: auto; margin-bottom: 20px; } }

.pro2-info .item-btn { width: 141px; height: 33px; line-height: 32px; text-align: center; background-color: #f4f4f4; color: #333; }

.pro2-info .item-btn:hover { background-color: #023894; color: #fff; }

.pro2-info .item-btn.no:hover { background-color: #f4f4f4; color: #333; }

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

@media screen and (max-width: 640px) { .pro2-info .item-btn { width: 48%; margin: 0 1% !important; } }

.pro2-info .down-btn { display: block; width: 286px; height: 33px; line-height: 32px; background-color: #023894; color: #fff; text-align: center; }

.pro2-info .down-btn .iconfont { width: 18px; height: 18px; line-height: 18px; border-radius: 50%; border: solid 1px #fff; font-size: 12px; font-size: 1.2rem; display: inline-block; text-align: center; margin-right: 5px; }

.pro2-info .down-btn:hover { background-color: #333; }

@media screen and (max-width: 640px) { .pro2-info .down-btn { width: 98%; margin: 15px 1% 0; } }

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

.pro2-title:after { position: absolute; content: ''; right: 0; width: 100%; height: 2px; background-color: #023894; top: 50%; margin-top: -1px; }

.pro2-title span { display: inline-block; background-color: #FFFFFF; position: relative; z-index: 2; padding-right: 30px; }

.pro2-title span:after { position: absolute; content: ''; width: 10px; height: 10px; border-radius: 5px; background: #023894; right: 0; top: 50%; margin-top: -5px; }

.pro2-title a:hover { color: #023894; }

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

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

@media only screen and (max-width: 500px) { .pro2-title:after { display: none; }
  .pro2-title span { padding-right: 0 !important; }
  .pro2-title span:after { display: none; } }

.pro2-descbox { padding: 35px 0 0; }

.pro2-descbox .item-desc { padding: 21px 0 61px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-descbox .item-desc p, .pro2-descbox .item-desc li, .pro2-descbox .item-desc span, .pro2-descbox .item-desc ab, .pro2-descbox .item-desc strong { color: #333; }

.pro2-descbox .item-desc img, .pro2-descbox .item-desc iframe { max-width: 100%; }

.pro2-descbox .item-desc .table table tr:first-child { font-weight: bold; }

.pro2-descbox .item-desc .table table tr td { text-align: center; border: solid 1px #a1a1a1; padding: 15px 3px; font-size: 16px; font-size: 1.6rem; }

.pro2-descbox .item-desc .table table tr td:first-child { font-weight: bold; }

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

.Related-scrollbox { position: relative; }

.Related-scrollbox .pro2-title span { padding-right: 38px; padding-left: 3px; }

.Related-scrollbox .pro2-title:after { right: 80px; width: auto; left: 0; }

.Related-scrollbox .scroll-btns .scroll-btn { width: 24px; height: 24px; border-radius: 50%; text-align: center; line-height: 22px; background-color: #023894; border: solid 1px #023894; display: inline-block; cursor: pointer; position: absolute; top: 5px; }

.Related-scrollbox .scroll-btns .scroll-btn .iconfont { font-size: 12px; font-size: 1.2rem; color: #fff; }

.Related-scrollbox .scroll-btns .scroll-btn:hover { background-color: transparent; }

.Related-scrollbox .scroll-btns .scroll-btn:hover .iconfont { color: #023894; }

.Related-scrollbox .scroll-btns .scroll-btn.prev { right: 34px; }

.Related-scrollbox .scroll-btns .scroll-btn.next { right: 0; }

@media screen and (max-width: 767px) { .Related-scrollbox .scroll-btns .scroll-btn { top: 0; } }

.Related-scrollbox .scroll-list-box { width: 100%; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 29px; }

.Related-scrollbox .scroll-list { width: 10000%; }

.Related-scrollbox .scroll-list li { float: left; width: 0.30371%; margin-right: 0.04443%; text-align: center; }

@media only screen and (max-width: 640px) { .Related-scrollbox .scroll-list li { width: 0.49%; margin-right: 0.02%; } }

.Related-scrollbox .scroll-list .item-pic { position: relative; width: 100%; border: solid 1px #dcdde1; }

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

.Related-scrollbox .scroll-list .item-title { margin-top: 12px; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; }

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

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-download start------------------------------------------------------------*/
.download-list .list-item { position: relative; padding-bottom: 40px; margin-bottom: 47px; border-bottom: dashed 1px #C6C6C6; }

.download-list .item-pics { float: left; width: 59px; margin-right: 23px; margin-top: 11px; }

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

.download-list .item-body { overflow: hidden; padding-right: 185px; }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 38px; }

.download-list .item-desc { line-height: 30px; min-height: 30px; font-size: 16px; font-size: 1.6rem; }

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

.download-list .item-btn { font-weight: bold; text-align: center; display: block; width: 142px; height: 42px; border: 1px solid #023894; color: #023894; line-height: 40px; position: absolute; top: 31px; right: 0; }

.download-list .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; vertical-align: middle; margin-right: 3px; margin-left: -10px; }

.download-list .item-btn:hover { background-color: #023894; color: #fff; }

@media screen and (max-width: 1219px) { .download-list .item-body { padding-right: 160px; } }

@media screen and (max-width: 999px) { .download-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .download-list .item-desc { line-height: 24px; min-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .download-list { padding-bottom: 20px; }
  .download-list .list-item { padding-bottom: 30px; margin-bottom: 30px; }
  .download-list .item-btn { width: 120px; height: 36px; line-height: 34px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 3px; }
  .download-list .item-body { padding-right: 140px; } }

@media screen and (max-width: 640px) { .download-list .item-body { padding-right: 0; }
  .download-list .item-btn { position: relative; top: auto; right: auto; margin: 20px auto 0; } }

/*-------------3-download end--------------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 40px; }

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

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

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

.news1-list .item-body { overflow: hidden; padding-right: 25px; }

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

.news1-list .item-date { font-size: 16px; font-size: 1.6rem; margin-top: 3px; line-height: 28px; }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 25px; }

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

.news1-list .index-btn { margin-top: 32px; }

@media screen and (max-width: 1219px) { .news1-list .item-body { padding-right: 0; } }

@media screen and (max-width: 999px) { .news1-list { padding-bottom: 20px; }
  .news1-list .item-pic { width: 400px; margin-right: 20px; }
  .news1-list .item-desc { margin-top: 10px; }
  .news1-list .item-btn { margin-top: 20px; } }

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

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

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

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold; color: #023894; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

.news2-main .item-date { text-align: center; color: #333; line-height: 24px; margin-top: 3px; margin-bottom: 18px; }

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

.news2-main .pro-share { text-align: center; }

.news2-main .pro-share .share-title { color: #1962ac; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 30px 0 64px;     text-indent: 2em; }

.news2-main .item-desc, .news2-main .item-desc p, .news2-main .item-desc a, .news2-main .item-desc li, .news2-main .item-desc span, .news2-main .item-desc strong { color: #333; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

.news2-main .item-desc img { max-width: 100%; text-indent: 0; }

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

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 15px 0 25px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-contact us start----------------------------------------------------------*/
/* contact_top */
.contact_top { background: #f3f3f3; border-radius: 10px; }

/* c_left */
.c_left { width: 465px; height: 603px; background: url(../images/c1.jpg) no-repeat left top; border-radius: 10px 0px 0px 10px; padding: 63px 48px 0 62px; }

.c_left .item-desc { font-size: 18px;font-size: 1.8rem; color: #FFFFFF; font-weight: bold; line-height: 24px; margin-bottom: 63px; }

.c_left li { width: 100%; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-bottom: 24px; }

.c_left li p, .c_left li, .c_left li span { color: #FFFFFF; }

.c_left li i { font-style: normal; }

.c_left li p, .c_left li div { overflow: hidden; }

.c_left li .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 15px; color: #fff; }

.c_left a { color: #fff; }

.c_left a:hover { text-decoration: underline; }

@media screen and (max-width: 1219px) { .c_left { width: 399px; padding: 64px 38px 0; } }

@media screen and (max-width: 999px) { .c_left { float: none; width: 95%; margin: 0 auto; max-width: 465px; border-radius: 10px; margin-top: 20px; padding-bottom: 20px; padding-top: 20px; height: auto; }
  .c_left_wrap { width: 90%; } }

@media screen and (max-width: 767px) { .c_left { padding-left: 20px; padding-right: 20px; font-size: 14px; font-size: 1.4rem; }
  .c_left .item-desc { line-height: 24px; margin-bottom: 20px; }
  .c_left .item-title { font-size: 20px; font-size: 2rem; }
  .c_left li { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

/* c_right */
.c_right { float: right; width: 47%; margin-right: 85px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.c_right ::-webkit-input-placeholder { color: #666; }

.c_right :-o-placeholder { color: #666; }

.c_right ::-moz-placeholder { color: #666; }

.c_right :-ms-input-placeholder { color: #666; }

.c_title2 { font-weight: bold; padding-top: 23px; padding-left: 14px; line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #023894; text-transform: uppercase; padding-bottom: 3px; }

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

.c_bt { width: 14px; float: left; color: #ff0000; font-family: '微软雅黑'; line-height: 42px; height: 36px; font-size: 14px; font-size: 1.4rem; }

.c_div1 { padding-bottom: 18px; }

.c_div2 { padding-bottom: 20px; }

.c_div3 { padding-bottom: 20px; }

.c_div4 { padding-top: 2px; margin-bottom: 5px; }

.c_input1 { float: left; line-height: 35px; height: 37px; font-size: 14px; font-size: 1.4rem; text-indent: 14px; color: #666666; width: 550px; border: solid 1px #cccccc; background: #fff; }

.c_textarea { float: left; font-size: 14px; font-size: 1.4rem; text-indent: 14px; color: #666666; width: 550px; border: solid 1px #cccccc; line-height: 26px; padding-top: 1px; height: 214px; background: #fff; }

.c_code .c_codeinput { width: 154px; margin-right: 19px; }

.c_code .codeimg { width: 118px; height: 37px; cursor: pointer; border: solid 1px #ccc; }

.c_code .codeimg img { display: block; height: 100%; max-height: 35px; margin: 0 auto; }

.c_code .c_send { float: right; text-align: center; color: #fff; background: #333; width: 181px; height: 35px; line-height: 35px; font-size: 14px; font-size: 1.4rem; font-weight: bold; cursor: pointer; display: block; }

.c_code .c_send:hover { background-color: #023894; }

@media screen and (max-width: 1219px) { .c_div1, .c_div2, .c_div3 { padding-bottom: 16px; }
  .c_input1 { width: 95%; }
  .c_textarea { width: 95%; }
  .c_code .c_send { float: left; margin-left: 20px; width: 124px; } }

@media screen and (max-width: 999px) { .c_right { float: none; width: 95%; margin: 0 auto; margin-top: 20px; }
  .c_title2 { padding-top: 0px; }
  .c_code .c_codeinput { width: 95%; margin-right: 0; }
  .c_code .codeimg { width: 118px; margin-left: 14px; margin-top: 16px; }
  .c_code .c_send { width: 95%; margin-left: 14px; margin-top: 16px; } }

@media screen and (max-width: 767px) { .c_title2 { font-size: 20px; font-size: 2rem; text-align: center; }
  .c_textarea { height: 120px; } }

.map { margin: 50px auto 0; overflow: auto;}

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

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

/*-------------5-contact us end------------------------------------------------------------*/
  .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;}
  .list_cart .list_cart_a1 { background: #023894;padding: 8px;color: white; float:left; }
  .list_cart .list_cart_a2 { background: #023894;padding: 8px;color: white; float:right; }
  .bshare-qzone { margin-left: 0!important; }

