/*默认样式清除*/
body{font-family: "微软雅黑",arial;margin: 0;padding: 0;font-size: 14px;color: #333333;}
ul, strong, body, p, dl, dd, dt, ul, li, h1, h2, h3,h4,h5,h6,dt, dl, dd {
	margin: 0;padding: 0;font-weight: normal;list-style: none outside none;}
img{border:none;}
a {text-decoration: none;}
a:focus, a:hover {color: #23527c;text-decoration: none;}
.clearfix {clear: both;}
/*默认样式清除*/
.top_title{line-height: 100px;position: relative;font-size: 30px;}
.top_title:before{content: '';position: absolute;width: 60px;height: 4px;background-color: #e5e5e5;left: 0;right: 0;top:96px;margin: auto;transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.top_title:after{content: '';position: absolute;width: 60px;height: 4px;background-color: #e5e5e5;left: 0;right: 0;top:96px;margin: auto;}
.top_title:hover:before{top: 0;}

/*banner开始*/
.banner{height: 468px;width: 100%;position: relative;overflow: hidden;}
.banner .ban_inner{width: 1920px;height: 468px;position:absolute;top:0;left: 50%;margin-left: -960px;}
/*banner结束*/
.text-capitalize{width: 1200px;margin: auto;}
.text-capitalize p{line-height: 24px;padding:20px 0; font-size: 14px;}

/*strategy*/
.company{width: 100%;display: inline-block;margin-bottom: 400px;}
.company .inner{width: 1200px;margin: auto;}
.company .col-md-12{padding: 0;border-top: 1px #CCCCCC solid;padding-top: 20px;}
.company .text-h5{width: 110px;line-height: 50px;margin-top: 30px;font-size: 18px; text-align: center;border-bottom: 1px #f9322e solid; font-size: 18px;}
.company .view{margin-bottom: 17px;}
.company .view .title {line-height: 26px;font-size: 16px;color: #b71f2e;}
.company .view .title span{border:2px red solid;width: 10px;height: 10px;float: left;margin: 8px 10px 0 0;}
.company .view p{line-height: 22px;font-size: 14px;color: #333333;}
.company .view .pic{width: 473px;height: 467px;margin-top: 10px;}
.company .txt_down p{line-height: 30px;margin: 18px 0 15px 0;}
.company .txt_down p span{margin-left: 30px;}
.company .zhudai_place {width: 100%;height: 500px;}
/*strategy*/