/* KISSY CSS Reset */ body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */ margin: 0; padding: 0; font-size: 14px; } body, button, input, select, textarea { /* for ie */ /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/ font: 14px/1 "微软雅黑", Helvetica, Arial, sans-serif; /* 用 ascii 字符表示,使得在任何编码下都无问题 */ } h1 { font-size: 18px; /* 18px / 12px = 1.5 */ } h2 { font-size: 16px; } h3 { font-size: 14px; } h4, h5, h6 { font-size: 100%; } address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */ code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */ small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ img{ max-width: 100%;max-heigth: 100%;} /* 重置列表元素 */ ul, ol { list-style: none; } /* 重置文本格式元素 */ a { text-decoration: none; color: #333; } a:hover { text-decoration: none; color: #000000; } a:active,a:visited,a:focus{text-decoration: none;} /* 重置表单元素 */ input,select,textarea,button{outline:medium;} legend { color: #000; } /* for ie6 */ fieldset, img { border: none; } /* img 搭车:让链接里的 img 无边框 */ input {vertical-align:middle;border: none; background: none;outline:none;}\n /* 注:optgroup 无法扶正 */ button, input, select, textarea { font-size: 100%; } table { border-collapse: collapse; border-spacing: 0; } hr { border: none; height: 1px; } .ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;} .txthid{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;} html{ overflow-y: scroll; min-width: 320px;} /*设置左右浮动*/ .fl{float: left;} .fr{float: right;} /*清楚浮动*/ .clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;} .clearfix{*zoom:1;} .mt20{ margin-top: 20px;} /*加载字体*/ @font-face { font-family: 'BigJohn'; src: url("font/bigjohn.eot"); src: url("font/bigjohn.eot-#iefix") format('embedded-opentype'), url("font/bigjohn.woff") format('woff'), url("font/bigjohn.ttf") format('truetype'), url("font/bigjohn.svg#webfont34M5alKg") format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SlimJoe'; src: url("font/SlimJoe.eot"); src: url("font/SlimJoe.eot-#iefix") format('embedded-opentype'), url("font/SlimJoe.woff") format('woff'), url("font/SlimJoe.ttf") format('truetype'), url("font/SlimJoe.svg#webfont34M5alKg") format('svg'); font-weight: normal; font-style: normal; } .header{width: 100%;height: auto;background: #fff; position: fixed;font-size: 15px;min-width: 320px;z-index: 999;top: 0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; box-shadow: 0px 0px 10px #595959;} .header .content{padding: 0px 20px;height: 80px;} .header .content .logo{float: left;padding-top: 15px;} .header .content .logo img{width: auto;height:100%; display: block; } .header .content .tools_box{width: 200px;height: 100%;float: right;line-height: 80px;margin-left: 50px;text-align: center;} .header .content .tools_box .item{height: 100%;display: inline-block;vertical-align: top;} .header .content .tools_box .item a{width: 100%;height: 100%; display: block;} .header .content .tools_box .item.search{width: 40px;margin-left: 10px; height: 100%;background: url("../images/icon_search.png") center center no-repeat;background-size: auto 100%; } .header .content .tools_box .item.user{width: 40px; height: 100%;background: url("../images/icon_user.png") center center no-repeat;background-size: auto 100%; } .header .content .d_nav{float: right;margin-left: 50px;position: relative;} .header .content .d_nav>ul>li{width: 130px; text-align: center; line-height: 80px;float: left;_padding: 0 5px;position: relative;} .header .content .d_nav>ul>li>a{width: 100%;height:80px; font-size: 16px; display: block;padding: 0px 15px;color: #333333;position: relative;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position: relative;overflow: hidden;} .header .content .d_nav>ul>li>a span{ width: 100%; height: 100%; display: block;z-index: 999; } .header .content .d_nav>ul>li>a .cn{width: 100%;height: 100%;display: block;} /* .header .content .d_nav>ul>li.active>a .cn{top: 0px; color: #016038;} .header .content .d_nav>ul>li.active>a .en{top: 80px;} .header .content .d_nav>ul>li:hover>a .cn{top: 0px;color: #016038;} .header .content .d_nav>ul>li:hover>a .en{top: -80px;} .header .content .d_nav>ul>li.active:hover>a .en{top: 80px;} */ /*.header .content .d_nav>ul>li>a::before{position: absolute;content: "";width: 0%;height: 0px;background-color: #e90500;left: 50%;bottom: 0px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;} .header .content .d_nav>ul>li.active>a::before,.header .content .d_nav>ul>li:hover>a::before{position: absolute;content: "";height: 3px;background-color: #e90500;left: 0%;width: 100%;}*/ .header .content .d_nav>ul>li>a:hover{color: #045eb5;} /*大导航滑块样式*/ .d_nav .nav_cur{width: 64px;height: 2px;background: #045eb5;position: absolute;left: 39px;bottom: 0px;} .header .content .d_nav>ul>li ul.subnav{width: 100%;padding-bottom: 25px;display: none;} .header .content .d_nav>ul>li ul.subnav li>a{ line-height: 32px; display: block; color: #999999; font-size: 14px; transition: all 220ms ease-in; } .header .content .d_nav>ul>li ul.subnav li>a:hover{ color: #171717; } .header.black{ background: rgba(23, 28, 32, 1); border-bottom: 1px solid rgba(255,255,255,.2); } .nav_btn{width: 80px;height: 80px;float: right;cursor: pointer;display: none;transition: all linear .3s;} .nav_btn.open{background:url("../images/btn_open.png") center center no-repeat #045eb5;background-size: 100%; } .nav_btn.close{background:url("../images/btn_close.png") center center no-repeat #045eb5;background-size: 100%;opacity: 1!important;} .xs_nav {width: 100%;height: 100vh;background: rgba(0,0,0,0.4);overflow: hidden; margin-top: 10px;display: none;border-top: 1px solid #eee;text-align: left;} .xs_nav .nav-item{color: #212121;border-bottom: 1px solid #eee;background: #FFFFFF;} .xs_nav .nav-item a{color: #212121;font-size: 14px;} .xs_nav .nav-item .title{width:100%;line-height: 50px;position: relative;padding-left: 15px;color: #666666;font-size: 14px;} .xs_nav .nav-item .title .drop-btn{font-family: simhei; width: 50px;height: 50px;display: none; cursor: pointer; font-size:22px;line-height: 45px;text-align: center;position: absolute;right: 0px;top: 0px;transition: all 220ms linear;} .xs_nav .nav-item.open .title .drop-btn{transform: rotate(-45deg);} .xs_nav .nav-item .title a{display: block;} .xs_nav .nav-item ul{padding-top: 5px;padding-bottom: 10px;display: none;} .xs_nav .nav-item ul li{padding-left: 30px;line-height: 30px;} .xs_nav .nav-item ul li a{line-height: 30px;color: #333333;} /*焦点图*/ .banner{width: 100%;z-index: 0;margin-top: 80px;} #t-ban{text-align: center;font-size: 18px;background: #fff; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center; -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;} #t-ban .swiper-slide{position: relative;} #t-ban .swiper-slide .con_box{position: absolute;top: 0px;left: 0px;transition: all linear .3s;} #t-ban .swiper-slide img{width: 100%; max-width: 100%;height: auto;} #t-ban .swiper-pagination-bullet{width: 12px;height: 12px;opacity: 1;background: none;border: 1px solid #fff;box-sizing: border-box;transition: all linear .3s;} #t-ban .swiper-slide .con_box{top: 25%;left: 260px;opacity: 0;filter: alpha(opacity=0);text-align: left;} #t-ban .swiper-slide .con_box .title{font-size: 36px;color: #fff;line-height: 108px;} #t-ban .swiper-slide .con_box .desc{font-size:30px;line-height: 2em; color: #fff;text-align: left;margin-bottom: 30px; } #t-ban .swiper-slide .con_box .more{width: 186px;height: 46px;line-height: 46px;text-align: center;display: block;font-size:16px;color: #fff;border-radius: 10px;border: 1px solid #fff;} #t-ban .swiper-slide .con_box.on{opacity: 1;filter: alpha(opacity=100);left: 160px;} #t-ban .swiper-pagination-bullet-active{border: 1px solid #00a93e;box-sizing: border-box;background: #00a93e;} #t-ban .swiper-pagination{bottom: 20px;} #t-ban .swiper-button-prev,#t-ban .swiper-button-next{width:40px;height: 40px;margin-top: -20px;border-radius: 20px;} #t-ban .swiper-button-prev,#t-ban .swiper-button-next{background-color: rgba(0,0,0,.2);background-image: none;transition: all linear 0.3s;} #t-ban .swiper-button-prev:hover,#t-ban .swiper-button-next:hover{background-color: rgba(0,0,0,.9);} #t-ban .swiper-button-prev i,#t-ban .swiper-button-next i{display: block;width: 40px;height: 40px;line-height:40px; font-size: 20px;font-family: simhei;text-align: center;color: #FFFFFF; transition: all linear 0.5s;} #t-ban .swiper-button-prev:hover { background: #045eb5; } #t-ban .swiper-button-next:hover { background: #045eb5; } @media only screen and (min-width:1600px ) { #t-ban .swiper-slide .con_box{top: 30%;} } @media only screen and (max-width:1600px ) { #t-ban .swiper-slide .con_box{top: 30%;left: 20%;} #t-ban .swiper-slide .con_box{top: 30%;left: 15%;} #t-ban .swiper-slide .con_box .title{font-size: 28px;line-height: 60px;} #t-ban .swiper-slide .con_box .desc{font-size:16px;margin-bottom: 30px;} #t-ban .swiper-slide .con_box .more{width: 160px;height: 50px; line-height:50px; border-radius: 25px;font-size:14px;} } @media only screen and (max-width:1200px ) { #t-ban .swiper-slide .con_box{top: 20%;} } @media only screen and (max-width:900px ) { #t-ban .swiper-slide .con_box{top: 10%;left:20%;} #t-ban .swiper-slide .con_box.on{top: 10%;left:10%;} #t-ban .swiper-slide .con_box .title{font-size: 24px;line-height: 52px;} #t-ban .swiper-slide .con_box .desc{font-size:14px;margin-bottom: 20px;} #t-ban .swiper-slide .con_box .more{width: 140px;height: 40px; line-height:40px; border-radius: 20px;font-size:14px;} } @media only screen and (max-width:768px ){ #t-ban .swiper-slide .con_box{display: none;} } /*首页快捷按钮板块*/ .index_linkbtn{width: 100%;background: #f8f8f8;} .index_linkbtn .content{width: 1600px;height: 100%; margin: 0px auto;} .index_linkbtn .content .list_box{overflow: hidden;height: 100%;} .index_linkbtn .content .list_box li{width: 16.666666%;height:227px;float: left;text-align: center;display: table;transition: all linear .3s;} .index_linkbtn .content .list_box li a{display: table-cell;vertical-align: middle;text-align: center;} .index_linkbtn .content .list_box li .icon img{display: block;margin: 0px auto;} .index_linkbtn .content .list_box li .title{line-height: 40px;font-size: 25px;color: #888888;transition: all linear .3s;} .index_linkbtn .content .list_box li:hover .title{color: #FFFFFF;} .index_linkbtn .content .list_box li.yygh:hover{background: #dca0a0;} .index_linkbtn .content .list_box li.zjjs:hover{background: #83adc4;} .index_linkbtn .content .list_box li.ksjs:hover{background: #bdaf9a;} .index_linkbtn .content .list_box li.zjpb:hover{background: #89c1c1;} .index_linkbtn .content .list_box li.rszp:hover{background: #aec09c;} .index_linkbtn .content .list_box li.bgcx:hover{background: #9eaaca;} @media only screen and (max-width:1600px ) { .index_linkbtn .content{width: 100%;margin: 0px auto;} } @media only screen and (max-width:900px ) { .index_linkbtn{height: auto;} .index_linkbtn .content .list_box li{width: 33.33333%;height:180px;} .index_linkbtn .content .list_box li .title{font-size: 20px;} } @media only screen and (max-width:600px ) { .index_linkbtn{height: auto;} .index_linkbtn .content .list_box li{width: 33.33333%;height:120px;} .index_linkbtn .content .list_box li .icon img{width: 50px;height: 50px;} .index_linkbtn .content .list_box li .title{font-size: 16px;} } /*新闻*/ .index_news{width: 100%;background: #ffffff;} .index_news .content{width: 1600px;height: 100%; margin: 0px auto;margin-top: 55px;margin-bottom: 70px;overflow: hidden;} .index_news .content .news_slide_box{width: 810px;float: left;overflow: hidden;position: relative;} .index_news .content .news_slide_box .swiper-button-prev,.index_news .content .news_slide_box .swiper-button-next{width:42px;height: 67px;position: absolute;top: 50%;margin-top: -34px;} .index_news .content .news_slide_box .swiper-button-prev{background: url("../images/icon_news_arr_l.png") center center no-repeat;background-size: 100% 100%;left: 0px;} .index_news .content .news_slide_box .swiper-button-next{background: url("../images/icon_news_arr_r.png") center center no-repeat;background-size: 100% 100%;right: 0px;} .index_news .content .news_slide_box .swiper-button-prev:hover{background: url("../images/icon_news_arr_l_on.png") center center no-repeat;background-size: 100% 100%;left: 0px;} .index_news .content .news_slide_box .swiper-button-next:hover{background: url("../images/icon_news_arr_r_on.png") center center no-repeat;background-size: 100% 100%;right: 0px;} .index_news .content .news_slide_box .con_box{background:#f3f3f3;padding: 40px 46px;overflow: hidden} .index_news .content .news_slide_box .con_box .box{width: 100%;position: relative;padding-right: 30%;box-sizing: border-box;} .index_news .content .news_slide_box img{width: 100%;display: block;} .index_news .content .news_slide_box .con_box .box .title{font-size: 22px;line-height: 1.5em; color: #045eb5;font-weight: bold;margin-bottom: 15px;} .index_news .content .news_slide_box .con_box .box .desc{font-size: 15px;line-height: 1.5em;height: 3em;overflow: hidden; color: #6c6c6c;font-weight: bold;} .index_news .content .news_slide_box .con_box .time{position: absolute;bottom: 0px;right: 0px; height: 100%; text-align: center;display: table;} .index_news .content .news_slide_box .con_box .time .time_box{display: table-cell; vertical-align: middle;} .index_news .content .news_slide_box .con_box .time .day{font-size: 42px;color: #b6b6b6;font-weight: bold;} .index_news .content .news_slide_box .con_box .time .ym{font-size: 15.7px;color: #b6b6b6;} .index_news .content .news_lists_box{width: 730px;float: right;overflow: hidden;} .index_news .content .news_lists_box .ctg_box{width: 100%;height: 81px;line-height: 81px;background: #f4f4f4;} .index_news .content .news_lists_box .ctg_box .ctg{overflow: hidden;float: left;} .index_news .content .news_lists_box .ctg_box .ctg li{width: 176px;height: 81px;text-align: center;float: left;transition: all linear .3s;position: relative;} .index_news .content .news_lists_box .ctg_box .ctg li a{display: block;width: 100%;height: 100%;} .index_news .content .news_lists_box .ctg_box .ctg li .icon{display: inline-block;vertical-align: top;} .index_news .content .news_lists_box .ctg_box .ctg li .title{display: inline-block;vertical-align: top;font-size: 17px;color: #1b1b1b;} .index_news .content .news_lists_box .ctg_box .ctg li.on{background: #045eb5;} .index_news .content .news_lists_box .ctg_box .ctg li:hover{background: #045eb5;} .index_news .content .news_lists_box .ctg_box .ctg li.on::after{content: "";width: 100%;height: 2px;background: #00a93e;position: absolute;top: 0px;left: 0px;} .index_news .content .news_lists_box .ctg_box .ctg li:hover::after{content: "";width: 100%;height: 2px;background: #00a93e;position: absolute;top: 0px;left: 0px;} .index_news .content .news_lists_box .ctg_box .ctg li.on .title{color: #FFFFFF;} .index_news .content .news_lists_box .ctg_box .ctg li:hover .title{color: #FFFFFF;} .index_news .content .news_lists_box .ctg_box .more{width: 36px;height: 36px;line-height: 36px;text-align: center;border-radius: 18px; display: block; margin-top: 22.5px;margin-right:28px; float: right;background: #045eb5;color: #FFFFFF;} .index_news .content .news_lists_box .news_box .news_list{display: none;} .index_news .content .news_lists_box .news_box .news_list.on{display: block;} .index_news .content .news_lists_box .news_box .news_list li{padding-top: 45px;border-bottom: 1px solid #e0e0e0;margin-bottom: 10px;} .index_news .content .news_lists_box .news_box .news_list li:hover{border-bottom:2px solid #045eb5;} .index_news .content .news_lists_box .news_box .news_list li .title{margin-bottom: 20px; padding: 0px 10px;font-size:18px;color: #393939;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .index_news .content .news_lists_box .news_box .news_list li:hover .title{font-weight: bold;color: #045eb5;} .index_news .content .news_lists_box .news_box .news_list li .desc{margin-bottom: 20px; padding-left: 10px;padding-right: 120px;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #878787;font-size: 14px;line-height: 26px;} .index_news .content .news_lists_box .news_box .news_list li span{text-align: right; position: absolute;top: 0px;right: 20px;width: 100px;display: block;} @media only screen and (max-width:1600px ) { .index_news .content{width: 100%;padding: 0px 20px;box-sizing: border-box;} .index_news .content .news_slide_box{width: 50%;} .index_news .content .news_lists_box{width: 45.6%;} .index_news .content .news_lists_box .news_box .news_list li{padding-top: 30px;} .index_news .content .news_lists_box .news_box .news_list li .desc{margin-bottom: 15px;} } @media only screen and (max-width:1366px ) { .index_news .content .news_lists_box .ctg_box .ctg {width: 100%;} .index_news .content .news_lists_box .ctg_box .ctg li{width: 33.33333%;} .index_news .content .news_lists_box .ctg_box .more{display: none;} .index_news .content .news_lists_box .news_box .news_list li{padding-top: 25px;} .index_news .content .news_lists_box .news_box .news_list li .desc{margin-bottom: 10px;} } @media only screen and (max-width:900px ) { .index_news .content{padding: 0px 15px;box-sizing: border-box;margin-top: 20px;margin-bottom: 20px;} .index_news .content .news_slide_box{width: 100%;margin-bottom: 20px;} .index_news .content .news_slide_box .con_box{padding: 20px;} .index_news .content .news_lists_box{width: 100%;} } @media only screen and (max-width:768px ) { .index_news .content{padding: 0px 10px;box-sizing: border-box;} } @media only screen and (max-width:640px ) { .index_news .content .news_slide_box .con_box .box .title{font-size: 18px;margin-bottom: 10px;} .index_news .content .news_slide_box .con_box .box .desc{font-size: 12px;} .index_news .content .news_lists_box .ctg_box{height: 60px;line-height: 60px;} .index_news .content .news_lists_box .ctg_box .ctg li{height: 60px;} .index_news .content .news_lists_box .ctg_box .ctg li .title{font-size: 15px;} .index_news .content .news_lists_box .news_box{padding-top: 10px;} .index_news .content .news_lists_box .news_box .news_list li{padding-top: 15px;} .index_news .content .news_lists_box .news_box .news_list li .title{margin-bottom: 12px;font-size: 16px;} .index_news .content .news_lists_box .news_box .news_list li .desc{margin-bottom: 10px;} } @media only screen and (max-width:375px ) { .index_news .content .news_slide_box .swiper-button-prev{display: none;} .index_news .content .news_slide_box .swiper-button-next{display: none;} } /*关于我们*/ .index_about{width: 100%;height: 607px;margin-bottom: 150px; background: url("../images/index_about_bg.jpg") center center no-repeat;background-size: 100% 100%;background-attachment: fixed;} .index_about .content{width: 1400px;height: 100%; margin: 0px auto;text-align: center;position: relative;} .index_about .top_box{padding-top: 110px;} .index_about .top_box .title{font-size: 35px;color: #ffffff;font-weight: bold;margin-bottom: 21px;} .index_about .top_box .en_title{font-size: 25px;color: #4a83bf;font-weight:bold;margin-bottom: 45px;} .index_about .top_box .desc{max-width: 820px;margin: 0px auto; font-size: 15px;line-height: 2em;color: #cee4f9;margin-bottom: 95px;} .index_about .top_box .more{width: 203px;height: 56px;line-height: 56px;color: #FFFFFF;display: block;margin: 0px auto;background: #00a93e;border-radius: 28px;transition: all linear .3s;} .index_about .top_box .more:hover{transform:translateZ(20px);transform: scale(1.1,1.1);box-shadow: 0px 0px 10px rgba(0,0,0,0.4);} .index_about .info_box{position: absolute;bottom: -83px;left: 0px;width: 100%;} .index_about .info_box ul{overflow: hidden;width: 100%;height: 100%; background: #FFFFFF;box-shadow: 0px 0px 15px rgba(0,0,0,0.3); } .index_about .info_box ul li{width: 25%;height: 166px;float: left;display: table;} .index_about .info_box ul li .box{display: table-cell;vertical-align: middle;} .index_about .info_box ul li .box .wrap{position: relative;} .index_about .info_box ul li .title{color:#2d2d2d;font-size: 45px;font-weight: bold;margin-bottom: 20px;} .index_about .info_box ul li .title span{font-size: 14px;color: #045eb5;margin-left: 5px;} .index_about .info_box ul li .desc{color: #9c9c9c;font-size: 15px;} .index_about .info_box ul li.item1 .box .wrap::after{content: "";position: absolute;right: 0px;top: 0px; width: 1px;height: 100%;background: #e2e2e2;} .index_about .info_box ul li.item2 .box .wrap::after{content: "";position: absolute;right: 0px;top: 0px; width: 1px;height: 100%;background: #e2e2e2;} .index_about .info_box ul li.item3 .box .wrap::after{content: "";position: absolute;right: 0px;top: 0px; width: 1px;height: 100%;background: #e2e2e2;} @media only screen and (max-width:1400px ) { .index_about{background-size: auto 100%} .index_about .content{width: 100%;padding: 0px 20px;} .index_about .info_box{width:100%;padding: 0px 20px;box-sizing: border-box;} } @media only screen and (max-width:900px ) { .index_about{height: auto;margin-bottom: 50px;} .index_about .info_box{position: static;margin: 40px auto;} .index_about .info_box ul li{width: 50%;height: 120px;} } @media only screen and (max-width:640px ) { .index_about{height: auto;margin-bottom: 25px;} .index_about .top_box{padding-top: 50px;} .index_about .top_box .title{font-size: 28px;} .index_about .top_box .en_title{font-size: 22px;margin-bottom: 25px;} .index_about .top_box .desc{margin-bottom: 45px;} .index_about .info_box{position: static;margin: 30px auto;padding: 0px;} .index_about .info_box ul li{width: 50%;height: 100px;} .index_about .info_box ul li .title{font-size: 32px;margin-bottom: 15px;} .index_about .info_box ul li .desc{font-size: 12px;} .index_about .top_box .more{width: 160px;height: 40px;line-height: 40px;border-radius: 20px;} } /*专家介绍*/ .index_expert{width: 100%;} .index_expert .content{width: 1600px;margin: 0px auto;overflow: hidden;padding-bottom: 110px;position: relative;} .index_expert .top_box{width: 27.5%;float: left;padding-top: 100px;} .index_expert .top_box .title{font-size: 35px;color: #045eb5;font-weight: bold;line-height: 1.2em;margin-bottom: 10px;} .index_expert .top_box .en_title{font-size:25px;color: #d5d5d5;font-weight: bold;margin-bottom: 30px;} .index_expert .top_box .desc{font-size: 15px;color: #4f4f4f;line-height: 2em;} .index_expert .expert_box{width: 70%;float: right;} #expert_swiper_box {position: relative;overflow: hidden;} #expert_swiper_box .swiper-pagination{display: none;} #expert_swiper_box .swiper-slide .box .img_box{margin-top: 46px;transition: all linear 0.3s; } #expert_swiper_box .swiper-slide .box .img_box img{width: 100%;display: block;} #expert_swiper_box .swiper-slide .box{position: relative;} #expert_swiper_box .swiper-slide .box .img_box .title_box{padding: 0px 15px; background: #f4f4f4; line-height: 60px; height: 60px;overflow: hidden;} #expert_swiper_box .swiper-slide .box .img_box .title_box .title{width: 100%;text-align: center; font-size: 16px;} #expert_swiper_box .swiper-slide .box .img_box .title_box .job_title{float: right;width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} #expert_swiper_box .swiper-slide:hover .box .img_box{margin-top: 0px;} #expert_swiper_box .swiper-slide .box .desc_box{width: 100%; padding: 30px 40px;color: #FFFFFF; position: absolute;bottom: -66px;left: 0px;background:#045eb5;opacity: 0;filter: alpha(opacity=0);transition: all linear .3s ; } #expert_swiper_box .swiper-slide .box .desc_box .title{font-size: 18px;color: #FFFFFF;font-weight: bold;margin-bottom: 10px;} #expert_swiper_box .swiper-slide .box .desc_box .job_title{font-size: 14px;color: #FFFFFF;margin-bottom:15px;} #expert_swiper_box .swiper-slide .box .desc_box .desc{font-size: 13px;color: #FFFFFF;margin-bottom: 35px;} #expert_swiper_box .swiper-slide .box .desc_box .more{width: 95px;height: 36px;line-height: 36px;text-align: center;color: #FFFFFF;background:#00a93e;border-radius: 18px;} #expert_swiper_box .swiper-slide:hover .box .desc_box{opacity: 1;filter: alpha(opacity=100);bottom: -46px;} @media only screen and (max-width:1600px ) { .index_expert .content{width: 100%;padding-left: 20px;padding-right: 20px;box-sizing: border-box;} } @media only screen and (max-width:1400px ) { #expert_swiper_box .swiper-slide .box .desc_box{padding: 20px;} } @media only screen and (max-width:1200px ) { .index_expert .top_box{padding-top: 80px;} #expert_swiper_box .swiper-slide .box .desc_box .desc{margin-bottom: 20px;} } @media only screen and (max-width:1024px ) { .index_expert .content{padding-bottom: 60px;} .index_expert .top_box{width: 100%;margin-bottom: 20px;} .index_expert .expert_box{width: 100%;} .index_expert .top_box{padding-top: 20px;text-align: center;} .index_expert .top_box .en_title{margin-bottom: 25px;} } @media only screen and (max-width:640px ) { .index_expert .content{padding-bottom: 30px;} .index_expert .top_box .title{font-size: 28px;} .index_expert .top_box .en_title{font-size: 22px;} #expert_swiper_box .swiper-slide .box .desc_box .title{font-size: 16px;} #expert_swiper_box .swiper-slide .box .desc_box .job_title{font-size: 13px; margin-bottom: 10px;} #expert_swiper_box .swiper-slide .box .desc_box .desc{font-size: 12px; margin-bottom: 15px;} #expert_swiper_box .swiper-slide .box .desc_box .more{width: 80px;height: 28px;line-height: 28px;border-radius: 15px;} #expert_swiper_box .swiper-slide .box .img_box{margin-top: 0px;} #expert_swiper_box .swiper-slide .box .desc_box{opacity: 1;filter: alpha(opacity=100);bottom: 0px;} #expert_swiper_box .swiper-slide:hover .box .desc_box{opacity: 1;filter: alpha(opacity=100);bottom: 0px;} } @media only screen and (max-width:375px ) { .index_expert .top_box .title{font-size: 26px;} .index_expert .top_box .en_title{font-size: 20px;} } /*产品展示*/ .index_depart{width: 100%;height: 650px;} .index_depart .content{width: 1600px;margin: 0px auto;} .index_depart .top_box{padding-top: 105px;padding-bottom: 60px; text-align: center;} .index_depart .top_box .title{font-size: 35px;color: #045eb5;font-weight: bold;margin-bottom: 15px;} .index_depart .top_box .en_title{font-size: 25px;color: #c8cbcb;font-weight: bold;} .index_depart .depart_swiper{position: relative;overflow: hidden;margin-bottom: 60px;} .index_depart .depart_swiper .swiper-slide{text-align: center;padding:45px 20px; color: #FFFFFF;transition: all linear .3s;} .index_depart .depart_swiper .swiper-slide:nth-child(1){background:url(/templates/default/images/p01.jpg) center center no-repeat; background-size: cover;} .index_depart .depart_swiper .swiper-slide:nth-child(2){background:url(/templates/default/images/p02.jpg) center center no-repeat; background-size: cover;} .index_depart .depart_swiper .swiper-slide:nth-child(3){background:url(/templates/default/images/p03.jpg) center center no-repeat; background-size: cover;} .index_depart .depart_swiper .swiper-slide:hover{background: #045eb5;} .index_depart .depart_swiper .swiper-slide a{ display: block;} .index_depart .depart_swiper .swiper-slide .box{color: #ffffff;} .index_depart .depart_swiper .swiper-slide:hover .box{color: #FFFFFF;} .index_depart .depart_swiper .swiper-slide .box .icon{margin:40px auto 15px;} .index_depart .depart_swiper .swiper-slide .box .title{font-size: 20px;margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .index_depart .depart_swiper .swiper-slide .box .desc{font-size: 14px;line-height: 2em;height: 2em;overflow: hidden; margin-bottom: 30px;} .index_depart .depart_swiper .swiper-slide .box .more{transition: all .3s linear; opacity: 0;filter: alpha(opacity=0); width: 95px;height: 32px;line-height: 32px;text-align: center;color: #FFFFFF;background:#00a93e;border-radius: 6px;margin: 0px auto;} .index_depart .depart_swiper .swiper-slide:hover .box .more{opacity: 1;filter: alpha(opacity=100);transform: translateZ(20px);transform: scale(1.1,1.1);} .index_depart .depart_swiper .swiper-pagination{display: none;} .index_depart .more_btn{transition: all .3s linear; width:200px;height: 48px;line-height: 48px;font-size:16px;color: #045eb5;display: block;border-radius: 10px;border: 1px solid #045eb5; text-align: center; margin: 40px auto;} .index_depart .more_btn:hover{background: #045eb5;color: #FFFFFF;} @media only screen and (max-width:1600px ) { .index_depart .content{width: 100%;} } @media only screen and (max-width:640px ) { .index_depart{height: auto;padding-bottom: 40px;} .index_depart .content{width: 100%;padding: 0px 20px; height: auto;background: auto 100%;} .index_depart .top_box{padding-top: 60px;padding-bottom: 30px; } .index_depart .top_box .title{font-size: 28px;} .index_depart .top_box .en_title{font-size: 22px;} .index_depart .depart_swiper{margin-bottom: 40px;} /*小屏样式*/ .index_depart .depart_swiper .swiper-slide{background: #045eb5;} .index_depart .depart_swiper .swiper-slide:hover{background: #045eb5;} .index_depart .depart_swiper .swiper-slide .box{color: #FFFFFF;} .index_depart .depart_swiper .swiper-slide:hover .box{color: #FFFFFF;} .index_depart .depart_swiper .swiper-slide .box .icon{margin-bottom:20px;} .index_depart .depart_swiper .swiper-slide .box .title{font-size: 18px;margin-bottom: 20px;} .index_depart .depart_swiper .swiper-slide .box .desc{font-size: 14px; margin-bottom: 30px;} .index_depart .depart_swiper .swiper-slide .box .more{ opacity: 1;filter: alpha(opacity=100);} .index_depart .more_btn{width: 180px;height: 52px;line-height: 52px;border-radius: 26px;} } @media only screen and (max-width:375px ) { .index_depart .more_btn{width: 160px;height: 46px;line-height: 46px;border-radius: 23px;} } /*产品展示*/ .index_service{width: 100%;height: 700px;background: url("../images/index_service.jpg") center center no-repeat;background-size: 100% 100%;background-attachment: fixed;} .index_service .content{width: 1600px;margin: 0px auto;} .index_service .top_box{padding-top: 105px;padding-bottom: 60px; text-align: center;} .index_service .top_box .title{font-size: 35px;color: #045eb5;font-weight: bold;margin-bottom: 15px;} .index_service .top_box .en_title{font-size: 25px;color: #c8cbcb;font-weight: bold;} .index_service .service{position: relative;overflow: hidden;padding-bottom: 60px;} .index_service .service dl{width: 49%; float: left; background: #efefef;transition: all linear .3s;} .index_service .service dl:nth-child(2){ float: right;} .index_service .service dl img{ width: 50%; float: left; margin-right: 5%;} .index_service .service dl dt{ font-size: 26px; font-weight: normal; line-height: 2em; margin-top: 8%;} .index_service .service dl dd{ font-size: 16px; line-height: 2em;} .index_service .service dl a{width: 110px; line-height: 32px; text-align: center; background: #045eb5; color: #fff; float: left; display: block; border-radius: 3px; margin-top: 20px;} .index_service .service dl:hover{ background: #045eb5; color: #fff;} .index_service .service dl:hover a{ background: #fff; color: #555555;} @media only screen and (max-width:1600px ) { .index_service .content{width: 100%; padding: 0 20px;} } @media only screen and (max-width:1400px ) { .index_service{ height: 600px;} .index_service .service dl dt{ margin-top: 6%;} } @media only screen and (max-width:1200px ) { .index_service .service dl dt{ margin-top: 4%;} } @media only screen and (max-width:1024px ) { .index_service{ height: auto;} .index_service .service dl{ padding-bottom: 5%;} .index_service .service dl img{ width: 100%; max-height: 300px; margin-right: 0;} .index_service .service dl dt{ margin-left: 5%;} .index_service .service dl dd{ margin-left: 5%;} .index_service .service dl a{ margin-left: 5%;} } @media only screen and (max-width:375px ) { .index_service .service dl{ width: 100%; margin-bottom: 5%;} } /*联盟单位*/ .index_partner{width: 100%;padding-bottom: 80px;} .index_partner .content{width: 1600px;margin: 0px auto;} .index_partner .top_box{padding-top: 70px;text-align: center;background: url("../images/partner_bg.png") bottom center no-repeat;margin-bottom: 50px; } .index_partner .top_box .title{font-size: 35px;color: #045eb5;font-weight: bold;margin-bottom:20px;} .index_partner .top_box .line{width: 38px;height: 2px;background: #045eb5;margin: 0px auto;} .index_partner .partner_swiper{overflow: hidden;} .index_partner .partner_swiper .swiper-slide{ transition: all .3s linear; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; } .index_partner .partner_swiper .swiper-slide:hover{ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; } .index_partner .partner_swiper .swiper-slide img{width: 100%;height: auto; max-width: 100%;display: block;} @media only screen and (max-width:1600px ) { .index_partner .content{width: 100%;} } @media only screen and (max-width:1200px ) { .index_partner .content{width: 100%;padding: 0px 20px;box-sizing: border-box;} } @media only screen and (max-width:768px ) { .index_partner .top_box{padding-top: 90px; background: url("../images/partner_bg.png") bottom center no-repeat;background-size: 100% auto; } .index_partner .top_box .title{font-size: 30px;} .index_partner .partner_swiper .swiper-slide{ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; } } /*分享和搜索*/ .share_search{width: 100%;height: 81px;border-bottom: 1px solid #0568c7;background: #045eb5;} .share_search .content{width: 1600px;margin: 0px auto;overflow: hidden;box-sizing: border-box;padding: 0px 25px;} .share_search .share_box{float: left;} .share_search .share_box .title {display: inline-block;vertical-align: middle;margin-right: 30px;color:#FFFFFF;font-size: 12px;} .share_search .share_box .title .tit1{font-size: 16px;margin-bottom: 5px;} .share_search .share_box .title .tit2{font-size: 16px;color: #ffffff;} .share_search .share_box .bdsharebuttonbox {display: inline-block;vertical-align: middle;padding: 34px 0px; color: #ffffff;} .share_search .share_box .bdsharebuttonbox a{margin: 0px 10px; color: #ffffff;} .share_search .search_box{float: right;text-align: left;} .share_search .search_box .search_item{width:280px;height: 45px;border: 1px solid #a3b8ce;box-sizing: border-box;margin: 18px 0px;position: relative;} .share_search .search_box .search_item #keys{width: 100%;height: 100%;padding-left: 15px;padding-right: 43px;color: #FFFFFF;} .share_search .search_box .search_item .search_btn{position: absolute;top: 0px;right: 0px; width: 43px;height: 43px;background: url("../images/icon_btm_search.png") center center no-repeat; background-size: 100% 100%;border: none;} #bds_sqq{width:42px;height:42px;overflow:hidden;background:url("../images/icon_qq.png") center no-repeat;} #bds_sqq:hover{background:url("../images/icon_qq.png") center no-repeat;} #bds_tqq{width:42px;height:42px;overflow:hidden;background:url("../images/icon_twb.png") center no-repeat;} #bds_tqq:hover{background:url("../images/icon_twb.png") center no-repeat;} #bds_weixin{width:42px;height:42px;overflow:hidden;background:url("../images/icon_wechat.png") center no-repeat} #bds_weixin:hover{background:url("../images/icon_wechat.png") center no-repeat} #bds_tsina{width:42px;height:42px;overflow:hidden;background:url("../images/icon_sina.png") center no-repeat} #bds_tsina:hover{background:url("../images/icon_sina.png") center no-repeat} @media only screen and (max-width:1600px ) { .share_search .content{width: 100%;} } @media only screen and (max-width:768px ) { .share_search{height: auto;} .share_search .share_box{width: 100%;} .share_search .search_box{width: 100%;} .share_search .share_box{text-align: center;} .share_search .search_box .search_item{margin: 16px 0px;width: 100%;} } @media only screen and (max-width:640px ){ .share_search .share_box{display: none;} } /*底部导航*/ .btm_nav{width: 100%;background: #045eb5;border-bottom: 1px solid #0568c7;} .btm_nav .content{width: 1600px;margin: 0px auto;overflow: hidden;box-sizing: border-box;padding: 50px 25px;} .btm_nav .logo{float: left;width: 18%;} .btm_nav .nav_box{float: left;width: 50%; margin-left: 10%; overflow: hidden;} .btm_nav .nav_box .item{float: left;width: 33.3333%;} .btm_nav .nav_box .item .title{font-size: 15px;color: #FFFFFF;line-height: 50px;font-weight: bold} .btm_nav .nav_box .item ul li{transition: all .3s linear;} .btm_nav .nav_box .item ul li a{color: #82b3e6;font-size: 14px;line-height: 2em;} .btm_nav .nav_box .item ul li a span{display: inline-block;font-weight: bold;font-size: 18px;margin-right: 5px;} .btm_nav .nav_box .item ul li:hover{padding-left: 5px;} .btm_nav .nav_box .item ul li:hover a span{color: #FFFFFF;} .btm_nav .kf_box{float: right;text-align: right;} .btm_nav .kf_box .kf_btn {overflow: hidden;margin-bottom: 15px;} .btm_nav .kf_box .kf_btn .box{ width:130px; height: 46px;line-height: 46px;background: #00a93e;text-align: center;float: right;} .btm_nav .kf_box .kf_btn .icon{height:100%; display: inline-block;vertical-align: top;} .btm_nav .kf_box .kf_btn .icon img{display: block;height: 100%;} .btm_nav .kf_box .kf_btn .title{height: 100%; display: inline-block;vertical-align: top;color: #FFFFFF;font-size: 14px;font-weight: bold;} .btm_nav .kf_box .time{font-size:13px;color: #90bceb;line-height: 2em;} .btm_nav .kf_box .kf_tel .icon{display: inline-block;vertical-align: middle;} .btm_nav .kf_box .kf_tel .title{display: inline-block;vertical-align: middle;font-family: 'BigJohn';font-weight: bold;font-size: 29px;color: #FFFFFF;line-height: 2em;} .btm_nav .kf_box .kf_tel .icon img{display: block;height: 100%;margin-bottom: -5px;} .btm_nav .qcode_box{float: right;text-align: right;text-align: center;} .btm_nav .qcode_box .title{font-size: 13px;color: #90bceb;line-height: 33px;} .btm_nav .foot-x-nav{display: none;} @media only screen and (max-width:1600px ) { .btm_nav .content{width: 100%;} } @media only screen and (max-width:1200px ) { .btm_nav .logo{width: 100%;text-align: center;margin-bottom: 30px;} .btm_nav .nav_box{width: 70%;} } @media only screen and (max-width:768px ) { .btm_nav .content{padding: 40px 15px;} .btm_nav .logo{width: 100%;text-align: center;margin-bottom: 30px;} .btm_nav .logo img{width: 100px;} .btm_nav .nav_box{width: 100%;margin-bottom: 30px;display: none;} .btm_nav .foot-x-nav{display: block;margin-bottom: 25px;float: left;width: 100%;} .foot-x-nav .nav-item{color: #90bceb;border-bottom: 1px solid #90bceb;} .foot-x-nav .nav-item a{color: #90bceb;font-size: 14px;} .foot-x-nav .nav-item .title{width:100%;line-height: 45px;position: relative;padding-left: 15px;color: #90bceb;font-size: 14px;} .foot-x-nav .nav-item .title .drop-btn{font-family: simhei; width: 45px;height: 45px;display: none; cursor: pointer; font-size:22px;line-height: 45px;text-align: center;position: absolute;right: 0px;top: 0px;transition: all 220ms linear;} .foot-x-nav .nav-item.open .title .drop-btn{transform: rotate(-45deg);} .foot-x-nav .nav-item .title a{display: block;} .foot-x-nav .nav-item ul{padding-top: 5px;padding-bottom: 10px;display: none;} .foot-x-nav .nav-item ul li{padding-left: 30px;line-height: 30px;} .foot-x-nav .nav-item ul li a{line-height: 30px;} .btm_nav .kf_box{width: 100%;text-align: center;margin-bottom: 30px;} .btm_nav .kf_box .kf_btn .box{width: 180px; float: none;margin: 0 auto;} .btm_nav .kf_box .kf_tel .icon{display: none;} .btm_nav .qcode_box{width: 100%;} } /*底部版权信息*/ .btm_cord{width: 100%;height: 66px;line-height: 66px; background: #045eb5;} .btm_cord .content{width: 1600px;margin: 0px auto;overflow: hidden;box-sizing: border-box;padding: 0px 25px;} .btm_cord .info_box{float: left;font-size:14px;color: #ffffff;} .btm_cord .info_box a{color: #FFFFFF;margin: 0px 5px;} .btm_cord .name_box{float: right;} .btm_cord .name_box a{ color: #ffffff;} @media only screen and (max-width:1600px ) { .btm_cord .content{width: 100%;} } @media only screen and (max-width:900px ) { .btm_cord{height: auto;line-height: 30px;padding: 20px;} .btm_cord .info_box{width: 100%;text-align: center;} .btm_cord .name_box{width: 100%;text-align: center;} .btm_cord .name_box .item{text-align: center;} } /*内页主框架*/ .ny_main{width: 100%;margin-top: 81px;} /*内页焦点图*/ .ny_main .ny_banner{width: 100%;height: 510px;background-size: auto 100%;background-position: center center;background-repeat: no-repeat;} @media only screen and (max-width:1680px ) { .ny_main .ny_banner{height: 447px;} /* 570*(1600/1920) */ } @media only screen and (max-width:1440px ) { .ny_main .ny_banner{height: 428px;} /* 570*(1440/1920) */ } @media only screen and (max-width:1200px ) { .ny_main .ny_banner{height: 357px;} /* 570*(1200/1920) */ } @media only screen and (max-width:768px ) { .ny_main .ny_banner{height: 228px;} /* 570*(768/1920) */ } /*新闻栏目列表*/ .ny_main .ny_ctg_box{width: 100%;height: 81px;background: #f5f5f5;} .ny_main .ny_ctg_box ul{overflow: hidden;height: 100%;text-align: center;} .ny_main .ny_ctg_box ul li{width: auto;height: 81px;display: inline-block;padding: 0px 45px;position: relative;} .ny_main .ny_ctg_box ul li .icon{height: 81px;display: inline-block;vertical-align: top;} .ny_main .ny_ctg_box ul li .title{height: 81px;line-height: 81px; display: inline-block;vertical-align: top;font-size: 17px;color: #060606;} .ny_main .ny_ctg_box ul li.on,.ny_main .ny_ctg_box ul li:hover {background: #045eb5;} .ny_main .ny_ctg_box ul li.on .title,.ny_main .ny_ctg_box ul li:hover .title{color: #ffffff;} .ny_main .ny_ctg_box ul li::after{content: "";width: 0px;height: 2px;background: #00a93e;position: absolute;bottom: 0px;left: 0px;transition: all .3s linear;} .ny_main .ny_ctg_box ul li.on::after,.ny_main .ny_ctg_box ul li:hover::after{width: 100%;} @media only screen and (max-width:1024px) { .ny_main .ny_ctg_box{height: auto;} .ny_main .ny_ctg_box ul li{width: 33.33333%;float:left;display: block;padding: 0px;} } @media only screen and (max-width:768px) { .ny_main .ny_ctg_box{height: auto;} .ny_main .ny_ctg_box ul li{width: 33.33333%;height: 60px;} .ny_main .ny_ctg_box ul li .icon{height: 60px;} .ny_main .ny_ctg_box ul li .title{height: 60px;line-height: 60px;font-size: 15px;} } /*新闻列表*/ .ny_main .ny_news_box{width: 100%;padding:100px 0px;background: #FFFFFF;} .ny_main .ny_news_box .newslists{width: 1600px;margin: 0px auto;background: #f7f7f7;} .ny_main .ny_news_box .newslists li{width: 100%;box-sizing: border-box;padding: 30px;overflow: hidden;position: relative;} .ny_main .ny_news_box .newslists li a{width: 100%;height: 100%;display: block;} .ny_main .ny_news_box .newslists li .news_img{float:left;width: 230px;} .ny_main .ny_news_box .newslists li .news_img img{width: 100%;height: auto;display: block;} .ny_main .ny_news_box .newslists li .con_box{float: right;width: calc(100% - 250px);overflow: hidden;} .ny_main .ny_news_box .newslists li .con_box .con{width:calc(100% - 160px) ;float: left;} .ny_main .ny_news_box .newslists li .con_box .title{margin-top: 15px; font-size: 22px;color:#1a1a1a;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .ny_main .ny_news_box .newslists li .con_box .desc{margin-top: 10px; font-size: 14px;color: #6f6f6f;line-height: 26px;height: 52px;overflow: hidden;} .ny_main .ny_news_box .newslists li .con_box .time_box{width: 140px; float: right;text-align: center;} .ny_main .ny_news_box .newslists li .con_box .time_box .day{margin-top: 10px; width:100%;font-size:43px;font-family:arial;color: #b6b6b6;font-weight: bold;} .ny_main .ny_news_box .newslists li .con_box .time_box .ym{font-size: 16px;color:#b6b6b6;font-family:arial;} .ny_main .ny_news_box .newslists li .con_box .time_box .more{opacity: 0;filter: alpha(opacity=0); transition: all .3s linear; width: 100%;height:41px;line-height: 41px;text-align: center;color: #FFFFFF;font-size: 14px;background: #045eb5;margin: 0px auto;border-radius: 20px;margin-top: 20px;} .ny_main .ny_news_box .newslists li:hover .con_box .title{color: #045eb5;font-weight: bold;} .ny_main .ny_news_box .newslists li:hover .con_box .time_box .more{opacity: 1;filter: alpha(opacity=100);} .ny_main .ny_news_box .newslists li:hover .con_box .time_box .day{color:#575757;} .ny_main .ny_news_box .newslists li:hover .con_box .time_box .ym{color:#575757;} .ny_main .ny_news_box .newslists li::after{transition: all .3s linear;content: "";width: 0px;height: 2px;background: #25578B;bottom: 0px;left: 0px;position: absolute;} .ny_main .ny_news_box .newslists li:hover::after {width: 100%;} @media only screen and (max-width:1600px ) { .ny_main .ny_news_box{padding:80px 0px;} .ny_main .ny_news_box .newslists{width: 100%;} } @media only screen and (max-width:1200px ) { .ny_main .ny_news_box{padding:60px 0px;} } @media only screen and (max-width:768px ) { .ny_main .ny_news_box{padding: 50px 20px;} .ny_main .ny_news_box .newslists{background: #FFFFFF;} .ny_main .ny_news_box .newslists li{padding: 20px;margin-bottom: 30px;background: #f7f7f7;} .ny_main .ny_news_box .newslists li .news_img{width: 100%;} .ny_main .ny_news_box .newslists li .con_box{width: 100%;} .ny_main .ny_news_box .newslists li .con_box .title{font-size: 20px;} .ny_main .ny_news_box .newslists li .con_box .con{width:calc(100% - 140px) ;float: left;} .ny_main .ny_news_box .newslists li .con_box .time_box{width: 120px;} .ny_main .ny_news_box .newslists li .con_box .time_box .more{opacity: 1;filter: alpha(opacity=100);height:32px;line-height: 32px;border-radius: 16px;} } @media only screen and (max-width:480px ) { .ny_main .ny_news_box .newslists li .con_box .con{width: 100%;} .ny_main .ny_news_box .newslists li .con_box .time_box{display: none;} } /*新闻位置*/ .news_posi{width: 100%;height:64px;background: #f8f8f8;border-top: 1px solid #F0F0F0;} .news_posi .content{width: 1600px;margin: 0px auto;} .news_posi .posi_box{float: left;line-height: 64px;color: #232323;font-size: 15px;} .news_posi .posi_box span{font-family: simsun;} .news_posi .btn_box{float: right;} .news_posi .btn_box .close_btn{cursor: pointer; width: 107px;height: 40px;line-height: 40px;margin: 12px 0px;background: #929292;border-radius: 20px;text-align: center;} .news_posi .btn_box .close_btn .icon{height: 100%;display: inline-block;vertical-align: top;} .news_posi .btn_box .close_btn .icon img{height: 100%;display: block;} .news_posi .btn_box .close_btn .title{line-height: 40px;display: inline-block;vertical-align: top;color: #FFFFFF;font-size: 16px;} @media only screen and (max-width:1600px ) { .news_posi .content{width: 100%;padding: 0px 20px;box-sizing: border-box;overflow: hidden;} } /*新闻内容*/ .news_detail{width: 100%;} .news_detail .content{width: 1400px;margin: 0px auto;padding-top: 80px;padding-bottom: 95px;} .news_detail .news_title{text-align: center;font-size:37px;color:#045eb5;line-height: 1.5em;font-weight: bold;} .news_detail .news_info{text-align: center;color: #8c9eb8;font-size: 13px;line-height: 35px;} .news_detail .news_content{padding:70px 0px;font-size: 16px;color: #232323;line-height: 2em;} .news_detail .news_content img{ width:60% !important; height:60% !important; margin:20px auto; display: block;} .news_detail .pn_box{text-align: center;} .news_detail .pn_box .item{margin: 0px 2px; transition: all .3s linear; width: 49%;height: 42px;line-height: 42px;border-radius: 6px; text-align: center;background: #045eb5;color: #FFFFFF;display: inline-block;font-size: 16px;} .news_detail .pn_box .item:hover{background: #00a93e;} .news_detail .close_box{display: none;} @media only screen and (max-width:1400px ) { .news_detail .content{width: 100%;box-sizing: border-box;padding: 80px 20px;} } @media only screen and (max-width:768px ) { .news_detail .content{padding: 60px 20px;} .news_detail .news_title{font-size: 32px;} .news_detail .news_content{padding: 50px 0px;} .news_detail .pn_box .item{width: 60%; display: block;height: 60px;line-height: 60px;border-radius: 30px;margin: 20px auto;} } @media only screen and (max-width:640px ) { .news_detail .content{padding: 50px 20px;} .news_detail .news_title{font-size: 28px;} .news_detail .news_content{padding: 40px 0px;} .news_detail .pn_box .item{width: 70%;height: 50px;line-height: 50px;border-radius: 25px; display: block;margin: 20px auto;} .news_posi{height: auto;} .news_posi .posi_box{width: 100%;} .news_posi .btn_box{display: none;} .news_detail .close_box{display: block;} .news_detail .close_box .close_btn{text-align: center; width: 70%;height: 50px;line-height: 50px;border-radius: 25px;display: block;margin: 20px auto;background: #929292;color: #FFFFFF;font-size: 16px;} } @media only screen and (max-width:375px ) { .news_detail .content{padding: 40px 20px;} .news_detail .news_title{font-size: 26px;} .news_detail .news_content{padding: 30px 0px;} .news_detail .pn_box .item{width: 70%;height: 40px;line-height: 40px;border-radius: 20px; display: block;margin: 15px auto;font-size: 14px;} .news_posi{height: auto;} .news_posi .posi_box{width: 100%;} .news_posi .btn_box{display: none;} .news_detail .close_box{display: block;} .news_detail .close_box .close_btn{text-align: center; width: 70%;height: 40px;line-height: 40px;border-radius: 20px;display: block;margin: 15px auto;background: #929292;color: #FFFFFF;font-size: 14px;} } /*联盟单位*/ .league_box{width: 100%;padding:65px 0px;background: #f5f5f5;} .league_box .leaguelists{width: 1300px;margin: 0px auto;} .league_box .leaguelists ul{overflow: hidden;} .league_box .leaguelists ul li{width: 32%;float: left;padding:1%; border: #efefef solid 1px;background: #fff; margin:0 1% 1% 0;} .league_box .leaguelists ul li .box{background: #fafafa;transition: all .3s linear;} .league_box .leaguelists ul li .box img{width: 100%;height: auto;display: block;} .league_box .leaguelists ul li:hover .box{background: #FFFFFF;} @media only screen and (max-width:1300px ) { .league_box .leaguelists{width: 100%;} } @media only screen and (max-width:1024px ) { .league_box .leaguelists{padding: 0px 20px;box-sizing: border-box;} .league_box .leaguelists ul li{width: 32.333333%;} } @media only screen and (max-width:640px ) { .league_box .leaguelists{padding: 0px 15px;box-sizing: border-box;} .league_box .leaguelists ul li{width: 49%;} } @media only screen and (max-width:375px ) { .league_box .leaguelists{padding: 0px 10px;box-sizing: border-box;} .league_box .leaguelists ul li{width: 100%;} } /*联系我们*/ .allmap{width: 100%;height: 684px;} .contact_box{width: 100%;overflow: hidden;display: flex;} .contact_box .info_box{background: #045eb5; width: 50%;padding: 150px 0px; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;position: relative;text-align: center;} .contact_box .code_box{background: #f7f7f7; width: 50%; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;position: relative;text-align: center;} .contact_box .box{width: 100%;} .contact_box .info_box .info{width: 400px;margin: 0px auto;text-align: left;} .contact_box .info_box .info .title{font-size: 35px;font-weight: bold;color: #FFFFFF;} .contact_box .info_box .info .line{width: 24px;height: 2px;background: #FFFFFF;margin: 25px 0px;} .contact_box .info_box .info .desc{font-size: 17px;color: #FFFFFF;line-height: 30px;margin: 10px 0px;} .contact_box .code_box .title{font-size: 13px;color: #2b2b2b;line-height: 50px;} @media only screen and (max-width:1200px ) { .contact_box .info_box{ padding: 120px 0px; } } @media only screen and (max-width:1024px ) { .contact_box .info_box{ padding: 80px 0px; } .contact_box .info_box .info{width: 100%;padding: 0px 30px;} .contact_box .info_box .info .title{font-size: 30px;} .contact_box .info_box .info .line{margin: 15px 0px;} .contact_box .info_box .info .desc{font-size: 15px;} } @media only screen and (max-width:800px ) { .contact_box{display: block;} .contact_box .info_box{width: 100%;padding: 40px 0px;} .contact_box .info_box .info{padding: 0px 40px;} .contact_box .code_box{width: 100%;padding: 40px 0px;} } /*加入我们*/ .join_box{width: 100%;padding-bottom: 200px;} .join_box .top_box{text-align: center;background: url("../images/joinus.png") center center no-repeat;padding-top: 160px;padding-bottom: 30px;} .join_box .top_box .title{font-size: 35px;color: #045eb5;font-weight: bold;} .join_box .top_box .line{width: 38px;height: 2px;background: #045eb5;margin:25px auto;} .join_box .top_box .desc{margin-top:45px;font-size: 16px;color: #606060;line-height: 30px;} .join_box .joinlists{width: 1600px;margin: 0px auto;} .join_box .joinlists ul{overflow: hidden;} .join_box .joinlists ul li{width: 50%;padding: 15px;box-sizing: border-box;float: left;} .join_box .joinlists ul li .box{width: 100%;background: #f7f7f7;position: relative;overflow: hidden;display: flex;} .join_box .joinlists ul li .box .icon_box{width:30%; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;position: relative;} .join_box .joinlists ul li .box .icon_box .icon{max-width: 100%; display: block;margin: 0 auto;} .join_box .joinlists ul li .box .con_box{width:70%; padding: 20px 0px; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;position: relative;text-align: left;} .join_box .joinlists ul li .box .con_box .title{font-size: 22px;color:#3b3b3b;margin-bottom:10px;} .join_box .joinlists ul li .box .con_box .desc_box{overflow: hidden;width: 400px;} .join_box .joinlists ul li .box .con_box .desc_box .item{width: 200px;float: left;color: #3b3b3b;font-size:15px;line-height: 30px;} .join_box .joinlists ul li .box::after{content: ""; width: 0px;height: 100%;background:#045eb5;position: absolute;left: 0px;top: 0px;transition: all .3s linear;} .join_box .joinlists ul li:hover .box::after{width: 3px;} .join_box .joinlists ul li:hover .box .con_box .title{font-weight: bold;color: #045eb5;} .join_box .joinlists ul li .box .more{width: 50px;height: 50px; position: absolute;right:40px;top: 50%;margin-top:-25px; display: table-cell;} .join_box .joinlists ul li .box .more .circle{vertical-align: middle; width: 50px;height: 50px;line-height: 50px;text-align: center;color: #FFFFFF;font-size:18px;background: #b2b2b2;border-radius: 25px;} .join_box .joinlists ul li:hover .box .more .circle{background: #045eb5;} @media only screen and (max-width:1600px) { .join_box .joinlists{width: 100%;} } @media only screen and (max-width:1200px) { .join_box .joinlists ul li .box .icon_box{width: 25%;} .join_box .joinlists ul li .box .con_box{width:75%;} .join_box .joinlists ul li .box .con_box .title{font-size: 18px;} .join_box .joinlists ul li .box .con_box .desc_box{width: 360px;} .join_box .joinlists ul li .box .con_box .desc_box .item{width: 180px; font-size: 13px;} } @media only screen and (max-width:1024px) { .join_box .joinlists ul li .box .more{display: none;} } @media only screen and (max-width:768px) { .join_box .top_box{padding-top: 80px;} .join_box .top_box .line{margin: 15px auto;} .join_box .top_box .desc{margin-top: 20px;} .join_box .joinlists ul li{width: 100%;} } @media only screen and (max-width:420px) { .join_box .joinlists ul li .box .con_box .title{font-size: 16px;} .join_box .joinlists ul li .box .con_box .desc_box{width: auto;} .join_box .joinlists ul li .box .con_box .desc_box .item{width: 100%; font-size: 12px;} } /*关于我们*/ .about_box{width: 1600px;margin: 0px auto;} .about_box_1{margin-top: 70px;margin-bottom: 35px; display: flex;overflow: hidden;} .about_box_1 .con_box{width: 50%; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;background: #f7f7f7;} .about_box_1 .con_box .box{padding: 0px 100px;} .about_box_1 .con_box .title{color: #045eb5;font-size: 28px;font-weight: bold;} .about_box_1 .con_box .line{width: 44px;height: 1px;background: #969696;margin: 25px 0px;} .about_box_1 .con_box .desc{font-size: 16px;color: #000000;line-height: 40px;} .about_box_1 .img_box{width: 50%; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;} .about_box_1 .img_box img{width: 100%;height: auto;display: block;} .about_box_2{margin-bottom: 35px;} .about_box_2 .box{padding: 75px 100px;background: url("../images/about_02.jpg") center center no-repeat;background-size: 100% 100%;} .about_box_2 .title{font-size:28px;color: #FFFFFF;font-weight: bold;} .about_box_2 .line{width: 44px;height: 1px;background: #FFFFFF;margin: 25px 0px;} .about_box_2 .desc{font-size: 16px;line-height: 40px;color: #FFFFFF;} .about_box_3{margin-bottom: 35px; display: flex;overflow: hidden;} .about_box_3 .con_box{width: 50%; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;background: #f7f7f7;} .about_box_3 .con_box .box{padding: 0px 100px;} .about_box_3 .con_box .title{color: #045eb5;font-size: 28px;font-weight: bold;} .about_box_3 .con_box .line{width: 44px;height: 1px;background: #969696;margin: 25px 0px;} .about_box_3 .con_box .desc{font-size: 16px;color: #000000;line-height: 40px;} .about_box_3 .img_box{width: 50%; display: flex;flex: 1 0 auto;align-items: center;overflow: hidden;} .about_box_3 .img_box img{width: 100%;height: 100%;margin: 0px auto; display: block;} .about_box_4{margin-bottom: 135px;} .about_box_4 .box{padding: 75px 100px;background:#f7f7f7;} .about_box_4 .title{font-size:28px;color: #045eb5;font-weight: bold;} .about_box_4 .line{width: 44px;height: 1px;background: #969696;margin: 25px 0px;} .about_box_4 .desc{font-size: 16px;line-height: 40px;color: #000000;} .about_detail{width: 1600px;margin: 70px auto;} .about_detail .content{font-size: 15px;line-height: 1.5em;} .about_detail .content img{max-width: 100%;} @media only screen and (max-width:1600px) { .about_box{width: 100%;} .about_detail{width: 100%;padding: 0px 20px;} } @media only screen and (max-width:1440px) { .about_box .con_box .box{padding: 30px 60px;} .about_box .con_box .desc{line-height: 38px;} .about_box_2 .box{padding: 50px 60px;} .about_box_4 .box{padding: 50px 60px;} } @media only screen and (max-width:1024px) { .about_box_1{margin-top: 60px;} .about_box .con_box .box{padding: 30px 40px;} .about_box .con_box .desc{line-height: 34px;} .about_box_2 .box{padding: 30px 40px;} .about_box_4 .box{padding: 30px 40px;} .about_box_4{margin-bottom: 100px;} } @media only screen and (max-width:768px){ .about_detail{margin: 50px auto;} .about_box_1{margin-top: 50px;} .about_box{display: block;} .about_box .con_box{width: 100%; display: block;} .about_box .img_box{width: 100%; display: block;} .about_box .box .title{font-size: 22px;} .about_box .box .line{margin: 15px 0px;} .about_box .box .desc{line-height: 30px;font-size: 14px;} .about_box_4{margin-bottom: 80px;} } @media only screen and (max-width:640px){ .about_box_1{margin-top: 40px;} .about_box .con_box .box{padding: 30px 25px;} .about_box_2 .box{padding: 50px 25px;} .about_box_4 .box{padding: 50px 25px;} .about_box_4{margin-bottom: 60px;} } /*产品列表*/ .department_box{width: 100%;} .department_box ul{overflow: hidden;margin: 100px 0px;} .department_box ul li{width: 33.333333%;float: left;padding: 5px;} .department_box ul li .box{padding:80px 0px;background: #f7f7f7;text-align: center;transition: all .3s linear; } .department_box ul li .title{font-size: 28px;color: #262626;line-height: 74px;font-weight: bold;} .department_box ul li .desc{font-size: 14px;color: #717171;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .department_box ul li:hover .box{background: url("../images/department_bg.png") center center no-repeat;background-size: 100% 100%;} .department_box ul li:hover .title{color: #FFFFFF;} .department_box ul li:hover .desc{color: #FFFFFF;} @media only screen and (max-width:1440px){ .department_box ul li .box{padding: 60px 0px;} } @media only screen and (max-width:1200px){ .department_box ul{margin: 80px 0px;} .department_box ul li .box{padding: 50px 0px;} .department_box ul li .title{font-size: 24px;line-height: 64px;} } @media only screen and (max-width:1024px){ .department_box ul{margin: 70px 0px;} .department_box ul li{width: 50%;} .department_box ul li .box{padding: 50px 0px;} .department_box ul li .title{font-size: 22px;line-height: 54px;} } @media only screen and (max-width:768px){ .department_box ul{margin: 60px 0px;} .department_box ul li .box{padding: 40px 10px;} .department_box ul li .title{font-size: 20px;line-height: 50px;} } @media only screen and (max-width:420px){ .department_box ul{margin: 50px 0px;} .department_box ul li{width: 100%;} .department_box ul li .box{padding: 30px 10px;} .department_box ul li .title{font-size: 18px;line-height: 46px;} } /*产品详情*/ .depart_detail_box{width: 1600px;margin: 60px auto;} .depart_detail_box .top_box{overflow: hidden;margin-bottom: 40px;} .depart_detail_box .top_box .info_box{width: 382px;height: 537px;float: left;background: #f4f4f4;} .depart_detail_box .top_box .img_box{width: calc(100% - 400px);height: 537px; float: right;background-repeat: no-repeat;background-size: auto 100%;background-position: center center;} .depart_detail_box .top_box .img_box img{opacity: 0;filter: alpha(opacity=0);} .depart_detail_box .top_box .info_box .top_title{width: 100%;height: 110px;background: #045eb5;text-align: center;position: relative;} .depart_detail_box .top_box .info_box .top_title .icon{height: 60px;margin: 25px 0px;display: inline-block;vertical-align: top;margin-right: 15px;} .depart_detail_box .top_box .info_box .top_title .icon img{height: 100%;display: block;} .depart_detail_box .top_box .info_box .top_title .tit{color: #FFFFFF;font-size: 28px;line-height: 110px;; font-weight:bold;display: inline-block;vertical-align: top;} .depart_detail_box .top_box .top_title::after{content: ""; width: 16px;height: 16px;background: #045eb5;position: absolute;bottom: -8px;left: 50%;margin-left: -8px; transform:rotate(45deg);} .depart_detail_box .con_box{background: #f4f4f4;padding: 45px 55px;} .depart_detail_box .con_box .title{font-size: 22px;font-weight: bold;line-height: 43px;color: #232323;} .depart_detail_box .con_box .desc{font-size: 15px;line-height: 43px;color: #232323;} .depart_detail_box .con_box .more{margin-top: 50px; display: block; width: 100%;height: 54px;line-height: 54px;text-align: center;background: #045eb5;border-radius: 27px; color: #FFFFFF;font-size: 15px;font-weight: bold;} .depart_detail_box .btm_box{height: 135px;} .depart_detail_box .btm_box .tel_num{font-size: 30px;color: #00a93e;text-align: center;margin-bottom: 20px;} .depart_detail_box .btm_box .tips{width: 100%;background: #00a93e;height: 56px;line-height:56px;text-align: center;color: #fffefe;font-size: 15px;position: relative;} .depart_detail_box .btm_box .tips::after{content: ""; width: 16px;height: 16px;background: #00a93e;position: absolute;top: -8px;left: 50%;margin-left: -8px; transform:rotate(45deg);} .depart_detail_box .depart_detail{background: #f9f9f9;overflow: hidden;padding: 45px;margin-bottom: 50px;} .depart_detail_box .depart_detail .info_box{width: 25%;float: left;text-align: center;padding: 20px 0px;} .depart_detail_box .depart_detail .info_box .title{font-size: 18px;color:#141414;font-weight: bold;line-height: 28px;margin-top: 20px;} .depart_detail_box .depart_detail .info_box .en_title{font-size: 15px;color:#9d9d9d;line-height: 28px;} .depart_detail_box .depart_detail .detail_box{width: 73%;float: right;font-size: 15px;color: #000000;line-height: 28px;} .depart_detail_box .depart_detail .detail_box img{max-width: 100%;} /*专家列表*/ .expert_link_box .top_box{width: 100%; overflow:hidden;margin-bottom: 20px;} .expert_link_box .top_box .l_box{float: left;color: #141414;font-size: 18px;line-height: 28px;font-weight: bold;} .expert_link_box .top_box .l_box span{font-size: 15px;font-weight: normal;color: #00a93e;margin-left: 5px;} .expert_link_box .top_box .r_box{float: right;height: 37px;line-height: 37px;overflow: hidden;} .expert_link_box .top_box .r_box .more{float: left;margin-right: 20px;} .expert_link_box .top_box .r_box .btn_box{float:left;} .expert_link_box .top_box .r_box .btn_box .sbtn{width: 37px;height: 37px;position: relative;display: inline-block;vertical-align: top;margin-top: 0px;left: 0px;} .expert_link_box .top_box .r_box .btn_box .swiper-button-prev{background: url("../images/expert_arr_l.png") center center no-repeat;background-size: 100% 100%;} .expert_link_box .top_box .r_box .btn_box .swiper-button-prev:hover{background: url("../images/expert_arr_l_on.png") center center no-repeat;background-size: 100% 100%;} .expert_link_box .top_box .r_box .btn_box .swiper-button-next{background: url("../images/expert_arr_r.png") center center no-repeat;background-size: 100% 100%;} .expert_link_box .top_box .r_box .btn_box .swiper-button-next:hover{background: url("../images/expert_arr_r_on.png") center center no-repeat;background-size: 100% 100%;} @media only screen and (max-width:1600px){ .depart_detail_box{width: 100%;padding: 0px 20px;} } @media only screen and (max-width:1024px){ .depart_detail_box .top_box .info_box{width: 100%;height: auto;margin-bottom: 30px;} .depart_detail_box .top_box .img_box{width: 100%;background-image: none;height: auto;} .depart_detail_box .top_box .img_box img{opacity: 1;filter: alpha(opacity=100);} .depart_detail_box .btm_box{height: auto;} .depart_detail_box .depart_detail .info_box{width: 20%;} .depart_detail_box .depart_detail .detail_box{width: 77%;} .depart_detail_box .depart_detail{padding: 45px 35px;} } @media only screen and (max-width:768px){ .depart_detail_box .top_box .info_box .top_title{width: 100%;height: 80px;background: #045eb5;text-align: center;position: relative;} .depart_detail_box .top_box .info_box .top_title .icon{height: 40px;margin: 20px 0px;margin-right: 10px;} .depart_detail_box .top_box .info_box .top_title .tit{font-size: 22px;line-height: 80px;} .depart_detail_box .depart_detail{padding: 35px 25px;} .depart_detail_box .depart_detail .info_box{width: 100%;} .depart_detail_box .depart_detail .detail_box{width: 100%;} } @media only screen and (max-width:640px){ .expert_link_box .top_box .r_box .btn_box{display: none;} } @media only screen and (max-width:480px){ .expert_link_box .top_box .r_box{display: none;} } @media only screen and (max-width:375px){ .depart_detail_box{padding: 0px 15px;} .depart_detail_box .depart_detail{padding: 35px 20px;} } /*在线服务*/ .service_box{width: 1600px;margin: 0px auto;} .service_box ul{overflow: hidden;margin: 100px 0px;} .service_box ul li{width: 20%;float: left;padding: 5px;} .service_box ul li .box{padding:70px 0px;background: #f0f0f0;text-align: center;transition: all .3s linear; } .service_box ul li .title{font-size: 28px;color: #000000;line-height: 74px;font-weight: bold;} .service_box ul li .desc{font-size: 14px;color: #777777;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .service_box ul li:hover .box{background:#1d5591;} .service_box ul li:hover .title{color: #FFFFFF;} .service_box ul li:hover .desc{color: #FFFFFF;} @media only screen and (max-width:1600px){ .service_box{width: 100%;} .service_box ul li .box{padding:60px 0px;} } @media only screen and (max-width:1440px){ .service_box{width: 100%;} .service_box ul{margin: 80px 0px;} .service_box ul li .title{font-size: 26px;line-height: 64px;} } @media only screen and (max-width:1200px){ .service_box ul{margin: 70px 0px;} .service_box ul li{width: 25%;} } @media only screen and (max-width:1024px){ .service_box ul{margin: 60px 0px;} .service_box ul li{width: 33.33333%;} } @media only screen and (max-width:768px){ .service_box ul{margin: 50px 0px;} .service_box ul li{width: 50%;} .service_box ul li .box{padding: 50px 10px;} .service_box ul li .title{font-size: 22px;line-height: 54px;} } @media only screen and (max-width:420px){ .service_box ul{margin: 40px 0px;} .service_box ul li{width: 100%;} .service_box ul li .box{padding: 40px 10px;} .service_box ul li .title{font-size: 20px;line-height: 46px;} } /*专家列表*/ .experts_box{width: 1600px;margin: 0px auto;margin-top: 60px;margin-bottom: 60px; overflow: hidden;} .experts_box .expert_nav{width: 382px;float: left;background: #f9f9f9;} .experts_box .expert_nav li{position: relative; line-height: 60px;height: 60px;overflow: hidden; border-bottom: 1px solid #d8e0e8; text-indent: 2em;} .experts_box .expert_nav li .title{float: left; width: 250px;font-size: 16px;color: #747474;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .experts_box .expert_nav li .arrow{position: absolute;top: 0px;right: 0px; width: 60px;height: 60px;background: url("../images/ny_nav_arrow.png") center center no-repeat;background-size: 100% 100%;} .experts_box .expert_nav li:nth-child(1){line-height: 80px;height: 80px; margin-bottom: 10px;} .experts_box .expert_nav li:nth-child(1) .arrow{ width: 80px;height: 80px;} .experts_box .expert_nav li:hover{background: #045eb5;} .experts_box .expert_nav li:hover .title{color: #FFFFFF;} .experts_box .expert_nav li:hover .arrow{background: url("../images/ny_nav_arrow_on.png") center center no-repeat;} .experts_box .expert_nav li.on{background: #045eb5;} .experts_box .expert_nav li.on .title{color: #FFFFFF;} .experts_box .expert_nav li.on .arrow{background: url("../images/ny_nav_arrow_on.png") center center no-repeat;} .experts_box .expert_nav li.x{line-height: 50px;height: 50px;} .experts_box .expert_nav li.x .arrow{ width: 50px;height: 50px;} .experts_box .expertlists{width: calc( 100% - 400px );float:right;} .experts_box .expertlists ul{overflow: hidden;} .experts_box .expertlists ul li{float: left;width: 23%;margin:1%; border: #efefef solid 1px; text-align: center;} .experts_box .expertlists ul li div.img_box img{ height: 274px;} .experts_box .expertlists ul li .con_box{overflow: hidden;} .experts_box .expertlists ul li .title{font-size: 18px;color:#333333; height: 48px; line-height: 48px; text-align: center;} .experts_box .expertlists ul li .job{float: right;width:60%;text-align: right; font-size:14px;color: #acacac;line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} @media only screen and (max-width:1600px){ .experts_box{width: 100%;box-sizing: border-box;padding: 0px 20px;} } @media only screen and (max-width:1440px){ .experts_box .expert_nav{width: 322px;} .experts_box .expertlists{width: calc( 100% - 340px );} .experts_box .expertlists ul li div.img_box img{ height: 204px;} .experts_box .expertlists ul li .title{font-size: 16px;} } @media only screen and (max-width:1200px){ .experts_box .expert_nav{width: 302px;} .experts_box .expertlists{width: calc( 100% - 330px );} } @media only screen and (max-width:1024px){ .experts_box .expertlists ul li{float: left;width: 31%;} } @media only screen and (max-width:768px){ .experts_box .expert_nav{width: 100%;} .experts_box .expertlists{width: 100%;margin-top: 30px;} .experts_box .expert_nav li .title{width: auto;} } @media only screen and (max-width:375px){ .experts_box .expertlists ul li{width: 100%;} } /*专家详细*/ .expert_info{width: 27%;float: left;background: #f2f2f2;} .expert_info .box{padding: 35px;text-align: center;} .expert_info .expert_img{width: 100%;height: auto;display: block;margin-bottom: 20px;} .expert_info .title{font-size: 18px;color:#1f1f1f;font-weight: bold;line-height: 48px;} .expert_info .job{font-size: 14px;color: #afafaf;line-height: 30px;} .expert_info .more{margin: 0px auto; margin-top: 40px; width: 80%;height: 66px;text-align: center;overflow: hidden;background:#045eb5;border-radius: 33px;} .expert_info .more .icon{height: 100%; display: inline-block;vertical-align: top; } .expert_info .more .title{height: 100%;line-height: 66px;display: inline-block;vertical-align: top;color: #FFFFFF;font-size: 18px;} .expert_detail{width: 74%;float: right;background: #f2f2f2; min-height: 1220px;} .expert_detail .box{padding: 45px;} .expert_detail .top_box{overflow:hidden;padding-bottom: 35px;border-bottom: 1px solid #d7d7d7;} .expert_detail .top_box .depart_box{float:left;overflow: hidden;} .expert_detail .top_box .depart_box .icon_box{float: left;margin-right: 35px;height: 300px;} .expert_detail .top_box .depart_box .icon_box img{max-height: 100%;max-width: 300px;display: block;} .expert_detail .top_box .depart_box .con_box{float: left;padding: 12px 0px;} .expert_detail .top_box .depart_box .con_box .tips{font-size: 26px;color: #045eb5;line-height: 22px;margin-bottom: 15px;} .expert_detail .top_box .more_box{float:right;} .expert_detail .top_box .more_box a{margin-top:10px; display: block; width: 130px;height: 56px;line-height: 56px;text-align: center;color: #FFFFFF;border-radius: 28px;background: #045eb5;} .expert_detail .detail{font-size: 16px;color: #1d1d1d;line-height: 28px;padding: 50px 0px;} .detail strong {color: #003c95; font-size: 16px; display: block; margin: 2% 0; } @media only screen and (max-width:1366px){ .expert_detail{width: 72%;} } @media only screen and (max-width:1200px){ .expert_info .box{padding: 25px;} .expert_info .expert_img{margin-bottom: 15px;} .expert_info .title{font-size: 17px;line-height: 40px;} .expert_info .more{margin-top: 30px;margin-bottom: 20px;height: 56px;} .expert_info .more .title{line-height: 56px;} .expert_detail{width: 70%;} .expert_detail .box{padding: 40px;} .expert_detail .top_box{padding-bottom: 30px;} .expert_detail .top_box .depart_box .icon_box{height: 70px;} .expert_detail .top_box .depart_box .con_box{padding: 9px 0px;} .expert_detail .detail{padding: 40px 0px;} .expert_detail .top_box .more_box a{height: 50px;line-height: 50px;margin-top: 10px;border-radius: 25px;} } @media only screen and (max-width:1024px){ .expert_info{width: 30%;} .expert_info .box{padding: 20px;} .expert_info .expert_img{margin-bottom: 12px;} .expert_info .title{font-size: 16px;line-height: 40px;} .expert_info .more{margin-top: 25px;margin-bottom: 20px;} .expert_info .more{height: 50px;} .expert_info .more .title{line-height: 50px;font-size: 16px;border-radius: 25px;} .expert_detail{width: 68%;} .expert_detail .box{padding: 35px;} .expert_detail .top_box{padding-bottom: 25px;} .expert_detail .top_box .depart_box .icon_box{height: 200px;} .expert_detail .top_box .depart_box .con_box{padding: 6px 0px;} .expert_detail .top_box .depart_box .con_box .title{font-size: 20px;} .expert_detail .detail{padding: 30px 0px;font-size: 15px;} .expert_detail .top_box .more_box a{height: 46px;line-height: 46px;margin-top: 10px;border-radius: 23px;} } @media only screen and (max-width:768px){ .expert_info{width: 100%;margin-bottom: 30px;} .expert_info .box{padding: 35px;} .expert_detail{width: 100%; min-height: auto;} .expert_detail .box{padding: 35px;} } @media only screen and (max-width:480px){ .experts_box{padding: 0px 10px;margin: 40px auto;} .expert_info .box{padding: 20px;} .expert_detail .box{padding: 25px;} .expert_detail .top_box .depart_box{width: 100%;text-align: center;margin-bottom: 20px;} .expert_detail .top_box .depart_box .icon_box{float: none; display: inline-block;vertical-align: middle;margin-right: 20px;} .expert_detail .top_box .depart_box .con_box{float: none;display: inline-block;vertical-align: middle;text-align: left;} .expert_detail .top_box .more_box{width: 100%;} .expert_detail .top_box .more_box a{width: 80%;margin: 0px auto;} .expert_detail .detail{padding: 20px 0px;font-size: 14px;} } /*PC导航logo和菜单 重合时 切换成小导航栏*/ @media only screen and (max-width:1300px ) { .tools_box{display: none;} } @media only screen and (max-width:1024px ) { /*头部显示样式*/ .d_nav{display: none;} .tools_box{display: none;} .header .content{text-align: center;padding: 0px;height: 60px;} .header .content .logo{float: left;display:block;height: 40px;margin: 10px 0px;margin-left: 20px; padding: 0px;} .nav_btn{display: block;width: 60px;height: 60px;} .banner{margin-top: 60px;} .ny_main{margin-top: 60px;} #t-ban .swiper-button-prev,#t-ban .swiper-button-next{display: none;} } /*css flickr style pagination*/ div.flickr { padding:40px 0px 40px 0px;margin:0px; text-align:center; font-family:arial; font-size:14px;font-family:simhei,simsun; } div.flickr a{width:40px;height: 40px;line-height:40px;transition: all 0.3s linear;} div.flickr a { border: 1px solid #cbcbcb ; border-radius: 2px; color: #666666; margin-right: 5px; text-decoration: none;display:inline-block; } div.flickr a:hover { border: #045eb5 1px solid; background: #045eb5; color: #fff; } div.meneame a:active { border: #045eb5 1px solid; background: #045eb5; color: #fff; } div.flickr span{width:40px;height: 40px;line-height:40px;transition: all 0.3s linear;} div.flickr span.current { border-radius: 2px; background: #045eb5;border: 1px solid #045eb5 ; color: #fff; margin-right: 5px; display:inline-block; } div.flickr span.disabled { border: 1px solid #cbcbcb ;border-radius: 2px; color: #666666; margin-right: 5px; display:inline-block;background: #f2f2f2; } /*招聘*/ .jbs_tb_1{ margin-left:250px;margin-bottom: 60px;} .jbs_tb_1 th{ text-align:right; font-weight:bold; padding-right:10px; font-size:14px; font-weight:bold;} .jbs_txt{ width:300px; height:40px; border:1px solid #CCCCCC; font-size:15px; line-height:40px; padding:0 5px;background: #FFFFFF;margin: 10px 0px;} .jbs_txt:focus{ border:1px solid #045eb5;} .jbs_txtarea{ width:500px;margin-top: 10px; height:150px; border:1px solid #CCCCCC; font-size:15px; padding:5px;background: #FFFFFF;} .jbs_txtarea:focus{ border:1px solid #045eb5;} .jbs_age{ width:80px;} .jbs_tel{ width:150px;} .jbs_hong{ color:#f00;} .jbs_submit{width: 120px; height:40px; text-align:center; margin: 10px auto; line-height:40px; color:#333333; font-size:15px; font-weight:bold; border:0px; cursor:pointer; background:#cbcccc;} .jbs_submit:hover{ background:#045eb5; color:#FFF;transition: all .4s linear 0s;} .jobsub_box{width: 500px;margin: 40px auto;} .jobsub_box .item{overflow: hidden;text-align: center;} .jobsub_box .item .title{width: 20%;text-align: right;line-height:40px;float: left;} .jobsub_box .item .input{width: 80%;line-height: 40px; float: right;text-align: left;} .jobsub_box .item .input .jbs_txt{width: 90%;} .jobsub_box .item .input .jbs_txtarea{width: 90%;} .jobsub_box .item .input .jbs_age{width: 100px;} @media only screen and (max-width:640px ) { .jobsub_box{width: 100%}; } @media only screen and (max-width:400px ) { .jobsub_box .item .title{width: 30%;} .jobsub_box .item .input{width: 70%;} } .search_bg {width:100%; height:100%; overflow:hidden; position:fixed; top:0px; left:0px; background-color: rgba(0,0,0,0.88) !important; background-color: #000; filter: alpha(opacity=88); z-index:2222222223; display:none;} .search_bg ul { width:33%; height:auto; overflow:hidden; margin:15% auto auto auto;} .search_bg ul li { float:left;} .search_bg ul li.li1 { width:80%;} .search_bg ul li.li2 { width:20%;} .search_bg input[type='text'] { width:100%; height:70px; line-height:70px; border:1px solid #CCC; padding:5px 0px 5px 20px; font-size:17px; background-color:#FFF;} .search_bg input::-webkit-input-placeholder { /* WebKit browsers */ color:#c6c6c6; } .search_bg input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#c6c6c6; opacity:1; } .search_bg input::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#c6c6c6; opacity:1; } .search_bg input:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#c6c6c6; } .search_bg input[type='submit'] { width:100%; height:70px; border:0px; background-color:#045eb5; cursor:pointer; font-size:17px; color:#fff;} .pf{ position:fixed; bottom:0px; right:0px; z-index:66;width:80px;} .pf1 .qq2{ display:none;} .pf1:hover .qq2{ display:block;} .pf1:hover .qq1{ display:none;} .pf2{ display:none; z-index:66; width:50px;} @media only screen and (max-width:768px ) { .pf1{ display:none;} .pf2{ display:block;} }