/*全局样式*/
@charset "utf-8";
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px Arial,"微软雅黑";color:#000;-webkit-text-size-adjust:100%;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{max-width:1300px !important;}
.clear{clear:both;width:0;height:0;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sx{cursor:pointer;}
.w100{width:100% !important}
.h100{height:100% !important;}

/*头部*/
header .logo_box{height:100px;}
header .logo_box .logo{line-height:100px;}
header .logo_box .sousuo{width:240px;margin:28px 0 0 50px;}
header .logo_box .sousuo p{margin-top:5px;}
header .logo_box .sousuo form input{width:200px;height:30px;line-height:28px;border:1px solid #00a7b3;border-top-left-radius:30px;border-bottom-left-radius:30px;border-right:none;padding:0 20px;}
header .logo_box .sousuo form button{width:70px;height:30px;background:#00a7b3;color:#fff;border:none;border-radius:30px;margin-left:-30px;}
header .logo_box .tel{background:url(../images/icon1.png) no-repeat 0 center;padding-left:50px;margin-top:25px;}
header .logo_box .tel p{font-size:22px;font-weight:bold;color:#00a7b3;}
header .logo_box .tel h5{font-size:20px;}

/*PC端导航*/
nav{position:relative;border-top:5px solid #00a7b3;padding:8px 0;}
nav a{color:#343434 !important;}
/*一级导航*/ 
nav .ul1 li{float:left;text-align:center;position:relative;width:10.5%;line-height:34px;border-radius:20px;}
nav .ul1 li a{display:block;position:relative;border-radius:20px; font-size:15px; font-weight:bold;}
nav .ul1 li a:hover,nav ul li a.active{background:#00a7b3;color:#fff !important;}
/*二级导航*/
nav .ul2{position:absolute;top:100%;width:120%;z-index:100;display:none;left:-10%;}
nav .ul2 li{line-height:34px;float:none;width:100%;margin-top:1px;background:#fff;border-radius:20px;}
nav .ul2 li a{ font-size:14px !important; font-weight:normal !important;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-inner .img{margin:0 auto;position:relative;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none;left:-50%;}
#myCarousel .carousel-control.right{background-image: none;right:-50%;}
#myCarousel:hover .carousel-control.right{right:0;}
#myCarousel:hover .carousel-control.left{left:0;}
.carousel-indicators li{width:15px;height:15px;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*共用内容*/
.title{margin:50px 0 40px 0;text-align:center;overflow:hidden;}
.title h5{font-size:28px;color:#00a7b3;position:relative;display:inline-block;}
.title h5:before,.title h5:after{content:"";width:1000%;height:1px;background:#ccc;position:absolute;top:50%;}
.title h5:after{left:170px;}
.title h5:before{right:170px;}
.title p{font-size:20px;color:#333;}

/*我们的优势*/
.ys-con{display:block;text-align:center;}
.ys-con .imgbox{border:5px solid #e0e0e0;overflow:hidden;width:180px;height:180px;position:relative;z-index:2;border-radius:50%;margin:0 auto;}
.ys-con .img{width:100%;height:100%;}
.ys-con h5{color:#333;font-size:18px;margin:15px 0;}
.ys-con .text{line-height:20px;color:#666;height:42px;overflow:hidden;font-size: 14px;}
.ys-con:hover .imgbox{border-color:#00a7b3;}
.ys-con:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.ys-con:hover h5{color:#00a7b3;}

/*服务项目*/
.fwxm-box{margin:0 -10px;}
.fwxm-box .col-lg-3{padding:0;}
.fwxm-con{display:block;margin:0 10px 20px 10px;}
.fwxm-con .imgbox{overflow:hidden;}
.fwxm-con .text_box{background:#f2f2f2;padding:15px;}
.fwxm-con .text_box h5{font-size:18px;color:#232323;}
.fwxm-con .text_box .text{line-height:28px;color:#232323;height:83px;overflow:hidden;margin-top:10px;}
.fwxm-con:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.fwxm-con:hover .text_box{background:#b30000;}
.fwxm-con:hover h5,.fwxm-con:hover .text{color:#fff;}

/*公司简介*/
.gsjj{background:url(../images/gsjj_bg.jpg) center center;background-size:cover;margin-top:30px;padding-bottom:50px;}
.gsjj .title p,.shili .title p,.lxwm .title p{color:#fff;}
.gsjj .text_box h5{font-size:24px;color:#00a7b3;}
.gsjj .text_box .text{line-height:36px;color:#fff;height:210px;overflow:hidden;margin:20px 0;}
.gsjj .text_box a{display:block;width:138px;line-height:38px;border:1px solid #00a7b3;color:#00a7b3;text-align:center;}

/*服务模式*/
.fwms-con{display:block;text-align:center;}
.fwms-con .text_box{width:190px;height:190px;background:#00a7b3;border-radius:50%;text-align:center;margin:0 auto;padding:1px;}
.fwms-con .text{font-size:18px;line-height:26px;color:#fff;height:80px;overflow:hidden;margin-top:50px;padding:0 30px;}
.fwms-con h5{width:118px;line-height:34px;background:#999;color:#fff;border-radius:5px;margin:20px auto;padding:0 5px;}
.fwms-con:hover .text_box,.fwms-con:hover h5{background:#b30000;}

/*我们的实力*/
.shili{background:url(../images/shili_bg.jpg) center center;background-size:cover;padding-bottom:30px;margin-top:26px;}
.shili-pad{padding:0 5px;}
.shili-con{display:block;margin:0 10px 20px 10px;}

/*公司动态*/
.gsdt-con{display:block;}
.gsdt-con .imgbox{border:5px solid #e0e0e0;overflow:hidden;}
.gsdt-con .text_box .bt{position:relative;}
.gsdt-con .text_box .bt h5{font-size:16px;color:#333;line-height:32px;padding-right:80px;margin:10px 0;}
.gsdt-con .text_box .bt p{font-size:12px;color:#808080;position:absolute;top:0;right:0;line-height:32px;}
.gsdt-con .text_box .text{font-size:12px;color:#333;line-height:24px;height:48px;overflow:hidden;}
.gsdt-con:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.gsdt-con:hover .text_box .bt h5{color:#f08400;}
.gsdt .scrollbox{overflow:hidden;}
.gsdt #scrollDiv{height:455px;overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
.gsdt #scrollDiv li:first-child .news{margin:5px 5px 20px 5px;}
.news{display:block;padding:4px;margin:0 5px 20px 5px;}
.news .imgbox{width:160px;height:127px;overflow:hidden;}
.news .img{width:100%;height:100%;}
.news .text_box{margin-left:180px;}
.news .text_box h5{font-size:16px;color:#333;margin-top:5px;}
.news .text_box p{font-size:12px;color:#808080;margin:5px 0 0 0;}
.news .text_box .text{font-size:12px;color:#333;line-height:24px;height:70px;overflow:hidden;margin:5px 0 0 0;}
.news:hover{box-shadow:0 0 5px rgba(0,0,0,0.6);}
.news:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.news:hover h5{color:#f08400;}

/*联系我们*/
.lxwm{margin-top:36px;padding-bottom:50px;background:url(../images/lxwm_bg.jpg) center center;background-size:cover;}
.lxwm h4{font-size:16px;color:#fff;}
.lxwm .text{line-height:22px;color:#fff;}
.lxwm .text img{margin-top: 80px;}
.lxwm .weixin_box img{width:136px;height:136px;}
.lxwm .weixin_box ul{margin-left:160px;}
.lxwm .weixin_box ul li{line-height:30px;color:#fff;}
.lxwm .weixin_box ul li span{margin-right:10px;position:relative;top:1px;}
.lxwm form input{width:100%;line-height:36px;border:1px solid #999;border-radius:10px;padding:0 15px;margin-bottom:10px;}
.lxwm form textarea{width:100%;border:1px solid #999;border-radius:10px;padding:10px 15px;height:100px;}
.lxwm form button{width:150px;line-height:38px;background:#f08400;color:#fff;border:none;border-radius:10px;display:block;margin:10px 0 0 0;}

/*内页左侧*/
.neiye{margin:30px 0;}
.neiye .title4{line-height:60px;background:#00a7b3;font-size:24px;font-weight:bold;color:#fff;text-align:center;position:relative;}
.neiye .title4 span{position:absolute;right:15px;line-height:60px;}
.neiye .title4 i{position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer;}
.neiye .nav_box .nav2{display:block;position:relative;margin-top:2px;height:40px;line-height:38px;text-align:center;border:1px solid #ccc;color:#000;padding:0 20%;}
.neiye .nav_box .nav2:before{content:"";width:4px;height:100%;background:#333;position:absolute;left:0;top:0;}
.neiye .nav_box .nav2 span{position:absolute;right:10%;top:0;line-height:43px;font-size:17px;color:#333;z-index:-1;}
.neiye .nav_box .nav2:hover,.neiye .nav_box .nav2:hover span,.neiye .nav_box .nav2.active,.neiye .nav_box .nav2.active span{color:#00a7b3;}
/*.neiye .nav_box .nav2:hover span{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}*/
.neiye .nav_box .nav2:hover:before,.neiye .nav_box .nav2.active:before{background:#00a7b3;}
.neiye .nav_box .nav1 ul li a{display:block;line-height:38px;background:#f2f2f2;text-align:center;margin-top:2px;color:#333;padding:0 10px;}
.neiye .nav_box .nav1 ul li a:hover,.neiye .nav_box .nav1 ul li a.active{background:#1071ca;color:#fff;}
.neiye .nav_box .nav1 ul{display:none;}
.neiye .lxfs{margin-top:10px;}
.neiye .lxfs .text_box{border:1px solid #ccc;padding:3px;}
.neiye .lxfs .text_box img{width:100%;}
.neiye .lxfs .text_box .text{font-size:12px;color:#666;line-height:20px;padding:15px;}
.neiye .title5{position:relative;border-bottom:1px solid #999;padding:23px 0 5px 0;margin-bottom:20px;}
.neiye .title5 span{font-size:37px;color:#333;position:absolute;left:0;top:0;}
.neiye .title5 h5{font-size:18px;color:#666;font-weight:bold;margin-left:50px;}
.neiye .title5 p,.neiye .title5 p a{color:#666;}
.neiye .title5 p a:hover{color:#00a7b3;}

/*在线留言内页*/
.zxly-ny.lxwm{background:none;margin:0;}
.zxly-ny form{width:70%;margin:20px auto;}
.zxly-ny form button{margin:10px auto 0 auto !important;}

/*附图新闻内页*/
.fwxm-ny .news{margin:0 0 20px 0;}
.fwxm-xq .bt{font-size:16px;text-align:center;margin:10px 0; font-weight:bold; color:#00a7b3;}
.fwxm-xq .rq{color:#999;text-align:center;border-bottom:1px dashed #999;padding-bottom:10px;margin-bottom:20px;}
.fwxm-xq img{/*display:block;margin:10px auto;*/max-width:100%;}
.fwxm-xq .text{line-height:25px;}
.xqimg img{display:block;margin:30px auto;max-width:100%;}
/*公司荣誉内页*/
.gsry-ny .row{margin:0 -10px;}
.gsry-ny .row .col-lg-4{padding:0;}
.gsry-ny .shili-con h5{text-align:center;margin-top:10px;color:#333;}
.gsry-ny .shili-con:hover h5{color:#00a7b3;}

/*页脚*/
footer{color:#fff;background:#000;padding:20px 0;text-align:center;line-height:25px;}
footer a{color:#fff !important;}
footer a:hover{text-decoration: underline !important;}

/*移动端底部热点链接*/
.hot{height:50px; background:#00a7b3; position:fixed; bottom:0; left:0; z-index:2000;border-top:1px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot .iconfont{font-size:18px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{background:#0a6a71;}	
.dbbox{position:fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }

/*媒体查询开始*/
@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;margin-bottom:3px;background:#00a7b3;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .sjdnav li a:hover{background:rgba(0,0,0,0.6);color:#fff;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:32px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#00a7b3;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#00a7b3;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
body{padding-bottom:50px;}
.neiye .nav_box{margin-bottom:30px;}
.neiye .nav_box .nav2{padding:0 10px;}
.neiye .nav_box .nav2 span{display:none;}
.lxwm form{margin-top:30px;}
.zxly-ny form{margin:0 auto;}
.gsjj .text_box{margin-top:20px;}
.gsdt .scrollbox{margin-top:30px;}
}

@media (max-width:767px){
header .sjdnav{top:80px;}
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
.carousel-indicators{bottom:2px;}
.carousel-indicators li{width:10px;height:10px;margin:1px;}
.carousel-indicators .active{width:10px;height:10px;margin:1px;}
.lxwm .weixin_box img{float:none !important;}
.lxwm .weixin_box ul{margin-left:0px;margin-top:20px;}
.neiye .title4{line-height:50px;font-size:20px;}
.neiye .title4 span{line-height:50px;}
header .logo_box{height:auto;}
header .logo_box .logo{line-height:80px;}
header .logo_box .logo img{width:260px!important;}
.lxwm .text img{float: none; display: block;margin:0 auto;}
.title{margin:30px 0;}
.title h5{font-size:20px;}
.title h5:after{left:120px;}
.title h5:before{right:120px;}
.title p{font-size:16px;}
.ys-con{margin-bottom:20px;}
.ys-con .imgbox{width:120px;height:120px;}
.ys-con h5{font-size:16px;margin:10px 0;}
.fwxm-box{margin:0 -5px;}
.fwxm-con{margin:0 5px 10px 5px;}
.fwxm-con .imgbox{overflow:hidden;}
.fwxm-con .text_box h5{font-size:16px;}
.fwxm-con .text_box .text{line-height:25px;height:52px;}
.gsjj .text_box h5{font-size:18px;}
.gsjj .text_box a{margin:0 auto;}
.fwms-con .text_box{width:120px;height:120px;}
.fwms-con .text{font-size:14px;line-height:22px;height:90px;margin-top:20px;padding:0 20px;}
.fwms-con h5{width:100px;line-height:30px;}
.shili-pad{padding:0 10px;}
.shili-con{margin:0 5px 10px 5px;}
.gsry-ny .row{margin:0 -5px;}
.gsry-ny .shili-con{margin:0 5px 20px 5px;}
.fwxm-xq img{display:block;margin:10px auto;max-width:100%;}
.mytext img{display: none;}
}

@media (max-width:479px){
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
.lxwm form button{margin:10px auto 0 auto;}
header .logo_box .logo{line-height:60px;}
header .logo_box .logo img{width:200px;}
.news .imgbox{width:120px;height:90px;}
.news .text_box{margin-left:130px;}
.news .text_box h5{font-size:14px;margin-top:0px;}
.news .text_box .text{height:45px;margin:0;}
.gsdt #scrollDiv{height:350px;}
.zxly-ny form{width:90%;}
}
/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 200;
        font-size:14px;
	
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 140px;
    height:160px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 170px;
    height:160px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 252px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}
.ibox3_list {
  overflow: hidden;
}

.ibox3_list ul {
  margin-right: -20px;
}

.ibox3_list ul li {
  float: left;
  width: 540px;
  height: 98px;
  padding: 10px 0 0 40px;
  margin: 0 20px 20px 0;
  background: #f8f8f8;
  max-width:96%;
}

.ibox3_list ul li:hover div i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.ibox3_list ul li div {
  width: 57px;
  height: 80px;
  line-height: 66px;
  text-align: center;
  color: #da251d;
  font-size: 32px;
  float: left;
  margin-right: 38px;
  position: relative;
}

.ibox3_list ul li div i {
  position: absolute;
  width: 57px;
  height: 66px;
  left: 0;
  top: 0;
  background: url(../images/ibox3_list.png) no-repeat;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.ibox3_list ul li h2 {
  font-size: 18px;
  color: #424249;
  padding: 8px 0 10px;
}
.ibox3_list ul li h2 a{ font-size:22px; font-weight:bold; color:#da251d;}

.ibox3_list ul li p {
  font-size: 18px;
}
.ibox3_list ul li p a{font-size:22px; font-weight:bold; color:#da251d;}
.ibox3_list ul li:nth-child(4) p a {
  font-size: 12px;
}
.ibox3_list ul li:nth-child(4) h2 {
  padding: 8px 0 0px;
}