html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

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

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}


/*新闻列表页*/

.news_list2 {
    height: auto;
    overflow: hidden;
}

.news_list2 li {
    height: 143px;
    border: 1px solid transparent;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news_list2 li .imgs img {
    width: 200px;
    height: 120px;
}

.news_list2 li .imgs .imgx {
    margin: 10px;
}

.news_list2 li:hover {
    border: 1px solid #efefef;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
}

.news_list2 li .neisx {
    width: 56%;
    float: left;
    margin: 36px 0 28px 34px;
    transition: all .3s ease-out 0s;
}

.news_list2 li:hover .neisx {
    margin: 36px 0 28px 54px;
}

.news_list2 li .neisx h3 a {
    font-size: 16px;
    color: #626262;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 4px;
    transition: all .3s ease-out 0s;
    font-weight: 500;
}

.news_list2 li .neisx span {
    height: 52px;
    color: #a2a2a2;
    line-height: 24px;
    display: block;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}

.news_list2 li .times {
    float: right;
}

.news_list2 li:hover .times a {
    background: #bfbfbf;
    color: #fff;
}

.news_list2 li .times p {
    float: right;
    color: #999999;
    padding: 29px 37px 0 0;
    transition: all .3s ease-out 0s;
    height: 26px;
    font-size: 20px;
    font-family: HELVETICANEUELTPRO-THEX, "Microsoft Yahei";
}

.news_list2 li .times a {
    display: block;
    position: absolute;
    top: 84px;
    right: 60px;
    width: 84px;
    height: 28px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #dedfe1;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #959595;
    line-height: 28px;
}


/*banner*/

.cbox {
    position: absolute;
    right: 360px;
    bottom: 162px;
    z-index: 11;
}

.list {
    /*width: 660px;*/
}

.list ul li {
    float: left;
    width: 103px;
    height: 103px;
    cursor: pointer;
    box-sizing: content-box;
    margin-left: 48px;
}

.list ul li img {
    height: 103px;
    width: 103px;
}

.list ul li p {
    font: 18px/24px 'microsoft Yahei';
    text-align: center;
    color: #fff;
    background: #3d9f3c;
    border-radius: 40px;
}

.list ul li p a {
    color: #fff;
}

.about {
    display: none;
    position: relative;
    height: 390px;
    width: 620px;
    position: fixed;
    top: -400px;
    left: 50%;
    margin: -215px 0 0 -330px;
    background: #fff;
    padding: 20px;
    z-index: 1001;
    box-sizing: content-box;
}

.about div {
    overflow: auto;
    height: 390px;
    width: 610px;
    padding-right: 10px;
}

.about i {
    position: absolute;
    top: 0;
    right: -60px;
    height: 60px;
    width: 60px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 102;
}

.about img {
    margin: 18px 20px 10px 0;
    width: 280px;
    height: auto;
    float: left;
    border-radius: 10px;
}

.about p {
    text-align: left;
    text-indent: 2em;
    font: 14px/28px 'microsoft Yahei';
    color: #666;
    margin: 10px auto;
    padding-left: 20px;
}

.ewmx {
    display: none;
    position: relative;
    height: 400px;
    width: 300px;
    position: fixed;
    top: -400px;
    left: 50%;
    margin: -200px 0 0 -150px;
    z-index: 91001;
}

.ewmx i {
    position: absolute;
    top: 0;
    right: -60px;
    height: 60px;
    width: 60px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 102;
}

.ewmx img {
    width: 300px;
    height: 400px;
}

.video {
    display: none;
    position: fixed;
    width: 640px;
    height: 360px;
    top: -400px;
    left: 50%;
    margin: -200px 0 0 -320px;
    z-index: 11111;
    background: none;
    _position: absolute;
    _top: expression(documentElement.scrollTop + "px");
    font-size: 12px;
}

.video i {
    position: absolute;
    top: 0;
    right: -60px;
    height: 60px;
    width: 60px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 102;
}

.blockCover {
    display: none;
    z-index: 9910;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    _position: absolute;
    _height: 710px;
}

.bottom {
    text-align: center;
    padding: 20px 0;
}

.bottom p {
    font-size: 14px;
    line-height: 24px;
    font: 14px/24px 'microsoft Yahei';
    color: #555;
}

.biankuang {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
}

.biankuang_1 {
    height: 0px;
    top: 0px;
    left: 0px;
    border-left: 1px solid #0159b2;
}

.biankuang_2 {
    width: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #0159b2;
}

.biankuang_3 {
    height: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #0159b2;
}

.biankuang_4 {
    width: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #0159b2;
}

.c3 .content .list2 li:hover .biankuang_1,
.xypg-product-list li:hover .biankuang_1,
.c4 .content .list2 li:hover .biankuang_1 {
    transition: .2s;
    height: 100%;
}

.c3 .content .list2 li:hover .biankuang_2,
.xypg-product-list li:hover .biankuang_2,
.c4 .content .list2 li:hover .biankuang_2 {
    transition: .2s 0.2s;
    width: 100%;
}

.c3 .content .list2 li:hover .biankuang_3,
.xypg-product-list li:hover .biankuang_3,
.c4 .content .list2 li:hover .biankuang_3 {
    transition: .2s;
    height: 100%;
}

.c3 .content .list2 li:hover .biankuang_4,
.xypg-product-list li:hover .biankuang_4,
.c4 .content .list2 li:hover .biankuang_4 {
    transition: .2s 0.2s;
    width: 100%;
}

.jleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    background: url(../images/bg1x.png) no-repeat 50% 0;
    height: 683px;
}

.jleft h3 {
    padding-top: 35px;
    font-size: 24px;
    color: #aa001a;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
}

.jleft .sortx li {
    padding-left: 90px;
    border-bottom: 1px dashed #dbdbdb;
    line-height: 37px;
    font-size: 14px;
    background: url(../images/k2.png) no-repeat 66px 50%;
}

.jleft .sortx li a {
    color: #666;
}

.jleft .sortx li:hover {
    background: url(../images/k1.png) no-repeat 50%;
}

.jleft .sortx li:hover a {
    color: #fff;
}


.w920{
    width: 920px;
}
