@import "font-awesome.css";
@import "michuan.css";
@import "animate.css";
@import "swiper.min.css";
*{box-sizing:border-box}
.wrap{width:100%;max-width:1670px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}

.banner{overflow:hidden;position: relative;}
.banner .p{width:100%;}
.banner .p img{width:100%}
.banner .txt{position: absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items: center;justify-content: center;flex-direction: column;}
.banner .txt h2{font-size:58px;color:#FFFFFF;padding-top:100px;}
.banner .txt h3{font-size:18px;font-family: 'Roboto-Black';color:#FFFFFF;padding-top:10px;text-transform:uppercase;}
.banner .txt .video{transition-duration:.4s;cursor: pointer;;margin-top:40px;display:flex;width:185px;height:50px;background:#fff;border-radius:30px;justify-content: center;align-items: center;}
.banner .txt .video span{margin-right:20px;}
.banner .txt .video img{transition-duration:.4s;}
.banner .txt .video:hover{border-radius:0;}
.banner .txt .video:hover img{transform:rotate(90deg);}

.top{height:30px;background:#7B7B7B;display:flex;position: fixed;top:0;width:100%;left:0;z-index:999;}
.top .wrap{display:flex;justify-content: flex-end;align-items: center;height:100%;}
.top .wrap a{margin-left:60px;}

.header{transition-duration:.4s;position: fixed;top:30px;left:0;width:100%;height:100px;z-index: 999999999999;background:#fff;display:flex;}
.header .logo{position: relative;overflow: hidden;}
.header .logo::after{content: "";position: absolute;left: -465px;top: -260px;width: 250px;height: 5px;background-color: rgba(255,255,255,.5);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1s ease-in 1s infinite;-o-animation: searchLights 1s ease-in 1s infinite;animation: searchLights 1s ease-in 1s infinite}
@keyframes searchLights {
0% {left: -100px;top: 0}
to {left: 120px;top: 100px}
}
.header .wrap{height:100%;align-items: center;}
.header .info{height:100%;}
.header .info .menu{height:100%;;}
.header .info .menu .item{height:100%;margin-right:50px;z-index:999999;position: relative;}
.header .info .menu .item .sub{position: absolute;min-width:130%;top:100%;left:-15%;padding:10px;background:#fff;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;}
.header .info .menu .item .sub a{text-align:center;justify-content:center;display:flex;align-items:center;font-size:16px;line-height:45px;padding:0 5px;}
.header .info .menu .item:hover .sub{transform: scaleY(1);}
.header .info .menu .item h3{display:flex;height: 100%;position: relative;}
.header .info .menu .item h3 a{display:flex;padding:0 10px;position: relative;;align-items: center;height:100%;font-size:19px;color:#1C1C1C;}
.header .info .menu .item h3 a::after{content:"";position: absolute;bottom:25px;left:0;width:100%;height:3px;background:#1C1C1C;transform:scaleX(0);transition:all 0.3s ease-in-out;}
.header .info .menu .item.on h3 a::after,.header .info .menu .item h3 a:hover::after{transform:scaleX(1);}
.header .info .menu .item .pro-sub{width:100%;left:0;border-top:1px solid #E0E8EE;position: fixed;z-index:999999;top:130px;background:#fff;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);padding:0 40px;transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;display:flex}
.header .info .menu .item .pro-sub .wrap{height:100%;align-items:flex-start;position: relative;}
.header .info .menu .item .pro-sub .pro-sub-left{display:flex;flex-wrap:wrap;flex-direction:column;width:30%;padding-right:40px;padding-bottom:40px;}
.header .info .menu .item .pro-sub .pro-sub-left h4{margin:30px 0;font-size:20px;color:#000000;}
.header .info .menu .item .pro-sub .pro-sub-left h5{transition-duration:.4s;height:60px;width:100%;position: relative;overflow:hidden}
.header .info .menu .item .pro-sub .pro-sub-left h5 a{display:block;line-height:60px;padding:0 15px;color:#000000;font-size:20px;width:100%;position: relative;z-index:2;}
.header .info .menu .item .pro-sub .pro-sub-left h5:after{transition-duration:.7s;;width:0%;height:100%;background:url(../images/bg1.png) no-repeat center center;content:"";position: absolute;left:0%;top:0;}
.header .info .menu .item .pro-sub .pro-sub-left h5:before{transition-duration:.6s;width:14px;height:16px;background:url(../images/bg2.png);position: absolute;right:-60px;top:22px;content:"";z-index:3;}
.header .info .menu .item .pro-sub .pro-sub-left h5.on:after{width:100%}
.header .info .menu .item .pro-sub .pro-sub-left h5.on:before{right:20px}
.header .info .menu .item .pro-sub .pro-sub-right{border-left:1px solid #E0E8EE;min-height:370px;width:70%;padding:30px 40px;height:100%;display:flex}
.header .info .menu .item .pro-sub .pro-sub-right .box{display:flex;flex-wrap:wrap}
.header .info .menu .item .pro-sub .pro-sub-right .box a{width:calc(100% / 3);text-align:center;display:block;padding:0 10px;}
.header .info .menu .item .pro-sub .pro-sub-right .box a .t{transition-duration:.4s;font-size:20px;color:#000000;font-weight:bold;margin-top:20px;}
.header .info .menu .item .pro-sub .pro-sub-right .box a:hover .t{color:#196BB4}
.header .info .lang{height:100%;display:flex;align-items: center;position: relative;;}
.header .info .menu .item:hover .pro-sub{transform: scaleY(1);}
.header.height .info .menu .item .pro-sub{top:100px;}
.header .info .lang h3{cursor: pointer;;display:flex;align-items: center;height:100%;}
.header .info .lang h3 span{padding:0 10px;font-size:14px;color:#1C1C1C;font-family: 'Roboto-Black';text-transform:uppercase;}
.header .info .lang h3 i{transition-duration:.5s;font-size:20px;color:#1C1C1C}
.header .info .lang:hover h3 i{transform:rotate(180deg);}
.header .info .lang .sub{position: absolute;top:100%;left:0;padding:10px;background:#fff;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;}
.header .info .lang:hover .sub{transform: scaleY(1);}
.header .info .lang .sub a{display:flex;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e9e9e9;}
.header .info .lang .sub a span{padding-left:10px;font-size:14px;color:#1C1C1C;font-family: 'Roboto-Black';text-transform:uppercase;}
.header .info .lang .sub a:hover span{color:#196BB4}
.header .info .lang .sub a:last-child{margin:0;}
.header.height{top:0;box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);}

.pc-menu{padding:50px 0;display:flex;justify-content:center;align-items: center;}
.pc-menu a{margin-right:20px;width:220px;height:55px;display:flex;align-items: center;justify-content:center;border-radius:35px;background:#232323;color:#fff;font-size:14px;}
.pc-menu a:last-child{margin-right:0;}
.pc-menu a.on,.pc-menu a:hover{background:#196BB4;color:#fff;}

.list-news .list .item{transition-duration:.5s;width:calc(100% / 3 - 20px);margin:0 30px 50px 0}
.list-news .list .item:nth-child(3n){margin-right:0;}
.list-news .list .item a{display:block;padding:10px;}
.list-news .list .item .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-duration:.5s;font-size:26px;color:#393939;margin:25px 0 20px;}
.list-news .list .item .txt p{transition-duration:.5s;font-size:18px;color:#979797;line-height:28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.list-news .list .item:hover{transform:translateY(-10px);box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);}
.list-news .list .item:hover .txt h3{color:#393939}
.list-news .list .item:hover .txt p{color:#000000}
.list-news .paging{margin:20px 0 50px 0;}
.list-news .show{padding-bottom:60px;}
.list-news .show h1{font-size:24px;}
.list-news .show .time{padding:15px 0;margin-bottom:20px;border-bottom:1px solid #D2D2D3;opacity:.5;}
.list-news .show .body{font-size:16px;line-height:30px;}
.list-news .show .body p{margin-bottom:15px;}
.list-news .show .body p:last-child{margin-bottom:0;}
.list-news .show .more{margin-top:40px;padding-top:30px;border-top:1px solid #D2D2D3;}
.list-news .show .more .up p,.list-news .show .more .up p a{font-size:16px;line-height:30px;}
.list-news .show .more .btn{transition-duration:.5s;border-radius:4px;width:120px;height:40px;background: linear-gradient(to right, #044692, #247CB7);;text-align:center;line-height:40px;}
.list-news .show .more .btn a{display:block;color:#fff;font-size:14px;}
.list-news .show .more .btn:hover{border-radius:30px}
.list-news .alt{font-size:32px;;padding-bottom:60px;}

.footer{background:url(../images/footer_bg.jpg) no-repeat center;background-size:cover}
.footer .form{display:flex;justify-content: center;flex-direction: column;align-items: center;padding-bottom:40px;border-bottom:1px solid #1E1E1F;}
.footer .form h3{font-size:24px;color:#fff;padding:55px 180px 27px 0;}
.footer .form form{display:flex;width:100%;margin:0 auto;max-width:860px;align-items: center;height:60px;}
.footer .form form input{border-radius:8px 0 0 8px;width:calc(100% - 185px);padding:0 10px;height:100%;display:flex;align-items: center;font-size:14px;color:#1F242A;font-family: 'Roboto-Black';}
.footer .form form input::placeholder{font-size:14px;color:#1F242A;font-family: 'Roboto-Black';}
.footer .form form .btn{transition-duration:.5s;border-radius:0 8px 8px 0;cursor: pointer;width:185px;height:100%;display:flex;align-items: center;justify-content: center;background:#1C1C1C;}
.footer .form form .btn span{font-size:14px;color:#FFFFFF;margin-left:15px;}
.footer .form form .btn:hover{background:#196BB4}
.footer .wrap{max-width:1400px}
.footer .info{display:flex;padding:26px 0 70px;}
.footer .info .item{width:17%;padding:0 30px;}
.footer .info .item h3{margin-bottom:24px;}
.footer .info .item h3 a{font-size:22px;color:#FFFFFF;}
.footer .info .item h3 a:hover{padding-left:10px;}
.footer .info .item h4{margin-bottom:14px;}
.footer .info .item h4 a{font-size:20px;color:#FFFFFF;}
.footer .info .item h4 a:hover{padding-left:10px;}
.footer .info .item .p{display:flex;font-size:16px;color:#FFFFFF;line-height:24px;margin-bottom:25px;}
.footer .info .item .p:last-child{margin-bottom:0;}
.footer .info .item .p .i{width:30px;display:flex;justify-content:center;align-items: center;}
.footer .info .item:last-child{width:32%}
.footer .bottom{border-top:1px solid #404040;padding:30px 0;display:flex;justify-content: center;align-items: center;flex-direction: column;}
.footer .bottom .ico{display:flex;justify-content: center;align-items: center;}
.footer .bottom .ico a{margin-right:25px;color:#fff;font-size:20px;}
.footer .bottom .ico a:last-child{margin-right:0;}
.footer .bottom .ico a:hover{color:#196BB4}
.footer .bottom .p{margin:13px 0 15px;font-size:16px;color:#FFFFFF;}
.footer .bottom .p a{font-size:16px;color:#FFFFFF;}

.list-contact .head .txt{display:flex;flex-direction: column;flex-wrap: wrap;justify-content: center;}
.list-contact .head .txt h2{font-size:48px;color:#196BB4;font-weight:bold;}
.list-contact .head .txt h3{font-size:36px;color:#2B2B2B;}
.list-contact .head .wx .item{margin-left:40px;text-align:center;}
.list-contact .head .wx .item h3{font-size:20px;color:#000000;margin-top:10px;}
.list-contact .list{display:flex;flex-wrap:wrap;padding-top:60px;}
.list-contact .list .item{width:calc(100% / 4 - 37.5px);margin:0 50px 60px 0;}
.list-contact .list .item:nth-child(4n){margin-right:0;}
.list-contact .list .item h3{font-size:24px;color:#000000;border-bottom:2px solid #4D4D4D;padding-bottom:20px;margin-bottom:15px;}
.list-contact .list .item .txt p,.list-contact .list .item .txt a{font-size:24px;line-height:40px;color:#363636}
.list-contact .list .item .txt a:hover{color:#196BB4;}

.list-pro .list .item{transition-duration:.4s;width:calc(100% / 4 - 15px);margin:0 20px 50px 0;}
.list-pro .list .item:nth-child(4n){margin-right:0;}
.list-pro .list .item .pic{transition-duration:.4s;position: relative;}
.list-pro .list .item .pic .tag{font-style: italic;position: absolute;font-family: 'Roboto-Black';color:#fff;text-transform:uppercase;left:0;top:0;width:60px;height:30px;background:#0086CD;display:flex;align-items: center;justify-content: center;}
.list-pro .list .item .txt{padding:15px 10px 10px 10px;}
.list-pro .list .item .txt h3{transition-duration:.4s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;color:#010101;}
.list-pro .list .item .txt p{transition-duration:.4s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;color:#4F4F4F;margin:3px 0 13px 0;}
.list-pro .list .item .txt .x img{height:18px;}
.list-pro .list .item:hover{transform:translateY(-10px);}
.list-pro .list .item:hover .pic{box-shadow:0 0 5px rgba(0,0,0,.1);}
.list-pro .list .item:hover .txt h3{color:#0086CD;}

.show-pro .alt{text-align:center;padding:65px 0 60px;}
.show-pro .alt h2{font-size:50px;color:#000000;}
.show-pro .alt p{font-size:16px;color:#000000;margin-top:13px;}
.show-pro .form{padding-bottom:100px;}
.show-pro .form input,.show-pro .form textarea{width:100%;margin-bottom:30px;background:#F5F5F5;height:52px;border:1px solid #DDDDDD;padding:0 15px;font-size:19px;color:#5D5D5D;}
.show-pro .form input::placeholder,.show-pro .form textarea::placeholder{color:#5D5D5D;}
.show-pro .form input:hover,.show-pro .form textarea:hover{border-color:#196BB4;}
.show-pro .form textarea{min-height:220px;padding:15px;}
.show-pro .form .flex input{width:calc(50% - 15px);}
.show-pro .form .btn{transition-duration:.5s;width:200px;height:55px;background:#196BB4;color:#fff;display:flex;align-items: center;justify-content: center;cursor: pointer;;}
.show-pro .form .btn:hover{border-radius:30px;}
.show-pro .advantage{background:#F7F8FA;padding:90px 0 60px;}
.show-pro .advantage .wrap{padding:0 50px;}
.show-pro .advantage .hd{font-size:60px;color:#000000;}
.show-pro .advantage .bd .item{transition-duration:.5s;width:27%;padding-top:100px;}
.show-pro .advantage .bd .item:nth-child(2n){padding-top:0;}
.show-pro .advantage .bd .item .p{text-align:center;}
.show-pro .advantage .bd .item .t{transition-duration:.5s;min-height:300px;font-size:16px;line-height:27px;color:#000000;border-radius:10px;;padding:45px 30px 30px 30px;background:#fff;box-shadow: 0 15px 30px rgb(207, 213, 235,.5);}
.show-pro .advantage .bd .item:hover{transform:translateY(-20px);}
.show-pro .advantage .bd .item:hover .t{box-shadow: 0 15px 30px rgb(207, 213, 235,1);}
.show-pro .content{padding:60px 0;}
.show-pro .content .hd{border-bottom:2px solid #000000;}
.show-pro .content .hd .wrap{display:flex;}
.show-pro .content .hd p{position: relative;overflow: hidden;;height:60px;min-width:300px;cursor: pointer;transition-duration:.5s;text-align:center;line-height:60px;}
.show-pro .content .hd p span{position: relative;z-index:2;font-size:30px;color:#000000}
.show-pro .content .hd p::after{content:'';position: absolute;left:0;top:100%;width:100%;height:100%;background:#000000;transition-duration:.2s;}
.show-pro .content .hd p.on span{color:#fff;}
.show-pro .content .hd p.on::after{top:0;}
.show-pro .content .bd{padding:30px 0;font-size:18px;line-height:28px;color:#000000;}
.show-pro .content .bd p{margin-bottom:30px;}
.show-pro .content .bd table {width: 100%;border-collapse: collapse;border: 1px solid #ccc;}
.show-pro .content .bd table th,.show-pro .content .bd table td {border: 1px solid #ccc;padding: 8px;text-align: left;}
.show-pro .show_head{padding-top:60px;}
.show-pro .show_swiper{display:none;}
.show-pro .show_box .tupian_list{width:60%;}
.show-pro .show_box .tupian_list .xiaotu{width:150px;}
.show-pro .show_box .tupian_list .xiaotu li{width:150px;margin-bottom:15px;}
.show-pro .show_box .tupian_list .xiaotu li img{width:100%;}
.show-pro .show_box .tupian_list .xiaotu .pro_next,.show-pro .show_box .tupian_list .xiaotu .pro_prev{width:100%;height:35px;display:flex;align-items: center;justify-content: center;}
.show-pro .show_box .tupian_list .datu{width:calc(100% - 170px);}
.show-pro .show_box .info_list{width:38%}
.show-pro .show_box .info_list .p{padding:50px 0;}
.show-pro .show_box .info_list .p h2{font-size:24px;color:#010101;}
.show-pro .show_box .info_list .p h3{font-size:28px;color:#4F4F4F;padding:15px 0;}
.show-pro .show_box .info_list .t{display:flex;align-items: center;}
.show-pro .show_box .info_list .t img{margin-right:20px;}
.show-pro .show_box .info_list .t span{font-size:31px;color:#010101;font-weight:bold;}
.show-pro .show_box .info_list .c{font-size:18px;line-height:32px;color:#010101;padding:30px 0;}
.show-pro .show_box .info_list .btn{display:flex;}
.show-pro .show_box .info_list .btn a{margin-right:25px;width:170px;border-radius:30px;height:50px;background:#000000;display:flex;align-items: center;justify-content: center;}
.show-pro .show_box .info_list .btn a:nth-child(2){background:#009944;}
.show-pro .show_box .info_list .btn a:nth-child(3){background:#196BB4;}
.show-pro .show_box .info_list .btn a span{font-size:17px;color:#FFFFFF;font-weight:bold;margin-left:10px;}
.show-pro .show_box .info_list .btn a:hover{border-radius:0;box-shadow: 0 15px 30px rgba(0,0,0,.2);}
.show-pro .show_box .info_list .btn a:nth-child(2):hover{box-shadow: 0 15px 30px rgba(0,153,68,.2);}
.show-pro .show_box .info_list .btn a:nth-child(3):hover{box-shadow: 0 15px 30px rgba(25,107,180,.2);}

.list-download .list .item{margin-bottom:30px;}
.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{height:22px;width:22px;background:#196BB4;font-size:0;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;padding-top:8px;color:#0B2042;font-size:12px;opacity:.6;}
.list-download .list .item .name .info p i{font-size:12px;margin-right:5px;}
.list-download .list .item .more{display:flex;align-items: center;}
.list-download .list .item .more i{transition-duration:.5s;}
.list-download .list .item .more i:last-child{color:#196BB4;margin-left:20px;}
.list-download .list .item:hover a{background:#196BB4;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.list-download .list .item:hover .name .i i{font-size:24px;color:#fff;background:none;;}
.list-download .list .item:hover .name .info h3{color:#fff}
.list-download .list .item:hover .name .info p{opacity:.6;color:#fff;}
.list-download .list .item:hover .more i{color:#fff;}

.list-about-body .alt{text-align:center;padding-bottom:30px}
.list-about-body .alt h2{font-size:55px;color:#000000;}
.list-about-body .alt h3{font-size:26px;color:#000000;}
.list-about-body .body{font-size:18px;color:#000000;line-height:38px;}
.list-about-body .body p{margin-bottom:30px;text-indent:2em;}
.list-about-body .images .item{width:25%;margin-bottom:30px}
.list-about-body .images2 .item{width:33.3%}
.list-about-body .images .item a{display:block;padding:0 15px;}
.list-about-body .images .item .txt{padding-top:10px;font-size:16px;color:#000;text-align:center;}
.list-about-culture{height:840px;background:url(../images/bg.jpg) no-repeat center;background-size:100% 100%;background-attachment: fixed;}
.list-about-culture .alt{text-align:center;color:#fff;padding:90px 0 60px;}
.list-about-culture .alt h2{font-size:55px;}
.list-about-culture .alt h3{font-size:26px;font-weight:100;margin-top:10px;}
.list-about-culture .bd .item{transition-duration:.5s;background:rgba(255,255,255,.05);display:flex;flex-wrap:wrap;flex-direction: column;justify-content: center;padding:30px;width:calc(100% / 4 - 33.75px);border:1px solid rgba(255,255,255,.1);height:430px;;margin:0 45px 0 0;}
.list-about-culture .bd .item:nth-child(4n){margin-right:0;}
.list-about-culture .bd .item .p{margin-bottom:40px;color:#fff;}
.list-about-culture .bd .item .p h3{font-size:23px;margin-bottom:15px;;font-weight:bold;}
.list-about-culture .bd .item .p p{font-size:16px;font-weight:100;line-height:30px;}
.list-about-culture .bd .item .p:last-child{margin-bottom:0;}
.list-about-culture .bd .item:hover{background:rgba(255,255,255,.2);transform:translateY(-15px);border-radius:10px;box-shadow: 0 15px 30px rgba(0,0,0,.2);}
.list-about-data .item{width:25%;text-align:center;}
.list-about-data .item h3{transition-duration:.5s;display:flex;align-items: center;justify-content: center;font-size:35px;color:#232323;font-family: 'Roboto-Black';}
.list-about-data .item h3 span{font-size:55px;}
.list-about-data .item .t{margin-top:40px;}
.list-about-data .item .t h4{font-size:18px;color:#000000;}
.list-about-data .item .t p{font-size:15px;color:#494949;margin-top:10px;}
.list-about-data .item:hover h3{color:#196BB4}
.list-about-image{padding:70px 0;background:#FCFCFC;}
.list-about-image .alt{text-align:center;padding-bottom:50px;}
.list-about-image .alt h2{font-size:55px;color:#000000;}
.list-about-image .alt h3{font-size:26px;font-weight:100;color:#000000;margin-top:10px}
.list-about-image .swiper{overflow: hidden;}
.list-about-image .swiper-slide{transition-duration:.3s;width:60% !important;margin:0 3%;opacity:.3;}
.list-about-image .swiper-slide.swiper-slide-active{opacity:1;}
.list-about-image .swiper-slide .txt{text-align:center;padding-top:30px;}
.list-about-image .swiper-slide .txt h3{font-size:28px;color:#000000;}
.list-about-image .swiper .swiper-next,.list-about-image .swiper .swiper-prev{transition-duration:.3s;opacity:.3;z-index:999;top:50%;transform:translateY(-50%);cursor: pointer;position: absolute;}
.list-about-image .swiper .swiper-next{left:16%;}
.list-about-image .swiper .swiper-prev{right:16%;}
.list-about-image .swiper .swiper-next:hover,.list-about-image .swiper .swiper-prev:hover{opacity:1;}
.list-about-partner{padding:50px 0 100px 0;}
.list-about-partner .alt{margin-bottom:50px;font-size:60px;color:#000000;font-weight:bold;text-align:center;}
.list-about-partner .swiper-slide{transition-duration:.3s;position: relative;overflow: hidden;}
.list-about-partner .swiper-slide a{transition-duration:.3s;position: relative;overflow: hidden;}
.list-about-partner .swiper-slide .txt{transition-duration:.3s;display:flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-direction: column;position: absolute;width:100%;height:140px;border-top:1px solid rgba(255,255,255,.1);left:0;bottom:0;background:rgba(25,107,180,.1);}
.list-about-partner .swiper-slide .txt h3{font-size:32px;color:#fff;font-weight:200;}
.list-about-partner .swiper-slide .txt p{text-align:center;padding:10px 10px 0 10px;font-size:16px;line-height:24px;color:#fff;}
.list-about-partner .swiper-slide:hover .txt{height:100%;border:0;background:rgba(25,107,180,.5);}
.list-about-partner .swiper-next,.list-about-partner .swiper-prev{transition-duration:.3s;opacity:.3;z-index:999;top:55%;cursor: pointer;position: absolute;}
.list-about-partner .swiper-next{left:-80px;}
.list-about-partner .swiper-prev{right:-80px;}
.list-about-partner .swiper-next:hover,.list-about-partner .swiper-prev:hover{opacity:1;}
.list-about-partner .wrap{position: relative;}
.index-about-partner .swiper-slide .txt{background:rgba(0,0,0,.5);}
.index-about-partner .swiper-slide .p{font-size:17px;line-height:32px;color:#1A1A1A;padding-top:30px;}

.index_swiper{overflow: hidden;padding-top:130px;}
.index_swiper .swiper-slide{overflow: hidden;;position: relative;}
.index_swiper .swiper-slide a{width:100%;position: relative;display:block}
.index_swiper .swiper-slide .p{display:block;}
.index_swiper .swiper-slide .txt{padding:0;color:#fff;position: absolute;left:0;display:flex;width:100%;height:100%;top:0;align-items:center}
.index_swiper .swiper-slide .txt .wrap{padding:0 60px}
.index_swiper .swiper-slide .txt h4{font-size:17px;font-family: 'Roboto-Black';text-transform:uppercase;}
.index_swiper .swiper-slide .txt h2{font-size:67px;margin:8px 0;}
.index_swiper .swiper-slide .txt p{font-size:26px;}
.index_swiper .swiper-slide .txt span{transition-duration:.3s;font-size:16px;margin-top:35px;display:flex;align-items: center;justify-content: center;width:170px;height:55px;border:2px solid #fff;border-radius:30px;}
.index_swiper .swiper-slide .txt span:hover{background:#196BB4;width:200px;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.index_swiper .custom-pagination{position: absolute;bottom:5%;left:0;width:100%;z-index:99;display:flex;justify-content: center;align-items: center;}
.index_swiper .custom-pagination span{display:flex;align-items: center;justify-content: center;color:#fff;font-size:20px;font-weight:100;margin-right:30px;cursor: pointer;width:250px;height:70px;background:url(../images/ico21.png);background-size:cover;}
.index_swiper .custom-pagination span:last-child{margin-right:0;}
.index_swiper .custom-pagination span:hover{background:url(../images/ico20.png);}
.index_swiper .swiper-next,.index_swiper .swiper-prev{transform: translateY(-50%);backface-visibility: hidden;transition-duration:.3s;cursor: pointer;display:flex;justify-content: center;align-items: center;;position: absolute;top:50%;z-index:1000;width:60px;height:76px;background:rgba(0,0,0,.5);}
.index_swiper .swiper-prev{right:5%;}
.index_swiper .swiper-next{left:5%;}
.index_swiper .swiper-next:hover,.index_swiper .swiper-prev:hover{background:#196BB4}

.index-ad{display:flex;color:#fff;align-items: center;justify-content: center;text-align: center;background:url(../images/bg2.jpg) no-repeat center;background-size:cover;height:475px;background-attachment: fixed;}
.index-ad .txt h2{font-size:58px;}
.index-ad .txt p{font-size:18px;font-family: 'Roboto-Black';text-transform:uppercase;margin-top:10px;}

.index-about{padding-bottom:60px;position: relative;overflow: hidden;}
.index-about .txt{width:42%;display:flex;justify-content: center;flex-direction: column;}
.index-about .txt h2{font-size:45px;font-weight:bold;color:#1C1C1C;}
.index-about .txt .line{width:48px;height:7px;background:#1265A8;margin:50px 0 40px;}
.index-about .txt .p{font-size:18px;line-height:32px;color:#494949;}
.index-about .txt .p p{margin-bottom:25px;}
.index-about .txt a{width:180px;height:60px;border-radius:30px;background:#090D12;display:flex;justify-content: center;align-items: center;color:#fff;font-size:18px;}
.index-about .txt a:hover{background-color:#196BB4}
.index-about .pic{width:55%;position: relative;}
.index-about .pic img{width:100%;}
.index-about .pic .video{position: absolute;cursor: pointer;;left:0;top:0;display:flex;align-items: center;justify-content: center;width:100%;height:100%;}
.index-about .pic .video img{transition-duration:.3s;height:81px;width:112px;}
.index-about .pic .video:hover img{transform: scale(1.08);}

.index-pro{margin:12px 0;background:#F1F8FF;position: relative;overflow: hidden;}
.index-pro .hd{height:830px;width:35%;background:url(../images/bg3.jpg);padding:0 140px 0  90px;display:flex;align-items: center;justify-content: center;flex-direction: column;flex-wrap:wrap;}
.index-pro .hd .txt{color:#fff;}
.index-pro .hd .txt h3{font-size:16px;font-family: 'Roboto-Black';text-transform:uppercase;}
.index-pro .hd .txt h2{font-size:44px;font-weight:bold;padding:15px 0 25px;}
.index-pro .hd .txt p{font-size:17px;line-height:32px}
.index-pro .hd .pagination{margin:40px 0 30px;color:#fff;font-size:60px;font-family: 'Roboto-Black';}
.index-pro .hd .pagination .swiper-pagination-total{font-size:33px;}
.index-pro .hd .btn{display:flex;align-items: center;justify-content: flex-start;width:100%;}
.index-pro .hd .btn div{opacity:.8;transition-duration:.3s;cursor: pointer;;margin-right:30px;width:66px;height:66px;border-radius:66px;background:#fff;display:flex;align-items: center;justify-content: center;}
.index-pro .hd .btn div:hover{opacity:1;}
.index-pro .bd{width:calc(65% + 90px);overflow: hidden;;position: absolute;right:0;top:0;padding:60px 0;height:100%;}
.index-pro .bd .swiper-slide{transition-duration:.3s;border-radius:8px;}
.index-pro .bd .swiper-slide a{display:block;margin:0 10px;background:#FFFFFF;border-radius:8px}
.index-pro .bd .swiper-slide .pic,.index-pro .bd .swiper-slide .pic img{border-radius:8px 8px 0 0;}
.index-pro .bd .swiper-slide .pic img{width:100%;}
.index-pro .bd .swiper-slide .txt{padding:35px 40px;border-radius:0 0 8px 8px;}
.index-pro .bd .swiper-slide .txt h2{transition-duration:.3s;font-size:28px;color:#0F172B;font-weight:bold;}
.index-pro .bd .swiper-slide .txt p{font-size:16px;line-height:26px;color:#303030;margin:15px 0 20px;}
.index-pro .bd .swiper-slide .txt span{transition-duration:.3s;width:120px;height:45px;border-radius:5px;background:#212121;display:flex;align-items: center;justify-content: center;color:#fff;}
.index-pro .bd .swiper-slide:hover a{box-shadow: 0 0 10px rgba(0,0,0,.2);}
.index-pro .bd .swiper-slide:hover .txt h2{color:#196BB4;}
.index-pro .bd .swiper-slide:hover .txt span{background:#196BB4}

.develop{padding-bottom:50px;}
.develop .t{margin:50px 0;text-align:center;}
.develop .t h2{font-size:36px;padding-bottom:25px;position:relative;display:inline-block}
.develop .t h2:before{content:"";width:60px;height:6px;background:#196BB4;position:absolute;left:50%;margin-left:-30px;bottom:0;}
.develop .hd{position:relative;background:url(../images/develop_bg.jpg) no-repeat;}
.develop .hd .btn span{left:50%;margin-left:-10px;position:absolute;color:#D2D2D2;font-size:20px;}
.develop .hd .btn .down{top:-30px}
.develop .hd .btn .up{top:30px}
.develop .hd .txt .item{padding:30px 0;display:flex;width:47%;text-align:center;}
.develop .hd .txt .item span{width:25%;color:#DCDCDC;font-size:30px;font-family: 'Roboto-Bold';}
.develop .bd{padding-left:16px}
.develop .bd ul{border-left:1px solid #D2D2D2;margin-top:50px;}
.develop .bd li{position:relative;padding-bottom:60px;display:flex;}
.develop .bd li:before{left:-16px;top:16px;width:32px;height:32px;z-index:1;background:#196BB4;border-radius:32px;position:absolute;content:"";}
.develop .bd li:after{left:-6px;top:26px;width:12px;height:12px;z-index:2;background:#fff;border-radius:12px;position:absolute;content:"";}
.develop .bd li span{position:relative;margin:0 50px 0 35px;color:#fff;font-family: 'Roboto-Black';display:flex;align-items:center;justify-content:center;font-size:22px;background:#196BB4;width:123px;height:63px;border-radius:10px}
.develop .bd li span:before {content: "";width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 10px solid #196BB4;position: absolute;left: -10px;top: 50%;transform: translateY(-50%);}
.develop .bd li p{display:flex;align-items:center;color:#2C2C2C;padding-left:26px;position:relative;}
.develop .bd li p:before{width:16px;height:16px;border-radius:16px;background:#196BB4;position:absolute;left:0;top:50%;margin-top:-8px;content:"";}


@media (max-width: 1670px){
.wrap{width:98%}
.list-about-partner .swiper-next{left:0;opacity:1;}
.list-about-partner .swiper-prev{right:0;opacity:1;}
}
@media (max-width: 1366px){
.index_swiper .swiper-slide .txt{padding:0 100px;}
.index_swiper .swiper-next{left:30px;}
.index_swiper .swiper-prev{right:30px;}
.index-pro .hd{padding:0 90px 0 30px}
.banner .txt h2{font-size:40px;}
.list-about-image .swiper .swiper-next{left:15%}
.list-about-image .swiper .swiper-prev{right:15%}
.list-news .list .item .txt h3{font-size:22px;}
.show-pro .advantage .bd .item{width:32%;}
}
@media (max-width: 1200px){
.header .info .menu .item{margin-right:30px}
.list-about-partner .swiper-slide .txt h3{font-size:24px;}
.index-about .txt .p{font-size:16px;line-height:28px;}
.index-about .txt .p p{margin-bottom:15px;}
.list-pro .list .item{width:calc(100% / 3 - 20px);margin:0 30px 30px 0 !important}
.list-pro .list .item:nth-child(3n){margin-right:0 !important;}
.footer .info .item{padding:0 10px;}
.list-contact .list .item{width:calc(100% / 3 - 20px);margin:0 30px 30px 0 !important}
.list-contact .list .item:nth-child(3n){margin-right:0 !important;}
.show-pro .show_box .tupian_list{width:68%}
.show-pro .show_box .info_list{width:30%;}
.show-pro .show_box .info_list .p{padding:0 0 30px;}
.show-pro .show_box .info_list .p h2{font-size:24px;}
.show-pro .show_box .info_list .p h3{font-size:20px;}
.show-pro .show_box .info_list .c{font-size:16px;line-height:28px;}
.show-pro .show_box .info_list .btn{flex-wrap:wrap;}
.show-pro .show_box .info_list .btn a{margin-bottom:10px;}
.show-pro .advantage .wrap{padding:0;}
}
@media (max-width: 1024px){
.header .info .menu .item{margin-right:20px}
.header .info .menu .item h3 a{font-size:16px;}
.index_swiper .swiper-slide .txt h2{font-size:57px;}
.index-about .txt h2{font-size:36px;}
.index-about .txt .line{margin:30px 0 20px}
.index-about .txt .p{font-size:14px;line-height:24px;}
}
@media screen and (max-width:992px) {
.wrap{width:100%;max-width:100%;}
.top,.header,.banner .txt,.show-pro .show_box .tupian_list,.pc-menu,.list-download .list .item .more{display:none;}
.list-news .show .more .up,.list-download .list .item .name{width:100%;}
.list-contact .head .txt h2{font-size:32px;}
.list-contact .head .txt h3{font-size:28px;margin:10px 0 30px;}
.list-contact .head .wx{width:100%;}
.list-contact .head .wx .item{margin:0 10px;width:140px;}
.list-contact .list{padding:20px 0;}
.list-contact .list .item{width:100%;margin:0 0 15px 0 !important}
.list-contact .list .item h3{font-size:20px;padding-bottom:10px;margin-bottom:10px;}
.list-contact .list .item .txt p, .list-contact .list .item .txt a{font-size:16px;line-height:32px;}
.list-about-body .alt h2{font-size:40px;}
.list-about-body .body{font-size:16px;line-height:28px;}
.list-about-body .body p{margin-bottom:18px;}
.list-about-culture{height:auto;padding:0 10px;background-size:cover}
.list-about-culture .alt{padding:30px 0;}
.list-about-culture .bd .item{width:100%;height:auto;margin:0 0 20px 0;}
.list-about-partner .alt{margin-bottom:20px;font-size:30px;}
.list-about-image .alt h2{font-size:32px;}
.list-about-image .alt h3{font-size:18px;}
.index_swiper .swiper-slide .txt{display:none;}
.index_swiper{position: relative;}
.index_swiper .swiper-slide a{display:block;position: static;}
.index_swiper .swiper-slide .p{display:block !important;width:100%;}
.index_swiper .swiper-next, .index_swiper .swiper-prev{width:30px;height:40px;}
.index_swiper .swiper-next img, .index_swiper .swiper-prev img{height:25px;}
.index-pro .hd{width:100%;height:auto;padding:20px 10px;}
.index-pro .hd .txt h2{font-size:30px;}
.index-pro .hd .pagination{margin:20px 0;}
.index-pro .bd{position: static;width:100%;padding:25px 10px;height:auto;}
.index-pro .hd .btn{display:none;}
.index-about{padding:20px 10px;}
.index-about .txt{width:100%;}
.index-about .pic{width:100%;margin:30px 0;}
.index-ad{height:auto;padding:60px 10px;}
.index-ad .txt h2{font-size:34px;}
.index-about-partner .swiper-slide .p{font-size:15px;padding-top:15px;line-height:25px;}
.index_swiper .custom-pagination{display:none;}
.list-about-data .item{width:50%;}
.list-about-data .item h3{font-size:25px;}
.list-about-data .item h3 span{font-size:45px;}
.list-about-data .item .t{margin-top:15px;}
.list-about-data .item .t p{font-size:14px;}
.list-about-image .swiper-slide{width:100% !important;margin:0 !important}
.list-download .list .item a{padding:18px;}
.list-news .alt{font-size:24px;padding-bottom:30px;}
.list-news .list .item{width:100%;margin:0;}
.list-news .list .item a{padding:0;}
.list-news .list .item .txt{padding:0 10px 10px 10px;}
.list-news .list .item .txt h3{font-size:18px;margin:12px 0;}
.list-news .list .item .txt p{font-size:14px;line-height:24px;}
.list-news .show .more .btn{display:block;margin:20px auto 0;}
.show-pro .show_swiper{display:block !important;overflow: hidden;}
.list-contact,.show-pro .show_head,.show-pro .alt,.show-pro .content,.list-pro,.show-pro .form,.list-news,.main,.list-about-image,.list-about-partner{padding:20px 10px;}
.show-pro .show_box .info_list{width:100%;}
.show-pro .content .hd p{min-width:50%;height:50px;line-height:50px;}
.show-pro .content .hd p span{font-size:18px;}
.show-pro .content .bd{padding:15px 0;font-size:16px;line-height:26px;}
.show-pro .content .bd p{margin-bottom:15px;}
.show-pro .advantage{padding:40px 10px;}
.show-pro .advantage .hd,.show-pro .alt h2{font-size:36px;}
.show-pro .advantage .bd .item{width:100%;padding:0;margin-top:30px;}
.show-pro .advantage .bd .item .t{min-height:auto;padding:15px;}
.list-pro .list{justify-content:space-between;}
.list-pro .list .item{width:49%;margin:0 0 15px 0 !important}
.list-pro .list .item .txt h3{font-size:14px;}
.list-pro .list .item .txt p{font-size:14px;padding:10px 0;margin:0;}
.show-pro .form .flex input{width:100%;}
.show-pro .form input{margin-bottom:10px;font-size:14px;}
.show-pro .form textarea{margin-bottom:10px;min-height:120px;font-size:14px;}
.show-pro .form .btn{margin:0 auto;}
.footer .form{padding:20px 10px 40px 10px;}
.footer .form h3{padding:0;font-size:16px;margin-bottom:15px;}
.footer .form form{max-width:100%;height:45px;}
.footer .form form .btn{width:100px;}
.footer .form form input{width:calc(100% - 100px)}
.footer .info{padding:0 10px 15px;}
.footer .info .item{display:none;}
.footer .info .item:last-child{width:100%;display:block;}
.footer .bottom{padding:20px 10px 50px;}
.footer .bottom .p p,.footer .bottom .p p a{font-size:14px;line-height:26px;}
.list-about-body .images .item{width:50%;}
.list-about-body .images .item .txt{padding:10px 0 15px;}
.develop{padding:10px}
.develop .hd .txt .item span{font-size:14px}
.develop .hd .btn .down{top:-20px}
.develop .hd .btn .up{top:20px}
.develop .bd li{padding-bottom:20px}
.develop .bd li span{width:80px;margin:0 10px 0 30px;font-size:15px;height:45px}
.develop .bd li p:before{top:18px;margin:0;width:10px;height:10px;}
.develop .bd li p{width: calc(100% - 120px);}
.develop .bd li:before{top:7px;}
.develop .bd li:after{top:17px}
.list-about-body .images2 .item{width:100%}
.index_swiper{padding-top:0}
.list-about-partner .swiper-next, .list-about-partner .swiper-prev{display:none;}
.list-about-partner .swiper-pagination{display:block !important;position: static;}
}