/*公共*/
*{word-wrap:break-word;/*自动换行*/}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;/*vertical-align:middle;*/outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
/*h1,h2,h3,h4,h5,h6{font-size:100%}*/
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none;text-decoration: none;}
a:hover,a:active{outline:none}:focus{outline:none;text-decoration: none;}
a:active {text-decoration: none;} /*选定的链接 */
a:visited{text-decoration: none;}
.bg-white{background-color:#ffffff;}
.hide{display: none;}

/*去掉点击后出现边框的bug*/
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {outline: none;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}

/*屏蔽chrome浏览器默认添加的黄色背景样式*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}

.left{float: left;}.right{float: right;overflow: hidden;}

/*空元素站位*/
.null10{height:10px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null15{height:15px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null20{height:20px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null25{height:25px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null30{height:30px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null40{height:40px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null50{height:50px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null60{height:60px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null70{height:70px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null80{height:80px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}
.null100{height:100px;width:100%;display: block;font-size: 1px;margin: 0 auto;clear: both;}

.star{padding: 0 5px;color: red;}

/*外边距*/
.margin-c{margin:0 auto;}
.mlr5{margin:0px 5px;}.mlr10{margin:0px 10px;} .mlr15{margin:0px 15px;} .mlr20{margin:0px 20px;}
.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}
.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}
.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}
.mr-2{margin-right:2px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}

/*内填充*/
.plr0{padding-left:1px;padding-right:1px;} /*去掉左右padding:0 15px像素*/
.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}
.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}
.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}
.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}
.pd-5{padding:5px}.pd-10{padding:10px}.pd-15{padding:15px}.pd-20{padding:20px}.pd-30{padding:30px}.pd-40{padding:40px}
.plr10{padding:0px 10px;}

/*去掉圆角*/
.radius0{ border-radius:0px!important;}
/*清除浮动*/
.clear{clear: both;}

/*css3阴影*/
.box-shadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.text-shadow{-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);text-shadow:0 0 2px rgba(0,0,0,0.2);}/*文字阴影*/

/*3.1.13 文字尺寸*/
.f-10{font-size:10px}.f-12{font-size:12px}.f-13{font-size:13px}.f-14{font-size:14px}.f-15{font-size:15px}.f-16{font-size:16px}.f-18{font-size:18px}.f-20{font-size:20px}.f-24{font-size:24px}.f-26{font-size:26px}.f-28{font-size:28px}.f-30{font-size:30px}

/*文字行距*/
.l-16{line-height:16px}.l-18{line-height:18px}.l-20{line-height:20px}.l-22{line-height:22px}.l-24{line-height:24px}.l-25{line-height:25px}.l-26{line-height:26px}.l-28{line-height:28px}.l-30{line-height:30px}.l-35{line-height:35px}

/*鼠标划过链接样式*/
.cursor{cursor: pointer;}

body{min-width: 1200px;}
.con{width:1200px;margin: auto;padding:0px 10px;overflow: hidden;}
/*a{color:#333333;}
a:hover{color:#0b5add;}*/

/*header*/
#header{position: fixed;z-index:900;width: 100%;height: auto;box-shadow:0 2px 20px 0 rgba(0,0,0,0.10);}
#header #header #box{width: 100%;height:80px;position: relative;}
#header #header-bg{width: 100%;height: 80px;background-color: #FFFFFF;margin-top: 0;margin-left: 0;z-index: 900;opacity: 0.7;position: absolute;}
#header #header-bg.navBg{opacity: 1;box-shadow:0 5px 5px 0 rgba(0,0,0,0.20);}
#header #header-box{width: 1400px;height:80px;z-index: 920;margin: auto;position: relative;display: flex;justify-content: space-between;}
#quick-link{width: 50px;height: 100%;position: relative;}
#quick-link #quick-link-box {display: flex;flex-direction: column;align-items: center;margin-top: 13px;}
#quick-link #quick-link-box #title{font-size: 12px;color: #db8123;}
#quick-link #quick-link-list{position: absolute;margin-top: 0px;margin-left: -63px; width:180px;background: #FFFFFF;border-radius: 5px;padding: 20px;box-shadow:0 2px 20px 0 rgba(0,0,0,0.10);display: none;}
#quick-link:hover #quick-link-list{display: block;}
#quick-link #quick-link-list a{display: flex;width: 100%;align-items: center;justify-content: space-evenly;color:#fa9d3b;margin: 10px 0;}
/*主菜单*/
#header-box #logo{width: 400px;}
#header-box .nav {display: flex;justify-content: space-between;}
#header-box .nav > li {position: relative;cursor: pointer;}
#header-box .nav > li > a {line-height:70px;color: #000;font-weight: 700;position: relative; overflow: hidden;font-size: 16px;padding: 0px 15px;}
#header-box .nav ul {position: absolute;width: 130px;padding: 0;background-color: #FFF;box-shadow: 0 5px 15px 5px rgba(0,0,0,.2);height: auto;
z-index: 999;top: 100%;left: 0;top: 60px;border-top: 2px solid transparent;overflow: hidden;visibility: hidden;opacity: 0;transition: all .36s ease;}
#header-box .nav ul li {width: 100%;text-align: center;}
#header-box .nav ul li a {font-weight: 500; color: #666; padding: 10px 15px 10px 20px;  line-height: 22px;  display: block;  transition: all .2s ease-in-out;  font-size: 13px;  }
#header-box .nav li:hover ul{visibility: visible;opacity: 1;}
#header-box .nav li ul li:hover{background-color:#ff9533;}
#header-box .nav li ul li:hover a{color: #FFFFFF;padding-left: 30px;text-decoration: none;font-weight: 700;}
#header-box .nav > li > a:hover{background-color: #ff9533;}

.index-title{width: 100%;display: flex;color: #000;flex-direction: column;align-items: center;}
.index-title .en-t{font-size:20px;color:#858484;}
.index-title .cn-t{font-size:30px;}
.index-title .hr-t{width:10%;height: 10px;margin:2px auto auto auto;border-bottom: 4px solid #ff9652;}


/*footer*/
#footer{width:100%;height: 155px;position: relative;padding-bottom: 20px;
/*background:linear-gradient(to right,#03b75c,#00a2e8);*/
background:linear-gradient(to right,#a18760,#71afd9)
}
#footer .con{display: flex;flex-direction: row;justify-content: space-between;}
#footer .footerLeft{height:100%;}
#footer .footerLeft .t{color:#FFF;line-height: 30px;}
#footer .footerBar{width:100%;overflow: hidden; margin-top: 20px;}
#footer .footerLink{width: 90%;overflow: hidden;color:#aabbdc;}
#footer .footerLink a{color:#aabbdc;padding: 0 10px;line-height: 35px;}
#footer .footerNav{width: 100%;overflow: hidden;}
#footer .footerNav a{color:#FFF;height:30px;line-height: 30px;}
#footer .footerNav a:hover{text-decoration: underline;}
#footer .footerNav span{margin: 0 10px;color:#aabbdc;}
#footer .footerRight{padding-top:5px;color:#FFF;font-size:14px;margin-top:10px;position: relative;}
#footer .copyright{color:#FFF;line-height: 20px;}
#footer .footerRight .text-right{position: relative;}
#footer  #footerEwmImg{display: none;position: absolute;bottom:60px;margin-left:1080px;}
#footer  #footerEwmImg img{border:1px solid #63cffa;display: block;box-shadow:0 0 10px #63cffa;}
#footer  #footerEwmImg p{width: 0;height: 0;border-left:10px solid transparent;border-right:10px solid transparent;border-top: 10px solid #FFFFFF;margin: auto;}
#footer .footerRight{text-align: center;}
#footer .footerRight .t{line-height: 30px;}

/* slideBar */
.slideBar{position:fixed;width:50px;right:50px;bottom:160px;z-index: 100;display: none;}
.slideBar .sidebox{width: 90px;padding: 10px 10px 0 10px;background:linear-gradient(45deg,#70a0f5,#ffa400);border-radius: 5px;display: flex;flex-direction: column;align-items: center;justify-content: space-around;color: #FFFFFF;}
.slideBar .sidebox:hover{cursor: pointer;}

/* banner */
.banner{ min-width:1200px;  position:relative;  height:780px; overflow:hidden;  }
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:780px; }
.banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:780px;  }
.banner .bd li a{ height:780px; display:block;  }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(images/banner-btn.png) 0 0 no-repeat;}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:100px; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:#FFFFFF; overflow:hidden;line-height:9999px; filter:alpha(opacity=50);opacity:0.5;border-radius: 50%;}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;}
.banner .prev,.banner .next {display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:10%;z-index:1;width:52px;height:108px;background:#3791ff url(../images/b-left.png) no-repeat;cursor:pointer;display:none;}
.banner .next {left:auto;right:10%;background:#3791ff url(../images/b-right.png) no-repeat;}
.banner-bar{width: 100%;height: 100px;position: absolute;margin-top: -100px;}

/*----------------首页--------------*/
/*产品*/
.index-product{display: flex;justify-content: space-around;height: 370px;width: 100%;}
.index-product .product-img{width: 500px;max-height: 500px;display: flex;justify-content: space-around;}
.index-product .product-img img{width:auto;height:350px;}
.index-product .product-box{width: 550px;}
.index-product .product-box .title{width: 100%;margin: 25px 0;}
.index-product .product-box .title h2{font-size: 22px;}
.index-product .product-box .size .t{margin: 15px 0;font-size: 15px;}
.index-product .product-box .size .t span{font-weight: 700;font-size: 18px;width: 110px;}
.index-product .index-btn{margin-top: 30px;}
.index-btn .btn{background-image: linear-gradient(to right, #7c97fc,#976afb);color: #FFFFFF;border-radius: 40px;border: none;padding: 10px 30px;}
.index-btn .btn:hover{background-image: linear-gradient(to right,  #5678f7,#7e49f5);color: #FFFFFF ;}
.index-product-class ul{width: 100%;display: flex;}
.index-product-class ul li{width: 400px;height: 190px;background-color: #f8a427;display: flex;align-items: center;flex-direction: column;justify-content: space-evenly;border-right: 1px solid #d38107;}
.index-product-class ul li:last-child{border: none;}
.index-product-class ul li span{display: flex;color: #FFFFFF;font-size:16px;justify-content: space-evenly;}
.index-product-class ul li:hover{background-color: #ff8801;}
.index-product-class ul li.active{background-color: #ff8801;border:none;}
.index-product.tab-pane{display: none;}
.index-product.tab-pane.active{display: flex;}
/*创新研究*/
.index-innovate .introduce{ width: 100%;display: flex;justify-content:space-around;font-size: 18px;align-items: center;}
.index-innovate .introduce-list{width: 100%;height: 350px;display: flex;align-items: center;}
.index-innovate .introduce-list .sort{width: 980px;height: 200px;background-color: #FFFFFF;display: flex;padding-left: 100px;box-shadow:0 0px 20px 0 rgba(0,0,0,0.20);}
.index-innovate .introduce-list .sort .list-3{width: 33.3%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.index-innovate .introduce-list .sort .list-3 .t{width: 100%;text-align: center;margin-top: 15px;}
/*新闻中心*/
.index-news{width: 100%;display: flex;}
.index-news .index-news-img{width: 630px;height: 350px;background-color: #ffffff;position: relative;overflow: hidden;}
.index-news .index-news-img .img{position: relative;z-index: 100;width: 100%;height: 100%;}
.index-news .index-news-img .access{width: 150px;height: 150px;border-radius: 100%;background-color: #fa8f5b;position: absolute;right: -40px;bottom: -40px;z-index:200;display: flex;justify-content: center;color: #FFFFFF;font-size:30px;padding:32px 30px 0px 0px;}
.index-news .index-news-img .access:hover{background-color: #f4621b;}
.index-news .index-news-text{width: 100%;height: 350px;background-color: #f8f8f8;padding: 30px;flex: 1;}
.index-news .index-news-text .title a{font-size: 20px;color: #000000;}
.index-news .index-news-text .summary{margin-top: 15px;line-height: 25px;}

.index-news-box .index-news-list{width: 49%;padding: 10px;background-color: #FFFFFF;display: flex;align-items: center;float: left;margin-top: 20px;}
.index-news-box a{color: #333333;font-size: 15px;}
.index-news-box a:nth-of-type(even) .index-news-list {margin-left: 2%;}
.index-news-box a:hover .index-news-list{background-color: #dbdbdb;}
.index-news-box a:hover{color: #ff9800;}
.index-news-box .index-news-list .time{width: 60px;height: 100%;display: flex;flex-wrap: wrap;text-align: center;margin-right: 20px;color: #ff9800;}
.index-news-box .index-news-list .d{width: 100%;font-size: 40px;text-align: center;height: 44px;}
.index-news-box .index-news-list .m{width: 100%;font-size: 14px;}

/*关于我们*/
.index-about{display: flex;justify-content: space-between;}
.index-about-left{width: 720px;height:700px;margin-right: 50px;}
.index-about-list{width: 100%;height: 180px;display: flex;}
.index-about-left .index-about-h2{line-height: 30px;}
.index-about-left .index-about-list .ul-list{width: 220px;height: 180px;background:linear-gradient(to right,#fafafa,#f3f3f3); display: flex;justify-content: space-evenly;align-items: center;flex-direction: column;border-radius: 4px;font-size: 18px;color: #000;}
.index-about-left .index-about-list a:hover{text-decoration: none;color: #000000;}
.index-about-left .index-about-list .ul-list.active{background: linear-gradient(to right,#4CAF50,#8BC34A);color: #FFFFFF;opacity: 0.9;}
.index-about-left .index-about-list .ul-list:hover{background: linear-gradient(to right,#4CAF50,#8BC34A);color: #FFFFFF;opacity: 0.9;}
.index-about-left .index-about-list a .ul-list:hover{color: #FFFFFF;}
.index-about-left .index-about-list .ul-list a{color: #605f5f;}
.index-about-left .index-about-list .ul-list .t{margin-top: 20px;font-size: 15px;}
.index-about-left .index-about-list .ul-list .i img{width: 64px;height: 64px;border-radius: 100%;}
.index-about-left .index-about-list .ul-list.active a{color: #FFFFFF;}
.index-about-right{width: 550px;}

/*当前位置*/
#location{width: 100%;height: 52px;}
#location .box{width: 100%;display: flex;justify-content: space-around;}
#location .box ul{display: flex;justify-content: space-around;}
#location .box ul li{margin: 0 25px;border-bottom:2px solid #FFFFFF;display: flex;}
#location .box ul li a{line-height: 50px;margin: 0 10px;color: #000000;font-size: 16px;}
#location .box ul li a:hover{ text-decoration: none;}
#location .box ul li.current{border-bottom:2px solid #EF6C00;}
#location .box ul li.current a{color: #EF6C00;}
#location .box ul li:hover{border-bottom:2px solid #EF6C00;}


/*内页----------------*/
#main{width: 100%;min-width:1200px;min-height:700px;background: #f5f5f5;}
#main .main-box{min-height: 500px;background-color: #FFFFFF;padding: 20px 40px 0px 40px;border-radius:5px;box-shadow:0 1px 5px 0 rgba(102,101,101,0.10);}
#main .main-title{width: 100%;height: 80px;display: flex;justify-content: center;flex-direction: column;align-items: center;}
#main .main-title .t{font-size: 25px;margin-bottom: 10px;}
#main #p-box{width: 100%;}
#main #p-box-img{width: 42%;min-height: 500px;background-color: #FFFFFF;padding:20px;border-radius:5px;box-shadow:0 1px 5px 0 rgba(102,101,101,0.10);float: left;}
#main #p-box-pdf{width: 56%;min-height: 500px;background-color: #FFFFFF;padding:20px;border-radius:5px;box-shadow:0 1px 5px 0 rgba(102,101,101,0.10);float: right;}
#main #p-box-pdf .group-imgs{width: 100%;display: flex;justify-content: space-around;}
#main #p-box-pdf .group-imgs img{max-width: 90%;}
#main #p-box-title{width: 100%;text-align: center;font-size: 30px;font-weight: 600;margin-bottom: 20px;}
#main .p-box-img{width: 90%;height: auto;margin:0 auto 20px auto;display: grid;align-items: center;}
#main .p-box-img img{width: 100%;height: auto;}
#main .p-box-t2{font-size: 15px;margin-bottom: 10px;padding-left: 20px;}
#main .p-box-t2 .t{width: 85px;text-align: right;color: #666666;font-size: 14px;}
/*内页大图*/
.ins_banner {position: relative;z-index: 99;padding-top:17%;}
.pub_banner_box{height: 100%;width: 100%;overflow: hidden;position: absolute;top:0;left:0;}
.con_banner{height: 100%;background-size: cover;position: relative;background-repeat: no-repeat;background-position: center;transform: scale(1.1);transition: all 3s ease;}
.con_banner.on{transform: scale(1);}

#main-banner #bg-000{width: 100%;height: 500px;z-index: 99;background-size: cover;background-repeat: no-repeat;}
#main-banner #main-nav li a{color: #FFFFFF;opacity: 1;z-index: 100;font-size: 16px;line-height: 40px;display: block;float: left;padding: 0 20px;margin:0 5px;background-color:#0871F3 ;opacity: 0.8;filter: alpha(opacity=80);}
#main-banner #main-nav li a:hover{background-color:#f93010;transition-property:all;transition-duration:0.6s;}
#main-nav ul li.current a{background-color:#f93010!important;}

/*分页*/
#pagination{width: 100%;}
#null-list{width: 100%;text-align: center;color: #999999;}
/*内页新闻列表*/
.news-box{display: flex;flex-wrap: wrap;}
.news-box .news-list{width: 380px;height: auto;background-color: #FFFFFF;margin:20px 20px;position: relative;}
.news-box .img{width: 100%;height: 210px;overflow: hidden;}
.news-box .title{padding: 15px;}
.news-box .summary{padding:0 15px;}
.news-box .time{margin:15px 20px 10px 20px;border-top: 1px solid #e9e9e9;height: 40px;padding-top: 10px;display: flex;justify-content: space-between;align-items: center;color: #2196F3;}
.news-box a .title{font-size: 16px;text-align: center;color: #000000;height: 80px;display: flex;align-items: center;justify-content: space-around;}
.news-box a .summary{color: #979797;}
.news-box a:hover{text-decoration: none;}
.news-box .news-list:hover{background-color: #e7e7e7;}

.news-box2{}
.news-box2 .news-list{width: 46%;height: auto;background-color: #FFFFFF;margin:20px 20px;position: relative;float:left;padding: 0 25px;}
.news-box2 .title{padding: 15px;}
.news-box2 .summary{padding:0 15px;}
.news-box2 .time{margin:15px 20px 10px 20px;border-top: 1px solid #e9e9e9;height: 40px;padding-top: 10px;display: flex;justify-content: space-between;align-items: center;}
.news-box2 a .title{font-size: 16px;text-align: center;color: #000000;height: 80px;display: flex;align-items: center;}
.news-box2 a .summary{color: #979797;}
.news-box2 a:hover{text-decoration: none;}
.news-box2 .news-list:hover{background-color: #e7e7e7;}

.news-list .bg {opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;background: #fbb855;position: absolute;left: 0;top: 0;transition: 400ms;}
.news-list .i5 {opacity: 0;filter: alpha(opacity=0);margin: -34px 0 0 -34px;position: absolute;left: 10%;top: 50%;transition: 400ms;}
.news-list .i6 {opacity: 0;filter: alpha(opacity=0);margin: -16px 0 0 -17px;position: absolute;left: 90%;top: 50%; transition: 400ms;}
.news-list:hover .bg {opacity: 0.9; filter: alpha(opacity=90);}
.news-list:hover .i5 { left: 50%; opacity: 1; filter: alpha(opacity=100);display: block;}
.news-list:hover .i6 { left: 50%; opacity: 1; filter: alpha(opacity=100);display: block;}

/*详情页相关推荐*/
.conform{width:100%;margin:20px 0;border:1px solid #eee;padding:15px;border-top:2px solid #0f7fe7;background-color: #FFFFFF;border-radius: 5px;}
.conform h3{width:95%;margin:auto 10px;}
.conform ul{overflow: hidden;}
.conform ul li{width:48%;float:left;border-bottom:1px dotted #CCCCCC;margin:0px 1%;}
.conform ul li a{background:url(../images/ico8.png) 0px 0px no-repeat;padding-left:25px;display: inline-block;margin: 20px 0;color: #d98600;}
.conform ul li a:hover{text-decoration: underline;}

/*详情内容*/
#main-xq{ padding:20px 5px; overflow:hidden;}
.min-con{margin: 20px 20px 0px 20px;line-height: 30px;font-size: 16px;color: #333;}
#details-title{width: 100%;text-align: center;font-size:30px;color:#FF9800;font-weight: 600;line-height: 40px;}
#details-title2{width: 100%;height:50px;margin:20px 0px;border-bottom:1px solid #eee; text-align: center;font-size: 14px;color:#666;}
.details-con{line-height: 2;padding-bottom: 20px;}
.details-con img{/*max-width:1100px;*/max-width:100%;}
.details-con > p {text-indent: 2em;font-size: 16px;}

/*主营业务*/
.business-p1{width: 100%;position: relative;display: flex;justify-content:flex-end;align-items: center;}
.business-p1 .img{width: 330px;height: 330px;border-radius: 100%;background-color: #FFF;position: absolute;left: 0;padding: 5px;box-shadow:0 0px 10px 0 rgba(0,0,0,0.10);}
.business-p1 .img img{width: 330px;height: 330px;border-radius: 100%;}
.business-p1 .box{width: 90%;height: 250px;background-color: #FFF;border-radius: 5px;display: flex;justify-content: flex-end;}
.business-p1 .text{width:810px;margin-right:50px;}
.business-p1 .box .title{width: 200px;display: flex;justify-content: space-around; margin:30px auto;}
.business-p1 .box .title h2{position: relative;font-size:30px;}
.business-p1 .box .title h2::after{position: absolute;content: "";border-top: 2px solid #415fff;width: 25px;top: 46px;left: 17px;}

.business-p2{width: 100%;position: relative;display: flex;justify-content:flex-start;align-items: center;}
.business-p2 .img{width: 330px;height: 330px;border-radius: 100%;background-color: #FFF;position: absolute;right: 0;padding: 5px;box-shadow:0 0px 10px 0 rgba(0,0,0,0.10);}
.business-p2 .img img{width: 330px;height: 330px;border-radius: 100%;}
.business-p2 .box{width: 90%;height: 250px;background-color: #FFF;border-radius: 5px;display: flex;justify-content: flex-start;}
.business-p2 .text{width:810px;margin-left:50px;}
.business-p2 .box .title{width: 200px;display: flex;justify-content: space-around; margin:30px auto;}
.business-p2 .box .title h2{position: relative;font-size:30px;}
.business-p2 .box .title h2::after{position: absolute;content: "";border-top: 2px solid #415fff;width: 25px;top: 46px;left: 17px;}

.business-list{margin-top: 50px;height: 350px;}
.business-list .box{box-shadow:0 0px 10px 0 rgba(0,0,0,0.10);}
.business-list .box:hover{box-shadow:0 0px 10px 0 rgba(253,153,5,0.60);}
.business-list .title{font-size: 25px;margin-bottom: 20px;}
.business-list a .text{font-size: 16px;line-height: 30px;color: #000000;}
.business-list a:hover{text-decoration: none;}
.business-list .more{width: 100%;text-align: right;color: #ef8f01;}

.form-input-list {
    margin-top: 15px;
    min-height: 50px;
}
/*招聘*/
.hr-t{font-size: 22px;width: 100%;text-align: center;color: #000000;margin-bottom: 30px;}
.hr-d{font-size: 16px;line-height: 30px;margin-bottom: 30px;}
.hr-list{width: 100%;background-color: #FFFFFF;border-radius: 5px;padding: 15px 0;margin-bottom: 30px;}
.hr-list .hr-panel{width: 90%;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.hr-list .hr-panel .hr-icon{width: 80px;height: 100%;}
.hr-list .hr{width: 100%;height: 1px;border-bottom: 1px solid #F1F1F1;margin: 20px 0;}
.hr-list .hr-job-t{width: 84%;}
.hr-list:hover{cursor:pointer;box-shadow: 0 0 10px 0 rgba(76,175,80,0.60);}
.hr-list .hr-job-m{position: absolute;top: 42px;right: 48px;color: #9f9e9e;}
.hr-list a h4, .hr-list a h3{color: #000;}
.hr-list a .hr-job-t{font-size: 14px;color: #878787;line-height: 25px;}
.hr-list a .hr-job-m{font-size: 14px;}
.hr-list a:hover{text-decoration: none;}

.found-list{width: 100%;background-color: #FFFFFF;border-radius: 5px;padding: 15px 0;}
.found-list .hr-panel{width: 90%;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.found-list .hr-panel .hr-icon{width: 80px;height: 100%;}
.found-list .hr-panel.img img{height: 270px;}
.found-list .hr{width: 100%;height: 1px;border-bottom: 1px solid #F1F1F1;margin: 20px 0;}
.found-list .hr-job-t{width: 84%;}
.found-list .hr-job-m{position: absolute;top: 42px;right: 48px;color: #9f9e9e;}

.honor-list{width: 100%;background-color: #FFFFFF;border-radius: 5px;padding: 15px 0;box-shadow: 0 1px 12px rgba(177,189,177,0.5);}
.honor-list .hr-panel{width: 90%;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.honor-list .hr-panel .hr-icon{width: 80px;height: 100%;}
.honor-list .hr-panel.img img{height: 270px;}
.honor-list .hr{width: 100%;height: 1px;border-bottom: 1px solid #F1F1F1;margin: 20px 0;}
.honor-list .hr-job-t{width: 100%;padding: 0px 10px;display: flex;align-items: center;justify-content: space-around;font-weight: 700;height: 30px;text-align: center;}

/*团队风采*/
.img-box{width: 92%;height: auto;margin:0 auto 20px auto;position: relative;}
.img-list{width: 100%;height: 330px;background-color: #FFF;box-shadow: 0 1px 12px rgba(177,189,177,0.5);}
.img-list .img{width: 100%;height: 335px;padding:10px;}
.img-list .t{width: 100%;height: 60px;display: flex;justify-content: space-around;align-items: center;font-size: 16px;color: #cb9800;}
.img-box .bg {opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;background: #6f9af1;position: absolute;left: 0;top: 0;transition: 400ms;}
.img-box .i5 {opacity: 0;filter: alpha(opacity=0);margin: -34px 0 0 -34px;position: absolute;left: 10%;top: 50%;transition: 400ms;}
.img-box .i6 {opacity: 0;filter: alpha(opacity=0);margin: -16px 0 0 -17px;position: absolute;left: 90%;top: 50%; transition: 400ms;}
.img-box:hover .bg {opacity: 0.8; filter: alpha(opacity=80); }
.img-box:hover a{text-decoration: none;}
.img-box:hover .i5 { left: 50%; opacity: 1; filter: alpha(opacity=100);display: block;}
.img-box:hover .i6 { left: 50%; opacity: 1; filter: alpha(opacity=100);display: block;}

@media screen and (max-width:1400px){
	/*窗口<1400px*/
}
