

/* 常量设置 */

html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
body{font-size:14px; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#0075c2;}
::-moz-selection {color:#fff; background:#0075c2; }
::selection {color:#fff; background:#0075c2; }
::-webkit-input-placeholder { color:#aaa; }
.placeholder { color:#aaa;}
/*css组件设置*/


.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

 
/*页面通用*/
.channl_title{font-size:36px;line-height:50px;font-weight:normal;}
.channl_title_en{font-size:45px;font-family: 'hero_lightlight';text-transform: uppercase;line-height:45px;}
.channel_p{margin-bottom:40px;}
.number_title{font-family:'Arial'}
.imp_family{font-family:'Impact';text-transform: uppercase;}
.maxWrap{max-width: 1366px;margin-left:auto;margin-right:auto;}
.trans{-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}/*通用动画*/
.rect-37{padding-bottom:37%;}
.rect-48{padding-bottom:48%;}
.rect-56{padding-bottom:56%;}
.rect-68{padding-bottom:68%;}
.rect-65{padding-bottom:65%;}
.rect-137{padding-bottom:137%;}
.rect-130{padding-bottom:130%;}
.rect-83{padding-bottom:83%;}
.rect-63{padding-bottom:63%;}
.rect-55{padding-bottom:55%;}
.rect-116{padding-bottom:116%;}
.rect-135{padding-bottom:135%;}

  
 

/*发展历史*/
.about_history .history_hd{margin-bottom:40px;}
.about_history .history_hd .number_title{font-size:18px;}
.about_history .history_hd .number{font-size:14px;color:#929292;}
.about_history .history_hd .cur .number{color:#e7a7a9;}

.about_history .history_bd{padding-top:50px;position:relative;}
.about_history .history_bd .line_color{background-color:#dddedd;position:absolute;}
.about_history .history_bd .col_line{width:65px;height:1px;top:0;left:50%;margin-left:-32.5px;}
.about_history .history_bd .row_line{width:1px;top:0;bottom:0;left:50%;}

.about_history .history_bd ._list_box ._list_l{width:46%;position:relative;}
.about_history .history_bd ._list_box ._list_r{width:46%;position:relative;}

.about_history .history_bd ._list_l .img_line{width:50px;height:1px;top:0;}

.about_history .history_bd ._list_r ._r_year{position:absolute;top:0;font-size:40px;color:#0169c2;padding:8px 50px;border:1px solid #dddedd;font-weight:bolder;line-height:40px;}
.about_history .history_bd ._list_r ._r_main{padding:88px 110px 0px 0px;color:#727171;line-height: 1.8;}
.about_history .history_bd ._list_r ._r_main li{margin-bottom:10px;}
.about_history .history_bd ._list_r ._r_main ._time{width:12%;}
.about_history .history_bd ._list_r ._r_main ._text{width:88%;}

.about_history .history_bd > ul > li{margin-bottom:50px;}

.about_history .history_bd .even ._list_l .img_line{right:-50px;}
.about_history .history_bd .even ._list_r ._r_year{left:-48px;}
.about_history .history_bd .odd ._list_l{float:right;}
.about_history .history_bd .odd ._list_r{float:left;}
.about_history .history_bd .odd ._list_l .img_line{left:-50px;}
.about_history .history_bd .odd ._list_r ._r_year{right:-49px;}
.about_history .history_bd .odd ._list_r ._r_main{padding:88px 0px 0px 110px;}
 