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

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

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

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: Verdana; }

:-o-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Verdana; }

::-moz-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Verdana; }

:-ms-input-placeholder { color: #333333; font-size: 14px; font-size: 1.4rem; font-family: Verdana; }

/*.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: #f73636 url(../images/sousuo.png) no-repeat center center; }

.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("../fonts/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: #f73636; }

@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*/
.container .nav .sankuai { margin-top: 24px; margin-left: 15px; }

.container .nav .sankuai .lgg { margin-right: 0px; padding-right: 0px; margin-bottom: 15px; }

.container .nav .sankuai .ltel { padding-left: 40px; background: url(../images/hd-tel.png) no-repeat left center; }

.container .nav .sankuai .lhome { padding-left: 40px; background: url(../images/hd-home.png) no-repeat left center; }

.container .nav .sankuai .ltime { padding-left: 40px; background: url(../images/hd-time.png) no-repeat left center; }

.container .nav .sankuai .top { font-size: 12px; font-size: 1.2rem; font-weight: bold; color: #fff; }

.container .nav .sankuai .bottom { font-size: 12px; font-size: 1.2rem; color: #bababa; }

.container .nav .sankuai .bottom a { font-size: 12px; font-size: 1.2rem; color: #bababa; }

.container .nav dl { width: 100%; }

.container .nav dl dd { float: left; margin-right: 19px; }

.head { padding-top: 17px; padding-bottom: 55px; background: #454545; }

.head .logo { margin-left: 0px; }

.head .sankuai { margin-top: 24px; margin-left: 72px; }

.head .sankuai .lgg { margin-right: 34px; padding-right: 32px; }

.head .sankuai .ltel { padding-left: 40px; background: url(../images/hd-tel.png) no-repeat left center, url(../images/lgg.png) no-repeat right center; }

.head .sankuai .lhome { padding-left: 40px; background: url(../images/hd-home.png) no-repeat left center, url(../images/lgg.png) no-repeat right center; }

.head .sankuai .ltime { padding-left: 40px; background: url(../images/hd-time.png) no-repeat left center, url(../images/lgg.png) no-repeat right center; }

.head .sankuai .top { font-size: 12px; font-size: 1.2rem; font-weight: bold; color: #fff; }

.head .sankuai .bottom { font-size: 12px; font-size: 1.2rem; color: #bababa; }

.head .sankuai .bottom a { font-size: 12px; font-size: 1.2rem; color: #bababa; }

.head dl dd { float: left; margin-right: 19px; }

.head .nav1 { z-index: 8; position: absolute; bottom: -90px; left: 0; width: 100%; background-color: #f73636; }

.head .nav1 ul { text-align: center; }

.head .nav1 ul li { position: relative; padding-bottom: 11px; margin: 26px 46px 18px; display: inline-block; font-size: 14px; font-size: 1.4rem; color: #fff; }

.head .nav1 ul li:hover a, .head .nav1 ul li.on a { color: #333; }

.head .nav1 ul li > a { display: block; color: #fff; text-transform: uppercase; font-weight: bold; }

.head .nav1 ul li.xiala { background: url(../images/hd-sanjiao.png) no-repeat bottom center; }

.head .yiji { display: none; z-index: 999; border-top: 1px solid #c41a1a; top: 100%; left: 0; position: absolute; width: 233px; text-align: left; background-color: #f73636; font-weight: normal; text-transform: capitalize; }

.head .yiji .yijiin { position: relative; }

.head .yiji .yijiin > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 8px 20px; color: #333; border-bottom: 1px solid #c41a1a; border-left: 1px solid #c41a1a; border-right: 1px solid #c41a1a; }

.head .yiji .yijiin > a:hover { background-color: #d81515; color: #fff; }

.head .yiji .erji { display: none; z-index: 9999; border-top: 1px solid #c41a1a; top: -1px; left: 100%; position: absolute; width: 233px; text-align: left; background-color: #f73636; font-weight: normal; text-transform: capitalize; }

.head .yiji .erji .erjiin { position: relative; }

.head .yiji .erji .erjiin > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 8px 20px; color: #333; border-bottom: 1px solid #c41a1a; border-left: 0px solid #c41a1a; border-right: 1px solid #c41a1a; }

.head .yiji .erji .erjiin > a:hover { background-color: #d81515; color: #fff; }

.head .nav1 ul li:hover .yiji { display: block; }

.head .nav1 ul li .yiji .yijiin:hover .erji { display: block; }

.head .logo { width: 128px; }

.head .logo a { display: block; }

.search { width: 32px; z-index: 99999; position: absolute; background: none; margin-top: 0px; right: 37px; top: 18px; }

.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: #f73636 url("../images/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; }

.search .no-js .sb-search .sb-icon-search { position: absolute; background: #f73636 url("../images/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: #f73636; }

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

@media screen and (max-width: 1219px) { .head .sankuai .lgg { padding-right: 15px; margin-right: 15px; }
  .head dl dd { margin-right: 5px; }
  .head .sankuai { margin-left: 30px; } }

@media screen and (max-width: 999px) { .head .sankuai .lgg { padding-left: 35px; }
  .head .sankuai .lgg .top { font-size: 12px; font-size: 1.2rem; font-weight: normal; }
  .head .sankuai .lgg .bottom { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 979px) { .head .nav1 ul li { margin: 26px 20px 18px; }
  .head .sankuai .lgg { width: 48%; margin: 0; padding-right: 0; margin-top: 6px; margin-left: 2%; padding-left: 40px; }
  .head .sankuai { margin-top: 0; float: right; width: -webkit-calc(100% - 150px); width: -moz-calc(100% - 150px); width: calc(100% - 150px); margin-left: 0; }
  .head .sankuai .ltel { background: url(../images/hd-tel.png) no-repeat left center; }
  .head .sankuai .lhome { background: url(../images/hd-home.png) no-repeat left center; }
  .head .sankuai .ltime { background: url(../images/hd-time.png) no-repeat left center; }
  .head dl { width: 48%; margin: 8px 0 0 2%; }
  .head .nav1 ul li { margin: 15px 20px 10px; }
  .head .nav1 { bottom: -80px; }
  .search { top: 10px; } }

@media screen and (max-width: 768px) { .head { padding-top: 10px; padding-bottom: 10px; }
  .head .nav1 { display: none; }
  .head .sankuai { display: none; }
  .head .logo { width: 70px; }
  .nav2 { display: block; } }

/*lun bo*/
.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide .carouse .slideItem .banner-img { width: 100%; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { opacity: 1; position: absolute; top: 50%; width: 41px; height: 86px; z-index: 999; margin-top: -43px; }

.slide .carousel-control.left { left: 50px; background-image: url("../images/slideleft.png"); background-repeat: no-repeat; cursor: pointer; }

.slide .carousel-control.left:hover { background-image: url("../images/slidelefton.png"); }

.slide .carousel-control.right { right: 50px; background-image: url("../images/slideright.png"); background-repeat: no-repeat; cursor: pointer; }

.slide .carousel-control.right:hover { background-image: url("../images/sliderighton.png"); }

.slide .dotList { position: absolute; width: 100%; bottom: 27px; text-align: center; }

.slide .dotList ul li { display: inline-block; width: 26px; height: 9px; background-image: url("../images/slide.png"); background-repeat: no-repeat; background-position: center center; margin: 0 6px; cursor: pointer; }

.slide .dotList ul li.active { background-image: url("../images/slideon.png"); width: 48px; }

.slide .slidedetail { display: none; }

.slide.slide2 .dotList { bottom: 10px; }

@media screen and (max-width: 1219px) { .xiangxai { bottom: 13%; width: 40px; height: 40px; margin-left: -20px; } }

@media screen and (max-width: 999px) { .xiangxai { bottom: 15%; width: 30px; height: 30px; margin-left: -15px; } }

@media screen and (max-width: 768px) { .slide .dotList ul li.active { background-image: url("../images/slideon.png"); width: 20px; }
  .slide .carousel-control { width: 40px; height: 40px; background-size: 100%; }
  .slide .dotList { bottom: 5px; }
  .slide .carousel-control.left { left: 20px; }
  .slide .carousel-control.right { right: 20px; }
  .slide .carousel-control { top: 60%; }
  .slide .dotList ul li { width: 8px; height: 8px; margin: 0 3px; background-size: 100%; }
  .slide .carousel-control.left, .slide .carousel-control.right { background-size: 100% 100%; } }

@media screen and (max-width: 420px) { .slide .carousel-control.right, .slide .carousel-control.left { display: none; } }

.main1 { padding-top: 50px; padding-bottom: 20px; }

.main1 .title { padding-bottom: 4px; background: url(../images/m1tbg.png) no-repeat bottom left; }

.main1 .title a { font-size: 40px; font-size: 4rem; font-weight: bold; color: #333; }

.main1 .title a:hover { color: #f73636; }

.main1 ul { padding-top: 55px; }

.main1 ul li { margin-bottom: 40px; float: left; width: 354px; margin-left: 69px; }

.main1 ul li .litop { border: 1px solid #dcdcdc; }

.main1 ul li .litop a { display: block; }

.main1 ul li .libot { background: url(../images/m1libot.jpg) no-repeat center center; background-size: 100%; }

.main1 ul li .libot a { white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; display: block; line-height: 24px; padding-top: 24px; padding-bottom: 24px; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; }

@media screen and (max-width: 1219px) { .main1 .title a { font-size: 30px; font-size: 3rem; }
  .main1 ul li { width: 31%; margin: 1% !important; }
  .main1 ul li .libot { background-size: 100% 95%; }
  .main1 ul li .libot a { padding-top: 15px; padding-bottom: 15px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 979px) { .main1 { padding-top: 20px; }
  .main1 ul { padding-top: 20px; } }

@media screen and (max-width: 768px) { .main1 { padding-top: 20px; }
  .main1 ul { padding-top: 20px; }
  .main1 .title a { font-size: 24px; font-size: 2.4rem; }
  .main1 ul li { width: 48%; margin: 1% !important; }
  .main1 ul li .libot a { font-size: 12px; font-size: 1.2rem; padding-top: 10px; padding-bottom: 10px; } }

.main2 { padding-top: 50px; padding-bottom: 77px; background: url(../images/m2bg.jpg) no-repeat top center; }

.main2 .title { margin-bottom: 55px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #fff; text-align: center; font-weight: bold; padding-bottom: 15px; background: url(../images/m2tbg.jpg) no-repeat bottom center; }

.main2 .title a { color: #fff; display: block; }

.main2 ul li { float: left; width: 386px; margin-left: 21px; }

.main2 ul li a { display: block; }

.main2 ul li .litop { -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.main2 ul li .limid { margin-top: 14px; }

.main2 ul li .limid a { text-align: center; font-size: 16px; font-size: 1.6rem; color: #333; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.main2 ul li .limid a:hover { color: #f73636; }

.main2 ul li .libot { margin-top: 4px; }

.main2 ul li .libot a { text-align: center; font-size: 14px; font-size: 1.4rem; color: #333; line-height: 24px; height: 96px; overflow: hidden; }

.main2 ul li .libot a:hover { color: #f73636; }

@media screen and (max-width: 1219px) { .main2 ul li { width: 31%; margin: 1% !important; }
  .main2 { padding-top: 20px; }
  .main2 .title { margin-bottom: 20px; } }

@media screen and (max-width: 979px) { .main2 .title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 768px) { .main2 ul li .limid a { font-size: 14px; font-size: 1.4rem; }
  .main2 ul li .libot a { font-size: 12px; font-size: 1.2rem; }
  .main2 { padding-bottom: 30px; } }

@media screen and (max-width: 500px) { .main2 ul li { width: 98%; margin: 1% !important; }
  .main2 ul li .litop img { margin: 0 auto; } }

.main3 { padding-top: 40px; padding-bottom: 50px; background: #30343f; }

.main3 ul li { width: 49.6%; }

.main3 ul a { position: relative; display: block; }

.main3 ul .wenzi { width: 100%; position: absolute; left: 0; bottom: 13px; height: 30px; line-height: 30px; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; font-weight: bold; }

.main3 ul .wenzi:hover { color: #f73636; }

@media screen and (max-width: 768px) { .main3 ul .wenzi { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 520px) { .main3 ul li { width: 100%; float: none; margin-bottom: 15px; } }

.main4 { padding-top: 50px; padding-bottom: 100px; background: url(../images/m4bg.jpg) no-repeat top center; }

.main4 .title { margin-bottom: 55px; padding-bottom: 4px; background: url(../images/m1tbg.png) no-repeat bottom left; }

.main4 .title a { font-size: 40px; font-size: 4rem; font-weight: bold; color: #333; }

.main4 .title a:hover { cursor:default;}

.main4 .img-scroll4 { position: relative; z-index: 9; }

.main4 .img-scroll4 .prev4, .main4 .img-scroll4 .next4 { position: absolute; display: block; width: 26px; height: 25px; top: 50%; margin-top: -12.5px; z-index: 999; }

.main4 .img-scroll4 .prev4 { left: 0px; cursor: pointer; background: url(../images/i4imgleft.png) no-repeat center center; }

.main4 .img-scroll4 .prev4:hover { cursor: pointer; background: url(../images/i4imglefton.png) no-repeat center center; }

.main4 .img-scroll4 .next4 { right: 0px; cursor: pointer; background: url(../images/i4imgright.png) no-repeat center center; }

.main4 .img-scroll4 .next4:hover { cursor: pointer; background: url(../images/i4imgrighton.png) no-repeat center center; }

.main4 .img-list4 { position: relative; overflow: hidden; z-index: 99; width: 1018px; margin: 0 auto; }

.main4 .img-list4 ul { width: 9999px; }

.main4 .img-list4 ul li { float: left; display: inline; width: 197px; margin-right: 8px; }

@media screen and (max-width: 1219px) { .main4 { padding-top: 20px; padding-bottom: 30px; }
  .main4 .img-list4 { width: 830px; }
  .main4 .img-list4 ul li { margin-right: 13px; }
  .main4 .title a { font-size: 30px; font-size: 3rem; }
  .main4 .title { margin-bottom: 25px; } }

@media screen and (max-width: 979px) { .main4 .img-list4 { width: 100%; }
  .main4 .img-list4 ul { width: 1000%; }
  .main4 .img-list4 ul li { width: 1.9%; margin-right: 0.12%; } }

@media screen and (max-width: 768px) { .main4 .img-list4 ul li { width: 2.4%; margin-right: 0.1333%; }
  .main4 .title a { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 580px) { .main4 .img-list4 ul li { width: 3.2%; margin-right: 0.2%; } }

@media screen and (max-width: 420px) { .main4 .img-list4 ul li { width: 4.9%; margin-right: 0.2%; } }

.main5 { margin-top: 40px; padding-top: 43px; padding-bottom: 20px; background: #e3e3e3 url(../images/m5img.png) repeat top center; }

.main5 .ipshow { display: block !important; }

.main5 .iphide { display: none !important; }

.main5 .title { margin-bottom: 34px; padding-bottom: 4px; background: url(../images/m1tbg.png) no-repeat bottom left; }

.main5 .title a { font-size: 40px; font-size: 4rem; font-weight: bold; color: #333; }

.main5 .title a:hover { color: #f73636; }

.main5 .content { margin-bottom: 24px; }

.main5 .content .lmiaoshu dd { font-size: 14px; font-size: 1.4rem; color: #333; line-height: 30px; }

.main5 .content .lmiaoshu dd span { font-weight: bold; font-size: 14px; font-size: 1.4rem; color: #333; }

.main5 .content .lmiaoshu dd a { font-size: 14px; font-size: 1.4rem; color: #333; }

.main5 .content .lmiaoshu dd a:hover { color: #f73636; }

.main5 .rxunpan { margin-top: 11px; width: 720px; }

.main5 .rxunpan .ip-box .ipl { width: 300px; }

.main5 .rxunpan .ip-box .ipr { width: 390px; }

.main5 .rxunpan .ip-box .yzm { float: right; }

.main5 .rxunpan .ip-box input { float: left; display: block; border: none; outline: none; }

.main5 .rxunpan .ip-box textarea { display: block; width: 100%; height: 111px; border: 1px solid #939393; background-color: transparent; color: #939393; line-height: 29px; margin-bottom: 9px; font-size: 14px; font-size: 1.4rem; font-family: Verdana; padding-left: 7px; }

.main5 .rxunpan .ip-box .ip10 { width: 100%; border: 1px solid #939393; background-color: transparent; color: #939393; height: 31px; line-height: 29px; margin-bottom: 9px; font-size: 14px; font-size: 1.4rem; font-family: Verdana; padding-left: 7px; }

.main5 .rxunpan .ip-box .ip3 { width: 143px; border: 1px solid #939393; background-color: transparent; color: #939393; height: 31px; line-height: 29px; margin-bottom: 9px; font-size: 14px; font-size: 1.4rem; font-family: Verdana; padding-left: 7px; }

.main5 .rxunpan .ip-box .ip5 { width: 160px; text-transform: uppercase; border: 1px solid #939393; background-color: #848484; color: #fff; height: 31px; line-height: 29px; font-size: 18px; font-size: 1.8rem; font-family: Verdana; }

.main5 .links { font-size: 16px; font-size: 1.6rem; color: #333; text-align: left; line-height: 26px; font-family: Verdana; }

.main5 .links a { font-size: 16px; font-size: 1.6rem; color: #333; margin-left: 15px; text-align: center; line-height: 26px; font-family: Verdana; text-transform: capitalize; }

.main5 .links a:hover { color: #f73636; }

@media screen and (max-width: 1219px) { .main5 { padding-top: 20px; padding-bottom: 20px; }
  .main5 .title { margin-bottom: 25px; }
  .main5 .title a { font-size: 30px; font-size: 3rem; }
  .main5 .rxunpan { width: 620px; }
  .main5 .rxunpan .ip-box .ipr { width: 300px; } }

@media screen and (max-width: 979px) { .main5 .rxunpan { width: 500px; }
  .main5 .rxunpan .ip-box .ipl { width: 250px; }
  .main5 .rxunpan .ip-box .ip3 { width: 100%; }
  .main5 .rxunpan .ip-box .yzm { float: left; }
  .main5 .rxunpan .ip-box .ipr { width: 230px; }
  .main5 .rxunpan .ip-box .ip5 { width: 120px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 768px) { .main5 { margin-top: 15px; }
  .main5 .title a { font-size: 24px; font-size: 2.4rem; }
  .main5 .content .lmiaoshu dd { font-size: 12px; font-size: 1.2rem; }
  .main5 .content .lmiaoshu dd a { font-size: 12px; font-size: 1.2rem; }
  .main5 .ipshow { display: none !important; }
  .main5 .iphide { display: block !important; }
  .main5 .rxunpan .ip-box .yzm { margin-right: 10px; }
  .main5 .rxunpan { margin-top: 15px; width: 100%; float: none; }
  .main5 .rxunpan .ip-box .ipl { width: 48%; }
  .main5 .rxunpan .ip-box .ipr { width: 48%; }
  .main5 .lmiaoshu { width: 100%; float: none; }
  .main5 .links { display: none; } }

@media screen and (max-width: 520px) { .main5 .rxunpan .ip-box .ipl { width: 100%; }
  .main5 .rxunpan .ip-box .ipr { width: 100%; } }

.main7 { padding-top: 46px; padding-bottom: 39px; background: #e6e6e6 url(../images/m5img.png) repeat center center; }

.main7 .ft { float: left; }

.main7 .ft1 { width: 243px; }

.main7 .ft2 { width: 385px; margin-left: 170px; }

.main7 .ft3 { float: right; width: 252px; }

.main7 .title { margin-bottom: 26px; padding-bottom: 15px; background: url(../images/m2tbg.png) no-repeat bottom left; }

.main7 .title a { font-size: 30px; font-size: 3rem; font-weight: bold; color: #333; }

.main7 .title a:hover { color: #333; }

.main7 .content ul li { background: url(../images/lingxing.png) no-repeat left center; padding-left: 28px; }

.main7 .content ul li a { font-size: 14px; font-size: 1.4rem; color: #333; font-weight: bold; line-height: 30px; }

.main7 .ft2 .xunpan { padding-top: 8px; width: 100%; }

.main7 .ft2 .xunpan .ip-box .yzm { float: right; margin-right: 11px; }

.main7 .ft2 .xunpan .ip-box input { float: left; display: block; border: none; outline: none; }

.main7 .ft2 .xunpan .ip-box textarea { display: block; width: 100%; height: 111px; border: 1px solid #939393; background-color: transparent; color: #939393; line-height: 29px; margin-bottom: 13px; font-size: 14px; font-size: 1.4rem; font-family: Verdana; padding-left: 7px; }

.main7 .ft2 .xunpan .ip-box .ip10 { width: 100%; border: 1px solid #939393; background-color: transparent; color: #939393; height: 31px; line-height: 29px; margin-bottom: 9px; font-size: 14px; font-size: 1.4rem; font-family: Verdana; padding-left: 7px; }

.main7 .ft2 .xunpan .ip-box .ip3 { width: 143px; border: 1px solid #939393; background-color: transparent; color: #939393; height: 31px; line-height: 29px; margin-bottom: 9px; font-size: 14px; font-size: 1.4rem; font-family: Verdana; padding-left: 7px; }

.main7 .ft2 .xunpan .ip-box .ip5 { float: right; width: 97px; text-transform: uppercase; border: 1px solid #939393; background-color: #848484; color: #fff; height: 31px; line-height: 29px; font-size: 18px; font-size: 1.8rem; font-family: Verdana; }

.main7 .ft3 .title a:hover { color: #f73636; }

.main7 .ft3 ul li { background: none; padding-left: 0; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.main7 .ft3 ul li span { font-weight: bold; color: #333; }

.main7 .ft3 ul li a { font-weight: normal; color: #333; }

.main7 .ft3 ul li a:hover { color: #f73636; }

.main7 .ft3 dl { margin-top: 25px; }

.main7 .ft3 dl dd { margin-left: 13px; float: left; }

.main7 .ft3 dl dd a { display: block; position: relative; top: 0; }

.main7 .ft3 dl dd:hover a { top: -5px; }

@media screen and (max-width: 1219px) { .main7 .ft2 { margin-left: 30px; } }

@media screen and (max-width: 979px) { .main7 .ft2 { margin-left: 0px; width: 100%; } }

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

.foot.foot1 { padding: 15px 0; }

.foot { background-color: #454545; padding-top: 36px; padding-bottom: 39px; color: #fff; }

.foot .cnzz { margin-left: 21px; margin-right: 14px; }

.foot .reanod { margin-left: 12px; }

.foot p { color: #fff; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.foot p a { color: #fff; }

.foot p a:hover { color: #f73636; }

.foot .rp2 dd { margin-left: 13px; float: left; }

.foot .rp2 dd a { display: block; position: relative; top: 0; }

.foot .rp2 dd:hover a { top: -5px; }

@media screen and (max-width: 1219px) { .foot .lp1 p { font-size: 14px; font-size: 1.4rem; }
  .foot .lp1 { width: 700px; } }

@media screen and (max-width: 979px) { .foot .lp1 { width: -webkit-calc(100% - 230px); width: -moz-calc(100% - 230px); width: calc(100% - 230px); } }

@media screen and (max-width: 768px) { .foot { padding: 15px 0; }
  .foot .rp2 { display: none; } }

@media screen and (max-width: 639px) { .foot .lp1 { width: 100%; }
  .foot p { font-size: 12px; font-size: 1.2rem; }
  .foot .lp1 p { font-size: 12px; font-size: 1.2rem; }
  .foot .lp1 p a { font-size: 12px; font-size: 1.2rem; } }

.bread { margin-top: 0px; padding-top: 16px; font-size: 14px; font-size: 1.4rem; color: #333333; line-height: 30px; }

.bread a.a1 { background: url(../images/bread-home.png) no-repeat left center; padding-left: 20px; }

.bread .wp { padding-bottom: 10px; border-bottom: 1px solid #999999; }

.bread a { font-size: 14px; font-size: 1.4rem; color: #333333; line-height: 30px; }

.bread a:hover, .bread a.a2 { color: #f73636; }

/*============================================ product ==============================================*/
/*goods*/
.product { padding-top: 54px; }

.product .xiangqing .goods { width: 880px; }

.product .xiangqing .goods .box1 { width: 100%; }

.product .xiangqing .goods .box1 ul { width: 100%; }

.product .p-title1 { font-size: 30px; font-size: 3rem; color: #f73636; text-transform: uppercase; position: relative; top: -8px; margin-bottom: 20px; }

.product .p-title2 { font-size: 30px; font-size: 3rem; color: #333333; text-transform: uppercase; margin-top: 26px; margin-bottom: 27px; }

.product .liimg { width: 100%; max-width: 268px; }

.product .liimg a { display: block; }

.product .liimg a img { display: block; max-width: 100%; }

.product .liimg a:hover img { border: 0px solid #f73636; }

.product .litxt { margin-top: 11px; padding-bottom: 25px; }

.product .xiangqing .goods { width: 880px; }

.product .xiangqing .goods ul li { margin-bottom: 83px; float: left; width: 281px; margin-left: 18px; }

.product .xiangqing .goods ul li .litop { border: 1px solid #dcdcdc; }

.product .xiangqing .goods ul li .litop a { display: block; }

.product .xiangqing .goods ul li .libot { background: url(../images/m1libot.jpg) no-repeat top center; background-size: 100% 100%; }

.product .xiangqing .goods ul li .libot a { white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; display: block; line-height: 24px; padding-top: 15px; padding-bottom: 18px; text-align: center; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #fff; }

.product .xiangqing .goods ul li .limid { margin-top: 33px; position: relative; }

.product .xiangqing .goods ul li .limid input { display: block; position: absolute; left: 50%; top: 8px; margin-left: -110px; }

.product .xiangqing .goods ul li .limid a { display: block; width: 121px; height: 37px; line-height: 35px; font-size: 14px; font-size: 1.4rem; text-align: center; margin: 0 auto; border: 1px solid #f73636; color: #f73636; background-color: #fff; }

.product .xiangqing .goods ul li .limid a:hover { color: #fff; background-color: #f73636; }

/*list*/
.product .xiangqing .list { width: 260px; margin-bottom: 20px; }

.product .xiangqing .list .title1 { margin-bottom: -3px; }

.product .xiangqing .list .title1 a { text-align: center; text-transform: uppercase; display: block; height: 45px; line-height: 45px; background-color: #f73636; color: #fff; font-weight: bold; font-size: 24px; font-size: 2.4rem; }

.product .xiangqing .list .title1 a:hover { background-color: #f73636; }

@media screen and (min-width: 1220px) { .product .xiangqing .list .subNavBox { display: block !important; padding-top: 15px; } }

.product .xiangqing .list .subNav { cursor: pointer; margin-bottom: 0px; border: 1px solid #d2d2d2; margin-top: 8px; padding-top: 0px; background: #eee url(../images/probg.png) no-repeat 13px center; }

.product .xiangqing .list .subNav a { line-height: 26px; padding-top: 7px; padding-bottom: 7px; display: block; padding-left: 47px; font-size: 14px; font-size: 1.4rem; color: #333333; -webkit-transition: 0s; -o-transition: 0s; -moz-transition: 0s; transition: 0s; }

.product .xiangqing .list .subNav:hover { background: #f73636 url(../images/probgon.png) no-repeat 13px center; }

.product .xiangqing .list .subNav:hover a { color: #fff; }

.product .xiangqing .list .currentDd { background: #f73636 url(../images/probgon.png) no-repeat 13px center; }

.product .xiangqing .list .currentDd a { color: #fff; }

.product .xiangqing .list .navContent { display: none; background: #fff; position: relative; padding-top: 8px; padding-bottom: 10px; border: 1px solid #d2d2d2; border-top: 0; }

.product .xiangqing .list .navContent > li a { display: block; font-size: 14px; font-size: 1.4rem; padding-top: 0; padding-bottom: 0px; color: #333; padding-left: 47px; line-height: 30px; }

.product .xiangqing .list .navContent > li a:hover { color: #f73636; }

.product .xiangqing .list .title2 { width: 100%; margin-bottom: 20px; margin-top: 72px; }

.product .xiangqing .list .title2 a { font-size: 24px; font-size: 2.4rem; font-weight: bold; display: block; height: 45px; line-height: 45px; background-color: #f73636; color: #fff; text-align: center; text-transform: uppercase; }

.product .xiangqing .list .title2 a:hover { background-color: #f73636; }

.product .xiangqing .list dl { border: 1px solid #ccc; background-color: #eeeeee; }

.product .xiangqing .list dl dd { background-color: #eeeeee; padding-bottom: 18px; border-bottom: 1px solid #ccc; padding-left: 22px; padding-right: 22px; padding-top: 22px; }

.product .xiangqing .list dl dd .top a { font-size: 16px; font-size: 1.6rem; color: #f73636; padding-left: 26px; display: block; background: url(../images/newslist.png) no-repeat left center; line-height: 26px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.product .xiangqing .list dl dd .bottom a { font-size: 14px; font-size: 1.4rem; color: #333; line-height: 24px; display: block; }

.product .xiangqing .list dl dd a:hover { color: #f73636; }

.product .xiangqing .list dl dd .bottom { margin-top: 9px; }

.product .xiangqing .list dl dd.dd2 { border-bottom: 0px; }

.linebar { display: none; width: 100%; padding: 10px 15px; font-size: 20px; font-size: 2rem; color: #fff; cursor: pointer; text-transform: uppercase; background-repeat: no-repeat; background-position: 98% center; background-color: #f73636; background-image: url(../images/santiao.png); }

.show768 { display: none; width: 100%; height: 1px; }

/*page*/
.page { position: relative; margin: 0px auto 108px; }

.page { text-align: center; }

.page a { display: inline-block; background-color: #f73636; color: #fff; margin-right: 8px; width: 27px; height: 28px; line-height: 26px; border: 1px solid #f73636; text-align: center; font-size: 14px; font-size: 1.4rem; border-radius: 0px; }

.page a.on, .page a:hover { background-color: transparent; color: #f73636; }

.page a.first { width: 71px; margin-right: 6px; }

.page a.last { width: 64px; margin-right: 15px; }

.page span { display: inline-block; width: 50px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #333; position: relative; top: 3px; }

.page img { display: inline-block; position: relative; top: -2px; margin-left: 15px; margin-right: 0px; }

.ins { margin-left: 15px; width: 150px; display: inline-block; height: 30px; font-family: tahoma; line-height: 28px; text-align: center; border: none; outline: none; background-color: #f73636; color: #fff; font-size: 14px; font-size: 1.4rem; cursor: pointer; font-family: "arail"; }

.ins:hover { background-color: #333; }

/* good1 */
.product .xiangqing .goods1 { width: 880px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.product #tsShopContainer li, .product #tsShopContainer img { vertical-align: top; }

.product #tsShopContainer { position: relative; margin: 0 auto; width: 636px; margin: 0 auto; }

.product #tsShopContainer #tsImgS { text-align: center; width: 634px; height: 334px; position: relative; border: 1px solid #dcdcdc; padding: 0px 0px !important; }

.product #tsShopContainer #tsImgS a { display: block; text-align: center; margin: 0px auto; }

.product #tsShopContainer #tsImgS img { display: block; }

.product #tsShopContainer #tsPicContainer { width: 100%; position: relative; height: 97px; margin-top: 28px; }

.product #tsShopContainer #tsPicContainer #tsImgSArrL { width: 17px; position: absolute; top: 0px; left: 0px; cursor: pointer; height: 90px; background: url(../images/prleft.png) no-repeat left center; }

.product #tsShopContainer #tsPicContainer #tsImgSArrR { width: 17px; position: absolute; top: 0px; right: 0px; cursor: pointer; height: 90px; background: url(../images/prright.png) no-repeat right center; }

.product #tsShopContainer #tsPicContainer #tsImgSArrL:hover { background: url(../images/prlefton.png) no-repeat left center; }

.product #tsShopContainer #tsPicContainer #tsImgSArrR:hover { background: url(../images/prrighton.png) no-repeat right center; }

.product #tsShopContainer #tsPicContainer #tsImgSCon { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position: absolute; top: 2px; left: 29px; width: 1px; overflow: hidden; height: 90px; }

.product #tsShopContainer #tsPicContainer #tsImgSCon ul { width: 100%; overflow: hidden; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.product #tsShopContainer #tsPicContainer #tsImgSCon li { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 173px; float: left; cursor: pointer; margin-left: 0px; margin-bottom: 0; padding: 0 9px; }

.product #tsShopContainer #tsPicContainer #tsImgSCon li a { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: block; width: 173px; }

.product #tsShopContainer #tsPicContainer #tsImgSCon li img { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: block; width: 173px; height: 88px; border: 1px solid #dedede; }

.product .MagicZoomBigImageCont { border: 1px solid #dadada; background: #FFF; }

.product .MagicZoomBigImageCont img { width: 700px !important; height: 368px !important; }

.product .MagicZoomPup { border: 0px solid #aaa; background: #ffffff; }

.product .xiangqing .goods1 .content { margin: 21px auto 0; padding-right: 0px; }

.goods1 .content .title { text-align: center; margin-bottom: 2px; padding-bottom: 14px; }

.goods1 .content .title h1 { text-align: center; font-size: 21px; font-size: 2.1rem; color: #333; position: relative; font-weight: bold; line-height: 30px; }

.goods1 .content p { font-size: 14px; font-size: 1.4rem; color: #666; line-height: 30px; }

.yikuai { margin-top: 45px; }

.rsh { width: 230px; }

.at-resp-share-element .at-icon { width: 26px !important; height: 26px !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: 26px !important; height: 26px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.img-scroll5 { display: none; position: relative; z-index: 9; }

.img-scroll5 .prev5, .img-scroll5 .next5 { position: absolute; display: block; width: 24px; height: 41px; top: 50%; margin-top: -12px; z-index: 999; }

.img-scroll5 .prev5 { left: 0px; cursor: pointer; background: url(../images/i4imgleft.png) no-repeat center center; }

.img-scroll5 .prev5:hover { cursor: pointer; background: url(../images/i4imglefton.png) no-repeat center center; }

.img-scroll5 .next5 { right: 0px; cursor: pointer; background: url(../images/i4imgright.png) no-repeat center center; }

.img-scroll5 .next5:hover { cursor: pointer; background: url(../images/i4imgrighton.png) no-repeat center center; }

.img-list5 { position: relative; overflow: hidden; z-index: 99; width: 100%; margin: 0 auto; }

.img-list5 ul { width: 1000%; }

.img-list5 ul li { float: left; width: 4.9%; margin-right: 0.2%; }

.img-list5 ul li img { display: block; border: 1px solid #ccc; }

.goods1 .content .btn1 { text-align: center; }

.goods1 .content .btn1 a { display: inline-block; margin: 0 7px; font-size: 14px; font-size: 1.4rem; color: #f73636; width: 140px; border: 1px solid #f73636; height: 37px; line-height: 35px; text-align: center; background-color: #fff; }

.goods1 .content .btn1 a:hover { background-color: #f73636; color: #fff; }

.protitle1 { background-color: #f4f4f4; width: 100%; margin-bottom: 13px; margin-top: 29px; height: 45px; line-height: 45px; }

.protitle1 a { width: 213px; height: 45px; line-height: 45px; font-size: 18px; font-size: 1.8rem; font-weight: bold; padding-left: 40px; color: #fff; margin-left: 0px; display: block; }

.goods1 .wenzi p { font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 30px; margin-bottom: 30px; }

.goods1 .wenzi p span { font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 30px; }

.goods1 .wenzi p li { font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 30px; }

.goods1 .wenzi p strong { font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 30px; }

.goods1 .wenzi p img { max-width: 100%; }

.goods1 .wenzi p a { font-size: 14px; font-size: 1.4rem; color: #f73636; line-height: 30px; }

.goods1 .wenzi table { width: 97%; border-collapse: collapse; line-height: 24px; }

.goods1 .wenzi tr td { line-height: 24px; padding: 2px; }

.goods1 .wenzi tr:first-child { background-color: #c00000 !important; color: #fff; }

.goods1 .wenzi tr:nth-child(odd) { background-color: #fff; }

.goods1 .wenzi tr:nth-child(even) { background-color: #e7e6e6; }

.goods1 .wenzi .p-item1 .tt1 { margin-top: 46px; font-size: 26px; font-size: 2.6rem; font-weight: bold; color: #f73636; border-bottom: 1px solid #cccccc; padding-bottom: 2px; }

.goods1 .wenzi .p-item1 strong { margin-top: 33px; margin-bottom: 10px; font-size: 20px; font-size: 2rem; color: #f73636;font-weight:normal;}

.show979 { display: none; }

.show979 li { float: left; width: 48%; margin: 1% !important; }

.hbiti { border-bottom: 1px solid #cccccc; padding-bottom: 1px; margin-bottom: 83px; margin-top: 30px; }

.hbiti a { margin-left: 0px; font-size: 26px; font-size: 2.6rem; color: #f73636; display: block; text-align: left; font-weight: bold; }

.rel-pro { position: relative; width: 100%; padding-bottom: 78px; }

.rel-pro .img-scroll6 { position: relative; z-index: 9; }

.rel-pro .img-scroll6 .prev6, .rel-pro .img-scroll6 .next6 { position: absolute; display: block; width: 26px; height: 25px; top: -114px; z-index: 999; }

.rel-pro .img-scroll6 .prev6 { right: 42px; cursor: pointer; background: url(../images/i6imgleft.png) no-repeat center center; }

.rel-pro .img-scroll6 .prev6:hover { cursor: pointer; background: url(../images/i6imglefton.png) no-repeat center center; }

.rel-pro .img-scroll6 .next6 { right: 1px; cursor: pointer; background: url(../images/i6imgright.png) no-repeat center center; }

.rel-pro .img-scroll6 .next6:hover { cursor: pointer; background: url(../images/i6imgrighton.png) no-repeat center center; }

.rel-pro .img-list6 { position: relative; overflow: hidden; z-index: 99; width: 100%; margin: 0 auto; }

.rel-pro .img-list6 ul { width: 9999px; }

.rel-pro .img-list6 ul li { margin-bottom: 40px; float: left; width: 354px; margin-right: 69px; }

.rel-pro .img-list6 ul li .litop { border: 1px solid #dcdcdc; }

.rel-pro .img-list6 ul li .litop a { display: block; }

.rel-pro .img-list6 ul li .libot { background: url(../images/m1libot.jpg) no-repeat center center; background-size: 100%; }

.rel-pro .img-list6 ul li .libot a { white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; display: block; line-height: 24px; padding-top: 24px; padding-bottom: 24px; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; }

@media screen and (max-width: 1219px) { .product .xiangqing .goods { width: 690px; }
  .product .xiangqing .goods ul li { margin: 0 1% 20px 1% !important; width: 31%; }
  .product .xiangqing .goods ul li .libot a { padding: 8px 0; }
  .product .xiangqing .goods ul li .limid input { margin-left: -85px; }
  .product .xiangqing .goods ul li .limid { margin-top: 10px; } }

@media screen and (max-width: 999px) { .product { padding-top: 15px; }
  .product .xiangqing .goods { width: 640px; }
  .product .xiangqing .goods ul li .libot a { padding: 8px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 979px) { .product .xiangqing .goods ul li .limid a { height: 34px; line-height: 32px; }
  .product .xiangqing .list { width: 25%; }
  .product .xiangqing .goods { width: 73%; }
  .show768 { display: block; }
  .page a { margin-bottom: 10px; }
  .page { margin-top: 20px; margin-bottom: 30px; }
  .bread { padding-top: 8px; padding-bottom: 8px; }
  .product .xiangqing .list .title1 a { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 768px) { .product .xiangqing .list .subNavBox { display: none; }
  .linebar { display: block; }
  .linebar { font-weight: bold; }
  .product .xiangqing .list .title1 { display: none; }
  .product .xiangqing .list .title1 a { text-align: left; text-indent: 20px; font-size: 20px; font-size: 2rem; }
  .product .xiangqing .goods { width: 100%; float: none; }
  .product .xiangqing .list { width: 100%; float: none; }
  .product .xiangqing .list .title2 { margin-top: 30px; }
  .product .xiangqing .list .title2 a { text-align: left; font-size: 20px; font-size: 2rem; text-indent: 20px; }
  .product .litxt .topp a { font-size: 14px; font-size: 1.4rem; }
  .product .litxt .bott a { width: 100px; }
  .product .litxt .midd a { font-size: 12px; font-size: 1.2rem; }
  .product .xiangqing .goods ul li .limid a { font-size: 12px; font-size: 1.2rem; width: 95px; }
  .product .xiangqing .goods ul li .limid input { margin-left: -70px; } }

@media screen and (max-width: 639px) { .product .xiangqing .goods ul li { margin: 0 1% 20px 1% !important; width: 48%; } }

@media screen and (max-width: 1219px) { .MagicZoomBigImageCont, .MagicZoomPup { display: none !important; }
  .product .xiangqing .goods1 { width: 690px; }
  .rel-pro .img-list6 ul { width: 1000%; }
  .rel-pro .img-list6 ul li { width: 3.2%; margin-right: 0.2%; }
  .hbiti { margin-bottom: 30px; }
  .rel-pro .img-scroll6 .prev6, .rel-pro .img-scroll6 .next6 { top: -60px; }
  .rel-pro { padding-bottom: 0; } }

@media screen and (max-width: 999px) { .product .xiangqing .goods1 { width: 640px; } }

@media screen and (max-width: 979px) { .rel-pro .img-list6 ul li .libot a { padding: 5px; font-size: 14px; font-size: 1.4rem; background: #f73636; }
  .product .xiangqing .goods1 { width: 73%; }
  #tsShopContainer { display: none; }
  .img-scroll5 { display: block; }
  .hbiti a { font-size: 26px; font-size: 2.6rem; }
  .goods1 .content .btn1 a { width: 130px; height: 32px; line-height: 32px; font-size: 12px; font-size: 1.2rem; }
  .product #tsShopContainer { float: none; width: 522px; margin: 0 auto 25px; }
  .product .xiangqing .goods1 .content { width: 100%; } }

@media screen and (max-width: 768px) { .product .xiangqing .goods1 { width: 100%; float: none; } }

@media screen and (max-width: 639px) { .rel-pro .img-list6 ul li { width: 4.9%; margin-right: 0.2%; }
  .rel-pro .img-scroll6 .prev6, .rel-pro .img-scroll6 .next6 { top: -35px; }
  .hbiti a { font-size: 20px; font-size: 2rem; }
  .product #tsShopContainer { display: none; }
  .show979 { display: block; margin-bottom: 20px; }
  .goods1 .content .title h1 { font-size: 18px; font-size: 1.8rem; }
  .rel-pro li a span { font-size: 12px; font-size: 1.2rem; }
  .rel-pro { padding-bottom: 10px; }
  .hbiti { margin-bottom: 0; }
  .goods1 .wenzi .p-item1 .tt1 { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 420px) { .rel-pro .img-list6 ul li { width: 10%; margin-right: 0%; }
  .img-list5 ul li { width: 10%; margin-right: 0%; } }

.about .item1 { margin-top: 73px; }

.about .item1 .title1 { font-size: 36px; font-size: 3.6rem; font-weight: bold; color: #333; text-transform: uppercase; line-height: 36px; margin-bottom: 13px; }

.about .item1 .title2 { font-size: 36px; font-size: 3.6rem; font-weight: bold; color: #f73636; line-height: 36px; text-transform: uppercase; margin-bottom: 24px; }

.about .item1 p { font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #666666; margin-bottom: 60px; }

.about .item1 .rimg { margin-top: 6px; background: url(../images/ab1-1bg.jpg) no-repeat right top; padding: 15px 15px 0 0; margin-left: 54px; }
.rimg img{ max-width:100%; }
@media screen and (max-width: 1219px) { .about .item1 .title1 { font-size: 24px; font-size: 2.4rem; line-height: 30px; }
  .about .item1 .title2 { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .about .item1 p { font-size: 13px; font-size: 1.3rem; line-height: 26px; margin-bottom: 30px; } }

@media screen and (max-width: 768px) { .about .item1 .rimg { float: none; } }

.about .item2 { padding-top: 37px; }

.about .item2 ul li { float: left; width: 380px; margin-left: 30px; position: relative; overflow: hidden; }

.about .item2 ul li .limid { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; background-color: rgba(51, 51, 51, 0.9); }

.about .item2 ul li .limid .m-1 { margin-top: 49px; color: #fff; font-size: 18px; font-size: 1.8rem; padding-bottom: 12px; margin-bottom: 16px; background: url(../images/ab2bg.jpg) no-repeat bottom center; }

.about .item2 ul li .limid .m-2 { font-size: 16px; font-size: 1.6rem; color: #fff; line-height: 24px; width: 70%; margin: 0 auto; }

.about .item2 ul li .limid:hover { background-color: rgba(247, 54, 54, 0.9); }

@media screen and (max-width: 1219px) { .about .item2 ul li { width: 31%; margin: 1% !important; }
  .about .item2 ul li .limid .m-1 { margin-top: 10px; } }

@media screen and (max-width: 979px) { .about .item2 { padding-top: 10px; }
  .about .item2 ul li .limid .m-1 { font-size: 16px; font-size: 1.6rem; margin-bottom: 0; }
  .about .item2 ul li .limid .m-2 { width: 95%; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 768px) { .about .item2 ul li { width: 100%; max-width: 380px; float: none; margin: 15px auto !important; }
  .about .item2 ul li .limid .m-1 { margin-top: 10%; } }

.about .item3 { margin-bottom: 112px; }

@media screen and (max-width: 979px) { .about .item3 .about-factory { margin-top: 20px !important; } }

.about .item3 .about-factory { margin-top: 74px; }

.about .item3 .about-factory-title { padding-bottom: 8px; font-size: 32px; font-size: 3.2rem; font-weight: bold; text-align: center; text-transform: uppercase; color: #f73636; }

.about .item3 .about-factory-title span { color: #333; }

.about .item3 .about-factory-content { margin-top: 50px; padding-top: 36px; padding-bottom: 24px; background-color: #f7f7f7; }

.about .item3 #box { position: relative; width: 1061px; height: 444px; margin: auto; }

.about .item3 #box ul { position: relative; width: 1061px; height: 444px; }

.about .item3 #box li { position: absolute; list-style: none; width: 0; height: 0; top: 0px; left: 0px; z-index: 0; }

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

.about .item3 #box li div { width: 100%; line-height: 30px; margin-top: 12px; color: #333; text-align: center; font-size: 18px; font-size: 1.8rem; }

.about .item3 #box .prev, .about .item3 #box .next { position: absolute; top: 50%; width: 40px; height: 104px; margin-top: -52px; overflow: hidden; text-indent: -999px; cursor: pointer; }

.about .item3 #box .prev { border-radius: 0; left: -70px; background: url(../images/ableft.jpg) no-repeat; }

.about .item3 #box .next { border-radius: 0; right: -70px; background: url(../images/abright.jpg) no-repeat; }

.about .item3 #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); }

.about .item3 .about-factory-list { display: none; }

@media screen and (max-width: 1219px) { .about .item3 #box { display: none; }
  .about .item3 .about-factory-list { display: block; margin-bottom: -25px; padding: 0 20px; overflow: hidden; }
  .about .item3 .about-factory-item { float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 25px; width: 31%; }
  .about .item3 .about-factory-item .item-pic { font-size: 0; line-height: 0; }
  .about .item3 .about-factory-item .item-pic img { width: 100%; }
  .about .item3 .about-factory-item .item-title { margin-top: 5px; line-height: 30px; font-size: 16px; color: #333; text-align: center; } }

@media screen and (max-width: 768px) { .about .item3 .about-factory-list { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; flex-flow: row wrap; -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around; -webkit-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; align-items: stretch; -ms-flex-line-pack: distribute; -webkit-align-content: space-around; align-content: space-around; }
  .about .item3 .about-factory-item { margin-left: 0; margin-right: 0; width: 48%; } }

@media screen and (max-width: 480px) { .about .item3 .about-box { padding-top: 25px; padding-bottom: 25px; }
  .about .item3 .about-font-desc img { width: 100%; margin: 0 auto; display: block; float: none; }
  .about .item3 .about-font-desc p { min-height: 10px; }
  .about .item3 .about-youshi { margin-top: 25px; }
  .about .item3 .about-youshi-box { padding-top: 20px; padding-bottom: 20px; }
  .about .item3 .about-youshi-desc { margin-top: 20px; }
  .about .item3 .about-youshi-list { margin-top: 20px; }
  .about .item3 .about-factory { margin-top: 25px; }
  .about .item3 .about-factory-content { margin-top: 20px; padding-top: 20px; padding-bottom: 20px; }
  .about .item3 .about-factory-list { padding-left: 10px; padding-right: 10px; } }

/*=======================================news=======================================*/
.news ul { margin-top: 54px; }

.news ul li { padding-bottom: 36px; border-bottom: 1px dashed #b5b5b5; margin-bottom: 42px; }

.news ul li .lbox .riqi { width: 62px; height: 74px; background-color: #f73636; }

.news ul li .lbox .riqi .month { text-align: center; background-color: #f73636; margin-top: 2px; }

.news ul li .lbox .riqi .month span { font-size: 22px; font-size: 2.2rem; color: #fff; }

.news ul li .lbox .riqi .ymline { margin: 6px auto 10px; width: 20px; background-color: #fff; height: 1px; }

.news ul li .lbox .riqi .year { text-align: center; background-color: #f73636; }

.news ul li .lbox .riqi .year span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.news ul li .tupian { margin-left: 16px; margin-right: 30px; }

.news ul li .tupian a { display: block; }

.news ul li .tupian a img { display: block; max-width: 300px; width: 100%; }

.news ul li .wenzi { width: 784px; }

.news ul li .wenzi .top { padding-top: 6px; margin-bottom: 21px; }

.news ul li .wenzi .top a { font-size: 20px; font-size: 2rem; line-height: 30px; color: #333333; }

.news ul li .wenzi .top a:hover { color: #f73636; }

.news ul li .wenzi .bottom { margin-bottom: 76px; }

.news ul li .wenzi .bottom a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #666666; height: 60px; overflow: hidden; }

.news ul li .wenzi .bottom a:hover { color: #f73636; }

.news ul li .wenzi .more a { font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #999; }

.news ul li .wenzi .more a:hover { color: #f73636; }

.none979 { display: none; }

.news .page { margin-top: 74px; }

@media screen and (max-width: 1219px) { .news ul li .wenzi { width: 560px; } }

@media screen and (max-width: 999px) { .news ul li .wenzi { width: 520px; } }

@media screen and (max-width: 979px) { .news ul { margin-top: 20px; }
  .news ul li .wenzi .top { margin-top: 15px; }
  .news ul li .wenzi .bottom { margin-bottom: 15px; }
  .news ul li .wenzi { width: 100%; float: none; margin-top: 20px; }
  .none979 { display: block; }
  .news .page { margin-top: 30px; } }

@media screen and (max-width: 430px) { .news ul li .tupian { width: 59%; } }

/* new2 */
.new2 { margin-bottom: 45px; padding-top: 50px; }

.new2_left { width: 798px; }

.new2 .xqy { position: relative; }

.new2 .xqy .top1 { margin-top: -7px; }

.new2 .xqy .top1 .title1 h1 { font-size: 16px; font-size: 1.6rem; color: #333; font-weight: bold; line-height: 40px; }

.new2 .xqy .top1 .time { margin-top: 1px; margin-bottom: 18px; }

.new2 .xqy .top1 .time span { font-size: 14px; font-size: 1.4rem; color: #333333; font-weight: normal; display: inline-block; line-height: 26px; }

.new2 .newsx p { line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; margin-bottom: 26px; }

.new2 .newsx p span { line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.new2 .newsx p li { line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.new2 .newsx p strong { line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.new2 .newsx p img { display: block; max-width: 100%; }

.new2 .newsx p a { line-height: 26px; font-size: 14px; font-size: 1.4rem; color: red; }

.new2 .newsx table { width: 90%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto; }

.new2 .newsx table tr td { padding: 3px; border: 1px solid #ccc; background: #fff; }

.new2_right { margin-top: 5px; }

.new2_right .back { display: block; font-family: Verdana; font-size: 18px; font-size: 1.8rem; border-radius: 10px; max-width: 222px; width: 100%; margin: 0 auto; height: 51px; line-height: 51px; text-align: center; color: #fff; background: #f73636; margin-bottom: 35px; }

.new2_right .title { padding-top: 5px; margin-bottom: 8px; display: block; font-size: 24px; font-size: 2.4rem; color: #f73636; line-height: 40px; font-weight: bold; }

.top_imgtd { display: block; width: 8px; height: 20px; }

.shar_wrap { text-align: center; margin-bottom: 50px; }

.shar_wrap span { font-size: 16px; font-size: 1.6rem; color: #f73636; display: inline-block; }

.shar_wrap img { position: relative; top: 13px; display: inline-block; }

.inpu { text-align: center; margin-bottom: 24px; }

.inpu a { display: inline-block; width: 130px; height: 38px; line-height: 38px; text-align: center; margin-left: 25px; margin-right: 25px; font-size: 14px; font-size: 1.4rem; color: #f73636; border-radius: 50px; border: 1px solid #f73636; }

.inpu a:hover { background: #f73636; color: #fff; }

.new2_right .ex_wrap { border: 1px solid #ff9e9e; width: 353px; margin: 0 auto; padding-bottom: 10px; }

.new2_right .ex_wrap dl { max-width: 319px; width: 100%; margin: 0 auto; margin-bottom: 25px; }

.new2_right .ex_wrap dl dd a { display: block; }

.new2_right .ex_wrap dl dd a.we_tit { padding-top: 21px; margin-bottom: 1px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #333; line-height: 24px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.new2_right .ex_wrap dl dd a.we_tit:hover { color: #f73636; }

.new2_right .ex_wrap dl dd a.titlewen { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; }

.new2_right .ex_wrap dl dt img { display: block; max-width: 300px; width: 100%; margin: 0 auto; }

.ex_wrap dl dt img { display: block; max-width: 300px; width: 100%; margin: 0 auto; }

.updown { padding-top: 15px; border-top: 1px solid #d2d2d2; margin-bottom: 64px; }

.updown .up { margin-top: 25px; margin-bottom: 10px; }

.updown p { display: inline-block; text-transform: uppercase; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #666666; }

.updown p .img { display: inline-block; }

.updown p .img img { display: inline-block; position: relative; top: 0px; padding-right: 4px; }

.updown p .on { color: #f73636; }

.updown p a { font-size: 14px; font-size: 1.4rem; color: #333; text-transform: none; }

.updown p:hover a { color: #f73636; }

.updown p:hover { color: #888; }

@media screen and (max-width: 1219px) { .new2_left { width: 605px; } }

@media screen and (max-width: 999px) { .new2_left { width: 545px; } }

@media screen and (max-width: 979px) { .new2_right { width: 100%; float: none; }
  .new2_left { width: 100%; float: none; } }

@media screen and (max-width: 400px) { .new2_right .ex_wrap { width: 100%; }
  .new2_right .ex_wrap dl { width: 90%; }
  .ex_wrap { width: 100%; }
  .ex_wrap dl { width: 90%; } }

/* ===========================================contact========================================= */
.contact { padding-bottom: 107px; }

.contact .sino { text-align: center; font-size: 60px; font-size: 6rem; }

.contact .whether { text-align: center; padding: 0 265px; font-size: 26px; font-size: 2.6rem; margin-top: 22px; margin-bottom: 79px; line-height: 30px; }

.contact .cz_part { width: 400px; padding-top: 58px; }

.contact .clxfs > li > span { font-size: 18px; font-size: 1.8rem; color: #333; display: block; }

.contact .clxfs > li { margin-bottom: 23px; }

.contact .clxfs > li p { padding-left: 28px; font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #333; margin-top: 3px; }

.contact .clxfs > li p a { color: #333; font-size: 16px; font-size: 1.6rem; }

.contact .cicbiao { color: #333333; line-height: 30px; font-size: 16px; font-size: 1.6rem; padding-left: 26px; }

.contact .cicbiao a { color: #333333; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.contact .clxfs > li.li1 { margin-bottom: 17px; }

.contact .clxfs > li p.cicbiao1 { color: #333; padding-left: 28px; background: url("../images/ct-1.png") no-repeat left 3px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.contact .clxfs > li p.cicbiao2 { background: url("../images/ct-2.png") no-repeat left 5px; color: #333; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.contact .cicbiao3 { background: url("../images/ct-3.png") no-repeat left 6px; }

.contact .cicbiao4 { background: url("../images/ct-4.png") no-repeat left 10px; }

.contact .cicbiao5 { background: url("../images/ct-5.png") no-repeat left 7px; }

.contact .cicbiao6 { background: url("../images/ct-6.png") no-repeat left 7px; }

/*.contact .cicbiao7 { background: url("../images/ct-7.png") no-repeat left 6px; }*/

.contact .cicbiao6 a.a1 { margin-right: 21px; }

.contact .cp1 { font-weight: bold; margin-bottom: 3px; }

.contact .cp2 { line-height: 24px; }

.contact .cicbiao1 li { margin-bottom: 28px; }

.contact .clxfs a:hover { color: #f73636; }

.contact .wu { font-weight: bold; margin-bottom: 10px; }

.contact .cy_part { width: 662px; padding-top: 63px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.contact .cy_part .title { font-size: 18px; font-size: 1.8rem; color: #333; font-weight: bold; }

.contact .cy_part p { font-size: 14px; font-size: 1.4rem; color: #777; line-height: 30px; padding-top: 9px; padding-bottom: 32px; }

.contact .xing input { width: 298px; height: 52px; line-height: 52px; padding-left: 13px; color: #333; font-family: "arail"; font-size: 14px; font-size: 1.4rem; border: 1px solid #d2d2d2; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.contact .xing { padding-left: 14px; margin-bottom: 23px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background: url("../images/xing.jpg") no-repeat left 24px; }

.contact .xing2 { background: url("../images/xing.jpg") no-repeat left 24px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.contact .xing4 { background: none; }

.contact .textarea { width: 632px; padding-left: 13px; border: 1px solid #d2d2d2; line-height: 37px; height: 191px; color: #333; font-family: "arail"; font-size: 14px; font-size: 1.4rem; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.contact .xing input.capt { width: 163px; height: 52px; padding-left: 13px; color: #666666; border: 1px solid #d2d2d2; }

.contact .yzm { cursor: pointer; vertical-align: middle; margin-left: 17px; position: relative; top: -2px; }

.contact .xing3 { display: inline-block; }

.contact .csub { width: 250px; height: 54px; text-align: center; text-align: center; background: #f73636; color: #fff; float: right; cursor: pointer; font-size: 14px; font-size: 1.4rem; font-family: "arail"; line-height: 54px; }

.contact .csub:hover { background: #333; }

.contact .ditu { margin-top: 70px; }

.contact .ditu img { display: block; width: 100%; max-width: 100%; margin: 0 auto; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .contact .cz_part { width: 280px; }
  .contact .cy_part { width: 670px; }
  .contact .xing input { width: 300px; }
  .contact .textarea { width: 643px; }
  .contact .csub { width: 220px; }
  .contact .whether { padding: 0 50px; }
  .contact .con_name input { height: 52px; width: -webkit-calc( 100% - 13px); width: -moz-calc( 100% - 13px); width: calc( 100% - 13px); font-size: 16px; font-size: 1.6rem; padding-left: 13px; color: #a6a6a6; border: 1px solid #d2d2d2; } }

@media screen and (max-width: 999px) { .contact { padding-bottom: 30px; }
  .contact .cz_part { width: 100%; padding-top: 20px; }
  .contact .cy_part { width: 100%; padding-top: 20px; }
  .contact .textarea { width: -webkit-calc( 100% - 13px); width: -moz-calc( 100% - 13px); width: calc( 100% - 13px); }
  .contact .zydiv { width: 100%; }
  .contact .xing input { width: -webkit-calc( 100% - 13px); width: -moz-calc( 100% - 13px); width: calc( 100% - 13px); }
  .contact .whether { padding: 0 30px; }
  .contact .head2 .nav_list { margin-top: 20px; }
  .contact .con_name input { height: 52px; width: -webkit-calc( 100% - 13px); width: -moz-calc( 100% - 13px); width: calc( 100% - 13px); font-size: 16px; font-size: 1.6rem; padding-left: 13px; color: #a6a6a6; border: 1px solid #d2d2d2; }
  .contact .clxfs > li { margin-bottom: 10px; }
  .contact .ditu { margin-top: 20px; } }

@media screen and (max-width: 850px) { .contact .csub { width: -webkit-calc(100% - 14px); width: -moz-calc(100% - 14px); width: calc(100% - 14px); }
  .contact .ditul { width: 100%; float: none; }
  .contact .ditur { width: 100%; float: none; } }

@media screen and (max-width: 699px) { .contact .zydiv { width: 100%; }
  .contact .xing3 { display: block; }
  .contact .yzm { margin-bottom: 27px; margin-left: 14px; }
  .contact .sino { font-size: 40px; font-size: 4rem; }
  .contact .whether { font-size: 20px; font-size: 2rem; }
  .contact .xing input.capt { width: -webkit-calc(100% - 13px); width: -moz-calc(100% - 13px); width: calc(100% - 13px); }
  .contact .cicbiao { font-size: 14px !important; font-size: 1.4rem !important; }
  .contact .cicbiao a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 479px) { .contact { padding-bottom: 20px; } }

@media screen and (max-width: 420px) { .contact .xing input.capt { width: 96%; }
  .contact .xing3 { display: block; }
  .contact .yzm { margin-bottom: 20px; margin-left: 15px; } }

@media screen and (max-width: 768px) { ::-webkit-input-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Verdana; }
  :-o-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Verdana; }
  ::-moz-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Verdana; }
  :-ms-input-placeholder { color: #333333; font-size: 12px; font-size: 1.2rem; font-family: Verdana; } }

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


.listcart{ width:100%; margin-top:40px;}

.listcart a{ display:inline-block;height: 30px; width:162px;

  line-height: 30px;

  

  cursor: pointer;

  

  border: none;

  overflow: hidden;

  color: #f73636;

  cursor: pointer;  border:1px solid #f73636; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}

  

  .listcart a:hover{  border:#f73636 solid 1px; background:#f73636; color:#fff}

  @media screen and (max-width:999px){

    .listcart a{ width:40% ; margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }

    .listcart{ width:100%; margin-top:2rem }

    

  }

  

  @media screen and (max-width:420px){

    

    .listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}



}
.page a.no:hover{
  background: #f73636!important;
    color: #fff!important;
}


.btn1 a.no:hover{
      color: #f73636!important;
      background: #fff!important;
}

    
/*  ke fu  */
.ding { position: fixed; top: 128px; right: 0; background: #333; padding: 0 5px; padding-top: 8px; padding-bottom: 5px; border-radius: 5px; z-index: 99999999999; }

.service { color: #fff; font-size: 16px; text-align: center; }

.tuwen { background: #fff; text-align: center; border-radius: 3px; padding: 0 5px; padding-bottom: 20px; margin-top: 7px; padding-top: 10px; }

.tuwen img { margin: 0 auto; }

.ose { background: url("../images/kefus1.png") no-repeat 16px center; padding-left: 47px; font-size: 1.2rem; display: block; font-family: Arial, Helvetica, sans-serif; display: block; line-height: 21px; padding-top: 5px; padding-bottom: 5px; margin-top: 2px; }

.cal { background: url("../images/kefus2.png") no-repeat 16px center; padding-left: 47px; font-size: 1.2rem; display: block; font-family: Arial, Helvetica, sans-serif; display: block; line-height: 21px; padding-top: 5px; padding-bottom: 5px; }

.cal1 { background: url("../images/kefus3.png") no-repeat 16px center; padding-left: 47px; font-size: 1.2rem; display: block; font-family: Arial, Helvetica, sans-serif; display: block; line-height: 21px; padding-top: 5px; padding-bottom: 5px; cursor: default; }

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

.ose:hover { color: #f73636; }

.cal:hover { color: #f73636; }

#online_qq_layer { z-index: 9999; position: fixed; right: 0px; top: 45%; margin-top: -135px; _position: absolute; _top: expression(eval(document.documentElement.scrollTop)); }

#online_qq_tab { width: 25px; float: left; margin: 0px; margin-top: 68px; position: relative; z-index: 9; }

#online_qq_tab a { display: block; height: 90px; line-height: 999em; overflow: hidden; width: 25px; }

#online_qq_tab a#floatShow { background: url(../images/customer.png) no-repeat; }

#online_qq_tab a#floatHide { background: url(../images/customer.png) no-repeat; }

#onlineService { float: left; width: 164px; opacity: 1; background: #f73636; border-radius: 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; display:none; }

.kefubiao { display: block; line-height: 34px; color: #fff; font-size: 14px; text-align: center; padding-top: 1px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; }

.kefun { background: #fff; border-radius: 8px; overflow: hidden; padding-bottom: 2px; }

.kefutu { display: block; margin-bottom: 6px; text-align: center; }

.kefutu img { width: 83px; height: 106px; margin-top: 9px; }

.kefun ul { padding: 0 5px; }

.kefun ul li { padding-left: 27px; padding-bottom: 5px; }

.kefun ul li a { display: block; border-bottom: 1px solid #c7c7c7; color: #444444; line-height: 25px; padding-left: 11px; }

.kefun ul li a:hover { color: #f73636; }

@media screen and (min-width: 640px) { .kefu2 { display: none; } }

@media screen and (max-width: 639px) { #online_qq_layer { display: none; }
  .kefu2 a img { width: 100%; max-width: 48px; max-height: 48px; }
  .keqq2 { background: #0177b5; }
  .keweixin2 { background: #98c01b; }
  .erweima { position: relative; z-index: 999999; }
  .erweima .erweima1 { display: none; z-index: 999999; position: absolute; width: 100px; height: 100px; top: -100px; left: 50%; margin-left: -50px; }
  .erweima .erweima1 img { width: 100px; height: 100px; max-width: none; max-height: none; }
  .kefu2 { position: fixed; bottom: 0px; width: 100%; left: 0px; z-index: 999999; }
  .kefu2 a { display: block; float: left; width: 50%; text-align: center; background: #fff; padding: 10px 0; }
  .kefu2 a img.img1 { width: 24px; height: 24px; }
  .kefu2 a img.img2 { width: 24px; height: 24px; }
  /* .kefu2 a{cursor: default;} */
  .kefu2 a img.img3 { width: 24px; height: 24px; cursor: default; }
  body { padding-bottom: 44px; } }