@font-face {
    font-family: 'GOTHIC';
    src: url('../font/GOTHIC.eot');
    src:
    url('../font/GOTHIC-.eot#font-spider') format('embedded-opentype'),
    url('../font/GOTHIC.woff') format('woff'),
    url('../font/GOTHIC.ttf') format('truetype'),
    url('../font/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic em,.scaleimg:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url("../images/grayBg.png") repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url("../images/search_icon.jpg") no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #00407d;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #00407d;margin-top: 5px;position: relative;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url("../images/search_icon.jpg") no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

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

.header{position: relative;z-index: 9;}
.header .logo{line-height: 104px;font-size: 0;}
.header .searchBtn{margin: 34px 0 0 23px;width: 35px;height: 35px;background: url("../images/searchBtn.png") no-repeat center;cursor: pointer;}
.header .tel{margin: 34px 0 0 75px;padding-left: 34px;background: url("../images/telIcon.png") no-repeat left center;font-size: 20px;color: #222222;line-height: 35px;font-weight: bold;font-family: "Microsoft JhengHei";}
.header .nav .nLi{}
.header .nav .nLi h3 a{display: block;font-size: 17px;color: #333333;line-height: 104px;font-weight: normal;padding: 0 25px;}
.header .nav .nLi:first-child h3 a{padding: 0 39px;}
/*.header .nav .nLi .navSub1{position: absolute;left: 0;top:104px;width: 100%;background: #fff;text-align: center;display: none;}
.header .nav .nLi .navSub1 ul li a{display: block;font-size: 14px;color: #333333;line-height: 28px;padding: 6px 0;}
.header .nav .nLi .navSub1 ul li a:hover{background: #00407d;color: #fff;}*/
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a{background: #00407d;color: #ffffff;}
.header .nav .nLi.on h3 a{font-weight: bold;}
.header .nav .nLi.nLi2 .navSub1{position: absolute;left: 0;top:104px;width: 100%;background: #1b2639;display: none;}
.header .nav .nLi.nLi2 .navSub1 .w1200{padding: 50px 0 43px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav{margin-bottom: 20px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl{width: 20%;box-sizing: border-box;/*min-height: 350px;*/border-right: 1px solid #283345;padding-left: 30px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl:first-child{border-left: 1px solid #283345;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl a{display: inline-block;*display: inline;*zoom: 1;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dt{margin: 33px 0 15px;font-size: 16px;color: #a9cd0b;font-weight: bold;line-height: 16px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dt:first-child{margin-top: 0;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dd{font-size: 14px;line-height: 32px;color: #ededec;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dd a{padding-left: 15px;position: relative;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dd a:before{content: "";width: 5px;height: 7px;position: absolute;left: 0;top:14px;background: url("../images/arrow1.png") no-repeat left top;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dd a:hover{color: #fff;padding-left: 20px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dd a:hover:before{background-position: left bottom;}
/*.header .nav .nLi.nLi2 .navSub1 .w1200 .more{display: block;width: 126px;height: 42px;border:1px solid #00407d;border-radius: 22px;text-align: center;font-size: 0;color: #a9cd0b;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more span{display: inline-block;*display: inline;*zoom: 1;font-size: 14px;height: 42px;line-height: 41px;padding-right: 15px;position: relative;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more span:before{content: "";width: 7px;height: 10px;position: absolute;right: 0;top:50%;margin-top: -5px;background: url("../images/arrow3.png") no-repeat left top;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more:hover{background: #00407d;color: #fff;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more:hover span:before{background-position: left bottom;}*/

.header .nav .nLi.nLi2 .navSub1 .w1200 .more{display: block;/*width: 126px;*/text-align: center;font-size: 0;color: #a9cd0b;padding-left: 15px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more span{display: inline-block;*display: inline;*zoom: 1;font-size: 14px;height: 42px;line-height: 41px;padding-right: 15px;position: relative;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more span:before{content: "";width: 7px;height: 10px;position: absolute;right: 0;top:50%;margin-top: -5px;background: url("../images/arrow3.png") no-repeat left top;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more:hover{color: #fff;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more:hover span:before{background-position: left bottom;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav{margin-bottom: 0;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more{display: block !important;width: 100%;box-sizing: border-box;padding-right: 12px;text-align: right;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .subNav dl dt{margin-top: 0;}

.header .nav .nLi{position: relative;}
.header .nav .nLi.nLi2{position: static;}
.header .nav .nLi .navSub2{position: absolute;left: 0;top:104px;background: #1b2639;width: 100%;text-align: center;display: none;}
.header .nav .nLi .navSub2 ul li a{display: block;font-size: 14px;color: #fff;line-height: 24px;padding: 8px 0;}
.header .nav .nLi .navSub2 ul li a:hover{color: #00407d;}



.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 500px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 60px;height: 60px;margin-top: -30px;z-index: 9;}
.banner .swiper-button-prev{left: 0;opacity: 0;background: url("../images/leftArr.png") no-repeat center;}
.banner .swiper-button-next{right: 0;opacity: 0;background: url("../images/rightArr.png") no-repeat center;}
.banner:hover .swiper-button-prev{left: 5%;opacity: 1;}
.banner:hover .swiper-button-next{right: 5%;opacity: 1;}
.banner .swiper-pagination{display: none;height: 6px;line-height: 6px;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 3px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00407d;}

.ititle{margin-bottom: 13px;height: 52px;line-height: 52px;}
.ititle h3{padding-left: 29px;background: url("../images/titleBg.png") no-repeat left bottom;font-size: 20px;color: #222222;}
.ititle .more{font-size: 15px;color: #a9cd0b;font-weight: bold;padding-right: 20px;background: url("../images/moreIcon.png") no-repeat right center;}


.isect1{margin: 26px auto 24px;}
.isect1 .isect1Scroll{width: 100%;padding: 0 57px;margin-left: -57px;position: relative;}
.isect1 .isect1Scroll .swiper-button-prev,
.isect1 .isect1Scroll .swiper-button-next{width: 27px;height: 38px;position: absolute;top: 90px;margin-top: 0;}
.isect1 .isect1Scroll .swiper-button-prev{left: 0;background: url("../images/leftArr1.png") no-repeat center;}
.isect1 .isect1Scroll .swiper-button-next{right: 0;background: url("../images/rightArr1.png") no-repeat center;}
.isect1 .isect1Scroll .container{position: relative;overflow: hidden;width: 100%;}
.isect1 .isect1Scroll .container .swiper-slide a{display: block;}
.isect1 .isect1Scroll .container .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 74.315%;overflow: hidden;position:relative;}
.isect1 .isect1Scroll .container .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .isect1Scroll .container .swiper-slide a h5{border:1px solid #eeeeee;border-top: none;padding: 0 10px;text-align: center;line-height: 82px;font-size: 16px;color: #555555;font-weight: normal;}
.isect1 .isect1Scroll .container .swiper-slide a:hover h5{background: #00407d;color: #fff;}
.isect1 .isect1Scroll .container .swiper-pagination{display: none;height: 6px;line-height: 6px;font-size: 0;}
.isect1 .isect1Scroll .container .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 3px;}
.isect1 .isect1Scroll .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00407d;}

.isect2{margin-bottom: 50px;}
.isect2 .left{width: 46.6667%;}
.isect2 .left a{display: block;}
.isect2 .left a .pic{width: 100%;height: 0;padding-bottom: 57.143%;position: relative;overflow: hidden;padding-bottom: 320px;}
.isect2 .left a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .left a .text{padding: 17px 30px 24px;background: #f1f1f1;}
.isect2 .left a .text h5{font-size: 22px;line-height: 45px;color: #222222;font-weight: normal;}
.isect2 .left a .text span{display: block;font-size: 12px;line-height: 34px;color: #999999;}
.isect2 .left a:hover .text h5{color: #00407d;}
.isect2 .right{width: 50%;}
.isect2 .right li{border-bottom: 1px solid #ececec;}
.isect2 .right li:first-child{border-top: 1px solid #ececec;}
.isect2 .right li a{display: block;padding: 24px 0 16px;}
.isect2 .right li a h5{font-size: 20px;line-height: 32px;color: #333333;font-weight: normal;}
.isect2 .right li a p{font-size: 15px;line-height: 31px;color: #999999;margin-bottom: 18px;}
.isect2 .right li a span{display: block;font-size: 12px;line-height: 24px;color: #999999;}
.isect2 .right li a:hover h5{color: #00407d;}

.footer{padding: 24px 0 40px;background: #212e45;}
.footer .fNav dl{width: 177px;}
.footer .fNav dl a{display: inline-block;*display: inline;*zoom: 1;}
.footer .fNav dl dt{font-size: 16px;line-height: 54px;color: #dce4f3;font-weight: bold;}
.footer .fNav dl dd{font-size: 14px;line-height: 28px;color: #919aaa;}
.footer .fNav dl a:hover{color: #fff;text-decoration: underline;}
.footer .fContact{padding-top: 14px;text-align: right;width: 240px;}
.footer .fContact .tel{margin-top: 40px;line-height: 52px;font-size: 24px;color: #ffffff;font-weight: bold;}
.footer .fContact p{font-size: 15px;line-height: 28px;color: #dce4f3;}
.footer .fContact .fLogo img{height: 84px;}
.fCopy{padding: 23px 0;background: #1b2639;text-align: center;font-size: 13px;line-height: 24px;color: #717885;}
.fCopy span{margin: 0 6px;}
.fCopy a:hover{color: #fff;text-decoration: underline;}

.iAd{margin-top: 20px;display: none;}
.iAd ul li{width: 32%;margin-right: 2%;}
.iAd ul li:nth-child(3n){margin-right: 0;}
.iAd ul li a{display: block;width: 100%;height: 0;padding-bottom: 53.571%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.nyBanner{width: 100%;height: 340px;background-repeat: no-repeat;background-position: center;background-size: cover;box-sizing: border-box;padding-top: 102px;
padding-top: 124px;}
.nyBanner h3{font-size: 42px;color: #ffffff;line-height: 72px;font-weight: normal;opacity: 0;}
.nyBanner .path{font-size: 16px;line-height: 34px;color: #ffffff;font-size: 18px;display: none;}
.nyBanner .path span{margin: 0 11px;font-family: "SimSun";}
.nyBanner .path a:hover{text-decoration: underline;}

.grayBg{background: #f5f5f5;}
.nyWrap{padding: 40px 0 0;overflow: hidden;}

.prodSearch{padding: 27px 25px 27px 12px;background: #e6e6e6;margin-bottom: 34px;}
.prodSearch dl{height: 46px;padding-left: 119px;position: relative;}
.prodSearch dl dt{width: 119px;height: 46px;position: absolute;left: 0;top:0;text-align: center;line-height: 46px;font-size: 16px;color: #333333;}
.prodSearch dl dd{width: 100%;box-sizing: border-box;padding-right: 106px;position: relative;}
.prodSearch dl dd .text{width: 100%;height: 46px;border:none;background: #ffffff;box-sizing: border-box;padding: 0 22px;font-size: 14px;color: #333;line-height: 46px;}
.prodSearch dl dd .subm{width: 106px;height: 46px;position: absolute;right: 0;top:0;border:none;background: #5a5855 url("../images/searchBtn1.png") no-repeat center;cursor: pointer;}
.prodSearch dl dd .subm:hover{background-color: #00407d;}

.prodChList{width: 100%;overflow: hidden;}
.prodChList .list{width: 1220px;}
.prodChList .list .nLi{width: 285px;margin: 0 20px 40px 0;background: #ffffff;}
.prodChList .list .nLi .pic{height: 180px;background: #e5e5e5;text-align: center;line-height: 180px;font-size: 0;overflow: hidden;}
.prodChList .list .nLi .pic a{display: block;width: 100%;height: 100%;}
.prodChList .list .nLi .pic a img{max-width: 100%;max-height: 100%;}
.prodChList .list .nLi:hover .pic img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.prodChList .list .nLi .text{padding: 18px 0 32px 30px;box-sizing: border-box;}
.prodChList .list .nLi .text h5{font-size: 24px;line-height: 60px;color: #222222;font-weight: normal;padding-right: 30px;}
.prodChList .list .nLi .text ul{margin-bottom: 13px;height: 229px;overflow: auto;padding-right: 30px;}
.prodChList .list .nLi .text ul li a{display: block;height: 38px;line-height: 38px;font-size: 16px;color: #555555;padding-left: 15px;position: relative;}
.prodChList .list .nLi .text ul li a:before{content: "";width: 5px;height: 5px;background: #00407d;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}
.prodChList .list .nLi .text .more{display: inline-block;*display: inline;*zoom: 1;height: 28px;line-height: 28px;font-size: 14px;color: #999999;padding-right: 11px;position: relative;}
.prodChList .list .nLi .text .more:before{content: "";width: 7px;height: 10px;position: absolute;right:0;top:50%;margin-top: -5px;background: url("../images/arrow4.png") no-repeat left top;}
.prodChList .list .nLi .text a:hover{color: #00407d;}
.prodChList .list .nLi .text .more:hover:before{background-position: left bottom;}

.prodChList .list .nLi .text ul::-webkit-scrollbar{width:3px;height:3px}
.prodChList .list .nLi .text ul::-webkit-scrollbar-button:vertical{display:none}
.prodChList .list .nLi .text ul::-webkit-scrollbar-corner,
.prodChList .list .nLi .text ul::-webkit-scrollbar-track{background-color:#ccc}
.prodChList .list .nLi .text ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#00407d; }
.prodChList .list .nLi .text ul::-webkit-scrollbar-thumb:vertical:hover{ }
.prodChList .list .nLi .text ul::-webkit-scrollbar-thumb:vertical:active{ }

.prodChList.solutionList{}
.prodChList.solutionList .list .nLi .text ul{height: 154px;}
.prodChList.solutionList .list .nLi .text h5{line-height: 38px;height: 76px;overflow: hidden;margin-bottom: 8px;padding-top: 11px;}


.bread{border: 1px solid #eeeeee;padding: 6px 0 9px;}
.bread ul li{margin-left: 24px;padding-left: 25px;position: relative;}
.bread ul li:before{content: "/";position: absolute;left: 0;top:0;font-size: 16px;color: #dddddd;line-height: 54px;}
.bread ul li:after{content: "";width: 25px;height: 54px;position: absolute;left: 0;top:0;background: url("../images/breadIcon.png") no-repeat right bottom;filter: alpha(opacity=0);opacity: 0;}
.bread ul li a{display: block;height: 54px;line-height: 54px;font-size: 16px;color: #555555;padding: 0 6px;position: relative;}
.bread ul li a:before{content: "";width: 100%;height: 2px;background: #00407d;position: absolute;left: 0;bottom: 7px;filter: alpha(opacity=0);opacity: 0;}
.bread ul li:first-child{margin-left: 0;}
.bread ul li:first-child:before{display: none;}
.bread ul li.on:after,.bread ul li.on a:before{filter: alpha(opacity=100);opacity: 1;}
.bread ul li.on a{color: #00407d;font-weight: bold;}
.bread ul li.on:before{display: none;}
.bread ul li a:hover{color: #00407d;}


.prodList .prodDesc{margin-bottom: 44px;}
.prodList .prodDesc .tit{font-size: 34px;color: #222222;line-height: 34px;font-weight: normal;margin-bottom: 28px;}
.prodList .prodDesc .text{font-size: 14px;line-height: 28px;color: #555555;}
.prodList .prodDesc .text *{max-width: 100% !important;}
/*.prodList .list .nLi{margin-bottom: 40px;}
.prodList .list .nLi .hd li{width: 380px;margin-left: 30px;cursor: pointer;position: relative;overflow: hidden;}
.prodList .list .nLi .hd li:first-child{margin-left: 0;}
.prodList .list .nLi .hd li .pic{height: 240px;background: #ececec;text-align: center;line-height: 240px;font-size: 0;overflow: hidden;}
.prodList .list .nLi .hd li .pic img{max-width: 100%;max-height: 100%;}
.prodList .list .nLi .hd li .text{padding: 15px 40px 2px 29px;border:1px solid #eeeeee;border-top: none;}
.prodList .list .nLi .hd li .text h5{font-size: 20px;line-height: 50px;color: #222222;}
.prodList .list .nLi .hd li .text p{font-size: 14px;line-height: 24px;color: #555555;height: 48px;overflow: hidden;}
.prodList .list .nLi .hd li .hover{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;box-sizing: border-box;padding: 31px 42px 30px 30px;background: rgba(232,38,0,0.92);opacity: 0;
-webkit-transform:translateY(100%); -moz-transform: translateY(100%); -ms-transform:translateY(100%); transform:translateY(100%);}
.prodList .list .nLi .hd li .hover h5{font-size: 26px;color: #ffffff;line-height: 40px;font-weight: normal;padding: 15px 0;}
.prodList .list .nLi .hd li .hover p{font-size: 14px;line-height: 30px;color: #ffffff;max-height: 150px;overflow: hidden;}
.prodList .list .nLi .hd li:hover .text h5{color: #00407d;}
.prodList .list .nLi .hd li.on .hover{-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);opacity: 1;}
.prodList .list .nLi .hd li.on .text h5{color: #00407d;}
.prodList .list .nLi .bd .scroll{padding-top: 21px;display: none;}
.prodList .list .nLi .bd .scroll .wrap{padding: 23px 70px  25px;background: #f5f5f5;border-top: 2px solid #e82600;position: relative;}
.prodList .list .nLi .bd .scroll .wrap:before{content: "";width: 20px;height: 11px;background: url("../images/trangle.png") no-repeat center;position: absolute;left: 47px;top:-11px;}
.prodList .list .nLi .bd .scroll .wrap .swiper-button-prev,
.prodList .list .nLi .bd .scroll .wrap .swiper-button-next{width: 50px;height: 63px;position: absolute;top:55px;left: 10px;cursor: pointer;background: url("../images/arrow5.png") no-repeat left top;margin-top: 0;}
.prodList .list .nLi .bd .scroll .wrap .swiper-button-next{left: auto;right: 10px;background-position: right center;}
.prodList .list .nLi .bd .scroll .wrap .container{width: 100%;position: relative;overflow: hidden;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a{display: block;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a .pic{height: 124px;background: #ffffff;text-align: center;line-height: 124px;font-size: 0;margin-bottom: 15px;overflow: hidden;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a .pic img{max-width: 100%;max-height: 100%;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a p{font-size: 14px;line-height: 26px;color: #555555;text-align: center;height: 52px;overflow: hidden;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a:hover p{color: #00407d;}
*/


.prodList .list{width: 100%;overflow: hidden;}
.prodList .list  ul{width: 1230px;}
.prodList .list .nLi{width: 380px;margin-right: 30px;cursor: pointer;position: relative;margin-bottom: 40px;}
.prodList .list .placeholder{width: 100%;height: 1px;}
.prodList .list .nLi .hd{display: block;}
.prodList .list .nLi .hd .wrap{position: relative;overflow: hidden;}
.prodList .list .nLi .hd .pic{height: 240px;background: #ececec;text-align: center;line-height: 240px;font-size: 0;overflow: hidden;}
.prodList .list .nLi .hd .pic img{max-width: 100%;max-height: 100%;}
.prodList .list .nLi .hd .text{padding: 15px 40px 2px 29px;border:1px solid #eeeeee;border-top: none;}
.prodList .list .nLi .hd .text h5{font-size: 20px;line-height: 50px;color: #222222;}
.prodList .list .nLi .hd .text p{font-size: 14px;line-height: 24px;color: #555555;height: 48px;overflow: hidden;}
.prodList .list .nLi .hd .hover{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;box-sizing: border-box;padding: 31px 42px 30px 30px;background: rgba(232,38,0,0.92);opacity: 0;
-webkit-transform:translateY(100%); -moz-transform: translateY(100%); -ms-transform:translateY(100%); transform:translateY(100%);}
.prodList .list .nLi .hd .hover h5{font-size: 26px;color: #ffffff;line-height: 40px;font-weight: normal;padding: 15px 0;}
.prodList .list .nLi .hd .hover p{font-size: 14px;line-height: 30px;color: #ffffff;max-height: 150px;overflow: hidden;}
.prodList .list .nLi .hd:hover .text h5{color: #00407d;}
.prodList .list .nLi.on .hd .hover{-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);opacity: 1;}
.prodList .list .nLi.on .hd .text h5{color: #00407d;}
.prodList .list .nLi .bd {position: absolute;left: 0;top:356px;width: 1200px;display: none;}
.prodList .list .nLi .bd .scroll{padding-top: 21px;position: relative;}
.prodList .list .nLi .bd .scroll .wrap{padding: 23px 70px  25px;background: #f5f5f5;border-top: 2px solid #e82600;position: relative;}
.prodList .list .nLi .bd .scroll .wrap:before{content: "";width: 20px;height: 11px;background: url("../images/trangle.png") no-repeat center;position: absolute;left: 47px;top:-11px;}
.prodList .list .nLi .bd .scroll .wrap .swiper-button-prev,
.prodList .list .nLi .bd .scroll .wrap .swiper-button-next{width: 50px;height: 63px;position: absolute;top:55px;left: 10px;cursor: pointer;background: url("../images/arrow5.png") no-repeat left top;margin-top: 0;}
.prodList .list .nLi .bd .scroll .wrap .swiper-button-next{left: auto;right: 10px;background-position: right center;}
.prodList .list .nLi .bd .scroll .wrap .container{width: 100%;position: relative;overflow: hidden;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a{display: block;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a .pic{height: 124px;background: #ffffff;text-align: center;line-height: 124px;font-size: 0;margin-bottom: 15px;overflow: hidden;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a .pic img{max-width: 100%;max-height: 100%;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a p{font-size: 14px;line-height: 26px;color: #555555;text-align: center;height: 52px;overflow: hidden;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a:hover p{color: #00407d;}
.prodList .list .nLi.on .hd{margin-bottom: 262px;}
.prodList .list .nLi.nLi2 .bd{left: -410px;}
.prodList .list .nLi.nLi2 .bd .scroll .wrap:before{left: 50%;margin-left: -10px;}
.prodList .list .nLi.nLi3 .bd{left: auto;right: 0;}
.prodList .list .nLi.nLi3 .bd .scroll .wrap:before{left: auto;right: 47px;}

.prodList .wapList{display: none;}

.contProd .item1{margin-bottom: 60px;}
.contProd .item1 .prodPic{width: 48%;}
.contProd .item1 .prodPic .picScroll{width: 100%;position: relative;overflow: hidden;margin-bottom: 8px;}
.contProd .item1 .prodPic .picScroll .swiper-slide .pic{border:1px solid #eeeeee;height: 365px;text-align: center;line-height: 365px;font-size: 0;}
.contProd .item1 .prodPic .picScroll .swiper-slide .pic img{max-width: 100%;max-height: 100%;}
.contProd .item1 .prodPic .thumbnail{width: 100%;position: relative;overflow: hidden;box-sizing: border-box;padding: 0 1px;}
.contProd .item1 .prodPic .thumbnail .swiper-slide{width: 138px;}
.contProd .item1 .prodPic .thumbnail .swiper-slide .pic{height: 85px;border:1px solid #eeeeee;text-align: center;line-height: 85px;font-size: 0;cursor: pointer;}
.contProd .item1 .prodPic .thumbnail .swiper-slide .pic img{max-width: 100%;max-height: 100%;}
.contProd .item1 .prodPic .thumbnail .swiper-slide.on .pic{border-color: #596477;}
.contProd .item1 .text{width: 48%;padding: 20px 0 0;}
.contProd .item1 .text .tit{margin-bottom: 11px;line-height: 48px;font-size: 30px;color: #222222;font-weight: normal;}
.contProd .item1 .text .desc{margin-bottom: 47px;font-size: 16px;line-height: 32px;color: #555555;min-height: 96px;}
.contProd .item1 .text .price{margin-bottom: 23px;padding-left: 183px;min-height: 55px;position: relative;font-size: 16px;line-height: 26px;color: #888888;}
.contProd .item1 .text .price .btn{width: 170px;height: 55px;position: absolute;left: 0;top:0;background: #e82600;border-radius: 8px;text-align: center;line-height: 55px;font-size: 18px;color: #ffffff;font-weight: bold;}
.contProd .item1 .text .price .btn:hover{background: #d02503;}
.contProd .item1 .text .btm{font-size: 20px;color: #222222;line-height: 35px;}
.contProd .item1 .text .btm .tel{padding: 0 37px 0 30px;background: url("../images/telIcon1.png") no-repeat left center;}
.contProd .item1 .text .btm .mail{padding-left: 30px;background: url("../images/mailIcon.png") no-repeat left center;}

.contProd .item2 .tabs{margin-bottom: 30px;background: #f4f4f4;border-top: 1px solid #ececec;}
.contProd .item2 .tabs ul li{width: 160px;height: 68px;cursor: pointer;text-align: center;line-height: 68px;font-size: 18px;color: #222222;color: #e82600;font-size: 22px;font-weight: bold;position: relative;}
.contProd .item2 .tabs ul li span{display: block;position: relative;z-index: 2;}
.contProd .item2 .tabs ul li:before{content: "";width: 100%;height: 77px;position: absolute;left: 0;top:-8px;background: url("../images/contPIcon.png") no-repeat left center;filter: alpha(opacity=0);opacity: 0;
background-size: auto 100%;height: 100%;top:0;}
.contProd .item2 .tabs ul li.active{color: #e82600;}
.contProd .item2 .tabs ul li.active:before{filter: alpha(opacity=100);opacity: 1;}
.contProd .item2 .container{width: 100%;position: relative;overflow: hidden;}
.contProd .item2 .container .detail{font-size: 16px;line-height: 32px;color: #555555;min-height: 300px;}
.contProd .item2 .container .detail .tit{font-size: 18px;}
.contProd .item2 .container .detail *{max-width: 100% !important;}
.contProd .item2 .container .detail  img{height: auto !important;}
.contProd .item2 .container .detail table{width:100% !important;word-break:break-all !important;border-collapse:collapse !important;border-spacing:0 !important;}
.contProd .item2 .container .detail ul,.contProd .item2 .container .detail ul li{ list-style:disc inside;}

.newsScroll{width: 100%;position: relative;overflow: hidden;margin-bottom: 40px;}
.newsScroll .swiper-slide a{display: block;background: #333e52;}
.newsScroll .swiper-slide a .pic{width: 50%;overflow: hidden;position: relative;}
.newsScroll .swiper-slide a .pic em{display: block;width: 100%;height: 0;padding-bottom: 57.1667%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsScroll .swiper-slide a .text{width: 50%;box-sizing: border-box;padding: 48px 5% 0 4%;}
.newsScroll .swiper-slide a .text h5{font-size: 24px;line-height: 42px;color: #fffefe;font-weight: normal;}
.newsScroll .swiper-slide a .text span{display: block;font-size: 12px;line-height: 29px;color: #6b717b;margin-bottom: 13px;}
.newsScroll .swiper-slide a .text p{font-size: 15px;line-height: 28px;color: #9ea7b6;height: 56px;overflow: hidden;}
.newsScroll .swiper-slide a:hover .text span,.newsScroll .swiper-slide a:hover .text p{color: #fff;}
.newsScroll .swiper-pagination{width: 50%;left: auto;right: 0;box-sizing: border-box;padding-left: 4%;bottom: 60px;bottom: 10%;height: 8px;line-height: 8px;font-size: 0;text-align: left;}
.newsScroll .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;box-sizing: border-box;border:1px solid #e82600;background: none;border-radius: 4px;opacity: 1;margin: 0 10px 0 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;background: #e82600;}

.newsList{margin-bottom: 40px;}
.newsList li{padding: 14px 0;border-bottom: 1px solid #ececec;}
.newsList li:first-child{border-top: 1px solid #ececec;}
.newsList li a{display: block;height: 117px;padding-left: 244px;position: relative;}
.newsList li a .pic{width: 205px;height: 117px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList li a .pic em{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList li a h5{padding-top: 7px;font-size: 20px;line-height: 37px;color: #333333;font-weight: normal;}
.newsList li a p{font-size: 15px;line-height: 29px;color: #999999;margin-bottom: 16px;}
.newsList li a span{display: block;font-size: 12px;line-height: 28px;color: #999999;}
.newsList li a:hover h5{color: #00407d;}


.page{position: relative;text-align: center;font-size: 0;font-family: "Microsoft JhengHei";}
.page .btn{display: inline-block;*display: inline;*zoom: 1;width: 163px;height: 58px;border:1px solid #444444;text-align: center;line-height: 58px;font-size: 16px;color: #333333;margin: 0 10px;}
.page .btn:hover{background: #00407d;border-color: #00407d;color: #fff;}
.page .pageState{position: absolute;right: 0;top:0;line-height: 60px;}
.page .pageState .pBtn{width: 46px;position: relative;height: 60px;}
.page .pageState .pBtn:before{content: "";width: 6px;height: 9px;position: absolute;left: 50%;top:50%;margin: -4px 0 0 -3px;background: url("../images/arrow6.png") no-repeat left top;}
.page .pageState .pBtn.next:before{background-position: right top;}
.page .pageState .cur{font-size: 14px;color: #333333;line-height: 60px;width: 37px;text-align: center;}
.page .pageState .total{margin-left: 22px;line-height: 60px;font-size: 14px;color: #888888;font-weight: bold;}
.page .pageState .total em{margin: 0 10px;}
.page .pageState .pBtn:hover:before{background-position-y: bottom;}

.passage{max-width: 900px;margin: 0 auto;}
.passage .psgTit{padding-bottom: 27px;border-bottom: 1px solid #eeeeee;margin-bottom: 60px;}
.passage .psgTit span{display: block;font-size: 13px;line-height: 34px;color: #888888;font-family: "Microsoft JhengHei";}
.passage .psgTit span em{font-family: "GOTHIC";}
.passage .psgTit h5{font-size: 36px;line-height: 55px;color: #222222;font-weight: normal;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #444444;margin-bottom: 52px;min-height: 300px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
.passage .bdsharebuttonbox{height: 55px;line-height: 55px;font-size: 15px;color: #222222;margin-bottom: 92px;}
.passage .bdsharebuttonbox span{width: 72px;}
.passage .bdsharebuttonbox .shareItem{width: 55px;height: 55px;margin: 0 10px 0 0;background: url("../images/shareIcon.png") no-repeat left top;padding: 0;}
.passage .bdsharebuttonbox .shareItem.bds_tsina{background-position: -55px top;}
.passage .bdsharebuttonbox .shareItem.bds_sqq{background-position: -110px top;}
.passage .newsList{margin-bottom: 0;}

.honorList{overflow: hidden;}
.honorList ul{width: 1212px;}
.honorList ul li{width: 292px;margin: 0 11px 40px 0;box-sizing: border-box;border: 1px solid #eeeeee;}
.honorList ul li a{display: block;}
.honorList ul li a .pic{height: 215px;border-bottom: 1px solid #eeeeee;text-align: center;line-height: 215px;font-size: 0;}
.honorList ul li a .pic img{max-width: 100%;max-height: 100%;}
.honorList ul li a h5{height: 82px;line-height: 82px;font-size: 18px;color: #555555;text-align: center;font-weight: normal;}
.honorList ul li a:hover h5{background: #e82600;color: #fff;}

.about{font-size: 16px;line-height: 32px;color: #444444;margin-bottom: 52px;min-height: 300px;}
.about *{max-width: 100% !important;}
.about img{height: auto !important;}

.notice .list{margin-bottom: 40px;}
.notice .list li a{display: block;height: 44px;line-height: 44px;padding: 0 80px 0 13px;position: relative;}
.notice .list li a:before{content: "";width: 4px;height: 4px;position: absolute;left: 0;top:50%;margin-top: -1px;background: #00407d;border-radius: 50%;}
.notice .list li a span{position: absolute;right: 0;top:0;font-size: 12px;color: #999999;}
.notice .list li a h5{width: 100%;font-size: 14px;color: #444444;font-weight: normal;}
.notice .list li a:hover:before{width: 12px;height: 2px;margin-top: 0;border-radius: 0;}
.notice .list li a:hover h5{color: #00407d;padding-left: 12px;}


.msgWrap .formItem{margin-bottom: 19px;box-sizing: border-box;padding-left: 86px;position: relative;width: 47.5%;}
.msgWrap .formItem.w100p{width: 100%;}
.msgWrap .formItem label{position: absolute;left: 0;top:0;font-size: 15px;line-height: 42px;color: #444444;}
.msgWrap .formItem label span{letter-spacing: 28px;}
.msgWrap .formItem label .req{color: #f00;margin-right: 3px;}
.msgWrap .formItem .text,.msgWrap .formItem select,.msgWrap .formItem textarea{width: 100%;height: 42px;box-sizing: border-box;border:1px solid #d5d5d5;padding: 0 12px;font-size: 14px;color: #222;line-height: 40px;}
.msgWrap .formItem select{padding: 0 10px;}
.msgWrap .formItem textarea{height: 240px;overflow: auto;}
.msgWrap .formItem .text.codeTxt{width: 70%;}
.msgWrap .formItem .codePic{width: 30%;box-sizing: border-box;border:1px solid #d5d5d5;border-left: none;height: 42px;}
.msgWrap .formItem .codePic img{width: 100%;height: 100%;cursor: pointer;}

.msgWrap .formItem .btn{width: 116px;height: 40px;border:none;background: #00407d;text-align: center;line-height: 40px;font-size: 18px;color: #ffffff;font-weight: bold;cursor: pointer;margin-right: 15px;}
.msgWrap .formItem .btn.reset{background: #757575;}
.msgWrap .formItem .btn:hover{background: #00407d;}

/*20190805*/
.header{width: 100%;position: fixed;left: 0;top:0;z-index: 999;background: #fff;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.placeholder{display: block;width: 100%;height: 104px;}

/*20190806*/
.isect1 .isect1Scroll .container .swiper-slide a .pic{padding-bottom: 64.315%;}
.header .logo{line-height: 96px;}
.header .logo img{height: 70px;}
.header .nav .nLi h3 a{line-height: 96px;}
.header .nav .nLi.nLi2 .navSub1{top:96px;}
.placeholder{height: 96px;}
.header .tel,.header .searchBtn{margin-top: 28px;}

/*20190814*/
.banner .swiper-slide a{padding-bottom: 650px;}
.iAd ul li a{padding-bottom: 40.571%;}
.footer .fContact{width: 266px;}
.footer .fContact p br{display: none;}

/*20190816*/
.mm-listview .mm-next{width: 100%;}
.mm-listview .mm-next:after,.mm-listview .mm-next:after{opacity: 0;}

.banner .swiper-slide a{padding-bottom: 600px;}

/*20190827*/
.header .logo{line-height: 86px;}
.header .nav .nLi h3 a{line-height: 86px;}
.header .nav .nLi.nLi2 .navSub1,.header .nav .nLi .navSub2{top: 86px;}
.placeholder{height: 86px;}

.banner .swiper-slide a{padding-bottom: 580px;}
.footer .fContact{padding-top: 0;}
.footer .fContact .tel{margin-top: 20px;}

@media screen and (max-width: 1400px){
.banner .swiper-slide a{padding-bottom: 420px;}
}

@media screen and (max-width: 1340px){
.isect1 .isect1Scroll{box-sizing: border-box;margin-left: 0;padding: 0 38px;}
.isect1 .isect1Scroll .swiper-button-prev,
.isect1 .isect1Scroll .swiper-button-next{top: 25%;}
}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}
.header .tel{margin-left: 10px;}
.header .nav .nLi:first-child h3 a{padding: 0 25px;}
.header .nav .nLi h3 a{font-size: 16px;padding: 0 20px;}
.header .nav .nLi.nLi2 .navSub1 .w1200 .more{margin-left: 30px;}
.header .logo img{height: 60px;}
.banner .swiper-slide a{padding-bottom: 36.66%;padding-bottom: 54.166%;padding-bottom: 50%;padding-bottom: 48.33%;}
.isect1 .isect1Scroll .container .swiper-slide a h5{line-height: 52px;font-size: 14px;}

.footer .fNav dl:last-child{width: auto;}
.footer .fNav dl dt{font-size: 15px;}
.footer .fNav dl{width: 140px;}
.footer .fNav dl dd{font-size: 12px;}
.footer .fContact p{font-size: 13px;}
.footer .fContact .tel{font-size: 18px;}

.prodChList .list{width: 100%;}
.prodChList .list .nLi{width: 24%;margin-right: 1.33%;}
.prodChList .list .nLi:nth-child(4n){margin-right: 0;}

.prodList .list ul{width: 100%;}
.prodList .list .nLi{width: 32%;margin-right: 2%;}
.prodList .list .nLi:nth-child(3n){margin-right: 0;}
.prodList .list .nLi .hd .text{padding: 15px 15px 2px;}
.prodList .list .nLi .hd .hover{padding: 31px 20px;}
.prodList .list .nLi .bd{width: 315.789%;}
.prodList .list .nLi.nLi2 .bd{left: -105%;}

.bread ul li{margin-left: 10px;padding-left: 10px;}
.bread ul li:after{left: -12px;}
.bread ul li a{font-size: 15px;padding: 0 5px;}

.contProd .item1 .text .price{font-size: 14px;}

.honorList ul{width: 100%;}
.honorList ul li{width: 24%;margin-right: 1.33%;margin-bottom: 30px;}
.honorList ul li:nth-child(4n){margin-right: 0;}

}


@media screen and (max-width: 1024px){
.header .nav,.header .searchBtn,.header .tel{display: none;}
.header .menuIcon{display: block;}
.isect1 .isect1Scroll{padding: 0;}
.isect1 .isect1Scroll .swiper-button-prev,
.isect1 .isect1Scroll .swiper-button-next{display: none;}
.isect1 .isect1Scroll .container{padding-bottom: 30px;}
.isect1 .isect1Scroll .container .swiper-pagination{display: block;}
.isect2 .left a .pic{padding-bottom: 240px;}
.isect2 .left a .text{padding: 17px 15px 24px;}
.isect2 .right li a{padding: 12px 8px;}
.isect2 .right li a p{margin-bottom: 8px;}
.footer{padding: 20px 0;}
.footer .fNav{display: none;}
.footer .fContact{width: 100%;float: none;text-align: center;}
.footer .fContact .tel{margin-top: 20px;line-height: 32px;}
.fCopy{font-size: 12px;}

.nyBanner{height: auto;padding: 12% 0;}
.nyBanner .path{display: none;}
.nyBanner h3{font-size: 26px;font-weight: bold;}
.bread{display: none;}

.nyWrap{padding-top: 40px;padding-bottom: 97px;}

.prodChList .list .nLi{width: 32%;margin-right: 2%;}
.prodChList .list .nLi:nth-child(3n){margin-right: 0;}
.prodChList .list .nLi:nth-child(4n){margin-right: 2%;}
.prodChList .list .nLi .text{height: 294px;}
.prodChList .list .nLi .text h5{font-size: 20px;line-height: 30px;margin-bottom: 5px;}
.prodChList .list .nLi .text ul{height: 168px;}
.prodChList .list .nLi .text ul li a{font-size: 14px;line-height: 28px;height: 28px;}

.prodChList.solutionList .list .nLi .text ul{height: 112px;}

.contProd .item1 .prodPic{width: 100%;}
.contProd .item1 .text{width: 100%;}
.contProd .item1 .text .desc{min-height: auto;}

.newsScroll .swiper-slide a .text{padding-top: 20px;}
.newsScroll .swiper-slide a .text span{margin-bottom: 5px;}
.newsScroll .swiper-slide a .text h5{font-size: 20px;line-height: 32px;}

.page .pageState{display: none;}

.honorList ul li{width: 32%;margin-right: 2%;}
.honorList ul li:nth-child(3n){margin-right: 0;}
.honorList ul li:nth-child(4n){margin-right: 2%;}

.prodList .list .nLi{margin-bottom: 20px;}
.prodList .list .nLi .hd .pic{height: 180px;line-height: 180px;}
.prodList .list .nLi .bd{top:296px;}
.prodList .list .nLi .hd .text{padding-top: 10px;}
.prodList .list .nLi .hd .text h5{font-size: 16px;line-height: 38px;}
.prodList .list .nLi .hd .text p{height: 36px;}
.prodList .list .nLi .bd{top:267px;}
.prodList .list .nLi .hd .hover{padding: 20px;}
.prodList .list .nLi .hd .hover h5{padding: 0;font-size: 20px;line-height: 40px;}

.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a .pic{height: 100px;line-height: 100px;}
.prodList .list .nLi.on .hd{margin-bottom: 238px;}
}

@media screen and (max-width: 768px){
.header .logo{line-height: 72px;}
.header .logo img{height: 44px;}
.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
.banner .swiper-pagination{display: block;}
.ititle{height: 44px;line-height: 44px;}
.ititle h3{background-size: auto 34px;background-position: left bottom;padding-left: 22px;font-size: 17px;}
.ititle .more{font-size: 12px;background-size: auto 8px;padding-right: 13px;}

.isect2 .left,.isect2 .right{width: 100%;}
.isect2 .right li:first-child{border-top: none;}
.isect2 .right li:last-child{border-bottom: none;}

.prodChList .list .nLi{width: 49%;margin-right: 0;margin-bottom: 25px;}
.prodChList .list .nLi:nth-child(2n){float: right;}
.prodChList .list .nLi:nth-child(4n){margin-right: 0;}
.prodChList .list .nLi .text{padding: 18px 15px 32px;}
.prodChList .list .nLi .text h5{padding-right: 0;}
.prodChList .list .nLi .text ul{padding-right: 0;}
.prodSearch{padding: 20px;}
.prodSearch dl{padding-left: 0;}
.prodSearch dl dt{display: none;}

.prodList .list .nLi{margin-bottom: 15px;}
.prodList .list .nLi .hd .text{padding: 0 5px;}
.prodList .list .nLi .hd .text p{display: none;}
.prodList .list .nLi .hd .text h5{font-size: 14px;}
.prodList .list .nLi .hd .hover h5{font-size: 20px;padding: 0;}
.prodList .list .nLi .hd .hover p{font-size: 12px;line-height: 24px;height: 24px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodList .list .nLi .hd .pic{height: 140px;line-height: 140px;}

.prodList .prodDesc .tit{font-size: 24px;line-height: 24px;margin-bottom: 14px;}

.prodList .list{display: none;}
.prodList .wapList{display: block;}
.prodList .wapList .tit{font-size: 15px;color: #00407d;line-height: 28px;margin-bottom: 10px;}
.prodList .wapList ul{padding-bottom: 20px;}
.prodList .wapList ul li{width: 49%;box-sizing: border-box;border:1px solid #eeeeee;margin-bottom: 15px;}
.prodList .wapList ul li:nth-child(2n){float: right;}
.prodList .wapList ul li a{display: block;}
.prodList .wapList ul li a .pic{height: 120px;text-align: center;line-height: 120px;font-size: 0;border-bottom: 1px solid #eeeeee;}
.prodList .wapList ul li a .pic img{max-width: 100%;max-height: 100%;}
.prodList .wapList ul li a h5{text-align: center;font-size: 13px;color: #555555;line-height: 26px;font-weight: normal;padding: 6px 5px;background: #eee;}

.contProd .item1 .prodPic .picScroll .swiper-slide .pic{height: 280px;line-height: 280px;}
.contProd .item1 .prodPic .thumbnail .swiper-slide{width: 120px; }
.contProd .item1 .prodPic .thumbnail .swiper-slide .pic{height: 74px;line-height: 74px;}
.contProd .item1 .text .tit{font-size: 24px;line-height: 30px;}
.contProd .item2 .tabs ul li{width: 140px;height: 48px;line-height: 48px;font-size: 16px;width: 108px;}
/*.contProd .item2 .tabs ul li:before{background-size: 100% auto;top: -18px;}*/

.newsScroll .swiper-slide a .text,.newsScroll .swiper-slide a .pic{width: 100%;}
.newsScroll .swiper-slide a .text{padding: 5% 5% 10%;}
.newsScroll .swiper-pagination{width: 100%;padding: 0;text-align: center;bottom: 3%;height: 6px;line-height: 6px;}
.newsScroll .swiper-pagination .swiper-pagination-bullet{margin: 0 4px;width: 6px;height: 6px;border-radius: 3px;}
.newsScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 24px;}

.newsList li a{padding-left: 220px;}
.newsList li a h5{padding-top: 0;}

.passage .psgTit{margin-bottom: 40px;}
.passage .psgTit h5{font-size: 24px;line-height: 40px;}

.honorList ul li{width: 49%;margin-right: 0;}
.honorList ul li:nth-child(4n){margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}
.honorList ul li a h5{height: 60px;line-height: 60px;}

.msgWrap .formItem{width: 100%;}
.msgWrap .formItem textarea{height: 180px;}

.placeholder{height: 72px;}

.contProd .item2 .tabs ul li:before{}

}

@media screen and (max-width: 468px){
.isect1{margin: 10px 0 15px;}
.isect2{margin-bottom: 30px;}
.isect2 .left a .text{padding: 10px 12px 15px;}
.isect2 .left a .text h5{font-size: 18px;line-height: 32px;}
.isect2 .right li a h5{font-size: 16px;}
.isect2 .right li a p{font-size: 13px;line-height: 24px;}
.iAd{display: block;padding: 0;}
.iAd ul li{width: 100%;margin-right: 0;margin-bottom: 10px;}
.iAd ul li:last-child{margin-bottom: 0;}

.prodChList .list .nLi{width: 100%;}
.prodChList .list .nLi .text{text-align: center;height: auto;}
.prodChList .list .nLi .text ul li a:before{display: none;}
.prodChList .list .nLi .text ul{height: auto;}
.prodChList.solutionList .list .nLi .text ul{height: auto;}
.prodChList.solutionList .list .nLi .text h5{height: auto;}
.nyWrap{padding: 20px 0 40px;}
.nyWrap.w1200{padding: 20px 5% 40px;}
.prodSearch{padding: 8px;margin-bottom: 20px;}
.prodSearch dl{height: 38px;}
.prodSearch dl dd{padding-right: 90px;}
.prodSearch dl dd .subm{width: 90px;height: 38px;}
.prodSearch dl dd .text{height: 38px;line-height: 38px;padding: 0 12px;}

.prodList {padding: 20px 5% 40px;}
.prodList .list .nLi .bd .scroll .wrap{padding: 10px;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide{width: 200px;}
.prodList .list .nLi .bd .scroll .wrap .swiper-button-prev, .prodList .list .nLi .bd .scroll .wrap .swiper-button-next{display: none;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a .pic{height: 110px;line-height: 110px;margin-bottom: 5px;}
.prodList .list .nLi .hd li.on .hover{display: none;}
.prodList .list .nLi .bd .scroll .wrap .container .swiper-slide a p{font-size: 12px;line-height: 20px;height: 40px;}
.prodList .list .nLi .hd li .pic{height: 120px;line-height: 120px;}

.contProd{padding: 20px 5% 40px;}
.prodList .list .nLi .hd li .text h5{line-height: 20px;font-size: 12px;white-space: normal; overflow: hidden; text-overflow: ellipsis;text-align: center;height: 40px;overflow: hidden;}
.contProd .item1 .prodPic .picScroll{margin-bottom: 20px;}
.contProd .item1 .prodPic .picScroll .swiper-slide .pic{height: 240px;line-height: 240px;}
.contProd .item1 .text .tit{font-size: 18px;margin-bottom: 5px;}
.contProd .item1 .text .desc{font-size: 13px;line-height: 24px;}
.contProd .item1 .text .price{padding-left: 0;}
.contProd .item1 .text .price .btn{display: block;position: static;margin-bottom: 15px;height: 42px;line-height: 42px;font-size: 14px;width: 100%;}
.contProd .item1 .text .btm{font-size: 16px;}
.contProd .item2 .tabs{margin-bottom: 20px;}
.contProd .item2 .tabs ul li{width: 33.3%;font-size: 14px;font-size: 18px;}
.contProd .item2 .container .detail{font-size: 13px;line-height: 26px;}
.contProd .item2 .container .detail .tit{font-size: 15px;}
.contProd .item1 .prodPic .thumbnail{display: none;}
.contProd .item1 .prodPic .picScroll{margin-bottom: 0;}
.contProd .item1 .text .desc{margin-bottom: 30px;}

.newsWrap{padding: 20px 5% 40px;}
.newsScroll{margin-bottom: 20px;}
.newsList{margin-bottom: 20px;}
.newsList li{padding: 20px 0;}
.newsList li:first-child{border-top:none;}
.newsList li a{height: auto;padding-left: 0;}
.newsList li a .pic{width: 100%;position: relative;height: auto;margin-bottom: 5px;}
.newsList li a .pic em{height: 0;padding-bottom: 57.07%;}
.newsList li a p{margin-bottom: 6px;font-size: 12px;line-height: 22px;}
.newsList li a h5{font-size: 16px;}
.newsList li a span{line-height: 14px;}

.page .btn{width: 124px;height: 40px;line-height: 40px;font-size: 14px;}

.passage .psgTit{padding-bottom: 18px;margin-bottom: 30px;}
.passage .psgTit h5{font-size: 20px;line-height: 32px;}
.passage .psgCont{font-size: 13px;line-height: 26px;margin-bottom: 30px;}
.passage .bdsharebuttonbox{margin-bottom: 24px;}
.passage .newsList li a .pic{display: none;}

.about{font-size: 13px;line-height: 26px;}
.honorList ul li{width: 100%;}
.honorList ul li a h5{font-size: 16px;}

.notice .list{margin-bottom: 20px;}
.notice .list li a{padding-right: 60px;}

.msgWrap .formItem{padding-left: 0;margin-bottom: 10px;}
.msgWrap .formItem label{position: static;display: block;line-height: 34px;}
.msgWrap .formItem select{padding: 0 3px;}
.msgWrap .formItem .btn{width: 49%;margin: 16px 0 0 0;font-size: 16px;}
.msgWrap .formItem .btn.reset{float: right;}

.footer .fContact p br{display: block;}
.fCopy span{display: inline-block;}
.fCopy span:last-child{width: 100%;margin: 0 auto;}
}

.aboutbiaoti{font-weight:bold;text-align:center;line-height:3em;color:#212e45;font-size:28px;}
.chanpliebiao{border-bottom:1.0000pt solid #bebebe; background:#212e45; width:71.0000pt; padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ; border-left:1.0000pt solid #bebebe; border-right:1.0000pt solid #bebebe; border-top:1.0000pt solid #bebebe;text-align:center;color: #fff;}
.chanpliebiaonr{border-bottom: 1pt solid rgb(190, 190, 190); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; width: 71pt; padding: 0pt 5.4pt; border-left: 1pt solid rgb(190, 190, 190); border-right: 1pt solid rgb(190, 190, 190); border-top: none;text-align:center;font-size:9.0000pt}
.chanplbbiaoti{color:#212e45;line-height:2em;font-size:22px;border-bottom: 1px #B7B7B7 dashed;padding-bottom:10px;margin-bottom: 15px;}






.kf{width:127px;z-index: 99999;position:fixed;top:45%;right:0;background:url(kf_ico.png) no-repeat 7px 10px #272636;min-height:50px;_height:auto!important;_height:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||130)-(parseInt(this.currentStyle.marginBottom,10)||130)));}
.kf_r{margin-left:37px;background:#00407c;color:#fff;text-align:center;padding:10px 0 10px;}
.kf_r img{margin-bottom:5px;}



