/* 
* @Author: Marte
* @Date:   2017-05-11 15:47:39
* @Last Modified by:   Marte
* @Last Modified time: 2017-05-16 11:21:48
*/
/* css 重置 */
@charset "UTF-8";
    body, p, input, h1, h2, h3, h4, h5, h6, ul, ol,li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
    img { border:0; margin: 0; padding: 0;   }
    body { color: #000; -webkit-user-select: none; -webkit-text-size-adjust: none; font:normal 16px/200% "微软雅黑", helvetica, arial; text-align:left;   }
    header, section, footer { display: block; margin: 0; padding: 0 ;}
    a{text-decoration:none;}
/* 搜索 */

/* banner */
    .banner ul li img{width: 100%;height: auto;}
/* 投资分类导航 */
  .classification{width: 100%;padding-top: 109px;margin-bottom: 106px;
     }
    .classification_bx{width: 963px;height: 109px;margin:0 auto;}
    .classification_bx ul li{float: left;width: 469px;height: 100px;background: #d70c19;color:#fff;line-height: 100px;text-align: center;font-size: 16px;cursor: pointer}
    .classification_bx ul li:nth-of-type(2){margin-left: 25px;background: #bfbfbf;color:#333;}
/* 投资项目tab栏 */
  .project{width: 100%;background: #f4f2ef;overflow: hidden;}
  .project_bx{width: 1200px;margin:0 auto;padding-top: 121px;}

  #tab{width: 152px;margin-bottom:100px;}
#tab,#tab_con{float: left;}
#tab_left li{list-style-type: none;font-size: 20px;text-align: center;border-top: 1px solid #fff;background-color:#1C3553;cursor:pointer;}
#tab_left li.cuuret{}
#tab_left li.cuuret a{background: #d70c19;}
#tab_left li a{color: #fff;text-decoration: none;width: 152px;height: 100px;display: block;text-align: center;padding-top: 54px; font-size: 19px;}
/*#tab_left li a:hover{background: #d70c19;text-decoration: none;color: #fff;}*/
#tab_con{margin-left: 87px;}
#tab_con a{color:#1c3553;
    /*添加样式,上外边距增加*/
    margin-top: 30px;
}
#tab_con h4{font-size: 28px;height: 65px;}
#tab_con span{width: 43px;height: 2px;background: #d70c19;display:block;margin-bottom:30px;}
#tab_con p{width: 547px;
    /*添加下外边距让url产生距离美*/
    margin-bottom: 50px;
    line-height: 20px;
    font-size: 14px;
}
#tab_con .tab_con_l{float: left;width: 624px;padding-top: 75px;margin-bottom:46px;text-align: justify;
        /*设置高度*/
    height: 336px;
}
#tab_con .tab_con_r{float: right;margin-top: 77px;width: 337px;height: 381px;overflow: hidden;}
#tab_con .tab_con_r img{transition: all 1s;}
#tab_con .tab_con_r img:hover{transform: scale(1.2);}
#tab_con .tab_con_n{display:none;}
.tab_con_btn{width: 255px;height: 32px;background:#d70c19;/* url(../img/btn_top.png) no-repeat 223px 12px  */text-align: center;line-height: 32px;overflow: hidden;color:#fff;font-size: 14px;cursor:pointer;margin-bottom:100px;}
#tab_con_2,#tab_con_3,#tab_con_4{display:none;}

/* 联系我们 */
    .lxwm{width: 100%;height: 100px;background: #1e1e1e;padding-top: 42px;clear:both;margin-top:50px;}
    .lxwm_bx{width: 1200px;margin:0 auto;}
    .lxwm_bx p{color:#999;font-size: 12px;line-height: 22px;}
.lxwm_bx .lxwm_l{float: left;width: 36%;color:#858585;}
.lxwm_bx .ewm{background: url(../img/ewm.png) no-repeat center;width: 81px;height: 81px;float: left;width: 24%;}
.lxwm_bx .lxwm_r{float: right;width: 38%;color:#858585;}
    .lxwm_bx .lxwm_r p{text-align: right;}

#tab_con_1>div:not(:first-child){
    display: none;
}
.spana{
    		display:inline-block;
    		width: 40px;
    		height: 36px;
    		background: url(../../img/sanjiao.png) no-repeat;
			position: absolute;
			top: 65px;
			left: 151px;
    	}
    	#tab_left li{
    		position: relative;
    	}
#tab_left li:nth-child(2){
    background-color: #D70C19;
}