@charset "utf-8";
/* CSS Document */
/*banner*/





.banner{ height:680px; width:100vw; position:relative; overflow:hidden;}
.banner li{ position:relative; }
.banner li .img{ position: relative; left:0; top:0; width:100%; height:680px; background-size:auto !important; z-index:8;  }	
#banner li img{ display:inline-block; margin-bottom:100px;}
#banner li.slick-current{ z-index:999;}
.banner .slick-arrow{ z-index:99; position:absolute; top:50%; margin-top:-32px; transform:translate(0,0); opacity:.6;
	display:block;
    width: 63px;
    height: 63px;}
.banner .slick-prev{ left:165px;
	background:url(../images/banner_left.png) left center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	}
	
	.banner .slick-next{ right:165px;
	background:url(../images/banner_right.png) right center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	}


/* .banner .slick-prev:hover{ left:165px;
	background:url(../images/banner_left.png) left center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	display:block;
	}

	.banner .slick-next:hover{ right:165px;
	background:url(../images/banner_right.png) right center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	display:block;
	} */

 .slick-prev:before, .slick-next:before{ display:block;} 


/*banner翻页特效*/
.banner li{ z-index:4 !important;overflow: hidden; opacity: 1 !important;}
.banner li.slick-current{  z-index: 3 !important;}
.banner li .img{height:680px; -webkit-animation: decreaseHeight 1s forwards ease-in-out; animation: decreaseHeight 1s forwards ease-in-out;  }
.banner li.slick-current .img{-webkit-animation: show 1s forwards ease-in-out; 
            animation: show 1s forwards ease-in-out;   }
@-webkit-keyframes decreaseHeight {
    from {}
    to {width: 0;}
}

@keyframes decreaseHeight {
    from {}
    to {width: 0;}
}
@-webkit-keyframes show {
    0% {opacity: 1;}
   100% {opacity: 1;}
}

@keyframes show {
    0% {opacity: 1;width: 100%; transform:translateX(200px)}
    100% { transform:translateX(0px)}
}
/*banner翻页特效 end*/
.more_btn{ width:128px; height:40px; display:block; margin:0 auto; border-radius:30px; background:#059340; line-height:40px; color:#fff; font-size:14px; margin-top:50px; text-align:center;}


.mouse_down { position: absolute; left:50%; bottom: 80px; margin-left:-10px; text-align: center; z-index: 50; opacity:.9; }
.mouse_down span { display: inline-block; width: 24px; height:36px; border:2px solid #fff; border:2px solid rgba(255,255,255,.6); border-radius:12px; margin: auto; position: relative; }
.mouse_down span:after{ content:""; width:11px; height:18px; background:url(../images/mouse_tail.png) center no-repeat; display:block; position:absolute; bottom:-28px; left:50%; margin-left:-5.5px; animation-delay: 600ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
.mouse_down span:before { content: ""; width: 2px; height: 7px; background: #fff; position: absolute; left: 50%; margin-left: -1px; top: 3px; animation-delay: 0ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
.mouse_down b { display: block; text-align: center; color: #766047; font-size: 18px; line-height: 1; font-family: Arial; margin-top: 4px; font-weight: normal; }
@-webkit-keyframes arrow {
    0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0px, 5px, 0px); }
}

@keyframes arrow {
    0% { opacity: 0; transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; transform: translate3d(0px, 5px, 0px); }
}



.s_tt{ text-align:center; margin-bottom:45px;}
.s_tt h3{ font-size:32px; color:#000; margin-bottom:16px;}
.s_tt p{ font-size:14px; color:#8d8d8d;}






.baner_b{background: #eee;height: 50px; padding-top: 5px;color: #000;  padding-bottom:5px;}
.baner_b .w{position: relative;   height: 50px;}
.baner_b .zi p{   font-size: 16px;color: #666;max-width: 880px; line-height:40px; }
.baner_b .zi a{   font-size: 15px;color: #666; padding:0 10px; border-right:1px solid #999;line-height:40px;}

.baner_b .tel{ color: #fff;margin-top: 12px;background-position: left -200px;}
.baner_b .tel h1,.baner_b .tel p{ color: #fff;}
/*搜索*/
.searcher{width:320px;height:40px;float: right;   }
.searcher .submit{width:48px;height:40px;border:0px;color: #fff;cursor:pointer; float: right; }
  
.searcher .txt{width:268px;height:40px;line-height:40px;float:right; text-indent: .5em;  border:1px solid #999;  border-right:none;

}
.searcher .s{background:url(../images/tip.png) no-repeat  right; }









.about_x { overflow:hidden; width:100%; padding:70px 0; /* background:url(Img/Index/about_bg.jpg) repeat center;  */position:relative}
.about_x .yezhi{ display:block; position:absolute; left:50%; top:315px; margin-left:675px;}
.about_x h3{ text-align:left; font-size:40px;  font-weight:bold; 

        font-family: "Times New Roman", Times, serif;
		color:#ccc;
		letter-spacing: -3px;

 
}
.about_x h3 a{ color:#ccc;}
.about_x .span{ display:block; text-align:center; font-size:12px; color:#666; margin-bottom:10px;}
.about_x i{ display:block; width:49px; height:3px; margin:0 auto; background-color:#c42a22; margin-bottom:90px;}
.about_x dl{ overflow:hidden; margin-bottom:65px; width:100%; height:235px;}
.about_x dd{ overflow:hidden; float:left; width:660px;}
.about_x dd h4{ font-weight:normal; font-size:24px; margin-bottom:25px; font-weight:bold; margin-top:10px;}
.about_x dd h4 a{ color:#111;}
.about_x dd p{ font-size:16px; color:#999; line-height:32px; margin-bottom:25px; text-align:justify}
.about_x dt{ overflow:hidden; width:482px; height:224px; float:right; background:url(../images/about_spbg.png) no-repeat left center;}
.about_x dt a{ display:block; float:left; margin-top:90px;}
.about_x dt .sp{ overflow:hidden; width:297px; height:224px; float:right;}
.about_x .aboutmenu { overflow:hidden; width:100%; height:223px;}
.about_x .aboutmenu img{ display:block; float:left}
.about_x .aboutmenu ul{ overflow:hidden; float:right}
.about_x .aboutmenu li{ float:left; width:200px; height:223px; margin-left:10px; background-color:#f2f2f2;}
.about_x .aboutmenu b{ display:block; width:90px; height:90px; margin:0 auto; margin-top:30px; margin-bottom:30px;}
.about_x .aboutmenu span{ display:block; text-align:center; font-size:18px; color:#333}
.about_x .aboutmenu em{ display:block; text-align:center; margin-top:5px; font-size:12px; color:#cfcfcf;}
.about_x .aboutmenu a{ display:block; text-decoration:none}
.about_x .aboutmenu .b01{ background:url(../images/about_icon01.png) no-repeat center top;}
.about_x .aboutmenu .b02{ background:url(../images/about_icon02.png) no-repeat center top;}
.about_x .aboutmenu .b03{ background:url(../images/about_icon03.png) no-repeat center top;}
.about_x .aboutmenu .b04{ background:url(../images/about_icon04.png) no-repeat center top;}
.about_x .aboutmenu li:hover{ background-color:#2c7bde;}
.about_x .aboutmenu li:hover span,
.about_x .aboutmenu li:hover em{ color:#fff;}
.about_x .aboutmenu li:hover b{ background-position:bottom}












.s_about{  background-position:-300px -900px;height:400px;
		background: url(../images/dingzhibg.png) no-repeat center;
		transform:translate3d(0,0,0);
		    animation:play 25s linear infinite;
		background-attachment: fixed; overflow:hidden;}
.s_about .tt{ text-align:center; margin-bottom:30px;}
.s_about .m .txt p{ text-align:center; font-size:16px; color:#656566; line-height:35px;}
.s_about ul{ text-align:center; margin-top:60px;}
.s_about ul li{ width:180px; height:150px; position:relative; display:inline-block;}
.s_about ul li span{ display:block; width:108px; height:108px; background:url(../images/s_about_bg.png) center no-repeat; transition:.6s; -webkit-transition:.6s; -moz-transition:.6s; -ms-transition:.6s; -o-transition:.6s;}
.s_about ul li div{ width:108px; height:108px; margin:0 auto;}
.s_about ul li.li_1 div{ background:url(../images/liucheng_ico1.png) center no-repeat;}
.s_about ul li.li_2 div{ background:url(../images/liucheng_ico2.png) center no-repeat;} 
.s_about ul li.li_3 div{ background:url(../images/liucheng_ico3.png) center no-repeat;} 
.s_about ul li.li_4 div{ background:url(../images/liucheng_ico4.png) center no-repeat;} 
.s_about ul li.li_5 div{ background:url(../images/liucheng_ico5.png) center no-repeat;} 
.s_about ul li.li_6 div{ background:url(../images/liucheng_ico6.png) center no-repeat;}
.s_about ul li.li_7 div{ background:url(../images/liucheng_ico7.png) center no-repeat;}  
.s_about ul li h5{ text-align:center; font-size:16px; color:#707070; margin-top:15px;}
.s_about ul li:hover span{background:url(../images/s_about_bg_on.png) center no-repeat; transform:rotate(30deg);}









.container01{ padding:75px 0  120px; background:url(../images/container01_aboutbg.png) bottom no-repeat #f8f8f8; overflow:hidden; margin-top:-60px; border-bottom:1px solid #eee;}
.container00 .title{ text-align:center; margin-bottom:60px;}
.container00 .title h2{ font-size:34px; color:#333; text-transform:capitalize; font-weight:bold;}
.container00 .title h5{ font-size:16px; color:#474747; margin:10px 0 24px}
.container00 .title h6{ font-size:15px; color:#787878; margin-bottom:44px; font-weight:bold;}
.container00 .title p{ font-size:14px; color:#787878; line-height:30px; width:995px; margin:0 auto}
.container01 ul{font-size:0;overflow:hidden;margin-bottom: 80px;}
.container01 ul li{ display:inline-block; width:292px; *display:inline; *zoom:1; text-align:center;}
.container01 ul li h4{height: 56px;}
.container01 ul li h4 span{font-size: 13px;color: #797979;margin: 0 2px;display:  inline-block;margin-top: 18px;margin-left: 5px;}
.container01 ul li h4 span.counter{font-size: 38px;color: #2c7bde;margin-left:12px;margin-top: 0;}
.container01 ul li h4 span.lwy{font-size:65px;color:#fff;font-family: myFirstFont;line-height: 44px; margin-left:12px;}
.container01 ul li h6{font-size: 13px;color: #797979;}
.more00.more{ text-align:center}
.more00.more a{display:inline-block;border: #cdcdcd 1px solid;-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;width: 150px;height: 40px;line-height: 38px;font-size: 14px;color: #848484;text-transform:uppercase;position:relative;overflow:hidden;margin: 0 auto;}
.more00.more a span{ position:relative; z-index:10}
.more00.more a:hover{color:#fff;border:#2c7bde 1px solid;background: #2c7bde; transition-delay:0.36s}











.case{width: 100%;background: #f2f2f2;}
.case .mainCon{width: 100%;margin-top: 54px;padding-bottom: 73px;border-bottom: 1px solid #e9e9e9;}
.case .mainCon .menu{width:960px;margin: 0 auto;}
.case .mainCon .menu li{float: left;position: relative;width: 140px;height: 45px;line-height: 45px;text-align: center;border: 1px solid #e7e7e7;border-left: none;font-size: 15px;color: #666666;}
.case .mainCon .menu li:first-child{border-left: 1px solid #e7e7e7;}
.case .mainCon .menu li{float: left;position: relative;width: 160px;height: 45px;line-height: 45px;text-align: center;border: 1px solid #e7e7e7;border-left: none;font-size: 15px;color: #666666}
.case .mainCon .menu li a{color: #666666;text-decoration: none;display: block;}
.case .mainCon .menu li i{display: none;width: 11px;height: 5px;position: absolute;bottom: -5px;left: 50%;margin-left: -6px;}
.case .mainCon .menu li img{display: block;}
.case .mainCon .menu li.cur{background: #2c7bde;border-color: #2c7bde;}
.case .mainCon .menu li.cur i{display: block;}
.case .mainCon .menu li.cur a{color: #fff;}
.case .mainCon .conBox{width: 100;position: relative;margin-top: 50px;}
.case .mainCon .conBox .caseBtn{width: 1200px;position: absolute;left: 50%;top: 86px;height: 49px;margin-left: -600px;}
.case .mainCon .conBox .btn{display: block !important;width: 52px;height: 49px;cursor: pointer;position: absolute;top: 0px;z-index: 99;}
.case .mainCon .conBox .btn img{display: block;width: 52px;height: 49px;}
.case .mainCon .conBox .prev{left: 0px;}
.case .mainCon .conBox .next{right: 0px;}
.case .mainCon .conBox .con{height: 464px;width: 100%;overflow: hidden;position: relative;}
.case .mainCon .conBox .con .box{width: 1200px;height: 464px;position: relative;}
.case .mainCon .conBox .box ul{position: absolute;left: 0px;top: 0;width: 200%;}
.case .mainCon .conBox .box li{float: left;width: 392px;margin-right: 12px;position: relative;height: 464px; border:1px solid #eee;}
.case .mainCon .conBox .box .Pics{display: block;width: 392px;height: 294px;overflow: hidden;}
.case .mainCon .conBox .box .Pics img{display: block;width: 390px;height: 294px;transform: scale(1);transition: all 1s ease-out; overflow:hidden; border-bottom:1px solid #eee;}
.case .mainCon .conBox .box .intro{position: absolute;width: 392px;height: 124px;bottom: 0;left: 0;text-align: center;padding-top: 26px;}
.case .mainCon .conBox .box .intro h3{font-size: 16px;color: #333333;font-weight: normal; text-align:center;}
.case .mainCon .conBox .box .intro h3 a{color: #333333;text-decoration: none;}
.case .mainCon .conBox .box .intro p{line-height: 22px;font-size: 13px;color: #9c9c9c;height: 24px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height:24px;}
.case .mainCon .conBox .box .intro a.more{display: none;width: 125px;height: 35px;line-height: 35px;color: #fff;font-size: 13px;background: #2c7bde;margin: 26px auto 0; border-radius:35px;}
.case .mainCon .conBox .box li:hover .intro{background: #00415f;}
.case .mainCon .conBox .box li:hover .intro h3 a{color: #fff;}
.case .mainCon .conBox .box li:hover .intro p{color: #fff;}
.case .mainCon .conBox .box li:hover .Pics img{transform: scale(1); overflow:hidden;}





.ourys .index-title{margin-bottom: 34px;}
.ourys .index-title strong{background: url(../images/ys-title.png) no-repeat center;}
.ys-list{padding-top:60px;}
.ys-list ul li{float: left; background: url(../images/ys-li.png) no-repeat center bottom; padding-bottom: 60px; margin-bottom: 60px; width: 100%}
.ys-list ul li .info{width: 480px; padding-left: 120px; padding-top: 30px;}
.ys-list ul li .info strong{display: block; font-size: 25px; line-height: 25px; color: #2c7bde;}
.ys-list ul li .info span{display: block; font-size: 14px; color: #808080; margin-bottom: 9px;}
.ys-list ul li .info h3{font-size: 18px; line-height: 18px; color: #333333; position: relative; height: 44px; margin-bottom: 12px;}
.ys-list ul li .info h3:after{position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 1px; background: #ccc}
.ys-list ul li .info p{background: url(../images/adv_icon02.png) no-repeat left 12px; padding-left: 11px; font-size: 14px; line-height: 32px; color: #666666}
.ys-list ul li .info a{display: inline-block; width: 150px; background: #000; font-size: 15px; line-height: 55px; color: #fff; text-align:center; margin-top: 29px;}
.ys-list ul li .info a.more{background: #2c7bde;margin-right: 24px; }
.ys-list ul li .pic{margin-top: 30px;}
.ys-list ul li .tel{display: inline-block; background: url(../images/hd_phone.png) no-repeat left 9px; padding-left: 55px; height: 55px; margin-right: 30px; margin-top: 24px;}
.ys-list ul li .tel em{display: block; font-size: 15px; line-height: 15px; color: #737373; margin: 9px 0 10px;}
.ys-list ul li .tel b{font-size: 25px;line-height: 18px; color: #2c7bde; font-family: arial;}
.ys-list ul li.item1 .info{background: url(../images/num1.png) no-repeat left top; }
.ys-list ul li.item2 .info{background: url(../images/num2.png) no-repeat left top; /* width: 415px; */}
.ys-list ul li.item2 .pic{margin-top: 36px;}
.ys-list ul li.item3{background: transparent; padding-bottom: 0px;}
.ys-list ul li.item3 .info{background: url(../images/num3.png) no-repeat left top;}
.ys-list ul li.item2 .info a{margin-top: 24px;}







.youshi_top .ind_ln_anniu {
    width: 320px;
    height: 45px;
    margin: 0 auto;
    background: #2c7bde;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 28px;
    border-radius: 22.5px;
}















.container02{padding: 72px 0 80px 0;overflow:hidden;  position:relative; z-index:1; }

.container02 .title h3{ float:left; width:280px; font-size:30px; color:#333; font-weight:bold;}

.container02 .title h3 small{ font-size:14px; color:#c3c3c3; text-transform:uppercase; margin-left:15px; line-height:40px; font-weight:normal;}

.container02 .notice {float:left;width: 1200px;overflow: hidden;}

.container02 .notice .tab-hd {height: 35px;margin-bottom: 36px;}

.container02 .notice .tab-hd ul{text-align: right;font-size: 0;float: right;width:920px;}

.container02 .notice .tab-hd li{display:inline-block;line-height: 35px;height: 35px;text-align:center;margin-left: 8px;}

.container02 .notice .tab-hd li a{display:block;background-color: #f1f1f1;height: 35px;font-size: 12px;color: #3e3e3e;padding: 0 30px;margin: 0;}

.container02 .notice .tab-hd li a:hover{ color:#fff; background-color:#2c7bde; }

.container02 .notice .tab-hd li.on a{background-color: #2c7bde;color:#fff;}

.container02 .notice .tab-bd{ height:576px !important}

.container02 .notice .tab-bd ul{float: left;width: 1300px;margin-bottom: 50px;}

.container02 .notice .tab-bd ul li{float:left;width:280px;height:256px;margin-right: 26px;position:relative;text-align:center; border:1px solid #e8e8e8; margin-top:30px;}

.container02 .notice .tab-bd ul li .img,.container02 ul li .img img{width:278px;height:210px;position: relative; border-bottom:1px solid #e8e8e8;}

.container02 .notice .tab-bd ul li .top{position:absolute;content: " ";top: 0;right: 0;left: 0;bottom: 0;box-sizing:border-box;padding: 50px 0 0 0;opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(0);transform: scale(0);filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D1D62027', endColorstr='#D1D62027');background:rgba(44,123,222,0.82);}

.container02 .notice .tab-bd ul li:hover .top{ opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1); transform: scale(1);}

.container02 .notice .tab-bd ul li .top p{ width: 280px;font-size: 16px;color:#fff;height: 24px;line-height: 24px;margin-left: -280px;-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; text-transform:uppercase; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.container02 .notice .tab-bd ul li .top i{font-style:normal; width: 280px;font-size: 14px;color:#fff;height: 24px;line-height: 24px;margin-left: 280px;-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; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.container02 .notice .tab-bd ul li:hover .top p{ margin-left:0}

.container02 .notice .tab-bd ul li:hover .top i{ margin-left:0}

.container02 .notice .tab-bd ul li .top span{display:block;height: 42px;width: 42px;position: relative;left:50%;margin-left: -22px;margin-top: 15px;}

.container02 .notice .tab-bd ul li .top span::after{ border-radius: 50%; background:url(../images/feel4_01.png) #fff center center no-repeat; animation: rotate 1.2s linear infinite; content: ''; position: absolute; left: 0; top: 0; width: 30px; height: 30px;}

@keyframes rotate {

	0% { transform: translateY(0);}

    25% {transform: translateY(5px);}

    50% {transform: translateY(8px) scale(1.0, 1); }

    75% { ransform: translateY(5px);}

    100% {transform: translateY(0);}

}

.container02 .notice .tab-bd ul li .con{ float:left; width:100%; height:90px; box-sizing:border-box; padding:0 15px;}

.container02 .notice .tab-bd ul li .con p{font-size:16px;color:#3e3e3e;margin: 10px 0 0 0; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.container02 .notice .tab-bd ul li .con span{ font-size:14px; color:#8b8a8a; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:#2c7bde; 
padding:8px 5px;  display:block; width:130px; margin:10px auto; color:#fff;}




/* 新产品中心结束*/
	.cp_liebiao{margin-top:40px; }
	.cp_liebiao ul{border-left:1px solid #ccc; box-sizing: border-box;border-top:1px solid #ccc;}
.cp_liebiao ul li{float:left; width:171px; line-height:50px;  box-sizing: border-box; }
.cp_liebiao ul li a{width:100%; display:block; text-align:center; border-right:1px solid #ccc; border-bottom:1px solid #ccc;box-sizing: border-box;}
 .cp_liebiao ul li a:hover{background:#006fd7; color:#fff;} 


/*pro*/
.pro { overflow:hidden; width:100%; height:710px; background-color:#f9f9f9;}
.pro h3.htitle a:hover{ color:#dc1313}
.pro ul{ overflow:hidden; width:1220px; margin:0 auto;}
.pro li{ overflow:hidden; float:left; width:224px; height:235px; position:relative; margin:10px;}
.pro li img.pro_tu{ display:block;}
.pro li b{ width:100%; height:100%; position:absolute; background:url(Img/Index/pro_cur_bg.png) repeat center; z-index:1}
.pro li .wen{ display:block; overflow:hidden; width:100%; height:100%; position:absolute; left:0; top:0; z-index:2}
.pro li .wen .icon{ display:block; margin:0 auto; margin-top:70px;}
.pro li .wen h4{ margin-top:10px; color:#fff; text-align:center; font-weight:normal; font-size:16px; margin-bottom:10px;}
.pro li .wen a{ display:block; width:100%; height:100%; color:#fff; text-decoration:none;}
.pro li .wen i{ display:block; margin:0 auto; width:40px; height:2px; background-color:#fff; margin-bottom:15px;}
.pro li .wen p{ width:190px; margin:0 auto; font-size:14px; color:#e8e8e8; line-height:22px; height:66px; overflow:hidden; text-align:justify; text-align-last:center; display:none;}
.pro li .wen span{ display:none; font-size:0}
.pro li .wen span img{ display:block; margin:0 auto; margin-top:15px;}
.pro li.li01 b{ left:-224px; top:-235px;}
.pro li.li02 b{ left:-224px; top:0;}
.pro li.li03 b{ left:0; top:235px;}
.pro li.li04 b{ left:224px; top:0;}
.pro li.li05 b{ left:224px; top:-235px;}
.pro li.li06 b{ left:-224px; top:235px;}
.pro li.li07 b{ left:-224px; top:0;}
.pro li.li08 b{ left:0; top:-235px;}
.pro li.li09 b{ left:224px; top:0;}
.pro li.li010 b{ left:224px; top:235px;}















/* 优势
 */











/* 定制案例 */

/* 定制流程and客户见证  */
.dzandjz{width: 100%;height: 800px;background: url(../images/liucheng_02.jpg) no-repeat center;}
.dzandjz .paging-title h2{color: #000;}
.dzandjz .paging-title h2 a{color: #000;}
.dzandjz .paging-title h2 i{color: #000;font-weight: normal;}
.dzandjz .paging-title h2 a i{color: #000;font-weight: normal;}
.dzandjz .paging-title p{color: #999;font-size: 12px;}

.dinzhi{padding-bottom: 50px; background:#006fd7;}
.dinzhi-ul{margin-top: 52px;}
.dinzhi-ul ul li{float: left;width: 150px;text-align: center;padding-top: 25px;background: url(../images/jiantouxin.png) no-repeat left top;}
.dinzhi-ul ul li p{font-size: 18px;color: #fff;}
.dinzhi-ul ul li span{font-size: 12px;color: #f2f2f2;}
.dinzhi-ul ul li:hover{background: url(../images/jiantouxin.png) no-repeat top;animation:liucheng .5s linear; -webkit-animation:liucheng .5s linear;}


@keyframes liucheng 
{
	from{background:url(../images/jiantouxin.png) no-repeat -150px top;}
	to{background:url(../images/jiantouxin.png) no-repeat left top;}
}
@-webkit-keyframes liucheng 
{
	from{background:url(../images/jiantouxin.png) no-repeat -150px top;}
	to{background:url(../images/jiantouxin.png) no-repeat left top;}
}

.liuyan{width: 730px;margin-top: 60px;margin-left: 420px;height: 60px;position: relative;}
.liuyan p{font-size: 20px;color: #000;margin-left: 38px;width: 350px;display: block;}
.liuyan span{font-size: 16px;color: #666;}
.liuyan span i{font-size: 32px;color: #006fd7;font-style: normal;}
.liuyan>a{display: block;width: 160px;line-height: 50px;text-align: center;font-size: 14px;color: #fff;background: #000;border-radius: 25px;position: absolute;}
.liuyan>a.a01{top: 6px;left: 400px;}
.liuyan>a.a02{top: 6px;left: 570px;}
.liuyan>a:hover{background: #006fd7}





.youshi_top{ background-position:-300px -900px;height:300px;
		background: url(../images/container01_bg1.jpg) no-repeat center;
		transform:translate3d(0,0,0);
		    animation:play 25s linear infinite;
		background-attachment: fixed; overflow:hidden;}
		.youshi_top p{color:#fff; font-size:34px; font-weight:bold; text-align:center; margin-top:80px;}
		.youshi_top p b{color:#2c7bde; font-size:120px; font-weight:bold; text-align:center;  padding:0 8px 0 6px; text-shadow: 
            5px -0px 0 #fff;font-style:oblique;}
		.youshi_top>span{color:#fff; font-size:18px; text-align:center; display:block; margin-top:30px;}

		.youshi_top i{text-align:center; color:#fff; margin: 0 auto;display:block; margin-top:16px; line-height:14px;}







.news { padding: 0px 0 100px; background: #f2f2f2; overflow:hidden;}

.news_row2{margin-top:60px;}
.news_row2 .news_list{ /* width: 325px; */ height: 534px; padding: 30px; background: #fff; float: left; margin-left: 20px; position: relative; }
.news_row2 .news_list:first-child{ margin-left: 0}
.news_row2 .news_list .news_list_btn { display: block; font-family: arial; background: #2c7bde; color: #fff; font-size: 14px; position: absolute; width: 130px; text-align: center; line-height: 34px; right: 128px; bottom: -17px; }
.news_row2 .news_list .news_list_tit{ color: #333; font-size: 22px; display: block; font-weight:  bold; line-height: 35px}
.news_row2 .news_list .news_list_tit .color{ color: #2c7bde; font-size: 22px}
.news_row2 .news_list .news_list_tit .color i{ color: #999; font-size: 22px}
.news_row2 .news_list .news_list_tit .en{ color: #999; font-weight: 100; font-size: 13px; text-transform: capitalize; display: block; line-height: 20px}
.news_row2 .news_list .news_list_tit img { display: block;  width: 325px; height: 180px; margin: 20px auto; }
.news_row2 .news_item { background: #fff url(../images/news_item.png) no-repeat 8px center; display: block; padding-left: 30px; height: 34px; margin:4px auto; transition:0.3s all ease-in-out; }
.news_row2 .news_item:hover{ background-color: #2c7bde; }
.news_row2 .news_item:hover p{ color: #fff}
.news_row2 .news_item p { float: left; width: 190px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #555; font-size: 14px; line-height: 33px; transition:0.3s all ease-in-out; }
.news_row2 .news_item:after { clear: both; content: ''; display: block; }
.news_row2 .news_item span { display: block; line-height: 34px; font-size: 13px; float: right; color: #b5b5b5; padding-right: 10px; }







/* 友情链接
 */




		.xuri_title p{color:#333; font-size:30px; font-weight:bold; text-align:center; margin-top:60px;}
		.xuri_title span{color:#666; font-size:18px; text-align:center; display:block; margin-top:20px;}

.news_xuri .more1{ text-align:center; overflow:hidden; margin:0 auto;  padding-bottom:60px;}
.news_xuri .more1 a{ display:block; width:180px; height:48px; line-height:48px; background:#00459c; margin:0 auto; font-size:14px; color:#fff}
.news_xuri .more1 a:hover{ background:#f08200; }




