input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*头部样式*/

.fix {
    width: 1920px;
    position: fixed;
    left: 50%;
    margin-left: -960px;
    z-index: 999;
    top: 0;
    z-index: 99999;
}

.out-head {
    background: #0d64c5;
    height: 36px;
    border-bottom: 1px solid #2272cb;
}

.head1 {
    background: #0d64c5;
    height: 99px;
    overflow: hidden;
}

.hh1 {
    width: 1200px;
    margin: 0 auto;
}

.k3 {
    font: 400 12px/36px "微软雅黑";
    color: #6c9dd5;
}

.k1 {
    font: 400 12px/36px "微软雅黑";
    color: #6c9dd5;
}

.k1 a {
    color: #6c9dd5;
}

.logo {
    float: left;
    padding-top: 11px;
}

.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;
}


/*导航栏样式*/

#menu {
    height: 60px;
    border-bottom: 1px solid #eaeaea;
    background: #f5f5f5;
}

.nav {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
}

.nav li {
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 150px;
    float: left;
    position: relative;
    z-index: 999;
    border-right: 1px solid #eaeaea;
}

.nav li a {
    display: block;
    line-height: 60px;
    color: #666666;
    height: 60px;
    font-size: 16px;
}

.nav li a:hover {
    color: #3da301;
    text-decoration: none;
}

.nav li:last-child {
    border-right: none;
}

.nav .sec {
    height: 0;
    background: #0d64c5;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: 0px;
}

.nav .sec a {
    background: #0d64c5;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 170px;
}

.nav .sec a:hover {
    text-decoration: none;
}


/*首页banner*/

.banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 676px;
    left: 50%;
    margin-left: -960px;
    margin-top: 197px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 49%;
    bottom: 70px;
    z-index: 100;
}

.banner .num li {
    float: left;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #0d64c5;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*热门搜索*/

.search {
    text-align: left;
    margin-top: 31px;
}

#formsearch {
    width: 370px;
    float: left;
    height: 34px;
    background: url(../images/ss.jpg) no-repeat center;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 34px;
    background: none;
    border: none;
    line-height: 34px;
    outline: none;
}

#formsearch input#keyword {
    height: 34px;
    line-height: 34px;
    padding-left: 7px;
    color: #aec5df;
    width: 283px;
}

#formsearch input#s_btn {
    width: 76px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.top-banner {
    position: relative;
}

.c1 {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 9999;
    overflow: hidden;
}

.c1a {
    width: 131px;
    height: 60px;
    background: url(../images/c1a.jpg) no-repeat;
    text-align: center;
    font: 400 14px/60px "微软雅黑";
    color: #fff;
    padding-left: 22px;
}

.c1b {
    width: 987px;
}

.news_list1 {}

.news_list1 li {
    width: 240px;
    float: left;
    line-height: 60px;
    margin-right: 6px;
}

.news_list1 li a {
    background: url(../images/news.png) no-repeat left;
    font: 400 12px/60px "微软雅黑";
    color: #666;
    padding-left: 18px;
}

.c1c {
    width: 60px;
    height: 60px;
    background: url(../images/c1c.jpg) no-repeat;
}

.c1c:hover {
    background: url(../images/c1cc.jpg) no-repeat;
}

.news_list1 li a:hover {
    color: #2272cb;
}

.c2 {
    background: url(../images/c2.jpg) no-repeat center;
    height: 820px;
    overflow: hidden;
}

.c22 {
    width: 1200px;
    margin: 0 auto;
    height: 790px;
    background: #fff;
    position: relative;
}

.c2a {
    font: 600 18px/56px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/xian.png) no-repeat center 100%;
    padding-top: 30px;
}

.c2aa {
    font: 400 12px/32px "微软雅黑";
    color: #666;
    text-align: center;
}

.c2-content {
    width: 1160px;
    margin: 0 auto;
    padding-top: 20px;
}

.c2-content li {
    width: 380px;
    float: left;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.c2-content li img {
    width: 380px;
    height: 160px;
}

.c2-a {
    font: 400 14px/52px "微软雅黑";
    color: #666;
}

.c2-content li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.c2-content li .bg {
    width: 380px;
    height: 160px;
    background: url(../images/c22.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in;
    transform: scale(0);
}

.c2-content li:hover .bg {
    transform: scale(1);
}

.c23 {
    text-align: center;
    position: absolute;
    bottom: -22px;
    z-index: 999;
    width: 100%;
}

.c3 {
    background: url(../images/c3.jpg) no-repeat center;
    height: 570px;
    overflow: hidden;
}

.c33 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 38px;
}

.c3a {
    width: 650px;
    position: absolute;
    left: 0;
    z-index: 999;
}

.c3b {
    position: absolute;
    right: 0
}

.c3a1 {
    font: 600 24px/56px "微软雅黑";
    color: #333;
    text-align: left;
    background: url(../images/xian.png) no-repeat left 100%;
    padding-top: 30px;
}

.c3a2 {
    font: 400 16px/32px "微软雅黑";
    color: #666;
    text-align: left;
}

.c3aa {
    font: 400 12px/33px "微软雅黑";
    color: #888;
    padding-top: 26px;
}

.c3a-more {
    margin-top: 50px;
}

.c3a-more a {
    font: 400 13px/20px "微软雅黑";
    color: #fff;
    background: #0d64c5;
    padding: 14px 45px;
}

.c3a-more a:hover {
    background: #fff;
    border: 1px solid #0d64c5;
    color: #0d64c5;
    transition: color 0.4s ease 0s;
}

.c4 {
    background: url(../images/c4.jpg) no-repeat center;
    height: 635px;
    overflow: hidden;
}

.c44 {
    width: 1200px;
    margin: 0 auto;
}

.c4a {
    font: 600 18px/56px "微软雅黑";
    color: #fff;
    text-align: center;
    background: url(../images/xian.png) no-repeat center 100%;
    padding-top: 48px;
}

.c4aa {
    font: 400 12px/32px "微软雅黑";
    color: #fff;
    text-align: center;
}

.c4-content {
    padding-top: 32px;
}

.c4b li {
    width: 280px;
    float: left;
    margin-right: 26px;
}

.c4b li:nth-child(4n) {
    float: right;
    margin-right: 0;
}

.c4-b {
    background: #3ea201;
    height: 132px;
}

.c4-b1 {
    font: 600 14px/45px "微软雅黑";
    color: #fff;
    padding-left: 14px;
}

.c4-b2 {
    font: 400 12px/22px "微软雅黑";
    color: #d8eccc;
    padding-left: 14px;
    padding-right: 14px;
}

.c4b li img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    width: 280px;
    height: 263px;
    overflow: hidden;
}

.c4b li img:hover {
    -webkit-transform: scale(1.1, 1.2);
    -moz-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.c5 {
    background: url(../images/c5.jpg) no-repeat center;
    height: 588px;
    overflow: hidden;
}

.c55 {
    width: 1200px;
    margin: 0 auto;
}

.c5a {
    width: 173px;
    height: 333px;
    background: url(../images/c5a.jpg) no-repeat;
    margin-top: 48px;
    font: 600 16px/144px "微软雅黑";
    color: #fff;
    text-indent: 16px;
}

.c5b {
    width: 486px;
    height: 333px;
    margin-top: 48px;
}

.c5c {
    width: 538px;
    height: 333px;
    background: #fff;
    margin-top: 48px;
}

.news_list11 {
    padding-top: 20px;
}

.news_list11 li {
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 17px;
    padding-bottom: 12px;
}

.news_list11 li a {
    font: 400 15px/24px "微软雅黑";
    color: #333;
}

.news_list11 li span {
    font: 400 12px/20px "arial";
    color: #999;
    display: block;
}

.nnn1 {
    width: 80px;
    height: 76px;
    background: #2272cb;
    text-align: center;
    margin-left: 28px;
}

.nes1 {
    font: 600 18px/48px "微软雅黑";
    color: #fff;
}

.nes2 {
    font: 400 12px/12px "微软雅黑";
    color: #fff;
}

.nnn2 {
    width: 408px;
}

.c6 {
    background: #edf2f8;
    height: 400px;
    overflow: hidden;
}

.c66 {
    width: 1200px;
    margin: 0 auto;
}

.c6a {
    padding-top: 20px;
}
.c7{
    height: 480px;
    overflow: hidden;
}
.c7-content{
    padding-top: 32px;
}
.c7a li {
    width: 194px;
    float: left;
    margin-right: 7px;
    position: relative;
}

.c7a li:nth-child(5n) {
    float: right;
    margin-right: 0;
}
.c7img{
    width: 100%;
    position: relative;
}
.c7img img{
    width: 100%;
}
.c7nm{
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 65px;
    color: #fff;
    font-weight: bold;
}
.product_list1 {}

.product_list1 li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
}

.product_list1 li a.img {
    border: 1px solid #e0e1dc;
}

.product_list1 li a.img img {
    width: 250px;
    height: 200px;
}

.product_list1 li h3 {
    text-align: center;
    padding-top: 12px;
}

.product_list1 li h3 a {
    font-weight: normal;
    font-size: 14px;
}

.product_list1 li a.img {
    display: block;
}

.product_list1 li a.img:hover {
    border-color: #e87518;
}

.roll_product {
    float: left;
}


/*----- 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;
}


/*友情链接*/

.link {
    background: url(../images/link.png) no-repeat center;
    height: 60px;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    background: #3da301;
    font: 400 14px/60px "微软雅黑";
    color: #fff;
    text-indent: 20px;
}

.f_link a {
    color: #fff;
}


/*页面底部*/

.out-foot {
    background: url(../images/foot.jpg) repeat-x;
    height: 405px;
    overflow: hidden;
    margin-top: 100px;
    background-color: #2a2b2d;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
    height: 254px;
    overflow: hidden;
}

.f1a {
    width: 312px;
    background: url(../images/xian1.jpg) no-repeat right;
    height: 189px;
}

.f1aa {
    font: 600 14px/32px "微软雅黑";
    color: #fff;
}

.f1-a {
    font: 400 12px/24px "微软雅黑";
    color: #b4b4b4;
    padding-top: 10px;
}

.f1b {
    width: 312px;
    background: url(../images/xian1.jpg) no-repeat right;
    height: 189px;
}

.f1c {
    width: 312px;
    background: url(../images/xian1.jpg) no-repeat right;
    height: 189px;
}

.f1ab {
    font: 600 14px/32px "微软雅黑";
    color: #fff;
    padding-left: 26px;
}

.f1-a1 {
    padding-left: 26px;
    padding-top: 10px;
}

.f1-a1 li {
    width: 115px;
    float: left;
}

.f1-a1 li a {
    font: 400 12px/30px "微软雅黑";
    color: #b4b4b4;
}

.f1d {
    width: 180px;
    padding-top: 30px;
}

.copp {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #b4b4b4;
}

.copp a {
    color: #b4b4b4;
}

.out-foot a:hover {
    color: #e87518;
    text-decoration: none;
}

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

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

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}