/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

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

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

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

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

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

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

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #333; 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-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[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: #07A8E0 !important; }

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #07A8E0 !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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 2.5px 10px; border: solid 1px #e5e5e5; background-color: #eee; color: #333; font-size: 12px; font-size: 1.2rem; }

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


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


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

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

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

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

.add-btn { width: 168px; height: 30px; line-height: 24px; text-align: center; border: solid 1px #07A8E0; background-color: #07A8E0; color: #FFFFFF; cursor: pointer; font-size: 12px; font-size: 1.2rem; }

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

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

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

.contact-pc li { width: 69px; height: 69px; border-radius: 5px; margin-bottom: 2px; position: relative; background-color: #F2F2F2; text-align: center; line-height: 69px; }

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

.contact-pc .c1, .contact-phone .c1 { background-color: #13C1F3; display:none;}

.contact-pc .c2, .contact-phone .c2 { background-color: #157EEE; }

.contact-pc .c3, .contact-phone .c3 { background-color: #0267D2; }

.contact-pc .c4, .contact-phone .c4 { background-color: #2594D1; }

.contact-pc .iconfont, .contact-phone .iconfont { font-size: 26px; font-size: 2.6rem; color: #fff; }

.contact-pc .icon-up7, .contact-phone .icon-up7 { color: #fff; display: inline-block; text-align: center; line-height: 30px; width: 30px; height: 30px; border-radius: 50%; border: solid 1px #fff; font-size: 12px; font-size: 1.2rem; }

.contact-pc .icon-skype { color: #F4EEEB; font-size: 30px; font-size: 3rem; }

.contact-pc .icon-whatsapp1 { color: #F4EEEB; }

.contact-pc .icon-facebook { font-size: 34px; font-size: 3.4rem; }

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

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

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

.contact-phone li { width: 25%;width: 33.3333333%; height: 50px; float: left; position: relative; line-height: 50px; text-align: center; background-color: #F2F2F2; }

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

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

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

/*back-top*/
.back-top { text-align: center; width: 40px; height: 36px; line-height: 36px; background: #484848; border-radius: 5px; position: fixed; right: 15px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; }

.back-top .iconfont { color: #fff; font-size: 12px; font-size: 1.2rem; }

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

.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: "Raleway-Regular"; }

.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 { padding: 30px 0 0; border-top: solid 1px #BFBFBF; font-family: arial; }

.m-oths .oths-item { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

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

.m-oths .oths-item a:hover { color: #07A8E0; }

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

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

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

.bread p, .bread a { color: #fff; }

.bread a:hover, .bread .bread-active { text-decoration: underline; }

.bread .item-title { font-size: 60px; font-size: 6rem; }

.bread .item-title a:hover { text-decoration: none; border-bottom: solid 1px #fff; }

.bread .item-subt { margin-top: 22px; font-size: 26px; font-size: 2.6rem; }

@media screen and (max-width: 999px) { .bread { height: auto; padding: 50px 0; }
  .bread .item-title { font-size: 40px; font-size: 4rem; }
  .bread .item-subt { font-size: 24px; font-size: 2.4rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .bread { padding: 30px 0; }
  .bread .item-title { font-size: 30px; font-size: 3rem; }
  .bread .item-subt { font-size: 18px; font-size: 1.8rem; margin-top: 10px; } }

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

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

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

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

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

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

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

.search .search-icon { cursor: pointer; width: 16px; height: 16px; line-height: 16px; text-align: center; display: block; }

.search .search-icon .iconfont { font-size: 16px; font-size: 1.6rem; color: #808080; }

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

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

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

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

/*-------------header start----------------------------------------------------------------*/
.h-top { border-top: solid 4px #07A8E0; border-bottom: solid 1px #ccc; }

.h-top span { line-height: 30px; margin-top: 12px; }

.h-top a:hover { color: #07A8E0; }

.h-top .tel { padding-left: 30px; }

.h-top .h-follow { padding: 22px 0 20px; }

.h-top .h-follow a { float: left; }

.h-top .h-follow .iconfont { color: #575c61; font-size: 14px; font-size: 1.4rem; margin-right: 18px; }

.h-top .h-follow .iconfont:hover { color: #07A8E0; }

@media screen and (max-width: 767px) { .h-top .tel, .h-top .email { display: none; }
  .h-top .h-follow { padding: 8px 0; } }

.logo { float: left; display: block; margin: 12px 0 12px; }

@media screen and (max-width: 999px) { .logo { float: none; margin: 10px auto 15px; height: 55px; } }

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

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

.navlist > li { float: left; margin-left: 40px; padding-bottom: 13px; position: relative;}

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

.navlist > li > a { text-transform: capitalize; display: block; line-height: 30px; padding-bottom: 17px; border-bottom: solid 2px transparent;}

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

.header .navlist li:hover .yiji { top: 100%; }

.header .navlist .yiji { position: absolute; top: -9999px; right: 0; width: 222px; z-index: 99;  }

.header .navlist .yiji li { text-align: left; position: relative; }

.header .navlist .yiji li > a { display: block; padding: 5px 20px; line-height: 24px; background-color: #fff; font-size: 14px; font-size: 1.4rem; position: relative; }

.header .navlist .yiji li > a .iconfont { position: absolute; color: #fff; font-size: 14px; font-size: 1.4rem; left: 10px; top: 6px; }

.header .navlist .yiji li:hover > a { background-color: #07A8E0; color: #fff; }
@media screen and (max-width: 980px) {
.header .navlist .yiji{display: none;}
}
@media screen and (max-width: 999px) { .navlist { margin-top: 0; width: 95%; text-align: center; }
  .navlist > li { margin-left: 68px; float: none; display: inline-block; padding-bottom: 10px; }
  .navlist > li > a { padding-bottom: 10px; } }

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

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

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

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

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

.navlist1 > li > a { color: #333; display: inline-block; }

.navlist1 li.nav-active a, .navlist1 li:hover a { border-bottom: solid 2px #07A8E0; color: #07A8E0; }



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

@media screen and (max-width: 450px){ 
.navlist1 > li.wlxp1{ width: 19%; } 
.navlist1 > li.wlxp2{ width: 20%; } 
.navlist1 > li.wlxp3{ width: 30%; } 
.navlist1 > li.wlxp4{ width: 31%; } 
 }


/*-------------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 { padding-top: 50px; }

.footer li { line-height: 24px; }

.footer a:hover { color: #07A8E0; }

.footer li, .footer p, .footer a, .footer { color: #516068; }

.footer .footer-title { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; margin-bottom: 15px; }

.footer .f-follow { padding-top: 4px; }

.footer .f-follow a { float: left; }

.footer .f-follow .iconfont { color: #575c61; font-size: 14px; font-size: 1.4rem; margin-right: 18px; }

.footer .f-follow .iconfont:hover { color: #07A8E0; }

.footer .f-logo { height: 54px; display: block; margin-top: 18px; margin-bottom: 25px; }

.footer .flist1 { width: 260px; margin-right: 405px; }

.footer .flist2 { width: 163px; }

.footer .flist3 { width: 223px; }


.footer .flist3 .footer-title  a:hover{ color: #516068; }

.footer .f-bot { padding: 25px 0; border-top: solid 1px #ccc; margin-top: 30px; font-family: "Raleway-Light"; text-align: center; line-height: 24px; }

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

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

@media screen and (max-width: 1219px) { .footer .flist1 { width: 260px; margin-right: 205px; } }

@media screen and (max-width: 999px) { .footer .flist1 { width: 40%; margin-right: 0; padding-right: 30px; }
  .footer .flist2, .footer .flist3 { width: 30%; } }

@media screen and (max-width: 767px) { .footer { padding-top: 0; }
  .footer .f-top, .footer .links, .footer .flist1 ul { display: none; }
  .footer .f-bot { margin-top: 0; border-top: 0; padding: 10px 0; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.bg1 { background: url(../images/web10.png) no-repeat right 15px; }

/* index-box1 start */
.index-box1 { padding-bottom: 38px; text-align: center; }

.index-box1 .list-item { width: 152px; display: inline-block; text-align: center; margin-left: 65px; margin-top: 65px; }

.index-box1 .item-pics { width: 100%; }

.index-box1 .item-pics img { display: block; max-width: 113px; max-height: 113px; width: 100%; margin: 0 auto; }

.index-box1 .item-title { font-family: "Raleway-Light"; line-height: 30px; margin-top: 15px; }

@media screen and (max-width: 1219px) { .index-box1 .list-item { float: left; margin-left: 55px; } }

@media screen and (max-width: 999px) { .index-box1 { padding-bottom: 50px; }
  .index-box1 .list-item { width: 18%; margin: 50px 1% 0; } }

@media screen and (max-width: 767px) { .index-box1 { padding-bottom: 30px; }
  .index-box1 .list-item { margin-top: 30px; }
  .index-box1 .item-title { margin-top: 0; } }

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

/* index-box1 end */
/* index-scroll start */
.index-scroll { position: relative; overflow: hidden; }

.index-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -85px; width: 30px; height: 70px; background-color: #2c2c2c; background-color: rgba(44, 44, 44, 0.5); text-align: center; line-height: 70px; }

.index-scroll .scroll-btns .scroll-btn:hover { background-color: #07A8E0; }

.index-scroll .scroll-btns .scroll-btn .iconfont { font-size: 18px; font-size: 1.8rem; color: #fff; }

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

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

@media screen and (max-width: 767px) { .index-scroll .scroll-btns .scroll-btn { margin-top: -78px; } }

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

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

.index-scroll .scroll-list li { position: relative; float: left; width: 0.2474%; margin-right: 0.00365%; padding-top: 15px; }

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

.index-scroll .scroll-list .item-pic:hover { -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }

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

.index-scroll .scroll-list .item-body { text-align: center; padding: 0 13.68421%; }

.index-scroll .scroll-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; margin-top: 23px; }

.index-scroll .scroll-list .item-desc { margin-top: 11px; line-height: 24px; height: 48px; }

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

@media only screen and (max-width: 1219px) { .index-scroll .scroll-list .item-body { padding: 0 10px; } }

@media only screen and (max-width: 999px) { .index-scroll .scroll-list li { width: 0.32666%; margin-right: 0.01%; } }

@media only screen and (max-width: 767px) { .index-scroll .scroll-list li { width: 0.495%; margin-right: 0.01%; }
  .index-scroll .scroll-list .item-title { margin-top: 10px; }
  .index-scroll .scroll-list .item-desc { margin-top: 5px; } }

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

/* index-scroll end */
/* index-about start */
.index-about { padding: 54px 0 100px; }

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

@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-title { font-size: 36px; font-size: 3.6rem; text-align: center; text-transform: uppercase; text-align: center; }

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

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

.index-about .item-subt { text-align: center; line-height: 32px; margin-top: 11px; padding-bottom: 16px; position: relative; }

.index-about .item-subt:after { position: absolute; content: ''; width: 140px; height: 3px; background-color: #07A8E0; left: 50%; margin-left: -70px; bottom: 0; }

@media screen and (max-width: 767px) { .index-about .item-subt { line-height: 24px; margin-top: 10px; padding-bottom: 10px; } }

.index-about .item-desc { margin: 28px auto 0; text-align: center; line-height: 30px; max-width: 992px; }

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

@media screen and (max-width: 767px) { .index-about .item-desc { margin: 20px auto 0; line-height: 24px; } }

/* index-about end */
/* index-newsbox start */
.index-newsbox { background: url(../images/web1.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; text-align: center; padding: 53px 0 49px; }

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

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

.index-newsbox .item-title { font-size: 36px; font-size: 3.6rem; text-transform: uppercase; }

.index-newsbox .item-title a { color: #fff; }

.index-newsbox .item-title a:hover { color: #333 !important; }

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

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

.index-newsbox .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; max-width: 586px; margin: 19px auto 0; }

.index-newsbox .item-desc a { color: #fff; }

.index-newsbox .item-desc a:hover { color: #333 !important; }

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

.index-newsbox .item-btn { display: block; margin: 26px auto 0; width: 203px; height: 50px; line-height: 50px; border: 1px solid #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; color: #fff; }

.index-newsbox .item-btn:hover { border-color: #333; color: #333; }

@media screen and (max-width: 767px) { .index-newsbox .item-btn { margin: 20px auto 0; width: 150px; height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

/* index-newsbox end */
/* index-formbox start */
.index-formbox { background-color: #EFF4F4; padding-top: 79px; padding-bottom: 68px; }

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

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

.index-formbox .item-title { margin-left: 27px; font-size: 30px; font-size: 3rem; line-height: 34px; }

.index-formbox .item-title .iconfont { font-size: 60px; font-size: 6rem; color: #607D8B; margin-right: 15px; float: left; line-height: 68px; }

.index-formbox .item-title a { overflow: hidden; display: block; color: #607D8B; }

.index-formbox .item-title a:hover { color: #07A8E0; }

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

@media screen and (max-width: 767px) { .index-formbox .item-title { width: 310px; font-size: 24px; font-size: 2.4rem; line-height: 26px; }
  .index-formbox .item-title .iconfont { font-size: 55px; font-size: 5.5rem; line-height: 52px; } }

.index-formbox .input-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ width: 518px; height: 48px; background: #fff; border: 1px solid #ccc; border-radius: 8px; position: relative; overflow: hidden; margin-top: 6px; }

.index-formbox .input-box ::-webkit-input-placeholder { color: #999; opacity: 1; }

.index-formbox .input-box :-o-placeholder { color: #999; opacity: 1; }

.index-formbox .input-box ::-moz-placeholder { color: #999; opacity: 1; }

.index-formbox .input-box :-ms-input-placeholder { color: #999; opacity: 1; }

.index-formbox .input-box .item-input { width: 100%; height: 46px; line-height: 46px; padding: 0 100px 0 17px; border-radius: 8px; font-size: 16px; font-size: 1.6rem; }

.index-formbox .input-box .item-btn { width: 84px; position: absolute; top: 0; right: 0; height: 46px; line-height: 46px; background-color: #07A8E0; color: #fff; font-family: "Raleway-Light"; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.index-formbox .input-box .item-btn:hover { background-color: #333; }

@media screen and (max-width: 999px) { .index-formbox .input-box { float: none; margin: 20px auto 0; max-width: 518px; width: 100%; } }

@media screen and (max-width: 767px) { .index-formbox .input-box { height: 40px; }
  .index-formbox .input-box .item-input { height: 38px; line-height: 38px; }
  .index-formbox .input-box .item-btn { height: 38px; line-height: 38px; font-size: 14px; font-size: 1.4rem; } }

/* index-formbox end */
#box { position: relative; width: 1061px; height: 450px; margin: auto; margin-top: 60px; }

#box ul { position: relative; width: 1061px; height: 450px; }

#box li { position: absolute; width: 0; height: 0; top: 0px; left: 0px; z-index: 0; }

#box li img { width: 100%; height: 100%; vertical-align: top; }

#box li img:hover { -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

#box li div { width: 100%; line-height: 0; color: #333; text-align: center; font-size: 16px; font-size: 1.6rem; }

#box .prev, #box .next { position: absolute; top: 50%; width: 30px; height: 30px; line-height: 30px; margin-top: -15px; overflow: hidden; cursor: pointer; }

#box .prev .iconfont, #box .next .iconfont { font-size: 30px; font-size: 3rem; color: #666; }

#box .prev .iconfont:hover, #box .next .iconfont:hover { color: #07A8E0; }

#box .prev { left: -70px; }

#box .next { right: -70px; }

@media screen and (max-width: 1219px) { #box { width: 100%; display: none; }
  #box ul { width: 100%; } }

#box2 { padding-top: 20px; display: none; }

#box2 li { float: left; width: 32.04082%; margin: 10px 0 0 1.58333%; }
#box2 li a{position: relative;display: block;}
#box2 img { width: 100%; max-width: 620px; }

@media screen and (max-width: 1219px) { #box2 { display: block; } }

@media screen and (max-width: 999px) { #box2 li { width: 31.33%; margin: 10px 1% 0; } }

@media screen and (max-width: 640px) { #box2 li { width: 48%; } }

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 76px 0 70px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 70px 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-products start----------------------------------------------------------*/
.tab-options li { float: left; width: 42px; height: 42px; line-height: 40px; text-align: center; border: solid 1px #DDDDDD; cursor: pointer; }

.tab-options li:first-child { border-right: 0; }

.tab-options li img { vertical-align: middle; }

.pro1-list { padding-bottom: 90px; }

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

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

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

.pro1-list .list-item { float: left; width: 23.33333%; margin-left: 2.22167%; border: solid 1px #ccc; margin-top: 39px; padding-bottom: 32px; }

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

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

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

.pro1-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: #fff url(../images/web7.png) no-repeat center; background: rgba(255, 255, 255, 0.7) url(../images/web7.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.pro1-list .item-title { padding: 0 5px; text-align: center; margin-top: 17px; font-size: 16px; font-size: 1.6rem; line-height: 30px; font-style: italic; }

.pro1-list .item-title, .pro1-list .item-title a { color: #666; }

.pro1-list .item-btnbox { margin-top: 13px; padding-left: 48px; }

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

.pro1-list .item-btn { display: inline-block; width: 138px; height: 32px; line-height: 30px; border: solid 1px #07A8E0; text-align: center; color: #07A8E0; }

.pro1-list .item-btn:hover { background-color: #07A8E0; color: #fff; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox { padding: 0; text-align: center; }
  .pro1-list .item-btnbox input { margin-right: 10px; } }

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

@media screen and (max-width: 767px) { .pro1-list .list-item { padding-bottom: 20px; }
  .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; }
  .pro1-list .item-btn { width: 110px; }
  .pro1-list .item-btnbox input { margin-right: 5px; } }

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

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-list { padding-top: 38px; padding-bottom: 55px; }

.pro2-list .list-item { padding-bottom: 42px; margin-bottom: 47px; border-bottom: solid 1px #ccc; }

.pro2-list .list-item:last-child { border: 0; }

.pro2-list .item-pic { width: 280px; margin-right: 4.83333%; }

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

.pro2-list .item-title { margin-top: 13px; font-style: italic; font-size: 24px; font-size: 2.4rem; }

.pro2-list .item-title, .pro2-list .item-title a { color: #666; }

.pro2-list .item-desc { margin-top: 11px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 168px; }

.pro2-list .item-desc, .pro2-list .item-desc a { color: #636D72; }

.pro2-list .item-btnbox { margin-top: 12px; }

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

.pro2-list .item-btn { display: inline-block; width: 138px; height: 32px; line-height: 30px; border: solid 1px #07A8E0; text-align: center; color: #07A8E0; }

.pro2-list .item-btn:hover { background-color: #07A8E0; color: #fff; }

@media screen and (max-width: 767px) { .pro2-list { padding-top: 30px; padding-bottom: 0; }
  .pro2-list .list-item { padding-bottom: 30px; margin-bottom: 30px; }
  .pro2-list .item-title { font-size: 20px; font-size: 2rem; }
  .pro2-list .item-desc { font-size: 14px; font-size: 1.4rem; }
  .pro2-list .item-btn { width: 110px; }
  .pro2-list .item-btnbox input { margin-right: 5px; } }

@media screen and (max-width: 640px) { .pro2-list .item-pic { width: 250px; }
  .pro2-list .item-title { margin-top: 0; } }

@media screen and (max-width: 550px) { .pro2-list .item-pic { width: 230px; }
  .pro2-list .item-desc { height: 144px; } }

@media screen and (max-width: 450px) { .pro2-list .item-pic { width: 100%; float: none; margin: 0 auto 20px; }
  .pro2-list .item-desc { height: auto; max-height: 144px; }
  .pro2-list .item-btnbox { text-align: center; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 599px; float: left; position: relative; }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #CCCCCC; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

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

.m-prob1 .prob-pic-small { /* position: relative; */ margin-top: 10px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -109px; display: block; cursor: pointer; width: 39px; height: 66px; text-align: center; line-height: 66px; background-color: #000; background-color: rgba(0, 0, 0, 0.33); z-index: 9999; }

.m-prob1 .prob-pic-btn:hover { background-color: #07A8E0; }

.m-prob1 .prob-pic-btn .iconfont { color: #fff; font-size: 17px; font-size: 1.7rem; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 1000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.17245%; width: 2.37062%; }

.m-prob1 .prob-pic-item .item-pics { border: transparent 3px solid; overflow: inherit; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: solid 3px #07A8E0; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; margin: 0 auto; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; position: relative; }
  .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; }
  .m-prob1 .prob-pic-item .item-pics:before { display: none !important; }
  .m-prob1 .prob-pic-item .item-pics { border: 0; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: 0; }
  .m-prob1 .prob-pic-btn { margin-top: -20px; width: 25px; height: 40px; line-height: 40px; }
  .m-prob1 .prob-pic-btn.prev { left: .2%; }
  .m-prob1 .prob-pic-btn.next { right: .2%; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 4.9%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 10%; }
  .prob-pic-btn.prev { left: 0; }
  .prob-pic-btn.next { right: 0; } }

/* pro-info */
.pro-info { width: 510px; }

.pro-info .item-title { font-size: 48px; font-size: 4.8rem; border-bottom: solid 1px #CCCCCC; line-height: 52px; 
/*font-style: italic; */
padding-bottom: 22px; margin-bottom: 27px; margin-top: 20px; 

/* color: #666;*/
color:#000;
font-family:Arial, Helvetica, sans-serif;
}

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 34px; color: #666; min-height: 453px; padding: 30px 0 20px;
font-family:Arial, Helvetica, sans-serif;
 }

.pro-info .item-desc, .pro-info .item-desc p, .pro-info .item-desc li, .pro-info .item-desc strong, .pro-info .item-desc i, .pro-info .item-desc span { color: #666; }
.pro-info .item-desc p, .pro-info .item-spec li, .pro-info .item-desc span{ font-family:Arial, Helvetica, sans-serif !important; color:#000 !important;}
.pro-info .item-desc .title { color: #333; font-family: "Raleway-Medium"; }

.pro-info .item-btn { display: inline-block; width: 186px; height: 43px; line-height: 42px; border-radius: 0; font-size: 18px; font-size: 1.8rem; text-align: center; border: solid 1px #07A8E0; color: #07A8E0; }

.pro-info .item-btn:hover { background-color: #07A8E0; color: #fff; }


.pro-info .item-btn.prono:hover{ background: #fff;border: solid 1px #07A8E0;color: #07A8E0; }
 
.pro-info .item-btn:first-child { margin-right: 40px; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 50px auto 0; }
  .pro-info .item-title { margin-top: 0; padding-top: 0; font-size: 36px; font-size: 3.6rem; line-height: 42px; }
  .pro-info .item-desc { height: auto; min-height: auto; } }

@media screen and (max-width: 999px) { .pro-info .item-title { font-size: 30px; font-size: 3rem; line-height: 40px; } }

@media screen and (max-width: 767px) { .pro-info { margin: 30px auto 0; }
  .pro-info .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 10px; }
  .pro-info .item-desc { line-height: 24px; }
  .pro-info .item-btns { text-align: center; }
  .pro-info .item-btn:first-child { margin-right: 10px; }
  .pro-info .item-btn { height: 34px; line-height: 34px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 550px) { .pro-info .item-btn { width: 45%; margin: 0 2.5%; float: left; }
  .pro-info .item-btn:first-child { margin-right: 0; } }

/* pro2-title start */
.pro2-title { font-family: "Raleway-Medium"; font-size: 20px; font-size: 2rem; position: relative; }

.pro2-title:after { position: absolute; content: ''; left: 0; right: 0; top: 50%; margin-top: -0.5px; height: 1px; background-color: #CCCCCC; z-index: -1; }

.pro2-title a, .pro2-title span { padding-right: 20px; background-color: #fff; }

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

/* pro2-title end */
/* pro2-descbox start */
.pro2-descbox { padding: 88px 0 0; }

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

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

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

.pro2-descbox .item-spec { padding: 16px 0 40px; font-size: 16px; font-size: 1.6rem; line-height: 30px; font-family:Arial, Helvetica, sans-serif; }

.pro2-descbox .item-spec p strong { color: #07A8E0; font-weight: normal; }

.pro2-descbox .item-spec, .pro2-descbox .item-spec p, .pro2-descbox .item-spec li, .pro2-descbox .item-spec a, .pro2-descbox .item-spec span, .pro2-descbox .item-spec strong, .pro2-descbox .item-spec i { color: #333; }
.pro2-descbox .item-spec p,.pro2-descbox .item-spec li,.pro2-descbox .item-spec span{ color:#000 !important; font-family:Arial, Helvetica, sans-serif !important;}

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

.pro2-descbox .item-spec .title { color: #07A8E0; margin-bottom: 6px; }

@media screen and (max-width: 767px) { .pro2-descbox .item-spec { padding: 16px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }
@media screen and (max-width: 640px) {
  .pro2-relatedbox .pro1-list .list-item{width:48%;}
}

/* pro2-descbox end */
/* pro2-relatedbox start */
.pro2-relatedbox .pro1-list { padding-bottom: 0; padding-top: 4px; }

.pro2-relatedbox .pro1-list .item-btnbox { padding: 0; text-align: center; }

/* pro2-relatedbox end */
/*-------------1-3-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
/* about bar start */
.about-bar { background-color: #F5F5F5; }

.about-bar a { display: block; float: left; width: 209px; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 15px 0; }

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

@media screen and (max-width: 1219px) { .about-bar a { width: 195px; } }

@media screen and (max-width: 999px) { .about-bar a { width: 20%; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about-bar a { width: auto; padding: 5px 9px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .about-bar a { width: 33.33%; padding: 5px 0; } }

@media screen and (max-width: 400px) { .about-bar a { width: 50%; padding: 5px 0; } }

/* about bar end */
.about-title { font-size: 38px; font-size: 3.8rem; color: #636D72; text-align: center; }

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

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

/* about1-box start */
.about1-box { text-align: center; }

.about1-box p { color: #636D72; }

.about1-box .item-desc { max-width: 1082px; margin: 0 auto; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 19px; }

.about1-box .item-desc p { padding-top: 30px; }

@media screen and (max-width: 999px) { .about1-box .item-desc { padding-top: 0; }
  .about1-box .item-desc p { padding-top: 20px; } }

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

/* about1-box end */
/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.his-list { margin-top: 65px; padding-bottom: 42px; position: relative; }

.his-list:after { position: absolute; content: ''; width: 1px; top: 0; height: 100%; background-color: #333; left: 50%; margin-left: -0.5px; z-index: -1; }

.his-list li { margin-bottom: 42px; }

.his-list .item-year, .his-list .item-body { width: 50%; padding: 0 17px; }

.his-list .pull-left { text-align: right; }

.his-list .pull-right { text-align: left; }

.his-list .item-year { position: relative; }

.his-list .item-year:after { position: absolute; content: ''; width: 9px; height: 9px; background-color: #F9F9F9; border: solid 2px #07A8E0; border-radius: 50%; top: 55px; }

.his-list .item-year.pull-right:after { left: -6.5px; }

.his-list .item-year.pull-left:after { right: -6.5px; }

.his-list .item-title { color: #07A8E0; font-size: 18px; font-size: 1.8rem; font-family: "Raleway-Bold"; line-height: 30px; margin-top: 46px; padding: 0 15px; }

.his-list .item-desc { line-height: 30px; background-color: #FBFBFB; padding: 23px 15px 22px; }

@media screen and (max-width: 999px) { .his-list { margin-top: 50px; padding-bottom: 20px; }
  .his-list li { margin-bottom: 30px; }
  .his-list .item-desc { padding: 15px; } }

@media screen and (max-width: 767px) { .his-list { margin-top: 30px; padding-bottom: 10px; }
  .his-list li { margin-bottom: 15px; }
  .his-list .item-desc { line-height: 24px; } }

@media screen and (max-width: 767px) { .his-list:after { left: 6.5px; }
  .his-list .item-year { float: none !important; width: 100%; text-align: left !important; }
  .his-list .item-year:after { top: 50%; margin-top: -6.5px; left: 0 !important; right: auto !important; }
  .his-list .item-body { text-align: left !important; float: none !important; width: 100%; overflow: hidden; }
  .his-list .item-title { margin-top: 0; } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.about3-list { padding: 70px 0 48px; }

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

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

.about3-list .list-item { float: left; width: 32.5%; margin-left: 1.25%; margin-bottom: 27px; }

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

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

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

.about3-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #07A8E0; background-color: rgba(7, 168, 224, 0.7); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.about3-list .item-backdrop .iconfont { color: #fff; font-size: 34px; font-size: 3.4rem; position: absolute; top: 50%; margin-top: -17px; left: 50%; margin-left: -17px; }

.about3-list .item-title { text-align: center; color: #636D72; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 7px; }

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

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

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

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------2-4-about start-------------------------------------------------------------*/
.about4-list { padding: 65px 0 26px; }

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

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

.about4-list .list-item { float: left; width: 19.66667%; margin-left: 6.91667%; margin-bottom: 60px; }

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

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

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

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

.about4-list .item-title { position: absolute; width: 100%; top: 50%; margin-top: -65px; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-transform: uppercase; padding-top: 5px; }

.about4-list .item-title .iconfont { display: block; font-size: 36px; font-size: 3.6rem; margin-bottom: 18px; }

.about4-list .item-subt { line-height: 30px; text-align: center; display: none; }

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

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

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

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

/*-------------2-4-about end---------------------------------------------------------------*/
/*-------------2-5-about start-------------------------------------------------------------*/
.contact-box { margin-top: 74px; }

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

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

.contact-left { width: 662px; }

.contact-left .form-group input { height: 54px; line-height: 54px; border: solid 1px #D2D2D2; font-size: 14px; font-size: 1.4rem; }

.contact-left .form-group .input50 { float: left; width: 50%; margin-bottom: 23px; background: url(../images/star.png) no-repeat left center; }

.contact-left .form-group .input50 input { float: right; width: 313px; padding: 0 14px; }

.contact-left .form-group .country-input { background-image: none !important; }

.contact-left .form-group .name-input, .contact-left .form-group .tel-input { padding-right: 4px; }

.contact-left .form-group .mail-input { background: url(../images/star.png) no-repeat 3px center !important; }

.contact-left .form-group .input100 { float: left; width: 100%; background: url(../images/star.png) no-repeat left 18px; margin-bottom: 14px; }

.contact-left .form-group .input100 input { float: right; width: 648px; padding: 0 14px; }

.contact-left .form-group .nostar { background-image: none !important; }

.contact-left .form-group textarea { float: right; width: 648px; height: 193px; border: solid 1px #D2D2D2; resize: none; padding: 10px 14px; font-size: 14px; font-size: 1.4rem; }

.contact-left .form-group .input-code { padding-left: 14px; }

.contact-left .form-group .submit { width: 100% !important; color: #FFFFFF; text-align: center; background-color: #07A8E0; height: 50px; line-height: 50px; cursor: pointer; border: 0 !important; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }

@media only screen and (max-width: 1219px) { .contact-left { width: 600px; }
  .contact-left .form-group .input50 input { width: 282px; }
  .contact-left .form-group textarea, .contact-left .form-group .input100 input { width: 585px; } }

@media only screen and (max-width: 999px) { .contact-left { width: 100%; margin-top: 0; }
  .contact-left .form-group .input50 input { width: 96%; }
  .contact-left .form-group textarea, .contact-left .form-group .input100 input { width: 98%; }
  .contact-left .form-group .mail-input { background: url(../images/star.png) no-repeat 1% center !important; }
  .contact-left .form-group .code { width: 30%; margin-right: 3%; }
  .contact-left .form-group .name-input, .contact-left .form-group .tel-input { padding-right: 0; } }

@media only screen and (max-width: 767px) { .contact-left .form-group .input50 { margin-bottom: 15px; }
  .contact-left .form-group input, .contact-left .form-group textarea { font-size: 14px; font-size: 1.4rem; padding: 10px !important; height: 120px; }
  .contact-left .form-group input { height: 40px; line-height: 40px; padding: 0 10px !important; } }

@media only screen and (max-width: 600px) { .contact-left .form-group .input50 { width: 100%; }
  .contact-left .form-group textarea { width: 96%; }
  .contact-left .form-group .mail-input { background: url(../images/star.png) no-repeat left center !important; } }

.contact-right { padding-top: 3px; width: 390px; }

.contact-right .c-r-title { font-size: 20px; font-size: 2rem; line-height: 26px; margin-bottom: 26px; color: #07A8E0; }

.contact-right .c-r-list li { line-height: 28px; color: #333; }

.contact-right .c-r-list a { color: #333; }

.contact-right .c-r-list a:hover { color: #07A8E0; }

.contact-right .c-r-list .iconfont { font-size: 20px; font-size: 2rem; margin-right: 10px; color: #07A8E0; }

.contact-right .c-r-list .item-desc { overflow: hidden; line-height: 30px; }

@media only screen and (max-width: 1219px) { .contact-right { width: 360px; } }

@media only screen and (max-width: 999px) { .contact-right { width: 100%; padding-bottom: 30px; } }

.map { padding: 52px 0 0; }

.map img { display: block; margin: 0 auto; width: 100%; }

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

/*-------------2-5-about end---------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-list { margin-bottom: -10px; }

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

.news1-list .item-pic { width: 450px; }

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

.news1-list .item-pic.pull-left { margin-right: 4.16667%; }

.news1-list .item-pic.pull-right { margin-left: 4.16667%; }

.news1-list .item1 .item-body { margin-right: 9.58333%; }

.news1-list .item2 .item-body { margin-left: 9.58333%; }

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

.news1-list .item-body .item-date { font-family: "Raleway-Bold"; margin-top: -5px; font-size: 18px; font-size: 1.8rem; color: #999; }

.news1-list .item-body .item-date span { color: #999999; font-size: 72px; font-size: 7.2rem; line-height: 72px; opacity: 0.5; position: relative; top: 5px; display: inline-block; margin-right: 18px; }

.news1-list .item-body .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 30px; font-family: "Raleway-Medium"; }

.news1-list .item-body .item-desc { line-height: 28px; height: 56px; margin-top: 10px; }

.news1-list .item-body .item-desc a { color: #333333; }

.news1-list .item-body .item-btn { display: block; width: 143px; height: 44px; border-radius: 22px; border: solid 1px #07A8E0; color: #07A8E0; line-height: 42px; text-align: center; text-transform: uppercase; margin-top: 28px; }

.news1-list .item-body .item-btn:hover { background-color: #07A8E0; color: #FFFFFF; }

@media screen and (max-width: 1219px) { .news1-list { padding-bottom: 0; }
  .news1-list .list-item { margin-bottom: 70px; }
  .news1-list .item-body .item-title { margin-top: 10px; }
  .news1-list .item1 .item-body { margin-right: 0; }
  .news1-list .item2 .item-body { margin-left: 0; } }

@media screen and (max-width: 999px) { .news1-list .list-item { margin-bottom: 50px; }
  .news1-list .item-pic { width: 400px; }
  .news1-list .item-body .item-date { margin-top: 0; }
  .news1-list .item-body .item-date span { font-size: 50px; font-size: 5rem; line-height: 50px; }
  .news1-list .item-body .item-title { margin-top: 5px; }
  .news1-list .item-body .item-desc { margin-top: 10px; }
  .news1-list .item-body .item-btn { height: 40px; line-height: 38px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 0; }
  .news1-list li { margin-bottom: 30px; }
  .news1-list .item-pic { width: 330px; }
  .news1-list .item-body .item-date { margin-top: 0; font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-body .item-date span { font-size: 30px; font-size: 3rem; line-height: 30px; top: 0; }
  .news1-list .item-body .item-title { font-size: 20px; font-size: 2rem; }
  .news1-list .item-body .item-desc { line-height: 22px; max-height: 44px; height: auto; }
  .news1-list .item-body .item-btn { height: 32px; line-height: 30px; font-size: 12px; font-size: 1.2rem; width: 120px; margin-top: 20px; } }

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

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

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-detail { width: 800px; }

.news2-detail .news2-detail-box .item-title { font-size: 24px; font-size: 2.48rem; }

.news2-detail .item-date { color: #666666; line-height: 28px; margin-top: 13px; }

.news2-detail .item-spec { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666; border-top: solid 1px #000; border-top: solid 1px rgba(0, 0, 0, 0.1); margin-top: 19px; padding: 15px 0 50px; }

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

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

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

@media screen and (max-width: 999px) { .news2-detail { width: 100%; } }

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

.news2-right { width: 366px; padding: 0 30px; border-left: #E5E5E5 1px solid; }

.back-btn { display: block; width: 237px; height: 60px; line-height: 60px; border-radius: 5px; background-color: #07A8E0; font-size: 18px; font-size: 1.8rem; color: #FFFFFF; text-align: center; margin-bottom: 57px; text-transform: uppercase; }

.news2-right .pro-share .share-title { color: #07A8E0; }

.news2-ltitle { font-size: 26px; font-size: 2.6rem; font-family: "Raleway-Bold"; color: #201D1D; margin-top: 51px; margin-bottom: 29px; text-transform: uppercase; padding-left: 6px; }

.news2-ltitle a:hover { color: #07A8E0; }

.news2-list .item-pic { width: 100%; max-width: 450px; margin: 0 auto; }

.news2-list .item-pic a { display: block; }

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

.news2-list .item-desc { line-height: 30px; max-height: 150px; margin: 18px 0 0; }

@media screen and (max-width: 999px) { .news2-right { width: 100%; margin-top: 30px; padding-left: 0; border: 0; padding-right: 0; }
  .back-btn { margin: 0 auto 30px; line-height: 40px; height: 40px; }
  .news2-right .pro-share { text-align: center; }
  .news2-ltitle { text-align: center; margin: 30px 0 20px; font-size: 24px; font-size: 2.4rem; }
  .news2-list { max-width: 450px; margin: 0 auto; }
  .news2-list li { width: 98%; margin: 0 1%; } }

@media screen and (max-width: 767px) { .back-btn { font-size: 16px; font-size: 1.6rem; }
  .news2-ltitle { font-size: 20px; font-size: 2.2rem; }
  .news2-list .item-desc { line-height: 24px; max-height: 120px; } }

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

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-support start-------------------------------------------------------------*/
/*sercate-list start*/
.sercate-list { background: url(../images/line1.png) no-repeat center; text-align: center; margin-bottom: 85px; }

.sercate-list a { font-family: "Raleway-Medium"; display: inline-block; border: solid 1px #ccc; color: #333; width: 229px; height: 44px; line-height: 44px; font-size: 18px; font-size: 1.8rem; text-align: center; border-radius: 8px; background-color: #F2F2F2; }

.sercate-list a:first-child { margin-right: 138px; }

.sercate-list a:hover, .sercate-list .cate-active { background-color: #07A8E0; color: #FFFFFF; }

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

@media screen and (max-width: 999px) { .sercate-list { margin-bottom: 50px; }
  .sercate-list a:first-child { margin-right: 50px; } }

@media screen and (max-width: 767px) { .sercate-list { margin-bottom: 30px; }
  .sercate-list a { margin: 0 10px; font-size: 14px; font-size: 1.4rem; height: 36px; line-height: 34px; } }

@media screen and (max-width: 600px) { .sercate-list a { width: 40%; margin: 0 2% !important; } }

/*sercate-list end*/
.download-list .list-item { border-bottom: dashed 1px #D1D1D1; position: relative; padding-bottom: 15px; margin-bottom: 56px; }

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

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

.download-list .item-title .iconfont { font-size: 26px; font-size: 2.6rem; vertical-align: middle; color: #6B6B6B; margin-right: 7px; }

.download-list .item-title a:hover .iconfont { color: #07A8E0; }

.download-list .item-desc { line-height: 28px; margin-top: 15px; min-height: 24px; }

.download-list .item-btn { text-transform: uppercase; text-align: center; display: block; width: 152px; height: 40px; border-radius: 20px; border: 1px solid #07A8E0; color: #07A8E0; line-height: 40px; position: absolute; top: 30px; right: 0; }

.download-list .item-btn:hover { background-color: #07A8E0; 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; }
  .download-list .item-desc { margin-top: 10px; line-height: 24px; } }

@media screen and (max-width: 767px) { .download-list .list-item { padding-bottom: 20px; margin-bottom: 20px; }
  .download-list .item-btn { width: 120px; height: 32px; line-height: 32px; border-radius: 16px; }
  .download-list .item-body { padding-right: 140px; } }

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

/*-------------4-support end---------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#07A8E0;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #07A8E0; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#07A8E0 solid 1px;background: #07A8E0; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:2rem }
}
@media screen and (max-width:467px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}


.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.j-videomodal iframe {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}
.j-videomodal:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  transform: rotate(45deg);
  cursor: pointer;
  color: #fff;
}


/* an-btn6 start */
#box ul li.videobo {position: relative;}
.an-btn6 {
display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
  
    background: url(../images/bofang.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1219px) {
  .an-btn6 {
    width: 60px;
    height: 60px;
  }

}
@media screen and (max-width: 991px) {
  .an-btn6 {
    width: 50px;
    height: 50px;
  }
  
}
@media screen and (max-width: 767px) {
  .an-btn6 {
    width: 40px;
    height: 40px;
  }
  
}
@media screen and (max-width: 480px) {
  .an-btn6 {
    width: 30px;
    height: 30px;
  }
 
}




