* {
    margin: 0;
    padding: 0
}
.box {
    width: 1366px;
    height: 500px;
    margin: auto;
    /*border: 1px solid #ccc;            
    padding: 5px;*/ 
}
.inner{
    width: 1366px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.inner img{
    width: 1366px;
    height: 500px;
    vertical-align: top
}
.box ul {
    width: 1000%;
    position: absolute;
    list-style: none;
    left:0;
    top: 0;
}
.box .inner li{
    float: left;
}
 
.box .inner ol {
    position: absolute;
    height: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding: 5px;
}
.box .inner ol li{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    margin: 5px;
    cursor: pointer;
}
.box .inner ol .current{
    background-color: red;
}
#arr{
    display: none;
}
#arr span{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background: #fff;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: '黑体';
	font-size: 30px;
	color: #000;
	opacity: 0.5;
	border: 1px solid #fff;
}
#arr #right {
    right: 5px;
    left: auto;
}

.right .product_list li{
    width: 340px;
    height: 254px;
    float: left;
    padding-right: 10px;
    margin: auto;
    cursor: pointer;
}
.right .product_list .product{
	border: 1px solid #0090D5;
	width: 335px;
    height: 243px;
	padding-right: 5px;
	text-align: center;
}
.right .product_list .product .name{
    font-size: 18px;
    width: 325px;
    height: 34px;
    background: url(../img/li_selected_bg.png);
    margin-left: 5px;
    line-height: 34px;
    color: #ffffff;
}
.case_view{
	width: 1366px;
	height: 512px;
	margin: 10px auto 0;
	background: url(../img/case_bg.png);
	color: #FFFFFF;
}
.case_view .product_title_box{
	padding-top: 71px;
}
.case_view .title_name{
	color: #FFFFFF;
}
.case_view .case_list{
	width: 1160px;
	margin:0px auto;
    padding-top: 17px;
}
.case_view .case_list ul li{
    width: 290px;
    float: left;
    text-align: center;    
}
.case_view .case_list ul li .case{
    color:white;
    cursor: pointer;
}
.case_view .more_box{
	width: 100%;
    margin: auto;
    padding-top: 15px;
    float: left;
    text-align: center;
}
.case_view .more_box input{
	width: 138px;
	height: 32px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #ff0000;
	border: 0;
	cursor: pointer;
}
.news_list{
    width: 1366px;
    margin: auto;
    background-color: #f7f7f7;
}
.news_list .center_list{
	width: 1110px;
    margin: auto;
    overflow: hidden;
}
.news_list .center_list .company_news,.industry_news{
	width: 535px;
    /*height: 550px;*/
    float: left;
    margin-right: 20px;
}
.news_list .center_list .title{
    width: 82px;
    height: 34px;
    line-height: 35px;
    border-bottom: 2px solid #0090d5;
    font-size: 18px;
}
.news_list .center_list .first_news{
	padding-top: 20px;
	overflow: hidden;
}
.news_list .center_list .first_news .img{
	width: 300px;
	float: left;
}
.news_list .center_list .first_news .img img{
	width: 273px;
	height: 260px;
	float: left;
}
.news_list .center_list .first_news .right{
	height: 284px;
	overflow: hidden;
}
.first_news .right .name{
	font-size: 16px;
}
.name a{
	color:black;
	font-weight: bold;
}
.first_news .right .time{
	padding-top: 15px;
}
.first_news .right .intro{
	padding-top: 15px;
    text-indent: 2em;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    margin: 0 auto;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.center_list .list{
    padding-top: 20px;
    font-size: 14px;
}
.list ul li{
	height: 40px;
	line-height: 40px;
}
.list ul li a{
	color:black;
}
.list ul li .time{
    float: right;
}
.company_view{
	/*padding-top: 10px;*/
}
.company_view .company_box{
	width: 1128px;
	margin: auto;
}
.company_view .detail_box,.img{
    width: 544px;
    float: left;
    padding: 10px;
}
.detail_box .title{
	font-size: 48px;
	color: #0071be;
}
.detail_box ._title{
	font-size: 16px;
	color: #000101;
    line-height: 40px;
}
.detail_box .fgx{
	border-bottom: 1px solid #000000;
	height: 10px;
}
.detail_box .intro{
	padding-top: 30px;
	text-indent: 2em;
	font-size: 14px;
    height: 320px;
    overflow: hidden;
}
.detail_box .more .more_btn{
    width: 156px;
    height: 37px;
    background-color: #0071bf;
    font-size: 17px;
    text-align: center;
    line-height: 37px;
    border-radius: 50px;
    cursor: pointer;
}

