@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #555;
    font-size: 15px;
    line-height: 25px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
}

img {
    /* vertical-align: top; */
    border: 0;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd {
    border: 0;
}

ul,
li,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    color: #3576bc;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

table tr td {
    font-size: 13px;
}

#topScroll {
    position: fixed;
    bottom: 15%;
    right: 8%;
    display: none;
    z-index: 999;
}

#headerContainer {
    width: 100%;
    height: 105px;
    position: relative;
    margin: 0 auto;
}

#header {
    width: 80%;
    margin: 0 auto;
    margin-right: 238px;
}

#header #logo {
    width: 45%;
    margin: 15px 0px 0px 0px;
}

#header #logo .logoImg {
    width: 245px;
}

#header #logo .line {
    margin: 4px 0px 0px 3px;
}

#header #logo h3 {
    font-size: 19px;
    margin-top: 4px;
    font-weight: bold;
    margin-left: 8px;
    line-height: 42px;
}

#header #logo h4 {
    font-size: 15px;
    margin-left: 8px;
    color: #888;
}

#header ul#menu {
    width: 50%;
    text-align: right;
    margin-right: 2%;
}

#header ul#menu li {
    display: inline-block;
    width: 15%;
}

#header ul#menu li a {
    font-size: 16px;
    color: #444;
    line-height: 105px;
}

#header ul#menu li a:hover {
    font-weight: bold;
    color: #3576bc;
}

#topTel {
    position: absolute;
    right: 0;
    background-color: #3576bc;
    color: #fff;
    line-height: 105px;
    padding: 0px 15px;
}

#topTel h2 {
    line-height: 105px;
    font-size: 25px;
}

.syTitle {
    text-align: center;
}

.syTitle h2.firstTitle {
    line-height: 60px;
    font-size: 36px;
}

.syTitle h2.firstTitle font {
    color: #3576bc;
    font-weight: bold;
}

.syTitle h2.firstTitle font::before {
    content: "●";
    margin: 0px 10px;
    font-size: 25px;
}

.syTitle h2.firstTitle span {
    font-size: 20px;
}

.syTitle .secondTitle .text {
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    margin-top: 5px;
    color: #888;
}

.syTitle .secondTitle .text::before {
    content: "————";
    margin-right: 20px;
    color: #ccc;
}

.syTitle .secondTitle .text::after {
    content: "————";
    margin-left: 20px;
    color: #ccc;
}

.syTitle .secondTitle .text font {
    font-size: 18px;
    color: #3576bc;
}

#syAbout {
    width: 100%;
    background: #f9f9f9 url(../images/aboutbj.jpg) no-repeat center top;
    padding: 45px 10% 40px 10%;
}

#syAbout .abooutText {
    margin: 30px 5% 40px 5%;
    line-height: 30px;
    text-align: center;
}

#syAbout ul {
    width: 81%;
    margin: 0 auto;
}

#syAbout ul li {
    display: inline-block;
    width: 24.6%;
    text-align: center;
    border-right: 1px solid #ddd;
}

#syAbout ul li:nth-child(4) {
    border-right: none;
}

#syAbout ul li h1 {
    font-size: 32px;
    font-weight: bold;
    color: #3576bc;
}

#syAbout ul li h1 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

#syAbout ul li p {
    line-height: 30px;
    color: #888;
}

#syAbout .aboutTel {
    display: flex;
    width: 380px;
    margin: 60px auto 50px auto;
}

#syAbout .aboutTel .telImg {
    margin-top: 5px;
}

#syAbout .aboutTel .aboutTelContent {
    margin: 0px 30px 0px 10px;
}

#syAbout .aboutTel .aboutTelContent h4 {
    font-size: 20px;
    font-weight: bold;
    color: #3576bc;
    line-height: 32px;
}

#syAbout .aboutTel .aboutTelBtn a {
    height: 47px;
    line-height: 47px;
    display: block;
    background-color: #3576bc;
    color: #fff;
    padding: 0px 42px;
}

.syProductcontainer {
    position: relative;
    width: 100%;
    background: url(../images/probj.jpg) repeat-x 0 bottom;
    padding-bottom: 35px;
}

.syProduct {
    width: 100%;
    margin-top:45px;
}

.syProduct .syProductContent {
    width: 100%;
}

.syProduct .syProductMenu {
    display: flex;
    width: 72%;
    margin: 30px auto;
}

.syProduct .syProductMenu li {
    width: 18%;
    line-height: 45px;
    margin: 0px 1%;
    text-align: center;
}

.syProduct .syProductMenu li a {
    display: inline-block;
    width: 100%;
    background-color: #3576bc;
    color: #fff;
    font-size: 17px;
}

.syProduct .syProductMenu li.tab-nav-action a {
    background-color: #fdbc02;
}

.syProduct .syProductMenu li a:hover {
    text-decoration: none;
    background-color: #fdbc02;
}

.syProduct ul.syProModel {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin: 30px auto 40px auto;
}

.syProduct ul.syProModel li {
    border: 1px solid #ddd;
    line-height: 20px;
    width: 12.5%;
    text-align: center;
}

.syProduct ul.syProModel li a {
    display: block;
    padding: 20px 3px;
    font-size: 15px;
    color: #555;
    word-break: break-all;
}

.syProduct ul.syProModel a:hover {
    text-decoration: none;
    background-color: #3576bc;
    color: #fff;
}

.swiperBtn {
    width: 80%;
    margin: 0 auto;
}

.syProduct .syProShow {
    position: relative;
    width: 80%;
    padding-bottom: 25px;
	margin:0 auto;
    overflow: hidden;
}

.syProduct .syProShow ul {
    display: flex;
    justify-content:flex-start;
    width: 100%;
}

.syProduct .syProShow ul li {
    width: 24%;
    border: 1px solid #eee;
    padding-bottom: 30px;
}

.syProduct .syProShow ul li:hover {
    border: 1px solid #999;
}

.syProduct .syProShow ul li a {
    width: 100%;
    display: inline-block;
}

.syProduct .syProShow ul li a:hover {
    text-decoration: none;
}

.syProduct .syProShow ul li a div.img {
    height: 289px;
    overflow: hidden;
}

.syProduct .syProShow ul li a div.img img {
    max-height: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.syProduct .syProShow ul li a div.img img:hover {
    transform: scale(1.4);
}

.syProduct .syProShow ul li a h4 {
    text-align: center;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
    padding: 0px 15px;
}

.syProduct .syProShow ul li a .text {
    padding: 0px 15px;
    color: #777;
}

.syProduct .syProShow ul li a:hover .text {
    color: #777;
    line-height: 25px;
}

.syProduct .syProShow ul li .more {
    text-align: right;
    padding: 0px 15px;
    margin: 30px 0px 0px 0px;
}

.syProduct .syProShow ul li a .more {
    color: #3576bc;
}

.syProduct .syProShow ul li a:hover .more {
    color: #fdbc02;
}





.in-youshi {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 90px 0;
}

.in-youshi-box {
    background: url("../images/youshibg.jpg") no-repeat center;
    position: relative;
    height: 426px;
    margin-top: 74px;
}

.in-youshi-box .in-youshi-list {
    position: absolute;
    width: 451px;
}

.in-youshi-box .in-youshi-list .fir {
    font-size: 22px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 22px;
}

.in-youshi-box .in-youshi-list .sec {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 26px;
}

.in-youshi-box .in-youshi-list:nth-child(1) {
    top: 18px;
    left: 0;
}

.in-youshi-box .in-youshi-list:nth-child(2) {
    top: 18px;
    right: 0;
}

.in-youshi-box .in-youshi-list:nth-child(3) {
    top: 292px;
    left: 0;
}

.in-youshi-box .in-youshi-list:nth-child(4) {
    top: 292px;
    right: 0;
}

.in-youshi-box .zi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #146ece, #013d79);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
}

.in-youshi-box .zisec {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 700;
    color: #146ece;
    z-index: 1;
    text-shadow: 0px 0px 7px #969696;
}

.in-youshi-box .in-youshi-yuan {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.in-youshi-box .in-youshi-yuan img {
    position: absolute;
    max-width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}

.in-youshi-box .in-youshi-yuan img.xz {
    opacity: 1;
    visibility: visible;
}

.in-youshi-box .in-youshi-yuan .img1 {
    left: -56px;
    top: -57px;
}

.in-youshi-box .in-youshi-yuan .img2 {
    right: -60px;
    top: -57px;
}

.in-youshi-box .in-youshi-yuan .img3 {
    left: -57px;
    top: 191px;
}

.in-youshi-box .in-youshi-yuan .img4 {
    right: -60px;
    top: 191px;
}


.syApplicationAd {
    width: 100%;
    background-color: #3576bc;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 30px 0px;
}

.syApplicationAd h1 {
    font-weight: bold;
    line-height: 55px;
    font-size: 30px;
}

.syApplicationAd span {
    color: #f9c100;
}

.syApplicationAd font {
    color: #03a8ec;
}

.syApplicationAd .line {
    width: 60px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}

.syApplicationAd p {
    margin: 10px 0px 5px 0px;
    font-size: 16px;
}

.flex {
    display: flex;
}

.syApplication {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
}

.syApplication .rec {
    margin: 20px auto;
}

.syApplication .tit_des {
    text-align: center;
    color: #999;
    line-height: 1;
    font-size: 16px;
}

.syApplication .choice {
    margin-top: 40px;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.syApplication .choice li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}

.syApplication .choice li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.0));
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 0.3s;
}

.syApplication .choice li::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 80%;
    border: 1px solid #eee;
    left: 5%;
    top: 10%;
    box-sizing: border-box;
    opacity: 0;
    z-index: 4;
    transition: all 0.3s;
}

.syApplication .choice li:hover::before,
.syApplication .choice li.active::before {
    background: linear-gradient(to right, #2769b0, rgba(20, 21, 109, 0.0));
}

.syApplication .choice li:hover::after,
.syApplication .choice li.active::after {
    opacity: 1;
}

.syApplication .choice li .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    padding-left: 25px;
    flex-direction: column;
    color: #fff;
    z-index: 5;
}

.syApplication .choice li .line1 {
    width: 30px;
    height: 1px;
    background: #fff;
    background: #fff;
    margin: 10px 0;
}

.syApplication .top {
    padding: 24px 30px;
    background: #fff;
    margin-bottom: 20px;
}

.syApplication .top h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.syApplication .bot li .imgarea {
    position: relative;
    color: #fff;
    height: 271px;
}

.syApplication .bot li .imgarea::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.0));
    left: 0;
    bottom: 0;
}

.syApplication .bot li:hover .imgarea::after {
    background: linear-gradient(to top, #3576bc, rgba(20, 21, 109, 0.0))
}

.syApplication .bot li .txt {
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.syApplication .bot li .txt span {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.syApplication .bot li .txt i {
    float: right;
}

.syApplication .contact {
    background: #3576bc;
    padding: 20px;
    color: #fff;
    padding-bottom: 37px;
}

.syApplication .contact img {
    max-width: 100%;
}

.syApplication .contact h4 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
}

.syApplication .contact p {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Century Gothic';
    line-height: 1.5;
    margin-bottom: 10px;
}

.syApplication .contact .link {
    display: block;
    text-align: center;
    color: #000;
    background: #f9c100;
    padding: 10px 0;
}

.syApplication .cont {
    display: none;
}

.syApplication .cont.show {
    display: block;
}

.syApplication li img {
    max-width: 100%;
}

.syApplication .contact .link i {
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    vertical-align: middle;
}

.syApplication .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.syApplicationFl {
    width: 75%;
}

.syApplicationFr {
    width: 22%;
}

.syApplicationFl ul.bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.syApplicationFl ul.bot li {
    width: 32%;
}

.syNews {
    width: 80%;
    margin: 0px auto 0 auto;
}

.syNews_fl {
    width: 55%;
    float: left;
}

.syNews_fl .title {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}

.syNews_fl .title h3 a {
    display: block;
    width: 109px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    font-weight: bold;
    background-color: #3576bc;
    color: #fff;
    text-align: center;
}

.syNews_fl .title h4 a {
    display: block;
    width: 109px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #3576bc;
}

.syNews_fl .title .more {
    display: block;
    background: url(../images/bit1.png) no-repeat right center;
    padding-right: 28px;
    line-height: 41px;
    font-size: 14px;
    color: #666;
}

.syNews_fl .title .more:hover {
    color: #0e61c0;
}

.syNews_fl .newa {
    width: 100%;
    margin-top: 40px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
}

.syNews_fl .newa_fl {
    width: 33%;
    max-height: 220px;
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
}

.syNews_fl .newa_fl img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.syNews_fl .newa_fl img:hover {
    transform: scale(1.4);
}


.syNews_fl .newa_fr {
    width: 63%;
    float: right;
    padding-right: 1%;
}

.syNews_fl .newa_fr .newaTitle {
    width: 100%;
}

.syNews_fl .newa_fr .newaTitle h4 {
    color: #333;
    font-size: 18px;
    line-height: 52px;
}

.syNews_fl .newa_fr .newaTitle h4:hover {
    color: #0e61c0;
}

.syNews_fl .newa_fr .newaTitle .fr {
    font-size: 16px;
    line-height: 52px;
    color: #666;
}

.syNews_fl .newa_fr .content {
    clear: both;
    color: #999;
    line-height: 24px;
}

.syNews_fl ul {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
}

.syNews_fl ul li {
    width: 47%;
    margin-right: 4.5%;
    line-height: 35px;
}

.syNews_fl ul li a {
    color: #777;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.syNews_fl ul li a:hover {
    color: #0e61c0;
}

.syNews_fl ul li:nth-child(2n+0) {
    margin-right: 0px;
}

.syNews_fl ul li a p {
    width: 70%;
    height: 35px;
    overflow: hidden;
}

.syNews_fl ul li .dian {
    width: 6px;
    height: 6px;
    background-color: #3576bc;
    border-radius: 25px;
    -moz-border-radius: 25px;
}

.syNews section {
    width: 40%;
    float: right;
    background-color: #f9f9f9;
    margin-top: 10px;
    margin-bottom: 30px;
}

.syNews section .title {
    line-height: 50px;
    border-top: 2px solid #3576bc;
    border-bottom: 1px solid #ddd;
}

.syNews section .title h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #232c35;
    line-height: 46px;
    margin-left: 20px;
}

.syNews section .title a {
    float: right;
    font-size: 14px;
    color: #3576bc;
    margin-right: 20px;
}

.syNews section dl dt {
    font-size: 18px;
    font-weight: normal;
    line-height: 41px;
    padding: 0px 20px;
    margin-top: 10px;
}

.syNews section dl dd {
    font-size: 14px;
    padding: 0px 20px 15px 20px;
    border-bottom: 1px dashed #ddd;
    line-height: 24px;
}

.syNews section dl dd a {
    color: #999;
}

.footer {
    width: 100%;
    background-color: #3576bc;
    padding: 40px 0px 0px 0px;
    color: #eee;
    margin-top: 39px;
}

.footerContainer {
    width: 73%;
    margin: 0 auto;
}

.footer .logo {
    width: 25%;
    float: left;
    background: url(../images/line1.jpg) no-repeat right top;
}

.footer .logo h1 {
    background: url(../images/logo3.png) no-repeat;
    padding-left: 70px;
}

.footer .logo h1 font {
    color: #036eb7;
}

.footer .logo h5 {
    font-size: 16px;
    margin: 20px 0px 30px 37px;
}

.footer .logo ul li {
    width: 115px;
    float: left;
    text-align: center;
    margin-left: 15px;
}

.footer .logo ul li div {
    background: url(../images/codebj.jpg) no-repeat center top;
    text-align: center;
}

.footer .fmenu {
    width: 40%;
    float: left;
    background: url(../images/line1.jpg) no-repeat right top;
    padding: 0px 0px 0px 4%;
}

.footer .fmenu ul {
    margin-top: 15px;
}

.footer .fmenu ul li {
    float: left;
    width: 33%;
    line-height: 50px;
    background: url(../images/bit2.jpg) no-repeat left center;
    padding-left: 5%;
}

.footer .fmenu ul li a {
    color: #eee;
    font-size: 16px;
}

.footer .contact {
    width: 31%;
    float: right;
    margin-top: 2px;
}

.footer .contact header {
    font-size: 18px;
    line-height: 45px;
}

.footer .contact ul li {
    width: 100%;
    float: left;
    line-height: 45px;
    font-size: 15px;
}

.footer .contact ul li:nth-child(7) {
    width: 100%;
}

.footer .contact ul li i {
    margin-right: 5px;
}

.footer .contact ul li h4 {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.footer .contact ul li a {
    padding-top: 10px;
    height: 45px;
    color: #fff;
}

.footer .copyRightContent {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 0px;
    margin-top: 35px
}

.footer .copyRightContent .copyRight {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    color: #eee;
    font-size: 14px;
}

.footer .copyRightContent .copyRight p a {
    color: #fff;
}

.footer .copyRightContent .link {
    width: 80%;
    margin: 0 auto;
    color: #aaa;
}

.footer .copyRightContent .link a {
    color: #aaa;
}

/*内页css开始*/
.headerNy {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

.logoContent {
    float: left;
    width: 462px;
    margin-top: 5px;
}

.logoContent .logo {
    width: 115px;
    float: left;
    margin-top: 5px;
}

.logoContent h4 {
    width: 270px;
    padding-left: 15px;
    margin: 17px 0px 0px 10px;
    font-size: 14px;
    border-left: 1px solid #ccc;
    color: #8a8a8a;
    line-height: 25px;
    height: 51px;
    overflow: hidden;
}

.headerNy .menu {
    float: right;
    width: 700px;
    line-height: 85px;
}

.headerNy .menu li {
    float: left;
    text-align: center;
}

.headerNy .menu li a {
    display: block;
    padding: 0px 13px;
    color: #444;
    font-size: 16px;
}

.headerNy .menu li a:hover {
    color: #066eb7;
    border-bottom: 3px solid #066eb7;
    background-color: #eee;
}

.headerNy .menu li a.active {
    color: #066eb7;
    border-bottom: 3px solid #066eb7;
    background-color: #eee;
}

.bannerNy {
    margin-top: 0px;
}

.mobileMenu {
    display: none;
}

.ny_pro {
    padding: 30px 0px 40px 0px;
}

.ny_pro_fl {
    width: 21%;
    float: left;
}

.ny_pro_fl .title {
    width: 100%;
    line-height: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    background-color: #3576bc;
    position: relative;
}

.ny_pro_fl .title H3 {
    width: 100%;
    line-height: 100px;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 2px;
}

.ny_pro_fl .title P {
    width: 100%;
    line-height: 100px;
    font-size: 45px;
    color: #6fabef;
}


.ny_pro_fl .tel {
    width: 100%;
    height: 95px;
    line-height: 35px;
    padding-top: 51px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    background: url(../images/L-image2.jpg) no-repeat;
}

.ny_pro_fl ul.Lmenu li {
    width: 100%;
    line-height: 48px;
    margin: 2px 0px;
    position: relative;
    background: #eee url(../images/jiantou1.png) no-repeat;
    background-position: 92% 50%;
}

.ny_pro_fl ul.Lmenu li a {
    width: 100%;
    display: block;
    font-size: 16px;
    text-indent: 25%;
    background: #e5e5e5 url(../images/bit1.jpg) no-repeat 13% center;
}

.ny_pro_fl ul.Lmenu li a:hover {
    color: #fff;
    background: #666 url(../images/bit3.jpg) no-repeat 13% center;
}

.ny_pro_fl ul.Lmenu li:hover {
    color: fff;
    background-color: #666;
}

.ny_pro_fl ul.Lmenu li .current1 {
    color: #fff;
    background: #666 url(../images/bit3.jpg) no-repeat 13% center;
}


.list_news {
    width: 100%;
    margin-top: 20px;
}

.list_news h3 {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-indent: 15px;
    color: #fff;
    background-color: #3576bc;
}

.list_news ul {
    padding: 5px 10px 10px 10px;
    border: 1px solid #eee
}

.list_news ul li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #eee;
    text-indent: 18px;
    background: url(../images/news_x.jpg) 3px 15px no-repeat;
}

.list_news ul li a {
    font-size: 14px;
}

.ny_pro_fr {
    width: 76%;
    float: right;
}

.ny_pro_fr .pro_title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: 45px;
    overflow: hidden;
}

.ny_pro_fr .pro_title .fr img {
    margin-top: 18px;
}

.ny_pro_fr .pro_title h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 45px;
    color: #3576bc;
}

.ny_pro_fr .pro_title h3 span {
    font-size: 15px;
    font-weight: normal;
    color: #5e5e5e;
}

.ny_pro_fr .ny_product {
    width: 100%;
}

.ny_pro_fr .ny_product ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.ny_pro_fr .ny_product ul li {
    width: 31.3%;
    margin: 0px 1% 18px 1%;
    border: 1px solid #e5e5e5;
}

.ny_pro_fr .ny_product ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #222;
}

.ny_pro_fr .ny_product ul li:hover {
    border: 1px solid #3576bc;
}

.ny_pro_fr .ny_product ul li .img {
    width: 100%;
    height: 224px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.ny_pro_fr .ny_product ul li .img img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.ny_pro_fr .ny_product ul li .img img:hover {
    transform: scale(1.4);
}

.ny_pro_fr .ny_product ul li a h4 {
    text-align: center;
    line-height: 35px;
    margin: 7px;
	border-bottom:1px solid #eee;  
	font-size: 16px;  
}
.ny_pro_fr .ny_product ul li a .content2 {
	font-size: 14px; 
	height:74px; 
	margin: 7px;
	color:#999;
}

.ny_pro_fr .ny_product ul li:hover h4 {
    
}

.ny_pro_fr .ny_product ul li a:hover .content2 {
    
}

.ny_pro_fr .case_list ul li div {
    height: 152px;
}

.ny_fr {
    width: 880px;
}

.ny_fr .pro_title {
    width: 880px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    overflow: hidden;
}

.ny_fr .pro_title h3 {
    font-size: 24px;
    border-bottom: 2px solid #fac200;
}

.ny_fr .content {
    margin: 20px 0px;
}

.NewsList {
    height: auto !important;
    width: 100%;
    margin-top: 10px;
}

.NewsList li {
    line-height: 24px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.NewsList li a {
    display: block
}

.NewsList li .fl {
    width: 194px;
    height: 145px;
    border: 1px solid #ddd;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.NewsList li .fl img {
    max-width: 100%;
    max-height: 100%;
}

.NewsList li .fr {
    width: 660px;
}

.NewsList li time {
    line-height: 35px;
}

.NewsList li h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 45px;
}

.NewsList li span {
    float: right;
    width: 80px;
    color: #666;
}

.newView {
    padding: 0;
    margin: 0;
}

.newView_title {
    text-align: center;
    border-bottom: 1px dotted #CCC;
    margin-top: 25px;
    overflow: hidden;
}

.newView_title h3 {
    color: #000;
    line-height: 45px;
}

.newView_title time {
    float: left;
    font-size: 13px;
    color: #999;
    line-height: 30px;
}

.newView_info {
    clear: both;
    line-height: 2em;
    min-height: 400px;
    height: auto;
    _height: 400px;
    margin: 10px 0 30px 0;
}

.friendLink {
    margin-top: 15px;
    overflow: hidden;
}

.products_k_list {
    margin-top: 10px;
}

.products_k_list li {
    width: 290px;
    height: 200px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

.products_k_list li:nth-child(3n) {
    margin-right: 0
}

.products_k_list li div {
    width: 280px;
    height: 222px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.products_k_list li img {
    max-width: 100%;
    max-height: 100%;
}

.bana_dh {
    width: 100%;
    height: 43px;
    margin: auto;
    border-bottom: 1px solid #ccc;
    clear: both;
}

.bana_h3 {
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #3576bc;
}

.bana_dh a {
    float: right;
    font-size: 14px;
    line-height: 42px;
}

.ab_pro_con {
    line-height: 2em;
    font-size: 14px;
    padding: 10px 0px 20px 0px;
}

.ab_pro_con .honors {
    width: 100%;
    text-align: center;
}

.ab_pro_con .honors h3 {
    line-height: 70px;
}

.ab_pro_con .case {
    width: 100%;
}

.ab_pro_con .case h3 {
    line-height: 70px;
}

.news_info_list {
    clear: both;
    height: auto !important;
    margin-left: 0px;
    padding-top: 8px;
    font-size: 14px;
    margin-bottom: 15px;
}

.news_info_list li {
    float: left;
    width: 431px;
    height: 40px;
    padding-left: 17px;
    background: url(../images/bj.jpg) no-repeat -6px 9px;
    line-height: 40px;
    margin-right: 50px;
}

.news_info_list li:nth-child(2n) {
    margin-right: 0
}

.news_info_list li a {
    display: block
}

.news_info_list li span {
    float: right;
    width: 80px;
    color: #666;
    font-size: 14px;
}

.pro_ul li span {
    display: block;
    background: #2d4d89;
    width: 225px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF
}

.pro_a_left {
    float: left;
    width: 49%;
    margin-top: 20px;
}

.pro_a_left div {
    width: 100%;
    max-height: 334px;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
}

.pro_a_left img {
    max-width: 100%;
    max-height: 352px;
}

.pro_a_right {
    float: right;
    width: 47%;
    margin-top: 20px;
}

.pro_a_right h3 {
    color: #3576bc;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 35px;
}

.pro_a_right h5 {
    line-height: 25px;
    margin-top:10px;
    border-top:1px dotted #ccc;
    padding-top:10px;
    font-weight:bold;
    font-size: 15px;
    color: #3576bc;
}

.pro_a_right .gaiyao {
    min-height: 110px;
    font-size: 13px;
}

.pro_a_right .gaiyao span {
    font-size: 14px;
    color: #666;
}

.pro_a_right_d {
    font-size: 16px;
    margin-bottom: 20px;
}

.pro_a_right_d span {
    color: #ffc501;
    font-size: 22px;
}

.zx {
    float: left;
}

.pro_a_right_e {
    font-size: 15px;
    line-height: 37px;
}

.xiangqing {
    clear: both;
    overflow: hidden;
}

ul.paihao {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;

}

ul.paihao li {
    width: 50%;
}

.pro_tit {
    font-size: 16px;
    color: #237ec5;
    border-top: 1px dotted #CCCCCC;
    margin-top: 20px;
    padding-top: 10px;
    overflow: hidden;
}

.ab_pro_con .content {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}


.ab_pro_con .name h2 {
    font-size: 24px;
    line-height: 25px;
    margin: 10px 0px;
    font-weight: bold;
    text-align: center;
}



.page_div1 {
    clear: both;
    padding-top: 20px;
}

.page_div1 table {
    margin: 0px auto;
}

.page_div1 tr td a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    background-color: #999;
}

.page_div1 tr td .acen {
    display: block;
    margin: 0px 2px;
    background-color: #999;
}

.page_div1 tr td .aleft {
    display: block;
    margin: 0px 2px;
    background-color: #999;
}

.page_div1 tr td .aspan {
    display: block;
    padding: 5px 10px;
    color: #fff;
    margin: 0px 2px;
    background-color: #3576bc;
}

table#message tr td {
    font-size: 14px;
}

.tab_message {
    width: 250px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin: 8px 0px;
}

#Content {
    border: 1px solid #ccc;
    width: 460px;
    margin: 8px 0px;
}

table#message tr td .btn {
    background: #ffc501;
    cursor: pointer;
    width: 90px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

.wContact_fl {
    float: left;
    margin: 0px 0px 0px 0px;
}

.wContact_fr {
    float: left;
    margin: 30px 0px 0px 50px;
}

.shipinN {
    text-align: center;
}

.shipinN video {
    max-width: 850px;
    max-height: 800px;
}


.prodetail .proContable {
    width: 100%;
}

.prodetail h1 {
    color: #3576bc;
    line-height: 60px;
    font-size: 38px;
    font-weight: bold;
}

.prodetail h2 {
    color: #3576bc;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
}

.prodetail h3 {
    color: #3576bc;
    line-height: 45px;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

.prodetail h4 {
    font-size: 17px;
}

.prodetail .proContable tr th {
    text-align: center;
    height: 45px;
    line-height: 20px;
    background-color: #3576bc;
    color: #fff;
    border: 1px solid #fff;
}

.prodetail .proContable tr td.tdbj {
    background-color: #3576bc;
    color: #fff;
}

.prodetail .proContable tr td {
    text-align: center;
    border: 1px solid #ddd;
}

.prodetail small {
    font-size: 16px;
    color: #3576bc;
    font-weight: bold;
}





@media screen and (min-width:1440px) and (max-width:1660px) {
    #header #logo .logoImg {
        width: 34%;
        margin-top: 11px;
    }

    #header #logo .logoImg img {
        width: 100%;
    }

    #header #logo h3 {
        font-size: 15px;
    }

    #header #logo h4 {
        font-size: 13px;
    }

    #topTel h2 {
        font-size: 22px;
    }

    #header ul#menu {
        width: 55%;
        margin-right: 0%;
    }

    #syAbout {
        padding: 65px 5% 40px 5%;
    }

    .syProduct,
    .in-youshi,
    .syApplication,
    .syNews,
    .footerContainer,
    .footer .copyRightContent .copyRight,
    .footer .copyRightContent .link {
        width: 90%;
    }

    .in-youshi-box .in-youshi-list {
        width: 28%;
    }

    .in-youshi-box .in-youshi-list .fir {
        font-size: 19px;
    }

    .in-youshi-box .in-youshi-list .sec {
        font-size: 15px;
    }

    .syApplication .choice {
        flex-wrap: nowrap;
    }

    .syApplication .choice li {
        margin: 0px 0.6%;
    }

    .syApplicationFl {
        width: 71%;
    }

    .syApplicationFr {
        width: 25%;
    }

    .syApplication .bot li .imgarea {
        height: 232px;
    }

    .syApplication li img {
        height: 100%;
    }

}


@media screen and (min-width:1200px) and (max-width:1439px) {
    #header #logo .logoImg {
        width: 34%;
        margin-top: 11px;
    }

    #header #logo .logoImg img {
        width: 100%;
    }

    #header #logo h3 {
        font-size: 15px;
    }

    #header #logo h4 {
        font-size: 13px;
    }

    #topTel {
        display: none;
    }

    #header {
        width: 1200px;
        margin: 0 auto;
    }

    #header ul#menu {
        width: 55%;
        margin-right: 0%;
    }

    #syAbout {
        padding: 45px 2% 40px 2%;
    }

    .syProduct,
    .in-youshi,
    .syApplication,
    .syNews,
    .footerContainer,
    .footer .copyRightContent .copyRight,
    .footer .copyRightContent .link {
        width: 1200px;
    }

    .syProduct {
        margin: 40px auto 20px auto;
    }

    .in-youshi {
        padding: 40px 0 90px 0;
    }

    .in-youshi-box .in-youshi-list {
        width: 28%;
    }

    .in-youshi-box .in-youshi-list .fir {
        font-size: 19px;
    }

    .in-youshi-box .in-youshi-list .sec {
        font-size: 15px;
    }

    .syApplication .choice {
        flex-wrap: nowrap;
    }

    .syApplication .choice li {
        margin: 0px 0.6%;
    }

    .syApplicationFl {
        width: 71%;
    }

    .syApplicationFr {
        width: 25%;
    }

    .syApplication .bot li .imgarea {
        height: 232px;
    }

    .syApplication li img {
        height: 100%;
    }

    .copyRightContent {
        font-size: 14px;
    }

    .footer .fmenu {
        width: 38%;
    }

    .footer .contact {
        width: 33%;
    }

}



@media screen and (min-width:0px) and (max-width:767px) {
    #header #logo .logoImg {
        width: 50%;
        margin-top: 0px;
        margin-left: 33%;
    }

    #header #logo .logoImg img {
        width: 100%;
    }

    #header #logo h3,
    #header #logo h4,
    #header #logo .line,
    #topTel {
        display: none;
    }

    #headerContainer {
        display: none;
    }

    #header {
        width: 100%;
    }

    #header #logo {
        width: 100%;
    }

    #header ul#menu {
        display: none;
    }

    #syAbout {
        padding: 25px 2% 25px 2%;
    }

    .syTitle h2.firstTitle,
    .secondTitle {
        line-height: 33px;
        font-size: 20px;
    }

    .syTitle .secondTitle .text {
        padding: 0px;
        font-size: 14px;
        margin-top: 0px;
    }

    .syTitle h2.firstTitle font::before {
        margin: 0px 5px;
        font-size: 12px;
    }

    #syAbout .abooutText {
        margin: 15px 2% 20px 2%;
    }

    #syAbout ul {
        width: 100%;
        margin: 0 auto;
    }

    #syAbout ul li h1 {
        font-size: 18px;
    }

    #syAbout ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    #syAbout ul li {
        width: 23.6%;
    }

    #syAbout ul li h1 span {
        margin-left: 0px;
    }

    #syAbout .aboutTel {
        width: 70%;
        margin: 30px auto 0px auto;
    }

    #syAbout .aboutTel .telImg {
        margin-top: 10px;
    }

    #syAbout .aboutTel .aboutTelContent h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .aboutTelBtn {
        display: none;
    }

    .syTitle .secondTitle .text::before {
        content: "—";
        margin-right: 5px;
    }

    .syTitle .secondTitle .text::after {
        content: "—";
        margin-left: 5px;
    }

    .syTitle .secondTitle .text font {
        font-size: 17px;
    }



    .syProduct,
    .in-youshi,
    .syApplication,
    .syNews,
    .footerContainer,
    .footer .copyRightContent .copyRight,
    .footer .copyRightContent .link {
        width: 100%;
    }

    .syProduct {
        margin: 30px auto 20px auto;
    }

    .syProduct table.syProModel tr td a {
        padding: 3px 1px;
        font-size: 12px;
    }

    .syProduct table.syProModel {
        width: 100%;
        margin: 10px 0px 20px 0px;
    }

    .syProduct .syProductMenu {
        width: 98%;
        margin: 10px auto 0px auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .syProduct .syProductMenu li {
        width: 31.633%;
        line-height: 25px;
        margin: 4px 0.7%;
    }

    .syProduct .syProductMenu li a {
        width: 100%;
        font-size: 15px;
        padding: 7px 2px;
        text-align: center;
    }

    .syProductcontainer {
        padding-bottom: 10px;
    }

    .syProduct .syProductContent {
        width: 96%;
        margin: 0 auto;
    }

    .syProduct .syProShow ul li {
        width: 100%;
    }

    .syProduct .syProShow ul li .more {
        margin: 15px 0px 0px 0px;
    }

    .syProduct .syProShow ul li a .text {
        font-size: 14px;
    }

    .syProduct .syProShow ul li a h4 {
        font-size: 16px;
    }

    .syProduct .syProShow {
        padding-bottom: 5px;
    }

    .in-youshi {
        padding: 30px 0 25% 0;
    }

    .in-youshi-box {
        background: url(../images/youshibg.jpg) no-repeat center 215px;
        height: 626px;
        margin-top: 0px;
        background-size: 920px;
        margin: 0px 2%;
    }

    .in-youshi-box .in-youshi-list {
        width: 48%;
    }

    .in-youshi-box .in-youshi-list .fir {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .in-youshi-box .in-youshi-list .sec {
        font-size: 12px;
    }

    .in-youshi-box .in-youshi-yuan {
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 200px;
        top: 50%;
        left: 50%;
    }

    .in-youshi-box .in-youshi-yuan .img1 {
        left: -74px;
        top: -58px;
    }

    .in-youshi-box .in-youshi-yuan .img2 {
        right: -74px;
        top: -58px;
    }

    .in-youshi-box .in-youshi-yuan .img3 {
        left: -74px;
        top: 82px;
    }

    .in-youshi-box .in-youshi-yuan .img4 {
        right: -74px;
        top: 92px;
    }

    .in-youshi-box .in-youshi-list:nth-child(1) {
        top: 18px;
        left: 0;
    }

    .in-youshi-box .in-youshi-list:nth-child(2) {
        top: 18px;
        right: 0;
    }

    .in-youshi-box .in-youshi-list:nth-child(3) {
        top: 480px;
        left: 0;
    }

    .in-youshi-box .in-youshi-list:nth-child(4) {
        top: 480px;
        right: 0;
    }

    .syApplicationAd {
        margin-top: 20px;
        padding: 20px 2%;
    }

    .syApplicationAd h1 {
        line-height: 30px;
        font-size: 18px;
    }

    .syApplication .top {
        padding: 0px 2%;
    }

    .syApplication .top h5 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
    }

    .syApplication .top .des {
        font-size: 14px;
        color: #999;
        line-height: 24px;
    }

    .syApplicationAd p {
        margin: 10px 0px 5px 0px;
        font-size: 14px;
        display: none;
    }

    .syApplication {
        width: 100%;
        padding: 0px 2% 0px 2%;
    }



    .syApplication .choice {
        flex-wrap: wrap;
        margin-top: 13px;
    }

    .syApplication .choice li {
        margin: 0px 0.6% 5px 0.6%;
        width: 48%;
        font-size: 15px;
    }

    .syApplicationFl {
        width: 100%;
    }

    .syApplicationFr {
        width: 100%;
        margin-top: 30px;
    }

    .syApplication .bot li .imgarea {
        height: 232px;
        overflow: hidden;
    }

    .syApplication li img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

    .syNews_fl .newa_fl img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

    .syApplicationFl ul.bot li {
        width: 49%;
    }

    .syApplicationFl ul.bot li:nth-child(3) {
        display: none;
    }

    .syNews_fl {
        width: 96%;
        float: none;
        margin: 0px 2%;
    }

    .syNews_fl .newa_fr .newaTitle h4 {
        font-size: 15px;
        line-height: 35px;
        float: none;
    }

    .syNews_fl .newa_fr .newaTitle .fr {
        font-size: 15px;
        line-height: 20px;
        float: none;
        color: #999;
    }

    .syNews_fl .newa_fr .content {
        line-height: 24px;
        font-size: 13px;
        margin-top: 5px;
    }

    .syNews_fl ul li a {
        font-size: 14px;
    }

    .syNews_fl .newa {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .syApplication .contact {
        display: none;
    }

    .syNews section {
        width: 96%;
        float: none;
        margin: 30px 2% 0px 2%;
        padding-bottom: 10px;
    }

    .syNews section dl dt {
        font-size: 15px;
        line-height: 38px;
        padding: 0px 2%;
        margin-top: 7px;
    }

    .syNews section .title h3 {
        margin-left: 2%;
    }

    .syNews section .title a {
        margin-right: 2%;
    }

    .syNews section dl dd {
        font-size: 14px;
        padding: 0px 2% 15px 2%;
    }

    .syNews_fl .newa_fl {
        width: 100%;
        float: none;
        height: 200px;
        overflow: hidden;
    }

    .syNews_fl .newa_fr {
        width: 100%;
        float: none;
        padding-right: 0%;
    }

    .syNews_fl ul li {
        width: 100%;
        margin-right: 0%;
        line-height: 35px;
    }

    .footer {
        padding: 25px 0px 0px 0px;
        margin-top: 0px;
    }

    .footer .logo {
        width: 100%;
        float: none;
        background: none;
        text-align: center;
    }

    .footer .logo .logoImg img {
        width: 60%;
        max-width: 200px;
    }

    .footer .logo ul {
        width: 75%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

    .footer .logo ul li {
        float: none;
        margin-left: 0px;
    }

    .footer .logo .logoImg img {
        width: 60%;
        max-width: 200px;
    }

    .footer .logo h5 {
        margin: 20px 0px 20px 37px;
    }

    .link {
        display: none;
    }


    .footer .copyRightContent .copyRight {
        width: 100%;
        display: inherit;
        padding: 0px;
        text-align: center;
        line-height: 22px;
    }

    .footer .copyRightContent .copyRight p a {
        color: #fff;
    }

    .syNews_fl .title h3 a,
    .syNews_fl .title h4 a,
    .syNews section .title h3 {
        font-size: 17px;
    }




    .copyRightContent {
        font-size: 14px;
    }

    .footer .fmenu {
        width: 100%;
        display: none;
    }

    .footer .contact {
        width: 94%;
        margin-top: 10px;
    }

    .footer .contact header {
        display: none;
    }

    .footer .contact ul li {
        line-height: 35px;
        font-size: 15px;
    }

    #topScroll {
        bottom: 10%;
    }


    .mob-header {
        display: none;
        box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2)
    }

    .mb-nav-btn {
        display: flex;
        gap: 10px;
        align-items: center;
        position: relative;
    }

    .mb-line div {
        width: 31px;
        height: 2px;
        background: #666;
        margin-bottom: 10px;
        transition: .5s;
    }

    .mb-line.on .center-line {
        opacity: 0;
    }

    .mb-line.on .top-line {
        transform: rotate(-45deg) translateY(0px);
        transform-origin: right bottom;
    }

    .mb-line.on .b-line {
        transform: rotate(43deg) translateY(-1px);
        transform-origin: right top;
    }

    .mb-nav {
        height: 0;
        width: 100%;
        background: #fff;
        transition: .5s;
        overflow: hidden;
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 999999;
    }

    .mb-nav {
        padding: 0 50px;
        box-sizing: border-box;
    }

    .mb-nav-item {
        border-bottom: 1px solid #333;
        overflow: hidden;
        height: 80px;
        transition: .5s;
    }

    .mb-nav-item .mb-nav1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .5s;
    }

    .mb-nav-item.on {
        height: auto;
        padding-bottom: 30px;
    }

    .mb-nav-item .img img {
        transition: .5s
    }

    .mb-nav-item.on .img img {
        transform: rotate(90deg);
    }

    .mb-nav .mb-nav-item .mb-nav1>a {
        color: #333;
        font-size: 18px;
        height: 80px;
        line-height: 80px;
    }

    .mb-nav.on {
        height: 100vh;
        overflow: auto;
    }

    .mb-nav .mb-nav-item .mb-nav2 .nav2-item {
        line-height: 35px
    }

    .mb-nav .mb-nav-item .mb-nav2 .nav2-item a {
        font-size: 15px;
        color: #666
    }

    .mob-header {
        height: 80px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999;
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        padding: 0px 5%;
    }

    .mob-header .mb-line {
        margin: 9px 0px 0px 0px;
    }

    .mob-header .mb-logo {
        width: 46%;
        max-width: 150px;
    }

    .mob-header .mb-logo img {
        width: 100%;
    }

    .phoneCotact {
        width: 100%;
        background-color: #333;
        line-height: 40px;
        position: fixed;
        bottom: 0px;
    }

    .phoneCotact ul li {
        width: 33.3%;
        text-align: center;
        float: left;
    }

    .phoneCotact ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .phoneCotact span {
        width: 74px;
        display: block;
        margin: 0 auto;
        text-align: right;
        color: #fff;
        height: 40px;
    }

    .phoneCotact span.span1 {
        background: url(../images/a1.png) 0px 8px no-repeat;
        background-size: 23px 27px;
    }

    .phoneCotact span.span2 {
        background: url(../images/a2.png) 12px 8px no-repeat;
        background-size: 23px 27px;
    }

    .phoneCotact span.span3 {
        background: url(../images/message.png) 12px 8px no-repeat;
        background-size: 23px 27px;
    }

    /*内页css开始*/
    .headerNy {
        width: 100%;
        position: relative;
        background-color: #fff;
    }

    .logoContent {
        float: none;
        width: 100%;
        line-height: normal;
        padding-bottom: 6px;
    }

    .logoContent .logo {
        width: 100px;
        float: left;
        margin-left: 1%;
        margin-top: 0px;
        height: auto;
    }

    .logoContent .logo img {
        width: 100%;
        height: auto;
    }

    .logoContent .text {
        width: 82%;
        float: left;
        margin-left: 1%;
    }

    .logoContent .text h1 {
        font-size: 20px;
        line-height: 38px;
        margin-top: 7px;
    }

    .logoContent .text h5 {
        font-size: 12px;
    }

    .logoContent h4 {
        width: 64%;
        margin-top: 7px;
    }

    /* .mobileMenu{ display: block; display: flex; color: #fff; line-height: 40px; background-color: #3576bc; clear: both; width: 100%; padding: 0px 2%; text-align: center;}
.mobileMenu a{ color: #fff;} */
    .mobileMenu {
        width: 100%;
        padding: 0px 3%;
        background-color: #3576bc;
        font-size: 15px;
        color: #444;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobileMenu a {
        display: block;
        color: #fff;
        text-align: left;
        line-height: 40px;
    }


    .banner {
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }

    .banner img {
        width: 100%;
    }

    .ny_pro {
        padding: 0px 0px 20px 0px;
    }

    .ny_pro_fl {
        width: 100%;
        float: none;
    }

    .ny_pro_fl .title {
        width: 100%;
        height: auto;
        margin-bottom: 3px;
    }

    .ny_pro_fl .title H3 {
        font-size: 26px;
        line-height: 50px;
        padding-top: 0px;
    }

    .ny_pro_fl .title P {
        display: none;
    }

    .ny_pro_fl ul.Lmenu {
        padding: 0px 1%;
    }

    .ny_pro_fl ul.Lmenu li {
        width: 32.13%;
        float: left;
        margin: 2px 0.6%;
        line-height: 30px;
        position: relative;
        background: #eee url(../images/jiantou1.png) no-repeat;
        background-position: 92% 50%;
    }

    .ny_pro_fl ul.Lmenu li a {
        width: 100%;
        display: block;
        font-size: 12px;
        background: #e5e5e5 url(../images/bit1.jpg) no-repeat 6% center;
        text-indent: 22px;
    }

    .ny_pro_fl ul.Lmenu li a:hover {
        color: #fff;
        background: #666 url(../images/bit3.jpg) no-repeat 6% center;
        background-size: 12px
    }

    .ny_pro_fl ul.Lmenu li:hover {
        color: fff;
    }

    .ny_pro_fl ul.Lmenu li .current1 {
        color: #fff;
        background: #666 url(../images/bit3.jpg) no-repeat 6% center;
        background-size: 12px
    }

    .list_news {
        display: none;
    }

    .ny_pro_fr {
        width: 100%;
        float: none;
    }

    .ny_pro_fr .pro_title {
        width: 100%;
        padding: 0px 2%;
    }

    .ny_pro_fr .pro_title h3 {
        font-size: 16px;
        line-height: 45px;
    }

    .ny_pro_fr .pro_title .fr {
        font-size: 12px;
    }

    .ny_pro_fr .ny_product {
        width: 100%;
    }

    .ny_pro_fr .ny_product ul {
        margin-top: 20px;
        min-height: auto;
    }

    .ny_pro_fr .ny_product ul li {
        width: 46%;
        float: left;
        margin: 0px 2%;
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
    }

    .ny_pro_fr .ny_product ul li a h4 {
        font-size: 12px;
        padding: 0px;
		line-height: 28px;
    }
	.ny_pro_fr .ny_product ul li a .content2 {
    font-size: 12px;
    height: 79px;
    margin: 4px;
	line-height:20px;
    }

    .ny_pro_fr .ny_product ul li:nth-child(3) {
        margin: 0px 2%;
    }

    .ny_pro_fr .ny_product ul li .img{
        width: 100%;
        height: 130px;
        display: inline-block;
    }

    .shipin_content img {
        width: 100%;
    }

    .shipin_content h2 {
        line-height: 35px;
        margin: 10px 0px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        color: #333;
    }

    .pro_a_right_e {
        font-size: 14px;
    }

    .NewsList {
        margin-top: 0px;
    }

    .NewsList li {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .NewsList li .fl {
        display: none;
    }

    .NewsList li .fr {
        width: 100%;
        float: none;
        font-size: 12px;
    }

    .NewsList li .fr div {
        line-height: 20px;
    }

    .NewsList li time {
        line-height: 20px;
    }

    .NewsList li h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px;
    }

    .newView_title {
        text-align: center;
        border-bottom: 1px dotted #CCC;
        margin: 10px 0px 0px 0px;
        overflow: hidden;
    }

    .newView_title h3 {
        color: #000;
        line-height: 30px;
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: bold;
    }

    .newView_title time {
        float: none;
        font-size: 12px;
        color: #999;
        line-height: 20px;
    }

    .newView_info img {
        width: 100%;
    }

    .newView_info {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .page_div1 {
        clear: both;
        padding: 10px 0px 0px 0px;
    }

    .page_div1 tr td a {
        padding: 5px 10px;
    }

    .page_div1 tr td .acen {
        margin: 0px 1px;
    }

    .page_div1 tr td .aleft {
        margin: 0px 1px;
    }

    .page_div1 tr td .aspan {
        padding: 5px 10px;
        margin: 0px 1px;
    }

    .bana_dh,
    .friendLink,
    .news_info_list {
        display: none;
    }

    .pro_a_left {
        float: none;
        width: 98%;
        margin: 0px 1%;
    }

    .pro_a_left img {
        float: none;
        border: none;
    }

    .pro_a_right {
        float: none;
        width: 98%;
        margin: 0px 1%;
    }

    .pro_a_right h3 {
        padding-bottom: 0px;
        line-height: 45px;
        font-size: 18px;
    }

    .pro_a_right .gaiyao {
        min-height: 50px;
    }

    .ab_pro_con {
        padding: 10px 2% 0px 2%;
    }

    .ab_pro_con .case h3 {
        line-height: 30px;
        font-size: 15px;
        font-weight: bold;
    }

    .ab_pro_con .content {
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .ab_pro_con .content img {
        width: 100%;
    }

    .ab_pro_con .name h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 8px 0px;
        font-weight: bold;
        text-align: center;
    }

    .news-det-btn {
        font-size: 12px;
    }

    .ab_pro_con .honors img {
        width: 100%;
    }

    table#message tr td {
        font-size: 12px;
    }

    .tab_message {
        width: 70%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        margin: 5px 0px;
    }

    #Content {
        border: 1px solid #ccc;
        width: 98%;
        margin: 5px 0px;
    }

    table#message tr td .btn {
        background: #ffc501;
        cursor: pointer;
        width: 90px;
        height: 30px;
        line-height: 20px;
        text-align: center;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
        margin-top: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-left: 5px;
    }

    .td_left {
        width: 22%;
    }

    .wContact_fl {
        float: none;
        margin: 0px;
    }

    .wContact_fr {
        float: none;
        margin: 30px 0px 0px 0px;
    }

    .shipinN video {
        width: 100%;
    }

    .pro_a_right_d,
    .pro_a_right_e,
    .pro_a_right a {
        display: none;
    }

    .syProduct ul.syProModel li {
        width: 20%;
        height: 45px;
        overflow: hidden;

    }

    .syProduct ul.syProModel li a {
        padding: 2px;
        font-size: 12px;
    }

    .footer .contact ul li a {
        float: none;
        color: #fff;
    }
.syProduct ul.syProModel {
    width: 98%;
    margin: 15px auto 20px auto;
}
.syProduct .syProShow {
    width: 100%;
}






}