@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:'Noto Sans SC',"microsoft yahei",Helvetica,Arial,Verdana,sans-serif;font-weight: 300; padding-top: 100px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ outline:none; font-family:'Noto Sans SC',"microsoft yahei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color: #02a191;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}


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

.wrap{ width: 1520px; margin: 0 auto;}
.w1200{ width: 1200px; margin: 0 auto;}
.ovh{overflow: hidden;}


/*顶部*/
.header{ width: 100%; height:100px; background: #02a191; position: fixed; left: 0; top: 0; z-index: 99999;}
.header .logo{ float: left;}
.header .headRight{ float: right;}
.header .nav{ float: left; position: relative; margin-right: 56px;}
.header .nav::after{ content: ""; width: 1px; height: 20px; background: #fff; position: absolute; right:-30px; top:40px;}
.header .nav ul li{ float: left; margin-left: 50px; line-height: 100px; position: relative;}
.header .nav ul li a{ color: #fff;  font-size: 16px; font-weight: 300; display: block; position: relative;}
.header .nav ul li a:hover{ color: #fff;}
.header .nav ul li a::after{content: ""; width: 0; height: 3px; background: #fff; position:absolute; left: 0; bottom: 30px; transition: all .5s;}
.header .nav ul li a:hover::after{ width: 100%; }
.header .nav ul li.focus a:after{ content: ""; width: 100%; height: 3px; background: #fff; position:absolute; left: 0; bottom: 30px; }
.header .lang{ float: left; margin-top: 38px; margin-right: 15px;}
.header .lang a{ color: #fff; line-height: 24px;}
.header .searchBtn{ float: left; width: 24px; height: 24px; background: url(../images/icon01.png) no-repeat center; margin-top: 38px; cursor: pointer;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; width: 100%;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination { height: 60px; background:rgba(2,161,145,0.3); padding:15px 30px; border-radius: 30px;  position: absolute;z-index: 20; left: 50%; bottom:30px; transform: translate(-50%, 0);}
.banner .swiper-pagination-switch {display: inline-block; width:6px; height: 6px; background:#fff; margin:0 15px; border-radius: 20px;  cursor: pointer; position: relative;}
.banner .swiper-active-switch { width:6px; height: 6px; background: #fff; opacity: 1;}
.banner .swiper-active-switch::after { content: ""; width:16px; height: 16px;  border: #fff solid 1px;  border-radius: 20px;  position: absolute; left: -6px; top: -6px;}
.banner .swiper-active-switch::before { content: ""; width:24px; height: 24px;  border: #fff solid 1px;  border-radius: 20px;  position: absolute; left: -10px; top: -10px;}

.neiBanner{ position: relative;}
.neiBanner img{ width: 100%; }
.neiBanner .neiNav{width: 100%; height:58px; line-height: 58px; text-align: center; background: rgba(0,144,130,0.8); position: absolute; left: 0; bottom: 0;}
.neiBanner .neiNav li{ display: inline-block; margin: 0 45px;}
.neiBanner .neiNav li a{ color: #fff; font-size: 18px;}

.title{ text-align: center; margin-bottom: 35px;}
.title h3{ font-size: 57px; font-weight: 900; color: #000; line-height:1; opacity: 0.1;}
.title h2{ font-size: 36px; font-weight: 700; color: #241f20; line-height:1; margin-top: -25px; margin-bottom: 10px;}
.title h2 span{ color: #02a191;}
.title p{ font-weight: normal;}

.ipro{ padding: 50px 0 100px;}
.ipro .box{ position: relative; margin-top: 50px;}
.ipro .arrow-left,.ipro .arrow-right{ width: 40px; height: 58px; line-height: 58px; text-align: center; font-size: 20px; background: #e8e8e8; color: #666; position: absolute; top: 50%; margin-top: -48px; transition: all .4s;}
.ipro .arrow-left{ left: -66px;}
.ipro .arrow-right{ right: -66px;}
.ipro .arrow-left:hover,.ipro .arrow-right:hover{ background: #02a191; color: #fff;}
.ipro .con{ overflow: hidden; }
.ipro .box .swiper-container{ margin: 0 -14px;}
.ipro .box .swiper-container .swiper-slide{ padding: 0 14px; box-sizing: border-box;}
.ipro .box a{display: block;}
.ipro .box dl{ overflow: hidden; padding-bottom: 100%; position: relative;}
.ipro .box dl::after{ content: ""; width: 100%; height: 100%; background: rgba(2,161,145,0.6) url(../images/icon02.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 111; opacity: 0;transition: all .4s;}
.ipro .box dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.ipro .box h3{text-align: center; font-size: 16px; color: #666; font-weight: normal; margin-top: 15px;}
.ipro .box a:hover dl::after{opacity: 1;}

.icustomer{ height: 830px; padding-top: 105px; background: url(../images/kehuBg.jpg) no-repeat center; background-size: cover;}
.icustomer .title h3{ color: #fff;}
.icustomer .title h2{ color: #fff;}
.icustomer .title p{ color: #eee;}
.icustomer .kehuTabNav{ text-align: center; padding-top: 90px; margin-bottom: 70px;}
.icustomer .kehuTabNav li{ display: inline-block; margin: 0 15px; cursor: pointer;}
.icustomer .kehuTabNav li dl{ width: 74px; height: 74px; line-height: 70px; background: rgba(255,255,255,0.3); border-radius: 70px;}
.icustomer .kehuTabNav li h3{ color: #fff; font-size: 16px; font-weight: normal; line-height: 1; margin-top: 16px;}
.icustomer .kehuTabNav li.cur dl{ background: #04a191;}
.icustomer .kehuTabBox{ height: 135px; padding:0 240px; margin-bottom: 40px;}
.icustomer .kehuTabBox .show{ display: none; color: #fff; text-align: center;}
.icustomer .kehuTabBox .show.cur{ display:block;}
.icustomer .box ul{ margin: 0 -14px;}
.icustomer .box ul li{ width: 16.6666%; padding: 0 14px; float: left;}

.iabout{ padding: 65px 0;}
.iabout .pic{ width: 50%; float: left;}
.iabout .textbox{ width: 50%; float: right; text-align: right; padding-left: 40px; padding-top: 30px;}
.iabout .textbox h3{ font-size: 48px; line-height: 1; color: #585858; margin-bottom: 5px;}
.iabout .textbox h2{ font-size: 36px; line-height: 1; color: #000; margin-bottom: 40px;}
.iabout .textbox .con{ height: 210px; line-height: 30px; color: #666; overflow: hidden; margin-bottom: 40px;}
.iabout .textbox .more{ width: 100px; height: 42px; line-height: 40px; text-align: center; border:#02a191 solid 1px; color: #666; display: block; float: right;}
.iabout .textbox .more:hover{ background: #02a191; color: #fff;}

.iresearch{ height: 748px; padding-top: 105px; background:url(../images/iresearchBg.jpg) no-repeat center; background-size: cover;}
.iresearch .box{ width: 50%;}
.iresearch .box h3{ font-size: 48px; line-height: 1; color: #fff; font-weight: 500; opacity: 0.8; margin-bottom: 15px;}
.iresearch .box h2{ font-size: 36px; line-height: 1; color: #fff; font-weight: bold; margin-bottom: 45px;}
.iresearch .box .con{ height: 210px; line-height: 30px; color: #fff; font-weight: normal; overflow: hidden; opacity: 0.8; margin-bottom: 45px;}
.iresearch .box .more{ width: 100px; height: 42px; line-height: 40px; text-align: center; border:#fff solid 1px; color: #fff; display: block;}
.iresearch .box .more:hover{ background: #fff; color: #02a191;}
.iresearch .btnBox{ margin-top: 80px;}
.iresearch .btnBox ul{ float: left;}
.iresearch .btnBox ul li{ float: left; margin-left: 26px;}
.iresearch .btnBox ul li a{ position: relative; width: 190px;  height: 66px; line-height: 66px;  text-align: center; color: #000; font-weight: normal; display: block; z-index: 11;}
.iresearch .btnBox ul li a span{ position: relative; z-index: 11;}
.iresearch .btnBox ul li a:before{ content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background:rgba(255,255,255,0.6); transform: skewX(-35deg); z-index: 0; transition: all .4s;}
.iresearch .btnBox ul li a:hover::before{ background: #fff;}
.iresearch .btnBox dl{ float: right; color: #fff; padding-top: 10px;}
.iresearch .btnBox dl h3{ font-size: 32px; font-weight: 500; line-height: 1; margin-bottom: 5px;}

.inews{ padding: 60px 0 50px; background: #f0f4f7;}
.inews .box{ border-top: 1px solid #ccc; padding: 30px 0 45px;}
.inews .box ul{ margin: 0 -40px;}
.inews .box ul li{ width: 25%; padding: 0 40px; float: left;}
.inews .box ul li a{ display: block; position: relative;}
.inews .box ul li a::after{ content: ""; width: 0; height: 4px; background:#02a191; position:absolute; left: 0; bottom: 0; transition: all .4s;}
.inews .box ul li dl{ padding-bottom: 78.125%; position: relative; overflow: hidden;}
.inews .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .box ul li ol{ background: #fff; padding: 20px;}
.inews .box ul li ol h3{ font-size: 18px; color: #000; font-weight: normal;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews .box ul li ol dt{ font-size: 16px; color: #999; margin:5px 0 8px;}
.inews .box ul li ol dd{ height: 48px; font-size: 16px; color: #666; font-weight: normal; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.inews .box ul li a:hover::after{ width: 100%;}
.inews .more{ width: 100px; height: 42px; line-height: 40px; text-align: center; border:#02a191 solid 1px; color: #666; display: block; margin: 0 auto;}
.inews .more:hover{ background: #02a191; color: #fff;}

.text{ line-height: 36px; font-weight: normal;}

.introduction{ padding: 50px 0;}

.organization{ padding: 66px 0 90px; background:url(../images/organizationBg.jpg) no-repeat center; background-size: cover;}
.organization .box{ text-align: center; padding-top: 20px;}

.honor{ padding: 90px 0 65px;}
.honor .box{ padding: 20px 0;}
.honor .box ul{ margin: 0 -20px;}
.honor .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 20px; float: left;}
.honor .box ul li dl{ height: 200px; line-height: 196px; text-align: center; overflow: hidden; border: #d8d8d8 solid 1px;}
.honor .box ul li h3{ font-size: 16px; color: #666; font-weight: normal; text-align: center; margin-top: 10px;}

.culture{ padding: 90px 0; background: url(../images/cultureBg.jpg) no-repeat center; background-size: cover;}
.culture .title h3{ color: #fff; opacity: 0.2;}
.culture .title h2{ color: #fff;}
.culture .box{ padding-top: 25px; margin: 0 -8px;}
.culture .box ul{ width: 25%; padding: 0 8px; margin-bottom: 16px; float: left;}
.culture .box ul li{ height: 144px; background: rgba(255,255,255,0.8); border-radius: 10px; padding: 0 25px;}
.culture .box ul li dl{ float: left; line-height: 144px;}
.culture .box ul li ol{ padding-left: 75px; padding-top: 35px;}
.culture .box ul li ol h3{ font-size: 18px; color: #000; font-weight: normal; line-height: 1; padding-bottom: 12px; margin-bottom: 12px; position: relative;}
.culture .box ul li ol h3::after { content: ""; width: 25px; height: 4px; background: #02a191; position: absolute; left: 0;bottom: 0;}
.culture .box ul li ol dt{ line-height: 1.2; font-weight: normal; color: #666;}

.cultureZj{ padding: 46px 0;}
.cultureZj .c_tit{ text-align: center; color: #000; font-size: 30px; font-weight: 500; margin-bottom: 50px;}
.cultureZj .cultureNav{ overflow: hidden; margin-bottom: 50px;}
.cultureZj .cultureNav li{ width: 12.5%; background: #ececec; color: #515151; text-align: center; line-height: 66px; border-left: 1px solid #fff; float: left; cursor: pointer;}
.cultureZj .cultureNav li.cur{ background: #02a191; color: #fff;}
.cultureZj .cultureTab .textBox{display: none; background: #fff;}
.cultureZj .cultureTab .textBox.cur{ display: block;}
.cultureZj .cultureTab .tit{ text-align: center; font-size: 24px; color: #999; font-weight: normal; padding-bottom: 10px; margin-bottom: 40px; position: relative;}
.cultureZj .cultureTab .tit::after { content: ""; width: 30px; height: 4px; background: #02a191; position: absolute; left: 50%;bottom: 0; margin-left: -15px;}
.cultureZj .cultureTab .text{ line-height: 30px;}
.cultureZj .cultureTab .text h2{ font-size: 36px; text-align: center; font-weight: 300; color: #000; margin-bottom: 40px;}

.biaozhi{ padding: 90px 0; background: url(../images/biaozhiBg.jpg) no-repeat center; background-size: cover;}
.biaozhi .box{ background:rgba(255,255,255,0.4); box-shadow: 0 0 10px rgba(0, 0, 0, .06); border-radius: 15px; padding: 40px;}
.biaozhi .box dl{ float: left; font-size: 24px; font-weight: normal; text-align: center; color: #999; padding-top: 45px;}
.biaozhi .box dl p{ margin-top: 30px;}
.biaozhi .box ol{ padding-left: 250px; font-weight: normal;}

.bread{ background: #eeeeee; line-height: 40px; color: #666; font-weight: normal;}
.bread a{ color: #666;}
.bread a:hover{ color: #02a191;}

.proNav{ text-align: center; margin-bottom: 55px;}
.proNav li{ display: inline-block; line-height: 50px; color: #fff; background: #02a191; border-radius: 5px; overflow: hidden; margin: 0 15px;}
.proNav li a{ color: #fff;padding: 0 36px;  display: block;transition: all .4s;}
.proNav li a:hover,.prolist .proNav li.on a{ background: #001b18;}
.prolist{ padding: 50px 0 80px;}
.prolist .box{ padding-bottom: 20px;}
.prolist .box ul{ margin: 0 -14px;}
.prolist .box ul li{ width: 25%; padding:0 14px; margin-bottom: 30px; float: left;}
.prolist .box ul li a{ display: block;}
.prolist .box ul dl{ position: relative; padding-bottom: 100%; overflow: hidden;}
.prolist .box ul dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.prolist .box ul dl mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(2,161,145,.2);
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.prolist .box ul li a:hover dl mark { opacity: 1; transform: skewX(0);visibility: visible;}
.prolist .box ul li dl mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #02a191;
    border-right: 3px solid #02a191;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.prolist .box ul li a:hover dl mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
.prolist .box ul li dl mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #02a191;
    border-bottom: 3px solid #02a191;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.prolist .box ul li a:hover dl mark:after {
    width: 100%;
    transition: 330ms 200ms;
}
.prolist .box ul li dl mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
.prolist .box ul li dl b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #02a191;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.prolist .box ul li a:hover dl mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.prolist .box ul li dl mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #02a191;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}
.prolist .box ul li a:hover dl mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.prolist .box h3{text-align: center; font-size: 16px; color: #666; font-weight: normal; margin-top: 15px;}

.proview{padding: 50px 0 80px;}
.proview .box dl { width: 500px; line-height: 500px; text-align: center; margin: 0 auto; }
.proview .box h1{ font-size: 18px; font-weight: normal; color: #000; text-align: center; margin: 20px 0; }
.proview .proPage{ padding-top: 40px; text-align: center; }
.proview .proPage a{ background: #626262; color: #fff; padding: 10px 20px; border-radius: 5px; overflow: hidden; margin: 0 30px;}
.proview .proPage a:hover{ background: #1cab9c; }

.news{ padding: 40px 0 70px;}
.news ul{ padding-bottom: 40px;}
.news ul li{ overflow: hidden;}
.news ul li .date{ width: 150px; font-size: 18px; color: #8d8d8d; text-align: center; font-weight: normal; border-top: 1px solid #ccc; padding-top: 20px; float: left; transition: color 0.56s ease;}
.news ul li .date b{ font-size: 48px;}
.news ul li .con{ padding:20px 0 20px 40px; padding-top: 20px; position: relative;overflow: hidden;}
.news ul li .con::before{ content: ""; width: 100%; height: 1px; background: #ccc; position: absolute; left: 40px; top: 0;}
.news ul li .con dl{ width: 320px; height: 250px; position: relative; overflow: hidden; float: left;}
.news ul li .con dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.news ul li .con ol{ padding-left: 400px;}
.news ul li .con ol h3{ font-size: 24px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 30px; transition: color 0.56s ease;}
.news ul li .con ol dt{ height: 56px; line-height: 1.8; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; margin-bottom: 46px; transition: color 0.56s ease;}
.news ul li .con ol span{ font-size: 18px; font-weight: normal; color: #02a191; line-height: 1;}
.news ul li a:hover .date{ color: #02a191;}
.news ul li a:hover .con h3{ color: #02a191;}
.news ul li a:hover .con dt{ color: #02a191;}

.view{ background: #f2f2f2; padding: 50px 0 80px;}
.view .wrap{ overflow: hidden;}
.view .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.view .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.view .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #02a191; position: absolute; left: 70px; bottom: -2px;}
.view .box .newsHead h1{ font-size: 35px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.view .box .newsHead span{ color: #999; margin-right: 30px;}
.view .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
.view .box .industryHead::after{ content: ""; width: 60px; height: 3px; background: #02a191; position: absolute; left: 70px; bottom: -2px;}
.view .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.view .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden;}
.view .box .viewPage .boxCon{ float: left;}
.view .box .viewPage .boxCon a{ display: block;}
.view .box .viewPage .boxCon b{ color: #02a191;}
.view .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #fa7700; float: right;}
.view .box .viewPage .back a{color: #fff; display: block;}

.research01{ padding: 70px 0;}
.research02{ padding: 70px 0 0; position: relative;}
.research02::after{ content: ""; width: 100%; height: 620px; background: url(../images/researchBg.jpg) no-repeat center; background-size: cover; position: absolute; left: 0; top: 0; z-index: -1;}
.research02 .title h3{ color: #fff;}
.research02 .title h2{ color: #fff;}
.research02 .text{ text-align: center; color: #fff;}
.research02 .box{ padding: 38px 0 60px; text-align: center;  background: #fff url(../images/researchBg02.jpg) no-repeat center bottom; background-size: contain; margin-top: 40px;}
.research02 .box .tit{ font-size: 24px; color: #000; font-weight: normal; margin-bottom: 15px;}
.research02 .box .con{ font-size: 16px; color: #666; font-weight: normal; padding: 0 180px; margin-bottom: 35px;}
.research02 .box .conBox{ width: 1050px; margin: 0 auto; position: relative;}
.research02 .box .conBox .arrow-left,.research02 .box .conBox .arrow-right{ width: 44px; height:44px;  position: absolute; top: 50%; margin-top: -32px;}
.research02 .box .conBox .arrow-left{ left: -55px; background: url(../images/arrow_left.png) no-repeat center;}
.research02 .box .conBox .arrow-right{ right: -55px; background: url(../images/arrow_right.png) no-repeat center;}
.research02 .box .conBox .swiper-container{ margin: 0 -15px;}
.research02 .box .conBox .swiper-container .swiper-slide{ padding: 0 15px; box-sizing: border-box;}
.research02 .box .conBox dl{ border: #eeeeee solid 1px; overflow: hidden; padding-bottom: 100%; position: relative;}
.research02 .box .conBox dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.research02 .box .conBox h3{text-align: center; font-size: 16px; color: #000; font-weight: normal; margin-top: 10px;}

.research03{ padding: 50px 0 0;}
.research03 .box .swiper-container{ margin: 0 -23px;}
.research03 .box .swiper-container .swiper-slide{ padding: 0 23px; box-sizing: border-box;}
.research03 .box dl{ height: 272px; line-height: 266px; text-align: center; border: #ccc solid 1px; overflow: hidden;}
.research03 .box h3{text-align: center; font-size: 16px; color: #666; font-weight: normal; margin-top: 10px;}

.research04{ padding: 60px 0;}
.research04 dl{ width: 800px; height: 62px; line-height: 62px; background: #35b4a7; color: #fff; text-align: center; font-size: 24px; margin: 0 auto 50px;}
.research04 .text{ text-align: center;}
.research04 .tit{ font-size: 24px; color: #000; font-weight: normal; text-align: center; margin: 40px 0 30px;}
.research04 .box ul{ margin: 0 -34px 40px; overflow: hidden;}
.research04 .box ul li{ width: 50%; padding: 0 34px; float: left; }
.research04 .box img{ margin-bottom: 10px;}

.shebei{ padding: 50px 0 80px;}
.shebei .box{ padding-bottom: 20px;}
.shebei .box ul{ margin: 0 -34px;}
.shebei .box ul li{ width: 25%; padding:0 34px; margin-bottom: 30px; float: left;}
.shebei .box ul li a{ display: block;}
.shebei .box ul dl{ position: relative; padding-bottom: 100%; overflow: hidden;}
.shebei .box ul dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.shebei .box ul h3{text-align: center; font-size: 16px; color: #666; font-weight: normal; margin-top: 15px;}

/*联系方式*/
.contact{ padding: 40px 0 45px; }
.contact ul{ overflow: hidden; padding: 0 80px; }
.contact ul li{ width: 33.33%; float: left; text-align: center; }
.contact ul li dl{ width: 140px; height: 140px; line-height: 140px; text-align: center; border:#eee solid 1px; border-radius: 100px; margin: 0 auto;  }
.contact ul li h3{ font-size: 18px; color: #000; margin: 18px 0 10px; }
#map{ height: 490px; }
#map img{max-height:inherit;max-width:inherit; }

.footer{ background: #02a191; padding-top: 40px;}
.footer .fmain{ padding-bottom: 25px; position: relative;}
.footer .fnav{ overflow: hidden; margin-bottom: 26px;}
.footer .fnav li{ float: left; margin-right: 50px;}
.footer .fnav li a{ color: #fff;}
.footer .fcontact{ overflow: hidden;}
.footer .fcontact li{ float: left; margin-right: 150px; color: #fff; font-size: 14px; opacity: 0.6;}
.footer .ewm{ position: absolute; top: 0; right: 0;}
.footer .ewm p{ color: #fff; opacity: 0.6; font-size: 14px; text-align: center; line-height: 2;}
.footer .copyright{ border-top: 1px solid #1cab9c; font-size: 14px; color: #fff; line-height: 66px; opacity: 0.6;}
.footer .copyright a{ color: #fff;}
.footer a:hover{ color: #016e63 !important;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 20px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #666;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #666; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 加载 */
.page-loading{ width: 100%; height: 100%; background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); position: fixed; top: 0; left: 0; z-index: 99999999;}
.loader {
    width: 70px;
    height: 70px;
	display: block;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader::before {
    content: '';
	box-sizing: border-box;
	position: absolute;
	width: 70px;
	height:70px;
	border: 4px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: loader 1s linear infinite;
	        animation: loader 1s linear infinite;
}

.loader::after {
    content: '';
	box-sizing: border-box;
	position: absolute;
	width: calc(70px - 2px);
	height: calc(70px - 2px);
	border: 2px solid transparent;
	border-top-color:#fff;
	border-radius: 50%;
	animation: loader 0.6s linear reverse infinite;
}

@-webkit-keyframes loader {
	100% {
		transform: rotate(1turn);
	}
}

@keyframes loader {
	100% {
		transform: rotate(1turn);
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1920px){

}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
    .wrap{ width: 1390px;}
    .iresearch .btnBox{ margin-top: 50px;}
    .iresearch .btnBox ul{ width: 750px;}
    .iresearch .btnBox ul li a{ width: 160px;}
    .iresearch .btnBox dl h3{ font-size: 28px;}
    .iresearch .btnBox dl p{ font-size: 15px;}
    .inews .box ul{ margin: 0 -20px;}
    .inews .box ul li{ padding: 0 20px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .wrap{ width: 1220px;}
    .header .nav ul li{ margin-left: 30px;}

    .title h3{ font-size: 50px;}
    .title h2{ font-size: 30px;}
    .title p{ font-size: 15px;}

    .ipro { padding: 50px 0 70px;}

    .icustomer { height: 720px; padding-top: 80px;}
    .icustomer .kehuTabNav{ padding-top: 40px; margin-bottom: 40px;}

    .iabout .textbox{ padding-top: 10px;}
    .iabout .textbox h3{font-size: 40px;}
    .iabout .textbox h2{font-size: 30px; margin-bottom: 30px;}

    .iresearch { height: 700px; padding-top: 70px;}
    .iresearch .box h3{ font-size: 40px;}
    .iresearch .box h2{ font-size: 30px;}
    .iresearch .btnBox{ margin-top: 90px;}
    .iresearch .btnBox ul{ width: 750px;}
    .iresearch .btnBox ul li a{ width: 150px;}
    .iresearch .btnBox dl h3{ font-size: 24px;}
    .iresearch .btnBox dl p{ font-size: 13px;}

    .inews .box ul{ margin: 0 -20px;}
    .inews .box ul li{ padding: 0 20px;}
    .inews .box ul li ol h3{ font-size: 16px;}
    .inews .box ul li ol dt{ font-size: 14px;}
    .inews .box ul li ol dd{ font-size: 14px;}

    .news ul li .date b{ font-size: 35px;}
    .news ul li .con dl { width: 280px; height: 220px;}
    .news ul li .con ol{ padding-left: 320px;}
    .news ul li .con ol h3{ font-size: 20px;}
    .news ul li .con ol span{ font-size: 16px;}

    .view .box .newsHead h1{ font-size: 28px;}

    .shebei .box ul{ margin: 0 -20px;}
    .shebei .box ul li{ padding: 0 20px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    body{ padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}
    .w1200{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background: #02a191; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo{ height: 60px; float: left;}
    .header .nav{ float: left; position: relative; margin-right: 40px;}
    .header .nav::after{ content: ""; width: 1px; height: 16px; right:-20px; top:23px;}
    .header .nav ul li{ margin-left: 19px; line-height: 60px; position: relative;}
    .header .nav ul li a{ font-size: 15px; }
    .header .nav ul li a::after{content: ""; width: 0; height: 2px; bottom: 15px;}
    .header .nav ul li.focus a:after{ content: ""; width: 100%; height: 2px; bottom:15px; }
    .header .lang{ float: left; margin-top: 18px; margin-right: 15px;}
    .header .searchBtn{ margin-top: 18px;}

    .title h3{ font-size: 40px;}
    .title h2{ font-size: 24px; margin-top: -16px;}
    .title p{ font-size: 14px;}

    .ipro { padding: 40px 0 45px;}
    .ipro .arrow-left, .ipro .arrow-right{display: none;}

    .icustomer { height: 570px; padding-top: 50px;}
    .icustomer .kehuTabNav{ padding-top: 5px; margin-bottom: 40px;}
    .icustomer .kehuTabBox{ padding: 0 40px; margin-bottom: 15px;}
    .icustomer .box ul{ margin: 0 -10px;}
    .icustomer .box ul li{ padding: 0 10px;}

    .iabout .textbox{ padding-top: 0;}
    .iabout .textbox h3{font-size: 30px;}
    .iabout .textbox h2{font-size: 24px; margin-bottom: 20px;}
    .iabout .textbox .con{ height: 175px; font-size: 15px; line-height: 25px; margin-bottom: 6px;}

    .iresearch { height: 580px; padding-top: 50px;}
    .iresearch .box{ width: 55%;}
    .iresearch .box h3{ font-size: 30px; margin-bottom: 10px;}
    .iresearch .box h2{ font-size: 24px;}
    .iresearch .box .con{ height: 175px; font-size: 15px; line-height: 25px;}
    .iresearch .btnBox{ margin-top: 60px;}
    .iresearch .btnBox ul{ width: 600px;}
    .iresearch .btnBox ul li{ margin-left: 15px;}
    .iresearch .btnBox ul li a{ width: 120px; height: 50px; line-height: 50px;}
    .iresearch .btnBox dl{ width: 330px; padding-top: 0;}
    .iresearch .btnBox dl h3{ font-size: 17px;}
    .iresearch .btnBox dl p{ font-size: 13px;}

    .inews .box ul{ margin: 0 -20px;}
    .inews .box ul li{ padding: 0 20px;}
    .inews .box ul li ol h3{ font-size: 16px;}
    .inews .box ul li ol dt{ font-size: 14px;}
    .inews .box ul li ol dd{ font-size: 14px;}

    .news ul li .date b{ font-size: 35px;}
    .news ul li .con dl { width: 250px; height: 195px;}
    .news ul li .con ol{ padding-left: 285px;}
    .news ul li .con ol h3{ font-size: 20px;}
    .news ul li .con ol span{ font-size: 16px;}

    .text{ font-size: 15px; line-height: 2;}

    .view .box .newsHead h1{ font-size: 28px;}

    .research02 .box .conBox{ width: 800px;}

    .research03 .box .swiper-container{ margin: 0 -10px;}
    .research03 .box .swiper-container .swiper-slide{ padding: 0 10px;}
    .research04 dl {width: 480px; height: 50px; line-height: 50px; font-size: 20px;}
    .research04 .box ul{  margin: 0 -15px 40px;}
    .research04 .box ul li{ padding: 0 15px; font-size: 15px;}

    .shebei .box ul{ margin: 0 -20px;}
    .shebei .box ul li{ padding: 0 20px;}

    .footer .fnav li{ margin-right: 35px;}
    .footer .fcontact li{ margin-right: 50px;}

}

@media screen and (max-width:999px){
    body{ padding-top: 60px;font-size: 15px;}
    .wrap{ width: 100%; padding: 0 15px;}
    .w1200{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background: #fff;   box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 99999; }
    .header .wrap{ padding: 0;}
    .header .logo{ height:60px;}

    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  border-top: #eee solid 1px;  background: #fff; display: none;}
    .header .nav{ width: 100%; float: none;}
    .header .nav ul li{ float: none; margin-left: 0; line-height: 50px; border-bottom: #eee solid 1px; position: relative; padding: 0 15px;}
    .header .nav ul li.focus a{ color: #02a191;}
    .header .nav ul li.focus:after{ content: ""; width: 100%; height: 2px; background: #02a191; position:absolute; left: 0; bottom: 0; }
    .header .nav ul li a{ color: #000;  font-size: 14px; font-weight: 300; display: block; position: relative;}
    .header .nav ul li a:hover{ color: #02a191;}

    .header .lang{ float: left; margin-top: 20px; margin-right: 15px; margin-left: 15px;}
    .header .lang a{ color: #333; font-size: 15px; line-height: 24px; position: relative;}
    .header .lang a::before{ content: "语言选择：";}
    .header .searchBtn{ float: none; width: 24px; height: 24px; background: url(../images/icon01_02.png) no-repeat center; margin-top: 20px; margin-left: 0; float: left; cursor: pointer;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    /*首页bannner*/
    .banner { position: relative; width: 100%;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination { width: 100%; height: 20px; text-align: center; background:none; padding:0; border-radius: 30px;  position: absolute;z-index: 20; left: 0%; bottom:10px; transform: translate(0, 0);}
    .banner .swiper-pagination-switch {display: inline-block; width:6px; height: 6px; background:#fff; margin:0 5px; border-radius: 20px;  cursor: pointer; position: relative;}
    .banner .swiper-active-switch { width:6px; height: 6px; background: #02a191; opacity: 1;}
    .banner .swiper-active-switch::after { display: none;}
    .banner .swiper-active-switch::before { display: none;}

    .neiBanner .neiNav{width: 100%; height:46px; line-height: 46px;}
    .neiBanner .neiNav li{ margin: 0 10px;}
    .neiBanner .neiNav li a{ font-size: 15px;}

    .title{ margin-bottom: 25px;}
    .title h3{ font-size: 32px;}
    .title h2{ font-size: 22px; margin-top: -13px;}
    .title p{ font-size: 13px;}

    .ipro{ padding: 35px 0;}
    .ipro .box{ margin-top: 30px;}
    .ipro .arrow-left, .ipro .arrow-right{display: none !important;}
    .ipro .box .swiper-container{ margin: 0 -10px;}
    .ipro .box .swiper-container .swiper-slide{ padding: 0 10px;}
    .ipro .box h3{ font-size: 15px; margin-top: 10px;}

    .icustomer { height: auto; padding: 40px 0;}
    .icustomer .kehuTabNav{ padding-top: 5px; margin-bottom: 20px;}
    .icustomer .kehuTabNav li dl{ width: 66px; height: 66px; line-height: 60px;}
    .icustomer .kehuTabNav li h3{ font-size: 15px; margin-top: 10px;}
    .icustomer .kehuTabBox{ height: auto; padding: 0 40px; margin-bottom: 25px;}
    .icustomer .box ul{ margin: 0 -10px;}
    .icustomer .box ul li{ padding: 0 10px;}
    .icustomer .kehuTabBox{ padding: 0 ;}
    .icustomer .kehuTabBox .show{ font-size: 14px; line-height: 1.6;}
    .icustomer .box ul li{ width: 33.33%; margin-bottom: 10px;}

    .iabout{ padding: 50px 0;}
    .iabout .pic{ width: 100%; padding: 0 25px; float: none;}
    .iabout .textbox{ width: 100%; padding-top: 20px; padding-left: 0; float: none; text-align: center; }
    .iabout .textbox h3{font-size: 24px;}
    .iabout .textbox h2{font-size: 20px; margin-bottom: 20px;}
    .iabout .textbox .con{ height: 175px; font-size: 14px; line-height: 25px; margin-bottom: 6px;}
    .iabout .textbox .more{ float: none; height: 34px; line-height: 32px; margin: 0 auto;}

    .iresearch { height: auto; padding: 50px 0;}
    .iresearch .box{ width: 100%;}
    .iresearch .box h3{ font-size: 24px; margin-bottom: 10px;}
    .iresearch .box h2{ font-size: 20px; margin-bottom: 25px;}
    .iresearch .box .con{ width: 67%; height: 175px; font-size: 15px; line-height: 25px;}
    .iresearch .box .more{ height: 34px; line-height: 32px;}
    .iresearch .btnBox{ margin-top: 45px;}
    .iresearch .btnBox ul{ width: 100%;}
    .iresearch .btnBox ul li{ margin-left: 5px;}
    .iresearch .btnBox ul li a{ width:80px; height: 40px; line-height: 40px; font-size: 14px;}
    .iresearch .btnBox dl{ width: 100%; padding-top: 20px;}
    .iresearch .btnBox dl h3{ font-size: 17px;}
    .iresearch .btnBox dl p{ font-size: 13px;}

    .inews{ padding: 40px 0 50px;}
    .inews .box{ padding: 30px 0;}
    .inews .box ul{ margin: 0 -5px;}
    .inews .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .inews .box ul li ol h3{ font-size: 16px;}
    .inews .box ul li ol dt{ font-size: 14px;}
    .inews .box ul li ol dd{ font-size: 14px;}
    .inews .more{height: 34px; line-height: 32px;}

    .text{ line-height: 1.8;}

    .introduction{ padding: 40px 0;}

    .organization{ padding:40px 0 50px;}
    .organization .box{ text-align: center; padding-top: 20px;}

    .honor{ padding: 40px 0 50px;}
    .honor .box{ padding: 10px 0;}
    .honor .box ul{ margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
    .honor .box ul li dl{ height: 160px; line-height: 156px;}
    .honor .box ul li h3{ font-size: 14px; margin-top: 5px;}

    .culture{ padding: 50px 0;}
    .culture .box{ padding-top: 10px; margin: 0 -5px;}
    .culture .box ul{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
    .culture .box ul li{ height: 144px; background: rgba(255,255,255,0.8); border-radius: 10px; padding: 15px 20px 0;}
    .culture .box ul li dl{ float: none; line-height: 30px; text-align: center;}
    .culture .box ul li dl img{ height: 30px;}
    .culture .box ul li ol{ padding-left: 0px; padding-top: 8px;}
    .culture .box ul li ol h3{ font-size: 16px; padding-bottom: 12px; margin-bottom: 12px; position: relative; text-align: center;}
    .culture .box ul li ol h3::after { height: 3px; left: 50%;bottom: 0; margin-left: -11px;}
    .culture .box ul li ol dt{ font-size: 14px; line-height: 1.2; font-weight: normal; color: #999; text-align: center;}

    .cultureZj{ padding: 46px 0;}
    .cultureZj .c_tit{ text-align: center; color: #000; font-size: 24px; font-weight: 500; margin-bottom: 20px;}
    .cultureZj .cultureNav{ overflow: hidden; margin-bottom: 20px;}
    .cultureZj .cultureNav li{ width: 25%; line-height: 50px; border-left: 1px solid #fff; border-bottom: #fff solid 1px;}
    .cultureZj .cultureTab .tit{ text-align: center; font-size: 24px; color: #999; font-weight: normal; padding-bottom: 10px; margin-bottom:20px; position: relative;}
    .cultureZj .cultureTab .tit::after { content: ""; width: 30px; height: 4px; background: #02a191; position: absolute; left: 50%;bottom: 0; margin-left: -15px;}
    .cultureZj .cultureTab .text{ line-height: 30px;}
    .cultureZj .cultureTab .text h2{ font-size: 22px; margin-bottom: 20px;}

    .biaozhi{ padding: 40px 0; background: url(../images/biaozhiBg.jpg) no-repeat center; background-size: cover;}
    .biaozhi .box{ background:rgba(255,255,255,0.4); box-shadow: 0 0 10px rgba(0, 0, 0, .06); border-radius: 15px; padding:30px 20px;}
    .biaozhi .box dl{ float: none; font-size: 22px; padding-top: 0; margin-bottom: 20px;}
    .biaozhi .box dl img{ height: 100px;}
    .biaozhi .box dl p{ margin-top: 20px;}
    .biaozhi .box ol{ padding-left: 0; line-height: 1.8;}

    .bread{ font-size: 14px; line-height: 40px;}

    .proNav{ text-align: center; margin-bottom: 30px;}
    .proNav li{ line-height: 40px;  margin: 0 2px 5px;}
    .proNav li a{ padding: 0 16px;}
    .prolist{ padding: 40px 0 50px;}
    .prolist .box{ padding-bottom: 20px;}
    .prolist .box ul{ margin: 0 -5px;}
    .prolist .box ul li{ width: 50%; padding:0 5px; margin-bottom: 15px; float: left;}
    .prolist .box h3{ font-size: 14px; margin-top: 5px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

    .proview{padding: 40px 0 60px;}
    .proview .box dl { width: 90%; line-height: 1; text-align: center; margin: 0 auto; }
    .proview .box h1{ font-size: 16px; font-weight: normal; color: #000; text-align: center; margin: 20px 0; }
    .proview .proPage{ padding-top: 20px; text-align: center; }
    .proview .proPage a{ padding: 8px 20px; border-radius: 5px; margin: 0 10px;}

    .news{ padding: 30px 0 50px;}
    .news ul{ padding-bottom: 20px;}
    .news ul li{ overflow: hidden; position: relative; margin-bottom: 15px;}
    .news ul li .date{ width: 70px; height:60px; background:rgba(0,0,0,0.3); font-size: 15px; color: #fff; border-top: none; padding-top: 8px; float: none; position: absolute; left: 0; top: 0; z-index: 11;}
    .news ul li .date b{ font-size: 20px; line-height: 1;}
    .news ul li .con{ padding:0; position: relative;overflow: hidden;}
    .news ul li .con::before{display: none;}
    .news ul li .con dl{ width: 100%; height: auto; padding-bottom: 50%; position: relative; overflow: hidden; float: none;}
    .news ul li .con ol{ padding-left: 0; padding-top: 15px;}
    .news ul li .con ol h3{ font-size: 17px; margin-bottom: 10px;}
    .news ul li .con ol dt{ font-size: 14px; height:48px; line-height: 1.6; margin-bottom: 4px; }
    .news ul li .con ol span{ font-size: 12px; font-weight: normal; color: #02a191; line-height: 1;}
    .news ul li a:hover .date{ color: #fff;}

    .view{ background: #f2f2f2; padding: 30px 0 40px;}
    .view .wrap{ overflow: hidden;}
    .view .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
    .view .box .newsHead{ padding: 40px 20px 10px;  position: relative;}
    .view .box .newsHead::after{ content: ""; width: 40px; height: 3px; background: #07427d; position: absolute; left:20px; bottom: -2px;}
    .view .box .newsHead h1{ font-size: 20px;  margin-bottom: 10px;}
    .view .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .view .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .view .box .industryHead::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 70px; bottom: -2px;}
    .view .box .viewCon{ padding:30px 20px 50px; line-height:1.8; font-size: 15px;}
    .view .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .view .box .viewPage .boxCon{ float: none;}
    .view .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .view .box .viewPage .boxCon b{ color: #02a191;}
    .view .box .viewPage .back{ width: 120px; height: 36px; line-height: 36px;  text-align: center; border-radius: 40px; background: #fa7700; float: none; margin: 10px auto;}
    .view .box .viewPage .back a{color: #fff; display: block;}

    .research01{ padding:40px 0;}
    .research02{ padding: 40px 0 0; position: relative;}
    .research02::after{ content: ""; width: 100%; height: 620px; background: url(../images/researchBg.jpg) no-repeat center; background-size: cover; position: absolute; left: 0; top: 0; z-index: -1;}
    .research02 .box{ padding: 28px 0 40px; margin-top: 20px;}
    .research02 .box .tit{ font-size: 20px; margin-bottom: 15px;}
    .research02 .box .con{ font-size: 14px; padding: 0 10px; margin-bottom:25px;}
    .research02 .box .conBox{ width: 90%; margin: 0 auto; position: relative;}
    .research02 .box .conBox .arrow-left,.research02 .box .conBox .arrow-right{display: none;}
    .research02 .box .conBox .swiper-container{ margin: 0 -10px;}
    .research02 .box .conBox .swiper-container .swiper-slide{ padding: 0 10px; box-sizing: border-box;}
    .research02 .box .conBox h3{ font-size: 14px;  margin-top: 10px;}

    .research03{ padding: 30px 0 0;}
    .research03 .box .swiper-container{ margin: 0 -10px;}
    .research03 .box .swiper-container .swiper-slide{ padding: 0 10px; box-sizing: border-box;}
    .research03 .box dl{ height: 262px; line-height: 256px; text-align: center; border: #ccc solid 1px; overflow: hidden;}
    .research03 .box h3{text-align: center; font-size: 15px; margin-top: 5px;}

    .research04{ padding: 40px 0;}
    .research04 dl{ width: 90%; height: 50px; line-height: 50px; font-size: 15px; margin: 0 auto 50px;}
    .research04 .text{ text-align: center;}
    .research04 .tit{ font-size: 18px;  margin: 30px 0 20px;}
    .research04 .box ul{ margin: 0 -10px 30px; overflow: hidden;}
    .research04 .box ul li{ width: 50%; padding: 0 10px; font-size: 14px; float: left; }
    .research04 .box img{ margin-bottom: 10px;}

    .shebei{ padding: 40px 0 50px;}
    .shebei .box{ padding-bottom: 10px;}
    .shebei .box ul{ margin: 0 -5px;}
    .shebei .box ul li{ width:50%; padding:0 5px; margin-bottom: 20px; float: left;}
    .shebei .box ul li a{ display: block;}
    .shebei .box ul dl{ position: relative; padding-bottom: 100%; overflow: hidden;}
    .shebei .box ul dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
    .shebei .box ul h3{text-align: center; font-size: 14px; color: #666; font-weight: normal; margin-top: 5px;}

    /*联系方式*/
    .contact{ padding:30px 0 30px; }
    .contact ul{ overflow: hidden; padding: 0; }
    .contact ul li{ width: 50%; float: left; text-align: center; margin-bottom: 20px; padding: 0 5px; }
    .contact ul li dl{ width: 60px; height: 60px; line-height: 54px;  }
    .contact ul li dl img{ height: 25px;}
    .contact ul li h3{ font-size: 15px; margin: 15px 0 10px; }
    #map{ height: 260px; }

    .footer{ padding-top: 28px;}
    .footer .fnav{ display: none;}
    .footer .fcontact li{ float:none; margin-right: 110px; margin-bottom: 10px;}
    .footer .ewm p{display: none;}
    .footer .copyright{ line-height: 50px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 36px; height: 36px; line-height: 36px; margin-right: 3px; font-size: 17px; }
    .fenye a { width: 36px; height: 36px; line-height: 36px; margin-right: 3px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 3px; border: #242a34 solid 1px;}

    .search-dialog{ width: 90%;}

}