/*头部样式*/
.x-menu > li {
  float: left;
  position: relative;
 text-align: center;
 width: 150px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}

.x-menu > li > a:hover {
  background: #fff;
  color: #c40d23;
}


.dao{
    background: #000;
}


.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 65px;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}


.tophead {
    background: #e8e8e8;
    height: 50px;
    line-height: 50px;
}

#header {
    height: 153px;
    line-height: 153px;
    background: #fafafa;
    overflow: hidden;
}

#header .top,.container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

.slogans {
    margin-left: 24px;
}

#menu {
    height: 50px;
    /*background: url(../images/navs.jpg) no-repeat center;*/
    background: #000;
}

/*热门搜索*/
.search {
    text-align: left;
    height: 70px;
    background-color: #f7f7f7;
    line-height: 70px;
}

#formsearch {
    width: 342px;
    float: right;
    background: url(../images/ss.png);
    height: 35px;
    margin-top: 17px;
}

.hotSearch {
    width: 480px;
    float: left;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*主体样式*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.le {
    background: url(../images/ttline1.png) bottom no-repeat;
    height: 132px;
}

.le_sub1 {
    font: 700 26px/40px "Arial";
    color: #999999;
    text-align: center;
    padding-top: 35px;
    text-transform: uppercase;
}

.le_sub2 {
    font: 600 30px/36px "微软雅黑";
    color: #0042fe;
    text-align: center;
}

.le_sub2 span {
    color: #006cfe;
}

.roll1 {
    position: relative;
    margin-top: 25px;
    margin-bottom: 5px;
}

.l_btn,.r_btn {
    position: absolute;
    top: 30%;
    cursor: pointer;
}

.l_btn {
    left: 0;
}

.r_btn {
    right: 0;
}

.le2 {
    float: left;
    width: 276px;
    background: url(../images/proleft.jpg) no-repeat;
    height: 1037px;
    margin-top: 24px;
}

.le2_sub1 {
    font: 400 18px/20px "微软雅黑";
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.le2_sub1 span {
    font: 400 14px/20px "Arial";
    text-align: center;
    color: #fff;
}

.le2_sub2 {
    height: 716px;
    overflow: hidden;
}

.le2_sub3 {
    background: #006cfe;
    width: 215px;
    height: 34px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font: 400 16px/34px "微软雅黑";
    margin-top: 7px;
    border-radius: 4px;
}

.le3 {
    float: right;
    width: 919px;
    margin-top: 32px;
}

.le3_sub1 {
    background: url(../images/left4.png) no-repeat bottom;
    font: 400 24px/20px "微软雅黑";
    color: #1a1a1a;
    height: 54px;
    padding-left: 43px;
    position: relative;
    margin-bottom: 24px;
}

.le3_sub1 span {
    font: 400 16px/16px "Arial";
    color: #999999;
}

.le3_sub1 a {
    position: absolute;
    top: 28px;
    right: 0px;
    background: url(../images/more.png) right center no-repeat;
    width: 64px;
    font: 400 16px/20px "Arial";
    color: #999999;
}

.nei {
    background: url(../images/nei.jpg) top center no-repeat;
    height: 188px;
    margin-top: 32px;
}

.le4 {
    float: right;
    width: 300px;
}

.le4_sub1 {
    font: 600 24px/30px "微软雅黑";
    color: #fff;
    padding: 59px 0 0 10px;
}

.le4_sub2 {
    background: url(../images/more1.png) no-repeat;
    width: 129px;
    height: 38px;
    margin: 9px 0 0 24px;
}

.le5 {
    background: url(../images/ttline2.png) bottom center no-repeat;
    height: 136px;
    margin-top: 10px;
}

.le5_sub1 {
    font: 700 26px/28px "Arial";
    color: #999999;
    text-align: center;
    padding-top: 54px;
}

.le5_sub2 {
    font: 600 30px/30px "微软雅黑";
    color: #0042fe;
    text-align: center;
}

.le5_sub2 span {
    color: #006cfe;
}

.le3_sub2 {
    background: #f6f6f6;
    padding: 10px;
    height: 259px;
    margin-bottom: 57px;
}

.le3_sub4 {
    float: right;
    width: 548px;
}

.le3_sub3 {
    float: left;
    width: 333px;
    height: 259px;
}

.le3_sub3 img {
    width: 333px;
    height: 259px;
}

.le3_sub5 {
    background: url(../images/left6.png) left center no-repeat;
    font: 400 22px/30px "微软雅黑";
    color: #1a1a1a;
    padding-left: 30px;
}

.le3_sub6 {
    color: #808080;
    font: 500 14px/24px "微软雅黑";
    height: 176px;
    overflow: hidden;
    margin-top: 10px;
}

.le3_sub7 {
    margin-top: 10px;
}

.le6 {
    margin-top: 40px;
}

.le7 {
    width: 112px;
    border: #333 1px solid;
    margin: 0 auto;
    font: 200 16px/33px "微软雅黑";
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
}

.nei2 {
    background: url(../images/nei1.jpg) top center no-repeat;
    height: 1345px;
    margin-top: 65px;
}

.lt {
    background: url(../images/left7.jpg) 2px center no-repeat;
    height: 182px;
    margin-top: 3px;
}

.lt1 {
    float: right;
    width: 202px;
}

.lt2 {
    float: left;
    width: 573px;
    margin-top: 305px;
}

.ltt {
    background: url(../images/tu.png) no-repeat;
}

.ltt_sub1 {
    font: 600 24px/28px "微软雅黑";
    color: #006cfe;
    padding-left: 94px;
}

.ltt_sub1 span {
    font: 200 14px/28px "Arial";
    color: #808080;
    padding-left: 10px;
}

.ltt_sub2 {
    margin: 20px 0 0 80px;
    font: 400 14px/30px "微软雅黑";
    color: #333333;
}

.ltt1 {
    background: url(../images/tu1.png) no-repeat;
    margin-top: 40px;
}

.ltt2 {
    margin-top: 40px;
}

.lt3 {
    float: right;
    width: 556px;
    margin-top: 305px;
}

.ltt4 {
    background: url(../images/tu4.png) no-repeat;
    margin-top: 102px;
}

.ltt5 {
    background: url(../images/tu5.png) no-repeat;
    margin-top: 40px;
}

.nei3 {
    background: url(../images/nei2.jpg) top center no-repeat;
    margin-top: 30px;
    height: 186px;
}

.nei4 {
    background: url(../images/nei3.png) top center no-repeat;
    height: 531px;
}

.gong {
    float: left;
    width: 482px;
    height: 342px;
    background: url(../images/left8.png) no-repeat;
    padding: 30px 0 0 14px;
    margin-top: 70px;
}

.gong1 {
    float: right;
    width: 650px;
    margin-top: 70px;
}

.gong1_sub1 {
    background: url(../images/left9.png) no-repeat 146px;
    font: 600 30px/40px "微软雅黑";
    color: #1a1a1a;
}

.gong1_sub2 {
    font: 400 14px/24px "微软雅黑";
    color: #4c4c4c;
    margin-top: 15px;
    height: 240px;
    overflow: hidden;
}

.gong1_sub3 {
    background: url(../images/left10.png) no-repeat right;
    height: 34px;
    text-align: right;
    font: 200 14px/34px "微软雅黑";
    color: #fff;
    padding-right: 12px;
    margin-top: 20px;
}

.gong1_sub3 a {
    color: #fff;
}

.roll11 {
    position: relative;
    margin-top: 25px;
    margin-bottom: 5px;
}

.l_btn1,.r_btn1 {
    position: absolute;
    top: 30%;
    cursor: pointer;
}

.l_btn1 {
    left: 0;
}

.r_btn1 {
    right: 0;
}

.nei5 {
    background: url(../images/nei4.png) top center no-repeat;
    height: 600px;
}

.le1 {
    margin-top: 35px;
}

.tu {
    float: left;
    width: 190px;
}

.tu_sub1 {
    background: url(../images/tt1.png) top center no-repeat;
    height: 156px;
}

.tu_sub2 {
    text-align: center;
    color: #333;
    font: 600 18px/30px "微软雅黑";
}

.tu_sub3 {
    font: 400 14px/30px "微软雅黑";
    text-align: center;
}

.tu1 {
    float: left;
    width: 190px;
    margin-left: 50px;
    margin-top: 40px;
}

.tu_sub11 {
    background: url(../images/tt2.png) top center no-repeat;
    height: 156px;
}

.tu2 {
    float: left;
    width: 190px;
    margin-left: 50px;
    margin-top: 90px;
}

.tu_sub12 {
    background: url(../images/tt3.png) top center no-repeat;
    height: 156px;
}

.tu3 {
    float: left;
    width: 190px;
    margin-left: 50px;
    margin-top: 35px;
}

.tu_sub13 {
    background: url(../images/tt4.png) top center no-repeat;
    height: 156px;
}

.tu4 {
    float: left;
    width: 190px;
    margin-left: 50px;
}

.tu_sub14 {
    background: url(../images/tt5.png) top center no-repeat;
    height: 156px;
}

.lt0 {
    background: url(../images/nei5.jpg) 2px center no-repeat;
    height: 182px;
    margin-top: 3px;
    margin-top: 50px;
}

.news_company {
    width: 282px;
    float: left;
    margin-top: 72px;
}

.news1_title {
    font: 400 20px/20px "微软雅黑";
    padding-left: 20px;
    background: url(../images/xin.png) no-repeat bottom;
    color: #1a1a1a;
    height: 54px;
    position: relative;
}

.news_company .content {
    padding: 5px;
}

.news1_title span {
    color: #999999;
    font: 200 20px/30px "Arial";
}

.news1_title a {
    position: absolute;
    top: 4px;
    right: 0px;
    background: url(../images/more2.png) right center no-repeat;
    width: 60px;
    font: 200 14px/50px "Arial";
}

.liu {
    background: url(../images/xin1.jpg) no-repeat;
    float: left;
    width: 506px;
    height: 434px;
    margin-top: 72px;
    margin-left: 15px;
}

.liu_sub2 {
    float: right;
    width: 222px;
    margin-top: 75px;
    margin-right: 20px;
}

.liu_sub1 {
    background: url(../images/more3.png) no-repeat;
    width: 77px;
    height: 29px;
    float: left;
    margin: 200px 0 0 50px;
}

/*tab多页签*/
#tabs_box {
    float: left;
    width: 375px;
}

.tabs {
    width: 375px;
    float: right;
}

.tabs ul {
    height: 60px;
    line-height: 60px;
    background: url(../images/left12.png) 0 bottom repeat-x;
    color: #949599;
}

.tabs ul li {
    float: left;
    padding: 0 5px 0 20px;
    font: normal 18px/25px "微软雅黑";
    height: 60px;
}

.tab-nav {
    cursor: pointer;
    background: url(../images/xin3.png) bottom center no-repeat
}

.tab-nav-action {
    cursor: pointer;
    color: #006cfe;
    font-weight: bold;
    background: url(../images/xin2.png) bottom center no-repeat;
}

.tabs-body {
    float: right;
    width: 375px;
}

.tabs-body div {
}

.rt {
    float: right;
    width: 388px;
    margin-top: 72px;
}

.ff {
    background: url(../images/foot.jpg);
    height: 321px;
}

.ff3 {
    float: right;
    width: 280px;
    margin-top: 66px;
    text-align: center;
    font-size: 14px;
    line-height: 2.4;
}

.ff3 td {
    padding: 0 16px;
}

.ff1 {
    float: left;
    width: 296px;
    text-align: center;
    margin-top: 56px;
}

.ff2 {
    float: left;
    width: 560px;
    font-size: 14px;
    margin-top: 14px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*友情链接*/
.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 26px;
    background: url(../images/you.jpg) no-repeat;
    /* text-indent: 142px; */
    height: 61px;
}

.f_link a {
    line-height: 29px;
}

.f_laaa {
    margin-left: 149px;
}

/*页面底部*/
#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #e32433;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 64px;
    color: #fff;
    height: 64px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}

.nav_foot a {
    padding: 0 21px;
}

.copyright {
}

.beihao {
    color: #585858;
    font-size: 14px;
    height: 61px;
    line-height: 61px;
    text-align: center;
}

/*------------内页-------------------*/
.left {
    width: 224px;
    float: left;
}

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #0042fe;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    + }

.left .box h3::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    top: 20px;
    left: 15px;
    background: #fff
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
     line-height: 60px;
    padding-left: 34px;
    background: #0042fe;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.n_contact h3::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    top: 20px;
    left: 15px;
    background: #fff
}


.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 960px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #eee;
}

.sitemp h2 {
    width: 360px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #333;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 40px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.right .content p {
    font-size: 16px;
}

.sort_album {
    margin-top: 15px;
}
