/* CSS Document */
* { margin: 0; padding: 0; }

@font-face { font-family: 'CentraleSansMedium'; src: url("fonts/CentraleSansMedium.eot"); src: url("fonts/CentraleSansMedium.eot") format("embedded-opentype"), url("fonts/CentraleSansMedium.woff2") format("woff2"), url("fonts/CentraleSansMedium.woff") format("woff"), url("fonts/CentraleSansMedium.ttf") format("truetype"), url("fonts/CentraleSansMedium.svg#CentraleSansMedium") format("svg"); }

@font-face { font-family: 'GothamMedium'; src: url("fonts/GothamMedium.eot"); src: url("fonts/GothamMedium.eot") format("embedded-opentype"), url("fonts/GothamMedium.woff2") format("woff2"), url("fonts/GothamMedium.woff") format("woff"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.svg#GothamMedium") format("svg"); }

@media screen and (min-width: 980px) { .none980 { display: none; } }

img { transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; }

input[type="submit"] { cursor: pointer; }

input[type="checkbox"] { cursor: pointer; }

input[type="radio"] { cursor: pointer; }

img.imgyzm { cursor: pointer; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.disnone { display: none; }

#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Arial, Helvetica, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease,-webkit-transform .4s ease; transition: left .4s ease,-webkit-transform .4s ease; -o-transition: left .4s ease,-o-transform .4s ease; -moz-transition: left .4s ease,transform .4s ease,-moz-transform .4s ease; transition: left .4s ease,transform .4s ease; transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease,-o-transform .4s ease; transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

.spinner { width: 40px; height: 40px; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; }

.double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #fff; opacity: .6; position: absolute; top: 0; left: 0; -webkit-animation: bounce 2s infinite ease-in-out; -moz-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out; }

.double-bounce2 { -webkit-animation-delay: -1s; -moz-animation-delay: -1s; animation-delay: -1s; }

@-webkit-keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@-moz-keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@-webkit-keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@-moz-keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@-webkit-keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
      transform: scale(0); }
  50% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); } }

@keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  50% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }

html { font-size: 62.5%; height: 100%; background-color: #fff; }

body { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; margin: 0 auto; font-size: 12px; font-size: 1.2rem; max-width: 1920px; position: relative; overflow-x: hidden; background-color: #fff; font-family: Arial, Helvetica, sans-serif; }

img { border: none; }

ul { margin-bottom: 0; }

ul li { list-style-type: none; }

a, dd, dl, dt, form, img, li, p, span, table, td, tr, ul { margin: 0; padding: 0; list-style: none; color: #333; }

a { text-decoration: none; color: #333; outline: none; transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; }

h1 { margin: 0; padding: 0; font-weight: normal; color: #333; }

.clear { clear: both; }

input, textarea { font-size: 12px; font-size: 1.2rem; color: #333; border: none; outline: none; font-family: Arial, Helvetica, sans-serif; }

textarea { resize: none; }

.l, .fl { float: left; }

.r, .fr { float: right; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

.wp { position: relative; }

.box { position: relative; }

.mln { margin-left: 0 !important; }

.mbn { margin-bottom: 0 !important; }

.mtn { margin-top: 0 !important; }

@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) { .zong { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .zong { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .zong { width: 95%; margin: auto; } }

::-webkit-input-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif; }

:-o-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif; }

::-moz-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif; }

:-ms-input-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif; }

/*.container*/
.container { padding: 0; width: 5px; height: 100%; position: absolute; right: 0; -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: 999999999999999; cursor: pointer; top: -5px; right: 0; display: block; }

.container .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.container .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #333; }

.container .nav form .iptc { border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.container .nav form .ipsc { border-radius: 0; width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url(img/sousuo.png) no-repeat center center; background-size: auto 100%; }

.container .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.container .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; }

.container .nav > ul > li .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("shizi.png") no-repeat center center; }

.container .nav > ul > li .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.container .nav > ul > li > a { color: #fff; font-size: 12px; font-size: 1.2rem; display: block; margin-right: 40px; }

.container .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.container .nav > ul > li .c-show { display: none; width: 100%; }

.container .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.container .nav > ul > li .c-show1 .c-s1 > a { margin-right: 40px; position: relative; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.container .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.container .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.container .nav > ul > dl { padding: 20px; }

.container .nav > ul > dl dd { float: left; margin: 0 5px; }

.container .menubtn { width: 23px; height: 18px; position: absolute; top: 25px; right: 20px; -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; }

.container .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #0D418C; }

@media screen and (min-width: 769px) { .container, .nav { display: none !important; } }

.gotop { cursor: pointer; opacity: 0; position: fixed; bottom: 100px; z-index: 99999; right: 20px; width: 61px; height: 61px; }

.gotop img { max-width: 100%; display: block; }

@media screen and (max-width: 1219px) { .gotop { width: 40px; height: 40px; right: 15px; } }

/*kefu*/
.head { z-index: 99999; width: 100%; position: absolute; top: 0; left: 0; background: url(img/headbg.png) no-repeat center top; }

.head .logo { margin-left: 0px; margin-top: 26px; }

.head .yikuai .nav1 { margin-right: 32px; }

.head .yikuai .nav1 ul { padding-left: 30px; }

.head .yikuai .nav1 ul li { position: relative; padding: 38px 20px 49px 20px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; float: left; margin-left: 16px; background: url(img/navlibg.jpg) repeat-x center -150px; }

.head .yikuai .nav1 ul li:hover, .head .yikuai .nav1 ul li.on { background: url(img/navlibg.jpg) repeat-x center center; }

.head .yikuai .nav1 ul li:hover > a, .head .yikuai .nav1 ul li.on > a { color: #fff; }

.head .yikuai .nav1 ul li { z-index: 99999; }

.head .yikuai .nav1 ul li > a { display: block; color: #333; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; font-family: "CentraleSansMedium"; }

.head .yikuai .nav1 ul li .yiji { width: 210px; position: absolute; top: 100%; left: 50%; background: url(img/navbg1.png) repeat center center; margin-left: -86px; display: none; padding-top: 0px; }

.head .yikuai .nav1 ul li .yiji .yijiin { position: relative; }

.head .yikuai .nav1 ul li .yiji .yijiin > a { padding: 10px 12px 10px 12px; display: block; line-height: 20px; color: #fff; font-size: 14px; font-size: 1.4rem; border-radius: 0px; }

.head .yikuai .nav1 ul li .yiji .yijiin:hover > a { color: #fff; background: #0D418C; }

.head .yikuai .nav1 ul > li:hover .yiji { display: block; }

.head .yikuai .nav1 ul li .erji { width: 210px; position: absolute; top: 0%; left: 100%; display: none; padding-left: 2px; }

.head .yikuai .nav1 ul li .erji .erjiin { background: url(img/navbg1.png) repeat center center; }

.head .yikuai .nav1 ul li .erji a { padding: 10px 12px 10px 12px; display: block; line-height: 20px; color: #fff; font-size: 14px; font-size: 1.4rem; border-radius: 0px; }

.head .yikuai .nav1 ul li .erjiin:hover > a { color: #fff; background: #0D418C; }

.head .yikuai .nav1 ul li .yiji .yijiin:hover .erji { display: block; }

.head .yikuai .yuyan { margin-top: 42px; }

.head .yikuai .yuyan a { display: block; float: left; }

.head .yikuai .yuyan a.a1 { margin-right: 8px; }

.head .logo { width: 226px; }

.head .logo a { display: block; }

.search { width: 32px; z-index: 99999; background: none; margin-top: 33px; margin-right: 30px; }

.search .sb-icon-search { color: #333; width: 32px; height: 32px; display: block; }

.search .sb-search-submit { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; color: transparent; border: none; outline: none; z-index: 99999; }

.search .sb-search { position: relative; width: 0; min-width: 32px; height: 32px; float: right; display: inline; overflow: hidden; -webkit-transition: width 0s; -moz-transition: width 0s; -o-transition: width 0s; transition: width 0s; -webkit-backface-visibility: hidden; z-index: 99999; border-radius: 5px; border: 0 solid #fff; color: #333; }

.search .sb-search-input { position: absolute; top: 0; left: 0; outline: none; width: 236px; height: 32px; line-height: 32px; text-indent: 10px; border: none; margin: 0; z-index: 10; font-family: Verdana, Geneva, Tahoma, sans-serif; background: transparent; color: #333; }

.search .sb-icon-search, .search .sb-search-submit { width: 32px; height: 32px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; cursor: pointer; z-index: 15; background: url("img/sousuo.png") no-repeat center; }

.search .no-js .sb-search, .search .sb-search.sb-search-open { width: 236px; height: 32px; line-height: 32px; position: relative; right: 0; top: 0; z-index: 9999999; background: #fff; color: #333; border: 1px solid #0D418C; }

.search .no-js .sb-search .sb-icon-search { position: absolute; background: #fff url("img/sousuo.png") no-repeat center; z-index: 15; right: 0; top: 0; border: none !important; }

.search .no-js .sb-search .sb-search-submit { z-index: 9990; }

/* nav2 */
.nav2 { display: none; width: 100%; padding-top: 0px; }

.nav2 ul li { width: 25%; float: left; text-align: center; padding-top: 8px; padding-bottom: 8px; }

.nav2 ul li:hover, .nav2 ul li.hover { background-color: #0D418C; }

.nav2 ul li:hover a, .nav2 ul li.hover a { color: #fff; }

.nav2 ul li a { display: block; font-size: 12px; font-size: 1.2rem; color: #0D418C; }

@media screen and (max-width: 1219px) { .head .yikuai .nav1 ul li { padding: 38px 5px 49px 5px; } }

@media screen and (max-width: 979px) { .head { position: static; }
  .head .yikuai .nav1 ul li { padding-top: 25px; padding-bottom: 30px; }
  .head .logo { width: 150px; }
  .head .yikuai .yuyan { margin-top: 30px; }
  .search { margin-top: 22px; }
  .head .yikuai .nav1 ul li > a { font-size: 14px; font-size: 1.4rem; }
  .head .yikuai .nav1 ul { margin-left: 0; }
  .head .yikuai .nav1 { margin-right: 5px; }
  .search { margin-right: 5px; } }

@media screen and (max-width: 768px) { .head .logo { margin-top: 10px; }
  .search { right: 30px; }
  .head .yikuai .nav1 { display: none; }
  .search { display: none; }
  .head .yikuai .yuyan { margin-right: 40px; margin-top: 13px; }
  .head { padding-top: 8px; padding-bottom: 8px; }
  .nav2 { display: block; } }

@media screen and (max-width: 420px) { .head .yikuai .yuyan a.a1 { width: 30px; margin-right: 5px; }
  .head .yikuai .yuyan a.a2 { width: 30px; }
  .head .yikuai .yuyan a.a3 { width: 40px; }
  .head .logo { width: 120px; } }

/*lun bo*/
#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 100%; max-height: 800px; margin: 0px auto 0px; z-index: 90; text-align: left; font-size: 10px; text-shadow: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1 { width: 1920px; }

#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; }

#wowslider-container1 .ws_images ul li { position: relative; width: 1%; height: 100%; line-height: 0; overflow: hidden; float: left; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }

#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-height: 800px; max-width: 100%; vertical-align: top; border: none; overflow: hidden; }

#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; max-height: 800px; display: block; color: transparent; }

#wowslider-container1 img { max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }

#wowslider-container1 .ws_images > div > img { max-height: 800px; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a { text-decoration: none; outline: none; border: none; }

#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }

#wowslider-container1 .ws_bullets div { position: relative; float: left; font-size: 0px; }

#wowslider-container1 .ws_bullets a { line-height: 0; }

#wowslider-container1 .ws_script { display: none; }

#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }

#wowslider-container1.ws_gestures { cursor: -webkit-grab; cursor: -moz-grab; }

#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; }

#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }

#wowslider-container1 .ws_bullets { padding: 0px; }

#wowslider-container1 .ws_bullets a { position: relative; display: inline-block; width: 0; margin: 0px 0px; padding: 14px 12px; -webkit-perspective: 80px; perspective: 80px; }

#wowslider-container1 .ws_bullets a > span { position: absolute; display: block; top: 0; right: 0; height: 100%; width: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; background: url(img/slide.png) no-repeat center center; }

#wowslider-container1 .ws_bullets a.ws_selbull > span { background: url(img/slideon.png) no-repeat center center; }

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev, #wowslider-container1 .ws_playpause { position: absolute; width: 60px; height: 60px; top: 50%; margin-top: -1.25em; color: #ffffff; z-index: 100; -webkit-perspective: 20em; perspective: 20em; }

#wowslider-container1 a.ws_next { right: 7%; background: url(img/slideright.png) no-repeat center center; }

#wowslider-container1 a.ws_prev { left: 7%; background: url(img/sliderleft.png) no-repeat center center; }

#wowslider-container1 a.ws_next:hover { right: 7%; background: url(img/sliderrighton.png) no-repeat center center; }

#wowslider-container1 a.ws_prev:hover { left: 7%; background: url(img/sliderlefton.png) no-repeat center center; }

#wowslider-container1 .ws_playpause { left: 50%; margin-left: -1.25em; }

#wowslider-container1 a.ws_next > span, #wowslider-container1 a.ws_prev > span, #wowslider-container1 .ws_playpause > span, #wowslider-container1 .ws_bullets a > span { display: block; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; }

#wowslider-container1 .ws_bullets { bottom: 0.6em; left: 50%; }

#wowslider-container1 .ws_bullets div { left: -50%; }

#wowslider-container1 .ws-title { position: absolute; left: 2em; margin-right: 10em; z-index: 50; color: #fff; padding: 1em; bottom: 30px; top: auto; opacity: 1; }

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; padding: 0.1em 0.6em; background-color: #1A2223; color: #54acd2; }

#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 1.3em; }

#wowslider-container1 .ws-title span { text-transform: uppercase; font-size: 2em; }

#wowslider-container1 .ws_images > ul { animation: wsBasic 16s infinite; -moz-animation: wsBasic 16s infinite; -webkit-animation: wsBasic 16s infinite; }

@keyframes wsBasic { 0% { left: -0%; }
  12.5% { left: -0%; }
  25% { left: -100%; }
  37.5% { left: -100%; }
  50% { left: -200%; }
  62.5% { left: -200%; }
  75% { left: -300%; }
  87.5% { left: -300%; } }

@-moz-keyframes wsBasic { 0% { left: -0%; }
  12.5% { left: -0%; }
  25% { left: -100%; }
  37.5% { left: -100%; }
  50% { left: -200%; }
  62.5% { left: -200%; }
  75% { left: -300%; }
  87.5% { left: -300%; } }

@-webkit-keyframes wsBasic { 0% { left: -0%; }
  12.5% { left: -0%; }
  25% { left: -100%; }
  37.5% { left: -100%; }
  50% { left: -200%; }
  62.5% { left: -200%; }
  75% { left: -300%; }
  87.5% { left: -300%; } }

#wowslider-container1 .ws_bullets a img { position: absolute; display: block; text-indent: 0; bottom: 15px; left: -58px; visibility: hidden; max-width: none; }

#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }

#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }

#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 115px; }

#wowslider-container1 .ws_bullets .ws_bulframe { position: absolute; display: none; bottom: 25px; margin-left: 8px; cursor: pointer; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); }

#wowslider-container1 .ws_bulframe div div { height: auto; }

@media all and (max-width: 1219px) { #wowslider-container1 a.ws_next { width: 60px; height: 60px; background-size: 100% 100%; }
  #wowslider-container1 a.ws_prev { width: 60px; height: 60px; background-size: 100% 100%; } }

@media all and (max-width: 979px) { #wowslider-container1 a.ws_next { display: none; }
  #wowslider-container1 a.ws_prev { display: none; }
  #wowslider-container1 .ws_bullets a { padding: 10px; border-radius: 50%; overflow: hidden; } }

@media all and (max-width: 760px) { #wowslider-container1 .ws_fullscreen { display: block; } }

@media all and (max-width: 400px) { #wowslider-container1 .ws_thumbs { display: none; } }

.box-slide { width: 100%; overflow: hidden; }

.main { padding-top: 66px; }

.main .title { text-align: center; padding-bottom: 18px; background: url(img/mainbg.png) no-repeat center bottom; }

.main .title a { text-transform: uppercase; font-family: "CentraleSansMedium"; font-size: 36px; font-size: 3.6rem; color: #333; }

.main .cont { margin-top: -2px; text-align: center; margin-bottom: 24px; }

.main .cont a { text-transform: uppercase; font-family: "GothamMedium"; color: #0D418C; font-size: 16px; font-size: 1.6rem; }

.main1 { padding-bottom: 104px; }

.main1 .title a { color: #333; }

.main1 .title a:hover { color: #0D418C; }

.main1 .subtitle { margin-bottom: 45px; margin-top: 17px; }

.main1 .subtitle a { display: block; text-align: center; font-size: 16px; font-size: 1.6rem; color: #666; font-family: "GothamMedium"; }

.main1 .subtitle a:hover { color: #0D418C; }

.main1 .m1lb { position: relative; z-index: 9; }

.main1 .m1lb .prev4, .main1 .m1lb .next4 { position: absolute; display: block; width: 33px; height: 33px; top: 112%; margin-top: -20px; z-index: 999; }

.main1 .m1lb .prev4 { left: 50%; cursor: pointer; background: url(img/i4imgleft.png) no-repeat center center; margin-left: -42px; }

.main1 .m1lb .prev4:hover { cursor: pointer; background: url(img/i4imglefton.png) no-repeat center center; }

.main1 .m1lb .next4 { right: 50%; cursor: pointer; background: url(img/i4imgright.png) no-repeat center center; margin-right: -42px; }

.main1 .m1lb .next4:hover { cursor: pointer; background: url(img/i4imgrighton.png) no-repeat center center; }

.main1 .img-list4 { padding-bottom: 30px; position: relative; overflow: hidden; z-index: 99; width: 100%; margin: 0 auto; }

.main1 .img-list4 ul { width: 9999px; }

.main1 .img-list4 ul li { width: 216px; margin-right: 30px; float: left; background: url(img/m1libg.png) no-repeat bottom center; padding-bottom: 15px; }

.main1 .img-list4 ul li .libox { position: relative; overflow: hidden; }

.main1 .img-list4 ul li:hover { border-color: #e2e2e2; }

.main1 .img-list4 ul li a { text-align: center; display: block; }

.main1 .img-list4 ul li .limid { border: 1px solid #e2e2e2; }

.main1 .img-list4 ul li .limid img { margin: 0 auto; }

.main1 .img-list4 ul li .litop { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: rgba(25, 81, 162, 0.5); background: #0D418C\9; }

.main1 .img-list4 ul li .litop a { margin-top: 33%; color: #fefefe; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; }

.main1 .img-list4 ul li .libot { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; position: absolute; left: 0; bottom: -50%; width: 100%; height: 50%; background: rgba(25, 81, 162, 0.5); background: #0D418C\9; }

.main1 .img-list4 ul li .libot .sp2 { width: 118px; font-size: 14px; font-size: 1.4rem; color: #fefefe; height: 27px; border: 1px solid #fefefe; line-height: 25px; overflow: hidden; margin: 4px auto 0; border-radius: 5px; }

.main1 .img-list4 ul li:hover .litop { top: 0; }

.main1 .img-list4 ul li:hover .libot { bottom: 0; }

@media screen and (max-width: 1219px) { .main1 .img-list4 { width: 830px; }
  .main1 .img-list4 ul li { width: 265px; margin-right: 17px; }
  .main1 .m1lb .prev4, .main1 .m1lb .next4 { top: 100%; } }

@media screen and (max-width: 979px) { .main1 .img-list4 ul li:hover .litop { display: none; }
  .main1 .img-list4 ul li:hover .libot { display: none; }
  .main1 .img-list4 { width: 100%; }
  .main1 .img-list4 ul { width: 1000%; }
  .main1 .img-list4 ul li { width: 3.2%; margin-right: 0.2%; }
  .main1 { margin-top: 20px; margin-bottom: 30px; padding-top: 0; padding-bottom: 0; } }

@media screen and (max-width: 639px) { .main1 .img-list4 ul li { width: 4.9%; margin-right: 0.2%; } }

@media screen and (max-width: 420px) { .main1 .img-list4 ul li { width: 10%; margin-right: 0%; } }

.main2 { position: relative; background: url(img/m2bg.jpg) no-repeat top center; padding-bottom: 83px; }

.main2 .title a { color: #333; }

.main2 .title a:hover { color: #0D418C; }

.main2 ul { margin-top: 50px; }

.main2 ul .liangkuai { width: 320px; }

.main2 ul .wukuai { width: 870px; }

.main2 ul li { float: left; position: relative; overflow: hidden; }

.main2 ul li .libot { position: absolute; background: #004e9a; background: rgba(0, 78, 154, 0.5); width: 100%; height: 100%; left: 0; top: -100%; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.main2 ul li .libot a { display: block; position: relative; width: 100%; height: 100%; }

.main2 ul li .libot a span { position: absolute; height: 30px; line-height: 30px; top: 50%; left: 50%; margin-left: -92.5px; margin-top: -15px; display: block; width: 185px; text-align: left; color: #fff; text-transform: uppercase; font-size: 24px; font-size: 2.4rem; background: url(img/m2arrow.png) no-repeat right center; }

.main2 ul li:hover .libot { top: 0; }

.main2 ul li.li1 { margin-bottom: 10px; }

.main2 ul li.li2 { margin-bottom: 10px; margin-right: 10px; }

.main2 ul li.li3 { margin-bottom: 10px; }

.main2 ul li.li5 { margin-right: 10px; }

.main2 ul li.li6 { margin-right: 10px; }

@media screen and (max-width: 1219px) { .main2 ul .liangkuai { width: 26.6667%; }
  .main2 ul .wukuai { width: 72.5%; }
  .main2 ul li.li2 { width: 62%; margin-right: 1.22%; }
  .main2 ul li.li3 { width: 36.78%; }
  .main2 ul li.li5 { width: 27%; margin-right: 1.22%; }
  .main2 ul li.li6 { width: 27%; margin-right: 1.22%; }
  .main2 ul li.li7 { width: 43.56%; }
  .main2 ul li .libot a span { font-size: 20px; font-size: 2rem; width: 150px; margin-left: -75px; } }

@media screen and (max-width: 979px) { .main2 ul li .libot { display: none; }
  .main2 ul { margin-top: 20px; } }

@media screen and (max-width: 450px) { .main2 ul .liangkuai { width: 100%; }
  .main2 ul .wukuai { width: 100%; }
  .main2 ul li.li1 { width: 55.8%; margin-right: 1%; margin-bottom: 5px; }
  .main2 ul li.li4 { width: 43.2%; margin-right: 0%; margin-bottom: 5px; }
  .main2 ul li.li2 { margin-bottom: 5px; }
  .main2 ul li.li3 { margin-bottom: 5px; } }

.main3 { background: url(img/m3bg.jpg) no-repeat center top; margin-top: 0px; padding-bottom: 63px; }

.main3 .title { background: url(img/m3title.png) no-repeat center bottom; }

.main3 .title a { color: #fff; }

.main3 ul { margin-top: 59px; }

.main3 ul li { float: left; width: 360px; margin-left: 60px; }

.main3 ul li a { display: block; }

.main3 ul li .litop a img { margin: 0 auto; }

.main3 ul li .limid { margin-top: 23px; font-size: 16px; font-size: 1.6rem; color: #fff; font-weight: bold; }

.main3 ul li .limid a { color: #fff; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.main3 ul li .limid1 { padding-left: 23px; background: url(img/m3riqi.png) no-repeat left center; margin-top: 8px; font-size: 14px; font-size: 1.4rem; color: #fff; }

.main3 ul li .limid1 a { color: #cbcbcb; }

.main3 ul li .libot { margin-top: 6px; }

.main3 ul li .libot a { color: #fff; line-height: 24px; height: 48px; overflow: hidden; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 1219px) { .main3 ul { margin-top: 20px; }
  .main3 ul li { width: 31%; margin: 1% !important; } }

@media screen and (max-width: 639px) { .main3 ul li { width: 98%; margin: 1% !important; }
  .main3 { background: #0D418C; } }

.main4 { padding-bottom: 15px; }

.main4 .content { margin-top: 50px; }

.main4 .content .divtop { margin-bottom: 30px; }

.main4 .content .divtop .limg1 { width: 790px; position: relative; }

.main4 .content .divtop .limg1 .libot { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.main4 .content .divtop .limg1 .libot a { display: block; color: #fff; }

.main4 .content .divtop .limg1 .libot .a1 { margin: 39px 33px 32px; font-family: "CentraleSansMedium"; font-size: 24px; font-size: 2.4rem; }

.main4 .content .divtop .limg1 .libot .a2 { margin: 0 40px 0 63px; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 24px; }

.main4 .content .divtop .limg1 .libot .a3 { margin: 0 40px 0 63px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.main4 .content .divtop .limg1 .libot .a4 { margin-top: 3px; text-align: right; margin-right: 35px; font-size: 14px; font-size: 1.4rem; color: #fff; font-family: "GothamMedium"; text-transform: uppercase; }

.main4 .content .divtop .limg2 { width: 380px; position: relative; }

.main4 .content .divtop .limg2 .libot { position: absolute; 
    left: 30px;
    bottom: 30px; }

.main4 .content .divtop .limg2 .libot .title-fu1{ display: inline-block;
  /* width: 200px; */
  height: 40px;
  line-height: 40px;
      background: #0D418C;
  color: #fff;
  padding: 0px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;



}

.main4 .content .divtop .limg2 .libot a { display: block; color: #fff; }

.main4 .content .divtop .limg2 .libot .a1 { margin: 70px 39px 13px; font-family: "CentraleSansMedium"; font-size: 30px; font-size: 3rem; }

.main4 .content .divtop .limg2 .libot .a1 a { color: #0D418C; }

.main4 .content .divtop .limg2 .libot .a2 { margin: 0 40px 0 41px; font-size: 14px; font-size: 1.4rem; line-height: 30px; font-weight: bold; color: #333; padding-left: 26px; background: url(img/m4tt1.png) no-repeat left center; }

.main4 .content .divtop .limg2 .libot .a3 { margin: 0 40px 0 41px; font-size: 14px; font-size: 1.4rem; line-height: 30px; font-weight: bold; color: #333; padding-left: 26px; background: url(img/m4tt2.png) no-repeat left center; }

.main4 .content .divtop .limg2 .libot .a4 { margin: 5px 40px 0 41px; font-size: 14px; font-size: 1.4rem; color: #333; font-weight: bold; padding-left: 26px; background: url(img/m4tt3.png) no-repeat left center; }

.main4 .content .divtop .limg2 .libot .a4 a { display: inline; color: #333; }

.main4 .content .divbot li { float: left; width: 380px; position: relative; overflow: hidden; margin-left: 30px; }

.main4 .content .divbot .li1 { margin-left: 0; }

.main4 .content .divbot .li1 .libot, .main4 .content .divbot .li2 .libot { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.main4 .content .divbot .li1 .libot .title-fu1, .main4 .content .divbot .li2 .libot .title-fu1 { margin-top: 32px; margin-left: 15px; }

.main4 .content .divbot .li1 .libot .title-fu1 a, .main4 .content .divbot .li2 .libot .title-fu1 a { font-family: "CentraleSansMedium"; font-size: 30px; font-size: 3rem; color: #0D418C; text-transform: uppercase; }

.main4 .content .divbot .li1 .libot .title-fu2, .main4 .content .divbot .li2 .libot .title-fu2 { margin-left: 15px; margin-top: 53%; }

.main4 .content .divbot .li1 .libot .title-fu2 a, .main4 .content .divbot .li2 .libot .title-fu2 a { border-radius: 5px; display: block; width: 180px; height: 40px; line-height: 40px; text-indent: 33px; background: url(img/abbbg.png) no-repeat center center; color: #fff; font-family: "GothamMedium"; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; }

.main4 .content .divbot .li3 .video1 { position: relative; padding-bottom: 91.6%; border-radius: 10px; height: 0; overflow: hidden; width: 100%; margin: 0 auto; }

.main4 .content .divbot .li3 .video1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.main4 .content .divbot .li3 .video1 iframe body { margin: 0 !important; }

.main4 .content .divbot .li4 { margin-left: 0; display: none; }

.main4 .content .divbot .li4 .limg2 { width: 100%; position: relative; }

 
.main4 .content .divbot .li4 .limg2 .libot a { display: block; color: #fff; }

.main4 .content .divbot .li4 .limg2 .libot .a1 { margin: 70px 39px 13px; font-family: "CentraleSansMedium"; font-size: 30px; font-size: 3rem; }

.main4 .content .divbot .li4 .limg2 .libot .a1 a { color: #0D418C; }

.main4 .content .divbot .li4 .limg2 .libot .a2 { margin: 0 40px 0 41px; font-size: 14px; font-size: 1.4rem; line-height: 30px; font-weight: bold; color: #333; padding-left: 26px; background: url(img/m4tt1.png) no-repeat left center; }

.main4 .content .divbot .li4 .limg2 .libot .a3 { margin: 0 40px 0 41px; font-size: 14px; font-size: 1.4rem; line-height: 30px; font-weight: bold; color: #333; padding-left: 26px; background: url(img/m4tt2.png) no-repeat left center; }

.main4 .content .divbot .li4 .limg2 .libot .a4 { margin: 5px 40px 0 41px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: "GothamMedium"; padding-left: 26px; background: url(img/m4tt3.png) no-repeat left center; }

.main4 .content .divbot .li4 .limg2 .libot .a4 a { display: inline; color: #333; }


.main4 .content .divbot .li4 .limg2 .libot  { position: absolute; 
    left: 10px;
    bottom: 10px; }

.main4 .content .divbot .li4 .limg2 .libot  .title-fu1{ display: inline-block;
  /* width: 200px; */
  height: 40px;
  line-height: 40px;
      background: #0D418C;
  color: #fff;
  padding: 0px 20px;
  text-transform: uppercase;
  font-weight: bold;}



@media screen and (max-width: 1219px) { .main4 .content .divtop .limg1 { width: 65.8%; }
  .main4 .content .divtop .limg2 { width: 31.66%; }
  .main4 .content .divtop .limg1 .libot .a3 { display: none; }
  .main4 .content .divbot .li1 { width: 32%; margin: 0 2% 0 0; }
  .main4 .content .divbot .li2 { width: 32%; margin: 0 2% 0 0; }
  .main4 .content .divbot .li3 { width: 32%; margin: 0%; }
  .main4 .content .divbot .li1 .libot .title-fu1 a, .main4 .content .divbot .li2 .libot .title-fu1 a { font-size: 20px; font-size: 2rem; }
  .main4 .content .divtop .limg2 .libot .a1 { margin-top: 35px; }
  .main4 .content { margin-top: 20px; } }

@media screen and (max-width: 979px) { .main4 .content .divtop .limg1 .libot .a1 { margin: 10px; font-size: 20px; font-size: 2rem; }
  .main4 .content .divtop .limg1 .libot .a2 { margin: 10px; margin-top: 0; }
  .main4 .content .divtop .limg2 .libot .a1 { margin: 10px; }
  .main4 .content .divtop .limg2 .libot .a1 a { font-size: 24px; font-size: 2.4rem; }
  .main4 .content .divtop .limg2 .libot .a2, .main4 .content .divtop .limg2 .libot .a3, .main4 .content .divtop .limg2 .libot .a4 { margin: 0 10px; }
  .main4 .content .divbot .li1 .libot .title-fu2, .main4 .content .divbot .li2 .libot .title-fu2 { margin-top: 37%; }
  .main4 .content .divbot .li1 .libot .title-fu2 a, .main4 .content .divbot .li2 .libot .title-fu2 a { width: 130px; height: 30px; line-height: 30px; text-indent: 20px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 768px) { .main4 .content .divtop .limg1 { width: 100%; margin-right: 0; }
  .main4 .content .divtop .limg1 .libot .a1 { margin-top: 10%; }
  .main4 .content .divbot .li4 { display: block; }
  .main4 .content .divtop .limg2 { display: none; }
  .main4 .content .divbot li { width: 48% !important; margin: 1% !important; }
  .main4 .content .divbot .li1 .libot .title-fu2, .main4 .content .divbot .li2 .libot .title-fu2 { margin: 0; position: absolute; left: 15px; bottom: 15px; } }

@media screen and (max-width: 639px) { .main4 .content .divbot .li4 .limg2 .libot .a1 { margin: 10px; font-size: 24px; font-size: 2.4rem; }
  .main4 .content .divbot .li4 .limg2 .libot .a2, .main4 .content .divbot .li4 .limg2 .libot .a3, .main4 .content .divbot .li4 .limg2 .libot .a4 { margin: 10px; margin-top: 0; margin-bottom: 0; font-size: 12px; font-size: 1.2rem; }
  .main4 .content .divbot .li4 .limg2 .libot .a2 a, .main4 .content .divbot .li4 .limg2 .libot .a3 a, .main4 .content .divbot .li4 .limg2 .libot .a4 a { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 530px) { .main4 .content .divtop .limg1 .libot .a1 { margin-top: 3%; } }

@media screen and (max-width: 395px) { .main4 .content .divtop .limg1 .litop { display: none; }
  .main4 .content .divtop .limg1 .libot { padding: 10px; background-color: #0D418C; position: static; }
  .main4 .content .divbot li { width: 100% !important; margin: 1% 0 !important; } }

@media screen and (max-width: 1219px) { .main { padding-top: 30px; padding-bottom: 30px; }
  .main .title a { font-size: 30px; font-size: 3rem; }
  .main .subtitle { margin-bottom: 20px; } }

@media screen and (max-width: 768px) { .main .title a { font-size: 24px; font-size: 2.4rem; } }

.footp { margin-top: 66px; padding-top: 75px; padding-bottom: 120px; background-color: #f9f9f9; font-family: "CentraleSansMedium"; text-align: center; }

.footp .fp-top a { font-size: 24px; font-size: 2.4rem; color: #333; }

.footp .fp-bot { width: 800px; border: 1px solid #b7b7b7; border-radius: 5px; overflow: hidden; margin: 24px auto 0; }

.footp .fp-bot .fp-ipt { display: block; float: left; color: #999; font-size: 18px; font-size: 1.8rem; width: 500px; text-indent: 12px; height: 48px; line-height: 48px; background-color: transparent; }

.footp .fp-bot .fp-ips { display: block; float: right; width: 160px; background-color: #1951A2; font-size: 18px; font-size: 1.8rem; font-family: Arial, Helvetica, sans-serif; height: 48px; color: #fff; }

@media screen and (max-width: 1219px) { .footp { margin-top: 30px; } }

@media screen and (max-width: 979px) { .footp .fp-top a { font-size: 18px; font-size: 1.8rem; }
  .footp .fp-bot { width: 95%; }
  .footp .fp-bot .fp-ipt { width: -webkit-calc(100% - 150px); width: -moz-calc(100% - 150px); width: calc(100% - 150px); }
  .footp .fp-bot .fp-ips { width: 150px; } }

@media screen and (max-width: 768px) { .footp { padding-top: 20px; padding-bottom: 20px; margin-top: 20px; }
  .footp .fp-bot { height: 34px; }
  .footp .fp-bot .fp-ipt { height: 32px; line-height: 32px; font-size: 12px; font-size: 1.2rem; }
  .footp .fp-bot .fp-ips { height: 32px; line-height: 32px; font-size: 12px; font-size: 1.2rem; } }

.foot { padding-top: 74px; padding-bottom: 22px; background: #1951A2; }

.foot .ft { float: left; }

.foot .ft .title { font-family: "CentraleSansMedium"; margin-bottom: 32px; text-transform: uppercase; font-size: 20px; font-size: 2.0rem; line-height: 30px; padding-bottom: 10px; background: url(img/fttbg.png) no-repeat left bottom; color: #fff; }

.foot .ft .title a { color: #fff; }

.foot .ft .title a:hover { text-decoration: underline; }

.foot .ft ul li { font-family: "CentraleSansMedium"; font-size: 14px; font-size: 1.4rem; color: #fff; padding-left: 0; background: url(img/ft-arrow.png) -20px center no-repeat; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.foot .ft ul li a { color: #fff; }

.foot .ft ul li:hover { background: url(img/ft-arrow.png) left center no-repeat; padding-left: 13px; }

.foot .ft p { font-family: "CentraleSansMedium"; margin-top: 3px; color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.foot .ft p a { color: #fff; line-height: 36px; }

.foot .ft .cnzz { margin-left: 5px; }

.foot .ft1 { width: 264px; }

.foot .ft1 li { float: left; width: 50%; line-height: 30px; }

.foot .ft2 { width: 440px; }

@media screen and (min-width: 1220px) { .foot .ft2 { margin-left: 105px; } }

.foot .ft2 li { float: left; width: 50%; line-height: 30px; }

.foot .ft3 { width: 330px; }

@media screen and (min-width: 1220px) { .foot .ft3 { width: 300px; margin-left: 70px; } }

.foot dl { margin-top: 38px; }

.foot dl dd { margin-bottom: 14px; width: 36px; float: left; margin-right: 7px; }

.foot dl dd img { position: relative; top: 0; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.foot dl dd:hover img { top: -5px; }

.foot .title1 { padding-top: 1px; margin-bottom: 8px; }

.foot .reanod { position: relative; top: -2px; margin-left: 8px; margin-right: 8px; }

@media screen and (max-width: 1219px) { .foot .ft2 { width: 400px; }
  .foot .ft3 { width: 280px; } }

@media screen and (max-width: 999px) { .foot .ft2 { width: 370px; } }

@media screen and (max-width: 979px) { .foot { background: #1951A2; }
  .foot .ft1 { width: 50%; margin: 0; }
  .foot .ft2 { width: 50%; margin: 0; }
  .foot .ft3 { width: 100%; margin-top: 30px; } }

@media screen and (max-width: 768px) { .foot .ft1 { display: none; }
  .foot .ft2 { display: none; }
  .foot .ft3 { width: 100%; margin-top: 30px; }
  .foot .ft3 .title { display: none; }
  .foot .ft3 dl { display: none; }
  .foot { padding-top: 0; } }

.links { font-size: 14px; font-size: 1.4rem; color: #fff; text-align: left; line-height: 29px; background-color: #0D418C; }

.links .wp { border-top: 1px  solid #54E132; padding-top: 6px; padding-bottom: 6px; }

.links { color: #fff; }

.links a { color: #fff; text-transform: uppercase; margin-left: 15px; }

.links a:hover { text-decoration: underline; }

@media screen and (max-width: 768px) { .links { display: none; } }

/* ======================================== bread-w ======================================== */
.bread { padding-top: 15px; padding-bottom: 20px; font-size: 16px; font-size: 1.6rem; font-family: Arial, Helvetica, sans-serif; color: #333; line-height: 30px; }

.bread a { font-size: 16px; font-size: 1.6rem; color: #333; line-height: 30px; font-family: Arial, Helvetica, sans-serif; }

.bread a:hover, .bread a.a2 { color: #0D418C; }

.bread1 { display: block; }

.product .p-top ul { margin-bottom: 12px; }

.product .p-top ul li { margin-bottom: 12px; float: left; margin-left: 102px; padding-bottom: 17px; background: url(img/p-topbg.png) no-repeat center -50px; }

.product .p-top ul li .libox { width: 332px; height: 42px; border-radius: 5px; overflow: hidden; }

.product .p-top ul li a { display: block; width: 100%; height: 100%; text-align: center; line-height: 42px; background-color: #363a3a; color: #fff; font-size: 16px; font-size: 1.6rem; font-family: "CentraleSansMedium"; }

.product .p-top ul li:hover, .product .p-top ul li.on { background: url(img/p-topbg.png) no-repeat center bottom; }

.product .p-top ul li:hover a, .product .p-top ul li.on a { background-color: #0D418C; }

.product1 .p-bot ul li { float: left; width: 280px; margin-left: 26.6px; margin-bottom: 50px; }

.product1 .p-bot ul li .libox { padding-bottom: 16px; background: url(img/p-botbg.png) no-repeat center bottom; }

.product1 .p-bot ul li .litop { position: relative; overflow: hidden; border: 1px solid #e2e2e2; border-bottom: 0; }

.product1 .p-bot ul li a { display: block; }

.product1 .p-bot ul li .liimg img { margin: 0 auto; }

.product1 .p-bot ul li .lizz { position: absolute; width: 100%; height: 100%; left: 0; top: 84%; background: rgba(25, 81, 162, 0.5); }

.product1 .p-bot ul li .lizz span { display: block; color: #fff; }

.product1 .p-bot ul li .lizz .spa1 { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; margin-top: 14px; text-align: center; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.product1 .p-bot ul li .lizz .spa2 { border: 1px solid #fff; margin: 27px auto 0; text-align: center; font-size: 14px; font-size: 1.4rem; width: 130px; height: 35px; line-height: 33px; border-radius: 5px; }

.product1 .p-bot ul li:hover .lizz { top: 0; }

.product1 .p-bot ul li:hover .lizz .spa1 { margin-top: 94px; }

.product1 .p-bot ul li .libot { position: relative; }

.product1 .p-bot ul li .libot input { position: absolute; left: 50%; margin-left: -105px; top: 6px; }

.product1 .p-bot ul li .libot a { display: block; width: 154px; height: 35px; line-height: 35px; text-align: center; border: 1px solid #0D418C; border-radius: 18px; color: #0D418C; font-size: 16px; font-size: 1.6rem; margin: 9px auto 0; }

.product1 .p-bot ul li .libot a:hover { background-color: #0D418C; color: #fff; }

/*page*/
.page { position: relative; margin: 6px auto 100px; }

.page { text-align: center; }

.page a { border-radius: 50%; display: inline-block; background-color: #333; color: #fff; margin-right: 9px; width: 24px; height: 24px; line-height: 23px; border: 1px solid #333333; text-align: center; font-size: 13px; font-size: 1.3rem; }

.page a.on, .page a:hover { background-color: #0D418C; border: 1px solid #0D418C; color: #fff; }

.page a.first { width: 75px; margin-right: 13px; border-radius: 0; background-color: #fff !important; color: #333; border: none; }

.page a.first:hover { color: #0D418C; }

.page a.last { width: 59px; margin-right: 10px; border-radius: 0; background-color: #fff !important; color: #333; border: none; }

.page a.last:hover { color: #0D418C; }

.page a.no,.page a.no:hover{color:#333 !important;}

@media screen and (max-width: 1219px) { .product .p-top ul li { width: 31%; margin: 1% !important; }
  .product .p-top ul li .libox { width: 100%; }
  .product1 .p-bot ul li { width: 23%; margin: 1% !important; }
  .product1 .p-bot ul li .lizz .spa1 { margin-top: 6px; font-size: 14px; font-size: 1.4rem; }
  .page { margin-top: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 979px) { .product1 .p-bot ul li .lizz { position: static; top: 0 !important; }
  .product1 .p-bot ul li .lizz .spa1 { margin-top: 0 !important; padding: 10px !important; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; font-size: 12px; font-size: 1.2rem; }
  .product1 .p-bot ul li .libox { background: none; }
  .product1 .p-bot ul li .lizz .spa2 { display: none; }
  .product1 .p-bot ul li:hover .lizz { position: static; top: 0 !important; }
  .product .p-top ul { margin-top: 30px; }
  .product1 .p-bot ul li { width: 31%; margin: 1% !important; }
  .product1 .p-bot ul li .libot a { width: 115px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; }
  .product1 .p-bot ul li .libot input { margin-left: -80px; }
  .product .p-top ul li { background: none !important; }
  .page a { margin-bottom: 15px; } }

@media screen and (max-width: 700px) { .product1 .p-bot ul li .libox { padding-bottom: 0; border-bottom: 1px solid #e2e2e2; }
  .product .p-top ul li { width: 48%; margin: 1% !important; padding-bottom: 0; } }

@media screen and (max-width: 639px) { .product1 .p-bot ul li { width: 48%; margin: 1% !important; }
  .product .p-top ul li a { font-size: 12px; font-size: 1.2rem; }
  .product1 .p-bot ul li .libot a { font-size: 12px; font-size: 1.2rem; width: 80px; }
  .product1 .p-bot ul li .libot input { margin-left: -60px; } }

.product2 .good1 { width: 100%; }

.product2 #showArea { margin-top: 20px; margin-bottom: 13px; }

.product2 #showArea img { cursor: pointer; display: block; width: 146px; height: 146px; margin-bottom: 14px; border: 1px solid #666666; }

.product2 #showArea a.on img { border: 1px solid #0D418C; }

.product2 #showArea a { display: block; }

.product2 #main_img { cursor: pointer; display: block; }

.product2 #gotop { cursor: pointer; display: block; margin: auto; }

.product2 #gobottom { cursor: pointer; display: block; margin: auto; }

.product2 #showArea { height: 475px; overflow: hidden; }

.product2 .MagicZoomBigImageCont { background: #FFF; }

.product2 .MagicZoomBigImageCont img { width: 1000px !important; height: 1000px !important; display: block; }

.product2 .MagicZoomPup { border: 0px solid #aaa; background: #ffffff; }

.product2 .left-pro { width: 692px; text-align: left; float: left; }

.product2 .left-pro .t1 { width: 146px; float: right; }

.product2 .left-pro .t2 { width: 530px; text-indent: 0; float: left; border: 1px solid #0D418C; }

.product2 .left-pro .t2 a { display: block; margin-bottom: 0px; }

.product2 .left-pro .t2 img { text-indent: 0; display: block; }

.product2 .img980 { display: none; }

.product2 .img980 .img-scroll5 { position: relative; z-index: 9; }

.product2 .img980 .img-scroll5 .prev5, .product2 .img980 .img-scroll5 .next5 { position: absolute; display: block; width: 24px; height: 41px; top: 50%; margin-top: -12px; z-index: 999; }

.product2 .img980 .img-scroll5 .prev5 { left: 0px; cursor: pointer; background: url(img/i4imgleft.png) no-repeat center center; }

.product2 .img980 .img-scroll5 .prev5:hover { cursor: pointer; background: url(img/i4imglefton.png) no-repeat center center; }

.product2 .img980 .img-scroll5 .next5 { right: 0px; cursor: pointer; background: url(img/i4imgright.png) no-repeat center center; }

.product2 .img980 .img-scroll5 .next5:hover { cursor: pointer; background: url(img/i4imgrighton.png) no-repeat center center; }

.product2 .img980 .img-list5 { position: relative; overflow: hidden; z-index: 99; width: 100%; margin: 0 auto; }

.product2 .img980 .img-list5 ul { width: 1000%; }

.product2 .img980 .img-list5 ul li { float: left; display: inline; width: 3.2%; margin-right: 0.2%; }

.product2 .img980 .img-list5 ul li img { border: 1px solid #ccc; }

.product2 .goods1 .content { float: right; width: 435px; }

.product2 .goods1 .content .title { padding-top: 0px; margin-bottom: 15px; }

.product2 .goods1 .content .title h1 { font-size: 30px; font-size: 3rem; color: #0D418C; text-align: left; font-weight: bold; }

.product2 .goods1 .content .content1 p { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.product2 .goods1 .content .content1 span { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.product2 .goods1 .content .content1 a { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #0D418C; }

.product2 .goods1 .content .content1 b { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.product2 .goods1 .content .content1 img { max-width: 100%; display: block; height: auto; }

.product2 .goods1 .content .download2 { margin-top: 20px; display: block; width: 170px; padding-left: 36px; height: 42px; background: url(img/download2.png) no-repeat left top; }

.product2 .goods1 .content .download2 a { position: relative; top: 5px; display: block; width: 130px; height: 30px; line-height: 30px; text-indent: 40px; border-radius: 5px; background: #0D418C url(img/download3.png) no-repeat 19px center; color: #fff; font-size: 14px; font-size: 1.4rem; font-weight: bold; }

.product2 .goods1 .content .btn1 { margin-top: 29px; }

.product2 .goods1 .content .btn1 a { display: block; font-size: 18px; font-size: 1.8rem; border-radius: 22px; color: #0D418C; width: 168px; height: 39px; line-height: 37px; text-align: center; border: 1px solid #0D418C; }

.product2 .goods1 .content .btn1 a:hover { color: #fff; background-color: #0D418C; }

.product2 .goods1 .content .btn1 a:first-child { margin-right: 34px; }

.product2 .goods1 .content .rsh { margin-top: 82px; }

.product2 .goods1 .content .rsh .xqfx { font-size: 14px; font-size: 1.4rem; color: #333; height: 26px; line-height: 26px; margin-right: 8px; }

.product2 .at-resp-share-element .at-icon { width: 26px !important; height: 26px !important; }

.product2 .at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.product2 .at-resp-share-element .at-share-btn .at-icon-wrapper { width: 26px !important; height: 26px !important; }

.product2 .at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.p-item1 { margin-top: 41px; }

.p-item1 .tt1 { padding-top: 6px; padding-bottom: 6px; padding-left: 15px; background: #eeeeee; font-family: "CentraleSansMedium"; color: #0D418C; font-size: 30px; font-size: 3rem; margin-bottom: 30px; }

.p-item1 p { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.p-item1 span { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.p-item1 a { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #0D418C; }

.p-item1 b { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #0D418C; display: block; text-transform: uppercase; }

.p-item1 img { max-width: 100%; display: block; height: auto; }

.p-item1 li { list-style: disc inside; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.hbiti { margin-top: 30px; }

.hbiti .gob { display: block; padding-top: 6px; padding-bottom: 6px; padding-left: 15px; background: #eeeeee; font-family: "CentraleSansMedium"; color: #0D418C; font-size: 30px; font-size: 3rem; margin-bottom: 48px; }

.rel-pro ul li { float: left; width: 280px; margin-left: 26.6px; margin-bottom: 20px; }

.rel-pro ul li .libox { padding-bottom: 16px; background: url(img/p-botbg.png) no-repeat center bottom; }

.rel-pro ul li .litop { position: relative; overflow: hidden; border: 1px solid #e2e2e2; border-bottom: 0; }

.rel-pro ul li a { display: block; }

.rel-pro ul li .liimg img { margin: 0 auto; }

.rel-pro ul li .lizz { position: absolute; width: 100%; height: 100%; left: 0; top: 84%; background: rgba(25, 81, 162, 0.5); }

.rel-pro ul li .lizz span { display: block; color: #fff; }

.rel-pro ul li .lizz .spa1 { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; margin-top: 14px; text-align: center; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.rel-pro ul li .lizz .spa2 { border: 1px solid #fff; margin: 27px auto 0; text-align: center; font-size: 14px; font-size: 1.4rem; width: 130px; height: 35px; line-height: 33px; border-radius: 5px; }

.rel-pro ul li:hover .lizz { top: 0; }

.rel-pro ul li:hover .lizz .spa1 { margin-top: 94px; }

@media screen and (max-width: 1219px) { .rel-pro ul li { width: 23%; margin: 1% !important; }
  .rel-pro ul li .lizz .spa1 { margin-top: 6px; margin-bottom: 6px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 979px) { .rel-pro { margin-bottom: 30px; }
  .rel-pro ul li .lizz { position: static; background: none; }
  .rel-pro ul li .lizz .spa1 { color: #0D418C; }
  .rel-pro ul li .lizz .spa2 { display: none; }
  .rel-pro ul li:hover .lizz .spa1 { margin-top: 6px; }
  .rel-pro ul li .libox { border: none; padding-bottom: 0; background: none; }
  .rel-pro ul li .litop { border-bottom: 1px solid #e2e2e2; } }

@media screen and (max-width: 700px) { .rel-pro ul li { width: 48%; margin: 1% !important; } }

@media screen and (max-width: 1219px) { .MagicZoomPup, .MagicZoomBigImageCont { display: none !important; }
  .product2 .goods1 .content { width: 257px; }
  .product2 .goods1 .content .btn1 a { margin: 0 0 10px 0; } }

@media screen and (max-width: 999px) { .product .p-top ul { margin-top: 0; }
  .product2 .goods1 .content { float: none; width: 100%; margin-top: 30px; }
  .product2 .left-pro { float: none; margin: 0 auto; }
  .product2 .goods1 .content .rsh { margin-top: 30px; } }

@media screen and (max-width: 768px) { .product2 .left-pro { width: 100%; }
  .product2 .left-pro .t1, .product2 .left-pro .t2 { display: none; }
  .product2 .img980 { display: block; } }

@media screen and (max-width: 500px) { .product2 .img980 { display: block; }
  .product2 .img980 .img-list5 ul li { float: left; display: inline; width: 4.9%; margin-right: 0.2%; } }

.about_top { margin-top: 0px; height: 155px; margin-bottom: 53px\0; }

.about_top a { display: block; }

.about_topul { margin: 0 auto; width: 100%; background: url(img/aboutbj.png) no-repeat center 58px; }

.about_top li {cursor: pointer; margin-left: 80px; height: 100px; height: 40px\0; font-size: 16px; font-size: 1.6rem; line-height: 42px; color: #999999; padding-top: 121px; float: left; width: 196px; }

.about_topul li.li1 { text-align: center; background: url(img/ab1.png) no-repeat center top; margin-left: 95px; }

.about_topul li.li2 { text-align: center; background: url(img/ab2.png) no-repeat center top; }

.about_topul li.li3 { text-align: center; background: url(img/ab3.png) no-repeat center top; }

.about_topul li.li4 { text-align: center; background: url(img/ab4.png) no-repeat center top; }

.about_topul li.li1.on { color: #0D418C; text-align: center; background: url(img/ab1h.png) no-repeat center top; }

.about_topul li.li2.on { color: #0D418C; text-align: center; background: url(img/ab2h.png) no-repeat center top; }

.about_topul li.li3.on { color: #0D418C; text-align: center; background: url(img/ab3h.png) no-repeat center top; }

.about_topul li.li4.on { color: #0D418C; text-align: center; background: url(img/ab4h.png) no-repeat center top; }


.about_topul li.li1.on .wenzi { color: #0D418C; }

.about_topul li.li2.on .wenzi { color: #0D418C; }

.about_topul li.li3.on .wenzi { color: #0D418C; }

.about_topul li.li4.on .wenzi { color: #0D418C; }

/* about */
.about { margin-top: 46px; background: url(img/aboutbg.png) no-repeat center 6px; }

.about .rimg { margin-top: 7px; margin-left: 15px; }

.about .rimg img { margin: 0 auto; }

.about .limg { padding-bottom: 22px; margin-top: -9px; margin-right: 58px; }

.about .limg img { margin: 0 auto; }

.about p { font-size: 14px; font-size: 1.4rem; color: #333; line-height: 24px; margin-bottom: 24px; }

.about .ab1item1 { margin-bottom: 56px; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .about_top li { margin-left: 0; } }

@media screen and (max-width: 999px) { .about_top ul { text-align: center; }
  .about_top li { margin: 0 !important; float: none; display: inline-block; padding-top: 75px; } }

@media screen and (max-width: 939px) { .about_top { height: 88px; }
  .about_topul { background: url(img/aboutbj.png) no-repeat center 39px; }
  .about_top li { width: 140px; }
  .about_topul li { background-size: 75px auto !important; }
  .about_topul li .wenzi { font-size: 14px !important; font-size: 1.4rem !important; }
  .about .rimg { float: none; margin: 0; margin-bottom: 15px; }
  .about .limg { float: none; margin: 0; margin-bottom: 15px; }
  .about .ab1item1 { margin-bottom: 0; } }

@media screen and (max-width: 639px) { .about_top { height: 200px; }
  .about_topul { background: none; }
  .about_topul li { width: 47%; margin: 1% !important; } }

/*********************************************************************  about1  **********************************************************************/
.ab5main { padding-bottom: 19px; margin-top: 53px; }

.ab5main > p.p1 { text-align: center; margin: 0 auto; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.zhanshi_tp2 { position: relative; width: 986px; margin: auto; margin-top: 45px; }

.zhanshi_tp2 .ulBigPic { width: 900px; margin-left: 43px; overflow: hidden; }

.zhanshi_tp2 .ulBigPic li { width: 900px; display: none; position: relative; }

.abfu { position: absolute; width: 100%; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; line-height: 38px; bottom: 0px; left: 0px; background: #000; background: rgba(0, 0, 0, 0.5); }

.zhanshi_tp2 .ulBigPic .liSelected { display: block; }

.zhanshi_tp2 .ulBigPic img { display: block; width: 900px; height: 591px; }

.zhanshi_tp2 .sLeftBtnB, .zhanshi_tp2 .sLeftBtnBSel, .zhanshi_tp2 .sLeftBtnBBan, .zhanshi_tp2 .sRightBtnB, .zhanshi_tp2 .sRightBtnBSel, .zhanshi_tp2 .sRightBtnBBan { width: 33px; height: 33px; display: block; position: absolute; top: 50%; margin-top: -16.5px; }

.zhanshi_tp2 .sLeftBtnB, .zhanshi_tp2 .sLeftBtnBSel, .zhanshi_tp2 .sRightBtnB, .zhanshi_tp2 .sRightBtnBSel { cursor: pointer; }

.zhanshi_tp2 .sLeftBtnB, .zhanshi_tp2 .sLeftBtnBSel, .zhanshi_tp2 .sLeftBtnBBan { left: 0px; background: url(img/eqleft.png) no-repeat center center; }

.zhanshi_tp2 .sRightBtnB, .zhanshi_tp2 .sRightBtnBSel, .zhanshi_tp2 .sRightBtnBBan { right: 0px; background: url(img/eqright.png) no-repeat center center; }

.zhanshi_tp2 .dSmallPicBox { width: 986px; height: 139px; position: relative; margin-top: 17px; }

.zhanshi_tp2 .dSmallPic { width: 900px; left: 43px; height: 139px; position: absolute; top: 0px; overflow: hidden; }

.zhanshi_tp2 .dSmallPic ul { position: absolute; }

.zhanshi_tp2 .dSmallPic li { width: 229px; height: 135px; float: left; display: inline; cursor: pointer; overflow: hidden; }

.zhanshi_tp2 .dSmallPic .sPic { width: 213px; height: 135px; display: block; padding-top: 0px; }

.zhanshi_tp2 .dSmallPic .sPic img { width: 213px; height: 135px; }

@media screen and (min-width: 1000px) and (max-width: 1319px) { .zhanshi_tp2 { width: 980px; }
  .zhanshi_tp2 .ulBigPic { margin-left: 40px; }
  .zhanshi_tp2 .dSmallPicBox { width: 980px; }
  .zhanshi_tp2 .dSmallPic { left: 40px; } }

@media screen and (min-width: 1000px) { .gongchang2 { display: none; } }

@media screen and (max-width: 999px) { .zhanshi_tp2 { display: none; }
  .gongchang2 { width: 100%; }
  .gonglie2 { display: block; width: 45%; float: left; margin-left: 2.5%; margin-right: 2.5%; margin-top: 30px; }
  .gongtu2 img { width: 100%; max-width: 845px; max-height: 547px; }
  .gongzi2 { display: block; text-align: center; line-height: 30px; margin-top: 5px; }
  .ab3main { padding-bottom: 39px; } }

@media screen and (max-width: 639px) { .gonglie2 { width: 95%; }
  .wenav a { width: 135px; font-size: 12px; font-size: 1.2rem; font-weight: normal; margin: 0 2px; } }

/*********************************************************************  about2  **********************************************************************/
.about2 { margin-top: 75px; }

.about2 p { font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #333; margin-bottom: 24px; }

.about2 p img { width: 33.333%; }

@media screen and (max-width: 1219px) { .about2 img { margin: 0 auto; } }

@media screen and (max-width: 460px) { .about2 p img { float: none; width: 98%; margin: 1% !important; } }

/*********************************************************************  about3  **********************************************************************/


/*********************************************************************  about4  **********************************************************************/
.about4 { margin-top: 75px; }

.about4 p { font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #333; margin-bottom: 24px; }

.about4 p img { width: 33.333%; }

@media screen and (max-width: 1219px) { .about4 img { margin: 0 auto; } }

@media screen and (max-width: 460px) { .about4 p img { float: none; width: 98%; margin: 1% !important; } }

/*********************************************************************  about3  **********************************************************************/
.about3 { margin-top: 54px; }

.about3 ul li { float: left; width: 554px; margin-left: 92px; margin-bottom: 55px; }

.about3 .video2 { position: relative; padding-bottom: 66.6%; height: 0; overflow: hidden; width: 100%; margin: 0 auto; }

.about3 .video2 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.about3 .video2 iframe body { margin: 0 !important; }

.about3 .wenzi { margin-top: 20px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 1219px) { .about3 ul li { width: 48%; margin: 1% !important; } }

@media screen and (max-width: 460px) { .about3 .wenzi { font-size: 14px; font-size: 1.4rem; color: #333; margin-top: 2px; }
  .about3 ul li { width: 98%; } }

/* new1 */
.new1 { margin-top: 0px; padding-bottom: 7px; }

.new1 .fwp { margin-bottom: 23px; padding-bottom: 17px; position: relative; }

.new1 .swp { position: absolute; top: 0; left: 0; z-index: 666; }

.new1 .swp a { display: block; width: 100%; margin: 0 auto; }

.new1 .swp a img { display: block; max-width: 445px; max-height: 235px; width: 100%; margin: 0 auto; }

.ellipsis1 { white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.new1 .zi { padding-left: 490px; padding-right: 0px; position: relative; }

.new1 .zi .title { color: #333; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; display: block; padding-top: 24px; line-height: 22px; font-weight: bold; font-size: 16px; font-size: 1.6rem; margin-bottom: 27px; }

.new1 .zi .p { height: 72px; overflow: hidden; display: block; margin-bottom: 57px; font-size: 14px; font-size: 1.4rem; color: #333; line-height: 24px; }

.new1 .zi .more { display: block; margin-bottom: 24px; font-size: 14px; font-size: 1.4rem; height: 32px; line-height: 32px; color: #999999; padding-left: 21px; background: url(img/riqi1.png) no-repeat left center; }

.new1 .zi .title:hover { color: #0D418C; }

.new1 .zi .p:hover { color: #0D418C; }

.new1 .page { margin-bottom: 30px; }

@media screen and (max-width: 900px) { .new1 .fwp .time { float: none; }
  .new1 { padding-bottom: 30px; }
  .new1 .fwp { padding-bottom: 10px; }
  .new1 .swp { position: relative; top: 0; left: 0; }
  .new1 .zi { padding-left: 0px; padding-right: 0px; margin-top: 0px; width: 100%; }
  .new1 .zi .title { margin-bottom: 10px; }
  .new1 .zi .p { margin-bottom: 10px; }
  .new1 .rel-pro li, .news .rel-pro li { width: 48%; } }

.news .xqy { position: relative; }

.news .xqy .top1 { margin-top: -4px; }

.news .xqy .top1 .title1 { text-align: center; }

.news .xqy .top1 .title1 h1 { font-size: 16px; font-size: 1.6rem; color: #333; font-weight: normal; font-weight: bold; }

.news .xqy .top1 .time { text-align: center; margin-top: 11px; margin-bottom: 18px; }

.news .xqy .top1 .time > span { font-size: 14px; font-size: 1.4rem; color: #999; font-weight: normal; display: inline-block; font-family: Arial, Helvetica, sans-serif; line-height: 26px; padding-left: 22px; background: url(img/n-spanbg.png) no-repeat left center; }

.news .newsx p { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; margin-bottom: 30px; font-family: Arial, Helvetica, sans-serif; }

.news .newsx p span { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial, Helvetica, sans-serif; }

.news .newsx p li { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial, Helvetica, sans-serif; }

.news .newsx p strong { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial, Helvetica, sans-serif; }

.news .newsx p img { display: block; max-width: 100%; }

.news .newsx p a { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #0D418C; }

.newsx table { width: 97%; border-collapse: collapse; line-height: 24px; margin-bottom: 26px; }

.newsx tr td { line-height: 24px; padding: 2px; border: 1px solid #ccc; }

.news .updown { padding-top: 13px; border: 1px solid #d2d2d2; margin-bottom: 100px; padding-bottom: 11px; }

.news .updown .up { margin-top: 0px; margin-bottom: 4px; }

.news .updown p { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #333; padding-left: 35px; }

.news .updown p a { font-size: 14px; font-size: 1.4rem; color: #888; }

.news .updown p span { font-size: 14px; font-size: 1.4rem; color: #888; }

.news .updown p:hover a { color: #0D418C; }

.news .updown .up { background: url(img/xiangzuo.png) no-repeat 7px 5px; }

.news .updown .down { background: url(img/xiangyou.png) no-repeat 7px 5px; }

.project ul li { float: left; width: 360px; margin-left: 60px; margin-bottom: 62px; }

.project .litop a { display: block; overflow: hidden; position: relative; }

.project .litop a img { margin: 0 auto; }

.project .litop a .p-zz { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; position: absolute; width: 100%; height: 100%; top: -100%; left: 0; background: url(img/p-zz.png) no-repeat center center; }

.project .litop a:hover .p-zz { top: 0; }

.project .libot { margin-top: 15px; text-align: left; }

.project .libot a { display: block; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 1219px) { .project ul li { width: 31%; margin: 1% !important; }
  .project .libot a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 999px) { .project .litop a .p-zz { display: none; } }

@media screen and (max-width: 639px) { .project ul li { width: 48%; margin: 1% !important; }
  .project .libot a { font-size: 12px; font-size: 1.2rem; } }

.project1 .xqy { position: relative; }

.project1 .xqy .top1 { margin-top: -4px; }

.project1 .xqy .top1 .title1 { text-align: left; }

.project1 .xqy .top1 .title1 h1 { text-transform: uppercase; margin-bottom: 24px; font-size: 20px; font-size: 2rem; color: #0D418C; font-weight: normal; font-weight: bold; background: url(img/h1bg.png) no-repeat left bottom; padding-bottom: 15px; }

.project1 .newsx p { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; margin-bottom: 30px; font-family: Arial, Helvetica, sans-serif; }

.project1 .newsx p span { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial, Helvetica, sans-serif; }

.project1 .newsx p li { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial, Helvetica, sans-serif; }

.project1 .newsx p strong { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial, Helvetica, sans-serif; }

.project1 .newsx p img { display: block; max-width: 100%; }

.project1 .newsx p a { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #0D418C; }

.newsx table { width: 97%; border-collapse: collapse; line-height: 24px; margin-bottom: 26px; }

.newsx tr td { line-height: 24px; padding: 2px; border: 1px solid #ccc; }

.project1 p img { margin-bottom: 24px; margin-right: 5px; max-width: 100%; }

.project1 .updown { padding-top: 13px; background: url(img/project1xuxian.jpg) no-repeat top center; margin-bottom: 100px; padding-bottom: 11px; }

.project1 .updown .up { margin-top: 0px; margin-bottom: 4px; }

.project1 .updown p { -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; font-weight: bold; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; padding-left: 35px; }

.project1 .updown p a { font-size: 14px; font-size: 1.4rem; color: #666; font-weight: normal; }

.project1 .updown p span { font-size: 14px; font-size: 1.4rem; color: #666; font-weight: normal; }

.project1 .updown p:hover { color: #0D418C; }

.project1 .updown p:hover a { color: #0D418C; }

.project1 .updown .up { background: url(img/xiangzuo1.png) no-repeat 7px 5px; }

.project1 .updown .down { background: url(img/xiangyou1.png) no-repeat 7px 5px; }

@media screen and (max-width: 768px) { .project1 .updown { margin-bottom: 30px; } }

/****************************************************************  contact  ********************************************************/
.comain { padding-bottom: 100px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.col { width: 480px; float: left; }

.cor { width: 662px; float: right; margin-right: 7px; }

.col li { font-size: 14px; font-size: 1.4rem; line-height: 40px; }

.col li span { font-weight: bold; color: #333; }

.col li a:hover { color: #1962ac; }

.coditu { display: block; margin-top: 22px; }

.coditu img { display: block; margin: auto; width: 100%; max-width: 477px; max-height: 286px; }

.coditu iframe { display: block; margin: auto; width: 100%; max-width: 477px; max-height: 286px; }

.cor p { font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 30px; margin-left: 14px; font-family: Arial, Helvetica, sans-serif; }

.coxin { margin-top: 2px; *border: 1px solid #fff; padding-bottom: 20px; }

.coxin .xing { background: url(img/xing.png) no-repeat left 26px; padding-left: 14px; }

.coxin .int1 { padding-left: 14px; width: 313px; float: left; margin-top: 23px; }

.coxin .int2 { padding-left: 14px; width: 313px; float: right; margin-top: 23px; }

.coxin .int1 input, .coxin .int2 input { font-family: Arial, Helvetica, sans-serif; width: 297px; height: 54px; padding-left: 13px; font-size: 14px; font-size: 1.4rem; line-height: 54px; border: 1px solid #d2d2d2; }

.coxin .tex { padding-top: 22px; background: url(img/xing.png) no-repeat left 40px; padding-left: 14px; }

.coxin textarea { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 633px; height: 184px; padding-left: 13px; font-size: 14px; font-size: 1.4rem; line-height: 36px; border: 1px solid #d2d2d2; font-family: Arial, Helvetica, sans-serif; }

.coxin .int5 { margin-top: 20px; }

.coxin .int3 { width: 178px; height: 54px; padding-left: 13px; font-size: 14px; font-size: 1.4rem; line-height: 54px; border: 1px solid #d2d2d2; float: left; margin-right: 22px; font-family: Arial, Helvetica, sans-serif; }

.coxin .int4 { width: 250px; height: 54px; border: 1px solid #1962ac; float: right; background: #1962ac; font-size: 16px; font-size: 1.6rem; font-family: Arial, Helvetica, sans-serif; color: #fff; cursor: pointer; }

.coxin .int4:hover { background: #fff; border: 1px solid #1962ac; color: #1962ac; }

.ditu { display: block; width: 100%; max-width: 1200px; max-height: 415px; margin-top: 35px; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .col { width: 300px; }
  .cor { width: 662px; margin-right: 0px; }
  .coxin textarea { width: 633px; height: 120px; } }

@media screen and (max-width: 999px) { .coxin textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .comain { padding-bottom: 0px; }
  .col { width: 40%; }
  .cor { width: 57%; margin-right: 0px; }
  .cor p { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .coxin .xing { background: url(img/xing.png) no-repeat left 16px; }
  .coxin .int1 { margin-top: 10px; }
  .coxin .int2 { margin-top: 10px; }
  .coxin .int1, .coxin .int2, .coxin .tex { width: auto; float: none; }
  .coxin .tex { padding-top: 10px; background: url(img/xing.png) no-repeat left 25px; }
  .coxin .int1 input, .coxin .int2 input, .coxin textarea, .coxin .int3 { width: 95%; height: 30px; line-height: 30px; }
  .coxin .int3 { margin-bottom: 10px; }
  .coxin .int4 { width: 42%; float: left; margin-left: 10px; font-size: 14px; font-size: 1.4rem; }
  .coxin .int5 { margin-top: 10px; }
  .coxin textarea { height: 120px; } }

@media screen and (max-width: 639px) { .col { width: 100%; float: none; margin-bottom: 30px; }
  .cor { width: 100%; float: none; margin-right: 0px; }
  .coxin .int1 input, .coxin .int2 input, .coxin textarea, .coxin .int3 { width: 90%; }
  .coxin .int4 { font-size: 12px; font-size: 1.2rem; width: 40%; }
  .ditu { margin-top: 30px; }
  .comain { padding-bottom: 27px; } }

@media screen and (max-width: 370px) { .coxin .int4 { width: 93%; margin-left: auto; margin-top: 10px; } }

@media screen and (max-width: 999px) { .ab6zi { position: static; }
  .ab6zi a { display: block; position: absolute; top: 50%; margin-top: -40px; } }

@media screen and (max-width: 768px) { ::-webkit-input-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; }
  :-o-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; }
  ::-moz-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; }
  :-ms-input-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; } }

/*# sourceMappingURL=index.css.map */

.none{border: 1px solid #0D418C !important; color: #0D418C !important; background: #fff !important}


.a55{margin: 25px 40px 0 41px;}
.down{ text-indent: 56px; display: block; font-weight: bold;  width: 180px; line-height: 36px; background: url( img/h_down.png ) no-repeat center center; color: #333 !important;  margin: auto; }

/*lun bo*/
.index_focus {position: relative;width: 100%;height:750px;margin: 0 auto; overflow:hidden; z-index:9}
.index_focusn{width:1920px; position:absolute; left:50%; top:0px; margin-left:-960px; height:100%;z-index:99}
.index_focus .bd li {display: none;position: absolute;left: 0;top:0;width:1920px;z-index:999}
.index_focus .slide_nav {position: absolute; bottom:15px; left:50%; margin-left:-36px; z-index:9998 }
.index_focus .slide_nav a{ width:7px; height:28px; cursor:pointer;float:left; margin-right:4.5px; margin-left:4.5px;background:url(img/dian.png) no-repeat center center;  }

.index_focus_post {z-index: 10;}
.index_focus .pic {height: auto;display: block; margin:0 auto;}
.index_focus .pic:hover {text-decoration: none;}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration: none;background:url(img/dianh.png) no-repeat center center; }


.index_focus_pre,.index_focus_next {display: block;position: absolute;top: 55%;margin-top:-38px;width:41px;height:90px;text-indent: 100%;white-space: nowrap;overflow: hidden;z-index:9999}
.index_focus_pre {left: 40px; background:url(img/baleft.png) no-repeat;}
.index_focus_next {right: 40px;background:url(img/baright.png) no-repeat;}

@media screen and (min-width:1000px) and (max-width:1219px) {
.index_focus {height:693px;}
.index_focusn img {width: 80%;}
}
@media screen and (min-width:1000px) {.carousel,.clear2{display: none}}
@media screen and (max-width:999px) {
.index_focus {display: none}
.index_focus2 {display: none}

.carousel{width: 100%;position: relative;overflow: hidden;}
.carousel ul{width: 100%;height: 100%;}
.carousel ul li{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.carousel ul li img{width: 100%; vertical-align: middle;}
.carousel ol{position: absolute;z-index: 2;width: 80px;height:5px;bottom: 13px;left: 52%;-webkit-transform:translate3d(-50%,0,0);}
.carousel ol li{float: left;width: 10px;height: 10px;margin-right: 10px;border-radius: 5px;background-color: #fff;transition:all 0.3s ease 0s;}
.carousel ol li.cur{width: 10px;background:#333;}
.carousel ol li:last-child{margin: 0;}
}

.banner img{max-width: 100%;}