.tit { text-align: center; margin-bottom: 20px;}
.tit h2 { font-size: 34px; color: #4f4f4f; text-transform: capitalize; font-weight: normal;}
.tit h5 { font-size: 16px; color: #474747; margin: 0 0 24px; font-weight: normal;}
.tit h6 { font-size: 15px; color: #787878; margin-bottom: 30px; font-weight: bold;}
.tit p { font-size: 14px; color: #787878; line-height: 30px; width: 995px; margin: 0 auto;}

.tit1 h2, .tit1 h5, .tit1 h6, .tit1 p { color: #fff;}

.in_ser { margin: 30px 0;}
.in_ser .in_serm li { float: left; width: 25%; height: 450px; position: relative; overflow: hidden;}
.in_ser .in_serm li:before { content: ""; background: #093e96; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.in_ser .in_serm li a { display: block; height: 100%; padding: 48px 60px;}
.in_ser .in_serm li .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; background-size: 100% 100%;}
.in_ser .in_serm li .inter_inner { width: 94%; height: 94%; position: absolute; left: 3%; top: 3%;}
.in_ser .in_serm li .inter_inner .line1, .in_ser .in_serm li .inter_inner .line2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition-delay: 0.6s;
	filter: alpha(opacity=0); pointer-events: none; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s;}
.in_ser .in_serm li .inter_inner .line1 { border-top: 3px solid #fff; border-bottom: 3px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1);}
.in_ser .in_serm li .inter_inner .line2 { border-right: 3px solid #fff; border-left: 3px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0);}
.in_ser .in_serm li:hover .line1, .in_ser .in_serm li:hover .line2 { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1);}
.in_ser .in_serm li .con { position: relative; z-index: 1; overflow: hidden;}
/*.in_ser .in_serm li .con h3 { height: 78px; line-height: 78px;}*/
.in_ser .in_serm li .con h4 { font-size: 18px; color: #fff; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.in_ser .in_serm li .con h5 { font-size: 14px; color: #fff; margin-bottom: 72px; margin-top: 8px; position: relative;}
.in_ser .in_serm li .con h5:before { content: ""; position: absolute; top: 48px; left: 0; width: 0; height: 2px; background: #fff; -moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.in_ser .in_serm li .con p { font-size: 13px; color: #fff; line-height: 30px; height: 250px; overflow: hidden; margin-bottom: 250px; transform: translateX(-355px);
	-webkit-transform: translateX(-355px); -moz-transform: translateX(-355px); transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out;}
.in_ser .in_serm li .con .more b { display: inline-block; width: 38px; height: 38px; line-height: 34px; text-align: center; font-size: 13px; color: #333; font-weight: normal;
	border: #fff 1px solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; color: #fff;}
.in_ser .in_serm li:hover .con .more b { width: 105px; background: #fff; color: #6e6e6e;}
.in_ser .in_serm li .con .more b span { display: inline-block; width: 0; height: 36px; line-height: 36px; font-family: arial; color: #333; font-size: 13px; margin-left: 5px;
	overflow: hidden; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;}
.in_ser .in_serm li:hover .con .more b span { margin-left: 0; width: 52px; margin-right: 8px;}
.in_ser .in_serm li:hover:before { right: 0; width: 100%;}
.in_ser .in_serm li:hover .con p { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0);}
.in_ser .in_serm li:hover .con h5:before { width: 35px;}
.in_ser .in_serm li .bg { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left;
	-webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; -moz-transform: perspective(300px) rotateY(0deg);
	-ms-transform: perspective(300px) rotateY(0deg); -o-transform: perspective(300px) rotateY(0deg); transform: perspective(300px) rotateY(0deg);}
.in_ser .in_serm li:hover .bg { opacity: 1; -webkit-transform: perspective(300px) rotateY(90deg); transform: perspective(300px) rotateY(90deg);
	-moz-transform: perspective(300px) rotateY(90deg); -ms-transform: perspective(300px) rotateY(90deg); -o-transform: perspective(300px) rotateY(90deg);}
.in_ser dl { text-align: center; position: relative; margin: 30px 0 0 0;}
.in_ser dd { float: left; width: 25%;}
.in_ser dl dd h3 { height: 60px; line-height: 60px;}
.in_ser dl dd h3 img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: gray; -o-filter: grayscale(100%);
	filter: grayscale(100%);}
.in_ser dl dd h4 { font-size: 12px; color: #828282; text-transform: uppercase; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.in_ser dl dd h5 { font-size: 16px; color: #333; margin-bottom: 6px; position: relative;}
.in_ser dl dd h4:before { content: ""; position: absolute; top: 36px; left: 50%; margin-left: -6px; width: 0; height: 2px; background: #093e96;
	-moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;}
.in_ser dl dd:hover h4:before { width: 12px;}
.in_ser dl dd:hover h3 img { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); filter: none; -o-filter: grayscale(0); filter: grayscale(0);
	-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
@-webkit-keyframes criss-cross-left {
  	0% { left: -20px;}
  	50% { left: 50%; width: 20px; height: 20px;}
  	100% { left: 50%; width: 375px; height: 375px;}
}
@keyframes criss-cross-left {
  	0% { left: -20px;}
  	50% { left: 50%; width: 20px; height: 20px;}
  	100% { left: 50%; width: 375px; height: 375px;}
}
@-webkit-keyframes criss-cross-right {
  	0% { right: -20px;}
  	50% { right: 50%; width: 20px; height: 20px;}
  	100% { right: 50%; width: 375px; height: 375px;}
}
@keyframes criss-cross-right {
  	0% { right: -20px;}
  	50% { right: 50%; width: 20px; height: 20px;}
  	100% { right: 50%; width: 375px; height: 375px;}
}

.in_proce { padding: 75px 0; background: #f7f7f7; overflow: hidden; position: relative;}
.in_proce .container { position: relative; z-index: 2;}
.in_proce .tit { margin-bottom: 46px;}
.in_proce:before { content: ""; position: absolute; left: 0; top: 295px; width: 100%; height: 1px; border-bottom: #d0d0d1 1px dashed;}
.in_proce:after { content: ""; position: absolute; right: 0; top: 295px; width: 0; height: 1px; border-bottom: #093e96 1px dashed; z-index: 0; transition: all 4s ease-in-out;
	-moz-transition: all 4s ease-in-out; -webkit-transition: all 4s ease-in-out; -o-transition: all 4s ease-in-out; -ms-transition: all 4s ease-in-out;}
.in_proce:hover:after { left: 0; width: 100%;}
.in_proce ul { font-size: 0; overflow: hidden; text-align: center;}
.in_proce ul li { width: 25%; display: inline-block; *display: inline; *zoom: 1;text-align: center; position: relative;}
.in_proce ul li .img { width: 145px; height: 145px; line-height: 143px; display: inline-block; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	position: relative; z-index: 10; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; transform: rotate(90deg) translateZ(0); -webkit-transform: rotate(90deg) translateZ(0);
	-moz-transform: rotate(90deg) translateZ(0); background: #f7f7f7; margin-bottom: 20px;} 
.in_proce ul li .img a { display: inline-block; transform: rotate(-90deg) translateZ(0); -webkit-transform: rotate(-90deg) translateZ(0); -moz-transform: rotate(-90deg) translateZ(0);
	 margin-left: 32px;}
.in_proce ul li .img a img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);
	filter: gray; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out; filter: alpha(opacity=65); opacity: 0.65; -moz-opacity: 0.65; -khtml-opacity: 0.65;}
.in_proce ul li:hover .img a img { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0);
	filter: none; filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none;}
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg);}
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg);}
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg);}
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg);}
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg);}
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg);}
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg);}
}
.in_procem1 { position: relative;}
.in_procem1s { width: 72.5px; height: 145px; position: absolute; top: 0; overflow: hidden;}
.in_procem1 .fl { width: 72.5px; height: 146px; position: absolute; left: 0; top: 0;}
.in_procem1 .fr { width: 72.5px; height: 146px; position: absolute; right: 0; top: 0;}
.in_proce ul li .img .circleProgress { width: 146px; height: 145px; border: 2px solid #093e96; border-radius: 50%; position: absolute; top: 0; -webkit-transform: rotate(45deg);
	box-sizing: border-box;}
.in_proce ul li .img .rightcircle { border-top: 2px solid #d0d0d1; border-right: 2px solid #d0d0d1; right: 0;}
.in_proce ul li .img:hover .rightcircle { -webkit-animation: circleProgressLoad_right 2s linear;} 
.in_proce ul li .img .leftcircle { border-bottom: 2px solid #d0d0d1; border-left: 2px solid #d0d0d1; left: 0;}
.in_proce ul li .img:hover .leftcircle { -webkit-animation: circleProgressLoad_left 2s linear;}
.in_proce ul li .img:after { content:""; position: absolute; left: 0; top: 0; width: 141px; height: 141px; -moz-border-radius: 50%; -webkit-border-radius: 50%;
	border-radius: 50%;}
.in_proce ul li .img:hover:after { transition-delay: 2s; border: 2px solid #093e96;}
@-webkit-keyframes circleProgressLoad_right{
	0%{ -webkit-transform: rotate(45deg);}
	50%{ -webkit-transform: rotate(225deg);}
	100%{ -webkit-transform: rotate(225deg);}
}
@-webkit-keyframes circleProgressLoad_left{
	0%{ -webkit-transform: rotate(45deg);}
	50%{ -webkit-transform: rotate(45deg);}
	100%{ -webkit-transform: rotate(225deg);}
}
.in_proce ul li span { position: absolute; left: 226px; top: 55px; display: inline-block; width: 70px; height: 35px; line-height: 35px; font-size: 14px; color: #a1a1a2;
	background: #f7f7f7; z-index: 100; text-align: left; text-transform: uppercase; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out;}
.in_proce ul li:hover span { color: #6385be;}
.in_proce ul li:before { content: ""; position: absolute; width: 5px; height: 5px; left: 246px; top: 52px; background: #d0d0d1; -moz-border-radius: 2.5px; z-index: 1000;
	-webkit-border-radius: 2.5px; border-radius: 2.5px; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out;}
.in_proce ul li:after { content: ""; position: absolute; width: 5px; height: 5px; left: 246px; top: 87px; background: #d0d0d1; -moz-border-radius: 2.5px; z-index: 1000;
	-webkit-border-radius: 2.5px; border-radius: 2.5px; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out;}
.in_proce ul li:hover:after { background: #093e96;}
.in_proce ul li:hover:before { background: #093e96; transition-delay: 2s;}
.in_proce ul li h4 { font-size: 16px; color: #3b3b3b; margin-bottom: 12px; font-weight: normal;}
.in_proce ul li h5 { font-size: 14px; color: #6e6e6e; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.in_coop { padding: 30px 0; border-bottom: #e5e5e5 1px solid; position: relative;}
.in_coop:after { content: ""; position: absolute; right: 0; width: 0; height: 1px; background: #093e96; bottom: -1px; -moz-transition: all 4s ease-in-out;
	-webkit-transition: all 4s ease-in-out; -o-transition: all 4s ease-in-out; -ms-transition: all 4s ease-in-out; transition: all 4s ease-in-out;}
.in_coop:hover:after { left: 0; width: 100%;}
.in_coop ul li { float: left; margin: 0 20px 20px 0; position: relative; cursor: pointer; width: 23.9%; overflow: hidden;}
.in_coop ul li.mr0 { margin-right: 0;}
.in_coop li a.pic { position: relative; width: 100%; padding: 50% 0; display: block;}
.in_coop li a.pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.in_coop ul li h5 { font-size: 16px; color: #fff; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 20px;}
.in_coop ul li a.txt { text-align: center; display: block;}
.in_coop ul li .grid-shade { position: absolute; top: 100%; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); -moz-transition: all 0.6s ease-in-out;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99ED1C24', endColorstr='#99ED1C24'); -webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.in_coop ul li:hover .grid-shade { top: 0;}
.in_coop .grid-shade .grid-enter { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.in_coop .more00.more a { background: #093e96; border: #093e96 1px solid; color: #fff;}
.in_coop .btn-11:before, .in_coop .btn-11:after { background: #073074;}
.in_coop li .inter_inner { width: 94%; height: 94%; position: absolute; left: 3%; top: 3%;}
.in_coop li .inter_inner .line1, .in_coop li .inter_inner .line2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition-delay: 0.6s;
	filter: alpha(opacity=0); pointer-events: none; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s;}
.in_coop li .inter_inner .line1 { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1);}
.in_coop li .inter_inner .line2 { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0);}
.in_coop li:hover .line1, .in_coop li:hover .line2 { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1);}

.in_adv { background: url(../img/06_bg.jpg); padding: 50px 0;}
.in_adv .in_advm li { float: left; width: 20.1%; height: 306px; margin-right: 93px; text-align: center; overflow: hidden;}
.in_adv .in_advm li.mr0 { margin-right: 0;}
.in_adv .in_advm li a { display: block; height: 304px; border: #cff3b5 1px solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-decoration: none;}
.in_adv .in_advm li a h3 { display: inline-block; width: 95px; height: 95px; line-height: 140px; background: #fff; -moz-border-radius: 100%; -webkit-border-radius: 100%;
    border-radius: 100%; margin-bottom: 24px;}
.in_adv .in_advm li a h4 { font-size: 16px; color: #fff; margin-bottom: 10px;}
.in_adv .in_advm li a h5 { font-size: 12px; color: #fff; text-transform: uppercase;}
.in_adv .in_advm li a .box { padding: 72px 0 0; height: 100%; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
.in_adv .in_advm li:hover a .box { transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%);}
.in_adv .in_advm li a .con { padding: 40px 21px; height: 100%; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
.in_adv .in_advm li:hover a .con { transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%);}
.in_adv .in_advm li a .con .ar_article { height: 216px; overflow: hidden; overflow-y: scroll;}
.in_adv .in_advm li a .con p { font-size: 14px; line-height: 20px; color: #fff; margin-bottom: 20px; text-align: left;}
.in_adv .in_advm li a .con p:last-child { margin-bottom: 0;}
.in_adv .in_advm li a .con .ar_article::-webkit-scrollbar { width: 3px; height: 3px; background: none;}
.in_adv .in_advm li a .con .ar_article::-webkit-scrollbar-track { border-radius: 1.5px; background: none;}
.in_adv .in_advm li a .con .ar_article::-webkit-scrollbar-thumb { border-radius: 1.5px; background: rgba(255,255,255,0.2);}

.in_about { background: #093e96 url(../img/main_d_bg.jpg) center top no-repeat; padding: 50px 0;}
.in_about .ab_box { width: 34.8%; background: url(../img/main_d_left_bg.png) left top no-repeat; padding: 28px 0px 0px 28px; height: 373px; position: relative;}
.in_about .ab_box .ab_box_tit { position: absolute; left: 33px; top: 33px; font-size: 18px; padding: 12px 25px; background: #093e96; color: #fff; z-index: 99;}
.in_about .ab_box .hd { position: absolute; right: 10px; bottom: 38px; z-index: 88;}
.in_about .ab_box .hd li { float: left; width: 13px; height: 13px; margin: 0 5px; background: #ccc; border-radius: 50%;}
.in_about .ab_box .hd li.on { background: #fff;}
.in_about .ab_box .bd { width: 490px; height: 340px; overflow: hidden; border: 5px solid #fff;}
.in_about .ab_box .bd li a { position: relative; width: 100%; padding: 34.7% 0; display: block;}
.in_about .ab_box .bd li a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.in_about .ab_txt { width: 60%;}
.in_about .ab_txt h2 { display: inline-block; border-bottom: 1px solid #fff; font-size: 36px; line-height: 62px; margin-bottom: 20px; color: #fff;}
.in_about .ab_txt p { font-size: 15px; color: #fff; line-height: 30px;}
.in_about .ab_txt a.more { display: block; width: 110px; height: 37px; text-align: center; line-height: 37px; background: #e77e0f; font-size: 14px;
    color: #fff; margin-top: 30px;}
.in_about .ab_txt a.more:hover { background: #f99124;}

.in_new { background: url(../img/rt_p44.jpg) no-repeat top center; padding: 50px 0;}
.in_new li { width: 100%; height: 130px; background-color: rgba(255,255,255,0.5); margin-top: 25px; position: relative; overflow: hidden; transition: .5s;}
.in_new li a.pic { float: right; width: 20%; height: 100%; position: relative; overflow: hidden; display: block;}
.in_new li.last a.pic { float: left; margin-right: 35px;}
.in_new li a.pic img { width: 100%; height: 100%; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;}
.in_new li a.pic span { position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; display: none; transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;}
.in_new li a.pic:hover img { transform: scale(1.08); -webkit-transform: scale(1.08);}
.in_new li em { position: absolute; top: 28px; background: #093e96; height: 45px; width: 3px; display: block; transition: all .45s;}
.in_new li.last em { right: 0;}
.in_new li .txt { width: 75%; margin-left: 35px; padding-top: 15px;}
.in_new li.last .txt { width: 95%;}
.in_new li .txt a { color: #222; font-size: 18px; font-weight: bold; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;}
.in_new li .txt span { font-size: 14px; color: #d6d6d6; display: block; line-height: 36px;}
.in_new li .txt p { color: #999; line-height: 20px; font-size: 14px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}

@media screen and ( max-width: 1920px ) {}
@media screen and ( max-width: 1691px ) {
	.in_adv .in_advm li { width: 20%;}
}
@media screen and ( max-width: 1680px ) {
	.in_about .ab_txt { width: 59%;}
}
@media screen and ( max-width: 1658px ) {
	.in_adv .in_advm li { width: 19.9%;}
}
@media screen and ( max-width: 1625px ) {
	.in_adv .in_advm li { width: 19.8%;}
	.in_coop ul li { width: 23.5%;}
}
@media screen and ( max-width: 1594px ) {
	.in_adv .in_advm li { width: 19.7%;}
	.in_about .ab_txt { width: 58%;}
}
@media screen and ( max-width: 1566px ) {
	.in_adv .in_advm li { width: 19.6%;}
}
@media screen and ( max-width: 1536px ) {
	.in_adv .in_advm li { width: 19.5%;}
}
@media screen and ( max-width: 1508px ) {
	.in_adv .in_advm li { width: 19.4%;}
	.in_about .ab_txt { width: 56%;}
}
@media screen and ( max-width: 1483px ) {
	.in_adv .in_advm li { width: 19%;}
}
@media screen and ( max-width: 1440px ) {
	.in_about .ab_txt { width: 55%;}5
}
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1280px ) {}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 414px ) {
	.tit { margin-bottom: .5em;}
	.tit h5 { margin: 0 0 .5em;}
	.tit h6 { margin-bottom: 1em; font-weight: normal;}

    .in_ser { margin: 2em 0;}
    .in_ser .in_serm li { width: 100%; margin-bottom: .5em;}
    .in_ser .in_serm li a { padding: 1em;}
    .in_ser .in_serm li .con h3 { height: 78px; line-height: 78px;}
    .in_ser .in_serm li .con h4 { font-weight: normal;}
    .in_ser .in_serm li .con p { transform: translateX(-400px); -webkit-transform: translateX(-400px); -moz-transform: translateX(-400px);}

    .in_proce, .in_coop, .in_adv, .in_about, .in_new { padding: 2em 0;}
    .in_proce .tit { margin-bottom: 1em;}
    .in_proce ul li { width: 50%;}
    .in_proce ul li span { left: 150px;}
    .in_proce ul li:before, .in_proce ul li:after { left: 168px;}
    .in_proce ul li h5 { margin-bottom: 1em;}

    .in_coop ul li { margin: 0 .5em .5em 0; width: 48.9%;}
    .in_coop ul li:nth-child(2n) { margin-right: 0;}
    .in_coop ul li h5 { margin-bottom: 0;}
    .in_coop ul li a.txt { text-align: center; display: block;}
    .in_coop ul li .grid-shade { top: 80%; height: 40px; background: #3D4044;}
    .in_coop ul li:hover .grid-shade { top: 80%;}

    .in_adv .in_advm li { width: 49%; margin-bottom: .5em; margin-right: .5em;}
    .in_adv .in_advm li:nth-child(2n) { margin-right: 0;}

    .in_about .ab_box { width: 100%; padding: 0; height: auto;}
    .in_about .ab_box .ab_box_tit { left: 5px; top: 5px; width: 160px; padding: 0; text-align: center; line-height: 50px;}
    .in_about .ab_box .bd { width: 98%; height: 240px;}
    .in_about .ab_txt { width: 100%;}
    .in_about .ab_txt h2 { width: 184px; display: block; margin: .3em auto;}
    .in_about .ab_txt a.more { width: 110px; margin: .3em auto;}
    
    .in_new li { height: 110px;}
    .in_new li a.pic { width: 40%;}
    .in_new li.last a.pic { margin-right: 10px;}
    .in_new li .txt { width: 55%; margin-left: 15px; padding-top: 8px;}
    .in_new li.last .txt { width: 94%;}

    .in_about .in_abL .in_abL2, .in_proce:before, .in_coop ul li a.txt img, .in_coop li .inter_inner { display: none;}
}
@media screen and ( max-width: 411px ) {
	.in_proce ul li span { left: 145px;}
    .in_about .in_abR .in_abRm .data_item { margin-right: 2em;}
    .in_about .in_abR .in_abRm .data_item p b { font-size: 11.5vw;}
}
@media screen and ( max-width: 400px ) {
	.in_proce ul li span { left: 140px;}
	.in_proce ul li:before, .in_proce ul li:after { left: 165px;}
}
@media screen and ( max-width: 375px ) {
	.in_proce ul li span { left: 130px;}
	.in_proce ul li:before, .in_proce ul li:after { left: 158px;}
    .in_about .in_abR .in_abRm .data_item { margin-right: 1.5em;}
    .in_about .in_abR .in_abRm .data_item p b { font-size: 10vw;}
}
@media screen and ( max-width: 360px ) {
	.in_proce ul li span { left: 120px;}
	.in_proce ul li:before, .in_proce ul li:after { left: 155px;}
    .in_about .in_abR .in_abRm .data_item { margin-right: 1.1em;}
    .in_about .in_abR .in_abRm .data_item p b { font-size: 10vw;}
    .in_about .in_abR .shuzi .sz { width: 38.5%; padding-left: 40px;}
}
@media screen and ( max-width: 320px ) {
    .in_about .in_abR .in_abRm .data_item p b { min-width: 20px; font-size: 10vw;}
    .in_about .in_abR .in_abRm .data_item1 p b { min-width: 80px;}
    .in_about .in_abR .in_abRm .data_item2 p b { min-width: 40px;}
}