* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

span,
a,
i {
    font-style: normal;
}

img {
    border: none;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

input,
textarea,
button {
    outline: none;
    border: 1px solid #ddd;
}

input:focus,
textarea:focus,
button:focus {
    border: 1px solid #ddd;
    outline: none;
}

input[type=submit] {
    border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear:after {
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.text-center {
    text-align: center;
}

.hidden,
.hidden1 {
    display: none;
}

small,
.small {
    font-size: 0.8em;
    color: inherit;
}

big,
.big {
    font-size: 1.2em;
}

strong,
.strong {
    font-weight: 900;
}

p {
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.box {
    margin: 0 auto;
}

.title {
    text-align: center;
    color: #012c55;
    letter-spacing: 2px;
    font-size: 1rem;
}

.title h2 {
    font-weight: 600;
}

.title .small {
    letter-spacing: 6px;
    font-size: 1em;
}

.search {
    padding: 10px 30px;
    border-bottom: 1px solid #ccc;
}

.search p {
    margin-bottom: 0;
    color: #404040;
    line-height: 2.2em;
}

.search p big {
    color: #012c55;
}

.search form {
    border-radius: 15px;
    background: #e1e1e1;
    padding: 2px 15px;
}

.search form input[type=text] {
    border: none;
    background: none;
    height: 2.2em;
}

.search form input[type=text]::-webkit-input-placeholder {
    color: #404040;
}

.search form input[type=submit] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../img/2.png) 0 0/100% 100%;
    cursor: pointer;
}

.yyly {
    padding: 60px 0 30px;
}

.yyly .title {
    margin-bottom: 40px;
}

.yyly .title .text {
    color: #404040;
}

.yyly .content p {
    font-size: 0;
    margin: 0;
    padding: 0 4px;
}

.yyly .content p a {
    width: 370px;
    padding: 4px 4px;
    vertical-align: top;
}

.yyly .content p:nth-of-type(2) {
    margin-top: -25px;
}

.yyly .content p:nth-of-type(2) a {
    vertical-align: bottom;
}

.yyly .content p a:nth-of-type(2) {
    width: 425px;
}

.yyly .content p a:nth-of-type(3) {
    width: 330px;
}

.yyly .content img {
    width: 100%;
}

.product {
    padding: 50px 0;
    background: #ebebeb;
    font-size: 0;
    text-align: center;
}

.product .title {
    position: relative;
    margin-bottom: 45px;
    border-bottom: 1px solid #707070;
}

.product .title:after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -75px;
    background: #f2d11d;
}

.product li {
    display: inline-block;
    font-size: 1rem;
}

.product .menu li {
    font-size: 24px;
    padding: 5px 30px;
    color: #012c55;
}

.product .menu li a {
    font-size: 14px;
    padding: 10px 25px;
    background: #f2d11d;
    vertical-align: top;
    margin-left: 3px;
    transition: .4s;
}

.product .menu li.active a {
    background: #012c55;
    color: #fff;
}

.product .content {
    display: none;
    text-align: left;
}

.product .content.active,
.product .content.content1 {
    display: block;
}

.product .content li {
    width: 23%;
    margin: 50px 1% 0;
    text-align: center;
}

.product .content li img {
    width: 100%;
    height: 218px;
}

.product .content li h1 {
    padding-top: 10px;
    font-size: 1.1rem;
}

.product .content li .more {
    color: #f00;
    font-size: 1rem;
}

.ad img {
    width: 100%;
}

.ldgh {
    padding: 60px 0 20px;
}

.ldgh .title {
    text-align: left;
    padding: 1px;
    padding-left: 100px;
    position: relative;
    margin-bottom: 40px;
}

.ldgh .title:after {
    content: "";
    display: inline-block;
    width: 180px;
    height: 3px;
    position: absolute;
    background: #f2d11d;
    left: 0;
    bottom: 0;
}

.ldgh .text {
    width: 45%;
    padding: 25px 15px 0;
}

.ldgh .text li {
    padding-left: 35px;
    position: relative;
}

.ldgh .text li a {
    line-height: 2.5;
    font-size: 1.2rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404040;
    width: 95%;
    transition: .4s;
}

.ldgh .text li:before {
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 18px solid #f2d11d;
    vertical-align: sub;
}

.ldgh .text li.active a {
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
}

.ldgh .img {
    width: 55%;
    text-align: center;
}

.ldgh .img ul {
    position: relative;
    min-height: 530px;
}

.ldgh .img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.ldgh .img li.active {
    display: block;
}

/*-------------------------------------------后续加*/
.about {
    padding: 70px 0 50px;
    background: url(../img/10.png) round;
}

.about .img {
    margin-right: 20px;
}

.about .text {
    overflow: hidden;
}

.about .text h3 {
    padding: 20px 0 70px;
    color: #012c55;
    text-align: center;
}

.about .text p {
    color: #404040;
    font-size: 1.1rem;
    line-height: 1.8;
    text-indent: 2em;
}

.about .text .btn {
    text-align: center;
}

.about .text .btn a {
    margin: 60px 15px 0;
    padding: 4px 30px;
    color: #fff;
    background: url(../img/12.png) round;
    font-size: 1.6rem;
}

.why {
    padding: 50px 0 0;
    color: #404040;
    background: url(../img/13.png) round;
}

.why .content {
    padding: 0 50px 100px;
    padding-right: 40%;
    background: url(../img/18.png) right center/40% no-repeat;
}

.why .title {
    margin: 0 auto 30px;
    text-align: center;
}

.why .title img {
    width: 400px;
}

.why li {
    margin: 30px 0 0;
    padding-left: 130px;
    background: url(../img/15.png) no-repeat 3px center/90px auto;
}

.why ul li:nth-of-type(2) {
    background-image: url(../img/16.png);
}

.why ul li:nth-of-type(3) {
    background-image: url(../img/17.png);
}

.why h3 {
    font-weight: 100;
    font-size: 22px;
}

.why h5 {
    padding: 5px 0;
    font-weight: 100;
}

.news {
    padding: 70px 0;
}

.news .title {
    text-align: left;
    padding-left: 30px;
}

.news .content {
    padding: 70px 0;
    padding-left: 60px;
    background: url(../img/19.png) round;
    text-align: center;
}

.news .content .fl {
    width: 50%;
}

.news .content .form {
    padding-left: 220px;
    padding-right: 50px;
}

.news .content .form h3 span {
    padding: 0 10px;
    font-weight: 100;
    color: #012c55;
    border-bottom: 1px solid;
}

.news .content .form li {
    margin: 25px 0 0;
    text-align: left;
}

.news .content .form li span {
    padding-left: 30px;
    line-height: 2;
    font-size: 1.1rem;
    color: #404040;
    background: url(../img/21.png) no-repeat 0 center/25px auto;
}

.news .content .form li:nth-of-type(2) span {
    background-image: url(../img/22.png);
}

.news .content .form li:nth-of-type(3) span {
    background-image: url(../img/23.png);
}

.news .content .form li input {
    width: 100%;
    height: 2.5em;
    border: 1px solid #012c55;
    padding: 0 3px;
}

.news .content .form li textarea {
    width: 100%;
    height: 8em;
    border: 1px solid #012c55;
    padding: 3px;
}

.news .content .form input[type=submit] {
    margin-top: 25px;
    background: url(../img/24.png) round;
    line-height: 2.3;
    width: 90%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}

.news .content .iNav a {
    margin: 0 15px;
    padding: 3px 15px;
    font-size: 1.3rem;
    background: rgba(242, 209, 29, 0.46);
    color: #012c55;
    transition: .4s;
}

.news .content .iNav a.active {
    background: #012c55;
    color: #fff;
}

.news .content .iNav a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    background: #012c55;
    margin-right: 15px;
    vertical-align: sub;
}

.news .content .iNav a.active:before {
    background: #fff;
}

.news .content img {
    width: 80%;
    margin: 30px 0;
}

.news .content .l ul {
    text-align: left;
    padding-left: 30px;
    display: none;
}

.news .content .l ul.active {
    display: block;
}

.news .content .l li {
    margin: 0 0 15px;
    font-size: 1.15rem;
    color: #404040;
}

.news .content .l li i {
    font-size: 1.2em;
    margin-right: 20px;
}

.links {
    background: #ebebeb;
    font-size: 1.4rem;
}

.links .box {
    padding: 15px;
    position: relative;
}

.links .box:before {
    content: "LINKS";
    font-size: 2.3em;
    position: absolute;
    left: 0;
    top: 0;
    color: #012c55;
    opacity: .2;
    font-weight: 600;
}

.links span {
    width: 5.8em;
    text-align: right;
    color: #012c55;
    position: relative;
}

.links .list {
    padding-left: 8em;
    position: relative;
    font-size: 1rem;
    padding-top: 0.4rem;
    text-align: left;
}

.links .list a {
    width: 12.5%;
    padding-bottom: 5px;
    float: left;
}

.links .list a:hover {
    color: #008a7e;
}

.copyright a {
    display: none;
}

.copyright a.jszc {
    display: inline-block;
}

/*产品内页*/
.neiye * {
    white-space: normal !important;
}
.neiye .center img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.neiye .center p{
    line-height: 30px;
    font-size: 16px;
}
.neiye .center p span{
    font-size: 16px;
}

.neiye {
    margin: 40px 0;
}

.neiye .left {}

.neiye .right {
    padding-left: 50px;
}

.neiye .title {
    padding: 10px 30px;
    background: #008cd6;
    color: #fff;
    text-align: left;
    font-size: 2rem;
}

.place {
    float: right;
    font-size: 14px;
}

.place a {
    color: #fff;
}




.arcTitle,
.info {
    text-align: center;
    margin-bottom: 20px;
}

.info small {
    margin-left: 15px;
}

/*left*/
.left>div {
    margin-bottom: 35px;
}

.left ul {
    padding: 10px 8px;
    border: 1px solid #ccc;
}

.left li {
    line-height: 1.7;
}

.leftNav li {
    font-size: 16px;
    border-bottom: 1px dashed #eee;
}

.leftNav li a{
    color: #000;
    display: block;
    padding: 15px;    
}

.left .lxfs li {
    font-size: 16px;
}

.leftNav ul, .lxfs ul {
    padding: 0px 15px 15px;
    background-color: #fbfbfb;
    border: none;
}

.center {
    padding: 25px 0;
    position: relative;
}

.center,
.center p,
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center h6,
.center span,
.center a {
    line-height: 25px;
}

.center p.imgfr {
    float: right;
    display: inline-block;
    margin-top: -35px;
    margin-left: 15px;
}

.center p span,
.center p a,
.center p strong {
    display: inline;
}

.article-tags a,
.article-otherinfo a,
.center>a {
    line-height: 20px;
}

.imgBox ul {
    font-size: 0;
}

.imgBox ul li {
    font-size: 1rem;
}

.imgBox ul li .img {
    display: block;
    height: auto;
}

.imgBox ul li .neiye_img_box {
    width: 100%;
    overflow: hidden;
}

.imgBox ul li:hover .img {
    transform: scale(1.1);
    transition: all .5s;
}

.imgBox li {
    width: 31.3333%;
    display: inline-block;
    margin: 15px 1%;
    font-size: 1rem;
    border: 1px solid #ccc;
}

.imgContent .center li a {
    display: block;
}

.article-tags{
    clear: both;
    font-size: 14px;
}

.article-otherinfo{
    font-size: 14px;
}

.tags-style{
    margin-top: 8rem; 
}

.tags-style ul li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
}

.tags-style a{
    display: inline !important;
    color: #008cd6;
}

.imgContent .center li img {
    width: 100%;
}

.imgContent .center li .p {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.imgBox ul li:hover .p{
    background: #008cd6;
    color: #fff;
}

.neiye .article li {
    margin: 0 0 35px;
    clear: both;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 5px;
}

.neiye .article li:hover {
    box-shadow: 1px 1px 5px #ccc;
}

.neiye .article li .img {
    width: 15%;
    margin-right: 15px;
    float: left;
}

.neiye .article li .img img {
    width: 100%;
}

.neiye .article .info {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.neiye .article .info .h3 {
    display: block;
    margin-top: 0;
}

.neiye .article .artBox {
    padding: 10px 0;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.arcTitle h2 {
    font-size: 30px;
}

/*分页标签*/
.pagelist {
    text-align: right;
}

.pagelist li {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.pagelist li a {
    min-width: 1.3em;
    padding: 2px 4px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    color: #012c55;
}

iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .neiye .right {
        padding-left: 0px;
    }
    .imgBox li{
        width: 48%;
    }
    .center {
        padding: 25px 8px;
    }

    .neiye .article li .img {
        display: none;
    }

    .neiye .article .artBox {
        width: 100%;
    }

    .left .lxfs {
        display: none;
    }
    .tags-style{
        margin-top: 0;
    }
}