@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 14px; color: #333; text-align: center; background: #fff; line-height: 26px; margin-left: auto; margin-right: auto;}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s;}
a:link{text-decoration: none;}
a:hover{color: #3a548e;}
a img{border: 0 none;}
a{outline: none;}
a:focus{outline: none;} 
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{margin: 0; padding: 0;}
ul,li,dl,dd,dt{padding: 0; margin: 0; list-style: none;}
input,button,textarea{font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0;}
em,i{font-style: normal;}
img{display: block;}
video{outline: none;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.hide{display: none;}
.font{font-family: 'SimSun';}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.animate{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 0; display: flex; justify-content: space-between;}
.content{max-width: 1440px; width: 94%; margin: 0 auto; padding: 0; text-align: left;}
.container{max-width: 1800px; width: 94%; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: fixed; width: 100%; margin: 0 auto; text-align: center; top: 0; left: 0; right: 0; z-index: 9;}
#header .header_con{height: 90px;}
#header .logo>img:nth-child(2){display: none;}
#header .lang{margin-top: 8px;}
#header .lang>em{display: inline-block; cursor: pointer;}
#header .lang>em:nth-child(2){margin-left: 12px;}
#header .lang>em>img:nth-child(2){display: none;}
#header .header_search{width: 100%; height: 85px; background: #fff; position: absolute; left: 0; top: 90px; z-index: 9; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none;}
#header .header_search form{width: 500px; height: 46px; margin: 0 auto; border: 1px solid #ccc; margin-top: 18px; overflow: hidden;}
#header .header_search input[type="text"]{width: 450px; height: 46px; border: 0; padding: 0 20px; box-sizing: border-box; font-size: 15px;}
#header .header_search button{cursor: pointer; padding-right: 18px; border: 0; background: none;}
#header .lang_list{width: 100px; background: #fff; box-shadow: 0 1px 15px 1px rgba(0,0,0,0.1); border-radius: 8px; padding: 10px; position: absolute; top: 80px; right: 0; z-index: 10; display: none;}
#header .lang_list>a{display: block; line-height: 2;}
.header_box{background: #fff; box-shadow: 0 1px 12px 2px rgba(0,0,0,0.05);}
.header_box .logo>img:nth-child(1){display: none;}
.header_box .logo>img:nth-child(2){display: block !important;}
.header_box .lang>em>img:nth-child(1){display: none;}
.header_box .lang>em>img:nth-child(2){display: block !important;}
.header_box .menu>ul>li>a{color: #333;}
.header_box .menu>ul>li>a:hover{color: #3a548e;}
.header_box .menu>ul>li>a.on{color: #3a548e;}

/*menu*/
.menu>ul>li{padding: 0 25px; text-align: center; z-index: 10;}
.menu>ul>li:last-child{padding-right: 0; position: relative;}
.menu>ul>li>a{display: block; font-size: 17px; color: #fff; height: 90px; line-height: 90px; box-sizing: border-box; font-weight: bold;}
.menu>ul>li>a:hover{color: #fff;}
.menu>ul>li>a.on{color: #fff;}
.menu>ul>li>dl{width: 100%; position: absolute; left: 0; top: 90px; background: #fff; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); z-index: 9; display: none;}
.menu>ul>li>dl>dd{height: 85px; line-height: 85px; display: inline-block;}
.menu>ul>li>dl>dd>a{font-size: 16px; padding: 0 20px;}
.menu>ul>li>dl .menu_nav{width: 25%; background-color: #f7f8f9; padding-left: 5%; box-sizing: border-box;}
.menu>ul>li>dl .menu_nav>ul{padding-left: 20%; width: 80%;}
.menu>ul>li>dl .menu_nav>ul>li>a{font-size: 16px; line-height: 46px; height: 46px; padding-left: 25px; display: block; text-align: left;}
.menu>ul>li>dl .menu_nav>ul>li>a>span{display: flex; align-items: center;}
.menu>ul>li>dl .menu_nav>ul>li>a>span>em{width: 80%;}
.menu>ul>li>dl .menu_nav>ul>li>a>span>i{margin-left: 12px; display: none;}
.menu>ul>li>dl .menu_nav>ul>li:hover{background-color: #fff;}
.menu>ul>li>dl .menu_nav>ul>li:hover>a>span{color: #3a548e;}
.menu>ul>li>dl .menu_nav>ul>li:hover>a>span>i{display: block;}
.menu>ul>li>dl .menu_con{width: 75%;}
.menu>ul>li>dl .menu_con .desc_box{width: 32%; padding-left: 6%; box-sizing: border-box; text-align: left;}
.menu>ul>li>dl .menu_con .desc_box>span{font-size: 26px; font-weight: bold; display: block;}
.menu>ul>li>dl .menu_con .desc_box>p{margin-top: 20px;}
.menu>ul>li>dl .menu_con .desc_box>a{width: 156px; height: 38px; line-height: 38px; border: 1px solid #bdbdbd; text-align: center; margin-top: 50px; display: block;}
.menu>ul>li>dl .menu_con .desc_box>a:hover{color: #3a548e; border-color: #3a548e;}
.menu>ul>li>dl .menu_con .img{width: 60%; height: 448px; background-position: right; background-repeat: no-repeat;}
.menu>ul>li>dl .menu_con .img>img{width: 100%; height: 448px; object-fit: cover;}

/*banner*/
.banner{height: 100vh;}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.banner .swiper-slide .desc{color: #fff; position: absolute; left: 10%; bottom: 12%; z-index: 2; line-height: 1;}
.banner .swiper-slide .desc>span{font-size: 32px; display: block;}
.banner .swiper-slide .desc>em{font-size: 62px; font-family: Arial; display: block; text-transform: uppercase; margin: 12px auto;}
.banner .swiper-slide .desc>p{font-size: 20px;}
.banner .swiper-slide .mark{position: absolute; background-color: rgba(0,0,0,.1); top: 0; right: 0; margin: auto; bottom: 0; left: 0; z-index: 3;}
.banner .swiper-slide video{width: 100%; height: 100%; object-fit: cover;}
.banner .swiper-pagination{width: 100%; bottom: 12px;}
.banner .swiper-pagination-bullet{margin: 0 5px !important;}
.banner .swiper-pagination-bullet{background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner .swiper-pagination-bullet-active{background: #3a548e;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{left: 20px;}
.banner .swiper-button-next{right: 20px;}

/*banner_inside*/
.banner_inside{height: 85vh;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide .desc{color: #fff; font-size: 20px; line-height: 1;}
.banner_inside .swiper-slide .desc>span{font-size: 46px; font-weight: bold; display: block;}
.banner_inside .swiper-slide .desc>em{display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullet{margin: 0 5px !important;}
.banner_inside .swiper-pagination-bullet{background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner_inside .swiper-pagination-bullet-active{background: #3a548e;}
.banner_inside .swiper-button-next,.banner_inside .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_inside .swiper-button-prev{left: 20px;}
.banner_inside .swiper-button-next{right: 20px;}

/*home_pro*/
#home_pro{width: 100%;}
#home_pro .home_pro_dh{padding-top: 65px; text-align: center;}
#home_pro .home_pro_dh>span{font-size: 30px; display: block; font-weight: bold; line-height: 1;}
#home_pro .home_pro_dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 15px auto;}
#home_pro .home_pro_dh>em{font-size: 16px; color: #5c5c5c; display: block;}
#home_pro .home_pro_con{margin-top: 50px;}
#home_pro .home_pro_con ul{width: 100%; height: 100%; display: flex; transition: all 1s;}
#home_pro .home_pro_con ul li{position: relative; width: 16%; transition: all 1s; margin-left: 1%; overflow: hidden;}
#home_pro .home_pro_con ul li:nth-child(5n+1){margin-left: 0;}
#home_pro .home_pro_con ul li a{color: #fff;}
#home_pro .home_pro_con ul li .img{height: 642px;}
#home_pro .home_pro_con ul li .img>img{width: 100%; height: 100%; object-fit: cover; transition: all 1s; -ms-transition: all 1s; filter: brightness(90%); -webkit-filter: brightness(90%); margin: 0 auto;}
#home_pro .home_pro_con ul li .ico{position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; transition: all 0.3s; -ms-transition: all 0.3s; z-index: 2;}
#home_pro .home_pro_con ul li .ico .box{width: 90%; padding: 0 3%; margin: auto;}
#home_pro .home_pro_con ul li .ico span{text-align: center; font-size: 22px; display: block; line-height: 1.6;}
#home_pro .home_pro_con ul li .ico em{font-size: 12px; display: block; text-align: center; text-transform: uppercase; font-family: Arial; line-height: 1.4; margin-top: 10px;}
#home_pro .home_pro_con ul li .desc{width: 90%; position: absolute; bottom: -100%; left: 0; right: 0; opacity: 0; overflow: hidden; z-index: 2; margin: auto; transition: all 1.2s; -ms-transition: all 1.2s;}
#home_pro .home_pro_con ul li .desc>.box{width: 80%; text-align: center; margin: 0 auto;}
#home_pro .home_pro_con ul li .desc>.box>span{font-size: 24px; display: block;}
#home_pro .home_pro_con ul li .desc>.box>em{font-size: 12px; display: block; text-align: center; text-transform: uppercase; font-family: Arial; line-height: 1.4; margin-top: 15px;}
#home_pro .home_pro_con ul li .desc>.box>p{margin-top: 20px;}
#home_pro .home_pro_con ul li .desc>.box>i{width: 156px; height: 38px; line-height: 38px; border: 1px solid #bdbdbd; text-align: center; margin: 100px auto 0; display: block;}
#home_pro .home_pro_con ul li .desc>i{font-size: 15px; display: block;}
#home_pro .home_pro_con ul li.on{width: 32%;}
#home_pro .home_pro_con ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%);}
#home_pro .home_pro_con ul li.on .desc{inset: 0; opacity: 1;}
#home_pro .home_pro_con ul li.on .ico{opacity: 0;}

/*home_app*/
#home_app{width: 100%;}
#home_app .home_app_dh{padding-top: 65px; text-align: center;}
#home_app .home_app_dh>span{font-size: 30px; display: block; font-weight: bold; line-height: 1;}
#home_app .home_app_dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 15px auto;}
#home_app .home_app_dh>em{font-size: 16px; color: #5c5c5c; display: block;}
#home_app .home_app_con{margin-top: 50px; height: 766px; background-position: center; background-repeat: no-repeat; background-size: cover;}
#home_app .home_app_con .desc{width: 40%; color: #fff; font-size: 18px;}
#home_app .home_app_con .desc .box{width: 78%; margin: auto; line-height: 2;}
#home_app .home_app_con .desc img{display: block; margin: auto;}
#home_app .home_app_con ul{width: 60%;}
#home_app .home_app_con ul>li{width: calc((100% - 3px)/3); border-left: 1px solid rgba(255,255,255,.2); height: calc((100% - 1px)/2); border-bottom: 1px solid rgba(255,255,255,.2);}
#home_app .home_app_con ul>li:nth-child(n+4){border-bottom: 0;}
#home_app .home_app_con ul>li img{margin: auto; width: 72px; height: auto;}
#home_app .home_app_con ul>li span{color: #fff; font-size: 22px; display: block; margin-top: 20px;}
#home_app .home_app_con ul>li:hover{background-color: rgba(58,84,142,.6);}

/*home_about*/
#home_about{width: 100%; padding: 70px 0 110px 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
#home_about .home_about_dh{text-align: center;}
#home_about .home_about_dh>span{font-size: 30px; display: block; font-weight: bold; line-height: 1;}
#home_about .home_about_dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 15px auto;}
#home_about .home_about_dh>em{font-size: 16px; color: #5c5c5c; display: block;}
#home_about .home_about_con{margin-top: 50px; position: relative;}
#home_about .home_about_con .list{position: relative;}
#home_about .home_about_con .swiper-container{width: 100%;}
#home_about .home_about_con .swiper-slide .desc{margin-top: 20px; text-align: center; border-bottom: 1px solid #d0d5d9; padding-bottom: 50px;}
#home_about .home_about_con .swiper-slide span{font-size: 40px; display: block; text-transform: uppercase; font-family: Arial; font-weight: bold;}
#home_about .home_about_con .swiper-slide p{width: 68%; margin: auto; margin-top: 20px; font-size: 16px; min-height: 56px;}
#home_about .home_about_con .swiper-slide i{width: 14px; height: 14px; background-color: #3a548e; margin: -7px auto 0; display: block; border-radius: 50%;}
#home_about .home_about_con .swiper-slide .img{width: calc(100% - 40px); height: 219px; margin: 0 auto; overflow: hidden; margin-top: 50px;}
#home_about .home_about_con .swiper-slide img{width: 100%; height: 100%; object-fit: contain; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_about .home_about_con .ico>em{width: 52px; height: 52px; line-height: 52px; background-color: #3a548e; font-size: 36px; cursor: pointer; border-radius: 50%; color: #fff; position: absolute; top: 50%; margin-top: -80px; text-align: center; left: 0; z-index: 2;}
#home_about .home_about_con .ico>.ico_right{right: 0; left: auto;}

/*home_video*/
#home_video{width: 100%; padding: 70px 0 0 0;}
#home_video .home_video_dh{text-align: center;}
#home_video .home_video_dh>span{font-size: 30px; display: block; font-weight: bold; line-height: 1;}
#home_video .home_video_dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 15px auto;}
#home_video .home_video_dh>em{font-size: 16px; color: #5c5c5c; display: block;}
#home_video .home_video_con{margin-top: 50px; position: relative;}
#home_video .home_video_con .img{width: 100%; height: 438px;}
#home_video .home_video_con .img img{width: 100%; height: 100%; object-fit: cover;}
#home_video .home_video_con .desc{position: absolute; inset: 0; z-index: 2; cursor: pointer;}
#home_video .home_video_con .video{position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,.8); z-index: 10; display: none; align-items: center; justify-content: center;}
#home_video .home_video_con .video>.box{width: 40px; height: 40px; position: absolute; right: 10px; top: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#home_video .home_video_con .video>.box i{width: 40px; height: 40px; position: relative; display: block;}
#home_video .home_video_con .video>.box i::before,
#home_video .home_video_con .video>.box i::after{content: ''; width: 32px; height: 3px; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -16px; transform: rotate(45deg); background-color: #fff;}
#home_video .home_video_con .video>.box i::after{transform: rotate(-45deg);}
#home_video .home_video_con .video video{width: 90%; object-fit: cover;}

/*left*/
#left{width: 100%; height: 85px; border-bottom: 1px solid #ededed;}
#left .left_dh>ul>li a{height: 86px; line-height: 86px; display: block; padding: 0 25px; margin: 0 20px; font-size: 17px; box-sizing: border-box; text-align: center; border-bottom: 2px solid transparent;}
#left .left_dh>ul>li a.on{border-color: #3a548e; color: #3a548e;}

/*content*/
#right{width: 100%;}
#right .right_dh{font-size: 16px;}
#right .right_con{min-height: 200px; padding: 0;}
#right .right_box{clear: both; overflow: hidden; font-size: 16px; line-height: 2.2; padding: 65px 0 80px 0;}
#right .right_box img{max-width: 100%; height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*about*/
.about_profile{width: 100%; padding: 65px 0 80px 0;}
.about_profile .dh{font-size: 15px; text-align: center;}
.about_profile .dh>span{font-size: 30px; display: block;}
.about_profile .dh>em{margin-top: 10px; display: block; text-transform: uppercase; font-family: Arial;}
.about_profile .dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 10px auto;}
.about_profile .list{margin-top: 50px; background-color: #f6f7fa;}
.about_profile .list .img{width: 50%; height: 619px;}
.about_profile .list .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_profile .list .desc{width: 50%; box-sizing: border-box; text-align: left; padding: 0 3%;}
.about_profile .list .desc>span{font-size: 24px; color: #3a548e; font-weight: bold; display: block;}
.about_profile .list .desc>.box{margin-top: 20px; font-size: 16px; line-height: 2.2;}
.about_profile .list .ico{width: 212px; height: 46px; line-height: 46px; background-color: #3a548e; color: #fff; font-size: 15px; margin-top: 5%; border-radius: 30px; cursor: pointer;}
.about_profile .list .ico>img{margin-right: 10px;}
.about_profile .list .ico:hover{opacity: 0.9;}
.about_profile .video{position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,.8); z-index: 10; display: none; align-items: center; justify-content: center;}
.about_profile .video>.box{width: 40px; height: 40px; position: absolute; right: 10px; top: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.about_profile .video>.box i{width: 40px; height: 40px; position: relative; display: block;}
.about_profile .video>.box i::before,
.about_profile .video>.box i::after{content: ''; width: 32px; height: 3px; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -16px; transform: rotate(45deg); background-color: #fff;}
.about_profile .video>.box i::after{transform: rotate(-45deg);}
.about_profile .video video{width: 90%; object-fit: cover;}
.about_culture .dh{font-size: 15px; text-align: center;}
.about_culture .dh>span{font-size: 30px; display: block;}
.about_culture .dh>em{margin-top: 10px; display: block; text-transform: uppercase; font-family: Arial;}
.about_culture .dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 10px auto;}
.about_culture ul{width: 100%; height: 100%; display: flex; transition: all 1s; margin-top: 50px;}
.about_culture ul li{position: relative; width: 24%; transition: all 1s; margin-left: 1%; color: #fff; overflow: hidden;}
.about_culture ul li:nth-child(3n+1){margin-left: 0;}
.about_culture ul li .img{height: 665px; text-align: right;}
.about_culture ul li .img>img{width: 100%; height: 100%; object-fit: cover; transition: all 1s; -ms-transition: all 1s; filter: brightness(90%); -webkit-filter: brightness(90%);}
.about_culture ul li>.spec{position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; font-size: 30px; margin: auto; transition: all 0.3s; -ms-transition: all 0.3s; z-index: 2;}
.about_culture ul li>.spec>p{text-align: center; position: absolute; top: 40%; transition: all 0.5s; -ms-transition: all 0.5s;}
.about_culture ul li>.spec>p>img{display: inline-block; margin-bottom: 15px;}
.about_culture ul li>.spec>p>span{width: 190px; margin: 0 auto; text-align: center; line-height: 1.5; display: block;}
.about_culture ul li .desc{width: 90%; position: absolute; top: 80%; left: 0; right: 0; opacity: 0; overflow: hidden; z-index: 2; margin: auto; transition: all 0.8s; -ms-transition: all 0.8s;}
.about_culture ul li .desc>i{width: 1px; height: 26px; background-color: #fff; display: block; margin: 0 auto; margin-bottom: 10px;}
.about_culture ul li .desc>em{font-size: 16px; line-height: 2;}
.about_culture ul li .note{display: none;}
.about_culture ul li.on{width: 50%;}
.about_culture ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%);}
.about_culture ul li.on .desc{top: 53%; opacity: 1;}
.about_culture ul li.on>p{opacity: 0;}
.about_culture ul li.on>.spec>p{top: 35%; opacity: 1;}
.about_honor{width: 100%; padding: 65px 0 70px 0;}
.about_honor .dh{font-size: 15px; text-align: center;}
.about_honor .dh>span{font-size: 30px; display: block;}
.about_honor .dh>em{margin-top: 10px; display: block; text-transform: uppercase; font-family: Arial;}
.about_honor .dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 10px auto;}
.about_honor .dh>.desc{width: 90%; margin: 30px auto; font-size: 16px; line-height: 2;}
.about_honor .list{margin-top: 40px;}
.about_honor .swiper-slide .img{width: 100%; height: 260px; margin: 0 auto; display: flex; align-items: center; justify-content: center; border: 1px solid #e3e3e3; box-sizing: border-box; overflow: hidden;}
.about_honor .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: contain; transition: all 0.6s; -ms-transition: all 0.6s;}
.about_honor .swiper-slide:hover img{transform: scale(1.1); -webkit-transform: scale(1.1); }
.about_honor .swiper-slide .desc{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.about_honor .swiper-slide span{font-size: 16px;}
.about_honor .ico{margin: 60px auto 0; text-align: center;}
.about_honor .ico>em{width: 68px; height: 68px; line-height: 68px; background-color: #f1f1f1; font-size: 36px; margin: 0 15px; cursor: pointer; border-radius: 50%;}
.about_honor .ico>em:hover{background-color: #3a548e; color: #fff;}
.about_cooperate{width: 100%; padding: 65px 0; background-color: #f6f7fa;}
.about_cooperate .dh{font-size: 15px; text-align: center;}
.about_cooperate .dh>span{font-size: 30px; display: block;}
.about_cooperate .dh>em{margin-top: 10px; display: block; text-transform: uppercase; font-family: Arial;}
.about_cooperate .dh>i{width: 35px; height: 4px; background-color: #3a548e; display: block; margin: 10px auto;}
.about_cooperate .dh>.desc{width: 90%; margin: 30px auto; font-size: 16px; line-height: 2;}
.about_cooperate .list{margin-top: 40px;}
.about_cooperate .list ul>li{width: calc((100% - 80px)/5); background-color: #fff; margin-left: 20px; margin-bottom: 20px;}
.about_cooperate .list ul>li:nth-child(5n+1){margin-left: 0;}
.about_cooperate .list ul>li>.img{width: 100%; height: 100%; overflow: hidden;}
.about_cooperate .list ul>li>.img>img{max-width: 100%; max-height: 100%; object-fit: contain;}

/*list_pro*/
.list_pro{padding: 65px 0 0 0;}
.list_pro>span{font-size: 30px; display: block; text-align: center; line-height: 1; margin-bottom: 60px;}
.list_pro li{width: 100%; padding: 80px 0;}
.list_pro li .img{width: 48%; height: 465px; overflow: hidden;}
.list_pro li .img>img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s; display: inline-block;}
.list_pro li .img>img:hover{transform: scale(1.06); -webkit-transform: scale(1.06);}
.list_pro li .desc{width: 48%; margin-left: 4%; font-size: 16px; line-height: 2.2; margin-top: 15px;}
.list_pro li .desc>span{font-size: 24px; color: #3a548e; font-weight: bold; display: block; line-height: 1.4;}
.list_pro li .desc>em{margin-top: 10px; display: block;}
.list_pro li .desc>p{margin-top: 15px;}
.list_pro li .desc>.desc_box>span{font-size: 18px; color: #3a548e; font-weight: bold; display: block; margin-top: 10px;}
.list_pro li .desc dl>dd{text-align: center; padding: 15px 20px;}
.list_pro li .desc dl>dd>img{width: 60px; height: auto; display: block;}
.list_pro li .desc dl>dd>span{display: block; line-height: 1.8;}
.list_pro li .desc dl>dd:hover{background-color: #f1f3f7;}
.list_pro li:nth-child(2n){background-color: #f1f3f7;}
.list_pro li:nth-child(2n) .container{flex-direction: row-reverse;}
.list_pro li:nth-child(2n) .desc{margin-left: 0; margin-right: 4%;}
.list_pro li:first-child{padding-top: 0;}
.list_pro .cert{background-color: #f1f3f7; padding: 70px 0 80px 0;}
.list_pro .cert>span{font-size: 30px; display: block;}
.list_pro .cert>p{width: 60%; margin: auto; font-size: 16px; margin-top: 20px;}
.list_pro .cert>dl{margin-top: 60px;}
.list_pro .cert>dl>dd{text-align: center; margin: 0 50px;}
.list_pro .cert>dl>dd img{width: auto; height: 82px;}
.list_pro .cert>dl>dd span{display: block; margin-top: 15px;}

/*display*/
.dis_big{text-align: center;}
.dis_pic img{max-width: 80%; margin: 0 auto;}

/*list_share*/
ul.list_share li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.list_share li:nth-child(4n+1){margin-left: 0;}
ul.list_share li .img{width: 235px; height: 180px; margin: 0 auto; overflow: hidden;}
ul.list_share li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_share li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_share li span{display: block; padding-top: 10px;}

/*share_list*/
ul.share_list li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.share_list li:nth-child(4n+1){margin-left: 0;}
ul.share_list .img{width: 235px; height: 180px; margin: 0 auto; border: 1px solid #e6e6e6; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;}
ul.share_list .img img{max-width: 100%; max-height: 100%; transition: all 0.5s; -ms-transition: all 0.5s;}
ul.share_list li:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}
ul.share_list li span{display: block; padding-top: 10px; text-align: center;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff;}

/*list_img_news*/
.list_img_news{padding: 65px 0;}
.list_img_news ul li{width: 100%; margin-bottom: 3%;}
.list_img_news ul li .img{width: 25%; overflow: hidden;}
.list_img_news ul li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
.list_img_news ul li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list_img_news ul li .desc{width: calc(100% - 25%); padding-left: 4%; box-sizing: border-box; font-size: 15px;}
.list_img_news ul li span{font-size: 26px; display: block; font-weight: bold;}
.list_img_news ul li p{color: #666; line-height: 1.8; margin-top: 1%;}
.list_img_news ul li em{display: block; color: #888; margin-top: 4%;}

/*list_pic_news*/
ul.list_pic_news li{width: 300px; margin: 0 8px; height: 260px;}
ul.list_pic_news li .img{width: 300px; height: 200px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li span{display: block; padding-top: 10px;}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 28px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2; padding: 0 0 30px 0; font-size: 15px; border-bottom: 1px solid #e4e6e7;}
#dis_news .news_content{text-align: left; font-size: 16px; margin-top: 30px; line-height: 2.2;}

/*page*/
.page{text-align: center; line-height: 30px; min-height: 30px; clear: both; margin-top: 20px;}
/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 30px; text-align: center;}
.pages a{border: 1px solid #ccc; padding: 8px 14px; margin: 0 5px; color: #333 !important;}
.pages a:hover,.pages a.active{background: #3a548e; color: #fff !important; border-color: #3a548e;}
.pages span{border: 1px solid #ccc; padding: 8px 14px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.layui-laypage-curr{background: #3a548e; color: #fff; border-color: #3a548e;}
.pageBtn,.pageSelect{display: none;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px; border: 1px solid #ccc;}
.map img{max-width: inherit !important;}
.shadow,.pop,.anchorBL{display: none;}

/*form*/
#onlineMsgForm{width: 800px; margin: 50px auto 0; padding-bottom: 100px; font-size: 16px;}
#onlineMsgForm .formMsgItem{margin-top: 15px;}
#onlineMsgForm .formMsgItem .formMsgTitle{width: 100px; display: inline-block;}
#onlineMsgForm .formMsgItem .formMsgCon{width: 680px; display: inline-block;} 
#onlineMsgForm .textareaItem{display: flex; align-items: baseline;}
#onlineMsgForm .formMsgItem .layui-input{height: 48px; border: 1px solid #d0d0d0; border-radius: 0; display: inline-block;}
#onlineMsgForm .formMsgItem .layui-input:focus{border-color: #3a548e !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-select{height: 48px; border: 1px solid #d0d0d0; border-radius: 0;}
#onlineMsgForm .formMsgItem .layui-select:focus{border-color: #3a548e !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-textarea{height: 230px; border: 1px solid #d0d0d0; resize: none; padding: 15px 10px; border-radius: 0;}
#onlineMsgForm .formMsgItem .layui-textarea:focus{border-color: #3a548e !important; box-shadow: none;}
#onlineMsgForm .formMsgItem:nth-last-child(2) .formMsgInput{display: flex; align-items: center;} 
#onlineMsgForm .formMsgItem:nth-last-child(2) .layui-input{width: 200px;}
#onlineMsgForm .formMsgItem:nth-last-child(2) img{width: 80px; height: 48px; display: inline-block; margin-left: 20px;}
#onlineMsgForm .layui-btn{width: 370px; height: 58px; margin: 60px auto 0; background-color: #3a548e; display: block; border-radius: 0; font-size: 22px;}
#onlineMsgForm .layui-btn:hover{opacity: 0.9;}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99;}
.float li{margin: 20px 0; position: relative;}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%;}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none;}
.float .note img{width: 120px; height: 120px;}

/*nav*/
#footer_nav{background: #262626;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 60px 0 60px 0;}
#footer_nav .footer_nav_con a{color: #f1f1f2; font-size: 15px;}
#footer_nav .footer_nav_con a:hover{color: #f1f1f2;}
#footer_nav .footer_nav_con .pic{width: 30%;}
#footer_nav .footer_nav_con .search{width: 100%; height: 38px; line-height: 38px; background-color: #fff; margin-top: 45px;}
#footer_nav .footer_nav_con .search input{width: calc(100% - 142px); height: 38px; border: 0; background: url(../images/footer_search_ico.png) no-repeat 15px center; padding-left: 45px; box-sizing: border-box;}
#footer_nav .footer_nav_con .search button{width: 126px; height: 38px; background-color: #3a548e; color: #fff; border: 0; cursor: pointer;}
#footer_nav .footer_nav_con .list_box{width: 65%;}
#footer_nav .footer_nav_con .list_box>ul{justify-content: flex-end;}
#footer_nav .footer_nav_con .list_box>ul>li{padding: 0 40px; position: relative;}
#footer_nav .footer_nav_con .list_box>ul>li::after{content: ''; width: 1px; height: 10px; background-color: #999; display: block; position: absolute; left: 0; top: 50%; margin-top: -5px;}
#footer_nav .footer_nav_con .list_box>ul>li:first-child::after{display: none;}
#footer_nav .footer_nav_con .list_box>ul>li:last-child{padding-right: 0;}
#footer_nav .footer_nav_con .contact{margin-top: 50px; color: #fff; justify-content: flex-end;}
#footer_nav .footer_nav_con .contact ul{width: 60%; margin-right: 110px;}
#footer_nav .footer_nav_con .contact ul>li{text-align: left; line-height: 1.6; margin-bottom: 18px; flex-wrap: nowrap;}
#footer_nav .footer_nav_con .contact ul>li img{width: 26px; height: 26px; margin-right: 15px;}
#footer_nav .footer_nav_con .contact .desc{margin-top: 10px; text-align: center;}

/*footer*/
#footer{padding: 30px 0; background: #262626; color: #f1f1f2; border-top: 1px solid rgba(255,255,255,.1);}
#footer a{color: #f1f1f2;}
#footer a:hover{color: #f1f1f2;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 1100px){
.header{display: none;}
}
@media screen and (max-width: 1360px){
#home_about .home_about_con .swiper-slide p{min-height: 78px;}
#home_about .home_about_con .ico>em{margin-top: -68px;}
#footer_nav .footer_nav_con .list_box>ul>li{padding: 0 25px;}
#footer_nav .footer_nav_con .contact ul{width: 62%; margin-right: 60px;}
#footer_nav .footer_nav_con .contact ul>li span{width: calc(100% - 100px);}
}
@media screen and (max-width: 1440px){
.menu>ul>li{padding: 0 20px;}
}
@media screen and (max-width: 1360px){
.menu>ul>li{padding: 0 15px;}
.menu>ul>li>a{font-size: 15px;}
.list_pro li .desc dl>dd{padding: 15px;}
}
@media screen and (max-width: 1200px){
.menu>ul>li{padding: 0 10px;}
.menu>ul>li>a{font-size: 14px;}
}

/*public*/
@media screen and (max-width: 1099px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 26px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; border-top: 1px solid #f0f0f0; overflow-y: scroll; display: none;}
.header .nav ul li>a{display: block; font-size: 15px; color: #454545; line-height: 16px; text-align: left; padding: 14px 20px; border-bottom: 1px solid #f0f0f0;}
.header .nav ul li>a:hover{background: #3a548e; color: #fff;}
.header .nav ul li .lang{margin-top: 20px;}
.header .nav ul li .lang>a{padding: 0 10px; font-size: 15px;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #3a548e; height: 2px; width: 24px;}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px);}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px);}
.header_top{height: 60px;}

/*banner*/
.banner{height: 40vh;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-slide .desc{left: 3%; width: 60%;}
.banner .swiper-slide .desc>span{font-size: 16px;}
.banner .swiper-slide .desc>em{font-size: 20px; margin: 8px auto;}
.banner .swiper-slide .desc>p{font-size: 14px; line-height: 1.6;}
.banner .swiper-pagination{bottom: 10px;}
.banner .swiper-pagination-bullet{margin: 0 4px !important;}
.banner .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{height: 30vh;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-slide .desc{font-size: 14px;}
.banner_inside .swiper-slide .desc>span{font-size: 18px;}
.banner_inside .swiper-slide .desc>em{margin-top: 12px;}
.banner_inside .swiper-pagination{bottom: 10px;}
.banner_inside .swiper-pagination-bullet{margin: 0 4px !important;}
.banner_inside .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home_pro*/
#home_pro .home_pro_dh{padding-top: 30px;}
#home_pro .home_pro_dh>span{font-size: 18px;}
#home_pro .home_pro_dh>i{height: 3px;}
#home_pro .home_pro_dh>em{width: 90%; font-size: 15px; margin: 10px auto;}
#home_pro .home_pro_con{margin-top: 20px;}
#home_pro .home_pro_con ul{display: block;}
#home_pro .home_pro_con ul li{width: 100%; margin-left: 0; margin-bottom: 3%;}
#home_pro .home_pro_con ul li.on{width: 100%;}
#home_pro .home_pro_con ul li .img{height: 160px;}
#home_pro .home_pro_con ul li .ico p{display: none;}
#home_pro .home_pro_con ul li .ico em{display: none;}
#home_pro .home_pro_con ul li .desc{position: relative;}
#home_pro .home_pro_con ul li .desc>.box{display: none;}
#home_pro .home_pro_con ul li.on .desc{display: none;}
#home_pro .home_pro_con ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%);}
#home_pro .home_pro_con ul li.on .ico{opacity: 1;}
#home_pro .home_pro_con ul li.on p{opacity: 1;}
#home_pro .home_pro_con ul li .ico span{font-size: 16px;}

/*home_app*/
#home_app .home_app_dh{padding-top: 20px;}
#home_app .home_app_dh>span{font-size: 18px;}
#home_app .home_app_dh>i{height: 3px;}
#home_app .home_app_dh>em{width: 90%; font-size: 15px; margin: 10px auto;}
#home_app .home_app_con{margin-top: 20px; height: auto; padding: 30px 0 0 0; display: block;}
#home_app .home_app_con .desc{width: 100%; font-size: 16px;}
#home_app .home_app_con .desc img{max-height: 36px;}
#home_app .home_app_con ul{width: 100%;}
#home_app .home_app_con ul>li{padding: 20px 0;}
#home_app .home_app_con ul>li img{width: 46px;}
#home_app .home_app_con ul>li span{font-size: 16px; margin-top: 10px;}
#home_app .home_app_con ul>li{border-top: 1px solid rgba(255,255,255,.2); border-bottom: 0;}

/*home_about*/
#home_about{padding: 30px 0 40px 0;}
#home_about .home_about_dh>span{font-size: 18px;}
#home_about .home_about_dh>i{height: 3px;}
#home_about .home_about_dh>em{width: 90%; font-size: 15px; margin: 10px auto;}
#home_about .home_about_con{margin-top: 20px;}
#home_about .home_about_con .swiper-container{width: 76%;}
#home_about .home_about_con .swiper-slide span{font-size: 26px;}
#home_about .home_about_con .swiper-slide .desc{margin-top: 0; padding-bottom: 20px; border-bottom: 0;}
#home_about .home_about_con .swiper-slide p{width: 90%; margin-top: 10px; font-size: 15px; min-height: auto;}
#home_about .home_about_con .swiper-slide i{display: none;}
#home_about .home_about_con .swiper-slide .img{width: 90%; height: 160px; margin-top: 0;}
#home_about .home_about_con .ico>em{width: 36px; height: 36px; line-height: 36px; font-size: 24px; margin-top: -5%;}

/*home_video*/
#home_video{padding: 30px 0 0 0;}
#home_video .home_video_dh>span{font-size: 18px;}
#home_video .home_video_dh>i{height: 3px;}
#home_video .home_video_dh>em{width: 90%; font-size: 15px; margin: 10px auto;}
#home_video .home_video_con{margin-top: 20px;}
#home_video .home_video_con .img{height: 200px;}
#home_video .home_video_con .video video{height: auto;}
#home_video .home_video_con .video .box{top: 80px;}
#home_video .home_video_con .desc img{width: 40px; height: auto;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{font-size: 15px;}
#right .right_con{min-height: 320px; padding: 0;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_box{padding: 30px 0; font-size: 15px;}
#right .right_icon{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px; position: relative;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block;}
#right .right_icon span::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; left: 0;}
#right .right_icon span::after{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; right: 0;}

/*left*/
#left{height: 45px;}
#left .left_dh>ul{white-space: nowrap; overflow-x: scroll; display: block; text-align: center;}
#left .left_dh>ul>li{margin: 0 2px; display: inline-block;}
#left .left_dh>ul>li a{height: 46px; line-height: 46px; font-size: 15px; padding: 0 8px; margin: 0;}
#left .left_dh>ul>li a.on{border-width: 2px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*about*/
.about_profile{padding: 30px 0;}
.about_profile .dh>span{font-size: 18px;}
.about_profile .dh>em{font-size: 14px; margin-top: 0;}
.about_profile .dh>i{height: 3px; margin: 10px auto;}
.about_profile .list{display: block; margin-top: 25px;}
.about_profile .list .img{width: 100%; height: auto;}
.about_profile .list .desc{width: 100%; margin-top: 20px; padding-bottom: 30px;}
.about_profile .list .desc>span{font-size: 17px;}
.about_profile .list .desc>.box{margin-top: 10px;}
.about_profile .list .ico{width: 190px; height: 40px; height: 40px;}
.about_profile .video>.box{top: 80px;}
.about_culture{padding: 0;}
.about_culture .dh>span{font-size: 18px;}
.about_culture .dh>em{margin-top: 0; font-size: 14px;}
.about_culture .dh>i{height: 3px; margin: 10px auto;}
.about_culture ul{width: 94%; margin: auto; margin-top: 25px;}
.about_culture ul li{width: 100%; margin-left: 0; margin-bottom: 3%; position: relative;}
.about_culture ul li.on{width: 100%;}
.about_culture ul li .img{display: none;}
.about_culture ul li .spec{display: none;}
.about_culture ul li .desc{display: none;}
.about_culture ul li .note{min-height: 240px; display: flex; padding: 25px 0; box-sizing: border-box;}
.about_culture ul li .note>.box{width: 68%; margin: auto; text-align: center;}
.about_culture ul li .note>.box>img{width: 36px; margin: 0 auto 10px;}
.about_culture ul li .note>.box>span{width: 100%; font-size: 18px; display: block;}
.about_culture ul li .note>.box>i{width: 1px; height: 26px; background-color: #fff; display: block; margin: 0 auto; margin: 10px auto;}
.about_culture ul li .note>.box>em{display: block;}
.about_honor{padding: 20px 0 30px 0;}
.about_honor .dh>span{font-size: 18px;}
.about_honor .dh>em{margin-top: 0; font-size: 14px;}
.about_honor .dh>i{height: 3px; margin: 10px auto;}
.about_honor .dh>.desc{width: 100%; font-size: 15px; margin: 15px auto;}
.about_honor .list{margin-top: 20px;}
.about_honor .swiper-slide .img{height: 160px;}
.about_honor .swiper-slide .desc{margin-top: 10px;}
.about_honor .swiper-slide span{font-size: 15px;}
.about_honor .ico{margin: 25px 0 0 0;}
.about_honor .ico>em{width: 36px; height: 36px; line-height: 36px; font-size: 24px; margin: 0 5px;}
.about_cooperate{padding: 30px 0 20px 0;}
.about_cooperate .dh>span{font-size: 18px;}
.about_cooperate .dh>em{margin-top: 0; font-size: 14px;}
.about_cooperate .dh>i{height: 3px; margin: 10px auto;}
.about_cooperate .list{margin-top: 20px;}
.about_cooperate .list ul>li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
.about_cooperate .list ul>li:nth-child(5n+1){margin-left: 4%;}
.about_cooperate .list ul>li:nth-child(2n+1){margin-left: 0;}
.about_cooperate .list ul>li>.img>img{max-height: 80%;}

/*list_pro*/
.list_pro{padding-top: 30px;}
.list_pro>span{font-size: 17px; margin-bottom: 20px;}
.list_pro li{padding: 30px 0;}
.list_pro li .img{width: 100%; height: 100%;}
.list_pro li .desc{width: 100%; margin-left: 0; margin-top: 10px;}
.list_pro li .desc>span{font-size: 16px;}
.list_pro li .desc>em{font-size: 15px;}
.list_pro li .desc>p{font-size: 15px;}
.list_pro li .desc>.desc_box>span{font-size: 15px;}
.list_pro li .desc dl>dd{width: 20%; padding: 0;}
.list_pro li .desc dl>dd>span{font-size: 15px;}
.list_pro li .desc dl>dd>img{margin: auto; width: 46px;}
.list_pro .cert{padding: 30px 0;}
.list_pro .cert>span{font-size: 18px;}
.list_pro .cert>p{font-size: 15px; width: 90%; margin: 10px auto;}
.list_pro .cert>dl{margin-top: 20px;}
.list_pro .cert>dl>dd{width: 20%; margin: 0;}
.list_pro .cert>dl>dd img{height: 30px; margin: auto;}
.list_pro .cert>dl>dd span{margin-top: 8px;}

/*display*/
.dis_big{margin-top: 30px;}

/*list_share*/
ul.list_share li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_share li:nth-child(2n+1){margin-left: 0;}
ul.list_share li .img{width: 100%; height: 120px;}
ul.list_share li span{padding-top: 5px;}

/*share_list*/
ul.share_list li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 100%;}
ul.share_list li span{padding-top: 5px;}

/*list_news*/
.list_news{padding: 30px 0 40px 0;}

/*list_img_news*/
.list_img_news{padding: 30px 0;}
.list_img_news ul li{width: 100%; margin-left: 0; margin-bottom: 4%;}
.list_img_news ul li .img{width: 40%; height: 120px;}
.list_img_news ul li .desc{width: 60%;}
.list_img_news ul li span{font-size: 16px; font-weight: normal; line-height: 2;}
.list_img_news ul li p{line-height: 1.6;}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 17px; line-height: 1.6;}
#dis_news .news_date{padding: 5px 0 15px 0;}
#dis_news .news_content{margin-top: 15px; font-size: 15px;}

/*form*/
#onlineMsgForm{width: 100%; margin-top: 20px; padding-bottom: 30px; font-size: 15px;}
#onlineMsgForm .formMsgItem .formMsgCon{width: 100%;}
#onlineMsgForm .formMsgItem .layui-input{height: 36px;}
#onlineMsgForm .textareaItem{display: block;}
#onlineMsgForm .formMsgItem .formMsgCon{display: block;}
#onlineMsgForm .formMsgItem .formMsgTitle{width: auto; padding-bottom: 5px;}
#onlineMsgForm .formMsgItem .layui-textarea{height: 136px;}
#onlineMsgForm .formMsgItem:nth-last-child(2) .layui-input{width: 60%;}
#onlineMsgForm .formMsgItem:nth-last-child(2) img{height: 36px; margin-left: 10px;}
#onlineMsgForm .layui-btn{width: 160px; height: 40px; margin: 25px auto 10px; font-size: 16px;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 15px; text-align: center;}
.pages a{padding: 5px 10px;}
.pages span{padding: 5px 10px; margin: 0 3px;}
.layui-laypage{display: none;}
.pageBtn,.pageSelect{display: inline-block;}
.pageSelect>select{border: 0;}

/*float*/
.float{display: none;}

/*livechat*/
#livechat{display: none;}

/*nav*/
#footer_nav{display: none;}

/*footer*/
#footer{padding: 15px 0;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}