html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei';
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a,
img {
    -webkit-touch-callout: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font-family: Microsoft YaHei;
    width: 100%;
    min-width: 1400px;
}

/*语言栏*/
.language {
    width: 100%;
    height: 30px;
    background: #F5F5F5;
}

.language-box {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-box-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-box-right a {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    padding: 0 11px;
}

.language-box-right span {
    height: 16px;
    width: 1px;
    background-color: #707070;
}

.language-box .language-box-right .check {
    color: #0074C5;
}

/*header*/
header {
    width: 100%;
    background: #fff;
    height: 110px;
}

.header {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.1);
}

.header-box {
    width: 1200px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-box-left img {
    height: 65px;
    display: block;
}

.header-box-right {
    display: flex;
    justify-content: flex-end;
}

.header-box-right a {
    color: #666666;
    width: 60px;
    height: 40px;
    padding: 30px 20px 10px 20px;
    display: flex;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s;
}

.header-box-right a.check {
    background-color: #0074C5;
    color: #fff;
}

.header-box-right a:hover {
    background-color: #0074C5;
    color: #fff;
}

/*轮播图*/
.banner {
    width: 100%;
    height: 460px;
}

.banner .swiper-slide {
    background-size: 100% 100%;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 0;
    background-color: #fff;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #0074C5;
}

.title {
    width: 100%;
}

.title-box {
    text-align: center;
}

.title-cn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-cn span {
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    color: #333333;
}

.title-en {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.title-en span {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    position: relative;
}

.title-en span::before {
    content: " ";
    width: 70px;
    height: 1px;
    background-color: #707070;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    right: -91px;
}

.title-en span::after {
    content: " ";
    width: 70px;
    height: 1px;
    background-color: #707070;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: -91px;
}

.margin_top58 {
    margin-top: 58px;
}

.product {
    width: 100%;
    margin-top: 40px;
}

.product-relative {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.product-box {
    width: 1200px;
    margin: 0 auto;
}

.product-box .swiper-slide {
    width: 285px;
    height: 235px;
    position: relative;
    cursor: pointer;
}

.product-box .swiper-slide img {
    width: 285px;
    height: 235px;
    display: block;
}

.product-box .swiper-slide .product-text {
    display: none;

}

.product-box .swiper-slide:hover .product-text {
    width: 285px;
    height: 235px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.product-box .swiper-slide .product-text .product-text-box p:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    padding: 0 18px;
    color: #fff;
}

.product-box .swiper-slide .product-text .product-text-box p:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
    margin-top: 14px;
    padding: 0 18px;
    color: #fff;
}

.product-button-prev {
    position: absolute;
    left: 20px;
    top: 80px;
}

.product-button-prev img {
    width: 44px;
    height: 72.89px;
    cursor: pointer;
}

.product-button-next {
    position: absolute;
    right: 20px;
    top: 80px;
}

.product-button-next img {
    width: 44px;
    height: 72.89px;
    cursor: pointer;
}

.product-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.morebnt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font: weight 300;
    color: #fff;
    background-color: #0074C5;
    width: 130px;
    height: 40px;
    border-radius: 4px;
    transition: all .5s;
}

.morebnt:hover {
    opacity: 0.8;
}

.margin_top120 {
    margin-top: 120px;
}

.aboutus {
    width: 100%;
    margin-top: 40px;
}

.aboutus-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutus-left img {
    width: 490px;
    height: 280px;
    display: block;
}

.aboutus-right {
    width: 656px;
}

.aboutus-cons {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333333;
}

.margin_top21 {
    margin-top: 21px;
}

.credential-box {
    width: 1200px;
    margin: 0 auto;
}

.credential-box .swiper-slide {
    height: 368px;
    width: 224px;
}

.credential-box .swiper-slide img {
    height: 308px;
    width: 224px;
    display: block;
}

.margin_top133 {
    margin-top: 133px;
}

.margin_top40 {
    margin-top: 40px;
}

.swiper-slide p {
    height: 60px;
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credential_bnt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 90px;
}

footer {
    width: 100%;
    height: 334px;
    background-color: #FAFCFE;
}

.footer {
    width: 100%;
    height: 334px;
}

.footer-box {
    width: 1200px;
    height: 304px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.footer-item {
    margin-top: 54px;
}

.footer-item a {
    display: block;
}

.footer-item a:nth-child(1) {
    font-size: 16px;
    color: #333333;
}

.footer-item a:nth-child(n+2) {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-top: 20px;
}

.footer-item a:nth-child(2) {
    margin-top: 30px;
}

.footer-item:nth-child(1) {
    margin-left: 100px;
}

.footer-item:nth-child(2) {
    margin-left: 68px;
}

.footer-item:nth-child(3) {
    margin-left: 88px;
}

.footer-item:nth-child(4) {
    margin-left: 56px;
}

.footer-item:nth-child(5) {
    margin-left: 88px;
}

.footer-item:nth-child(6) {
    margin-left: 88px;
}

.footer-item p {
    width: 270px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-top: 20px;
    display: flex;
}

.footer-item p span {
    min-width: 44px;
}

.footer-ICP {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: 12px;
}

.footer-ICP a {
    color: #999999;
    font-size: 12px;
}

.footer-ICP a:nth-child(2) {
    padding: 0 18px;
}

.list {
    width: 100%;
    margin-top: 40px;
}

.list-box {
    width: 1200px;
    min-height: 624px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.list-left {
    width: 250px;
    height: 469px;
    background: #F5F5F5;
}

.list-left a {
    display: block;
    transition: all .5s;
}

.list-left a:nth-child(1) {
    height: 40px;
    background-color: #0074C5;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-indent: 24px;
}

.list-left a:nth-child(1):hover {
    background-color: #F5F5F5;
    color: #0074C5;
}

.list-left a:nth-child(n+2) {
    height: 50px;
    color: #666666;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}

.list-left a:nth-child(n+2) span:nth-child(1) {
    width: 5px;
    height: 9px;
    display: block;
    margin-left: 24px;
    background: url(../images/icon_un_san_jiao_xing@2x.png);
    background-size: 100% 100%;
}

.list-left a:nth-child(n+2) span:nth-child(2) {
    margin-left: 5px;
}

.list-left a:nth-child(n+2):hover {
    color: #0074C5;
}

.list-left a:nth-child(n+2):hover span:nth-child(1) {
    background: url(../images/icon_san_jiao_xing@2x.png);
    background-size: 100% 100%;
}

.list-left a:nth-child(n+2).check span:nth-child(1) {
    background: url(../images/icon_san_jiao_xing@2x.png);
    background-size: 100% 100%;
}

.list-left .check span {
    color: #0074C5;
}

.list-right {
    width: 900px;
    min-height: 600px;
    padding-left: 7px;
}

.list-right-title {
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #0074C5;
    position: relative;
    text-indent: 7px;
}

.list-right-title::before {
    content: " ";
    width: 3px;
    height: 24px;
    background: #0074C5;
    position: absolute;
    top: 0;
    left: -7px;
}

.list-right-box {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.list-right-item {
    width: 285px;
    height: 295px;
    display: block;
    margin-top: 20px;
}

.list-right-item:nth-child(3n-1) {
    margin: 0 20px;
    margin-top: 20px;
}

.list-right-item-top {
    width: 285px;
    height: 235px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.list-right-item-bottom {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
}

.list-right-item-top img {
    width: 285px;
    height: 235px;
    transition: all .3s;
}

.list-right-item-top img:hover {
    width: 465.6px;
    height: 350.4px;
}

/*分页*/
#pages {
    text-align: right;
}

#pages li {
    margin: 0 2px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    color: #999999;
    display: inline-block;
    border-radius: 2px;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0 16px;
    color: #999999;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 14px;
}

#pages li.active {
    text-align: center;
    background: #0074C5;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 13px rgba(0, 116, 197, 0.3);
    color: rgba(0, 116, 197, 1);
    border-radius: 2px;
}

#pages li:hover a {
    color: rgba(0, 116, 197, 1);
}

#thumbs .swiper-container {
    width: 500px;
    height: 213px;
}

#thumbs .swiper-wrapper {
    height: auto;
}

#thumbs .swiper-slide img {
    width: 100%;
    height: 77px;
    display: block;
    cursor: pointer;
}

#thumbs.swiper-container-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}

#thumbs.swiper-container-thumbs img {
    opacity: .5;
}

.list-right-boxcp {
    display: flex;
    margin-top: 20px;
}

.list-right-boxcp-left {
    width: 400px;
}

#gallery img {
    width: 400px;
    height: 330px;
    cursor: pointer;
}

.list-right-boxcp-right {
    width: 450px;
    margin-left: 20px;
}

.list-right-boxcp-right-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
}

.list-right-boxcp-right-item {
    display: flex;
    margin-top: 20px;
}

.list-right-boxcp-right-item span:nth-child(1) {
    width: 80px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: rgba(102, 102, 102, 1);
}

.list-right-boxcp-right-item span:nth-child(2) {
    width: 370px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(51, 51, 51, 1);
}

.list-right-boxqy {
    margin-top: 20px;
}

.list-right-boxqy img {
    max-width: 100%;
}

.listqy1-right-box {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.listqy1-right-item {
    width: 224px;
    display: block;
    margin-top: 20px;
}

.listqy1-right-item:nth-child(3n-1) {
    margin: 0 114px;
    margin-top: 20px;
}

.listqy1-right-item-top {
    width: 224px;
    height: 308px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.listqy1-right-item-bottom {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
}

.listqy1-right-item-top img {
    width: 224px;
    height: 308px;
    transition: all .3s;
}

.listqy1-right-item-top img:hover {
    width: 336px;
    height: 462px;
}

.list-right-boxnews {
    width: 900px;
    margin-bottom: 20px;
}

.list-right-boxnews-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(112, 112, 112, .2);
    color: rgba(51, 51, 51, 1);
}

.list-right-boxnews-item:hover {
    color: #0074C5;
}

.list-right-boxnews-item span:nth-child(2) {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}

.list-right-boxnews-title {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    margin-top: 10px;
}

.list-right-boxnews-time {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 19px;
    color: rgba(153, 153, 153, 1);
    opacity: 1;
}

.list-right-boxnews-cons {
    padding: 32px 0;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.2);
}

.list-right-boxnewspage {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.list-right-boxnewspage a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 19px;
    color: rgba(153, 153, 153, 1);
}

.list-right-boxnewspage a:nth-child(2) {
    margin-left: 60px;
}

.list-right-boxnewspage a span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 19px;
    color: rgba(0, 116, 197, 1);
    margin-right: 14px;
}

.list-right-boxnewspage a:hover {
    color: #0074C5;
}

.list-right-boxzp {
    width: 900px;
    margin-top: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
}

.list-right-itemzp {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.list-right-itemzp div {
    flex: 1;
    margin-left: 30px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.list-right-itemzp:nth-child(2n) {
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(229, 229, 229, 1);
}

.list-right-itemzp:nth-child(2n-1) {
    background: rgba(0, 116, 197, 0.03);
    border-top: 1px solid rgba(229, 229, 229, 1);
}

.list-right-itemzp:nth-child(1) {
    background: rgba(245, 248, 250, 1);
    border-top: none;
}

.list-right-itemzpbg {
    background: rgba(0, 116, 197, 0.03) !important;
    border-top: 1px solid rgba(229, 229, 229, 1);
}

.list-right-itemzp-zk {
    display: flex;
    align-items: center;
}

.list-right-itemzpcontent {
    padding: 20px 30px;
    border-top: 1px solid rgba(229, 229, 229, 1);
    display: none;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}