body,html{margin:0;padding:0;font-family:"Microsoft YaHei";}
div,form,dl,dd,dt,ul,li,a{margin:0 auto;padding:0;box-sizing:border-box;}
img{border:0px;}
ul{list-style:none;margin:0 auto;padding:0;}
a{text-decoration:none;color:black;}
a,li,img{transition:all .3s ease-in-out;}
.BodyWidth{width:1200px;margin:auto;}

.HeaderBar{background-color:#e3e3e3;padding:10px 0;}
.HeaderBar>div{display:flex;justify-content:space-between;align-items:center;}
.HeaderBar>div div{font-size:14px;color:#696969;margin:0;}
.HeaderBar>div a{display:inline-block;border:1px solid #bfbfbf;background-color:white;border-radius:15px;padding:3px 10px;font-size:13px;margin-left:10px;}
.HeaderBar>div div+div{display: none;}
/* 中文版 */
.HeaderBar>div a:nth-child(1) span{display:inline-block;margin-right:10px;font-weight:bold;color:#d70000;}
.HeaderBar>div a:hover:nth-child(1){background-color:#aa5050;color:white;}
.HeaderBar>div a:hover:nth-child(1) span{color:white;}
/* 英文版 */
.HeaderBar>div a:nth-child(2) span{display:inline-block;margin-right:10px;font-weight:bold;color:#4447ff;}
.HeaderBar>div a:hover:nth-child(2){background-color:#4a7ab9;color:white;}
.HeaderBar>div a:hover:nth-child(2) span{color:white;}

/* 页眉 */
.Header>div{overflow:hidden;padding:20px 0;}
.Header>div span{display:block;}
.Header>div .logo{float:left;background-image:url("logo.png");background-position:left center;background-repeat:no-repeat;font-size:30px;font-weight:bold;color:#666666;padding:10px 30px 10px 100px;border-right:1px solid #aeaeae;}
.Header>div .logo span{font-size:17px;}
.Header>div .slogan{float:left;font-size:26px;font-weight:bold;color:#195ab3;padding:10px 0px 10px 30px;}
.Header>div .slogan span{font-size:20px;font-weight:lighter;color:#696969;}
.Header>div .phone{float:right;background-image:url("phone.png");background-position:left center;background-repeat:no-repeat;font-size:14px;color:#505050;padding:5px 0px 10px 80px;}
.Header>div .phone span{font-family:Georgia;font-size:26px;color:#e15500;line-height:26px;}

/* 导航 */
.MainNav{background-color:#1b57b2;}
.MainNav>ul{width:1200px;display:flex;justify-content:space-between;}
.MainNav>ul>li{flex-grow:1; position: relative;}
.MainNav>ul>li>a{display:block;width:100%;padding:10px 0;text-align:center;color:white;}
.MainNav>ul>li>a:hover{background-color:#257cff;}
.MainNav>ul>li>ul{display:none;position:absolute;z-index:2;left:0px;width:100%;text-align:center;background-color:#257cff;}
.MainNav>ul>li:hover>ul{display:block;}
.MainNav>ul>li>ul>li>a{display:block;padding:8px;color:white;font-size:14px;}
.MainNav>ul>li>ul>li>a:hover{background-color:#1b57b2;}

/* 标题 */
.IndexTitle{background-image:url("titlebg.png");background-position:top center;background-repeat:no-repeat;text-align:center;font-size:28px;font-weight:bold;color:#0078cc;}
.IndexTitle span{display:block;font-size:18px;color:white;padding-top:9px; text-transform:uppercase}

/* 公司特点 */
.IndexCont1{padding:70px 0px;}
.IndexCont1 ul{display:flex;justify-content:space-between;}
.IndexCont1 ul li{width:270px;height:390px;background-color:#ececec;padding:30px;text-align:center;margin:0;}
.IndexCont1 ul li:hover{transform:scale(1.1);}
.IndexCont1 ul li div:nth-child(1){padding:20px;}
.IndexCont1 ul li div:nth-child(2){padding:20px 0px;font-size:28px;font-weight:bold;color:#363636;}
.IndexCont1 ul li div:nth-child(3){font-size:18px;color:#565656;line-height:180%;text-align:left;}

/* 产品展示 */
.IndexCont2 .indexCpzs{display:flex;justify-content:space-between; padding:40px 0;}
/* 产品导航 */
.IndexCont2 .indexCpzs .ProdNav{width:220px;margin:0; background-color:#023257;}
.IndexCont2 .indexCpzs .ProdNav>div{font-size:18px;font-weight:bold;color:white;padding:10px 30px;background-color:#0078cc;}
.IndexCont2 .indexCpzs .ProdNav>ul{background-color:#023257;padding:10px 20px;}
.IndexCont2 .indexCpzs .ProdNav>ul ul{display:none;}
/* .IndexCont2 .indexCpzs .ProdNav>ul>li:first-child>ul{display:block;} */
.IndexCont2 .indexCpzs .ProdNav>ul a{display:block;padding:10px;color:white;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px #0078cc dashed;}
.IndexCont2 .indexCpzs .ProdNav>ul a:hover{background-color:#0078cc;}
/* .IndexCont2 .indexCpzs .ProdNav>ul ul a{padding-left:30px;} */
/* 产品列表 */
.IndexCont2 .indexCpzs .ProdList{width:950px;margin:0;}
.IndexCont2 .indexCpzs .ProdList ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.IndexCont2 .indexCpzs .ProdList ul li{width:220px;height:260px;margin:0;}
.IndexCont2 .indexCpzs .ProdList ul li .Image{width:220px;height:220px;border:1px solid #959595;overflow:hidden;}
.IndexCont2 .indexCpzs .ProdList ul li .Image img{width:100%;height:100%;object-fit:contain;}
.IndexCont2 .indexCpzs .ProdList ul li .Name a{display:block;text-align:center;font-size:14px;color:#606060;padding:10px 0;}
.IndexCont2 .indexCpzs .ProdList ul li:hover img{transform:scale(1.1);}

/* 横幅 */
.IndexCont3{background-image:url("indexhf1.jpg");background-position:center center;height:270px;background-color:#1e3555;}

/* 案例展示 */
.IndexCont4>div{padding:20px 0px;}
.IndexCont4 ul{display:flex;justify-content:space-between;padding:80px 0;}
.IndexCont4 ul li{margin:0;width:280px;background-image:linear-gradient(#5677ca,#354fbd);position:relative;padding:3px;}
.IndexCont4 ul li:hover{transform: scale(1.1);}
.IndexCont4 ul li .Num{position:absolute;top:-33px;left:100px;background-color:#fba500;font-size:50px;color:white;font-family:"宋体";font-weight:bold;width:70px;height:65px;line-height:65px;text-align:center;}
.IndexCont4 ul li .Num:before{position:absolute;left:-65px;top:0px;content:"";width:65px;height:65px;border:33px solid transparent;border-right:33px solid #fba500;box-sizing:border-box;}
.IndexCont4 ul li .Num:after{position:absolute;right:-65px;top:0px;content:"";width:65px;height:65px;border:33px solid transparent;border-left:33px solid #fba500;box-sizing:border-box;}
.IndexCont4 ul li .Image{width:100%;height:280px;overflow:hidden;}
.IndexCont4 ul li .Image img{width:100%;height:100%;object-fit:cover;}
.IndexCont4 ul li .Desc{color:white;padding:10px 30px;}

/* 关于我们 */
.IndexCont5 .indexGywm{display:flex;justify-content:space-between;padding:70px 0;}
.IndexCont5 .indexGywm>div{margin:0;}
.IndexCont5 .indexGywm .Image{width:509px;height:350px;box-shadow:7px 7px 0px #e3e3e3;}
.IndexCont5 .indexGywm .Image img{width:100%; height:100%;}
.IndexCont5 .indexGywm .Desc{width:645px;}
.IndexCont5 .indexGywm .Desc div:nth-child(1){font-size:25px;font-weight:bold;color:#0078cc;margin-bottom:20px;}
.IndexCont5 .indexGywm .Desc div:nth-child(2){width:440px;font-size:20px;font-weight:bold;color:#ffa200;padding-bottom:5px;border-bottom:3px solid #ffa200;margin:0;margin-bottom:20px;}
.IndexCont5 .indexGywm .Desc div:nth-child(3){font-size:14px;color:#808080;line-height:25px;}
.IndexCont5 .indexGywm .Desc a{position:relative;right:-500px;display:inline-block;background-color:#0078cc;padding:8px 30px;color:white;}
.IndexCont5 .indexGywm .Desc a:hover{background-color:#b5e0ff;color:#0078cc;}

/* 我们的优势 */
.IndexCont6{background-image:url("indexhf2.jpg");background-position:center center;height:1480px;}

/* 表单 */
.IndexCont7{background-image:url("indexhf3.jpg");background-position:center center;height:513px;}
.IndexCont7>div{padding-top:50px;}
.IndexCont7 form{width:500px;margin:0;padding:40px;background-color:rgba(255,255,255,0.9);border:5px solid #0e5f6d;text-align:center;}
.IndexCont7 form div.title{font-size:26px;color:#4f4f4f;}
.IndexCont7 form table{margin:25px auto;width:350px;}
.IndexCont7 form table td{padding:10px 0;}
.IndexCont7 form input[type="text"]{width:100%;height:20px;line-height:20px;}
.IndexCont7 form input[type="submit"],.IndexCont7 form input[type="reset"]{font-size:14px;border:none;background-color:#0089d8;color:white;padding:5px 20px;margin:0px 20px;border-radius:30px;}

/* 新闻中心 */
.IndexCont8{padding:80px 0;}
.IndexCont8 .indexXwzx ul{margin-top:80px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.IndexCont8 .indexXwzx ul li{margin:0;width:580px;border-bottom:1px #959595 dashed;padding-bottom:30px;margin-bottom:30px;overflow:hidden;}
.IndexCont8 .indexXwzx ul li:hover{transform: scale(1.1);}
.IndexCont8 .indexXwzx ul li .Image{float:left;width:220px;height:140px;}
.IndexCont8 .indexXwzx ul li .Image img{width:100%;height:100%;object-fit:cover;}
.IndexCont8 .indexXwzx ul li .Time{float:right;width:350px;font-size:24px;font-weight:bold;color:#aeaeae;}
.IndexCont8 .indexXwzx ul li .Name{float:right;width:350px;color:#000a6f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:10px 0;}
.IndexCont8 .indexXwzx ul li .Cont{float:right;width:350px;height:70px;font-size:14px;color:#919191;line-height:170%;overflow:hidden;}

/* 联系我们 */
.IndexCont9 {padding:80px 0; background-image: url("indexLxwmBg.jpg");background-position:center center;}
.IndexCont9 .indexLxwm{padding:40px 0; display: flex; justify-content: space-between;}
.IndexCont9 .indexLxwm>div{margin:0;}
.IndexCont9 .indexLxwm .map{border:1px solid #aeaeae; width: 700px; height: 350px;}
.IndexCont9 .indexLxwm .map #allmap{width: 100%; height: 100%;}
.IndexCont9 .indexLxwm .map #allmap div{overflow: visible;}
.IndexCont9 .indexLxwm .map #allmap img{padding:0;height:auto;}
.IndexCont9 .indexLxwm .cont{width:450px;}
.IndexCont9 .indexLxwm .cont li{ background-position:left center; background-repeat:no-repeat; padding:15px 0px 15px 70px;margin-left:0px; }
.IndexCont9 .indexLxwm .cont li:hover{ margin-left:20px; }
.IndexCont9 .indexLxwm .cont li:nth-child(1){background-image:url("icon5.png");}
.IndexCont9 .indexLxwm .cont li:nth-child(2){background-image:url("icon6.png");}
.IndexCont9 .indexLxwm .cont li:nth-child(3){background-image:url("icon7.png");}
.IndexCont9 .indexLxwm .cont li:nth-child(4){background-image:url("icon8.png");}
.IndexCont9 .indexLxwm .cont li div{padding:3px 0;color:#4a5164;font-size:16px;}

/* 页尾 */
.Footer{padding:40px 0; background-image: url("footerBg.jpg"); background-position:top center;}
.Footer .FooterNav ul{display: flex; justify-content: center;}
.Footer .FooterNav ul li{margin: 0;}
.Footer .FooterNav ul ul{display: none;}
.Footer .FooterNav ul li a{display: inline-block; padding:0px 40px; color:white; border-right:1px solid white;}
.Footer .FooterNav ul li:first-child a{border-left:1px solid white;}
.Footer .FooterText{color:white; text-align: center; font-size:14px; margin-top:30px;}
.Footer .FooterText a{color:white;}


/* 内页 */
.NyCont{display:flex;width:1200px;padding:20px 0; justify-content: space-between;}
.NyCont .left{width:280px;margin:0;}
.NyCont .right{width:880px;margin:0;}

/* 左侧导航 */
.leftTitle1{background-color:#1b57b2;background-image:url("ico1.png");background-repeat:no-repeat;background-position:95% center;padding:20px;font-size:18px;color:white;}
.leftTitle2{background-color:#1b57b2;background-image:url("ico2.png");background-repeat:no-repeat;background-position:95% center;padding:20px;font-size:18px;color:white;}
.leftCont2{padding:20px;font-size:14px;color:#555;border:1px #1b57b2 solid;line-height:180%;}
.left ul{border:1px #1b57b2 solid;padding:20px;margin-bottom:20px;}
.left ul a{display:block;padding:10px;font-size:14px;border-bottom:1px #EEE solid;}
.left ul a:hover{background-color:#1b57b2;color:white;}
.left ul ul{display: none;}

/* 当前位置 */
.station{padding:10px 20px;font-size:14px;border:1px #1b57b2 solid;}
.station a{color:#555;}
.station span{color:#555;display:inline-block;padding:0px 10px;}

/* 页面内容 */
.mainCont{font-size:15px;line-height:180%;color:#333;padding:20px 0;}
.PageName{display: none;}
.PageFrom{display: none;}
.Related{display: none;}

/* 页码统计 */
.RecordTotal{text-align:right;font-size:12px;color:#666;padding:10px 0;}

/* 页码条 */
.Pagination{text-align:center;}
.Pagination a{display:inline-block;font-size:12px;color:white;padding:3px 10px;background-color:#0d2983;margin:10px;}
.Pagination a:hover{color:#0d2983;background-color:white;}

/* 返回目录 */
.PageBack{text-align:center;padding:10px 0;}
.PageBack a{display:inline-block;font-size:12px;color:white;padding:3px 10px;background-color:#1b57b2;margin:10px;border:1px transparent solid}
.PageBack a:hover{color:#1b57b2;background-color:white; border:1px solid #1b57b2;}

/* 内页图标列表 */
.ContentIcoList{width:900px;margin:auto; display: flex; flex-wrap: wrap;}
.ContentIcoList li{ width:280px;margin:0; margin-right:20px; margin-bottom: 20px; }
.ContentIcoList li .Image{width:270px;height:220px; border:1px #919191 solid; overflow: hidden;}
.ContentIcoList li .Image img{width:100%;height:100%;transition:all .5s;}
.ContentIcoList li .Image img:hover{transform:scale(1.1);}
.ContentIcoList li .Name{width:100%;text-align:center;padding:5px 0;}
.ContentIcoList li .Name a{color:black;font-size:14px;}
.ContentIcoList li .Brief{display:none;}

/* 内页文字列表 */
.ContentTextList li{border-bottom:1px dashed #959595; display:flex; justify-content: space-between; padding:8px 20px;}
.ContentTextList li div{margin:0;}
.ContentTextList li .Name{font-size:14px;}
.ContentTextList li .Time{font-size:13px;color:#aeaeae;}
.ContentTextList li .Cont{font-size:14px;color:#919191; display: none;}
.ContentTextList li a:hover{color:#1b57b2;}

/* 分栏标题 */
.ColumnsTitle{background-color:#e9e9e9;font-size:18px;font-weight:bold;color:#1b57b2;display:flex;justify-content:space-between;padding:5px 20px;margin-bottom:20px;}
.ColumnsTitle div{margin:0;}
.ColumnsTitle a{font-size:14px;font-weight:normal;}


h4{font-size:18px;text-align: center; color:#a88043; padding: 0; margin:0;}
h5{font-size:16px;text-align: center; color:#a88043; padding: 0; margin:0;}
h6{font-size:16px;font-weight: bold; background-color: #e7e7e7; color:black; padding:3px 20px;}

.lxwmNy div:nth-child(1){font-size:20px;font-weight:bold;padding:0;margin:0;}


/********************信息反馈样式********************/
#order_online{text-align:center;}
#order_online table {font: 9pt Verdana;	color: #707070;	margin:auto;}
#order_online div {color: #F00;}
#order_online .order_tr1 {background-color: #DAEDF5;}
#order_online .order_tr2 {background-color: #EBF5FA;}
#order_online .order_testinput {font-family: Verdana;font-size: 9pt;border: 1px solid #CCCCCC;background-color: #F9F9F9;}



