@charset "utf-8";
.in_title{text-align: center;margin-bottom: 40px;padding-top: 70px;}
.in_title h2{font-size:48px;color: #043689;padding-bottom: 25px;background:url(../images/title_bg.png) no-repeat bottom center;}
.in_title p{font-size: 20px;color: #9d9d9d;margin-top: 10px;}

/* in_about */
.in_about{padding: 70px 0;}
.in_about .about_txt {line-height: 50px;font-size: 20px;color: #555555;text-align: center;margin-bottom: 40px;}
.about_list ul{margin: 0 -18px;}
.about_list ul li{width: 376px;height: 275px;margin: 0 18px;float: left;text-align: center;color: #ffffff;position: relative;overflow: hidden;}
.about_list ul img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;position:absolute;display: block;top: 0;z-index: 1;}
.about_list ul li h1{font-weight: 400;line-height: 60px;position: relative;transition: 0.5s;font-size: 32px;}
.about_list ul li h1:after{content: "";position: absolute;width: 0;left: 32%;height: 3px;background: #ffffff;bottom: 5px;transition: 0.5s;}
.about_list ul li p{font-size: 18px;}
.about_list ul li:hover h1:after{width: 130px;}
.about_list ul li a{color: #ffffff;display: block;z-index: 3;position: relative;padding: 80px 0;}
.about_list ul li .dbg{width: 100%;height: 100%;position: absolute;top: 0;background: rgb(0 0 0 / 10%);z-index: 2;transition: 0.5s;}
.about_list ul li:hover img{transform: scale(1.1);}
.about_list ul li:hover .dbg{width: 100%;height: 100%;position: absolute;top: 0;background: rgb(4 54 137 / 50%);}

/* in_solve */
.in_solve{ background:#043689; padding-bottom: 70px; overflow:hidden;}
.in_solve .in_title h2{color: #fff;background:url(../images/title_bg2.png) no-repeat bottom center;}
.solve{ height:520px; overflow:hidden;}
.solvet{ height:70px; background:#555555; overflow:hidden;}
.solvet li{ width:20%; font:18px "Microsoft YaHei"; line-height:70px; text-align:center; float:left; overflow:hidden;}
.solvet li a{ display:block; color:#fff;}
.solvet li em{ display:inline-block; width:11px; height:16px; background:url(../images/fen_arr1.png) no-repeat; vertical-align:middle; margin:0 0 0 15px;}
.solvet li a:hover,.solvet .cur a{ background:url(../images/pro_bg.jpg) no-repeat;background-size: cover;}
.solvet li a:hover em,.solvet .cur em{ width:16px; height:11px;background:url(../images/fen_arr2.png) no-repeat;}
.solve2{ height:450px; overflow:hidden;background: #f4f4f4;}
.solve2 dl{ height:450px; overflow:hidden; background:#fff;}
.solve2 dt{ width:600px; height:450px; float:left; overflow:hidden;}
.solve2 dt img{ display:block;width:600px; height:450px;}
.solve2 dd{ width:515px; float:right; padding-right:30px; overflow:hidden;} 
.solve2 dd h3 a{ display:block; font-size:32px; font-weight:bold; color:#454545; line-height:35px; margin-top:32px; overflow:hidden;}
.solve2 dd .sopp{ font-size:16px; line-height:24px; color:#454545; height:84px; overflow:hidden; margin-top:12px;}
.solve2 dd em{ display:block; width:487px; height:231px; margin-top:12px; overflow:hidden;}
.solve2 dd em img{display:block; width:487px; height:231px;}

/* in_adv */
.in_adv img{width: 100%;display: block;}

/* in_partner */
.in_partner ul li{width: 10%;float: left;}
.in_partner ul li img{width: 100%;display: block;}

/*in_news*/
.in_news{padding-bottom: 70px;}
.in_news .in_title h2{color: #4c4c4c;}
.in_news ul{margin: 0 -13px;}
.in_news ul li{width:358px; float: left;margin:0 13px;padding: 16px 11px;border: 1px solid #d2d2d2;position: relative;margin-bottom:40px;}
.in_news ul li .pic{width:358px;height: 235px;border: 1px solid #d2d2d2;}
.in_news ul li .pic img{width:358px;height: 235px;display: block;}
.in_news ul li h3{font-size: 18px;color: #333;margin:20px 0 15px 0;}
.in_news ul li p{font-size: 14px;color:#555;line-height: 24px;margin-bottom: 30px;height:70px;}
.in_news ul li a.more{width: 52px;height: 48px;line-height: 45px;font-size: 38px;color: #fff;text-align: center;background: #494644;display: block;position: absolute;bottom: -24px;left: 169px;}
.in_news ul li:hover a.more{background: #043689;}

.in_news ul li h3:hover{color: #043689;}