
* {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
}
html, body {
    font-size:14px;
    background:#f4f7f8;
    width:100%;
    margin:0px;
    padding:0px;
    font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial;
}
img {
    border:0px;
}
ul, li, p {
    margin:0px;
    padding:0px;
}
a {
    text-decoration: none;
    color: #0073ff;
}
ul, li {
    list-style-type:none;
}
input, button, select, textarea, select, option {
    outline:none;
}
select, option, textarea {
    resize:none;
    -webkit-appearance: none;
    padding:0;
    margin:0;
    font-weight:normal;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
    padding:0;
    margin:0;
    font-weight:normal;
}
.container {
    position:relative;
    width:1200px;
    margin:0px auto;
}
.container:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
}
.mainTitle {
    width:295px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    color: #4c4c4c;
    text-align: center;
    font-weight: normal;
    border-top:1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
}

.news_n table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    display: table;
    border-spacing: 1px;
    border-color: #FFF;
}
.news_n table tr:nth-child(odd){background:#d9e1ff54;}
.news_n table td:nth-child(1){text-align:center;}

.news_n table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.news_n table tr {
    border: 0;
    border-top: 1px solid #DDD;
    background-color: #fff;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.news_n table tr td{
    font-size: 14px;
    color: #4f4f4f;
    line-height: 200%;
    border: 1px solid #DDD;
    padding: 8px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: inherit;
}

.news_n table tr th {
    font-size: 14px;
    color: #ffffff;
    line-height: 250%;
    border: 1px solid #DDD;
    padding: 8px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: inherit;
    background:#001d86;
}

.seach {
    position:relative;
    margin-top:40px;
    width:300px;
    height:30px;
    background:#fff;
}
.seach .seachText {
    width:260px;
    color:#999999;
    font-size:12px;
    padding:0 0 0 6px;
    line-height:1;
    margin:0;
    border:0;
    height:30px;
}
.seach .btn {
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#474747;
}
.seach .btn {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.seach .btn:hover {
    background:#000;
}
.seach .btn img {
    vertical-align:middle;
}
.vedioHide {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(../images/blackbg.png);
    z-index:4;
}
.vedioContent {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    width:650px;
    height:450px;
    margin:-260px 0 0 -335px;
    z-index:5;
    background:#fff;
    padding:20px 20px 50px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    -webkit-border-radius:6px;
}
.vedioContent iframe {
    width:100% !important;
    height:100% !important;
}
.vedioContent .vedioClose {
    position:absolute;
    bottom:18px;
    right:24px;
    cursor:pointer;
}

.tophead {width:100%;height:30px;background:#000;}
.topheader{
    color:#fff;
    max-width: 1240px;
    height: 30px;
    margin: 0 auto;
}
.topheader .top_left {float:left;line-height: 30px;}
.topheader .top_right{float:right;line-height: 30px;}



.header {
    /*position:fixed;*/
        position: relative;
    width:100%;
    height:90px;
    background:#fff;
    z-index:5;
    border-bottom:1px solid #e0e0e0;
}
.header .container {
    height:100%;
}
.header .headerLogo {
    position:absolute;
    top:20px;
    left:60px;
    width:283px;
}
.header .nav .navTop {
    position:absolute;
    top:0px;
    display:none;
    height:4px;
    background:#2061c4;
}
.header .nav .navTop {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header .nav {
    position:absolute;
    top:0px;
    right:0px;
    width:75%;
    height:90px;
}
.header .nav .child {
    position:relative;
    float:left;
    width:11%;
    height:90px;
    line-height:90px;
    text-align:center;
    color:#333;
}
.header .nav .child.navChildSearch {
    line-height:20px !important;
}
.header .nav .child:hover .title {
    color:#fff;
    background:#2061c4;
}
.header .nav .child .title {
    font-size:16px;
    color:#333;
}
.header .nav .child .title {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header .nav .child.on .title {
    color:#2061c4;

}
.header .nav .child .childContent {
    display:none;
    position:absolute;
    top:90px;
    width:100%;
}
.header .nav .child .childContent .childContentLi {
    background:url(../images/navchildbg.png);
    color:#333;
    font-size:14px;
    height:38px;
    line-height:38px;
    border-bottom:1px solid #c6c5c4;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
    -ms-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
    -o-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
    box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
}
.header .nav .child .childContent .childContentLi:hover {
    background:#2061c4;
    color:#fff;
}
.header .nav .child .language {
    display:inline-block;
*display:inline;
*zoom:1;
    height:16px;
    line-height:16px;
    padding:0 8px;
    font-size:16px;
    color:#333;
}
.header .nav .child .language:hover {
    color:#fff;
    background:#2061c4;
}
.header .nav .child .language.cn {
    border-right:1px solid #ccc;
}
.header .nav .child .language.on {
    color:#2061c4;
}
.header .nav .child .seachIcon {
    cursor:pointer;
}
.header .list {
    position:relative;
    background:#363839;
    z-index:6;
}
.header .list .container {
    padding:50px 0;
    display:none;
}
.header .list .content {
    width:492px;
}
.header .list .listMTitle {
    color:#fff;
    font-size:18px;
    line-height:24px;
    padding-bottom:24px;
}
.header .list .listTitle {
    position:relative;
    width:100%;
}
.header .list .listTitle:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
}
.header .list .listTitle .title {
    border-bottom:1px solid #999999;
    line-height:36px;
    color:#B9B9B9;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
}
.header .list .listTitle .title a {
    color:#B9B9B9;
    font-size:14px;
}
.header .list .listTitle .title img {
    margin-right:12px;
}
.header .list .listTitle .title .pointer {
    cursor:pointer;
    position:absolute;
    right:0px;
    top:16px;
    width:11px;
    height:11px;
}
.header .list .listTitle .title .pointer .sub {
    position:absolute;
    left:0px;
    top:5px;
    width:11px;
    height:1px;
    background:#999;
}
.header .list .listTitle .title .pointer .sub.sub2 {
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.header .list .listTitle .title .pointer .sub.sub2 {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header .list .listTitle .title .pointer.on .sub.sub2 {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
.header .list .listTitle .listContent {
    display:none;
    width:94%;
    float:right;
}
.header .list .addBtn {
    z-index:5;
    cursor:pointer;
    position:absolute;
    bottom:-35px;
    right:0;
    width:35px;
    height:35px;
    background:url(../images/addicon.png) no-repeat;
}
.header .list .addBtn .sub {
    position:absolute;
    width:10px;
    height:2px;
    background:#fff;
}
.header .list .addBtn .sub.sub1 {
    top:12px;
    left:22px;
}
.header .list .addBtn .sub.sub2 {
    top:12px;
    left:22px;
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.header .list .addBtn .sub.sub2 {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header .list .addBtn.on .sub.sub2 {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
.header .searchContent {
    display:none;
    position:absolute;
    bottom:-80px;
    right:0px;
    padding:25px;
    background-color: #f2efef;
    border-bottom:1px solid #dcdadb;
    border-left:1px solid #dcdadb;
}
.header .searchContent .seach {
    margin:0;
}
.wapNavBtn {
    display:none;
    position:absolute;
    top:38px;
    right:32px;
    cursor:pointer;
}
.wapLanguage {
    display:none;
    position:absolute;
    top:35px;
    right:120px;
}
.wapLanguage .language {
    padding:0 14px;
    color:#999999;
    font-size:28px;
    line-height:28px;
    display:inline-block;
*display:inline;
*zoom:1;
}
.wapLanguage .language.on {
    color:#2061c4;
}
.wapLanguage .language.cn {
    border-right:3px solid #bababa;
}
.wapNavPointer {
    display:none;
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.ad_img {overflow: hidden; position: relative;    height: 400px;}
.ad_img img {position:absolute;width:1920px;height:400px;left:50%;margin-left:-960px;}
.wap_img {display:none;}

.crumbs {
    /*padding-top:120px;*/
    position:relative;
    height:55px;
    line-height:55px;
    background:url(../images/banner.jpg) repeat-x;
    background-position:center bottom;
    border-bottom:1px solid #e0e0e0;
}
.crumbs .title {
    float:left;
    color:#333333;
    font-size:20px;

}
.crumbs .childs {
    float:right;
    color:#333;
    font-size:14px;
    font-family:"Hiragino Sans GB";
}
.crumbs .childs a {
    color:#333;
}
.crumbs .childs span {
    margin:0 6px;
}


.sw-container {

  width: 100%;

  margin: 0 auto;


}

.sw-container h3 {width: 100%;height: 70px;line-height: 70px;font-size: 24px;color: #4c4c4c;text-align: center;}

.index_pro{overflow:hidden;}

.index_pro ul{ text-align:center;}

.index_pro ul li{display:inline-block;width:140px;border:1px solid #ccc;border-radius: 20px;text-align:center;line-height:40px;margin:5px 10px;}

.index_pro ul li a{color: #040000;line-height: 20px;font-size: 15px;}

.index_pro ul li:hover{
    background: #e70012;003d97)
    radient(to bottom right,#006fcf,#003d97);
    t(to bottom right,#006fcf,#003d97);
    color: #fff;
    border-radius: 20px;
    border: 1px solid;
    }

.index_pro ul li:hover a{color:#fff;}

.sw-container .sw-product {

  width: 100%;

  margin: 0 auto;

  overflow:hidden;

}
    .clearfix:after {
        clear: both;
        height: 0;
        content: "";
        line-height: 0;
        font-size: 0;
        display: block;
    }


.sw-container .sw-news {

  width: 100%;

  margin: 0 auto;

  padding-top: 25px;

  max-width:1240px;

}

.sw-container .sw-news h4 {

  font-size: 26px;

  color: #4c4c4c;

  text-align: center;

  font-weight: normal;
  margin:0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
      width: 295px;
    border-top:1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
    padding: 20px;

}

.sw-container .sw-news .sw-nlist {

  width: 100%;
    margin: 55px 0px 0px 0px;
  overflow: hidden;

}

.sw-container .sw-news .sw-nlist ul {

  width: 1280px;

}

.sw-container .sw-news .sw-nlist ul li {
    max-width: 580px;
    width: 50%;
  float: left;
      height: 118px;
    overflow: hidden;
  margin-bottom: 45px;
}

.sw-container .sw-news .sw-nlist ul li dl {
  width: 90px;
  height: 85px;
  float: left;
  text-align: center;
  background: #2E60A9;
  padding-top: 19px;
}

.sw-container .sw-news .sw-nlist ul li dl dt {
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 4px;
}

.sw-container .sw-news .sw-nlist ul li dl dt:before {

  content: "";

  display: block;

  width: 30px;

  height: 1px;

  background: #d9d9d9;

  position: absolute;

  left: 50%;

  margin-left: -15px;

  bottom: 0;

}

.sw-container .sw-news .sw-nlist ul li dl dd {

  font-size: 14px;
  margin: 0 auto;
  color: #fff;

}

.sw-container .sw-news .sw-nlist ul li .new-msg {
    max-width: 460px;
    width: 71%;
  float: left;
  padding-left: 30px;
}

.sw-container .sw-news .sw-nlist ul li .new-msg h5 {
  width: 100%;
  height: 25px;
  overflow: hidden;
  margin-bottom: 19px;
}

.sw-container .sw-news .sw-nlist ul li .new-msg h5 a {

  display: block;

  font-size: 20px;

  color: #333;

}

.sw-container .sw-news .sw-nlist ul li .new-msg p {

  font-size: 14px;

  color: #808080;

  line-height: 24px;

  overflow: hidden;

}

.sw-container .sw-news .sw-nlist ul li:hover {

  cursor: pointer;

}

.sw-container .sw-news .sw-nlist ul li:hover .new-msg h5 a {

  color: #2E60A9;

}

.productmain{ overflow: hidden;}

.pages {
    text-align:center;
    margin: 64px 0 0 0;
}
.pages a, .pages span {
    display:inline-block;
    padding:9px 14px;
    margin:0 1px;
    border:1px solid #f0f0f0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages a, .pages li {
    display:inline-block;
    list-style: none;
    text-decoration:none;
    color:#58A0D3;
}
.pages a.first, .pages a.prev, .pages a.next, .pages a.end {
    margin:0;
}
.pages a:hover {
    border-color:#50A8E6;
}
.pages span.current {
    background:#50A8E6;
    color:#FFF;
    font-weight:700;
    border-color:#50A8E6;
}


.main {
    /* padding:40px 0 90px 0; */
    margin:  0 auto;
    margin:  0 auto;
    margin:  0 a;
    margin:  0;
    margin:  0;
    margin:;
}
.main .maxTitle {
    position:relative;
    line-height:34px;
}
.main .maxTitle span {
    position:relative;
    z-index:1;
    padding-right:18px;
    background:#fff;
    color:#2061c4;
    font-size:30px;
}
.main .maxTitle .sub {
    position:absolute;
    top:18px;
    width:100%;
    height:1px;
    width:100%;
    background:#d6d6d6;
}
.main .top {
    display:none;
    position:fixed;
    right:50px;
    bottom:300px;
    z-index:1;
    width:60px;
    height:60px;
    background:#d4d4d4;
    line-height:60px;
    text-align:center;
    cursor:pointer;
}
.main .top {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.main .top:hover {
    background:#717373;
}
.main .top img {
    vertical-align:middle;
}
.footer {
    height:262px;
}

.links {
    background: #333;
    color: #ccc;
    margin: 0;
    height: 40px;
    line-height: 20px;
    padding: 8px 0;
}

.footer_main { 
    max-width: 1240px;
    margin: 0 auto;
}

.linkleft a {
    display: inline-block;
    padding: 0 5px;
    color: #888;
}
.linkleft a:hover{
    color: #ccc;
}
.linkleft {
    float: left;
    max-width: 100%;
    padding-left: 25px;
}
.linktop {
    cursor: pointer;
    float: right;
    width: 70px;
    height: 30px;
    line-height: 40px;
    background: url(../images/indextop.gif) center 10px no-repeat #2061c4;
    text-align: center;
    color: #d6dbe4;
    padding: 15px 0 0 0;
}
.linktop:hover {
    background: url(../images/indextop.gif) center 10px no-repeat #2061c4;
    color: #fff;
    }
.linkleft span {
    color: #fff;
    font-weight: bold;
}

.footer .title {
    color:#dadada;
    font-size:16px;
    padding-top:40px;
}
.footer .head {
    min-height:300px;
    background: #474747;
    border-bottom: 1px solid #666;
    padding: 0;
    height:  auto;
}
.footer .head .left {
    position: relative;
    top:10px;
    bottom: 10px;
    width: 50%;
    border-right: 1px solid #666;
    height:  280px;
}

.footer .head .left ul {
    width:280px;
    float:left;
}

.footer .head .left ul li{
    color:#ccc;
    line-height: 25px;
    list-style-type:  none;
}

.footer .head .right {
    position: absolute;
    right:0;
    top:0px;
    width:546px;
}

.footer .head .right .right_li {
    top:0px;
    width:132px;
    float:left;
}
.footer .head .right .right_li h5{ 
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.footer .head .right .right_li .footer_li li a {
        line-height: 25px;
        color: #ccc;
    font-weight: normal;
}
/*.footer .head .right .content {
    margin-top:40px;
}
.footer .head .right .content img {
    margin-right:6px;
}
.footer .head .right .content img {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.footer .head .right .content img:hover {
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    -webkit-transform:scale(1.1);
}*/
.footer .foot {
    height:30px;
    background:#474747;
    line-height:30px;
    text-align:center;
    color:#b7b7b7;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}
.footer .foot a {
    color:#b7b7b7;
}
 @media (max-width: 639px) {

.tophead {display:none;}
.container {
    width:97%;
    margin-bottom:  10px;
}
.mainTitle {
    width: 60%;
    line-height: 200%;
    font-size: 18px;
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #CCC;
    height: 5%;
    color: #403924;
    padding: 3% 0 0 0;
}
.seach {
    margin-top:19px;
    width:150px;
    height:21px;
}
.seach .seachText {
    width:125px;
    font-size:12px;
    padding:0 0 0 5px;
    line-height:21px;
    height: 20px;
}
.seach .btn {
    width:22px;
    height:22px;
    line-height:22px;
}
.vedioContent {
    width:300px;
    height:210px;
    margin:-130px 0 0 -160px;
    padding:10px 10px 20px 10px;
}
.vedioContent iframe {
    width:100% !important;
    height:100% !important;
}
.vedioContent .vedioClose {
    bottom:5px;
    right:10px;
}
.header {
    height:50px !important;
}
.header .headerLogo {
    top:13px !important;
    left:16px;
    width:170px;
}
.header .nav .navTop {
    display:none !important;
}
.header .nav {
    display:none;
    top:50px;
    right:0px;
    width:100%;
    height:auto !important;
    background:#fff;
    padding-bottom:10px;
}
.header .nav .child {
    float:none;
    width:90%;
    text-align:left;
    margin:0 auto;
    color:#333333;
    background-color: #f9f9f9;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    height:auto !important;
    line-height: 35px !important;
}
.header .nav li:hover{
    background: #2061c4;
    color: #fff;
}
.header .nav .child:nth-child(2) {
    border-top:1px solid #dadada;
}
.header .nav .child .title {
    font-size:12px;
    color:#333;
    padding:0 2%;
    display: inherit;
}
.header .nav .child:hover .title {
    color:#fff;
    background:none;
}

.header .nav .child .childContent {
    display:none;
    position:relative;
    top:0px !important;
    width:100%;
}
.header .nav .child .childContent .childContentLi {
    padding:0 4%;
    color:#333;
    font-size:12px;
    height:35px;
    line-height:35px;
    border-top:1px solid #dadada;
    border-bottom:0px;
}
.header .nav .navChildLanguage {
    display:none;
}
.header .nav .navChildSearch {
    display:none;
}
.header .list {
    display:none !important;
}
.header .searchContent {
    display:none !important;
}
.wapNavPointer {
    display:block;
    top:3px;
    right:3px;
}
.wapNavBtn {
    display:block;
    top:19px;
    right:16px;
    width:24px;
}
.wapLanguage {
    display:block;
    top:17px;
    right:50px;
}
.wapLanguage .language {
    padding:0 2px;
    font-size:14px;
    line-height:14px;
}
.wapLanguage .language.cn {
    border-right:1px solid #bababa;
}

.ad_img { display:none;}
.ad_img img {display:none;}

.wap_img {display: block;width: 100%;height: auto;overflow: hidden;}
.wap_img  img {height:auto;}

.crumbs {
    /*padding-top:50px !important;*/
    height:30px;
    line-height:30px;
}
.crumbs .title {
    font-size:12px;
}
.crumbs .childs {
    display:none;
}
.main {
    padding: 0;
}
.main .maxTitle {
    line-height:20px;
}
.main .maxTitle span {
    padding-right:8px;
    font-size:18px;
}
.main .maxTitle .sub {
    top:10px;
}
.footer {
    height:auto;
}
.footer .title {
    font-size:12px;
    padding-top:10px;
    line-height:17px;
}
.footer .head {
    height: 195px;
    overflow:  hidden;
    min-height: auto;
    padding-top: 3%;
}
.footer .head .left {
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    border-right: 0px;
}
.footer .head .left ul {
    width:300px;
    margin: 2% 0 0 2%;
    float: left;
}

.footer_container_mobile{
    display:none;
}

.footer .head .right {
    display: none;
}
.footer .head .right .content {
    margin-top:16px;
}
.footer .head .right .content img {
    margin-right:3px;
    height:14px;
}
.footer .foot {
    height:auto;
    line-height:14px;
    font-size:12px;
    padding:8px 0;
}
.footer .foot p {
    width: 95%;
    margin:0 auto;
}
}
@media (min-width: 640px) and (max-width:1023px ) {

.tophead {display:none;}
.container {
    width:600px;
}
.mainTitle {
    width:248px;
    /*line-height:50px;*/
    font-size:25px;
}
.seach {
    margin-top:17px;
    width:245px;
    height:33px;
}
.seach .seachText {
    width:235px;
    font-size:16px;
    padding:0 0 0 10px;
    line-height:33px;
}
.seach .btn {
    width:33px;
    height:33px;
    line-height:33px;
}
.vedioContent {
    width:600px;
    height:420px;
    margin:-260px 0 0 -320px;
    padding:20px 20px 50px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    -webkit-border-radius:6px;
}
.vedioContent iframe {
    width:100% !important;
    height:100% !important;
}
.vedioContent .vedioClose {
    position:absolute;
    bottom:10px;
    right:20px;
    cursor:pointer;
}
.header {
    height:73px !important;
}
.header .headerLogo {
    top:23px !important;
    left:31px;
    width: 222px;
}
.header .nav .navTop {
    display:none !important;
}
.header .nav {
    display:none;
    top:73px;
    right:0px;
    width:100%;
    height:auto !important;
    background:#fff;
    padding-bottom:20px;
}
.header .nav .child {
    float:none;
    width:90%;
    text-align:left;
    margin:0 auto;
    color:#333333;
    background-color: #f9f9f9;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    height:auto !important;
    line-height: 35px !important;
}
.header .nav .child:nth-child(2) {
    border-top:1px solid #dadada;
}
.header .nav .child .title {
    font-size:12px;
    color:#333;
    padding:0 2%;
    display: inherit;
}
.header .nav .child .childContent {
    display:none;
    position:relative;
    top:0px !important;
    width:100%;
}
.header .nav .child .childContent .childContentLi {
    padding:0 4%;
    color:#333;
    font-size:12px;
    height:35px;
    line-height:35px;
    border-top:1px solid #dadada;
    border-bottom:0px;
}
.header .nav .navChildLanguage {
    display:none;
}
.header .nav .navChildSearch {
    display:none;
}
.header .list {
    display:none !important;
}
.header .searchContent {
    display:none !important;
}
.wapNavPointer {
    display:block;
    top:3px;
    right:3px;
}
.wapNavBtn {
    display:block;
    top:29px;
    right:33px;
    width:32px;
}
.wapLanguage {
    display:block;
    top:29px;
    right:120px;
}
.wapLanguage .language {
    padding:0 14px;
    font-size:18px;
    line-height:18px;
}
.wapLanguage .language.cn {
    border-right:3px solid #bababa;
}

.wap_img {display:none;}

.crumbs {
    /*padding-top:73px !important;*/
    height:55px;
    line-height:55px;
}
.crumbs .title {
    font-size:20px;
}
.crumbs .childs {
    font-size:14px;
}
.crumbs .childs span {
    margin:0 6px;
}


.main {
    padding:40px 0 90px 0;
}
.main .maxTitle {
    line-height:34px;
}
.main .maxTitle span {
    padding-right:18px;
    font-size:28px;
}
.main .maxTitle .sub {
    top:18px;
}
.footer {
    height:auto;
}
.footer .title {
    font-size:16px;
    padding-top:18px;
    line-height:28px;
}
.footer .head {
    height:140px;
}
.footer .head .left {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    border-right:0px;
}
.footer .head .right {
    display: none;
}
.footer .head .right .content {
    margin-top:17px;
}
.footer .head .right .content img {
    margin-right:6px;
}
.footer .foot {
    height:auto;
    line-height:16px;
    font-size:14px;
    padding:11px 0;
}
.footer .foot p {
    width:70%;
    margin:0 auto;
}
}
@media (min-width: 1024px) and (max-width:1199px ) {
.container {
    width:980px;
}
.mainTitle {
    width:295px;
    line-height:56px;
    font-size:36px;
}
.header {
    height:80px !important;
}
.header .headerLogo {
    top:16px !important;
    left:60px;
    width:240px;
}
.header .nav .navTop {
    height:2px;
}
.header .nav {
    height:80px !important;
}
.header .nav .child {
    height:80px !important;
    line-height:80px !important;
}
.header .nav .child .title {
    font-size:16px;
}
.header .nav .child .childContent {
    top:80px !important;
}
.header .nav .child .childContent .childContentLi {
    font-size:16px;
    height:30px;
    line-height:30px;
}
.header .nav .child .language {
    height:16px;
    line-height:16px;
    padding:0 4px;
    font-size:16px;
}
.header .nav .child .seachIcon {
    width:14px;
    margin-top: 33px !important;
}
.header .list .container {
    padding:40px 0;
}
.header .list .content {
    width:492px;
}
.header .list .listMTitle {
    font-size:16px;
    line-height:20px;
    padding-bottom:10px;
}
.header .list .listTitle .title {
    line-height:24px;
    font-size:16px;
}
.header .list .listTitle .title a {
    font-size:16px;
}
.header .list .listTitle .title img {
    margin-right:12px;
}
.header .list .listTitle .title .pointer {
    top:6px;
}

.wap_img {display:none;}

.footer .head .right .right_li {
        top: 0px;
        width: 112px;
        float: left;
    }
    .footer .head .right {
        position: absolute;
        right: 0;
        top: 0px;
        width: 346px;
    }
.crumbs {
    /*padding-top:80px !important;*/
}
}
@media (min-width: 1200px) and (max-width:1439px ) {
}
@media (min-width: 1440px) and (max-width:1920px ) {
}

/*animate*/

@keyframes rightOpacityShow {
0% {
transform: translateX(-80px);
opacity:0;
}
80% {
transform: translateX(20px);
}
100% {
transform:translateX(0);
opacity:1;
}
}
@-moz-keyframes rotateYOpacityAn {
0% {
-moz-transform: translateX(-80px);
opacity:0;
}
80% {
-moz-transform: translateX(20px);
}
100% {
-moz-transform:translateX(0);
opacity:1;
}
}
@-webkit-keyframes rotateYOpacityAn {
0% {
-webkit-transform: translateX(-80px);
opacity:0;
}
80% {
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform:translateX(0);
opacity:1;
}
}
@-o-keyframes rotateYOpacityAn {
0% {
-o-transform: translateX(-80px);
opacity:0;
}
80% {
-o-transform: translateX(20px);
}
100% {
-o-transform:translateX(0);
opacity:1;
}
}

.news_contenter{
    width: 500px;
    height: auto;
    margin: 0 auto;
    background-color: #EEE;
}
.news_contenter .h1{
    margin: 0 auto;
    border: 1px solid #550000;
}
.news_contenter .imge{
    width: 100%;
    overflow: hidden;
}

.main .lx_con{
    width: 85%;
    margin:  0 auto;
    padding-top: 5%;
    font-size:  18px;
    overflow:  hidden;
}
.main .lx_con .lcon{
    width: 40%;
    float:  left;
    margin-left: 15%;
}
.main .lx_con .ct{
    font-weight: 700;
    font-size:22px;
    text-indent: 0em;
}
.main .lx_con .con p{
    font: 18px;
    line-height: 26px;
}

.main .lx_con .rcon{
    width: 40%;
    float:  left;
}

.main .lx_con .bimg{
    padding: 25% 0 2% 0;
    text-align:  center;
}

@media (max-width: 640px) {
.productmain {
    overflow: hidden;
    margin: 3% 0 0 0;
}
.kfoutbox{display:none;}
#lxb-container{display:none;}
.footer_container_mobile{
    width: 300px;
    margin-bottom: 20px;
    float: left;
}
.links{display: none;}
.index_pro ul li {
    border: 0px;
    border-right: 1px solid #bebebe;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    background: linear-gradient(to bottom right,#006fcf,#003d97);
    margin:  0 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.index_pro{
    margin: 1% 0 0 0;
}
.index_pro ul li a {
    color: #ffffff;
    vertical-align: middle;
    font-size:  14px;
}
.pages a, .pages li {
    position:  relative;
    text-align: center;
    margin: 10% 0 0 0;
}
.pages{
    margin-top:0;
}
.sw-container h3 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
    margin: 5px 0;
}

.main .lx_con{
    width: 92%;
    margin:  0 auto;
    padding-top: 5%;
    font-size: 16px;
    overflow:  hidden;
}
.main .lx_con .lcon{
    width: 100%;
    float:  left;
    margin: 0;
    margin-bottom: 10%;
}
.main .lx_con .rcon{
    width: 100%;
    margin-bottom:  5%;
}
.main .lx_con .ct{
    font-weight: 700;
    font-size: 18px;
}
.main .lx_con .con p{
    font: 18px;
    line-height: 26px;
}
.main .lx_con .bimg{
    display:none;
}
.news_n table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    display: table;
    border-spacing: 1px;
    border-color: #FFF;
}
.news_n table tr:nth-child(odd){background:#d9e1ff54;}
.news_n table td:nth-child(1){text-align:center;}

.news_n table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.news_n table tr {
    border: 0;
    border-top: 1px solid #DDD;
    background-color: #fff;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.news_n table tr td{
    font-size: 14px;
    color: #4f4f4f;
    line-height: 200%;
    border: 1px solid #DDD;
    padding: 8px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: inherit;
}

.news_n table tr th {
    font-size: 14px;
    color: #ffffff;
    line-height: 250%;
    border: 1px solid #DDD;
    padding: 8px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: inherit;
    background:#001d86;
}
}