@import "font-awesome.css";
@import "michuan.css";
@import "slick.css";
@import "animate.css";
@import "banner.css";
*{box-sizing:border-box}
.wrap{width:1620px;margin:0 auto;}
.wrap-1300{width:1300px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}

.top{height:40px;background:#000000;}
.top .wrap{align-items: center;}
.top .txt{font-size:14px;color:#FFFFFF;font-family: 'Roboto-Regular';}
.top .txt a{color:#fff;}
.top .info{height:40px}
.top .info .ico{align-items: center;}
.top .info .ico a{position: relative;color:#FFFFFF;font-size:18px;margin-right:20px}
.top .info .ico a:after{content:"";width:1px;height:18px;background:#4D4D4D;position: absolute;right:-10px;top:50%;margin-top:-9px;}
.top .info .ico a:hover{color:#1E49A7}
.top .info .lang{position: relative;display:flex;align-items:center}
.top .info .lang h3{display:flex;align-items: center;cursor: pointer;}
.top .info .lang h3 span{margin:0 8px;font-size:16px;color:#FFFFFF;}
.top .info .lang h3 i{transition-duration:.8s;font-size:20px;color:#fff}
.top .info .lang:hover h3 i{transform: rotate(180deg);}
.top .info .lang .sub{z-index:99999999;transform: scaleY(0);transform-origin: top;transition:transform 0.6s ease-in-out;padding-bottom:10px;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:40px;background:#000000;width:100%}
.top .info .lang .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;;display:flex;align-items: center;padding:8px 0;color:#fff;margin:0 8px;border-bottom:1px solid #E9E9E9;font-size:15px}
.top .info .lang .sub a img{margin-right:5px;height:15px;}
.top .info .lang .sub a:hover{color:#1E49A7}
.top .info .lang:hover .sub{transform: scaleY(1);}

.header{transition-duration:.6s;height:80px;position:sticky;top:0;left:0;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1)}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:80px;}
.header .header-left .logo{margin-right:50px;}
.header .header-left .item h3 a{font-family: 'Barlow-Bold';font-size:20px;}
.header .header-left .item{margin-right:35px;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:16pxpx;}
.header .header-right .item{margin-right:25px;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .ico{align-items: center;}
.header .header-right .ico a{margin-left:25px}
.header .item{display:flex;height:80px;align-items: center;}
.header .item h3 a{color:#000000;text-transform:uppercase;}
.header .item h3 a:hover,.header .on h3 a{color:#1E49A7}
.header .sub{z-index:2;transform: scaleY(0);transform-origin: top;transition:transform 0.6s ease-in-out;transition-duration:.6s;position: fixed;top:120px;left:0;width:100%;border-top:5px solid #1E49A7;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.1)}
.header .sub .wrap{display:flex;padding:25px 90px 40px;}
.header .sub .p{padding-right:37px;border-right:1px solid #DBDBDB;margin-right:37px;}
.header .sub .p:last-child{padding-right:0;border:0;margin-right:0;}
.header .sub .p .txt{text-transform:uppercase;transition-duration:.6s;padding:12px 0 9px;text-align:center;line-height:24px;;font-size:24px;color:#0B0B0B;font-family: 'Barlow-ExtraBold'; font-style: italic}
.header .sub .p:hover .txt{color:#1E49A7}
.header .pro_sub .p{padding:20px 80px 0 80px;margin-right:0}
.header .pro_sub .p .pic{text-align:center}
.header .pro_sub .p .pic img{height:100px;width:100px}
.header .pro_sub .p .pic .active{display:none;}
.header .pro_sub .p .txt{max-width:200px}
.header.height .sub{top:80px}
.header .item:hover .sub{transform: scaleY(1);}
.header .pro_sub .p:hover .pic img{display:none;}
.header .pro_sub .p:hover .pic .active{display:block}
.header .pro_sub .p:hover .pic .active img{display:block;margin:0 auto;}

.banner{position: relative;}
.banner img{width:100%;}

.footer{color:#fff;background:url(../images/footer_bg.jpg) no-repeat bottom center;}
.footer .form{height:358px;background:url(../images/msg_bg.jpg) no-repeat center;flex-direction: column;display:flex;justify-content: center;align-items: center;}
.footer .form h2{margin-bottom:10px;font-style: italic;font-size:48px;font-family: 'Barlow-ExtraBold';}
.footer .form h3{margin-bottom:40px;font-size:18px;line-height:24px;text-align:center;;}
.footer .form p{margin-top:15px;font-size:14px;}
.footer .form form input{width:480px;height:50px;border-radius:8px 0 0 8px;padding:0 10px;color:#000}
.footer .form form .btn{transition-duration:.6s;border:0;cursor: pointer;border-radius:0 8px 8px 0;width:110px;height:50px;display:flex;justify-content: center;align-items: center;background:#1E49A7;color:#fff;}
.footer .form form .btn:hover{background:#000}
.footer .menu{padding:45px 0 80px;}
.footer .menu .item{width: calc(100% / 4 - 75px);margin-right:100px;}
.footer .menu .item h3{padding-bottom:20px;font-style: italic;font-size:24px;border-bottom:1px solid #4F4E4F;font-family: 'Barlow-ExtraBold'}
.footer .menu .item .sub a{display:block;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;color:#fff;}
.footer .menu .item .sub a:hover{padding-left:10px;}
.footer .menu .item:last-child{margin-right:0}
.footer .menu .item:last-child .sub{display:flex;flex-wrap:wrap;}
.footer .menu .item:last-child a{width:50%;display:flex;}
.footer .menu .item:last-child a .i{width:30px;}
.footer .menu .item:last-child a span{width: calc(100% - 30px);}
.footer .bottom{padding:40px 0 60px;border-top:1px solid #111010}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF}

.pc-menu{margin-bottom:60px;display:flex;}
.pc-menu .item{display:flex;align-items: center;height:60px;margin-right:60px;position: relative;}
.pc-menu .item:after{width:60px;height:60px;opacity:0;background:#D2DBED;border-radius:100%;content:"";position: absolute;left:0;top:0;z-index:-1}
.pc-menu .item a{text-transform:uppercase;padding-left:25px;font-size:24px;color:#000000;font-family: 'Barlow-ExtraBold';font-style: italic;}
.pc-menu .item:last-child{margin-right:0px;}
.pc-menu .item.on:after{opacity:1;}
.pc-menu .item.on a,.pc-menu .item a:hover{color:#1E49A7}

.list-events .list .item{width:32%;margin:0 2% 60px 0;}
.list-events .list .item:nth-child(3n){margin-right:0;}
.list-events .list .item .pic{border-radius:10px;}
.list-events .list .item .pic img{border-radius:10px;}
.list-events .list .item .txt h3{margin:30px 0 15px;font-size:18px;color:#1E49A7}
.list-events .list .item .txt p{display:flex;align-items: center;color:#0B2042;border-bottom:1px solid #DBDEE3;font-size:14px;height:40px;}

.list-news .list .item{margin-bottom:75px;}
.list-news .list .item h2{font-size:18px;color:#1E49A7;padding-bottom:14px;border-bottom:1px solid #CED2D9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list-news .list .item p{margin:23px 0 19px;font-size:16px;line-height:24px;color:#000000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.list-news .list .item span{transition-duration:.6s;color:#1E49A7;border-bottom:1px solid #1E49A7}
.list-news .list .item:hover span{margin-left:10px;}
.list-news .sidebar{width:35%}
.list-news .sidebar .list .item{margin-bottom:50px;}
.list-news .sidebar .t{margin-bottom:44px;display:flex;align-items: center;}
.list-news .sidebar .t h2{margin-left:10px;font-size:42px;color:#0B0B0B;font-family: 'Barlow-ExtraBold';font-style: italic;line-height:38px}
.list-news .paging{text-align:left;}
.list-news .content{width:60%}
.list-news .content .show .t h2{font-size:18px;color:#1E49A7;line-height:24px;}
.list-news .content .show .t .time{padding:20px 0 17px;color:#0B2042;opacity:.5;font-size:16px;}
.list-news .content .show .c{margin-bottom:30px;padding:30px 0;color:#000000;font-size:16px;line-height:24px;border-top:1px solid #CED2D9;border-bottom:1px solid #CED2D9;}
.list-news .content .show .m .top_bottom_page p,.list-news .content .show .m .top_bottom_page p a{font-size:16px;color:#000000;line-height:24px;}
.list-news .content .show .m .top_bottom_page p a:hover{color:#1E49A7}
.list-news .content .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:#1E49A7;color:#fff;font-size:18px;justify-content: center;}
.list-news .content .show .m .btn img{margin-right:5px}
.list-news .content .show .m .btn:hover{border-radius:30px}

.list-download .t{margin-bottom:40px;font-size:40px;color:#000000;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-download .list .item{margin-bottom:25px;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:20px 40px 20px 30px;box-shadow: 0 5px 10px rgba(0,0,0,0.12);border-radius:5px;}
.list-download .list .item .name{display:flex;width:80%;}
.list-download .list .item .name .i{width:40px;display:flex;align-items: center;}
.list-download .list .item .name .i i{transition-duration:.5s;height:22px;width:22px;background:#1E49A7;border-radius:22px;}
.list-download .list .item .name .info{width: calc(100% - 40px);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:18px;color:#0B2042}
.list-download .list .item .name .info p{transition-duration:.5s;background:url(../images/ico24.png) no-repeat left bottom 2px;padding:8px 0 0 15px;color:#0B2042;font-size:12px;opacity:.6;}
.list-download .list .item .more{display:flex;align-items: center;}
.list-download .list .item .more .ico{transition-duration:.5s;width:21px;height:21px;background:url(../images/ico25.png)}
.list-download .list .item .more .down{transition-duration:.5s;width:24px;height:21px;background:url(../images/ico26.png);margin-left:25px}
.list-download .list .item a:hover{background:#1E49A7}
.list-download .list .item a:hover .name .i i{background:url(../images/ico22.png)}
.list-download .list .item a:hover .name .info h3{color:#fff;}
.list-download .list .item a:hover .name .info p{background:url(../images/ico23.png) no-repeat left bottom 2px;color:#fff;opacity:.6}
.list-download .list .item a:hover .more .ico{background:url(../images/ico20.png)}
.list-download .list .item a:hover .more .down{background:url(../images/ico21.png)}

.list-contact .t{margin-bottom:30px;font-family:"Arial";font-weight:bold;color:#fff;font-size:100px;width:70px;height:70px;text-align:center;border-radius:100%;background:#1E49A7}
.list-contact .bd .sidebar{width:400px;}
.list-contact .bd .sidebar h2{font-size:40px;color:#000000;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contact .bd .sidebar p{font-size:16px;line-height:24px;color:#000000;margin:5px 0 60px}
.list-contact .bd .content{width: calc(100% - 520px);}
.list-contact .bd .content .txt .item{height:60px;display:flex;border-bottom:1px solid #CED2D9;align-items: center;;}
.list-contact .bd .content .txt .item .i{width:35px;padding-left:5px;}
.list-contact .bd .content .txt .item .p{width: calc(100% - 35px);font-size:16px;color:#000000}
.list-contact .bd .content .txt .item .p2{padding-left:89px;}
.list-contact .bd .content .form{padding-top:50px;color:#000000;}
.list-contact .bd .content .form .alt{margin-bottom:40px;}
.list-contact .bd .content .form .alt h2{display:flex;align-items:center;margin-bottom:15px;}
.list-contact .bd .content .form .alt h2 span{font-size:24px;margin-left:10px;color:#1E49A7;}
.list-contact .bd .content .form .alt p{font-size:16px;line-height:24px;}
.list-contact .bd .content .form .input_item .p{width:47%}
.list-contact .bd .content .form .text_item{margin:25px 0 22px;}
.list-contact .bd .content .form .end_item{align-items:flex-end}
.list-contact .bd .content .form .input-code{position:relative;width:47%}
.list-contact .bd .content .form .input-code img{position:absolute;right:1px;bottom:1px;height:44px;cursor:pointer;}
.list-contact .bd .content .form form h3{font-size:18px;color:#000000;margin-bottom:16px;}
.list-contact .bd .content .form form input{color:#000;width:100%;height:46px;line-height:46px;padding:0 15px;font-size:16px;background:none;border:1px solid #000000;}
.list-contact .bd .content .form form textarea{color:#000;width:100%;font-size:16px;background:none;border:1px solid #000;;line-height:30px;min-height:110px;padding:0 15px;}
.list-contact .bd .content .form .btn{transition-duration:.5s;cursor:pointer;background:#1E49A7;height:47px;display:flex;justify-content:center;align-items:center;width:150px;}
.list-contact .bd .content .form .btn span{color:#fff;margin-left:10px}
.list-contact .bd .content .form .btn:hover{border-radius:40px}

.list-pro .list .item{width: calc(100% / 4 - 30px);margin:0 40px 60px 0}
.list-pro .list .item:nth-child(4n){margin-right:0}
.list-pro .list .item .pic{border:1px solid #D3D3D3}
.list-pro .list .item .txt{position: relative;padding:25px 5px 0 5px;font-size:18px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-pro .list .item .txt img{position:absolute;right:5px;top:25px}
.list-pro .list .item .txt h3{color:#1E49A7;}
.list-pro .list .item .txt p{color:#090908;transition-duration:.6s;}
.list-pro .list .item .txt img{height:20px;width:21px}
.list-pro .list .item:hover .txt p{color:#1E49A7;}
.list-pro .title{color:#000000;font-family: 'Barlow-ExtraBold';font-style: italic;font-size:30px;padding:35px 0;}
.list-pro .desc{font-size:16px;color:#000000;line-height:24px;}
.list-pro .desc p{margin-bottom:20px}
.list-pro .desc table{display:flex;width:100%;}
.list-pro .desc table tbody{width:100%;display:flex;justify-content: space-between;flex-wrap:wrap;}
.list-pro .desc table tbody tr{width:48%;height:50px;border-bottom:1px solid #CCCCCC;align-items: center;display:flex;}
.list-pro .desc table tbody tr td{width:55%}
.list-pro .desc table tbody tr td:last-child{width:45%}
.list-pro .head .tupian_list{width:630px;}
.list-pro .head .tupian_list .datu{width:507px;border:1px solid #D3D3D3;}
.list-pro .head .tupian_list .datu img{width:100%;height:505px}
.list-pro .head .tupian_list .xiaotu{width:105px;}
.list-pro .head .tupian_list .xiaotu li{width:105px;margin-bottom:10px;height:105px;border:1px solid #D3D3D3;display:flex;align-items: center;justify-content: center;}
.list-pro .head .tupian_list .xiaotu .btn a{width:50%;height:45px;display:flex;align-items: center;justify-content: center;background:#000000;color:#fff;cursor: pointer;text-align:center;font-size:20px}
.list-pro .head .tupian_list .xiaotu .btn a:last-child{background:#1E49A7}
.list-pro .head .info{width: calc(100% - 670px);flex-wrap:wrap;display:flex;align-content:space-between;}
.list-pro .head .info .t{border-bottom:1px solid #CCCCCC;padding:10px 0 18px;font-size:18px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-pro .head .info .t h3{color:#1E49A7;}
.list-pro .head .info .t p{color:#090908;}
.list-pro .head .info .nav{padding-top:20px;display:flex}
.list-pro .head .info .nav a{width:44px;height:44px;background:#131A24;display:flex;justify-content: center;align-items: center;margin-left:8px;border-radius:4px;}
.list-pro .head .info .nav a:hover{background: #1E49A7;}
.list-pro .head .info .nav .message_btn{cursor: pointer;border-radius:4px;width:150px;height:44px;display:flex;justify-content: center;align-items: center;background:#1E49A7;color:#fff;text-transform:uppercase;}
.list-pro .head .info .nav .message_btn img{margin-right:8px;height:18px}
.list-pro .head .info .info-m,.list-pro .head .info .info-t{width:100%;}
.list-pro .head .info .info-m{padding:25px 0 10px;border-top:1px solid #CCCCCC}
.list-pro .head .info .info-m span{color:#0B2042}
.list-pro .head .info .info-m .ico{display:flex;}
.list-pro .head .info .info-m .ico a{height:16px;font-size:17px;padding-left:10px;margin-left:10px;border-left:1px solid #B2B2B2;display:flex;align-items: center;}
.list-pro .head .info .info-m .ico a:first-child{padding:0;border:0;margin:0;}

.list-job .t{margin-bottom:40px;text-transform:uppercase;font-size:40px;color:#000000;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-job .list .item{margin-bottom:50px;}
.list-job .list .item .info{width: calc(100% - 130px);}
.list-job .list .item .info h3{transition-duration:.5s;font-size:18px;color:#000000;padding:15px 0 30px}
.list-job .list .item .info .desc{margin-bottom:25px;display:flex;}
.list-job .list .item .info .desc p{margin-right:60px;}
.list-job .list .item .info .desc p:last-child{margin-right:0;}
.list-job .list .item .info .desc p img{margin-right:8px}
.list-job .list .item .info .desc p span{color:#000000;font-size:14px;margin-right:30px;}
.list-job .list .item .info .desc p span:last-child{margin-right:0;}
.list-job .list .item .btn{cursor: pointer;width:115px;height:40px;display:flex;justify-content: center;align-items: center;border-radius:5px;color:#fff;background:#0D329C;;}
.list-job .list .item .btn img{margin-right:5px;}
.list-job .list .item .btn span{font-size:14px;}
.list-job .list .item .more{padding-top:15px;border-top:1px solid #DBDEE3;width:100%;}
.list-job .list .item .more span{transition-duration:.5s;font-size:14px;color:#338BCF;border-bottom:1px solid #338BCF}
.list-job .list .item:hover a .info h3{color:#0D329C;}
.list-job .list .item:hover a .more span{margin-left:10px}
.list-job .content{margin-top:-30px;color:#000000;font-size:14px;line-height:30px}
.list-job .content h3{font-size:18px;color:#0B2042;margin-bottom:15px;}

.job-pop{flex-direction: column;position: fixed;display:none;;justify-content: center;align-items: center;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:9999999}
.job-pop .hd{height:80px;width:900px;padding:0 35px;background:#1E49A7;align-items: center;;}
.job-pop .hd .name{color:#FFFFFF;font-size:18px}
.job-pop .hd .del{cursor: pointer;}
.job-pop .bd{width:900px;padding:35px;background:#fff;}
.job-pop .bd input,.job-pop .bd textarea{width:100%;display:block;padding:0 20px;border-radius:4px;margin-bottom:20px;border:1px solid #000000;font-size:14px;color:#000000;}
.job-pop .bd input:hover,.job-pop .bd textarea:hover{border-color:#1E49A7}
.job-pop .bd input{height:50px;display:flex;align-items: center;;}
.job-pop .bd textarea{min-height:180px;padding:10px 20px;line-height:30px}
.job-pop .bd .btn{transition-duration:.6s;width:160px;height:50px;border-radius:4px;background:#1E49A7;display:flex;justify-content: center;align-items: center;margin:0 auto;cursor: pointer;color:#fff;;}
.job-pop .bd .btn img{height:16px;width:16px;margin-left:8px}
.job-pop .bd .btn:hover{border-radius:30px;}

.list-about .bd .data{width:620px;}
.list-about .bd .data ul li{margin-top:70px;color:#000000}
.list-about .bd .data ul li h3{font-size:60px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-about .bd .data ul li p{max-width:200px;text-transform:uppercase;font-size:18px;line-height:19px;}
.list-about .bd .data ul li:hover{color:#1E49A7}
.list-about .bd .body{width: calc(100% - 670px);color:#000000;}
.list-about .bd .body h2{text-transform:uppercase;font-size:42px;color:#363636;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-about .bd .body h2 span{color:#1E49A7}
.list-about .bd .body p{font-size:16px;line-height:24px;margin-bottom:15px}
.list-about .bd .body hr{border:0;border-top:1px solid #D9D9D9;margin:35px 0;}

.advantage{position: relative;}
.advantage .slider-for .item{position: relative;}
.advantage .slider-for .item .txt{color:#FFFFFF;position: absolute;left:0;top:0;width:100%;height:100%;z-index: 1;;}
.advantage .slider-for .item .txt h3{text-transform:uppercase;padding:50px 0;font-size:42px;line-height:38px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.advantage .slider-for .item .txt p{font-size:18px;line-height:26px;max-width:600px;}
.advantage .slider-nav{height:200px;border-top:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.3);z-index: 2;;position: absolute;left:0;bottom:0;width:100%;}
.advantage .slider-nav .slick-track{width:100% !important;transform:none !important;display:flex;height:199px;}
.advantage .slider-nav .item{width: calc(100% / 4 - 30px);margin-right:30px;display:flex;justify-content: center;align-items: center;color:#fff;font-size:24px;font-family: 'Barlow-ExtraBold';font-style: italic;cursor: pointer;line-height:26px;flex-direction: column;}
.advantage .slider-nav .item h3{height:52px;display:flex;width:100%;}
.advantage .slider-nav .item p{overflow:hidden;width:100%;height:3px;margin-top:15px;background:#FFFFFF;position: relative;}
.advantage .slider-nav .item:last-child{margin-right:0;}
.advantage .slider-nav .item p:after{width:100%;height:3px;background:#1E49A7;content:"";left:-100%;top:0;position: absolute;}
.advantage .slider-nav .item.slick-current p:after{transition: left 5s cubic-bezier(0.42, 0, 0.58, 1);left:0;}

.about .pic{display:flex;flex-wrap:wrap;padding-bottom:30px;}
.about .pic .item{width:32%;margin:0 2% 30px 0;padding:10px;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.15);}
.about .pic .item:nth-child(3n){margin-right:0;}
.about h2{margin-bottom:50px;font-size:42px;color:#0B0B0B;line-height:38px;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.about .txt p{font-size:16px;line-height:24px;color:#0B0B0B;margin-bottom:35px;}

.index-banner{position:relative;overflow:hidden;}
.index-banner .slick-dots{bottom:50px}
.index-banner .slick-dots li{background:#fff;width:16px;border:0;transition-duration:.6s;position:relative;border-radius:16px;margin:0 16px 0 0;height:16px;opacity:1;}
.index-banner .slick-dots li button{display:none;}
.index-banner .slick-dots li.slick-active{background:#1E49A7;width:35px}
.index-banner .prev,.index-banner .next{transition-duration:.5s;width:39px;height:39px;opacity:.2;cursor: pointer;position:absolute;top:50%;margin-top:-18px;cursor:pointer;}
.index-banner .prev{left:80px;background:url(../images/ico33.png) no-repeat center center}
.index-banner .next{right:80px;background:url(../images/ico34.png) no-repeat center center}
.index-banner .prev:hover,.index-banner .next:hover{opacity:1;}

.index-about{padding:70px 0 200px;position: relative;}
.index-about:after{width:480px;height:604px;background:url(../images/ico35.png) no-repeat;content:"";position: absolute;right:0;top:30px;z-index: -1;}
.index-about .pc-menu .item{margin-right:30px}
.index-about .t{margin-bottom:35px}
.index-about .t h2{text-transform:uppercase;font-size:42px;color:#363636;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-about .t h2 span{color:#1E49A7}
.index-about .t p{font-size:18px;color:#0B0B0B;margin-top:8px;}
.index-about .bd{height:523px;background:url(../images/about_bg.png) no-repeat top center;}
.index-about .bd .btn{width:150px;margin:0 auto;position: relative;top:-75px;height:150px;border:10px solid #fff;border-radius:100%;display:flex;justify-content: center;align-items: center;cursor: pointer;;background:#1E49A7;}
.index-about .bd .txt{display:flex;justify-content: flex-end;color:#fff;margin-top:-75px}
.index-about .bd .txt .box{width:650px;padding-right:30px;}
.index-about .bd .txt .box h2{font-size:36px;margin-bottom:35px;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-about .bd .txt .box p{font-size:16px;line-height:24px;}
.index-about .bd ul{width: calc(100% - 60px);margin-top:120px;height:200px;border-radius:10px;background:#fff;display:flex;}
.index-about .bd ul li{width:25%;color:#000000;display:flex;align-items: center;justify-content: center;}
.index-about .bd ul li h3{font-size:60px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-about .bd ul li p{font-size:18px;text-transform:uppercase;max-width:200px}
.index-about .bd ul li:last-child{color:#fff;background:#1E49A7;border-radius: 0 10px 10px 0;}

.index-type .hd{width:400px;display:flex;align-items: center;color:#0B0B0B;}
.index-type .hd h2{font-size:42px;line-height:38px;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-type .hd p{font-size:18px;line-height:24px;margin-top:30px}
.index-type .bd{width: calc(100% - 400px);}
.index-type .bd .p{width: calc(100% / 3);padding:20px 80px;border-left:1px solid #DBDBDB;margin-right:0}
.index-type .bd .p .pic{text-align:center}
.index-type .bd .p .pic img{height:150px;width:150px}
.index-type .bd .p .pic .active{display:none;}
.index-type .bd .p .txt{margin:0 auto;max-width:200px;text-transform:uppercase;transition-duration:.6s;padding:12px 0 9px;text-align:center;line-height:24px;;font-size:24px;color:#0B0B0B;font-family: 'Barlow-ExtraBold'; font-style: italic}
.index-type .bd .p:hover .txt{color:#1E49A7}
.index-type .bd .p:hover .pic img{display:none;}
.index-type .bd .p:hover .pic .active{display:block}
.index-type .bd .p:hover .pic .active img{display:block;margin:0 auto;}

.index-ad{padding:90px 0;background:#E5E5E5}
.index-ad .max{margin-bottom:40px;background:#FFFFFF;}
.index-ad .max .pic{width:67.5%}
.index-ad .max .txt{width:32.5%;display:flex;justify-content: center;align-items: center;padding:0 10px 0 50px;}
.index-ad .max .txt h2{text-align:center;font-size:48px;color:#1E49A7;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-ad .max .txt h3{margin-bottom:60px;font-size:36px;color:#363636;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-ad .max .txt h4{margin-bottom:13px;font-size:24px;color:#090908;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-ad .max .txt p{font-size:16px;line-height:24px;color:#090908;}
.index-ad .max .txt .btn{transition-duration:.6s;margin:50px auto 0;display:flex;justify-content: center;align-items: center;width:180px;height:60px;background:#1E49A7;border-radius:8px;color:#fff;font-size:16px;;}
.index-ad .max .txt .btn span{margin-right:10px;}
.index-ad .max a:hover .txt .btn{border-radius:40px}
.index-ad .min .item{width: calc(50% - 20px);background:#fff;}
.index-ad .min .item .txt{height:100px;padding:0 30px;align-items: center;}
.index-ad .min .item .txt .name{align-items: center;font-size:18px;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-ad .min .item .txt h2{color:#1E49A7;}
.index-ad .min .item .txt h3{color:#090908;}
.index-ad .min .item .txt .btn{transition-duration:.6s;display:flex;justify-content: center;align-items: center;width:135px;height:45px;background:#1E49A7;border-radius:8px;color:#fff;font-size:15px;}
.index-ad .min .item .txt .btn span{margin-right:10px;}
.index-ad .min .item:hover .txt .btn{border-radius:40px}

.index-pro .hd{margin-bottom:50px;}
.index-pro .hd .name,.index-pro .hd .more{align-items: center;}
.index-pro .hd .name h2{font-size:42px;color:#0B0B0B;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.index-pro .hd .name a{background:#1E49A7;margin-left:25px;width:125px;height:35px;display:flex;background:#1E49A7;border-radius:30px;color:#fff;justify-content: center;align-items: center;}
.index-pro .hd .more a{width:32px;height:32px;display:flex;justify-content: center;color:#fff;align-items: center;margin-left:10px;background:#000000;border-radius:32px;font-size:24px;}
.index-pro .hd .more a:hover{background:#1E49A7}

@media (max-width: 1620px){
    .wrap{width:98%}
}

@media (max-width: 1300px){
    .advantage .slider-for .item .txt h3{padding:20px 0}
    .advantage .slider-nav .item{font-size:18px;}
    .wrap-1300{width:98%}
    .index-type .bd .p{padding:20px}
    .index-ad .max .txt h3{font-size:26px;margin-bottom:30px}
    .index-ad .max .txt h4{font-size:18px;margin-bottom:8px;}
    .index-ad .max .txt .btn{margin-top:20px}
}

@media screen and (max-width:992px) {
    .index-banner .prev, .index-banner .next,.click_qrcode,.list-pro .head .tupian_list,.list-news .content .show .m .btn,.advantage .slider-nav,.list-job .list .item .more, .list-download .list .item .more,.top,.header,.pc-menu{display:none !important;}
    .index-ad .max .pic,.index-ad .max .txt,.index-type .bd,.index-type .hd,.index-about .bd ul,.index-about .bd .txt .box,.list-pro .head .info,.list-contact .bd .content .form .input-code,.list-contact .bd .content .form .input_item .p,.list-contact .bd .sidebar,.list-contact .bd .content,.list-about .bd .data,.list-about .bd .body,.list-job .list .item .info,.list-events .list .item,.list-download .list .item .name,.footer .menu .item,.list-news .sidebar,.list-news .content,.wrap-1300,.wrap{width:100%;}
    .show-banner{display:block !important;overflow:hidden}
    .index-banner .slick-dots{bottom:10px}
    .index-about{padding:40px 10px 10px 10px;}
    .index-about .t h2{font-size:26px;line-height:34px;}
    .index-about .bd{padding:20px 0;height:auto;}
    .index-about .bd .btn{width:100px;height:100px;position: static;}
    .index-about .bd .txt{margin:0;padding-bottom:20px;}
    .index-about .bd .txt .box{padding:0;}
    .index-about .bd .txt .box h2{font-size:30px;margin:10px 0;}
    .index-about .bd .txt .box p{padding:0 10px}
    .index-about .bd ul{height:auto;padding:0;margin:0;flex-wrap:wrap;}
    .index-about .bd ul li{width:50%;padding:10px;}
    .index-about .bd ul li h3{font-size:20px;}
    .index-about .bd ul li p{max-width:100%;font-size:12px;}
    .index-about .bd ul li:first-child {color: #fff;background: #1E49A7;border-radius: 10px 0  0  10px;}
    .index-type .bd{overflow-x:auto;display:flex;white-space: nowrap;flex-wrap:nowrap;padding-top:20px;}
    .index-type .bd .p{width:auto;padding:0 20px}
    .index-type .bd .p:first-child{border:0}
    .index-type .bd .p .pic img{width:75px;height:75px}
    .index-type .bd .p .txt{max-width:100%;font-size:18px;}
    .index-ad,.main{padding:30px 10px}
    .index-ad .max{margin-bottom:0;}
    .index-ad .max .txt{padding:10px;}
    .index-ad .max .txt h2{font-size:32px}
    .index-ad .max .txt h3{font-size:20px;text-align:center;margin-bottom:15px}
    .index-ad .max .txt h4{font-size:15px;}
    .index-ad .max .txt p{font-size:14px;line-height:22px}
    .index-ad .max .txt .btn{margin:15px auto;height:40px;width:140px}
    .index-ad .min .item{width:100%;margin-top:15px}
    .index-ad .min .item .txt{height:auto;padding:10px;}
    .index-ad .min .item .txt .name{width: calc(100% - 120px);font-size:15px}
    .index-ad .min .item .txt .btn{width:100px;height:35px;font-size:12px;}
    .index-pro .hd{margin-bottom:20px}
    .index-pro .hd .name h2{font-size:24px}
    .index-pro .hd .more{width:100%;justify-content:flex-end;align-items: center;margin-top:20px;;}
    .list-pro .head .info .nav{padding:15px 0;}
    .list-pro .desc{font-size:14px;line-height:23px;}
    .list-pro .desc table tbody tr{width:100%;}
    .list-pro .title{padding:20px 0;font-size:24px;}
    .list-news .list .item{margin-bottom:30px;}
    .list-news .list .item p{margin:10px 0;}
    .list-news .sidebar .t{margin:20px 0;}
    .footer{background:#020204;padding:10px;}
    .footer .form{height:auto;padding:20px;}
    .footer .form h2{font-size:34px}
    .footer .form h3{font-size:15px;line-height:24px;margin-bottom:20px}
    .footer .form form input{width: calc(100% - 110px);height:40px;}
    .footer .form form .btn{height:40px}
    .footer .menu{padding:30px 0;}
    .footer .menu .item{margin-right:0;margin-bottom:20px;}
    .footer .menu .item .sub a{margin-top:8px;}
    .footer .bottom{padding:0 0 70px 0;}
    .footer .bottom .mc{margin:20px auto 0;}
    .list-download .list .item{margin-bottom:15px}
    .list-download .list .item a{padding:20px;}
    .list-events .list .item{margin:0 0 20px 0;}
    .list-events .list .item .txt h3{margin:10px 0}
    .list-job .list .item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DBDEE3;position: relative;}
    .list-job .list .item .info h3{font-size:16px;padding:10px 0;}
    .list-job .list .item .info .desc{margin-bottom:10px;flex-wrap:wrap;}
    .list-job .list .item .info .desc p{margin-right:0;width:100%;margin-top:10px;}
    .list-job .list .item .info .desc p img{margin-right:0;height:16px;}
    .list-job .list .item .btn{position: absolute;right:0;top:10px;width:80px;height:30px;font-size:12px;}
    .list-about .bd .data ul li{margin-top:20px}
    .list-about .bd .body{margin-top:30px}
    .list-about .bd .body h2{font-size:26px;}
    .list-about .bd .body p{font-size:14px;line-height:22px;margin-bottom:10px}
    .list-about .bd .body hr{margin:15px 0}
    .advantage .slider-for .item .txt h3{padding:5px 10px;font-size:24px;line-height:28px;}
    .advantage .slider-for .item .txt p{max-width:100%;font-size:12px;line-height:16px;padding:0 10px;}
    .about h2{font-size:36px;margin-bottom:20px;}
    .about .pic .item{width:48%;margin:0 4% 15px 0 !important;}
    .about .pic .item:nth-child(2n){margin-right:0 !important;}
    .about .txt p{font-size:14px;line-height:22px;margin-bottom:10px}
    .list-contact .bd .sidebar p{margin-bottom:20px}
    .list-contact .bd .content{margin-top:20px}
    .list-contact .bd .content .txt .item .p{font-size:14px;}
    .list-contact .bd .content .form .text_item{margin:0;}
    .list-contact .bd .content .form form h3{margin:8px 0;font-size:16px}
    .list-contact .bd .content .form .btn{margin:20px auto 0;}
    .list-pro .list .item{width: calc(100% / 2 - 10px);margin:0 20px 20px 0 !important}
    .list-pro .list .item:nth-child(2n){margin-right:0 !important;}
    .list-pro .list .item .txt{padding:10px 5px 5px;font-size:14px;}
    .list-job .content{margin:0;}
}